commit_message
stringlengths 9
4.28k
| sha
stringlengths 40
40
| type
stringclasses 10
values | commit_url
stringlengths 78
90
| masked_commit_message
stringlengths 2
4.26k
| author_email
stringclasses 8
values | git_diff
stringlengths 129
19.1M
|
|---|---|---|---|---|---|---|
build: fixed minify issues
|
4e786ec533a8e24fa5bb1724fbb988c63f24b4d1
|
build
|
https://github.com/tsparticles/tsparticles/commit/4e786ec533a8e24fa5bb1724fbb988c63f24b4d1
|
fixed minify issues
|
diff --git a/.gitignore b/.gitignore
index 6af5606..8693bfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -404,3 +404,8 @@ website/css/main.min.css
website/css/presets.min.css
website/css/404.min.css
demo/vanilla_new/js/404.min.js
+demo/vanilla_new/css/404.css.map
+demo/vanilla_new/css/main.css.map
+website/css/404.css.map
+website/css/main.css.map
+website/css/presets.css.map
diff --git a/404.css b/404.css
index 02a603d..848ca39 100644
--- a/404.css
+++ b/404.css
@@ -1,298 +0,0 @@
-/* custom CSS files */
-@import url("https://fonts.googleapis.com/css?family=Share+Tech+Mono%7CSpace+Mono");
-html,
-body,
-div,
-span,
-applet,
-object,
-iframe,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-p,
-blockquote,
-pre,
-a,
-abbr,
-acronym,
-address,
-big,
-cite,
-code,
-del,
-dfn,
-em,
-img,
-ins,
-kbd,
-q,
-s,
-samp,
-small,
-strike,
-strong,
-sub,
-sup,
-tt,
-var,
-b,
-u,
-i,
-center,
-dl,
-dt,
-dd,
-ol,
-ul,
-li,
-fieldset,
-form,
-label,
-legend,
-table,
-caption,
-tbody,
-tfoot,
-thead,
-tr,
-th,
-td,
-article,
-aside,
-canvas,
-details,
-embed,
-figure,
-figcaption,
-footer,
-header,
-hgroup,
-menu,
-nav,
-output,
-ruby,
-section,
-summary,
-time,
-mark,
-audio,
-video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
-}
-
-/* HTML5 display-role reset for older browsers */
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-menu,
-nav,
-section,
-main {
- display: block;
-}
-
-body {
- line-height: 1;
-}
-
-ol,
-ul {
- list-style: none;
-}
-
-blockquote,
-q {
- quotes: none;
-}
-
-blockquote:before,
-blockquote:after,
-q:before,
-q:after {
- content: "";
- content: none;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-/* ---------------particles 404 style---------------------- */
-body {
- padding: 0;
- margin: 0;
- font-size: 18px;
-}
-
-.container {
- min-height: 100vh;
- position: relative;
- padding: 240px 0;
- box-sizing: border-box;
-}
-
-.overlay {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- overflow: hidden;
-}
-
-.content {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- transform: translate(-50%, -50%);
-}
-
-.message {
- text-align: center;
- color: #000000;
-}
-
-.message-heading {
- font-family: "Share Tech Mono";
- font-weight: 900;
- text-transform: uppercase;
- letter-spacing: 0.7em;
- font-size: 2rem;
- padding: 0 0 0 1.4em;
-}
-
-.message-description {
- font-family: "Space Mono";
- line-height: 42px;
- font-size: 15px;
- letter-spacing: 0.15rem;
- padding: 0 20px;
- max-width: 600px;
- margin: auto;
-}
-
-.links {
- max-width: 600px;
- margin: 40px auto 0;
- text-align: center;
-}
-
-.links a {
- width: 170px;
- display: inline-block;
- padding: 15px 0;
- margin: 0 15px;
- border: 1px solid #000000;
- color: #000000;
- text-decoration: none;
- font-family: "Space Mono";
- text-transform: uppercase;
- font-size: 11px;
- letter-spacing: 0.1rem;
- position: relative;
-}
-
-.links a:before {
- content: "";
- height: 42px;
- background: #000000;
- position: absolute;
- top: 0;
- right: 0;
- width: 0;
- transition: all 0.3s;
-}
-
-.links a:after {
- transition: all 0.3s;
- z-index: 999;
- position: relative;
- content: "back to hompage";
-}
-
-.links a:hover:before {
- width: 170px;
-}
-
-.links a:hover:after {
- color: #ffffff;
-}
-
-.links a:nth-child(2) {
- background: #ffffff;
- color: #000000;
-}
-
-.links a:nth-child(2):before {
- background: #212121;
- left: 0;
-}
-
-.links a:nth-child(2):after {
- content: "report error";
-}
-
-.links a:nth-child(2):hover:after {
- color: #ffffff;
-}
-
-.social {
- position: absolute;
- bottom: 15px;
- left: 15px;
-}
-
-.social-list {
- margin: 0;
- padding: 0;
- list-style-type: none;
-}
-
-.social-list li {
- display: inline-block;
- margin: 5px 10px;
-}
-
-.social-list li a {
- color: #000000;
-}
-
-@media (max-width: 480px) {
- .message-heading {
- font-size: 1rem;
- margin-bottom: 30px;
- }
-
- .message-description {
- font-size: 0.7rem;
- line-height: 2rem;
- }
-
- .links a {
- margin: 10px;
- width: 280px;
- }
-
- .social {
- left: 50%;
- margin-left: -55px;
- }
-}
-
-/*# sourceMappingURL=404.css.map */
diff --git a/main.css b/main.css
index c07a147..72b7c59 100644
--- a/main.css
+++ b/main.css
@@ -1,148 +0,0 @@
-@font-face {
- font-family: Polya;
- src: url(https://raw.githubusercontent.com/matteobruni/tsparticles/gh-pages/fonts/Polya.otf);
-}
-html {
- height: 100%;
- overflow: hidden;
-}
-
-body {
- line-height: 1;
- height: 100%;
- overflow: hidden;
- background: #000;
-}
-
-.github {
- bottom: 10px;
- right: 10px;
- padding: 0 12px 6px;
- position: fixed;
- border-radius: 10px;
- background: #fff;
- border: 1px solid #000;
-}
-
-.github a {
- color: #000;
-}
-
-.github a:hover,
-.github a:link,
-.github a:visited,
-.github a:active {
- color: #000;
- text-decoration: none;
-}
-
-.github img {
- height: 30px;
-}
-
-.github #gh-project {
- font-size: 20px;
- padding-left: 5px;
- font-weight: bold;
- vertical-align: bottom;
-}
-
-.toggle-sidebar {
- top: 50%;
- left: 0;
- font-size: 20px;
- color: #000;
- position: absolute;
- padding: 3px;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- background: #e7e7e7;
- border: 1px solid #000;
- border-left: none;
-}
-
-#editor {
- background: #fff;
-}
-
-*[hidden] {
- display: none;
-}
-
-#repulse-div {
- width: 200px;
- height: 200px;
- background-color: rgba(255, 255, 255, 0.5);
- border-radius: 100px;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -100px;
- margin-top: -100px;
- z-index: 200;
-}
-
-@media (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
- .col-xxl-3 {
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
- }
-}
-.btn-react {
- color: #fff;
- background-color: #61dafb;
- border-color: #fff;
-}
-.btn-react:hover {
- color: #fff;
- background-color: #5aa3c4;
- border-color: #ccc;
-}
-.btn-react:focus, .btn-react.focus {
- color: #fff;
- background-color: #5aa3c4;
- border-color: #ccc;
- box-shadow: 0 0 0 0.2rem rgba(90, 163, 196, 0.5);
-}
-.btn-react.disabled, .btn-react:disabled {
- color: #fff;
- background-color: #61dafb;
- border-color: #ccc;
-}
-.btn-react:not(:disabled):not(.disabled):active, .btn-react:not(:disabled):not(.disabled).active, .show > .btn-react.dropdown-toggle {
- color: #fff;
- background-color: #5aa3c4;
- border-color: #ccc;
-}
-.btn-react:not(:disabled):not(.disabled):active:focus, .btn-react:not(:disabled):not(.disabled):active:focus, .btn-react:not(:disabled):not(.disabled):active:focus, .btn-react:not(:disabled):not(.disabled).active:focus, .btn-react:not(:disabled):not(.disabled).active:focus, .btn-react:not(:disabled):not(.disabled).active:focus, .show > .btn-react.dropdown-toggle:focus, .show > .btn-react.dropdown-toggle:focus, .show > .btn-react.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(90, 163, 196, 0.5);
-}
-
-#stats, .count-particles {
- -webkit-user-select: none;
-}
-
-#stats {
- overflow: hidden;
-}
-
-#stats-graph canvas {
- border-radius: 3px 3px 0 0;
-}
-
-.count-particles {
- border-radius: 0 0 3px 3px;
-}
-
-.btn-group .preset-menu.dropdown-menu.show {
- max-height: 100vh;
- overflow: auto;
-}
-
-.navbar .preset-menu.dropdown-menu.show {
- max-height: 60vh;
- overflow: auto;
-}
-
-/*# sourceMappingURL=main.css.map */
diff --git a/package.json b/package.json
index ea47cc8..c79ad58 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"private": true,
"description": "tsParticles Official Website",
"main": "index.html",
+ "type": "module",
"scripts": {
"clear:cache": "rimraf -f ./node_modules/.cache",
"clear:docs": "rimraf -f ./docs",
@@ -25,7 +26,7 @@
"dependencies": {
"fs-extra": "^10.0.0",
"gh-pages": "^3.2.3",
- "minify": "^8.0.0",
+ "minify": "^8.0.3",
"rimraf": "^3.0.2",
"sass": "^1.37.5",
"tsparticles-editor": "^2.0.0-beta.2",
diff --git a/yarn.lock b/yarn.lock
index 560634e..92e51f8 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -370,7 +370,7 @@ make-dir@^3.0.2:
dependencies:
semver "^6.0.0"
-minify@^8.0.0:
+minify@^8.0.3:
version "8.0.3"
resolved "https://registry.yarnpkg.com/minify/-/minify-8.0.3.tgz#3c763c2d8f6c990f1f2d5b6a5802fba1add59457"
integrity sha512-ULGYQLO0YmRzVsJEN5sMd6/VFTOWXFjk64DEPMgoItjFBglgosL1fT/9OrSNMQDB2Zz/fHOeip/eH84gK4Xr+w==
diff --git a/presets.css b/presets.css
index 456fae8..0dafe4c 100644
--- a/presets.css
+++ b/presets.css
@@ -1,12 +0,0 @@
-html {
- height: 100%;
- overflow: hidden;
-}
-
-body {
- line-height: 1;
- height: 100%;
- overflow: hidden;
-}
-
-/*# sourceMappingURL=presets.css.map */
|
|
docs(workspace): document Pre-Aggregations page in Cube Cloud (#6442)
|
bdab7373d6127f89743322e00ebf540bd7569c5a
|
docs
|
https://github.com/wzhiqing/cube/commit/bdab7373d6127f89743322e00ebf540bd7569c5a
|
document Pre-Aggregations page in Cube Cloud (#6442)
|
diff --git a/Access Control.mdx b/Access Control.mdx
index 9fd22ca..0027ccd 100644
--- a/Access Control.mdx
+++ b/Access Control.mdx
@@ -2,7 +2,7 @@
title: Access control
permalink: /cloud/access-control/
category: Workspace
-menuOrder: 5
+menuOrder: 6
---
As an account administrator, you can define roles with specific permissions for
diff --git a/Inspecting-Pre-aggregations.mdx b/Inspecting-Pre-aggregations.mdx
index 683e752..5912f43 100644
--- a/Inspecting-Pre-aggregations.mdx
+++ b/Inspecting-Pre-aggregations.mdx
@@ -0,0 +1,122 @@
+---
+title: Pre-aggregation inspection
+permalink: /cloud/inspecting-pre-aggregations
+category: Workspace
+menuOrder: 5
+---
+
+The Pre-Aggregations page in Cube Cloud allows you to inspect all
+[pre-aggregations][ref-caching-gs-preaggs] in your deployment at a glance. You
+can see which pre-aggregations are accelerating queries, if they are [being
+refreshed][ref-caching-using-preaggs-refresh], along with the last 24 hours of
+build history.
+
+<Screenshot src="https://ucarecdn.com/eb10de99-4ff6-4a9f-abd5-736971497583/" />
+
+## Exploring pre-aggregations
+
+You can switch between [pre-aggregations](#pre-aggregations) and
+[build history](#build-history) by switching between the
+​<Btn>Pre-Aggregations</Btn> and <Btn>Build History</Btn> tabs.
+
+## Pre-aggregations
+
+The <Btn>Pre-Aggregations</Btn> tab shows a list of all configured
+[pre-aggregations][ref-caching-gs-preaggs] for the deployment, and is useful for
+quickly checking details such as when the last build occurred, how long the
+build took to complete, the total size of the pre-aggregated data, and how many
+partitions the data is split across. To see more information about a specific
+pre-aggregation, click on it.
+
+### <--{"id" : "Pre-aggregations"}--> Partitions
+
+The <Btn>Partitions</Btn> tab shows all partitions (as specified by
+[`partitionGranularity`][ref-model-ref-preaggs-partition-granularity]) of the
+pre-aggregation. In the example below, the pre-aggregation has a single
+partition:
+
+<Screenshot src="https://ucarecdn.com/d65d5910-3561-4101-9317-2c9f8366694e/" />
+
+Pre-aggregations with multiple partitions show a list of all partitions, which
+is helpful for checking pre-aggregation partition build times and sizes:
+
+<Screenshot src="https://ucarecdn.com/84c2989b-cbd1-469c-aca6-127fc97f074b/" />
+
+Ideally partitions should be of a similar size and build time. If a partition is
+taking significantly longer to build than others, it may be worth investigating
+why.
+
+If the pre-aggregation requires rebuilding (usually due to the underlying data
+changing in a significant way), clicking <Btn>Build All</Btn> rebuilds **all**
+partitions of the pre-aggregation:
+
+<Screenshot
+ highlight="inset(41% 1% 54% 91% round 10px)"
+ src="https://ucarecdn.com/d65d5910-3561-4101-9317-2c9f8366694e/"
+/>
+
+You can also choose to rebuild **specific** partitions by selecting them and
+then clicking the <Btn>Build Selected</Btn> button:
+
+<Screenshot
+ highlight="inset(52% 88% 0% 7% round 10px)"
+ src="https://ucarecdn.com/99c72537-51d4-44ce-8df1-ea1a9cc3feaf/"
+/>
+
+### <--{"id" : "Pre-aggregations"}--> Definition
+
+The <Btn>Definition</Btn> tab shows how the [pre-aggregation is defined in the
+data model][ref-model-ref-preaggs] without having to switch to the <Btn>Data
+Model</Btn> page:
+
+<Screenshot src="https://ucarecdn.com/4e8f203a-bd6b-4316-86ff-b742ccbc78a4/" />
+
+### <--{"id" : "Pre-aggregations"}--> Preview
+
+To see a sample of the data contained in the pre-aggregation, click the
+​<Btn>Preview</Btn> tab:
+
+<Screenshot src="https://ucarecdn.com/7f5059bb-3bc9-492e-9c69-3b614f3feca5/" />
+
+This can be used to verify that the data within the pre-aggregation is being
+built correctly.
+
+### <--{"id" : "Pre-aggregations"}--> Used By
+
+The <Btn>Used By</Btn> tab shows recent queries that used this pre-aggregation
+for acceleration:
+
+<Screenshot src="https://ucarecdn.com/1dcef348-af33-434a-9ef7-7a4c5f30c26c/" />
+
+This is especially useful for checking that the pre-aggregation is being used as
+expected by queries sent to the deployment.
+
+### <--{"id" : "Pre-aggregations"}--> Indexes
+
+[Indexes][ref-model-ref-preaggs-index] significantly improve the performance of
+configured pre-aggregations. The <Btn>Indexes</Btn> tab displays any configured
+indexes for this pre-aggregation:
+
+<Screenshot src="https://ucarecdn.com/f7e306e2-4245-46b4-8785-3e7fc1be518e/" />
+
+## Build History
+
+The <Btn>Build History</Btn> tab shows the last 24 hours of build history for
+all pre-aggregations in the deployment. From here, you can see if a
+pre-aggregation build succeeded (or failed), how the build was triggered, when
+the build started, and how long it took to complete.
+
+<Screenshot src="https://ucarecdn.com/9a9f88fb-9977-4aed-a0a8-52494d1d8e6b/" />
+
+To see more information about a specific build, click on it:
+
+<Screenshot src="https://ucarecdn.com/2f2d4366-35a6-42be-aac6-f554d824f8d3/" />
+
+[ref-caching-gs-preaggs]: /caching/pre-aggregations/getting-started
+[ref-caching-using-preaggs-refresh]:
+ /caching/using-pre-aggregations#refresh-strategy
+[ref-model-ref-preaggs]: /schema/reference/pre-aggregations
+[ref-model-ref-preaggs-index]:
+ /schema/reference/pre-aggregations#parameters-indexes
+[ref-model-ref-preaggs-partition-granularity]:
+ /schema/reference/pre-aggregations#parameters-partition-granularity
|
|
ci: remove macos nix builds
|
d4768676ec752e526f4c38058e05b5b7d44ea0f9
|
ci
|
https://github.com/rohankumardubey/ibis/commit/d4768676ec752e526f4c38058e05b5b7d44ea0f9
|
remove macos nix builds
|
diff --git a/nix.yml b/nix.yml
index f96a108..e82a854 100644
--- a/nix.yml
+++ b/nix.yml
@@ -37,9 +37,6 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- include:
- - os: macos-latest
- python-version: "3.10"
steps:
- name: checkout
uses: actions/checkout@v4
@@ -68,7 +65,7 @@ jobs:
nix build ".#ibis${version//./}" --fallback --keep-going --print-build-logs
- name: nix build devShell
- if: github.event_name == 'push' && matrix.os != 'macos-latest'
+ if: github.event_name == 'push'
run: |
set -euo pipefail
diff --git a/poetry-overrides.nix b/poetry-overrides.nix
index ceee3d1..a0fa194 100644
--- a/poetry-overrides.nix
+++ b/poetry-overrides.nix
@@ -1,13 +1,4 @@
-self: super:
-let
- disabledMacOSWheels = [
- "grpcio"
- "debugpy"
- "sqlalchemy"
- "greenlet"
- ];
-in
-{
+self: super: {
# `wheel` cannot be used as a wheel to unpack itself, since that would
# require itself (infinite recursion)
wheel = super.wheel.override { preferWheel = false; };
@@ -31,11 +22,4 @@ in
})
];
});
-} // super.lib.listToAttrs (
- map
- (name: {
- inherit name;
- value = super.${name}.override { preferWheel = !self.pkgs.stdenv.isDarwin; };
- })
- disabledMacOSWheels
-)
+}
|
|
feat(snowflake): handle glob patterns in `read_csv`, `read_parquet` and `read_json`
|
adb8f4c8f351bd4bcd6d0629522d226233415e70
|
feat
|
https://github.com/ibis-project/ibis/commit/adb8f4c8f351bd4bcd6d0629522d226233415e70
|
handle glob patterns in `read_csv`, `read_parquet` and `read_json`
|
diff --git a/__init__.py b/__init__.py
index 824c877..66c029b 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,8 +1,10 @@
from __future__ import annotations
import contextlib
+import glob
import inspect
import itertools
+import json
import os
import platform
import re
@@ -11,6 +13,7 @@ import sys
import tempfile
import textwrap
import warnings
+from operator import itemgetter
from pathlib import Path
from typing import TYPE_CHECKING, Any
@@ -630,6 +633,7 @@ $$""".format(
# https://docs.snowflake.com/en/sql-reference/sql/put#optional-parameters
threads = min((os.cpu_count() or 2) // 2, 99)
table = table_name or ibis.util.gen_name("read_csv_snowflake")
+ qtable = self._quote(table)
parse_header = header = kwargs.pop("parse_header", True)
skip_header = kwargs.pop("skip_header", True)
@@ -657,15 +661,15 @@ $$""".format(
# copy the local file to the stage
con.exec_driver_sql(
- f"PUT '{Path(path).absolute().as_uri()}' @{stage} PARALLEL = {threads:d} AUTO_COMPRESS = FALSE"
+ f"PUT 'file://{Path(path).absolute()}' @{stage} PARALLEL = {threads:d}"
)
- # create a temporary table using the stage and format inferred
- # from the CSV
- con.exec_driver_sql(
- f"""
- CREATE TEMP TABLE "{table}"
- USING TEMPLATE (
+ # handle setting up the schema in python because snowflake is
+ # broken for csv globs: it cannot parse the result of the following
+ # query in USING TEMPLATE
+ fields = json.loads(
+ con.exec_driver_sql(
+ f"""
SELECT ARRAY_AGG(OBJECT_CONSTRUCT(*))
FROM TABLE(
INFER_SCHEMA(
@@ -673,14 +677,25 @@ $$""".format(
FILE_FORMAT => '{file_format}'
)
)
- )
- """
+ """
+ ).scalar()
+ )
+ fields = [
+ (self._quote(field["COLUMN_NAME"]), field["TYPE"], field["NULLABLE"])
+ for field in sorted(fields, key=itemgetter("ORDER_ID"))
+ ]
+ columns = ", ".join(
+ f"{quoted_name} {typ}{' NOT NULL' * (not nullable)}"
+ for quoted_name, typ, nullable in fields
)
+ # create a temporary table using the stage and format inferred
+ # from the CSV
+ con.exec_driver_sql(f"CREATE TEMP TABLE {qtable} ({columns})")
# load the CSV into the table
con.exec_driver_sql(
f"""
- COPY INTO "{table}"
+ COPY INTO {qtable}
FROM @{stage}
FILE_FORMAT = (TYPE = CSV SKIP_HEADER = {int(header)}{options})
"""
@@ -699,7 +714,7 @@ $$""".format(
File or list of files
table_name
Optional table name
- **kwargs
+ kwargs
Additional keyword arguments. See
https://docs.snowflake.com/en/sql-reference/sql/create-file-format#type-json
for the full list of options.
@@ -731,7 +746,7 @@ $$""".format(
f"CREATE TEMP STAGE {stage} FILE_FORMAT = {file_format}"
)
con.exec_driver_sql(
- f"PUT '{Path(path).absolute().as_uri()}' @{stage} PARALLEL = {threads:d}"
+ f"PUT 'file://{Path(path).absolute()}' @{stage} PARALLEL = {threads:d}"
)
con.exec_driver_sql(
@@ -774,7 +789,7 @@ $$""".format(
Path to a Parquet file
table_name
Optional table name
- **kwargs
+ kwargs
Additional keyword arguments. See
https://docs.snowflake.com/en/sql-reference/sql/create-file-format#type-parquet
for the full list of options.
@@ -784,14 +799,16 @@ $$""".format(
Table
An ibis table expression
"""
- import pyarrow.parquet as pq
+ import pyarrow.dataset as ds
from ibis.formats.pyarrow import PyArrowSchema
- schema = PyArrowSchema.to_ibis(pq.read_metadata(path).schema.to_arrow_schema())
+ abspath = Path(path).absolute()
+ schema = PyArrowSchema.to_ibis(
+ ds.dataset(glob.glob(str(abspath)), format="parquet").schema
+ )
stage = util.gen_name("read_parquet_stage")
- file_format = util.gen_name("read_parquet_format")
table = table_name or util.gen_name("read_parquet_snowflake")
qtable = self._quote(table)
threads = min((os.cpu_count() or 2) // 2, 99)
@@ -820,13 +837,10 @@ $$""".format(
with self.begin() as con:
con.exec_driver_sql(
- f"CREATE TEMP FILE FORMAT {file_format} TYPE = PARQUET" + options
- )
- con.exec_driver_sql(
- f"CREATE TEMP STAGE {stage} FILE_FORMAT = {file_format}"
+ f"CREATE TEMP STAGE {stage} FILE_FORMAT = (TYPE = PARQUET{options})"
)
con.exec_driver_sql(
- f"PUT '{Path(path).absolute().as_uri()}' @{stage} PARALLEL = {threads:d}"
+ f"PUT 'file://{abspath}' @{stage} PARALLEL = {threads:d}"
)
con.exec_driver_sql(f"CREATE TEMP TABLE {qtable} ({snowflake_schema})")
con.exec_driver_sql(
diff --git a/test_register.py b/test_register.py
index 1f87eea..566cf18 100644
--- a/test_register.py
+++ b/test_register.py
@@ -438,6 +438,105 @@ def test_read_parquet(con, tmp_path, data_dir, fname, in_table_name, out_table_n
table.count().execute()
[email protected](scope="module")
+def ft_data(data_dir):
+ pq = pytest.importorskip("pyarrow.parquet")
+ nrows = 5
+ table = pq.read_table(data_dir.joinpath("parquet", "functional_alltypes.parquet"))
+ return table.slice(0, nrows)
+
+
[email protected](
+ [
+ "bigquery",
+ "dask",
+ "impala",
+ "mssql",
+ "mysql",
+ "pandas",
+ "postgres",
+ "pyspark",
+ "sqlite",
+ "trino",
+ ]
+)
+def test_read_parquet_glob(con, tmp_path, ft_data):
+ pq = pytest.importorskip("pyarrow.parquet")
+
+ nrows = len(ft_data)
+ ntables = 2
+ ext = "parquet"
+
+ fnames = [f"data{i}.{ext}" for i in range(ntables)]
+ for fname in fnames:
+ pq.write_table(ft_data, tmp_path / fname)
+
+ table = con.read_parquet(tmp_path / f"*.{ext}")
+
+ assert table.count().execute() == nrows * ntables
+
+
[email protected](
+ [
+ "bigquery",
+ "dask",
+ "impala",
+ "mssql",
+ "mysql",
+ "pandas",
+ "postgres",
+ "pyspark",
+ "sqlite",
+ "trino",
+ ]
+)
+def test_read_csv_glob(con, tmp_path, ft_data):
+ pc = pytest.importorskip("pyarrow.csv")
+
+ nrows = len(ft_data)
+ ntables = 2
+ ext = "csv"
+
+ fnames = [f"data{i}.{ext}" for i in range(ntables)]
+ for fname in fnames:
+ pc.write_csv(ft_data, tmp_path / fname)
+
+ table = con.read_csv(tmp_path / f"*.{ext}")
+
+ assert table.count().execute() == nrows * ntables
+
+
[email protected](
+ [
+ "bigquery",
+ "dask",
+ "impala",
+ "mssql",
+ "mysql",
+ "pandas",
+ "postgres",
+ "pyspark",
+ "sqlite",
+ "trino",
+ ]
+)
+def test_read_json_glob(con, tmp_path, ft_data):
+ nrows = len(ft_data)
+ ntables = 2
+ ext = "json"
+
+ df = ft_data.to_pandas()
+
+ for i in range(ntables):
+ df.to_json(
+ tmp_path / f"data{i}.{ext}", orient="records", lines=True, date_format="iso"
+ )
+
+ table = con.read_json(tmp_path / f"*.{ext}")
+
+ assert table.count().execute() == nrows * ntables
+
+
@pytest.fixture(scope="module")
def num_diamonds(data_dir):
with open(data_dir / "csv" / "diamonds.csv") as f:
|
|
chore: make parquet, delta and read/attach sqlite examples actually run
|
d2aa689e49024f3bb2082519f893c663f6a40429
|
chore
|
https://github.com/ibis-project/ibis/commit/d2aa689e49024f3bb2082519f893c663f6a40429
|
make parquet, delta and read/attach sqlite examples actually run
|
diff --git a/__init__.py b/__init__.py
index 010c23e..70b28a2 100644
--- a/__init__.py
+++ b/__init__.py
@@ -744,15 +744,24 @@ WHERE catalog_name = :database"""
Examples
--------
>>> import ibis
+ >>> import sqlite3
+ >>> ibis.options.interactive = True
+ >>> with sqlite3.connect("/tmp/sqlite.db") as con:
+ ... _ = con.execute("DROP TABLE IF EXISTS t")
+ ... _ = con.execute("CREATE TABLE t (a INT, b TEXT)")
+ ... _ = con.execute("INSERT INTO t VALUES (1, 'a'), (2, 'b'), (3, 'c')")
>>> con = ibis.connect("duckdb://")
- >>> t = con.read_sqlite("ci/ibis-testing-data/ibis_testing.db", table_name="diamonds")
- >>> t.head().execute()
- carat cut color clarity depth table price x y z
- 0 0.23 Ideal E SI2 61.5 55.0 326 3.95 3.98 2.43
- 1 0.21 Premium E SI1 59.8 61.0 326 3.89 3.84 2.31
- 2 0.23 Good E VS1 56.9 65.0 327 4.05 4.07 2.31
- 3 0.29 Premium I VS2 62.4 58.0 334 4.20 4.23 2.63
- 4 0.31 Good J SI2 63.3 58.0 335 4.34 4.35 2.75
+ >>> t = con.read_sqlite("/tmp/sqlite.db", table_name="t")
+ >>> t
+ ┏━━━━━━━┳━━━━━━━━┓
+ ┃ a ┃ b ┃
+ ┡━━━━━━━╇━━━━━━━━┩
+ │ int64 │ string │
+ ├───────┼────────┤
+ │ 1 │ a │
+ │ 2 │ b │
+ │ 3 │ c │
+ └───────┴────────┘
"""
if table_name is None:
@@ -783,17 +792,20 @@ WHERE catalog_name = :database"""
all_varchar
Set all SQLite columns to type `VARCHAR` to avoid type errors on ingestion.
- Returns
- -------
- None
-
Examples
--------
>>> import ibis
+ >>> import sqlite3
+ >>> with sqlite3.connect("/tmp/attach_sqlite.db") as con:
+ ... _ = con.execute("DROP TABLE IF EXISTS t")
+ ... _ = con.execute("CREATE TABLE t (a INT, b TEXT)")
+ ... _ = con.execute("INSERT INTO t VALUES (1, 'a'), (2, 'b'), (3, 'c')")
>>> con = ibis.connect("duckdb://")
- >>> con.attach_sqlite("ci/ibis-testing-data/ibis_testing.db")
>>> con.list_tables()
- ['functional_alltypes', 'awards_players', 'batting', 'diamonds']
+ []
+ >>> con.attach_sqlite("/tmp/attach_sqlite.db")
+ >>> con.list_tables()
+ ['t']
"""
self._load_extensions(["sqlite"])
with self.begin() as con:
@@ -960,16 +972,21 @@ WHERE catalog_name = :database"""
>>> import ibis
>>> penguins = ibis.examples.penguins.fetch()
>>> con = ibis.get_backend(penguins)
- >>> con.to_parquet(penguins, "penguins.parquet")
+ >>> con.to_parquet(penguins, "/tmp/penguins.parquet")
Write out an expression to a hive-partitioned parquet file.
- >>> import ibis
+ >>> import tempfile
>>> penguins = ibis.examples.penguins.fetch()
>>> con = ibis.get_backend(penguins)
- >>> con.to_parquet(penguins, "penguins_hive_dir", partition_by="year") # doctest: +SKIP
- >>> # partition on multiple columns
- >>> con.to_parquet(penguins, "penguins_hive_dir", partition_by=("year", "island")) # doctest: +SKIP
+
+ Partition on a single column.
+
+ >>> con.to_parquet(penguins, tempfile.mkdtemp(), partition_by="year")
+
+ Partition on multiple columns.
+
+ >>> con.to_parquet(penguins, tempfile.mkdtemp(), partition_by=("year", "island"))
"""
self._run_pre_execute_hooks(expr)
query = self._to_sql(expr, params=params)
diff --git a/api.py b/api.py
index 52eaed8..e5e132f 100644
--- a/api.py
+++ b/api.py
@@ -865,7 +865,25 @@ def read_csv(
Examples
--------
>>> import ibis
- >>> t = ibis.read_csv("path/to/data.csv", table_name="my_csv_table") # doctest: +SKIP
+ >>> ibis.options.interactive = True
+ >>> lines = '''a,b
+ ... 1,d
+ ... 2,
+ ... ,f
+ ... '''
+ >>> with open("/tmp/lines.csv", mode="w") as f:
+ ... _ = f.write(lines)
+ >>> t = ibis.read_csv("/tmp/lines.csv")
+ >>> t
+ ┏━━━━━━━┳━━━━━━━━┓
+ ┃ a ┃ b ┃
+ ┡━━━━━━━╇━━━━━━━━┩
+ │ int64 │ string │
+ ├───────┼────────┤
+ │ 1 │ d │
+ │ 2 │ NULL │
+ │ NULL │ f │
+ └───────┴────────┘
"""
from ibis.config import _default_backend
@@ -958,7 +976,26 @@ def read_parquet(
Examples
--------
>>> import ibis
- >>> t = ibis.read_parquet("path/to/data.parquet", table_name="my_parquet_table") # doctest: +SKIP
+ >>> import pandas as pd
+ >>> ibis.options.interactive = True
+ >>> df = pd.DataFrame({"a": [1, 2, 3], "b": list("ghi")})
+ >>> df
+ a b
+ 0 1 g
+ 1 2 h
+ 2 3 i
+ >>> df.to_parquet("/tmp/data.parquet")
+ >>> t = ibis.read_parquet("/tmp/data.parquet")
+ >>> t
+ ┏━━━━━━━┳━━━━━━━━┓
+ ┃ a ┃ b ┃
+ ┡━━━━━━━╇━━━━━━━━┩
+ │ int64 │ string │
+ ├───────┼────────┤
+ │ 1 │ g │
+ │ 2 │ h │
+ │ 3 │ i │
+ └───────┴────────┘
"""
from ibis.config import _default_backend
@@ -988,7 +1025,27 @@ def read_delta(
Examples
--------
>>> import ibis
- >>> t = ibis.read_delta("path/to/delta", table_name="my_table") # doctest: +SKIP
+ >>> import pandas as pd
+ >>> ibis.options.interactive = True
+ >>> df = pd.DataFrame({"a": [1, 2, 3], "b": list("ghi")})
+ >>> df
+ a b
+ 0 1 g
+ 1 2 h
+ 2 3 i
+ >>> import deltalake as dl
+ >>> dl.write_deltalake("/tmp/data.delta", df, mode="overwrite")
+ >>> t = ibis.read_delta("/tmp/data.delta")
+ >>> t
+ ┏━━━━━━━┳━━━━━━━━┓
+ ┃ a ┃ b ┃
+ ┡━━━━━━━╇━━━━━━━━┩
+ │ int64 │ string │
+ ├───────┼────────┤
+ │ 1 │ g │
+ │ 2 │ h │
+ │ 3 │ i │
+ └───────┴────────┘
"""
from ibis.config import _default_backend
diff --git a/core.py b/core.py
index b3bcd3a..6ec007b 100644
--- a/core.py
+++ b/core.py
@@ -451,17 +451,17 @@ class Expr(Immutable, Coercible):
Write out an expression to a single parquet file.
>>> import ibis
+ >>> import tempfile
>>> penguins = ibis.examples.penguins.fetch()
- >>> penguins.to_parquet("penguins.parquet") # doctest: +SKIP
+ >>> penguins.to_parquet(tempfile.mktemp())
- Write out an expression to a hive-partitioned parquet file.
+ Partition on a single column.
- >>> import ibis
- >>> penguins = ibis.examples.penguins.fetch()
- >>> # partition on single column
- >>> penguins.to_parquet("penguins_hive_dir", partition_by="year") # doctest: +SKIP
- >>> # partition on multiple columns
- >>> penguins.to_parquet("penguins_hive_dir", partition_by=("year", "island")) # doctest: +SKIP
+ >>> penguins.to_parquet(tempfile.mkdtemp(), partition_by="year")
+
+ Partition on multiple columns.
+
+ >>> penguins.to_parquet(tempfile.mkdtemp(), partition_by=("year", "island"))
::: {.callout-note}
## Hive-partitioned output is currently only supported when using DuckDB
|
|
test: avoid downloading large amounts of data in example tests
|
bfcfd638ad7c955428b086d1b4c6656afd788934
|
test
|
https://github.com/ibis-project/ibis/commit/bfcfd638ad7c955428b086d1b4c6656afd788934
|
avoid downloading large amounts of data in example tests
|
diff --git a/test_examples.py b/test_examples.py
index 524413e..ca661a4 100644
--- a/test_examples.py
+++ b/test_examples.py
@@ -1,3 +1,5 @@
+import os
+
import pytest
import ibis.examples
@@ -8,10 +10,23 @@ pytestmark = pytest.mark.examples
duckdb = pytest.importorskip("duckdb")
-ignored = {"wowah_data_raw"} # this file is large (~80M)
+# large files
+ignored = frozenset(
+ (
+ "imdb_name_basics",
+ "imdb_title_akas",
+ "imdb_title_basics",
+ "imdb_title_crew",
+ "imdb_title_episode",
+ "imdb_title_principals",
+ "imdb_title_ratings",
+ "wowah_data_raw",
+ )
+ * (os.environ.get("CI") is None)
+)
[email protected]("example", sorted(set(dir(ibis.examples)) - ignored))
[email protected]("example", sorted(frozenset(dir(ibis.examples)) - ignored))
@pytest.mark.duckdb
@pytest.mark.backend
@pytest.mark.xfail(
|
|
docs: ensure all Data Schema reference pages have consistent table of contents
Co-authored-by: Ray Paik <[email protected]>
|
5a5df90ed0db33140319f8acbee7c9eadfa756f1
|
docs
|
https://github.com/wzhiqing/cube/commit/5a5df90ed0db33140319f8acbee7c9eadfa756f1
|
ensure all Data Schema reference pages have consistent table of contents
Co-authored-by: Ray Paik <[email protected]>
|
diff --git a/cube.mdx b/cube.mdx
index 22bf213..582e85d 100644
--- a/cube.mdx
+++ b/cube.mdx
@@ -49,9 +49,11 @@ cube(`Users`, {
## Naming
-There are certain rules to follow for a cube and cube member names. You can use
-only `0-9`, `_` and letter characters when naming a cube or a cube member. Names
-**must** always start with a letter.
+There are certain rules to follow for a cube and cube member names:
+
+- Be unique within the project
+- Start with a letter
+- Consist of numbers, letters and `_`
As a convention, cube names start with upper case letters and member names with
lower case letters. As in JavaScript, [camel case][wiki-camelcase] is used for
@@ -94,7 +96,7 @@ cube(`Users`, {
});
cube(`Contacts`, {
- sql: `select * from contacts`
+ sql: `select * from contacts`,
// primary key
...
diff --git a/dimensions.mdx b/dimensions.mdx
index b53bf49..3c26bea 100644
--- a/dimensions.mdx
+++ b/dimensions.mdx
@@ -16,13 +16,14 @@ have dimensions like `country`, `age`, `occupation`, etc.
Any dimension should have the following properties: `name`, `sql` and `type`.
+## Naming
+
You can name a dimension by following the same rules as for measure, so each
name should:
- Be unique within a cube
- Start with a lowercase letter
-
-You can use `0-9`, `_`, and letters when naming a dimension.
+- Consist of numbers, letters and `_`
```javascript
cube(`Products`, {
diff --git a/joins.mdx b/joins.mdx
index 231b183..6515779 100644
--- a/joins.mdx
+++ b/joins.mdx
@@ -34,6 +34,23 @@ The semantics of `INNER JOIN` can be achieved with additional filtering. For
example, a simple check of whether the column value `IS NOT NULL` by using [set
filter][ref-restapi-query-filter-op-set] satisfies this requirement.
+## Naming
+
+The name of a join should match the [name of the external
+cube][ref-schema-cube-naming]. For example when a `Products` cube is being
+joined on to an `Orders` cube, we would define the join as follows:
+
+```javascript
+cube('Orders', {
+ joins: {
+ Products: {
+ relationship: `belongsTo`,
+ sql: `${CUBE.id} = Products.orderId`,
+ },
+ },
+});
+```
+
## Parameters
### <--{"id" : "Parameters"}--> relationship
@@ -282,5 +299,6 @@ algorithm][wiki-djikstra-alg] to find join path between cubes given requested
members.
[ref-schema-advanced-join-direction]: /direction-of-joins
+[ref-schema-cube-naming]: /schema/reference/cube#naming
[ref-restapi-query-filter-op-set]: query-format#set
[wiki-djikstra-alg]: https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
diff --git a/measures.mdx b/measures.mdx
index b19d572..985496b 100644
--- a/measures.mdx
+++ b/measures.mdx
@@ -15,13 +15,14 @@ aggregation over a certain column in your database table.
Any measure should have the following properties: `name`, `sql` and `type`.
+## Naming
+
When you give a name to a measure, there are certain rules to follow. Each
measure should:
- Be unique within a cube
- Start with a lowercase letter
-
-You can use `0-9`, `_`, and letters when naming a measure.
+- Consist of numbers, letters and `_`
```javascript
cube(`Orders`, {
diff --git a/pre-aggregations.mdx b/pre-aggregations.mdx
index a56190a..bdd4c5f 100644
--- a/pre-aggregations.mdx
+++ b/pre-aggregations.mdx
@@ -27,8 +27,8 @@ Pre-aggregations can be defined in the `preAggregations` available on each cube.
## Naming
Pre-aggregations must have, at minimum, a name and a type. This name, along with
-the name of the cube will be used as a prefix for pre-aggregation tables created
-in the database.
+the [name of the cube][ref-schema-cube-naming] will be used as a prefix for
+pre-aggregation tables created in the database.
Pre-aggregation names should:
@@ -763,6 +763,7 @@ cube(`Orders`, {
/deployment/production-checklist#set-up-refresh-worker
[ref-recipe-funnels]: /recipes/funnels
[ref-sqlalias]: /schema/reference/cube#sql-alias
+[ref-schema-cube-naming]: /schema/reference/cube#naming
[ref-schema-dimensions]: /schema/reference/dimensions
[ref-schema-measures]: /schema/reference/measures
[ref-schema-segments]: /schema/reference/segments
diff --git a/segments.md b/segments.md
index 72d483d..580823e 100644
--- a/segments.md
+++ b/segments.md
@@ -12,7 +12,7 @@ redirect_from:
Segments are predefined filters. You can use segments to define complex
filtering logic in SQL. For example, users for one particular city can be
-treated as a segment.
+treated as a segment:
```javascript
cube(`Users`, {
|
|
refactor: use lightweight UDT for struct types in SQLAlchemy
|
2ced09c3ea46aeb2239533e87faa8732989e2eea
|
refactor
|
https://github.com/ibis-project/ibis/commit/2ced09c3ea46aeb2239533e87faa8732989e2eea
|
use lightweight UDT for struct types in SQLAlchemy
|
diff --git a/datatypes.py b/datatypes.py
index 4ca87df..a411f51 100644
--- a/datatypes.py
+++ b/datatypes.py
@@ -1,5 +1,5 @@
import functools
-from typing import Optional
+from typing import Iterable, Optional
import sqlalchemy as sa
from sqlalchemy.dialects import mysql, postgresql, sqlite
@@ -7,6 +7,7 @@ from sqlalchemy.dialects.mysql.base import MySQLDialect
from sqlalchemy.dialects.postgresql.base import PGDialect
from sqlalchemy.dialects.sqlite.base import SQLiteDialect
from sqlalchemy.engine.interfaces import Dialect
+from sqlalchemy.types import UserDefinedType
import ibis.expr.datatypes as dt
import ibis.expr.schema as sch
@@ -16,6 +17,16 @@ if geospatial_supported:
import geoalchemy2 as ga
+class StructType(UserDefinedType):
+ def __init__(
+ self,
+ pairs: Iterable[tuple[str, sa.types.TypeEngine]],
+ ):
+ self.pairs = [
+ (name, sa.types.to_instance(type)) for name, type in pairs
+ ]
+
+
def table_from_schema(name, meta, schema, database: Optional[str] = None):
# Convert Ibis schema to SQLA table
columns = []
@@ -84,8 +95,10 @@ def _(itype, **kwargs):
@to_sqla_type.register(dt.Struct)
-def _(itype, **kwargs):
- return sa.TupleType([to_sqla_type(type) for type in itype.types])
+def _(itype, **_):
+ return StructType(
+ [(name, to_sqla_type(type)) for name, type in itype.pairs.items()]
+ )
@to_sqla_type.register(dt.GeoSpatial)
@@ -274,6 +287,12 @@ def sa_array(dialect, satype, nullable=True):
return dt.Array(value_dtype, nullable=nullable)
[email protected](Dialect, StructType)
+def sa_struct(dialect, satype, nullable=True):
+ pairs = [(name, dt.dtype(dialect, typ)) for name, typ in satype.pairs]
+ return dt.Struct.from_tuples(pairs, nullable=nullable)
+
+
@sch.infer.register((sa.Table, sa.sql.TableClause))
def schema_from_table(table, schema=None):
"""Retrieve an ibis schema from a SQLAlchemy ``Table``.
|
|
fix(core): fix changing 1:1 relations value
Closes #3614
|
7b6e6f799fbf6a4915ffc5fbf873382f6d9baf8b
|
fix
|
https://github.com/mikro-orm/mikro-orm/commit/7b6e6f799fbf6a4915ffc5fbf873382f6d9baf8b
|
fix changing 1:1 relations value
Closes #3614
|
diff --git a/SchemaCommandFactory.ts b/SchemaCommandFactory.ts
index b6129f1..1995c33 100644
--- a/SchemaCommandFactory.ts
+++ b/SchemaCommandFactory.ts
@@ -100,6 +100,7 @@ export class SchemaCommandFactory {
const m = `get${method.substr(0, 1).toUpperCase()}${method.substr(1)}SchemaSQL` as 'getCreateSchemaSQL' | 'getUpdateSchemaSQL' | 'getDropSchemaSQL';
const dump = await generator[m](params);
+ /* istanbul ignore next */
if (dump) {
CLIHelper.dump(dump, orm.config);
successMessage = '';
diff --git a/EntityHelper.ts b/EntityHelper.ts
index e19e065..4500101 100644
--- a/EntityHelper.ts
+++ b/EntityHelper.ts
@@ -150,17 +150,19 @@ export class EntityHelper {
return helper(ref).__data[prop.name];
},
set(val: AnyEntity | Reference<AnyEntity>) {
- const entity = Reference.unwrapReference(val ?? helper(ref).__data[prop.name]);
- helper(ref).__data[prop.name] = Reference.wrapReference(val as T, prop);
- helper(ref).__touched = true;
- EntityHelper.propagate(meta, entity, this, prop, Reference.unwrapReference(val));
+ const wrapped = helper(ref);
+ const entity = Reference.unwrapReference(val ?? wrapped.__data[prop.name]);
+ const old = Reference.unwrapReference(wrapped.__data[prop.name]);
+ wrapped.__data[prop.name] = Reference.wrapReference(val as T, prop);
+ wrapped.__touched = true;
+ EntityHelper.propagate(meta, entity, this, prop, Reference.unwrapReference(val), old);
},
enumerable: true,
configurable: true,
});
}
- private static propagate<T extends object, O extends object>(meta: EntityMetadata<O>, entity: T, owner: O, prop: EntityProperty<O>, value?: O[keyof O]): void {
+ private static propagate<T extends object, O extends object>(meta: EntityMetadata<O>, entity: T, owner: O, prop: EntityProperty<O>, value?: T[keyof T & string], old?: object): void {
const inverseProps = prop.targetMeta!.relations.filter(prop2 => (prop2.inversedBy || prop2.mappedBy) === prop.name && prop2.targetMeta!.root.className === meta.root.className);
for (const prop2 of inverseProps) {
@@ -171,25 +173,33 @@ export class EntityHelper {
}
if (prop.reference === ReferenceType.ONE_TO_ONE && entity && helper(entity).__initialized && Reference.unwrapReference(inverse) !== owner && value != null) {
- EntityHelper.propagateOneToOne(entity, owner, prop, prop2);
+ EntityHelper.propagateOneToOne(entity, owner, prop, prop2, value, old);
}
if (prop.reference === ReferenceType.ONE_TO_ONE && entity && helper(entity).__initialized && entity[prop2.name] != null && value == null) {
- helper(entity).__pk = helper(entity).getPrimaryKey()!;
- entity[prop2.name] = value;
- if (prop.orphanRemoval) {
- helper(entity).__em?.getUnitOfWork().scheduleOrphanRemoval(entity);
- }
+ EntityHelper.propagateOneToOne(entity, owner, prop, prop2, value, old);
}
}
}
- private static propagateOneToOne<T extends object, O extends object>(entity: T, owner: O, prop: EntityProperty<O>, prop2: EntityProperty<T>): void {
- if (prop2.mapToPk) {
+ private static propagateOneToOne<T extends object, O extends object>(entity: T, owner: O, prop: EntityProperty<O>, prop2: EntityProperty<T>, value?: T[keyof T & string], old?: T): void {
+ helper(entity).__pk = helper(entity).getPrimaryKey()!;
+
+ if (value == null) {
+ entity[prop2.name] = value as T[keyof T & string];
+ } else if (prop2.mapToPk) {
entity[prop2.name] = helper(owner).getPrimaryKey() as T[keyof T & string];
} else {
entity[prop2.name] = Reference.wrapReference(owner, prop) as T[keyof T & string];
}
+
+ if (old && prop.orphanRemoval) {
+ helper(old).__em?.getUnitOfWork().scheduleOrphanRemoval(old);
+ }
+
+ if (old?.[prop2.name] != null) {
+ delete helper(old).__data[prop2.name];
+ }
}
}
diff --git a/MetadataDiscovery.ts b/MetadataDiscovery.ts
index feaec66..2fb9115 100644
--- a/MetadataDiscovery.ts
+++ b/MetadataDiscovery.ts
@@ -897,6 +897,7 @@ export class MetadataDiscovery {
return prop.defaultRaw;
}
+ /* istanbul ignore next */
if (prop.default != null) {
return '' + this.platform.quoteVersionValue(prop.default as number, prop);
}
@@ -1067,6 +1068,7 @@ export class MetadataDiscovery {
path = Utils.normalizePath(this.config.get('baseDir'), path);
const exports: Dictionary = {};
+ /* istanbul ignore next */
try {
Object.assign(exports, await Utils.dynamicImport(path));
} catch (e) {
diff --git a/ChangeSet.ts b/ChangeSet.ts
index b5d9288..a2108bc 100644
--- a/ChangeSet.ts
+++ b/ChangeSet.ts
@@ -54,5 +54,6 @@ export enum ChangeSetType {
CREATE = 'create',
UPDATE = 'update',
DELETE = 'delete',
+ UPDATE_EARLY = 'update_early',
DELETE_EARLY = 'delete_early',
}
diff --git a/UnitOfWork.ts b/UnitOfWork.ts
index b7cfce0..97f6124 100644
--- a/UnitOfWork.ts
+++ b/UnitOfWork.ts
@@ -242,7 +242,6 @@ export class UnitOfWork {
}
this.initIdentifier(entity);
- this.checkOrphanRemoval(cs);
this.changeSets.set(entity, cs);
this.persistStack.delete(entity);
this.queuedActions.delete(cs.name);
@@ -261,7 +260,6 @@ export class UnitOfWork {
/* istanbul ignore else */
if (cs && !this.checkUniqueProps(changeSet)) {
- this.checkOrphanRemoval(cs);
Object.assign(changeSet.payload, cs.payload);
helper(entity).__originalEntityData = this.comparator.prepareEntity(entity);
helper(entity).__touched = false;
@@ -401,21 +399,20 @@ export class UnitOfWork {
this.identityMap.delete(entity);
const wrapped = helper(entity);
- wrapped.__meta.bidirectionalRelations
- .map(prop => [prop.name, prop.reference, prop.mappedBy || prop.inversedBy] as const)
- .forEach(([name, kind, inverse]) => {
- const rel = Reference.unwrapReference(entity[name]);
- if ([ReferenceType.MANY_TO_MANY, ReferenceType.ONE_TO_MANY].includes(kind)) {
- if ((rel as Collection<any>)?.isInitialized()) {
- (rel as Collection<any>).removeAll();
- }
- } else {
- // there is a value, and it is still a self-reference (e.g. not replaced by user manually)
- if (rel?.[inverse] && entity === rel?.[inverse]) {
- delete rel[inverse];
- }
- }
- });
+ for (const prop of wrapped.__meta.bidirectionalRelations) {
+ const inverse = prop.mappedBy || prop.inversedBy;
+ const rel = Reference.unwrapReference(entity[prop.name]);
+
+ if (Utils.isCollection(rel) && rel.isInitialized()) {
+ rel.removeAll();
+ continue;
+ }
+
+ // there is a value, and it is still a self-reference (e.g. not replaced by user manually)
+ if (rel?.[inverse] && entity === rel[inverse]) {
+ delete helper(rel).__data[inverse];
+ }
+ }
delete wrapped.__identifier;
delete wrapped.__originalEntityData;
@@ -464,7 +461,14 @@ export class UnitOfWork {
}
}
+ for (const cs of this.changeSets.values()) {
+ if (cs.type === ChangeSetType.UPDATE) {
+ this.findEarlyUpdates(cs, inserts);
+ }
+ }
+
for (const entity of this.removeStack) {
+ /* istanbul ignore next */
if (helper(entity).__processing) {
continue;
}
@@ -534,11 +538,13 @@ export class UnitOfWork {
const changeSet = this.changeSetComputer.computeChangeSet(entity);
if (changeSet && !this.checkUniqueProps(changeSet)) {
- this.checkOrphanRemoval(changeSet);
this.changeSets.set(entity, changeSet);
}
}
+ /**
+ * Returns `true` when the change set should be skipped as it will be empty after the extra update.
+ */
private checkUniqueProps<T extends object>(changeSet: ChangeSet<T>): boolean {
if (this.platform.allowsUniqueBatchUpdates() || changeSet.type !== ChangeSetType.UPDATE) {
return false;
@@ -561,22 +567,6 @@ export class UnitOfWork {
}).filter(i => i) as string[];
}
- private checkOrphanRemoval<T extends object>(changeSet: ChangeSet<T>): void {
- const meta = this.metadata.find(changeSet.name)!;
- const props = meta.relations.filter(prop => prop.reference === ReferenceType.ONE_TO_ONE);
-
- for (const prop of props) {
- // check diff, if we had a value on 1:1 before, and now it changed (nulled or replaced), we need to trigger orphan removal
- const wrapped = helper(changeSet.entity);
- const data = wrapped.__originalEntityData;
-
- if (prop.orphanRemoval && data && data[prop.name] && prop.name in changeSet.payload) {
- const orphan = this.getById(prop.type, data[prop.name], wrapped.__schema);
- this.scheduleOrphanRemoval(orphan as AnyEntity);
- }
- }
- }
-
private initIdentifier<T extends object>(entity: T): void {
const wrapped = helper(entity);
@@ -810,17 +800,22 @@ export class UnitOfWork {
await this.commitDeleteChangeSets(groups[ChangeSetType.DELETE_EARLY].get(name) ?? [], ctx);
}
- // 2. create
+ // 2. early update - when we recreate entity in the same UoW, we need to issue those delete queries before inserts
+ for (const name of commitOrder) {
+ await this.commitUpdateChangeSets(groups[ChangeSetType.UPDATE_EARLY].get(name) ?? [], ctx);
+ }
+
+ // 3. create
for (const name of commitOrder) {
await this.commitCreateChangeSets(groups[ChangeSetType.CREATE].get(name) ?? [], ctx);
}
- // 3. update
+ // 4. update
for (const name of commitOrder) {
await this.commitUpdateChangeSets(groups[ChangeSetType.UPDATE].get(name) ?? [], ctx);
}
- // 4. extra updates
+ // 5. extra updates
const extraUpdates: ChangeSet<any>[] = [];
for (const extraUpdate of this.extraUpdates) {
@@ -839,19 +834,20 @@ export class UnitOfWork {
await this.commitUpdateChangeSets(extraUpdates, ctx, false);
- // 5. collection updates
+ // 6. collection updates
for (const coll of this.collectionUpdates) {
await this.em.getDriver().syncCollection(coll, { ctx });
coll.takeSnapshot();
}
- // 6. delete - entity deletions need to be in reverse commit order
+ // 7. delete - entity deletions need to be in reverse commit order
for (const name of commitOrderReversed) {
await this.commitDeleteChangeSets(groups[ChangeSetType.DELETE].get(name) ?? [], ctx);
}
- // 7. take snapshots of all persisted collections
+ // 8. take snapshots of all persisted collections
const visited = new Set<object>();
+
for (const changeSet of this.changeSets.values()) {
this.takeCollectionSnapshots(changeSet.entity, visited);
}
@@ -898,6 +894,16 @@ export class UnitOfWork {
}
}
+ private findEarlyUpdates<T extends object>(changeSet: ChangeSet<T>, inserts: ChangeSet<T>[]): void {
+ const props = changeSet.meta.uniqueProps;
+
+ for (const prop of props) {
+ if (prop.name in changeSet.payload && inserts.find(c => Utils.equals(c.payload[prop.name], changeSet.originalEntity![prop.name as string]))) {
+ changeSet.type = ChangeSetType.UPDATE_EARLY;
+ }
+ }
+ }
+
private async commitUpdateChangeSets<T extends object>(changeSets: ChangeSet<T>[], ctx?: Transaction, batched = true): Promise<void> {
if (changeSets.length === 0) {
return;
@@ -942,6 +948,7 @@ export class UnitOfWork {
[ChangeSetType.CREATE]: new Map<string, ChangeSet<any>[]>(),
[ChangeSetType.UPDATE]: new Map<string, ChangeSet<any>[]>(),
[ChangeSetType.DELETE]: new Map<string, ChangeSet<any>[]>(),
+ [ChangeSetType.UPDATE_EARLY]: new Map<string, ChangeSet<any>[]>(),
[ChangeSetType.DELETE_EARLY]: new Map<string, ChangeSet<any>[]>(),
};
diff --git a/GH3614.test.ts b/GH3614.test.ts
index bff2c75..c3640de 100644
--- a/GH3614.test.ts
+++ b/GH3614.test.ts
@@ -0,0 +1,123 @@
+import { Entity, IdentifiedReference, OneToOne, PrimaryKey, Property, wrap } from '@mikro-orm/core';
+import { MikroORM } from '@mikro-orm/sqlite';
+import { mockLogger } from '../helpers';
+
+@Entity()
+class Project {
+
+ @PrimaryKey()
+ id!: number;
+
+ @Property()
+ name!: string;
+
+ @OneToOne(() => User, u => u.project1, {
+ eager: true,
+ orphanRemoval: true,
+ wrappedReference: true,
+ })
+ owner?: IdentifiedReference<User>;
+
+ @OneToOne(() => User, u => u.project2, {
+ eager: true,
+ wrappedReference: true,
+ })
+ secondaryOwner?: IdentifiedReference<User>;
+
+}
+
+@Entity()
+class User {
+
+ @PrimaryKey()
+ id!: number;
+
+ @Property()
+ name!: string;
+
+ @OneToOne({
+ entity: () => Project,
+ wrappedReference: true,
+ nullable: true,
+ })
+ project1?: IdentifiedReference<Project>;
+
+ @OneToOne({
+ entity: () => Project,
+ wrappedReference: true,
+ nullable: true,
+ })
+ project2?: IdentifiedReference<Project>;
+
+}
+
+let orm: MikroORM;
+
+beforeAll(async () => {
+ orm = await MikroORM.init({
+ entities: [Project, User],
+ dbName: ':memory:',
+ });
+ await orm.schema.refreshDatabase();
+});
+
+beforeEach(async () => {
+ await orm.schema.clearDatabase();
+});
+
+async function createProject() {
+ const p = orm.em.create(Project, {
+ name: 'project name',
+ owner: {
+ name: 'Peter',
+ },
+ secondaryOwner: {
+ name: 'Mary',
+ },
+ });
+
+ await orm.em.flush();
+ orm.em.clear();
+
+ return orm.em.findOneOrFail(Project, p);
+}
+
+afterAll(async () => {
+ await orm.close(true);
+});
+
+test('change a 1:1 relation with a new entity and delete the old one', async () => {
+ const project = await createProject();
+ const oldOwner = project.owner!;
+ const newOwner = orm.em.create(User, { name: 'Johnny' });
+ project.owner = wrap(newOwner).toReference();
+ expect(oldOwner.unwrap().project1).toBeUndefined();
+ const mock = mockLogger(orm, ['query']);
+ await orm.em.flush();
+
+ const queries = mock.mock.calls.map(q => q[0]);
+
+ expect(queries[1]).toMatch('delete from `user` where `id` in (?)');
+ expect(queries[2]).toMatch('insert into `user` (`name`, `project1_id`) values (?, ?)');
+
+ const oldOwner2 = await orm.em.fork().findOne(User, oldOwner.id);
+ expect(oldOwner2).toBeNull();
+});
+
+test('change a 1:1 relation with a new entity and not delete the old one', async () => {
+ const project = await createProject();
+ const oldOwner = project.secondaryOwner!;
+ const newOwner = orm.em.create(User, { name: 'Johnny' });
+ project.secondaryOwner = wrap(newOwner).toReference();
+ expect(oldOwner.unwrap().project2).toBeUndefined();
+ const mock = mockLogger(orm, ['query']);
+ await orm.em.flush();
+
+ const queries = mock.mock.calls.map(q => q[0]);
+
+ expect(queries[1]).toMatch('update `user` set `project2_id` = ? where `id` = ?');
+ expect(queries[2]).toMatch('insert into `user` (`name`, `project2_id`) values (?, ?)');
+
+ const oldOwner2 = await orm.em.fork().findOne(User, oldOwner.id);
+ expect(oldOwner2).not.toBeNull();
+});
|
|
chore: update yarn.lock
|
146a2e11dafa55c1adbcb697f53f6046884176f5
|
chore
|
https://github.com/pmndrs/react-spring/commit/146a2e11dafa55c1adbcb697f53f6046884176f5
|
update yarn.lock
|
diff --git a/yarn.lock b/yarn.lock
index ceeb3cf..abaa5ca 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -0,0 +1,10143 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
+ version "7.5.5"
+ resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
+ integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
+ dependencies:
+ "@babel/highlight" "^7.0.0"
+
+"@babel/[email protected]":
+ version "7.2.2"
+ resolved "https://registry.npmjs.org/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
+ integrity sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==
+ dependencies:
+ "@babel/code-frame" "^7.0.0"
+ "@babel/generator" "^7.2.2"
+ "@babel/helpers" "^7.2.0"
+ "@babel/parser" "^7.2.2"
+ "@babel/template" "^7.2.2"
+ "@babel/traverse" "^7.2.2"
+ "@babel/types" "^7.2.2"
+ convert-source-map "^1.1.0"
+ debug "^4.1.0"
+ json5 "^2.1.0"
+ lodash "^4.17.10"
+ resolve "^1.3.2"
+ semver "^5.4.1"
+ source-map "^0.5.0"
+
+"@babel/core@^7.0.0", "@babel/core@^7.1.0":
+ version "7.6.4"
+ resolved "https://registry.npmjs.org/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff"
+ integrity sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ==
+ dependencies:
+ "@babel/code-frame" "^7.5.5"
+ "@babel/generator" "^7.6.4"
+ "@babel/helpers" "^7.6.2"
+ "@babel/parser" "^7.6.4"
+ "@babel/template" "^7.6.0"
+ "@babel/traverse" "^7.6.3"
+ "@babel/types" "^7.6.3"
+ convert-source-map "^1.1.0"
+ debug "^4.1.0"
+ json5 "^2.1.0"
+ lodash "^4.17.13"
+ resolve "^1.3.2"
+ semver "^5.4.1"
+ source-map "^0.5.0"
+
+"@babel/generator@^7.0.0", "@babel/generator@^7.2.2", "@babel/generator@^7.4.0", "@babel/generator@^7.6.3", "@babel/generator@^7.6.4":
+ version "7.6.4"
+ resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671"
+ integrity sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==
+ dependencies:
+ "@babel/types" "^7.6.3"
+ jsesc "^2.5.1"
+ lodash "^4.17.13"
+ source-map "^0.5.0"
+
+"@babel/helper-annotate-as-pure@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
+ integrity sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==
+ dependencies:
+ "@babel/types" "^7.0.0"
+
+"@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
+ version "7.1.0"
+ resolved "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f"
+ integrity sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==
+ dependencies:
+ "@babel/helper-explode-assignable-expression" "^7.1.0"
+ "@babel/types" "^7.0.0"
+
+"@babel/helper-builder-react-jsx@^7.3.0":
+ version "7.3.0"
+ resolved "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.3.0.tgz#a1ac95a5d2b3e88ae5e54846bf462eeb81b318a4"
+ integrity sha512-MjA9KgwCuPEkQd9ncSXvSyJ5y+j2sICHyrI0M3L+6fnS4wMSNDc1ARXsbTfbb2cXHn17VisSnU/sHFTCxVxSMw==
+ dependencies:
+ "@babel/types" "^7.3.0"
+ esutils "^2.0.0"
+
+"@babel/helper-call-delegate@^7.4.4":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz#87c1f8ca19ad552a736a7a27b1c1fcf8b1ff1f43"
+ integrity sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==
+ dependencies:
+ "@babel/helper-hoist-variables" "^7.4.4"
+ "@babel/traverse" "^7.4.4"
+ "@babel/types" "^7.4.4"
+
+"@babel/helper-create-class-features-plugin@^7.4.4", "@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.6.0":
+ version "7.6.0"
+ resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f"
+ integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==
+ dependencies:
+ "@babel/helper-function-name" "^7.1.0"
+ "@babel/helper-member-expression-to-functions" "^7.5.5"
+ "@babel/helper-optimise-call-expression" "^7.0.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-replace-supers" "^7.5.5"
+ "@babel/helper-split-export-declaration" "^7.4.4"
+
+"@babel/helper-define-map@^7.5.5":
+ version "7.5.5"
+ resolved "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369"
+ integrity sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg==
+ dependencies:
+ "@babel/helper-function-name" "^7.1.0"
+ "@babel/types" "^7.5.5"
+ lodash "^4.17.13"
+
+"@babel/helper-explode-assignable-expression@^7.1.0":
+ version "7.1.0"
+ resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6"
+ integrity sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==
+ dependencies:
+ "@babel/traverse" "^7.1.0"
+ "@babel/types" "^7.0.0"
+
+"@babel/helper-function-name@^7.1.0":
+ version "7.1.0"
+ resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
+ integrity sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==
+ dependencies:
+ "@babel/helper-get-function-arity" "^7.0.0"
+ "@babel/template" "^7.1.0"
+ "@babel/types" "^7.0.0"
+
+"@babel/helper-get-function-arity@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
+ integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
+ dependencies:
+ "@babel/types" "^7.0.0"
+
+"@babel/helper-hoist-variables@^7.4.4":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
+ integrity sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==
+ dependencies:
+ "@babel/types" "^7.4.4"
+
+"@babel/helper-member-expression-to-functions@^7.5.5":
+ version "7.5.5"
+ resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590"
+ integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==
+ dependencies:
+ "@babel/types" "^7.5.5"
+
+"@babel/helper-module-imports@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
+ integrity sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==
+ dependencies:
+ "@babel/types" "^7.0.0"
+
+"@babel/helper-module-transforms@^7.1.0", "@babel/helper-module-transforms@^7.4.4":
+ version "7.5.5"
+ resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a"
+ integrity sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw==
+ dependencies:
+ "@babel/helper-module-imports" "^7.0.0"
+ "@babel/helper-simple-access" "^7.1.0"
+ "@babel/helper-split-export-declaration" "^7.4.4"
+ "@babel/template" "^7.4.4"
+ "@babel/types" "^7.5.5"
+ lodash "^4.17.13"
+
+"@babel/helper-optimise-call-expression@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5"
+ integrity sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==
+ dependencies:
+ "@babel/types" "^7.0.0"
+
+"@babel/helper-plugin-utils@^7.0.0":
+ version "7.0.0"
+ resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
+ integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
+
+"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
+ version "7.5.5"
+ resolved "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.5.5.tgz#0aa6824f7100a2e0e89c1527c23936c152cab351"
+ integrity sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==
+ dependencies:
+ lodash "^4.17.13"
+
+"@babel/helper-remap-async-to-generator@^7.1.0":
+ version "7.1.0"
+ resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz#361d80821b6f38da75bd3f0785ece20a88c5fe7f"
+ integrity sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.0.0"
+ "@babel/helper-wrap-function" "^7.1.0"
+ "@babel/template" "^7.1.0"
+ "@babel/traverse" "^7.1.0"
+ "@babel/types" "^7.0.0"
+
+"@babel/helper-replace-supers@^7.5.5":
+ version "7.5.5"
+ resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2"
+ integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==
+ dependencies:
+ "@babel/helper-member-expression-to-functions" "^7.5.5"
+ "@babel/helper-optimise-call-expression" "^7.0.0"
+ "@babel/traverse" "^7.5.5"
+ "@babel/types" "^7.5.5"
+
+"@babel/helper-simple-access@^7.1.0":
+ version "7.1.0"
+ resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
+ integrity sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==
+ dependencies:
+ "@babel/template" "^7.1.0"
+ "@babel/types" "^7.0.0"
+
+"@babel/helper-split-export-declaration@^7.4.4":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
+ integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==
+ dependencies:
+ "@babel/types" "^7.4.4"
+
+"@babel/helper-wrap-function@^7.1.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
+ integrity sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==
+ dependencies:
+ "@babel/helper-function-name" "^7.1.0"
+ "@babel/template" "^7.1.0"
+ "@babel/traverse" "^7.1.0"
+ "@babel/types" "^7.2.0"
+
+"@babel/helpers@^7.2.0", "@babel/helpers@^7.6.2":
+ version "7.6.2"
+ resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153"
+ integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA==
+ dependencies:
+ "@babel/template" "^7.6.0"
+ "@babel/traverse" "^7.6.2"
+ "@babel/types" "^7.6.0"
+
+"@babel/highlight@^7.0.0":
+ version "7.5.0"
+ resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
+ integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==
+ dependencies:
+ chalk "^2.0.0"
+ esutils "^2.0.2"
+ js-tokens "^4.0.0"
+
+"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.2.2", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4":
+ version "7.6.4"
+ resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
+ integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A==
+
+"@babel/plugin-external-helpers@^7.0.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
+ integrity sha512-QFmtcCShFkyAsNtdCM3lJPmRe1iB+vPZymlB4LnDIKEBj2yKQLQKtoxXxJ8ePT5fwMl4QGg303p4mB0UsSI2/g==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-proposal-async-generator-functions@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
+ integrity sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-remap-async-to-generator" "^7.1.0"
+ "@babel/plugin-syntax-async-generators" "^7.2.0"
+
+"@babel/[email protected]":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.4.4.tgz#93a6486eed86d53452ab9bab35e368e9461198ce"
+ integrity sha512-WjKTI8g8d5w1Bc9zgwSz2nfrsNQsXcCf9J9cdCvrJV6RF56yztwm4TmJC0MgJ9tvwO9gUA/mcYe89bLdGfiXFg==
+ dependencies:
+ "@babel/helper-create-class-features-plugin" "^7.4.4"
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-proposal-class-properties@^7.0.0":
+ version "7.5.5"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
+ integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==
+ dependencies:
+ "@babel/helper-create-class-features-plugin" "^7.5.5"
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-proposal-export-default-from@^7.0.0":
+ version "7.5.2"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.5.2.tgz#2c0ac2dcc36e3b2443fead2c3c5fc796fb1b5145"
+ integrity sha512-wr9Itk05L1/wyyZKVEmXWCdcsp/e185WUNl6AfYZeEKYaUPPvHXRDqO5K1VH7/UamYqGJowFRuCv30aDYZawsg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-export-default-from" "^7.2.0"
+
+"@babel/plugin-proposal-json-strings@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317"
+ integrity sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-json-strings" "^7.2.0"
+
+"@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.4.4.tgz#41c360d59481d88e0ce3a3f837df10121a769b39"
+ integrity sha512-Amph7Epui1Dh/xxUxS2+K22/MUi6+6JVTvy3P58tja3B6yKTSjwwx0/d83rF7551D6PVSSoplQb8GCwqec7HRw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-nullish-coalescing-operator" "^7.2.0"
+
+"@babel/[email protected]":
+ version "7.3.2"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.3.2.tgz#6d1859882d4d778578e41f82cc5d7bf3d5daf6c1"
+ integrity sha512-DjeMS+J2+lpANkYLLO+m6GjoTMygYglKmRe6cDTbFv3L9i6mmiE8fe6B8MtCSLZpVXscD5kn7s6SgtHrDoBWoA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
+
+"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.3.1":
+ version "7.6.2"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
+ integrity sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
+
+"@babel/plugin-proposal-optional-catch-binding@^7.0.0", "@babel/plugin-proposal-optional-catch-binding@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
+ integrity sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
+
+"@babel/plugin-proposal-optional-chaining@^7.0.0":
+ version "7.6.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.6.0.tgz#e9bf1f9b9ba10c77c033082da75f068389041af8"
+ integrity sha512-kj4gkZ6qUggkprRq3Uh5KP8XnE1MdIO0J7MhdDX8+rAbB6dJ2UrensGIS+0NPZAaaJ1Vr0PN6oLUgXMU1uMcSg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-optional-chaining" "^7.2.0"
+
+"@babel/plugin-proposal-unicode-property-regex@^7.2.0":
+ version "7.6.2"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.6.2.tgz#05413762894f41bfe42b9a5e80919bd575dcc802"
+ integrity sha512-NxHETdmpeSCtiatMRYWVJo7266rrvAC3DTeG5exQBIH/fMIUK7ejDNznBbn3HQl/o9peymRRg7Yqkx6PdUXmMw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-regex" "^7.4.4"
+ regexpu-core "^4.6.0"
+
+"@babel/plugin-syntax-async-generators@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
+ integrity sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-class-properties@^7.0.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.2.0.tgz#23b3b7b9bcdabd73672a9149f728cd3be6214812"
+ integrity sha512-UxYaGXYQ7rrKJS/PxIKRkv3exi05oH7rokBAsmCSsCxz1sVPZ7Fu6FzKoGgUvmY+0YgSkYHgUoCh5R5bCNBQlw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-dynamic-import@^7.0.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612"
+ integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-export-default-from@^7.0.0", "@babel/plugin-syntax-export-default-from@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.2.0.tgz#edd83b7adc2e0d059e2467ca96c650ab6d2f3820"
+ integrity sha512-c7nqUnNST97BWPtoe+Ssi+fJukc9P9/JMZ71IOMNQWza2E+Psrd46N6AEvtw6pqK+gt7ChjXyrw4SPDO79f3Lw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.2.0.tgz#a765f061f803bc48f240c26f8747faf97c26bf7c"
+ integrity sha512-r6YMuZDWLtLlu0kqIim5o/3TNRAlWb073HwT3e2nKf9I8IIvOggPrnILYPsrrKilmn/mYEMCf/Z07w3yQJF6dg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-json-strings@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz#72bd13f6ffe1d25938129d2a186b11fd62951470"
+ integrity sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.2.0.tgz#0b85a3b4bc7cdf4cc4b8bf236335b907ca22e7c7"
+ integrity sha512-VyN4QANJkRW6lDBmENzRszvZf3/4AXaj9YR7GwrWeeN9tEBPuXbmDYVU9bYBN0D70zCWVwUy0HWq2553VCb6Hw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
+ integrity sha512-lRCEaKE+LTxDQtgbYajI04ddt6WW0WJq57xqkAZ+s11h4YgfRHhVA/Y2VhfPzzFD4qeLHWg32DMp9HooY4Kqlg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e"
+ integrity sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-optional-catch-binding@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz#a94013d6eda8908dfe6a477e7f9eda85656ecf5c"
+ integrity sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-optional-chaining@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
+ integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-syntax-typescript@^7.2.0":
+ version "7.3.3"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
+ integrity sha512-dGwbSMA1YhVS8+31CnPR7LB4pcbrzcV99wQzby4uAfrkZPYZlQ7ImwdpzLqi6Z6IL02b8IAL379CaMwo0x5Lag==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-arrow-functions@^7.0.0", "@babel/plugin-transform-arrow-functions@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
+ integrity sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-async-to-generator@^7.0.0", "@babel/plugin-transform-async-to-generator@^7.2.0":
+ version "7.5.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz#89a3848a0166623b5bc481164b5936ab947e887e"
+ integrity sha512-mqvkzwIGkq0bEF1zLRRiTdjfomZJDV33AH3oQzHVGkI2VzEmXLpKKOBvEVaFZBJdN0XTyH38s9j/Kiqr68dggg==
+ dependencies:
+ "@babel/helper-module-imports" "^7.0.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-remap-async-to-generator" "^7.1.0"
+
+"@babel/plugin-transform-block-scoped-functions@^7.0.0", "@babel/plugin-transform-block-scoped-functions@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz#5d3cc11e8d5ddd752aa64c9148d0db6cb79fd190"
+ integrity sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.2.0":
+ version "7.6.3"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a"
+ integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ lodash "^4.17.13"
+
+"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.2.0":
+ version "7.5.5"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9"
+ integrity sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.0.0"
+ "@babel/helper-define-map" "^7.5.5"
+ "@babel/helper-function-name" "^7.1.0"
+ "@babel/helper-optimise-call-expression" "^7.0.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-replace-supers" "^7.5.5"
+ "@babel/helper-split-export-declaration" "^7.4.4"
+ globals "^11.1.0"
+
+"@babel/plugin-transform-computed-properties@^7.0.0", "@babel/plugin-transform-computed-properties@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz#83a7df6a658865b1c8f641d510c6f3af220216da"
+ integrity sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-destructuring@^7.0.0", "@babel/plugin-transform-destructuring@^7.2.0":
+ version "7.6.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz#44bbe08b57f4480094d57d9ffbcd96d309075ba6"
+ integrity sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-dotall-regex@^7.2.0":
+ version "7.6.2"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.6.2.tgz#44abb948b88f0199a627024e1508acaf8dc9b2f9"
+ integrity sha512-KGKT9aqKV+9YMZSkowzYoYEiHqgaDhGmPNZlZxX6UeHC4z30nC1J9IrZuGqbYFB1jaIGdv91ujpze0exiVK8bA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-regex" "^7.4.4"
+ regexpu-core "^4.6.0"
+
+"@babel/plugin-transform-duplicate-keys@^7.2.0":
+ version "7.5.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853"
+ integrity sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-exponentiation-operator@^7.0.0", "@babel/plugin-transform-exponentiation-operator@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz#a63868289e5b4007f7054d46491af51435766008"
+ integrity sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==
+ dependencies:
+ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-flow-strip-types@^7.0.0":
+ version "7.6.3"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.6.3.tgz#8110f153e7360cfd5996eee68706cfad92d85256"
+ integrity sha512-l0ETkyEofkqFJ9LS6HChNIKtVJw2ylKbhYMlJ5C6df+ldxxaLIyXY4yOdDQQspfFpV8/vDiaWoJlvflstlYNxg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-flow" "^7.2.0"
+
+"@babel/plugin-transform-for-of@^7.0.0", "@babel/plugin-transform-for-of@^7.2.0":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz#0267fc735e24c808ba173866c6c4d1440fc3c556"
+ integrity sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-function-name@^7.0.0", "@babel/plugin-transform-function-name@^7.2.0":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.4.4.tgz#e1436116abb0610c2259094848754ac5230922ad"
+ integrity sha512-iU9pv7U+2jC9ANQkKeNF6DrPy4GBa4NWQtl6dHB4Pb3izX2JOEvDTFarlNsBj/63ZEzNNIAMs3Qw4fNCcSOXJA==
+ dependencies:
+ "@babel/helper-function-name" "^7.1.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-literals@^7.0.0", "@babel/plugin-transform-literals@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz#690353e81f9267dad4fd8cfd77eafa86aba53ea1"
+ integrity sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-member-expression-literals@^7.0.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.2.0.tgz#fa10aa5c58a2cb6afcf2c9ffa8cb4d8b3d489a2d"
+ integrity sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-modules-amd@^7.2.0":
+ version "7.5.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz#ef00435d46da0a5961aa728a1d2ecff063e4fb91"
+ integrity sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==
+ dependencies:
+ "@babel/helper-module-transforms" "^7.1.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ babel-plugin-dynamic-import-node "^2.3.0"
+
+"@babel/[email protected]":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.4.4.tgz#0bef4713d30f1d78c2e59b3d6db40e60192cac1e"
+ integrity sha512-4sfBOJt58sEo9a2BQXnZq+Q3ZTSAUXyK3E30o36BOGnJ+tvJ6YSxF0PG6kERvbeISgProodWuI9UVG3/FMY6iw==
+ dependencies:
+ "@babel/helper-module-transforms" "^7.4.4"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-simple-access" "^7.1.0"
+
+"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.2.0":
+ version "7.6.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.6.0.tgz#39dfe957de4420445f1fcf88b68a2e4aa4515486"
+ integrity sha512-Ma93Ix95PNSEngqomy5LSBMAQvYKVe3dy+JlVJSHEXZR5ASL9lQBedMiCyVtmTLraIDVRE3ZjTZvmXXD2Ozw3g==
+ dependencies:
+ "@babel/helper-module-transforms" "^7.4.4"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-simple-access" "^7.1.0"
+ babel-plugin-dynamic-import-node "^2.3.0"
+
+"@babel/plugin-transform-modules-systemjs@^7.2.0":
+ version "7.5.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz#e75266a13ef94202db2a0620977756f51d52d249"
+ integrity sha512-Q2m56tyoQWmuNGxEtUyeEkm6qJYFqs4c+XyXH5RAuYxObRNz9Zgj/1g2GMnjYp2EUyEy7YTrxliGCXzecl/vJg==
+ dependencies:
+ "@babel/helper-hoist-variables" "^7.4.4"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ babel-plugin-dynamic-import-node "^2.3.0"
+
+"@babel/plugin-transform-modules-umd@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz#7678ce75169f0877b8eb2235538c074268dd01ae"
+ integrity sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==
+ dependencies:
+ "@babel/helper-module-transforms" "^7.1.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-named-capturing-groups-regex@^7.3.0":
+ version "7.6.3"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.3.tgz#aaa6e409dd4fb2e50b6e2a91f7e3a3149dbce0cf"
+ integrity sha512-jTkk7/uE6H2s5w6VlMHeWuH+Pcy2lmdwFoeWCVnvIrDUnB5gQqTVI8WfmEAhF2CDEarGrknZcmSFg1+bkfCoSw==
+ dependencies:
+ regexpu-core "^4.6.0"
+
+"@babel/plugin-transform-new-target@^7.0.0":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
+ integrity sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-object-assign@^7.0.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.2.0.tgz#6fdeea42be17040f119e38e23ea0f49f31968bde"
+ integrity sha512-nmE55cZBPFgUktbF2OuoZgPRadfxosLOpSgzEPYotKSls9J4pEPcembi8r78RU37Rph6UApCpNmsQA4QMWK9Ng==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-object-super@^7.0.0", "@babel/plugin-transform-object-super@^7.2.0":
+ version "7.5.5"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9"
+ integrity sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-replace-supers" "^7.5.5"
+
+"@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.2.0":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz#7556cf03f318bd2719fe4c922d2d808be5571e16"
+ integrity sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==
+ dependencies:
+ "@babel/helper-call-delegate" "^7.4.4"
+ "@babel/helper-get-function-arity" "^7.0.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-property-literals@^7.0.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.2.0.tgz#03e33f653f5b25c4eb572c98b9485055b389e905"
+ integrity sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-react-display-name@^7.0.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.2.0.tgz#ebfaed87834ce8dc4279609a4f0c324c156e3eb0"
+ integrity sha512-Htf/tPa5haZvRMiNSQSFifK12gtr/8vwfr+A9y69uF0QcU77AVu4K7MiHEkTxF7lQoHOL0F9ErqgfNEAKgXj7A==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-react-jsx-self@^7.0.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.2.0.tgz#461e21ad9478f1031dd5e276108d027f1b5240ba"
+ integrity sha512-v6S5L/myicZEy+jr6ielB0OR8h+EH/1QFx/YJ7c7Ua+7lqsjj/vW6fD5FR9hB/6y7mGbfT4vAURn3xqBxsUcdg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-jsx" "^7.2.0"
+
+"@babel/plugin-transform-react-jsx-source@^7.0.0":
+ version "7.5.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b"
+ integrity sha512-58Q+Jsy4IDCZx7kqEZuSDdam/1oW8OdDX8f+Loo6xyxdfg1yF0GE2XNJQSTZCaMol93+FBzpWiPEwtbMloAcPg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-jsx" "^7.2.0"
+
+"@babel/plugin-transform-react-jsx@^7.0.0":
+ version "7.3.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.3.0.tgz#f2cab99026631c767e2745a5368b331cfe8f5290"
+ integrity sha512-a/+aRb7R06WcKvQLOu4/TpjKOdvVEKRLWFpKcNuHhiREPgGRB4TQJxq07+EZLS8LFVYpfq1a5lDUnuMdcCpBKg==
+ dependencies:
+ "@babel/helper-builder-react-jsx" "^7.3.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-jsx" "^7.2.0"
+
+"@babel/plugin-transform-regenerator@^7.0.0":
+ version "7.4.5"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz#629dc82512c55cee01341fb27bdfcb210354680f"
+ integrity sha512-gBKRh5qAaCWntnd09S8QC7r3auLCqq5DI6O0DlfoyDjslSBVqBibrMdsqO+Uhmx3+BlOmE/Kw1HFxmGbv0N9dA==
+ dependencies:
+ regenerator-transform "^0.14.0"
+
+"@babel/[email protected]":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.4.4.tgz#a50f5d16e9c3a4ac18a1a9f9803c107c380bce08"
+ integrity sha512-aMVojEjPszvau3NRg+TIH14ynZLvPewH4xhlCW1w6A3rkxTS1m4uwzRclYR9oS+rl/dr+kT+pzbfHuAWP/lc7Q==
+ dependencies:
+ "@babel/helper-module-imports" "^7.0.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ resolve "^1.8.1"
+ semver "^5.5.1"
+
+"@babel/plugin-transform-runtime@^7.0.0":
+ version "7.6.2"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.6.2.tgz#2669f67c1fae0ae8d8bf696e4263ad52cb98b6f8"
+ integrity sha512-cqULw/QB4yl73cS5Y0TZlQSjDvNkzDbu0FurTZyHlJpWE5T3PCMdnyV+xXoH1opr1ldyHODe3QAX3OMAii5NxA==
+ dependencies:
+ "@babel/helper-module-imports" "^7.0.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ resolve "^1.8.1"
+ semver "^5.5.1"
+
+"@babel/plugin-transform-shorthand-properties@^7.0.0", "@babel/plugin-transform-shorthand-properties@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz#6333aee2f8d6ee7e28615457298934a3b46198f0"
+ integrity sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-spread@^7.0.0", "@babel/plugin-transform-spread@^7.2.0":
+ version "7.6.2"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz#fc77cf798b24b10c46e1b51b1b88c2bf661bb8dd"
+ integrity sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-sticky-regex@^7.0.0", "@babel/plugin-transform-sticky-regex@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
+ integrity sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-regex" "^7.0.0"
+
+"@babel/plugin-transform-template-literals@^7.0.0", "@babel/plugin-transform-template-literals@^7.2.0":
+ version "7.4.4"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz#9d28fea7bbce637fb7612a0750989d8321d4bcb0"
+ integrity sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.0.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-typeof-symbol@^7.2.0":
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz#117d2bcec2fbf64b4b59d1f9819894682d29f2b2"
+ integrity sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+
+"@babel/plugin-transform-typescript@^7.0.0":
+ version "7.6.3"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.3.tgz#dddb50cf3b8b2ef70b22e5326e9a91f05a1db13b"
+ integrity sha512-aiWINBrPMSC3xTXRNM/dfmyYuPNKY/aexYqBgh0HBI5Y+WO5oRAqW/oROYeYHrF4Zw12r9rK4fMk/ZlAmqx/FQ==
+ dependencies:
+ "@babel/helper-create-class-features-plugin" "^7.6.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-syntax-typescript" "^7.2.0"
+
+"@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.2.0":
+ version "7.6.2"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.6.2.tgz#b692aad888a7e8d8b1b214be6b9dc03d5031f698"
+ integrity sha512-orZI6cWlR3nk2YmYdb0gImrgCUwb5cBUwjf6Ks6dvNVvXERkwtJWOQaEOjPiu0Gu1Tq6Yq/hruCZZOOi9F34Dw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/helper-regex" "^7.4.4"
+ regexpu-core "^4.6.0"
+
+"@babel/[email protected]":
+ version "7.3.1"
+ resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.3.1.tgz#389e8ca6b17ae67aaf9a2111665030be923515db"
+ integrity sha512-FHKrD6Dxf30e8xgHQO0zJZpUPfVZg+Xwgz5/RdSWCbza9QLNk4Qbp40ctRoqDxml3O8RMzB1DU55SXeDG6PqHQ==
+ dependencies:
+ "@babel/helper-module-imports" "^7.0.0"
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-proposal-async-generator-functions" "^7.2.0"
+ "@babel/plugin-proposal-json-strings" "^7.2.0"
+ "@babel/plugin-proposal-object-rest-spread" "^7.3.1"
+ "@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
+ "@babel/plugin-proposal-unicode-property-regex" "^7.2.0"
+ "@babel/plugin-syntax-async-generators" "^7.2.0"
+ "@babel/plugin-syntax-json-strings" "^7.2.0"
+ "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
+ "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
+ "@babel/plugin-transform-arrow-functions" "^7.2.0"
+ "@babel/plugin-transform-async-to-generator" "^7.2.0"
+ "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
+ "@babel/plugin-transform-block-scoping" "^7.2.0"
+ "@babel/plugin-transform-classes" "^7.2.0"
+ "@babel/plugin-transform-computed-properties" "^7.2.0"
+ "@babel/plugin-transform-destructuring" "^7.2.0"
+ "@babel/plugin-transform-dotall-regex" "^7.2.0"
+ "@babel/plugin-transform-duplicate-keys" "^7.2.0"
+ "@babel/plugin-transform-exponentiation-operator" "^7.2.0"
+ "@babel/plugin-transform-for-of" "^7.2.0"
+ "@babel/plugin-transform-function-name" "^7.2.0"
+ "@babel/plugin-transform-literals" "^7.2.0"
+ "@babel/plugin-transform-modules-amd" "^7.2.0"
+ "@babel/plugin-transform-modules-commonjs" "^7.2.0"
+ "@babel/plugin-transform-modules-systemjs" "^7.2.0"
+ "@babel/plugin-transform-modules-umd" "^7.2.0"
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.3.0"
+ "@babel/plugin-transform-new-target" "^7.0.0"
+ "@babel/plugin-transform-object-super" "^7.2.0"
+ "@babel/plugin-transform-parameters" "^7.2.0"
+ "@babel/plugin-transform-regenerator" "^7.0.0"
+ "@babel/plugin-transform-shorthand-properties" "^7.2.0"
+ "@babel/plugin-transform-spread" "^7.2.0"
+ "@babel/plugin-transform-sticky-regex" "^7.2.0"
+ "@babel/plugin-transform-template-literals" "^7.2.0"
+ "@babel/plugin-transform-typeof-symbol" "^7.2.0"
+ "@babel/plugin-transform-unicode-regex" "^7.2.0"
+ browserslist "^4.3.4"
+ invariant "^2.2.2"
+ js-levenshtein "^1.1.3"
+ semver "^5.3.0"
+
+"@babel/[email protected]":
+ version "7.0.0"
+ resolved "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
+ integrity sha512-oayxyPS4Zj+hF6Et11BwuBkmpgT/zMxyuZgFrMeZID6Hdh3dGlk4sHCAhdBCpuCKW2ppBfl2uCCetlrUIJRY3w==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ "@babel/plugin-transform-react-display-name" "^7.0.0"
+ "@babel/plugin-transform-react-jsx" "^7.0.0"
+ "@babel/plugin-transform-react-jsx-self" "^7.0.0"
+ "@babel/plugin-transform-react-jsx-source" "^7.0.0"
+
+"@babel/register@^7.0.0":
+ version "7.6.2"
+ resolved "https://registry.npmjs.org/@babel/register/-/register-7.6.2.tgz#25765a922202cb06f8bdac5a3b1e70cd6bf3dd45"
+ integrity sha512-xgZk2LRZvt6i2SAUWxc7ellk4+OYRgS3Zpsnr13nMS1Qo25w21Uu8o6vTOAqNaxiqrnv30KTYzh9YWY2k21CeQ==
+ dependencies:
+ find-cache-dir "^2.0.0"
+ lodash "^4.17.13"
+ mkdirp "^0.5.1"
+ pirates "^4.0.0"
+ source-map-support "^0.5.9"
+
+"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.1", "@babel/runtime@^7.6.0", "@babel/runtime@^7.6.2":
+ version "7.6.3"
+ resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f"
+ integrity sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==
+ dependencies:
+ regenerator-runtime "^0.13.2"
+
+"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.2.2", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0":
+ version "7.6.0"
+ resolved "https://registry.npmjs.org/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
+ integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ==
+ dependencies:
+ "@babel/code-frame" "^7.0.0"
+ "@babel/parser" "^7.6.0"
+ "@babel/types" "^7.6.0"
+
+"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.2.2", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3":
+ version "7.6.3"
+ resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
+ integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw==
+ dependencies:
+ "@babel/code-frame" "^7.5.5"
+ "@babel/generator" "^7.6.3"
+ "@babel/helper-function-name" "^7.1.0"
+ "@babel/helper-split-export-declaration" "^7.4.4"
+ "@babel/parser" "^7.6.3"
+ "@babel/types" "^7.6.3"
+ debug "^4.1.0"
+ globals "^11.1.0"
+ lodash "^4.17.13"
+
+"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0", "@babel/types@^7.6.3":
+ version "7.6.3"
+ resolved "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
+ integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==
+ dependencies:
+ esutils "^2.0.2"
+ lodash "^4.17.13"
+ to-fast-properties "^2.0.0"
+
+"@cnakazawa/watch@^1.0.3":
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
+ integrity sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA==
+ dependencies:
+ exec-sh "^0.3.2"
+ minimist "^1.2.0"
+
+"@cush/relative@^0.1.0":
+ version "0.1.0"
+ resolved "https://registry.npmjs.org/@cush/relative/-/relative-0.1.0.tgz#19bfc2c8d46335205932f2032e3569f99fd61b40"
+ integrity sha512-pnF2c2hhHyC520CmYYKq3hGOS0kipkGBgRnp3z7wx7lDzykaUwQW3wPQmiX9YtbHUcgUu1qQtzstixmeYMwQoA==
+
+"@evocateur/libnpmaccess@^3.1.0":
+ version "3.1.2"
+ resolved "https://registry.npmjs.org/@evocateur/libnpmaccess/-/libnpmaccess-3.1.2.tgz#ecf7f6ce6b004e9f942b098d92200be4a4b1c845"
+ integrity sha512-KSCAHwNWro0CF2ukxufCitT9K5LjL/KuMmNzSu8wuwN2rjyKHD8+cmOsiybK+W5hdnwc5M1SmRlVCaMHQo+3rg==
+ dependencies:
+ "@evocateur/npm-registry-fetch" "^4.0.0"
+ aproba "^2.0.0"
+ figgy-pudding "^3.5.1"
+ get-stream "^4.0.0"
+ npm-package-arg "^6.1.0"
+
+"@evocateur/libnpmpublish@^1.2.0":
+ version "1.2.2"
+ resolved "https://registry.npmjs.org/@evocateur/libnpmpublish/-/libnpmpublish-1.2.2.tgz#55df09d2dca136afba9c88c759ca272198db9f1a"
+ integrity sha512-MJrrk9ct1FeY9zRlyeoyMieBjGDG9ihyyD9/Ft6MMrTxql9NyoEx2hw9casTIP4CdqEVu+3nQ2nXxoJ8RCXyFg==
+ dependencies:
+ "@evocateur/npm-registry-fetch" "^4.0.0"
+ aproba "^2.0.0"
+ figgy-pudding "^3.5.1"
+ get-stream "^4.0.0"
+ lodash.clonedeep "^4.5.0"
+ normalize-package-data "^2.4.0"
+ npm-package-arg "^6.1.0"
+ semver "^5.5.1"
+ ssri "^6.0.1"
+
+"@evocateur/npm-registry-fetch@^3.9.1":
+ version "3.9.2"
+ resolved "https://registry.npmjs.org/@evocateur/npm-registry-fetch/-/npm-registry-fetch-3.9.2.tgz#4e23b8b6c812c34828520ce42b31fcdb927c77a3"
+ integrity sha512-lz4cWdC32z6iI05YT9y79YuJtp4IXUu9lAP5JA/Z/difUXJRLAKlemboY64ELa8BKDav/ktjeCKUUJL8jxNTig==
+ dependencies:
+ JSONStream "^1.3.4"
+ bluebird "^3.5.1"
+ figgy-pudding "^3.4.1"
+ lru-cache "^5.1.1"
+ make-fetch-happen "^4.0.2"
+ npm-package-arg "^6.1.0"
+ safe-buffer "^5.1.2"
+
+"@evocateur/npm-registry-fetch@^4.0.0":
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/@evocateur/npm-registry-fetch/-/npm-registry-fetch-4.0.0.tgz#8c4c38766d8d32d3200fcb0a83f064b57365ed66"
+ integrity sha512-k1WGfKRQyhJpIr+P17O5vLIo2ko1PFLKwoetatdduUSt/aQ4J2sJrJwwatdI5Z3SiYk/mRH9S3JpdmMFd/IK4g==
+ dependencies:
+ JSONStream "^1.3.4"
+ bluebird "^3.5.1"
+ figgy-pudding "^3.4.1"
+ lru-cache "^5.1.1"
+ make-fetch-happen "^5.0.0"
+ npm-package-arg "^6.1.0"
+ safe-buffer "^5.1.2"
+
+"@evocateur/pacote@^9.6.0":
+ version "9.6.5"
+ resolved "https://registry.npmjs.org/@evocateur/pacote/-/pacote-9.6.5.tgz#33de32ba210b6f17c20ebab4d497efc6755f4ae5"
+ integrity sha512-EI552lf0aG2nOV8NnZpTxNo2PcXKPmDbF9K8eCBFQdIZwHNGN/mi815fxtmUMa2wTa1yndotICIDt/V0vpEx2w==
+ dependencies:
+ "@evocateur/npm-registry-fetch" "^4.0.0"
+ bluebird "^3.5.3"
+ cacache "^12.0.3"
+ chownr "^1.1.2"
+ figgy-pudding "^3.5.1"
+ get-stream "^4.1.0"
+ glob "^7.1.4"
+ infer-owner "^1.0.4"
+ lru-cache "^5.1.1"
+ make-fetch-happen "^5.0.0"
+ minimatch "^3.0.4"
+ minipass "^2.3.5"
+ mississippi "^3.0.0"
+ mkdirp "^0.5.1"
+ normalize-package-data "^2.5.0"
+ npm-package-arg "^6.1.0"
+ npm-packlist "^1.4.4"
+ npm-pick-manifest "^3.0.0"
+ osenv "^0.1.5"
+ promise-inflight "^1.0.1"
+ promise-retry "^1.1.1"
+ protoduck "^5.0.1"
+ rimraf "^2.6.3"
+ safe-buffer "^5.2.0"
+ semver "^5.7.0"
+ ssri "^6.0.1"
+ tar "^4.4.10"
+ unique-filename "^1.1.1"
+ which "^1.3.1"
+
+"@jest/console@^24.7.1", "@jest/console@^24.9.0":
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/@jest/console/-/console-24.9.0.tgz#79b1bc06fb74a8cfb01cbdedf945584b1b9707f0"
+ integrity sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ==
+ dependencies:
+ "@jest/source-map" "^24.9.0"
+ chalk "^2.0.1"
+ slash "^2.0.0"
+
+"@jest/core@^24.9.0":
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/@jest/core/-/core-24.9.0.tgz#2ceccd0b93181f9c4850e74f2a9ad43d351369c4"
+ integrity sha512-Fogg3s4wlAr1VX7q+rhV9RVnUv5tD7VuWfYy1+whMiWUrvl7U3QJSJyWcDio9Lq2prqYsZaeTv2Rz24pWGkJ2A==
+ dependencies:
+ "@jest/console" "^24.7.1"
+ "@jest/reporters" "^24.9.0"
+ "@jest/test-result" "^24.9.0"
+ "@jest/transform" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ ansi-escapes "^3.0.0"
+ chalk "^2.0.1"
+ exit "^0.1.2"
+ graceful-fs "^4.1.15"
+ jest-changed-files "^24.9.0"
+ jest-config "^24.9.0"
+ jest-haste-map "^24.9.0"
+ jest-message-util "^24.9.0"
+ jest-regex-util "^24.3.0"
+ jest-resolve "^24.9.0"
+ jest-resolve-dependencies "^24.9.0"
+ jest-runner "^24.9.0"
+ jest-runtime "^24.9.0"
+ jest-snapshot "^24.9.0"
+ jest-util "^24.9.0"
+ jest-validate "^24.9.0"
+ jest-watcher "^24.9.0"
+ micromatch "^3.1.10"
+ p-each-series "^1.0.0"
+ realpath-native "^1.1.0"
+ rimraf "^2.5.4"
+ slash "^2.0.0"
+ strip-ansi "^5.0.0"
+
+"@jest/environment@^24.9.0":
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/@jest/environment/-/environment-24.9.0.tgz#21e3afa2d65c0586cbd6cbefe208bafade44ab18"
+ integrity sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ==
+ dependencies:
+ "@jest/fake-timers" "^24.9.0"
+ "@jest/transform" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ jest-mock "^24.9.0"
+
+"@jest/fake-timers@^24.9.0":
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-24.9.0.tgz#ba3e6bf0eecd09a636049896434d306636540c93"
+ integrity sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A==
+ dependencies:
+ "@jest/types" "^24.9.0"
+ jest-message-util "^24.9.0"
+ jest-mock "^24.9.0"
+
+"@jest/reporters@^24.9.0":
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/@jest/reporters/-/reporters-24.9.0.tgz#86660eff8e2b9661d042a8e98a028b8d631a5b43"
+ integrity sha512-mu4X0yjaHrffOsWmVLzitKmmmWSQ3GGuefgNscUSWNiUNcEOSEQk9k3pERKEQVBb0Cnn88+UESIsZEMH3o88Gw==
+ dependencies:
+ "@jest/environment" "^24.9.0"
+ "@jest/test-result" "^24.9.0"
+ "@jest/transform" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ chalk "^2.0.1"
+ exit "^0.1.2"
+ glob "^7.1.2"
+ istanbul-lib-coverage "^2.0.2"
+ istanbul-lib-instrument "^3.0.1"
+ istanbul-lib-report "^2.0.4"
+ istanbul-lib-source-maps "^3.0.1"
+ istanbul-reports "^2.2.6"
+ jest-haste-map "^24.9.0"
+ jest-resolve "^24.9.0"
+ jest-runtime "^24.9.0"
+ jest-util "^24.9.0"
+ jest-worker "^24.6.0"
+ node-notifier "^5.4.2"
+ slash "^2.0.0"
+ source-map "^0.6.0"
+ string-length "^2.0.0"
+
+"@jest/source-map@^24.3.0", "@jest/source-map@^24.9.0":
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/@jest/source-map/-/source-map-24.9.0.tgz#0e263a94430be4b41da683ccc1e6bffe2a191714"
+ integrity sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg==
+ dependencies:
+ callsites "^3.0.0"
+ graceful-fs "^4.1.15"
+ source-map "^0.6.0"
+
+"@jest/test-result@^24.9.0":
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/@jest/test-result/-/test-result-24.9.0.tgz#11796e8aa9dbf88ea025757b3152595ad06ba0ca"
+ integrity sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA==
+ dependencies:
+ "@jest/console" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ "@types/istanbul-lib-coverage" "^2.0.0"
+
+"@jest/test-sequencer@^24.9.0":
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-24.9.0.tgz#f8f334f35b625a4f2f355f2fe7e6036dad2e6b31"
+ integrity sha512-6qqsU4o0kW1dvA95qfNog8v8gkRN9ph6Lz7r96IvZpHdNipP2cBcb07J1Z45mz/VIS01OHJ3pY8T5fUY38tg4A==
+ dependencies:
+ "@jest/test-result" "^24.9.0"
+ jest-haste-map "^24.9.0"
+ jest-runner "^24.9.0"
+ jest-runtime "^24.9.0"
+
+"@jest/transform@^24.9.0":
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/@jest/transform/-/transform-24.9.0.tgz#4ae2768b296553fadab09e9ec119543c90b16c56"
+ integrity sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ==
+ dependencies:
+ "@babel/core" "^7.1.0"
+ "@jest/types" "^24.9.0"
+ babel-plugin-istanbul "^5.1.0"
+ chalk "^2.0.1"
+ convert-source-map "^1.4.0"
+ fast-json-stable-stringify "^2.0.0"
+ graceful-fs "^4.1.15"
+ jest-haste-map "^24.9.0"
+ jest-regex-util "^24.9.0"
+ jest-util "^24.9.0"
+ micromatch "^3.1.10"
+ pirates "^4.0.1"
+ realpath-native "^1.1.0"
+ slash "^2.0.0"
+ source-map "^0.6.1"
+ write-file-atomic "2.4.1"
+
+"@jest/types@^24.9.0":
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59"
+ integrity sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==
+ dependencies:
+ "@types/istanbul-lib-coverage" "^2.0.0"
+ "@types/istanbul-reports" "^1.1.1"
+ "@types/yargs" "^13.0.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/add/-/add-3.15.0.tgz#10be562f43cde59b60f299083d54ac39520ec60a"
+ integrity sha512-+KrG4GFy/6FISZ+DwWf5Fj5YB4ESa4VTnSn/ujf3VEda6dxngHPN629j+TcPbsdOxUYVah+HuZbC/B8NnkrKpQ==
+ dependencies:
+ "@evocateur/pacote" "^9.6.0"
+ "@lerna/bootstrap" "3.15.0"
+ "@lerna/command" "3.15.0"
+ "@lerna/filter-options" "3.14.2"
+ "@lerna/npm-conf" "3.13.0"
+ "@lerna/validation-error" "3.13.0"
+ dedent "^0.7.0"
+ npm-package-arg "^6.1.0"
+ p-map "^1.2.0"
+ semver "^5.5.0"
+
+"@lerna/[email protected]":
+ version "3.14.0"
+ resolved "https://registry.npmjs.org/@lerna/batch-packages/-/batch-packages-3.14.0.tgz#0208663bab3ddbf57956b370aaec4c9ebee6c800"
+ integrity sha512-RlBkQVNTqk1qvn6PFWiWNiskllUHh6tXbTVm43mZRNd+vhAyvrQC8RWJxH0ECVvnFAt9rSNGRIVbEJ31WnNQLg==
+ dependencies:
+ "@lerna/package-graph" "3.14.0"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/bootstrap/-/bootstrap-3.15.0.tgz#f53e0bbbbfb8367e609a06378409bfc673ff2930"
+ integrity sha512-4AxsPKKbgj2Ju03qDddQTpOHvpqnwd0yaiEU/aCcWv/4tDTe79NqUne2Z3+P2WZY0Zzb8+nUKcskwYBMTeq+Mw==
+ dependencies:
+ "@lerna/batch-packages" "3.14.0"
+ "@lerna/command" "3.15.0"
+ "@lerna/filter-options" "3.14.2"
+ "@lerna/has-npm-version" "3.14.2"
+ "@lerna/npm-install" "3.14.2"
+ "@lerna/package-graph" "3.14.0"
+ "@lerna/pulse-till-done" "3.13.0"
+ "@lerna/rimraf-dir" "3.14.2"
+ "@lerna/run-lifecycle" "3.14.0"
+ "@lerna/run-parallel-batches" "3.13.0"
+ "@lerna/symlink-binary" "3.14.2"
+ "@lerna/symlink-dependencies" "3.14.2"
+ "@lerna/validation-error" "3.13.0"
+ dedent "^0.7.0"
+ get-port "^3.2.0"
+ multimatch "^2.1.0"
+ npm-package-arg "^6.1.0"
+ npmlog "^4.1.2"
+ p-finally "^1.0.0"
+ p-map "^1.2.0"
+ p-map-series "^1.0.0"
+ p-waterfall "^1.0.0"
+ read-package-tree "^5.1.6"
+ semver "^5.5.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/changed/-/changed-3.15.0.tgz#20db9d992d697e4288c260aa38b989dcb93f4b40"
+ integrity sha512-Hns1ssI9T9xOTGVc7PT2jUaqzsSkxV3hV/Y7iFO0uKTk+fduyTwGTHU9A/ybQ/xi/9iaJbvaXyjxKiGoEnzmhg==
+ dependencies:
+ "@lerna/collect-updates" "3.14.2"
+ "@lerna/command" "3.15.0"
+ "@lerna/listable" "3.14.0"
+ "@lerna/output" "3.13.0"
+ "@lerna/version" "3.15.0"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/check-working-tree/-/check-working-tree-3.14.2.tgz#5ce007722180a69643a8456766ed8a91fc7e9ae1"
+ integrity sha512-7safqxM/MYoAoxZxulUDtIJIbnBIgo0PB/FHytueG+9VaX7GMnDte2Bt1EKa0dz2sAyQdmQ3Q8ZXpf/6JDjaeg==
+ dependencies:
+ "@lerna/collect-uncommitted" "3.14.2"
+ "@lerna/describe-ref" "3.14.2"
+ "@lerna/validation-error" "3.13.0"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/child-process/-/child-process-3.14.2.tgz#950240cba83f7dfe25247cfa6c9cebf30b7d94f6"
+ integrity sha512-xnq+W5yQb6RkwI0p16ZQnrn6HkloH/MWTw4lGE1nKsBLAUbmSU5oTE93W1nrG0X3IMF/xWc9UYvNdUGMWvZZ4w==
+ dependencies:
+ chalk "^2.3.1"
+ execa "^1.0.0"
+ strong-log-transformer "^2.0.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/clean/-/clean-3.15.0.tgz#a94da50908a80ba443a0a682706aca79ac2ecf27"
+ integrity sha512-D1BN7BnJk6YjrSR7E7RiCmWiFVWDo3L+OSe6zDq6rNNYexPBtSi2JOCeF/Dibi3jd2luVu0zkVpUtuEEdPiD+A==
+ dependencies:
+ "@lerna/command" "3.15.0"
+ "@lerna/filter-options" "3.14.2"
+ "@lerna/prompt" "3.13.0"
+ "@lerna/pulse-till-done" "3.13.0"
+ "@lerna/rimraf-dir" "3.14.2"
+ p-map "^1.2.0"
+ p-map-series "^1.0.0"
+ p-waterfall "^1.0.0"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/cli/-/cli-3.13.0.tgz#3d7b357fdd7818423e9681a7b7f2abd106c8a266"
+ integrity sha512-HgFGlyCZbYaYrjOr3w/EsY18PdvtsTmDfpUQe8HwDjXlPeCCUgliZjXLOVBxSjiOvPeOSwvopwIHKWQmYbwywg==
+ dependencies:
+ "@lerna/global-options" "3.13.0"
+ dedent "^0.7.0"
+ npmlog "^4.1.2"
+ yargs "^12.0.1"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/collect-uncommitted/-/collect-uncommitted-3.14.2.tgz#b5ed00d800bea26bb0d18404432b051eee8d030e"
+ integrity sha512-4EkQu4jIOdNL2BMzy/N0ydHB8+Z6syu6xiiKXOoFl0WoWU9H1jEJCX4TH7CmVxXL1+jcs8FIS2pfQz4oew99Eg==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ chalk "^2.3.1"
+ figgy-pudding "^3.5.1"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/collect-updates/-/collect-updates-3.14.2.tgz#396201f6568ec5916bf2c11e7a29b0931fcd3e5b"
+ integrity sha512-+zSQ2ZovH8Uc0do5dR+sk8VvRJc6Xl+ZnJJGESIl17KSpEw/lVjcOyt6f3BP+WHn+iSOjMWcGvUVA601FIEdZw==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ "@lerna/describe-ref" "3.14.2"
+ minimatch "^3.0.4"
+ npmlog "^4.1.2"
+ slash "^1.0.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/command/-/command-3.15.0.tgz#e1dc1319054f1cf0b135aa0c5730f3335641a0ca"
+ integrity sha512-dZqr4rKFN+veuXakIQ1DcGUpzBgcWKaYFNN4O6/skOdVQaEfGefzo1sZET+q7k/BkypxkhXHXpv5UqqSuL/EHQ==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ "@lerna/package-graph" "3.14.0"
+ "@lerna/project" "3.15.0"
+ "@lerna/validation-error" "3.13.0"
+ "@lerna/write-log-file" "3.13.0"
+ dedent "^0.7.0"
+ execa "^1.0.0"
+ is-ci "^1.0.10"
+ lodash "^4.17.5"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.14.0"
+ resolved "https://registry.npmjs.org/@lerna/conventional-commits/-/conventional-commits-3.14.0.tgz#24f643550dc29d4f1249cc26d0eb453d7a1c513d"
+ integrity sha512-hGZ2qQZ9uEGf2eeIiIpEodSs9Qkkf/2uYEtNT7QN1RYISPUh6/lKGBssc5dpbCF64aEuxmemWLdlDf1ogG6++w==
+ dependencies:
+ "@lerna/validation-error" "3.13.0"
+ conventional-changelog-angular "^5.0.3"
+ conventional-changelog-core "^3.1.6"
+ conventional-recommended-bump "^4.0.4"
+ fs-extra "^7.0.0"
+ get-stream "^4.0.0"
+ npm-package-arg "^6.1.0"
+ npmlog "^4.1.2"
+ pify "^3.0.0"
+ semver "^5.5.0"
+
+"@lerna/[email protected]":
+ version "3.14.0"
+ resolved "https://registry.npmjs.org/@lerna/create-symlink/-/create-symlink-3.14.0.tgz#f40ae06e8cebe70c694368ebf9a4af5ab380fbea"
+ integrity sha512-Kw51HYOOi6UfCKncqkgEU1k/SYueSBXgkNL91FR8HAZH7EPSRTEtp9mnJo568g0+Hog5C+3cOaWySwhHpRG29A==
+ dependencies:
+ cmd-shim "^2.0.2"
+ fs-extra "^7.0.0"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/create/-/create-3.15.0.tgz#27bfadcbdf71d34226aa82432293f5290f7ab1aa"
+ integrity sha512-doXGt0HTwTQl8GkC2tOrraA/5OWbz35hJqi7Dsl3Fl0bAxiv9XmF3LykHFJ+YTDHfGpdoJ8tKu66f/VKP16G0w==
+ dependencies:
+ "@evocateur/pacote" "^9.6.0"
+ "@lerna/child-process" "3.14.2"
+ "@lerna/command" "3.15.0"
+ "@lerna/npm-conf" "3.13.0"
+ "@lerna/validation-error" "3.13.0"
+ camelcase "^5.0.0"
+ dedent "^0.7.0"
+ fs-extra "^7.0.0"
+ globby "^8.0.1"
+ init-package-json "^1.10.3"
+ npm-package-arg "^6.1.0"
+ p-reduce "^1.0.0"
+ pify "^3.0.0"
+ semver "^5.5.0"
+ slash "^1.0.0"
+ validate-npm-package-license "^3.0.3"
+ validate-npm-package-name "^3.0.0"
+ whatwg-url "^7.0.0"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/describe-ref/-/describe-ref-3.14.2.tgz#edc3c973f5ca9728d23358c4f4d3b55a21f65be5"
+ integrity sha512-qa5pzDRK2oBQXNjyRmRnN7E8a78NMYfQjjlRFB0KNHMsT6mCiL9+8kIS39sSE2NqT8p7xVNo2r2KAS8R/m3CoQ==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/diff/-/diff-3.15.0.tgz#573d6f58f6809d16752dcfab74c5e286b6678371"
+ integrity sha512-N1Pr0M554Bt+DlVoD+DXWGh92gcq6G9icn8sH5GSqfwi0XCpPNJ2i1BNEZpUQ6ulLWOMa1YHR4PypPxecRGBjA==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ "@lerna/command" "3.15.0"
+ "@lerna/validation-error" "3.13.0"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/exec/-/exec-3.15.0.tgz#b31510f47255367eb0d3e4a4f7b6ef8f7e41b985"
+ integrity sha512-YuXPd64TNG9wbb3lRvyMARQbdlbMZ1bJZ+GCm0enivnIWUyg0qtBDcfPY2dWpIgOif04zx+K/gmOX4lCaGM4UQ==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ "@lerna/command" "3.15.0"
+ "@lerna/filter-options" "3.14.2"
+ "@lerna/run-topologically" "3.14.0"
+ "@lerna/validation-error" "3.13.0"
+ p-map "^1.2.0"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/filter-options/-/filter-options-3.14.2.tgz#7ba91cb54ff3fd9f4650ad8d7c40bc1075e44c2d"
+ integrity sha512-Ct8oYvRttbYB9JalngHhirb8o9ZVyLm5a9MpXNevXoHiu6j0vNhI19BQCwNnrL6wZvEHJnzPuUl/jO23tWxemg==
+ dependencies:
+ "@lerna/collect-updates" "3.14.2"
+ "@lerna/filter-packages" "3.13.0"
+ dedent "^0.7.0"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/filter-packages/-/filter-packages-3.13.0.tgz#f5371249e7e1a15928e5e88c544a242e0162c21c"
+ integrity sha512-RWiZWyGy3Mp7GRVBn//CacSnE3Kw82PxE4+H6bQ3pDUw/9atXn7NRX+gkBVQIYeKamh7HyumJtyOKq3Pp9BADQ==
+ dependencies:
+ "@lerna/validation-error" "3.13.0"
+ multimatch "^2.1.0"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-3.13.0.tgz#d1b552cb0088199fc3e7e126f914e39a08df9ea5"
+ integrity sha512-Y0xWL0rg3boVyJk6An/vurKzubyJKtrxYv2sj4bB8Mc5zZ3tqtv0ccbOkmkXKqbzvNNF7VeUt1OJ3DRgtC/QZw==
+ dependencies:
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/get-packed/-/get-packed-3.13.0.tgz#335e40d77f3c1855aa248587d3e0b2d8f4b06e16"
+ integrity sha512-EgSim24sjIjqQDC57bgXD9l22/HCS93uQBbGpkzEOzxAVzEgpZVm7Fm1t8BVlRcT2P2zwGnRadIvxTbpQuDPTg==
+ dependencies:
+ fs-extra "^7.0.0"
+ ssri "^6.0.1"
+ tar "^4.4.8"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/github-client/-/github-client-3.14.2.tgz#a743792b51cd9bdfb785186e429568827a6372eb"
+ integrity sha512-+2Xh7t4qVmXiXE2utPnh5T7YwSltG74JP7c+EiooRY5+3zjh9MpPOcTKxVY3xKclzpsyXMohk2KpTF4tzA5rrg==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ "@octokit/plugin-enterprise-rest" "^2.1.1"
+ "@octokit/rest" "^16.16.0"
+ git-url-parse "^11.1.2"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/gitlab-client/-/gitlab-client-3.15.0.tgz#91f4ec8c697b5ac57f7f25bd50fe659d24aa96a6"
+ integrity sha512-OsBvRSejHXUBMgwWQqNoioB8sgzL/Pf1pOUhHKtkiMl6aAWjklaaq5HPMvTIsZPfS6DJ9L5OK2GGZuooP/5c8Q==
+ dependencies:
+ node-fetch "^2.5.0"
+ npmlog "^4.1.2"
+ whatwg-url "^7.0.0"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/global-options/-/global-options-3.13.0.tgz#217662290db06ad9cf2c49d8e3100ee28eaebae1"
+ integrity sha512-SlZvh1gVRRzYLVluz9fryY1nJpZ0FHDGB66U9tFfvnnxmueckRQxLopn3tXj3NU1kc3QANT2I5BsQkOqZ4TEFQ==
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/has-npm-version/-/has-npm-version-3.14.2.tgz#ac17f7c68e92114b8332b95ae6cffec9c0d67a7b"
+ integrity sha512-cG+z5bB8JPd5f+nT2eLN2LmKg06O11AxlnUxgw2W7cLyc7cnsmMSp/rxt2JBMwW2r4Yn+CLLJIRwJZ2Es8jFSw==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ semver "^5.5.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/import/-/import-3.15.0.tgz#47f2da52059a96bb08a4c09e18d985258fce9ce1"
+ integrity sha512-4GKQgeTXBTwMbZNkYyPdQIVA41HIISD7D6XRNrDaG0falUfvoPsknijQPCBmGqeh66u1Fcn2+4lkL3OCTj2FMg==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ "@lerna/command" "3.15.0"
+ "@lerna/prompt" "3.13.0"
+ "@lerna/pulse-till-done" "3.13.0"
+ "@lerna/validation-error" "3.13.0"
+ dedent "^0.7.0"
+ fs-extra "^7.0.0"
+ p-map-series "^1.0.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/init/-/init-3.15.0.tgz#bda36de44c365972f87cbd287fe85b6fb7bb1070"
+ integrity sha512-VOqH6kFbFtfUbXxhSqXKY6bjnVp9nLuLRI6x9tVHOANX2LmSlXm17OUGBnNt+eM4uJLuiUsAR8nTlpCiz//lPQ==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ "@lerna/command" "3.15.0"
+ fs-extra "^7.0.0"
+ p-map "^1.2.0"
+ write-json-file "^2.3.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/link/-/link-3.15.0.tgz#718b4116a8eacb3fc73414ae8d97f8fdaf8125da"
+ integrity sha512-yKHuifADINobvDOLljBGkVGpVwy6J3mg5p9lQXBdOLXBoIKC8o/UKBR9JvZMFvT/Iy6zn6FPy1v5lz9iU1Ib0Q==
+ dependencies:
+ "@lerna/command" "3.15.0"
+ "@lerna/package-graph" "3.14.0"
+ "@lerna/symlink-dependencies" "3.14.2"
+ p-map "^1.2.0"
+ slash "^1.0.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/list/-/list-3.15.0.tgz#4e401c1ad990bb12bd38298cb61d21136420ff68"
+ integrity sha512-8SvxnlfAnbEzQDf2NL0IxWyUuqWTykF9cHt5/f5TOzgESClpaOkDtqwh/UlE8nVTzWMnxnQUPQi3UTKyJD3i3g==
+ dependencies:
+ "@lerna/command" "3.15.0"
+ "@lerna/filter-options" "3.14.2"
+ "@lerna/listable" "3.14.0"
+ "@lerna/output" "3.13.0"
+
+"@lerna/[email protected]":
+ version "3.14.0"
+ resolved "https://registry.npmjs.org/@lerna/listable/-/listable-3.14.0.tgz#08f4c78e0466568e8e8a57d4ad09537f2bb7bbb9"
+ integrity sha512-ZK44Mo8xf/N97eQZ236SPSq0ek6+gk4HqHIx05foEMZVV1iIDH4a/nblLsJNjGQVsIdMYFPaqNJ0z+ZQfiJazQ==
+ dependencies:
+ "@lerna/query-graph" "3.14.0"
+ chalk "^2.3.1"
+ columnify "^1.5.4"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/log-packed/-/log-packed-3.13.0.tgz#497b5f692a8d0e3f669125da97b0dadfd9e480f3"
+ integrity sha512-Rmjrcz+6aM6AEcEVWmurbo8+AnHOvYtDpoeMMJh9IZ9SmZr2ClXzmD7wSvjTQc8BwOaiWjjC/ukcT0UYA2m7wg==
+ dependencies:
+ byte-size "^4.0.3"
+ columnify "^1.5.4"
+ has-unicode "^2.0.1"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/npm-conf/-/npm-conf-3.13.0.tgz#6b434ed75ff757e8c14381b9bbfe5d5ddec134a7"
+ integrity sha512-Jg2kANsGnhg+fbPEzE0X9nX5oviEAvWj0nYyOkcE+cgWuT7W0zpnPXC4hA4C5IPQGhwhhh0IxhWNNHtjTuw53g==
+ dependencies:
+ config-chain "^1.1.11"
+ pify "^3.0.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/npm-dist-tag/-/npm-dist-tag-3.15.0.tgz#262dd1e67a4cf82ae78fadfe02622ebce4add078"
+ integrity sha512-lnbdwc4Ebs7/EI9fTIgbH3dxXnP+SuCcGhG7P5ZjOqo67SY09sRZGcygEzabpvIwXvKpBF8vCd4xxzjnF2u+PA==
+ dependencies:
+ "@evocateur/npm-registry-fetch" "^3.9.1"
+ "@lerna/otplease" "3.14.0"
+ figgy-pudding "^3.5.1"
+ npm-package-arg "^6.1.0"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/npm-install/-/npm-install-3.14.2.tgz#fd22ff432f8b7cbe05bedfd36b0506482f1a4732"
+ integrity sha512-JYJJRtLETrGpcQZa8Rj16vbye399RqnaXmJlZuZ2twjJ2DYVYtwkfsGEOdvdaKw5KVOEpWcAxBA9OMmKQtCLQw==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ "@lerna/get-npm-exec-opts" "3.13.0"
+ fs-extra "^7.0.0"
+ npm-package-arg "^6.1.0"
+ npmlog "^4.1.2"
+ signal-exit "^3.0.2"
+ write-pkg "^3.1.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/npm-publish/-/npm-publish-3.15.0.tgz#89126d74ec97186475767b852954a5f55b732a71"
+ integrity sha512-G7rcNcSGjG0La8eHPXDvCvoNXbwNnP6XJ+GPh3CH5xiR/nikfLOa+Bfm4ytdjVWWxnKfCT4qyMTCoV1rROlqQQ==
+ dependencies:
+ "@evocateur/libnpmpublish" "^1.2.0"
+ "@lerna/otplease" "3.14.0"
+ "@lerna/run-lifecycle" "3.14.0"
+ figgy-pudding "^3.5.1"
+ fs-extra "^7.0.0"
+ npm-package-arg "^6.1.0"
+ npmlog "^4.1.2"
+ pify "^3.0.0"
+ read-package-json "^2.0.13"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/npm-run-script/-/npm-run-script-3.14.2.tgz#8c518ea9d241a641273e77aad6f6fddc16779c3f"
+ integrity sha512-LbVFv+nvAoRTYLMrJlJ8RiakHXrLslL7Jp/m1R18vYrB8LYWA3ey+nz5Tel2OELzmjUiemAKZsD9h6i+Re5egg==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ "@lerna/get-npm-exec-opts" "3.13.0"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.14.0"
+ resolved "https://registry.npmjs.org/@lerna/otplease/-/otplease-3.14.0.tgz#b539fd3e7a08452fc0db3b10010ca3cf0e4a73e7"
+ integrity sha512-rYAWzaYZ81bwnrmTkYWGgcc13bl/6DlG7pjWQWNGAJNLzO5zzj0xmXN5sMFJnNvDpSiS/ZS1sIuPvb4xnwLUkg==
+ dependencies:
+ "@lerna/prompt" "3.13.0"
+ figgy-pudding "^3.5.1"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/output/-/output-3.13.0.tgz#3ded7cc908b27a9872228a630d950aedae7a4989"
+ integrity sha512-7ZnQ9nvUDu/WD+bNsypmPG5MwZBwu86iRoiW6C1WBuXXDxM5cnIAC1m2WxHeFnjyMrYlRXM9PzOQ9VDD+C15Rg==
+ dependencies:
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/pack-directory/-/pack-directory-3.14.2.tgz#577b8ebf867c9b636a2e4659a27552ee24d83b9d"
+ integrity sha512-b3LnJEmIml3sDj94TQT8R+kVyrDlmE7Su0WwcBYZDySXPMSZ38WA2/2Xjy/EWhXlFxp/nUJKyUG78nDrZ/00Uw==
+ dependencies:
+ "@lerna/get-packed" "3.13.0"
+ "@lerna/package" "3.14.2"
+ "@lerna/run-lifecycle" "3.14.0"
+ figgy-pudding "^3.5.1"
+ npm-packlist "^1.4.1"
+ npmlog "^4.1.2"
+ tar "^4.4.8"
+ temp-write "^3.4.0"
+
+"@lerna/[email protected]":
+ version "3.14.0"
+ resolved "https://registry.npmjs.org/@lerna/package-graph/-/package-graph-3.14.0.tgz#4ccdf446dccedfbbeb4efff3eb720cb6fcb109fc"
+ integrity sha512-dNpA/64STD5YXhaSlg4gT6Z474WPJVCHoX1ibsVIFu0fVgH609Y69bsdmbvTRdI7r6Dcu4ZfGxdR636RTrH+Eg==
+ dependencies:
+ "@lerna/prerelease-id-from-version" "3.14.0"
+ "@lerna/validation-error" "3.13.0"
+ npm-package-arg "^6.1.0"
+ npmlog "^4.1.2"
+ semver "^5.5.0"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/package/-/package-3.14.2.tgz#f893cb42e26c869df272dafbe1dd5a3473b0bd4d"
+ integrity sha512-YR/+CzYdufJYfsUlrfuhTjA35iSZpXK7mVOZmeR9iRWhSaqesm4kq2zfxm9vCpZV2oAQQZOwi4eo5h0rQBtdiw==
+ dependencies:
+ load-json-file "^4.0.0"
+ npm-package-arg "^6.1.0"
+ write-pkg "^3.1.0"
+
+"@lerna/[email protected]":
+ version "3.14.0"
+ resolved "https://registry.npmjs.org/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-3.14.0.tgz#d5da9c26ac4a0d0ecde09018f06e41ca4dd444c2"
+ integrity sha512-Ap3Z/dNhqQuSrKmK+JmzYvQYI2vowxHvUVxZJiDVilW8dyNnxkCsYFmkuZytk5sxVz4VeGLNPS2RSsU5eeSS+Q==
+ dependencies:
+ semver "^5.5.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/project/-/project-3.15.0.tgz#733b0993a849dcf5b68fcd0ec11d8f7de38a6999"
+ integrity sha512-eNGUWiMbQ9kh9kGkomtMnsLypS0rfLqxKgZP2+VnNVtIXjnLv4paeTm+1lkL+naNJUwhnpMk2NSLEeoxT/20QA==
+ dependencies:
+ "@lerna/package" "3.14.2"
+ "@lerna/validation-error" "3.13.0"
+ cosmiconfig "^5.1.0"
+ dedent "^0.7.0"
+ dot-prop "^4.2.0"
+ glob-parent "^3.1.0"
+ globby "^8.0.1"
+ load-json-file "^4.0.0"
+ npmlog "^4.1.2"
+ p-map "^1.2.0"
+ resolve-from "^4.0.0"
+ write-json-file "^2.3.0"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/prompt/-/prompt-3.13.0.tgz#53571462bb3f5399cc1ca6d335a411fe093426a5"
+ integrity sha512-P+lWSFokdyvYpkwC3it9cE0IF2U5yy2mOUbGvvE4iDb9K7TyXGE+7lwtx2thtPvBAfIb7O13POMkv7df03HJeA==
+ dependencies:
+ inquirer "^6.2.0"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/publish/-/publish-3.15.0.tgz#54f93f8f0820d2d419d0b65df1eb55d8277090c9"
+ integrity sha512-6tRRBJ8olLSXfrUsR4f7vSfx0cT1oPi6/v06yI3afDSsUX6eQ3ooZh7gMY4RWmd+nM/IJHTUzhlKF6WhTvo+9g==
+ dependencies:
+ "@evocateur/libnpmaccess" "^3.1.0"
+ "@evocateur/npm-registry-fetch" "^3.9.1"
+ "@evocateur/pacote" "^9.6.0"
+ "@lerna/check-working-tree" "3.14.2"
+ "@lerna/child-process" "3.14.2"
+ "@lerna/collect-updates" "3.14.2"
+ "@lerna/command" "3.15.0"
+ "@lerna/describe-ref" "3.14.2"
+ "@lerna/log-packed" "3.13.0"
+ "@lerna/npm-conf" "3.13.0"
+ "@lerna/npm-dist-tag" "3.15.0"
+ "@lerna/npm-publish" "3.15.0"
+ "@lerna/output" "3.13.0"
+ "@lerna/pack-directory" "3.14.2"
+ "@lerna/prerelease-id-from-version" "3.14.0"
+ "@lerna/prompt" "3.13.0"
+ "@lerna/pulse-till-done" "3.13.0"
+ "@lerna/run-lifecycle" "3.14.0"
+ "@lerna/run-topologically" "3.14.0"
+ "@lerna/validation-error" "3.13.0"
+ "@lerna/version" "3.15.0"
+ figgy-pudding "^3.5.1"
+ fs-extra "^7.0.0"
+ npm-package-arg "^6.1.0"
+ npmlog "^4.1.2"
+ p-finally "^1.0.0"
+ p-map "^1.2.0"
+ p-pipe "^1.2.0"
+ semver "^5.5.0"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/pulse-till-done/-/pulse-till-done-3.13.0.tgz#c8e9ce5bafaf10d930a67d7ed0ccb5d958fe0110"
+ integrity sha512-1SOHpy7ZNTPulzIbargrgaJX387csN7cF1cLOGZiJQA6VqnS5eWs2CIrG8i8wmaUavj2QlQ5oEbRMVVXSsGrzA==
+ dependencies:
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.14.0"
+ resolved "https://registry.npmjs.org/@lerna/query-graph/-/query-graph-3.14.0.tgz#2abb36f445bd924d0f85ac7aec1445e9ef1e2c6c"
+ integrity sha512-6YTh3vDMW2hUxHdKeRvx4bosc9lZClKaN+DzC1XKTkwDbWrsjmEzLcemKL6QnyyeuryN2f/eto7P9iSe3z3pQQ==
+ dependencies:
+ "@lerna/package-graph" "3.14.0"
+ figgy-pudding "^3.5.1"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/resolve-symlink/-/resolve-symlink-3.13.0.tgz#3e6809ef53b63fe914814bfa071cd68012e22fbb"
+ integrity sha512-Lc0USSFxwDxUs5JvIisS8JegjA6SHSAWJCMvi2osZx6wVRkEDlWG2B1JAfXUzCMNfHoZX0/XX9iYZ+4JIpjAtg==
+ dependencies:
+ fs-extra "^7.0.0"
+ npmlog "^4.1.2"
+ read-cmd-shim "^1.0.1"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/rimraf-dir/-/rimraf-dir-3.14.2.tgz#103a49882abd85d42285d05cc76869b89f21ffd2"
+ integrity sha512-eFNkZsy44Bu9v1Hrj5Zk6omzg8O9h/7W6QYK1TTUHeyrjTEwytaNQlqF0lrTLmEvq55sviV42NC/8P3M2cvq8Q==
+ dependencies:
+ "@lerna/child-process" "3.14.2"
+ npmlog "^4.1.2"
+ path-exists "^3.0.0"
+ rimraf "^2.6.2"
+
+"@lerna/[email protected]":
+ version "3.14.0"
+ resolved "https://registry.npmjs.org/@lerna/run-lifecycle/-/run-lifecycle-3.14.0.tgz#0499eca0e7f393faf4e24e6c8737302a9059c22b"
+ integrity sha512-GUM3L9MzGRSW0WQ8wbLW1+SYStU1OFjW0GBzShhBnFrO4nGRrU7VchsLpcLu0hk2uCzyhsrDKzifEdOdUyMoEQ==
+ dependencies:
+ "@lerna/npm-conf" "3.13.0"
+ figgy-pudding "^3.5.1"
+ npm-lifecycle "^2.1.1"
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/run-parallel-batches/-/run-parallel-batches-3.13.0.tgz#0276bb4e7cd0995297db82d134ca2bd08d63e311"
+ integrity sha512-bICFBR+cYVF1FFW+Tlm0EhWDioTUTM6dOiVziDEGE1UZha1dFkMYqzqdSf4bQzfLS31UW/KBd/2z8jy2OIjEjg==
+ dependencies:
+ p-map "^1.2.0"
+ p-map-series "^1.0.0"
+
+"@lerna/[email protected]":
+ version "3.14.0"
+ resolved "https://registry.npmjs.org/@lerna/run-topologically/-/run-topologically-3.14.0.tgz#2a560cb657f0ef1565c680b6001b4b01b872dc07"
+ integrity sha512-y+KBpC1YExFzGynovt9MY4O/bc3RrJaKeuXieiPfKGKxrdtmZe/r33oj/xePTXZq65jnw3SaU3H8S5CrrdkwDg==
+ dependencies:
+ "@lerna/query-graph" "3.14.0"
+ figgy-pudding "^3.5.1"
+ p-queue "^4.0.0"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/run/-/run-3.15.0.tgz#465028b5b561a050bd760924e4a0749de3f43172"
+ integrity sha512-KQBkzZYoEKmzILKjbjsm1KKVWFBXwAdwzqJWj/lfxxd3V5LRF8STASk8aiw8bSpB0bUL9TU/pbXakRxiNzjDwQ==
+ dependencies:
+ "@lerna/command" "3.15.0"
+ "@lerna/filter-options" "3.14.2"
+ "@lerna/npm-run-script" "3.14.2"
+ "@lerna/output" "3.13.0"
+ "@lerna/run-topologically" "3.14.0"
+ "@lerna/timer" "3.13.0"
+ "@lerna/validation-error" "3.13.0"
+ p-map "^1.2.0"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/symlink-binary/-/symlink-binary-3.14.2.tgz#a832fdc6c4b1e5aaf9e6ac9c7e6c322746965eb0"
+ integrity sha512-tqMwuWi6z1da0AFFbleWyu3H9fqayiV50rjj4anFTfayel9jSjlA1xPG+56sGIP6zUUNuUSc9kLh7oRRmlauoA==
+ dependencies:
+ "@lerna/create-symlink" "3.14.0"
+ "@lerna/package" "3.14.2"
+ fs-extra "^7.0.0"
+ p-map "^1.2.0"
+
+"@lerna/[email protected]":
+ version "3.14.2"
+ resolved "https://registry.npmjs.org/@lerna/symlink-dependencies/-/symlink-dependencies-3.14.2.tgz#e6b2a9544ff26addc1f4324734595e2f71dfc795"
+ integrity sha512-Ox7WKXnHZ7IwWlejcCq3n0Hd/yMLv8AwIryhvWxM/RauAge+ML4wg578SsdCyKob8ecgm/R0ytHiU06j81iL1w==
+ dependencies:
+ "@lerna/create-symlink" "3.14.0"
+ "@lerna/resolve-symlink" "3.13.0"
+ "@lerna/symlink-binary" "3.14.2"
+ fs-extra "^7.0.0"
+ p-finally "^1.0.0"
+ p-map "^1.2.0"
+ p-map-series "^1.0.0"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/timer/-/timer-3.13.0.tgz#bcd0904551db16e08364d6c18e5e2160fc870781"
+ integrity sha512-RHWrDl8U4XNPqY5MQHkToWS9jHPnkLZEt5VD+uunCKTfzlxGnRCr3/zVr8VGy/uENMYpVP3wJa4RKGY6M0vkRw==
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/validation-error/-/validation-error-3.13.0.tgz#c86b8f07c5ab9539f775bd8a54976e926f3759c3"
+ integrity sha512-SiJP75nwB8GhgwLKQfdkSnDufAaCbkZWJqEDlKOUPUvVOplRGnfL+BPQZH5nvq2BYSRXsksXWZ4UHVnQZI/HYA==
+ dependencies:
+ npmlog "^4.1.2"
+
+"@lerna/[email protected]":
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/@lerna/version/-/version-3.15.0.tgz#3c65d223d94f211312995266abb07ee6606d5f73"
+ integrity sha512-vReYX1NMXZ9PwzTZm97wAl/k3bmRnRZhnQi3mq/m49xTnDavq7p4sbUdFpvu8cVZNKnYS02pNIVGHrQw+K8ZCw==
+ dependencies:
+ "@lerna/check-working-tree" "3.14.2"
+ "@lerna/child-process" "3.14.2"
+ "@lerna/collect-updates" "3.14.2"
+ "@lerna/command" "3.15.0"
+ "@lerna/conventional-commits" "3.14.0"
+ "@lerna/github-client" "3.14.2"
+ "@lerna/gitlab-client" "3.15.0"
+ "@lerna/output" "3.13.0"
+ "@lerna/prerelease-id-from-version" "3.14.0"
+ "@lerna/prompt" "3.13.0"
+ "@lerna/run-lifecycle" "3.14.0"
+ "@lerna/run-topologically" "3.14.0"
+ "@lerna/validation-error" "3.13.0"
+ chalk "^2.3.1"
+ dedent "^0.7.0"
+ minimatch "^3.0.4"
+ npmlog "^4.1.2"
+ p-map "^1.2.0"
+ p-pipe "^1.2.0"
+ p-reduce "^1.0.0"
+ p-waterfall "^1.0.0"
+ semver "^5.5.0"
+ slash "^1.0.0"
+ temp-write "^3.4.0"
+
+"@lerna/[email protected]":
+ version "3.13.0"
+ resolved "https://registry.npmjs.org/@lerna/write-log-file/-/write-log-file-3.13.0.tgz#b78d9e4cfc1349a8be64d91324c4c8199e822a26"
+ integrity sha512-RibeMnDPvlL8bFYW5C8cs4mbI3AHfQef73tnJCQ/SgrXZHehmHnsyWUiE7qDQCAo+B1RfTapvSyFF69iPj326A==
+ dependencies:
+ npmlog "^4.1.2"
+ write-file-atomic "^2.3.0"
+
+"@mrmlnc/readdir-enhanced@^2.2.1":
+ version "2.2.1"
+ resolved "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
+ integrity sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==
+ dependencies:
+ call-me-maybe "^1.0.1"
+ glob-to-regexp "^0.3.0"
+
+"@nodelib/fs.stat@^1.1.2":
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
+ integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
+
+"@octokit/endpoint@^5.1.0":
+ version "5.4.1"
+ resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.4.1.tgz#8f4c747d6cf8f352683d35a7fe8664db487cb730"
+ integrity sha512-iwn46orWg3F4iqIzAVRfbzhnROyx7BQ7zJE0B7SEeaMIBvk3qmWtswtRk14QkMNUuNiCHQ6mAM00VJxWqrdM1g==
+ dependencies:
+ is-plain-object "^3.0.0"
+ universal-user-agent "^4.0.0"
+
+"@octokit/plugin-enterprise-rest@^2.1.1":
+ version "2.2.2"
+ resolved "https://registry.npmjs.org/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-2.2.2.tgz#c0e22067a043e19f96ff9c7832e2a3019f9be75c"
+ integrity sha512-CTZr64jZYhGWNTDGlSJ2mvIlFsm9OEO3LqWn9I/gmoHI4jRBp4kpHoFYNemG4oA75zUAcmbuWblb7jjP877YZw==
+
+"@octokit/request-error@^1.0.1", "@octokit/request-error@^1.0.2":
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.0.4.tgz#15e1dc22123ba4a9a4391914d80ec1e5303a23be"
+ integrity sha512-L4JaJDXn8SGT+5G0uX79rZLv0MNJmfGa4vb4vy1NnpjSnWDLJRy6m90udGwvMmavwsStgbv2QNkPzzTCMmL+ig==
+ dependencies:
+ deprecation "^2.0.0"
+ once "^1.4.0"
+
+"@octokit/request@^5.2.0":
+ version "5.2.1"
+ resolved "https://registry.npmjs.org/@octokit/request/-/request-5.2.1.tgz#d8076b4bd415802c2dbffc82cf9b8b78f49551a3"
+ integrity sha512-onjQo4QKyiMAqLM6j3eH8vWw1LEfNCpoZUl6a+TrZVJM1wysBC8F0GhK9K/Vc9UsScSmVs2bstOVD34xpQ2wqQ==
+ dependencies:
+ "@octokit/endpoint" "^5.1.0"
+ "@octokit/request-error" "^1.0.1"
+ deprecation "^2.0.0"
+ is-plain-object "^3.0.0"
+ node-fetch "^2.3.0"
+ once "^1.4.0"
+ universal-user-agent "^4.0.0"
+
+"@octokit/rest@^16.16.0":
+ version "16.33.1"
+ resolved "https://registry.npmjs.org/@octokit/rest/-/rest-16.33.1.tgz#19229f5fd28d8e071644d37c249775ee40add433"
+ integrity sha512-lOQ+fJZwkeJ/1PRTdnY1uNja01aKOMioRhQfZtei64gZMXIX3EAfF4koMQMvoLFwsnVBu3ifj1JW1WAAKdXcnA==
+ dependencies:
+ "@octokit/request" "^5.2.0"
+ "@octokit/request-error" "^1.0.2"
+ atob-lite "^2.0.0"
+ before-after-hook "^2.0.0"
+ btoa-lite "^1.0.0"
+ deprecation "^2.0.0"
+ lodash.get "^4.4.2"
+ lodash.set "^4.3.2"
+ lodash.uniq "^4.5.0"
+ octokit-pagination-methods "^1.1.0"
+ once "^1.4.0"
+ universal-user-agent "^4.0.0"
+
+"@react-spring/core@link:packages/core":
+ version "9.0.0-canary.808.4.e67bf81"
+ dependencies:
+ animated "link:packages/animated"
+ shared "link:packages/shared"
+ use-memo-one "^1.1.0"
+
+"@react-spring/konva@link:targets/konva":
+ version "9.0.0-canary.808.4.e67bf81"
+ dependencies:
+ animated "link:packages/animated"
+ core "link:packages/core"
+ shared "link:packages/shared"
+
+"@react-spring/native@link:targets/native":
+ version "9.0.0-canary.808.4.e67bf81"
+ dependencies:
+ animated "link:packages/animated"
+ core "link:packages/core"
+ shared "link:packages/shared"
+
+"@react-spring/three@link:targets/three":
+ version "9.0.0-canary.808.4.e67bf81"
+ dependencies:
+ animated "link:packages/animated"
+ core "link:packages/core"
+ shared "link:packages/shared"
+
+"@react-spring/web@link:targets/web":
+ version "9.0.0-canary.808.4.e67bf81"
+ dependencies:
+ animated "link:packages/animated"
+ core "link:packages/core"
+ shared "link:packages/shared"
+
+"@react-spring/zdog@link:targets/zdog":
+ version "9.0.0-canary.808.4.e67bf81"
+ dependencies:
+ animated "link:packages/animated"
+ core "link:packages/core"
+ shared "link:packages/shared"
+
+"@sheerun/mutationobserver-shim@^0.3.2":
+ version "0.3.2"
+ resolved "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz#8013f2af54a2b7d735f71560ff360d3a8176a87b"
+ integrity sha512-vTCdPp/T/Q3oSqwHmZ5Kpa9oI7iLtGl3RQaA/NyLHikvcrPxACkkKVr/XzkSPJWXHRhKGzVvb0urJsbMlRxi1Q==
+
+"@testing-library/dom@^6.3.0":
+ version "6.8.1"
+ resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-6.8.1.tgz#47b4e0cc0742302fc9d122ac43010e6fc60bee65"
+ integrity sha512-b+Q4wryafqsSTFBV14cc5xqhN/OVB9oMeUQvZwy1kVx+kdqs4zQAcyvCsFkdcqx7NxibWpUN/fBIUaqyAEhitw==
+ dependencies:
+ "@babel/runtime" "^7.6.2"
+ "@sheerun/mutationobserver-shim" "^0.3.2"
+ "@types/testing-library__dom" "^6.0.0"
+ aria-query "3.0.0"
+ pretty-format "^24.9.0"
+ wait-for-expect "^3.0.0"
+
+"@testing-library/jest-dom@^4.0.0":
+ version "4.1.2"
+ resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-4.1.2.tgz#e523047191379abd67cf0896dfd93cabc7e33eab"
+ integrity sha512-fNf2rCfu0dBD4DmpzqR2ibsaFlFojrWI/EuU8LLqv73CzFIMvT2RMq88p5JVRe4DfeNj0mu0MQ5FTG4mQ0qFaA==
+ dependencies:
+ "@babel/runtime" "^7.5.1"
+ chalk "^2.4.1"
+ css "^2.2.3"
+ css.escape "^1.5.1"
+ jest-diff "^24.0.0"
+ jest-matcher-utils "^24.0.0"
+ lodash "^4.17.11"
+ pretty-format "^24.0.0"
+ redent "^3.0.0"
+
+"@testing-library/react@^9.1.1":
+ version "9.3.0"
+ resolved "https://registry.npmjs.org/@testing-library/react/-/react-9.3.0.tgz#1dabf46d1ea018a1c89acecc0e7b86859b34c0f8"
+ integrity sha512-FTPCwmLo0tLtP50Au2uGz4/N1BcJTnBx4StDVHZ47zPMEj1/+J2rk/RTj8SLoHRKWCtcmhN4wRmudOXQNP29/w==
+ dependencies:
+ "@babel/runtime" "^7.6.0"
+ "@testing-library/dom" "^6.3.0"
+ "@types/testing-library__react" "^9.1.0"
+
+"@types/babel__core@^7.1.0":
+ version "7.1.3"
+ resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.3.tgz#e441ea7df63cd080dfcd02ab199e6d16a735fc30"
+ integrity sha512-8fBo0UR2CcwWxeX7WIIgJ7lXjasFxoYgRnFHUj+hRvKkpiBJbxhdAPTCY6/ZKM0uxANFVzt4yObSLuTiTnazDA==
+ dependencies:
+ "@babel/parser" "^7.1.0"
+ "@babel/types" "^7.0.0"
+ "@types/babel__generator" "*"
+ "@types/babel__template" "*"
+ "@types/babel__traverse" "*"
+
+"@types/babel__generator@*":
+ version "7.6.0"
+ resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.0.tgz#f1ec1c104d1bb463556ecb724018ab788d0c172a"
+ integrity sha512-c1mZUu4up5cp9KROs/QAw0gTeHrw/x7m52LcnvMxxOZ03DmLwPV0MlGmlgzV3cnSdjhJOZsj7E7FHeioai+egw==
+ dependencies:
+ "@babel/types" "^7.0.0"
+
+"@types/babel__template@*":
+ version "7.0.2"
+ resolved "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz#4ff63d6b52eddac1de7b975a5223ed32ecea9307"
+ integrity sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==
+ dependencies:
+ "@babel/parser" "^7.1.0"
+ "@babel/types" "^7.0.0"
+
+"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
+ version "7.0.7"
+ resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.7.tgz#2496e9ff56196cc1429c72034e07eab6121b6f3f"
+ integrity sha512-CeBpmX1J8kWLcDEnI3Cl2Eo6RfbGvzUctA+CjZUhOKDFbLfcr7fc4usEqLNWetrlJd7RhAkyYe2czXop4fICpw==
+ dependencies:
+ "@babel/types" "^7.3.0"
+
+"@types/estree@*":
+ version "0.0.39"
+ resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
+ integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
+
+"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
+ integrity sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg==
+
+"@types/istanbul-lib-report@*":
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz#e5471e7fa33c61358dd38426189c037a58433b8c"
+ integrity sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg==
+ dependencies:
+ "@types/istanbul-lib-coverage" "*"
+
+"@types/istanbul-reports@^1.1.1":
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a"
+ integrity sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==
+ dependencies:
+ "@types/istanbul-lib-coverage" "*"
+ "@types/istanbul-lib-report" "*"
+
+"@types/jest-diff@*":
+ version "20.0.1"
+ resolved "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
+ integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==
+
+"@types/jest@^24.0.13":
+ version "24.0.18"
+ resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.18.tgz#9c7858d450c59e2164a8a9df0905fc5091944498"
+ integrity sha512-jcDDXdjTcrQzdN06+TSVsPPqxvsZA/5QkYfIZlq1JMw7FdP5AZylbOc+6B/cuDurctRe+MziUMtQ3xQdrbjqyQ==
+ dependencies:
+ "@types/jest-diff" "*"
+
+"@types/node@*":
+ version "12.7.12"
+ resolved "https://registry.npmjs.org/@types/node/-/node-12.7.12.tgz#7c6c571cc2f3f3ac4a59a5f2bd48f5bdbc8653cc"
+ integrity sha512-KPYGmfD0/b1eXurQ59fXD1GBzhSQfz6/lKBxkaHX9dKTzjXbK68Zt7yGUxUsCS1jeTy/8aL+d9JEr+S54mpkWQ==
+
+"@types/prop-types@*":
+ version "15.7.3"
+ resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
+ integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
+
+"@types/react-dom@*":
+ version "16.9.1"
+ resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.1.tgz#79206237cba9532a9f870b1cd5428bef6b66378c"
+ integrity sha512-1S/akvkKr63qIUWVu5IKYou2P9fHLb/P2VAwyxVV85JGaGZTcUniMiTuIqM3lXFB25ej6h+CYEQ27ERVwi6eGA==
+ dependencies:
+ "@types/react" "*"
+
+"@types/react-native@~0.57.0":
+ version "0.57.65"
+ resolved "https://registry.npmjs.org/@types/react-native/-/react-native-0.57.65.tgz#9da4773aaa95924bce42a54a5c19cfd8ffd5022b"
+ integrity sha512-7P5ulTb+/cnwbABWaAjzKmSYkRWeK7UCTfUwHhDpnwxdiL2X/KbdN1sPgo0B2E4zxfYE3MEoHv7FhB8Acfvf8A==
+ dependencies:
+ "@types/prop-types" "*"
+ "@types/react" "*"
+
+"@types/react@*", "@types/react@^16.8.19":
+ version "16.9.5"
+ resolved "https://registry.npmjs.org/@types/react/-/react-16.9.5.tgz#079dabd918b19b32118c25fd00a786bb6d0d5e51"
+ integrity sha512-jQ12VMiFOWYlp+j66dghOWcmDDwhca0bnlcTxS4Qz/fh5gi6wpaZDthPEu/Gc/YlAuO87vbiUXL8qKstFvuOaA==
+ dependencies:
+ "@types/prop-types" "*"
+ csstype "^2.2.0"
+
+"@types/stack-utils@^1.0.1":
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
+ integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
+
+"@types/testing-library__dom@*", "@types/testing-library__dom@^6.0.0":
+ version "6.5.2"
+ resolved "https://registry.npmjs.org/@types/testing-library__dom/-/testing-library__dom-6.5.2.tgz#b449b6dbd2f90896c2ab23a67a879198263c9546"
+ integrity sha512-KygLl2uDAC2MDaEPK4r7yPH2EAQkWrj4frwLZLEJ1bCk2LBUqWziqxMNk7++sjJNVRLYtQ2EhVy75uUUBt+z/g==
+ dependencies:
+ pretty-format "^24.3.0"
+
+"@types/testing-library__react@^9.1.0":
+ version "9.1.2"
+ resolved "https://registry.npmjs.org/@types/testing-library__react/-/testing-library__react-9.1.2.tgz#e33af9124c60a010fc03a34eff8f8a34a75c4351"
+ integrity sha512-CYaMqrswQ+cJACy268jsLAw355DZtPZGt3Jwmmotlcu8O/tkoXBI6AeZ84oZBJsIsesozPKzWzmv/0TIU+1E9Q==
+ dependencies:
+ "@types/react-dom" "*"
+ "@types/testing-library__dom" "*"
+
+"@types/three@^0.103.2":
+ version "0.103.2"
+ resolved "https://registry.npmjs.org/@types/three/-/three-0.103.2.tgz#f7d49130001c551941a0ded757def810579aafc4"
+ integrity sha512-zhtf0Qs5wLJpIn1+VWCpzSgpKayj/GSWZ6woiuz09FW59KEDeLpnBkYz6lbblVpRmGdlnG8nd0unaASshOvcXw==
+ dependencies:
+ three "*"
+
+"@types/yargs-parser@*":
+ version "13.1.0"
+ resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
+ integrity sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg==
+
+"@types/yargs@^13.0.0":
+ version "13.0.3"
+ resolved "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.3.tgz#76482af3981d4412d65371a318f992d33464a380"
+ integrity sha512-K8/LfZq2duW33XW/tFwEAfnZlqIfVsoyRB3kfXdPXYhl0nfM8mmh7GS0jg7WrX2Dgq/0Ha/pR1PaR+BvmWwjiQ==
+ dependencies:
+ "@types/yargs-parser" "*"
+
+JSONStream@^1.0.4, JSONStream@^1.3.4:
+ version "1.3.5"
+ resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
+ integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
+ dependencies:
+ jsonparse "^1.2.0"
+ through ">=2.2.7 <3"
+
+abab@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.npmjs.org/abab/-/abab-2.0.2.tgz#a2fba1b122c69a85caa02d10f9270c7219709a9d"
+ integrity sha512-2scffjvioEmNz0OyDSLGWDfKCVwaKc6l9Pm9kOIREU13ClXZvHpg/nRL5xyjSSSLhOnXqft2HpsAzNEEA8cFFg==
+
+abbrev@1:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
+ integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
+
+absolute-path@^0.0.0:
+ version "0.0.0"
+ resolved "https://registry.npmjs.org/absolute-path/-/absolute-path-0.0.0.tgz#a78762fbdadfb5297be99b15d35a785b2f095bf7"
+ integrity sha1-p4di+9rftSl76ZsV01p4Wy8JW/c=
+
+accepts@~1.3.5, accepts@~1.3.7:
+ version "1.3.7"
+ resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
+ integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==
+ dependencies:
+ mime-types "~2.1.24"
+ negotiator "0.6.2"
+
+acorn-globals@^4.1.0:
+ version "4.3.4"
+ resolved "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz#9fa1926addc11c97308c4e66d7add0d40c3272e7"
+ integrity sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==
+ dependencies:
+ acorn "^6.0.1"
+ acorn-walk "^6.0.1"
+
+acorn-walk@^6.0.1:
+ version "6.2.0"
+ resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c"
+ integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==
+
+acorn@^5.5.3:
+ version "5.7.3"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
+ integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
+
+acorn@^6.0.1:
+ version "6.3.0"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
+ integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
+
+acorn@^7.1.0:
+ version "7.1.0"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
+ integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
+
+agent-base@4, agent-base@^4.3.0:
+ version "4.3.0"
+ resolved "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
+ integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
+ dependencies:
+ es6-promisify "^5.0.0"
+
+agent-base@~4.2.1:
+ version "4.2.1"
+ resolved "https://registry.npmjs.org/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
+ integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==
+ dependencies:
+ es6-promisify "^5.0.0"
+
+agentkeepalive@^3.4.1:
+ version "3.5.2"
+ resolved "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-3.5.2.tgz#a113924dd3fa24a0bc3b78108c450c2abee00f67"
+ integrity sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ==
+ dependencies:
+ humanize-ms "^1.2.1"
+
+ajv@^6.5.5:
+ version "6.10.2"
+ resolved "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
+ integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
+ dependencies:
+ fast-deep-equal "^2.0.1"
+ fast-json-stable-stringify "^2.0.0"
+ json-schema-traverse "^0.4.1"
+ uri-js "^4.2.2"
+
+"animated@link:packages/animated":
+ version "0.0.0"
+ uid ""
+
+ansi-256-colors@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/ansi-256-colors/-/ansi-256-colors-1.1.0.tgz#910de50efcc7c09e3d82f2f87abd6b700c18818a"
+ integrity sha1-kQ3lDvzHwJ49gvL4er1rcAwYgYo=
+
+ansi-colors@^1.0.1:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz#6374b4dd5d4718ff3ce27a671a3b1cad077132a9"
+ integrity sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==
+ dependencies:
+ ansi-wrap "^0.1.0"
+
+ansi-colors@^3.2.1:
+ version "3.2.4"
+ resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
+ integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
+
+ansi-cyan@^0.1.1:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz#538ae528af8982f28ae30d86f2f17456d2609873"
+ integrity sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM=
+ dependencies:
+ ansi-wrap "0.1.0"
+
+ansi-escapes@^3.0.0, ansi-escapes@^3.2.0:
+ version "3.2.0"
+ resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
+ integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
+
+ansi-gray@^0.1.1:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz#2962cf54ec9792c48510a3deb524436861ef7251"
+ integrity sha1-KWLPVOyXksSFEKPetSRDaGHvclE=
+ dependencies:
+ ansi-wrap "0.1.0"
+
+ansi-red@^0.1.1:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz#8c638f9d1080800a353c9c28c8a81ca4705d946c"
+ integrity sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw=
+ dependencies:
+ ansi-wrap "0.1.0"
+
+ansi-regex@^2.0.0:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
+ integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
+
+ansi-regex@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
+ integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
+
+ansi-regex@^4.0.0, ansi-regex@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
+ integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
+
+ansi-styles@^2.2.1:
+ version "2.2.1"
+ resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
+ integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
+
+ansi-styles@^3.2.0, ansi-styles@^3.2.1:
+ version "3.2.1"
+ resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
+ integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
+ dependencies:
+ color-convert "^1.9.0"
+
[email protected], ansi-wrap@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf"
+ integrity sha1-qCJQ3bABXponyoLoLqYDu/pF768=
+
+ansi@^0.3.0, ansi@~0.3.1:
+ version "0.3.1"
+ resolved "https://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz#0c42d4fb17160d5a9af1e484bace1c66922c1b21"
+ integrity sha1-DELU+xcWDVqa8eSEus4cZpIsGyE=
+
+anymatch@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
+ integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==
+ dependencies:
+ micromatch "^3.1.4"
+ normalize-path "^2.1.1"
+
+aproba@^1.0.3, aproba@^1.1.1:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
+ integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
+
+aproba@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
+ integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
+
+are-we-there-yet@~1.1.2:
+ version "1.1.5"
+ resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
+ integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==
+ dependencies:
+ delegates "^1.0.0"
+ readable-stream "^2.0.6"
+
+argparse@^1.0.7:
+ version "1.0.10"
+ resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
+ integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
+ dependencies:
+ sprintf-js "~1.0.2"
+
[email protected]:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
+ integrity sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=
+ dependencies:
+ ast-types-flow "0.0.7"
+ commander "^2.11.0"
+
+arr-diff@^1.0.1:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz#687c32758163588fef7de7b36fabe495eb1a399a"
+ integrity sha1-aHwydYFjWI/vfeezb6vklesaOZo=
+ dependencies:
+ arr-flatten "^1.0.1"
+ array-slice "^0.2.3"
+
+arr-diff@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
+ integrity sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=
+ dependencies:
+ arr-flatten "^1.0.1"
+
+arr-diff@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
+ integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=
+
+arr-flatten@^1.0.1, arr-flatten@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
+ integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==
+
+arr-union@^2.0.1:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz#20f9eab5ec70f5c7d215b1077b1c39161d292c7d"
+ integrity sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0=
+
+arr-union@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
+ integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
+
+array-differ@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031"
+ integrity sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=
+
+array-differ@^2.0.3:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/array-differ/-/array-differ-2.1.0.tgz#4b9c1c3f14b906757082925769e8ab904f4801b1"
+ integrity sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w==
+
+array-equal@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
+ integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=
+
+array-filter@~0.0.0:
+ version "0.0.1"
+ resolved "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec"
+ integrity sha1-fajPLiZijtcygDWB/SH2fKzS7uw=
+
+array-find-index@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
+ integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=
+
+array-ify@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
+ integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
+
+array-map@~0.0.0:
+ version "0.0.0"
+ resolved "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662"
+ integrity sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=
+
+array-reduce@~0.0.0:
+ version "0.0.0"
+ resolved "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b"
+ integrity sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=
+
+array-slice@^0.2.3:
+ version "0.2.3"
+ resolved "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5"
+ integrity sha1-3Tz7gO15c6dRF82sabC5nshhhvU=
+
+array-union@^1.0.1, array-union@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
+ integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=
+ dependencies:
+ array-uniq "^1.0.1"
+
+array-uniq@^1.0.1:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
+ integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
+
+array-unique@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
+ integrity sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=
+
+array-unique@^0.3.2:
+ version "0.3.2"
+ resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
+ integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
+
+arrify@^1.0.0, arrify@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
+ integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
+
+art@^0.10.0:
+ version "0.10.3"
+ resolved "https://registry.npmjs.org/art/-/art-0.10.3.tgz#b01d84a968ccce6208df55a733838c96caeeaea2"
+ integrity sha512-HXwbdofRTiJT6qZX/FnchtldzJjS3vkLJxQilc3Xj+ma2MXjY4UAyQ0ls1XZYVnDvVIBiFZbC6QsvtW86TD6tQ==
+
+asap@^2.0.0, asap@~2.0.3:
+ version "2.0.6"
+ resolved "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
+ integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
+
+asn1@~0.2.3:
+ version "0.2.4"
+ resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
+ integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==
+ dependencies:
+ safer-buffer "~2.1.0"
+
[email protected], assert-plus@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
+ integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
+
+assign-symbols@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
+ integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
+
[email protected]:
+ version "0.0.7"
+ resolved "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
+ integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0=
+
+astral-regex@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
+ integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
+
+async-limiter@~1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
+ integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
+
+async@^2.3.0, async@^2.4.0:
+ version "2.6.3"
+ resolved "https://registry.npmjs.org/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
+ integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
+ dependencies:
+ lodash "^4.17.14"
+
+async@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/async/-/async-3.1.0.tgz#42b3b12ae1b74927b5217d8c0016baaf62463772"
+ integrity sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==
+
+asynckit@^0.4.0:
+ version "0.4.0"
+ resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
+ integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
+
+atob-lite@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696"
+ integrity sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=
+
+atob@^2.1.1:
+ version "2.1.2"
+ resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
+ integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
+
+aws-sign2@~0.7.0:
+ version "0.7.0"
+ resolved "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
+ integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
+
+aws4@^1.8.0:
+ version "1.8.0"
+ resolved "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
+ integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
+
+babel-jest@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-24.9.0.tgz#3fc327cb8467b89d14d7bc70e315104a783ccd54"
+ integrity sha512-ntuddfyiN+EhMw58PTNL1ph4C9rECiQXjI4nMMBKBaNjXvqLdkXpPRcMSr4iyBrJg/+wz9brFUD6RhOAT6r4Iw==
+ dependencies:
+ "@jest/transform" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ "@types/babel__core" "^7.1.0"
+ babel-plugin-istanbul "^5.1.0"
+ babel-preset-jest "^24.9.0"
+ chalk "^2.4.2"
+ slash "^2.0.0"
+
+babel-plugin-dynamic-import-node@^2.3.0:
+ version "2.3.0"
+ resolved "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
+ integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==
+ dependencies:
+ object.assign "^4.1.0"
+
+babel-plugin-istanbul@^5.1.0:
+ version "5.2.0"
+ resolved "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz#df4ade83d897a92df069c4d9a25cf2671293c854"
+ integrity sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.0.0"
+ find-up "^3.0.0"
+ istanbul-lib-instrument "^3.3.0"
+ test-exclude "^5.2.3"
+
+babel-plugin-jest-hoist@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.9.0.tgz#4f837091eb407e01447c8843cbec546d0002d756"
+ integrity sha512-2EMA2P8Vp7lG0RAzr4HXqtYwacfMErOuv1U3wrvxHX6rD1sV6xS3WXG3r8TRQ2r6w8OhvSdWt+z41hQNwNm3Xw==
+ dependencies:
+ "@types/babel__traverse" "^7.0.6"
+
+babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0:
+ version "7.0.0-beta.0"
+ resolved "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf"
+ integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==
+
+babel-preset-fbjs@^3.0.1, babel-preset-fbjs@^3.2.0:
+ version "3.3.0"
+ resolved "https://registry.npmjs.org/babel-preset-fbjs/-/babel-preset-fbjs-3.3.0.tgz#a6024764ea86c8e06a22d794ca8b69534d263541"
+ integrity sha512-7QTLTCd2gwB2qGoi5epSULMHugSVgpcVt5YAeiFO9ABLrutDQzKfGwzxgZHLpugq8qMdg/DhRZDZ5CLKxBkEbw==
+ dependencies:
+ "@babel/plugin-proposal-class-properties" "^7.0.0"
+ "@babel/plugin-proposal-object-rest-spread" "^7.0.0"
+ "@babel/plugin-syntax-class-properties" "^7.0.0"
+ "@babel/plugin-syntax-flow" "^7.0.0"
+ "@babel/plugin-syntax-jsx" "^7.0.0"
+ "@babel/plugin-syntax-object-rest-spread" "^7.0.0"
+ "@babel/plugin-transform-arrow-functions" "^7.0.0"
+ "@babel/plugin-transform-block-scoped-functions" "^7.0.0"
+ "@babel/plugin-transform-block-scoping" "^7.0.0"
+ "@babel/plugin-transform-classes" "^7.0.0"
+ "@babel/plugin-transform-computed-properties" "^7.0.0"
+ "@babel/plugin-transform-destructuring" "^7.0.0"
+ "@babel/plugin-transform-flow-strip-types" "^7.0.0"
+ "@babel/plugin-transform-for-of" "^7.0.0"
+ "@babel/plugin-transform-function-name" "^7.0.0"
+ "@babel/plugin-transform-literals" "^7.0.0"
+ "@babel/plugin-transform-member-expression-literals" "^7.0.0"
+ "@babel/plugin-transform-modules-commonjs" "^7.0.0"
+ "@babel/plugin-transform-object-super" "^7.0.0"
+ "@babel/plugin-transform-parameters" "^7.0.0"
+ "@babel/plugin-transform-property-literals" "^7.0.0"
+ "@babel/plugin-transform-react-display-name" "^7.0.0"
+ "@babel/plugin-transform-react-jsx" "^7.0.0"
+ "@babel/plugin-transform-shorthand-properties" "^7.0.0"
+ "@babel/plugin-transform-spread" "^7.0.0"
+ "@babel/plugin-transform-template-literals" "^7.0.0"
+ babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"
+
+babel-preset-jest@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-24.9.0.tgz#192b521e2217fb1d1f67cf73f70c336650ad3cdc"
+ integrity sha512-izTUuhE4TMfTRPF92fFwD2QfdXaZW08qvWTFCI51V8rW5x00UuPgc3ajRoWofXOuxjfcOM5zzSYsQS3H8KGCAg==
+ dependencies:
+ "@babel/plugin-syntax-object-rest-spread" "^7.0.0"
+ babel-plugin-jest-hoist "^24.9.0"
+
+balanced-match@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
+ integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
+
[email protected]:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.1.2.tgz#d6400cac1c4c660976d90d07a04351d89395f5e8"
+ integrity sha1-1kAMrBxMZgl22Q0HoENR2JOV9eg=
+
+base64-js@^1.1.2, base64-js@^1.2.3:
+ version "1.3.1"
+ resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1"
+ integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==
+
+base@^0.11.1:
+ version "0.11.2"
+ resolved "https://registry.npmjs.org/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
+ integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==
+ dependencies:
+ cache-base "^1.0.1"
+ class-utils "^0.3.5"
+ component-emitter "^1.2.1"
+ define-property "^1.0.0"
+ isobject "^3.0.1"
+ mixin-deep "^1.2.0"
+ pascalcase "^0.1.1"
+
+basic-auth@~2.0.0:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a"
+ integrity sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==
+ dependencies:
+ safe-buffer "5.1.2"
+
+bcrypt-pbkdf@^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
+ integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
+ dependencies:
+ tweetnacl "^0.14.3"
+
+before-after-hook@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.1.0.tgz#b6c03487f44e24200dd30ca5e6a1979c5d2fb635"
+ integrity sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A==
+
+big-integer@^1.6.7:
+ version "1.6.47"
+ resolved "https://registry.npmjs.org/big-integer/-/big-integer-1.6.47.tgz#e1e9320e26c4cc81f64fbf4b3bb20e025bf18e2d"
+ integrity sha512-9t9f7X3as2XGX8b52GqG6ox0GvIdM86LyIXASJnDCFhYNgt+A+MByQZ3W2PyMRZjEvG5f8TEbSPfEotVuMJnQg==
+
+bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5:
+ version "3.7.0"
+ resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.0.tgz#56a6a886e03f6ae577cffedeb524f8f2450293cf"
+ integrity sha512-aBQ1FxIa7kSWCcmKHlcHFlT2jt6J/l4FzC7KcPELkOJOsPOb/bccdhmIrKDfXhwFrmc7vDoDrrepFvGqjyXGJg==
+
[email protected]:
+ version "0.0.7"
+ resolved "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.7.tgz#37df1536092824b87c42f957b01344117372ae45"
+ integrity sha1-N98VNgkoJLh8QvlXsBNEEXNyrkU=
+ dependencies:
+ stream-buffers "~2.2.0"
+
[email protected]:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz#d60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6"
+ integrity sha1-1g1dzCDLptx+HymbNdPh+V2vuuY=
+ dependencies:
+ big-integer "^1.6.7"
+
+brace-expansion@^1.1.7:
+ version "1.1.11"
+ resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
+ integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
+ dependencies:
+ balanced-match "^1.0.0"
+ concat-map "0.0.1"
+
+braces@^1.8.2:
+ version "1.8.5"
+ resolved "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
+ integrity sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=
+ dependencies:
+ expand-range "^1.8.1"
+ preserve "^0.2.0"
+ repeat-element "^1.1.2"
+
+braces@^2.3.1:
+ version "2.3.2"
+ resolved "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
+ integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
+ dependencies:
+ arr-flatten "^1.1.0"
+ array-unique "^0.3.2"
+ extend-shallow "^2.0.1"
+ fill-range "^4.0.0"
+ isobject "^3.0.1"
+ repeat-element "^1.1.2"
+ snapdragon "^0.8.1"
+ snapdragon-node "^2.0.1"
+ split-string "^3.0.2"
+ to-regex "^3.0.1"
+
+braces@^3.0.1:
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
+ integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
+ dependencies:
+ fill-range "^7.0.1"
+
+browser-process-hrtime@^0.1.2:
+ version "0.1.3"
+ resolved "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4"
+ integrity sha512-bRFnI4NnjO6cnyLmOV/7PVoDEMJChlcfN0z4s1YMBY989/SvlfMI1lgCnkFUs53e9gQF+w7qu7XdllSTiSl8Aw==
+
+browser-resolve@^1.11.3:
+ version "1.11.3"
+ resolved "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6"
+ integrity sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==
+ dependencies:
+ resolve "1.1.7"
+
+browserslist@^4.3.4:
+ version "4.7.0"
+ resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17"
+ integrity sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==
+ dependencies:
+ caniuse-lite "^1.0.30000989"
+ electron-to-chromium "^1.3.247"
+ node-releases "^1.1.29"
+
[email protected]:
+ version "0.2.6"
+ resolved "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
+ integrity sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==
+ dependencies:
+ fast-json-stable-stringify "2.x"
+
+bser@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/bser/-/bser-2.1.0.tgz#65fc784bf7f87c009b973c12db6546902fa9c7b5"
+ integrity sha512-8zsjWrQkkBoLK6uxASk1nJ2SKv97ltiGDo6A3wA0/yRPz+CwmEyDo0hUrhIuukG2JHpAl3bvFIixw2/3Hi0DOg==
+ dependencies:
+ node-int64 "^0.4.0"
+
+btoa-lite@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337"
+ integrity sha1-M3dm2hWAEhD92VbCLpxokaudAzc=
+
+buffer-crc32@^0.2.13:
+ version "0.2.13"
+ resolved "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
+ integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
+
[email protected], buffer-from@^1.0.0:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
+ integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
+
+build-if-changed@^1.5.0:
+ version "1.5.4"
+ resolved "https://registry.npmjs.org/build-if-changed/-/build-if-changed-1.5.4.tgz#09d1b3a08a7bba5e3d811a96ed21ec8fc79558b9"
+ integrity sha512-yEko63FjMPGcHPx+XA4IXaLjbMrbuiCsetLaiRoY38Olx1eUUCoxX9OB/ShgIcEFODNaB2rDYIsbRblvuF0gyQ==
+ dependencies:
+ ansi-256-colors "^1.1.0"
+ has-flag "^4.0.0"
+ recrawl "^1.1.1"
+ saxon "^0.1.15"
+
+builtin-modules@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484"
+ integrity sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==
+
+builtins@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
+ integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
+
+byline@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1"
+ integrity sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=
+
+byte-size@^4.0.3:
+ version "4.0.4"
+ resolved "https://registry.npmjs.org/byte-size/-/byte-size-4.0.4.tgz#29d381709f41aae0d89c631f1c81aec88cd40b23"
+ integrity sha512-82RPeneC6nqCdSwCX2hZUz3JPOvN5at/nTEw/CMf05Smu3Hrpo9Psb7LjN+k+XndNArG1EY8L4+BM3aTM4BCvw==
+
[email protected]:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
+ integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=
+
+cacache@^11.3.3:
+ version "11.3.3"
+ resolved "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz#8bd29df8c6a718a6ebd2d010da4d7972ae3bbadc"
+ integrity sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==
+ dependencies:
+ bluebird "^3.5.5"
+ chownr "^1.1.1"
+ figgy-pudding "^3.5.1"
+ glob "^7.1.4"
+ graceful-fs "^4.1.15"
+ lru-cache "^5.1.1"
+ mississippi "^3.0.0"
+ mkdirp "^0.5.1"
+ move-concurrently "^1.0.1"
+ promise-inflight "^1.0.1"
+ rimraf "^2.6.3"
+ ssri "^6.0.1"
+ unique-filename "^1.1.1"
+ y18n "^4.0.0"
+
+cacache@^12.0.0, cacache@^12.0.3:
+ version "12.0.3"
+ resolved "https://registry.npmjs.org/cacache/-/cacache-12.0.3.tgz#be99abba4e1bf5df461cd5a2c1071fc432573390"
+ integrity sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==
+ dependencies:
+ bluebird "^3.5.5"
+ chownr "^1.1.1"
+ figgy-pudding "^3.5.1"
+ glob "^7.1.4"
+ graceful-fs "^4.1.15"
+ infer-owner "^1.0.3"
+ lru-cache "^5.1.1"
+ mississippi "^3.0.0"
+ mkdirp "^0.5.1"
+ move-concurrently "^1.0.1"
+ promise-inflight "^1.0.1"
+ rimraf "^2.6.3"
+ ssri "^6.0.1"
+ unique-filename "^1.1.1"
+ y18n "^4.0.0"
+
+cache-base@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
+ integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==
+ dependencies:
+ collection-visit "^1.0.0"
+ component-emitter "^1.2.1"
+ get-value "^2.0.6"
+ has-value "^1.0.0"
+ isobject "^3.0.1"
+ set-value "^2.0.0"
+ to-object-path "^0.3.0"
+ union-value "^1.0.0"
+ unset-value "^1.0.0"
+
+call-me-maybe@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
+ integrity sha1-JtII6onje1y95gJQoV8DHBak1ms=
+
+caller-callsite@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
+ integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=
+ dependencies:
+ callsites "^2.0.0"
+
+caller-path@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
+ integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=
+ dependencies:
+ caller-callsite "^2.0.0"
+
+callsites@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
+ integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
+
+callsites@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
+ integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
+
+camelcase-keys@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
+ integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc=
+ dependencies:
+ camelcase "^2.0.0"
+ map-obj "^1.0.0"
+
+camelcase-keys@^4.0.0:
+ version "4.2.0"
+ resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz#a2aa5fb1af688758259c32c141426d78923b9b77"
+ integrity sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=
+ dependencies:
+ camelcase "^4.1.0"
+ map-obj "^2.0.0"
+ quick-lru "^1.0.0"
+
+camelcase@^2.0.0:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
+ integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=
+
+camelcase@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
+ integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
+
+camelcase@^5.0.0, camelcase@^5.3.1:
+ version "5.3.1"
+ resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
+ integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
+
+caniuse-lite@^1.0.30000989:
+ version "1.0.30000999"
+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000999.tgz#427253a69ad7bea4aa8d8345687b8eec51ca0e43"
+ integrity sha512-1CUyKyecPeksKwXZvYw0tEoaMCo/RwBlXmEtN5vVnabvO0KPd9RQLcaAuR9/1F+KDMv6esmOFWlsXuzDk+8rxg==
+
+capture-exit@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/capture-exit/-/capture-exit-1.2.0.tgz#1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f"
+ integrity sha1-HF/MSJ/QqwDU8ax64QcuMXP7q28=
+ dependencies:
+ rsvp "^3.3.3"
+
+capture-exit@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
+ integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==
+ dependencies:
+ rsvp "^4.8.4"
+
+caseless@~0.12.0:
+ version "0.12.0"
+ resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
+ integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
+
[email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
+ version "2.4.2"
+ resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
+ integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
+ dependencies:
+ ansi-styles "^3.2.1"
+ escape-string-regexp "^1.0.5"
+ supports-color "^5.3.0"
+
+chalk@^1.1.1:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
+ integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=
+ dependencies:
+ ansi-styles "^2.2.1"
+ escape-string-regexp "^1.0.2"
+ has-ansi "^2.0.0"
+ strip-ansi "^3.0.0"
+ supports-color "^2.0.0"
+
+chardet@^0.4.0:
+ version "0.4.2"
+ resolved "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
+ integrity sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=
+
+chardet@^0.7.0:
+ version "0.7.0"
+ resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
+ integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
+
+chownr@^1.1.1, chownr@^1.1.2:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.3.tgz#42d837d5239688d55f303003a508230fa6727142"
+ integrity sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==
+
+ci-info@^1.5.0:
+ version "1.6.0"
+ resolved "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
+ integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==
+
+ci-info@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
+ integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
+
+class-utils@^0.3.5:
+ version "0.3.6"
+ resolved "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
+ integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==
+ dependencies:
+ arr-union "^3.1.0"
+ define-property "^0.2.5"
+ isobject "^3.0.0"
+ static-extend "^0.1.1"
+
+cli-cursor@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"
+ integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=
+ dependencies:
+ restore-cursor "^2.0.0"
+
+cli-width@^2.0.0:
+ version "2.2.0"
+ resolved "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
+ integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
+
+cliui@^3.2.0:
+ version "3.2.0"
+ resolved "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d"
+ integrity sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=
+ dependencies:
+ string-width "^1.0.1"
+ strip-ansi "^3.0.1"
+ wrap-ansi "^2.0.0"
+
+cliui@^4.0.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49"
+ integrity sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==
+ dependencies:
+ string-width "^2.1.1"
+ strip-ansi "^4.0.0"
+ wrap-ansi "^2.0.0"
+
+cliui@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
+ integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
+ dependencies:
+ string-width "^3.1.0"
+ strip-ansi "^5.2.0"
+ wrap-ansi "^5.1.0"
+
+clone@^1.0.2:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
+ integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4=
+
+cmd-shim@^2.0.2:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/cmd-shim/-/cmd-shim-2.1.0.tgz#e59a08d4248dda3bb502044083a4db4ac890579a"
+ integrity sha512-A5C0Cyf2H8sKsHqX0tvIWRXw5/PK++3Dc0lDbsugr90nOECLLuSPahVQBG8pgmgiXgm/TzBWMqI2rWdZwHduAw==
+ dependencies:
+ graceful-fs "^4.1.2"
+ mkdirp "~0.5.0"
+
+co@^4.6.0:
+ version "4.6.0"
+ resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
+ integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
+
+code-point-at@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
+ integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
+
+collection-visit@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
+ integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=
+ dependencies:
+ map-visit "^1.0.0"
+ object-visit "^1.0.0"
+
+color-convert@^1.9.0:
+ version "1.9.3"
+ resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
+ integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
+ dependencies:
+ color-name "1.1.3"
+
[email protected]:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
+ integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
+
+color-support@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
+ integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
+
+columnify@^1.5.4:
+ version "1.5.4"
+ resolved "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb"
+ integrity sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=
+ dependencies:
+ strip-ansi "^3.0.0"
+ wcwidth "^1.0.0"
+
+combined-stream@^1.0.6, combined-stream@~1.0.6:
+ version "1.0.8"
+ resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
+ integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
+ dependencies:
+ delayed-stream "~1.0.0"
+
[email protected]:
+ version "2.20.0"
+ resolved "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
+ integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
+
+commander@^2.11.0, commander@^2.20.0, commander@^2.9.0:
+ version "2.20.3"
+ resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
+ integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
+
+"commander@github:mateodelnorte/commander.js":
+ version "2.15.1"
+ resolved "https://codeload.github.com/mateodelnorte/commander.js/tar.gz/9060bf880b791cf39245d425f1e8a41a55616781"
+ dependencies:
+ find-module-bin "^1.0.0"
+
+commander@~2.13.0:
+ version "2.13.0"
+ resolved "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
+ integrity sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==
+
+commondir@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
+ integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
+
+compare-func@^1.3.1:
+ version "1.3.2"
+ resolved "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz#99dd0ba457e1f9bc722b12c08ec33eeab31fa648"
+ integrity sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=
+ dependencies:
+ array-ify "^1.0.0"
+ dot-prop "^3.0.0"
+
+component-emitter@^1.2.1:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
+ integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
+
+compressible@~2.0.16:
+ version "2.0.17"
+ resolved "https://registry.npmjs.org/compressible/-/compressible-2.0.17.tgz#6e8c108a16ad58384a977f3a482ca20bff2f38c1"
+ integrity sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw==
+ dependencies:
+ mime-db ">= 1.40.0 < 2"
+
+compression@^1.7.1:
+ version "1.7.4"
+ resolved "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f"
+ integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==
+ dependencies:
+ accepts "~1.3.5"
+ bytes "3.0.0"
+ compressible "~2.0.16"
+ debug "2.6.9"
+ on-headers "~1.0.2"
+ safe-buffer "5.1.2"
+ vary "~1.1.2"
+
[email protected]:
+ version "0.0.1"
+ resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
+ integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
+
+concat-stream@^1.5.0, concat-stream@^1.6.0:
+ version "1.6.2"
+ resolved "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
+ integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
+ dependencies:
+ buffer-from "^1.0.0"
+ inherits "^2.0.3"
+ readable-stream "^2.2.2"
+ typedarray "^0.0.6"
+
+concat-stream@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz#414cf5af790a48c60ab9be4527d56d5e41133cb1"
+ integrity sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==
+ dependencies:
+ buffer-from "^1.0.0"
+ inherits "^2.0.3"
+ readable-stream "^3.0.2"
+ typedarray "^0.0.6"
+
+config-chain@^1.1.11:
+ version "1.1.12"
+ resolved "https://registry.npmjs.org/config-chain/-/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa"
+ integrity sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==
+ dependencies:
+ ini "^1.3.4"
+ proto-list "~1.2.1"
+
+connect@^3.6.5:
+ version "3.7.0"
+ resolved "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8"
+ integrity sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==
+ dependencies:
+ debug "2.6.9"
+ finalhandler "1.1.2"
+ parseurl "~1.3.3"
+ utils-merge "1.0.1"
+
+console-control-strings@^1.0.0, console-control-strings@~1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
+ integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
+
+conventional-changelog-angular@^5.0.3:
+ version "5.0.5"
+ resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.5.tgz#69b541bcf3e538a8578b1e5fbaabe9bd8f572b57"
+ integrity sha512-RrkdWnL/TVyWV1ayWmSsrWorsTDqjL/VwG5ZSEneBQrd65ONcfeA1cW7FLtNweQyMiKOyriCMTKRSlk18DjTrw==
+ dependencies:
+ compare-func "^1.3.1"
+ q "^1.5.1"
+
+conventional-changelog-core@^3.1.6:
+ version "3.2.3"
+ resolved "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-3.2.3.tgz#b31410856f431c847086a7dcb4d2ca184a7d88fb"
+ integrity sha512-LMMX1JlxPIq/Ez5aYAYS5CpuwbOk6QFp8O4HLAcZxe3vxoCtABkhfjetk8IYdRB9CDQGwJFLR3Dr55Za6XKgUQ==
+ dependencies:
+ conventional-changelog-writer "^4.0.6"
+ conventional-commits-parser "^3.0.3"
+ dateformat "^3.0.0"
+ get-pkg-repo "^1.0.0"
+ git-raw-commits "2.0.0"
+ git-remote-origin-url "^2.0.0"
+ git-semver-tags "^2.0.3"
+ lodash "^4.2.1"
+ normalize-package-data "^2.3.5"
+ q "^1.5.1"
+ read-pkg "^3.0.0"
+ read-pkg-up "^3.0.0"
+ through2 "^3.0.0"
+
+conventional-changelog-preset-loader@^2.1.1:
+ version "2.2.0"
+ resolved "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.2.0.tgz#571e2b3d7b53d65587bea9eedf6e37faa5db4fcc"
+ integrity sha512-zXB+5vF7D5Y3Cb/rJfSyCCvFphCVmF8mFqOdncX3BmjZwAtGAPfYrBcT225udilCKvBbHgyzgxqz2GWDB5xShQ==
+
+conventional-changelog-writer@^4.0.6:
+ version "4.0.9"
+ resolved "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.9.tgz#44ac4c48121bc90e71cb2947e1ea1a6c222ccd7f"
+ integrity sha512-2Y3QfiAM37WvDMjkVNaRtZgxVzWKj73HE61YQ/95T53yle+CRwTVSl6Gbv/lWVKXeZcM5af9n9TDVf0k7Xh+cw==
+ dependencies:
+ compare-func "^1.3.1"
+ conventional-commits-filter "^2.0.2"
+ dateformat "^3.0.0"
+ handlebars "^4.4.0"
+ json-stringify-safe "^5.0.1"
+ lodash "^4.2.1"
+ meow "^4.0.0"
+ semver "^6.0.0"
+ split "^1.0.0"
+ through2 "^3.0.0"
+
+conventional-commits-filter@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.2.tgz#f122f89fbcd5bb81e2af2fcac0254d062d1039c1"
+ integrity sha512-WpGKsMeXfs21m1zIw4s9H5sys2+9JccTzpN6toXtxhpw2VNF2JUXwIakthKBy+LN4DvJm+TzWhxOMWOs1OFCFQ==
+ dependencies:
+ lodash.ismatch "^4.4.0"
+ modify-values "^1.0.0"
+
+conventional-commits-parser@^3.0.2, conventional-commits-parser@^3.0.3:
+ version "3.0.5"
+ resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.5.tgz#df471d6cb3f6fecfd1356ac72e0b577dbdae0a9c"
+ integrity sha512-qVz9+5JwdJzsbt7JbJ6P7NOXBGt8CyLFJYSjKAuPSgO+5UGfcsbk9EMR+lI8Unlvx6qwIc2YDJlrGIfay2ehNA==
+ dependencies:
+ JSONStream "^1.0.4"
+ is-text-path "^2.0.0"
+ lodash "^4.2.1"
+ meow "^4.0.0"
+ split2 "^2.0.0"
+ through2 "^3.0.0"
+ trim-off-newlines "^1.0.0"
+
+conventional-recommended-bump@^4.0.4:
+ version "4.1.1"
+ resolved "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-4.1.1.tgz#37014fadeda267d0607e2fc81124da840a585127"
+ integrity sha512-JT2vKfSP9kR18RXXf55BRY1O3AHG8FPg5btP3l7LYfcWJsiXI6MCf30DepQ98E8Qhowvgv7a8iev0J1bEDkTFA==
+ dependencies:
+ concat-stream "^2.0.0"
+ conventional-changelog-preset-loader "^2.1.1"
+ conventional-commits-filter "^2.0.2"
+ conventional-commits-parser "^3.0.2"
+ git-raw-commits "2.0.0"
+ git-semver-tags "^2.0.2"
+ meow "^4.0.0"
+ q "^1.5.1"
+
+convert-source-map@^1.1.0, convert-source-map@^1.4.0:
+ version "1.6.0"
+ resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
+ integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
+ dependencies:
+ safe-buffer "~5.1.1"
+
+copy-concurrently@^1.0.0:
+ version "1.0.5"
+ resolved "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
+ integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==
+ dependencies:
+ aproba "^1.1.1"
+ fs-write-stream-atomic "^1.0.8"
+ iferr "^0.1.5"
+ mkdirp "^0.5.1"
+ rimraf "^2.5.4"
+ run-queue "^1.0.0"
+
+copy-descriptor@^0.1.0:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
+ integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
+
+core-js@^1.0.0:
+ version "1.2.7"
+ resolved "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
+ integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=
+
+core-js@^2.2.2, core-js@^2.4.1:
+ version "2.6.10"
+ resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f"
+ integrity sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA==
+
[email protected], core-util-is@~1.0.0:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
+ integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
+
+"core@link:packages/core":
+ version "0.0.0"
+ uid ""
+
+cosmiconfig@^5.0.5, cosmiconfig@^5.0.7, cosmiconfig@^5.1.0:
+ version "5.2.1"
+ resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
+ integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
+ dependencies:
+ import-fresh "^2.0.0"
+ is-directory "^0.3.1"
+ js-yaml "^3.13.1"
+ parse-json "^4.0.0"
+
+create-react-class@^15.6.3:
+ version "15.6.3"
+ resolved "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036"
+ integrity sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==
+ dependencies:
+ fbjs "^0.8.9"
+ loose-envify "^1.3.1"
+ object-assign "^4.1.1"
+
+cross-spawn@^5.0.1, cross-spawn@^5.1.0:
+ version "5.1.0"
+ resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
+ integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=
+ dependencies:
+ lru-cache "^4.0.1"
+ shebang-command "^1.2.0"
+ which "^1.2.9"
+
+cross-spawn@^6.0.0:
+ version "6.0.5"
+ resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
+ integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
+ dependencies:
+ nice-try "^1.0.4"
+ path-key "^2.0.1"
+ semver "^5.5.0"
+ shebang-command "^1.2.0"
+ which "^1.2.9"
+
+cross-spawn@^7.0.0:
+ version "7.0.1"
+ resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
+ integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
+ dependencies:
+ path-key "^3.1.0"
+ shebang-command "^2.0.0"
+ which "^2.0.1"
+
+css.escape@^1.5.1:
+ version "1.5.1"
+ resolved "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb"
+ integrity sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=
+
+css@^2.2.3:
+ version "2.2.4"
+ resolved "https://registry.npmjs.org/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929"
+ integrity sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==
+ dependencies:
+ inherits "^2.0.3"
+ source-map "^0.6.1"
+ source-map-resolve "^0.5.2"
+ urix "^0.1.0"
+
[email protected], "cssom@>= 0.3.2 < 0.4.0":
+ version "0.3.8"
+ resolved "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a"
+ integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==
+
+cssstyle@^1.0.0:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/cssstyle/-/cssstyle-1.4.0.tgz#9d31328229d3c565c61e586b02041a28fccdccf1"
+ integrity sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==
+ dependencies:
+ cssom "0.3.x"
+
+csstype@^2.2.0:
+ version "2.6.7"
+ resolved "https://registry.npmjs.org/csstype/-/csstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5"
+ integrity sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ==
+
+currently-unhandled@^0.4.1:
+ version "0.4.1"
+ resolved "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
+ integrity sha1-mI3zP+qxke95mmE2nddsF635V+o=
+ dependencies:
+ array-find-index "^1.0.1"
+
+cyclist@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
+ integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
+
+dargs@^4.0.1:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17"
+ integrity sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=
+ dependencies:
+ number-is-nan "^1.0.0"
+
+dashdash@^1.12.0:
+ version "1.14.1"
+ resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
+ integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
+ dependencies:
+ assert-plus "^1.0.0"
+
+data-urls@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe"
+ integrity sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==
+ dependencies:
+ abab "^2.0.0"
+ whatwg-mimetype "^2.2.0"
+ whatwg-url "^7.0.0"
+
+dateformat@^3.0.0:
+ version "3.0.3"
+ resolved "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
+ integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
+
[email protected], debug@^2.2.0, debug@^2.3.3:
+ version "2.6.9"
+ resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
+ integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
+ dependencies:
+ ms "2.0.0"
+
[email protected]:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
+ integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
+ dependencies:
+ ms "2.0.0"
+
[email protected], debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
+ version "4.1.1"
+ resolved "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
+ integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
+ dependencies:
+ ms "^2.1.1"
+
+debug@^3.1.0, debug@^3.2.6:
+ version "3.2.6"
+ resolved "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
+ integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
+ dependencies:
+ ms "^2.1.1"
+
+debuglog@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
+ integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
+
+decamelize-keys@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
+ integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=
+ dependencies:
+ decamelize "^1.1.0"
+ map-obj "^1.0.0"
+
+decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
+ integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
+
+decode-uri-component@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
+ integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
+
+dedent@^0.7.0:
+ version "0.7.0"
+ resolved "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
+ integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=
+
+deep-extend@^0.6.0:
+ version "0.6.0"
+ resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
+ integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
+
+deep-is@~0.1.3:
+ version "0.1.3"
+ resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
+ integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
+
+defaults@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d"
+ integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=
+ dependencies:
+ clone "^1.0.2"
+
+define-properties@^1.1.2, define-properties@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
+ integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
+ dependencies:
+ object-keys "^1.0.12"
+
+define-property@^0.2.5:
+ version "0.2.5"
+ resolved "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
+ integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=
+ dependencies:
+ is-descriptor "^0.1.0"
+
+define-property@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
+ integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY=
+ dependencies:
+ is-descriptor "^1.0.0"
+
+define-property@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d"
+ integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==
+ dependencies:
+ is-descriptor "^1.0.2"
+ isobject "^3.0.1"
+
+delayed-stream@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
+ integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
+
+delegates@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
+ integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
+
+denodeify@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz#3a36287f5034e699e7577901052c2e6c94251631"
+ integrity sha1-OjYof1A05pnnV3kBBSwubJQlFjE=
+
+depd@~1.1.2:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
+ integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
+
+deprecation@^2.0.0:
+ version "2.3.1"
+ resolved "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
+ integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==
+
+destroy@~1.0.4:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
+ integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
+
+detect-file@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
+ integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
+
+detect-indent@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
+ integrity sha1-OHHMCmoALow+Wzz38zYmRnXwa50=
+
+detect-libc@^1.0.2:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
+ integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
+
+detect-newline@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
+ integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
+
+dezalgo@^1.0.0:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456"
+ integrity sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=
+ dependencies:
+ asap "^2.0.0"
+ wrappy "1"
+
+diff-sequences@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.9.0.tgz#5715d6244e2aa65f48bba0bc972db0b0b11e95b5"
+ integrity sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==
+
[email protected]:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"
+ integrity sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==
+ dependencies:
+ arrify "^1.0.1"
+ path-type "^3.0.0"
+
+dom-walk@^0.1.0:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
+ integrity sha1-ZyIm3HTI95mtNTB9+TaroRrNYBg=
+
+domexception@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90"
+ integrity sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==
+ dependencies:
+ webidl-conversions "^4.0.2"
+
+dot-prop@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177"
+ integrity sha1-G3CK8JSknJoOfbyteQq6U52sEXc=
+ dependencies:
+ is-obj "^1.0.0"
+
+dot-prop@^4.2.0:
+ version "4.2.0"
+ resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57"
+ integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==
+ dependencies:
+ is-obj "^1.0.0"
+
+duplexer@^0.1.1:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
+ integrity sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=
+
+duplexify@^3.4.2, duplexify@^3.6.0:
+ version "3.7.1"
+ resolved "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"
+ integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==
+ dependencies:
+ end-of-stream "^1.0.0"
+ inherits "^2.0.1"
+ readable-stream "^2.0.0"
+ stream-shift "^1.0.0"
+
+ecc-jsbn@~0.1.1:
+ version "0.1.2"
+ resolved "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
+ integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
+ dependencies:
+ jsbn "~0.1.0"
+ safer-buffer "^2.1.0"
+
[email protected]:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
+ integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
+
+electron-to-chromium@^1.3.247:
+ version "1.3.282"
+ resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.282.tgz#16118ae9c79a32ea93a17591d5b16e28d10fc08d"
+ integrity sha512-irSaDeCGgfMu1OA30bhqIBr+dx+pDJjRbwCpob7YWqVZbzXblybNzPGklVnWqv4EXxbkEAzQYqiNCqNTgu00lQ==
+
+emoji-regex@^7.0.1:
+ version "7.0.3"
+ resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
+ integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
+
+encodeurl@~1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
+ integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
+
+encoding@^0.1.11:
+ version "0.1.12"
+ resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb"
+ integrity sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=
+ dependencies:
+ iconv-lite "~0.4.13"
+
+end-of-stream@^1.0.0, end-of-stream@^1.1.0:
+ version "1.4.4"
+ resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
+ integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
+ dependencies:
+ once "^1.4.0"
+
+enquirer@^2.3.2:
+ version "2.3.2"
+ resolved "https://registry.npmjs.org/enquirer/-/enquirer-2.3.2.tgz#1c30284907cadff5ed2404bd8396036dd3da070e"
+ integrity sha512-PLhTMPUXlnaIv9D3Cq3/Zr1xb7soeDDgunobyCmYLUG19n24dvC8i+ZZgm2DekGpDnx7JvFSHV7lxfM58PMtbA==
+ dependencies:
+ ansi-colors "^3.2.1"
+
+envinfo@^5.7.0:
+ version "5.12.1"
+ resolved "https://registry.npmjs.org/envinfo/-/envinfo-5.12.1.tgz#83068c33e0972eb657d6bc69a6df30badefb46ef"
+ integrity sha512-pwdo0/G3CIkQ0y6PCXq4RdkvId2elvtPCJMG0konqlrfkWQbf1DWeH9K2b/cvu2YgGvPPTOnonZxXM1gikFu1w==
+
+err-code@^1.0.0:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960"
+ integrity sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=
+
+error-ex@^1.2.0, error-ex@^1.3.1:
+ version "1.3.2"
+ resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
+ integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
+ dependencies:
+ is-arrayish "^0.2.1"
+
+errorhandler@^1.5.0:
+ version "1.5.1"
+ resolved "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz#b9ba5d17cf90744cd1e851357a6e75bf806a9a91"
+ integrity sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==
+ dependencies:
+ accepts "~1.3.7"
+ escape-html "~1.0.3"
+
+es-abstract@^1.5.1:
+ version "1.15.0"
+ resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.15.0.tgz#8884928ec7e40a79e3c9bc812d37d10c8b24cc57"
+ integrity sha512-bhkEqWJ2t2lMeaJDuk7okMkJWI/yqgH/EoGwpcvv0XW9RWQsRspI4wt6xuyuvMvvQE3gg/D9HXppgk21w78GyQ==
+ dependencies:
+ es-to-primitive "^1.2.0"
+ function-bind "^1.1.1"
+ has "^1.0.3"
+ has-symbols "^1.0.0"
+ is-callable "^1.1.4"
+ is-regex "^1.0.4"
+ object-inspect "^1.6.0"
+ object-keys "^1.1.1"
+ string.prototype.trimleft "^2.1.0"
+ string.prototype.trimright "^2.1.0"
+
+es-to-primitive@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
+ integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
+ dependencies:
+ is-callable "^1.1.4"
+ is-date-object "^1.0.1"
+ is-symbol "^1.0.2"
+
+es6-promise@^4.0.3:
+ version "4.2.8"
+ resolved "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
+ integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
+
+es6-promisify@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
+ integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=
+ dependencies:
+ es6-promise "^4.0.3"
+
+es6-promisify@^6.0.0:
+ version "6.0.2"
+ resolved "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.0.2.tgz#525c23725b8510f5f1f2feb5a1fbad93a93e29b4"
+ integrity sha512-eO6vFm0JvqGzjWIQA6QVKjxpmELfhWbDUWHm1rPfIbn55mhKPiAa5xpLmQWJrNa629ZIeQ8ZvMAi13kvrjK6Mg==
+
+escape-html@~1.0.3:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
+ integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
+
+escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
+ version "1.0.5"
+ resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
+ integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
+
+escodegen@^1.9.1:
+ version "1.12.0"
+ resolved "https://registry.npmjs.org/escodegen/-/escodegen-1.12.0.tgz#f763daf840af172bb3a2b6dd7219c0e17f7ff541"
+ integrity sha512-TuA+EhsanGcme5T3R0L80u4t8CpbXQjegRmf7+FPTJrtCTErXFeelblRgHQa1FofEzqYYJmJ/OqjTwREp9qgmg==
+ dependencies:
+ esprima "^3.1.3"
+ estraverse "^4.2.0"
+ esutils "^2.0.2"
+ optionator "^0.8.1"
+ optionalDependencies:
+ source-map "~0.6.1"
+
+esprima@^3.1.3:
+ version "3.1.3"
+ resolved "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
+ integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=
+
+esprima@^4.0.0:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
+ integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
+
+estraverse@^4.2.0:
+ version "4.3.0"
+ resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
+ integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
+
+estree-walker@^0.6.0, estree-walker@^0.6.1:
+ version "0.6.1"
+ resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
+ integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
+
+esutils@^2.0.0, esutils@^2.0.2:
+ version "2.0.3"
+ resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
+ integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
+
+etag@~1.8.1:
+ version "1.8.1"
+ resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
+ integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
+
+event-target-shim@^1.0.5:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/event-target-shim/-/event-target-shim-1.1.1.tgz#a86e5ee6bdaa16054475da797ccddf0c55698491"
+ integrity sha1-qG5e5r2qFgVEddp5fM3fDFVphJE=
+
+eventemitter3@^3.0.0, eventemitter3@^3.1.0:
+ version "3.1.2"
+ resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz#2d3d48f9c346698fce83a85d7d664e98535df6e7"
+ integrity sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==
+
+exec-sh@^0.2.0:
+ version "0.2.2"
+ resolved "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.2.tgz#2a5e7ffcbd7d0ba2755bdecb16e5a427dfbdec36"
+ integrity sha512-FIUCJz1RbuS0FKTdaAafAByGS0CPvU3R0MeHxgtl+djzCc//F8HakL8GzmVNZanasTbTAY/3DRFA0KpVqj/eAw==
+ dependencies:
+ merge "^1.2.0"
+
+exec-sh@^0.3.2:
+ version "0.3.2"
+ resolved "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.2.tgz#6738de2eb7c8e671d0366aea0b0db8c6f7d7391b"
+ integrity sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg==
+
+execa@^0.7.0:
+ version "0.7.0"
+ resolved "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
+ integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=
+ dependencies:
+ cross-spawn "^5.0.1"
+ get-stream "^3.0.0"
+ is-stream "^1.1.0"
+ npm-run-path "^2.0.0"
+ p-finally "^1.0.0"
+ signal-exit "^3.0.0"
+ strip-eof "^1.0.0"
+
+execa@^0.8.0:
+ version "0.8.0"
+ resolved "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
+ integrity sha1-2NdrvBtVIX7RkP1t1J08d07PyNo=
+ dependencies:
+ cross-spawn "^5.0.1"
+ get-stream "^3.0.0"
+ is-stream "^1.1.0"
+ npm-run-path "^2.0.0"
+ p-finally "^1.0.0"
+ signal-exit "^3.0.0"
+ strip-eof "^1.0.0"
+
+execa@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
+ integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
+ dependencies:
+ cross-spawn "^6.0.0"
+ get-stream "^4.0.0"
+ is-stream "^1.1.0"
+ npm-run-path "^2.0.0"
+ p-finally "^1.0.0"
+ signal-exit "^3.0.0"
+ strip-eof "^1.0.0"
+
+execa@^2.0.4:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/execa/-/execa-2.1.0.tgz#e5d3ecd837d2a60ec50f3da78fd39767747bbe99"
+ integrity sha512-Y/URAVapfbYy2Xp/gb6A0E7iR8xeqOCXsuuaoMn7A5PzrXUK84E1gyiEfq0wQd/GHA6GsoHWwhNq8anb0mleIw==
+ dependencies:
+ cross-spawn "^7.0.0"
+ get-stream "^5.0.0"
+ is-stream "^2.0.0"
+ merge-stream "^2.0.0"
+ npm-run-path "^3.0.0"
+ onetime "^5.1.0"
+ p-finally "^2.0.0"
+ signal-exit "^3.0.2"
+ strip-final-newline "^2.0.0"
+
+exit@^0.1.2:
+ version "0.1.2"
+ resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
+ integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
+
+expand-brackets@^0.1.4:
+ version "0.1.5"
+ resolved "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b"
+ integrity sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=
+ dependencies:
+ is-posix-bracket "^0.1.0"
+
+expand-brackets@^2.1.4:
+ version "2.1.4"
+ resolved "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
+ integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI=
+ dependencies:
+ debug "^2.3.3"
+ define-property "^0.2.5"
+ extend-shallow "^2.0.1"
+ posix-character-classes "^0.1.0"
+ regex-not "^1.0.0"
+ snapdragon "^0.8.1"
+ to-regex "^3.0.1"
+
+expand-range@^1.8.1:
+ version "1.8.2"
+ resolved "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337"
+ integrity sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=
+ dependencies:
+ fill-range "^2.1.0"
+
+expand-tilde@^2.0.0, expand-tilde@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502"
+ integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=
+ dependencies:
+ homedir-polyfill "^1.0.1"
+
+expect@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/expect/-/expect-24.9.0.tgz#b75165b4817074fa4a157794f46fe9f1ba15b6ca"
+ integrity sha512-wvVAx8XIol3Z5m9zvZXiyZOQ+sRJqNTIm6sGjdWlaZIeupQGO3WbYI+15D/AmEwZywL6wtJkbAbJtzkOfBuR0Q==
+ dependencies:
+ "@jest/types" "^24.9.0"
+ ansi-styles "^3.2.0"
+ jest-get-type "^24.9.0"
+ jest-matcher-utils "^24.9.0"
+ jest-message-util "^24.9.0"
+ jest-regex-util "^24.9.0"
+
+extend-shallow@^1.1.2:
+ version "1.1.4"
+ resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz#19d6bf94dfc09d76ba711f39b872d21ff4dd9071"
+ integrity sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=
+ dependencies:
+ kind-of "^1.1.0"
+
+extend-shallow@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
+ integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=
+ dependencies:
+ is-extendable "^0.1.0"
+
+extend-shallow@^3.0.0, extend-shallow@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8"
+ integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=
+ dependencies:
+ assign-symbols "^1.0.0"
+ is-extendable "^1.0.1"
+
+extend@~3.0.2:
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
+ integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
+
+external-editor@^2.0.4:
+ version "2.2.0"
+ resolved "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5"
+ integrity sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==
+ dependencies:
+ chardet "^0.4.0"
+ iconv-lite "^0.4.17"
+ tmp "^0.0.33"
+
+external-editor@^3.0.3:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
+ integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==
+ dependencies:
+ chardet "^0.7.0"
+ iconv-lite "^0.4.24"
+ tmp "^0.0.33"
+
+extglob@^0.3.1:
+ version "0.3.2"
+ resolved "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1"
+ integrity sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=
+ dependencies:
+ is-extglob "^1.0.0"
+
+extglob@^2.0.4:
+ version "2.0.4"
+ resolved "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543"
+ integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==
+ dependencies:
+ array-unique "^0.3.2"
+ define-property "^1.0.0"
+ expand-brackets "^2.1.4"
+ extend-shallow "^2.0.1"
+ fragment-cache "^0.2.1"
+ regex-not "^1.0.0"
+ snapdragon "^0.8.1"
+ to-regex "^3.0.1"
+
[email protected]:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
+ integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
+
+extsprintf@^1.2.0:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
+ integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
+
+fancy-log@^1.3.2:
+ version "1.3.3"
+ resolved "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz#dbc19154f558690150a23953a0adbd035be45fc7"
+ integrity sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==
+ dependencies:
+ ansi-gray "^0.1.1"
+ color-support "^1.1.3"
+ parse-node-version "^1.0.0"
+ time-stamp "^1.0.0"
+
+fast-deep-equal@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
+ integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
+
+fast-glob@^2.0.2:
+ version "2.2.7"
+ resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d"
+ integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==
+ dependencies:
+ "@mrmlnc/readdir-enhanced" "^2.2.1"
+ "@nodelib/fs.stat" "^1.1.2"
+ glob-parent "^3.1.0"
+ is-glob "^4.0.0"
+ merge2 "^1.2.3"
+ micromatch "^3.1.10"
+
[email protected], fast-json-stable-stringify@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
+ integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I=
+
+fast-levenshtein@~2.0.4:
+ version "2.0.6"
+ resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
+ integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
+
+fb-watchman@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
+ integrity sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=
+ dependencies:
+ bser "^2.0.0"
+
+fbjs-css-vars@^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8"
+ integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==
+
+fbjs-scripts@^1.0.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/fbjs-scripts/-/fbjs-scripts-1.2.0.tgz#069a0c0634242d10031c6460ef1fccefcdae8b27"
+ integrity sha512-5krZ8T0Bf8uky0abPoCLrfa7Orxd8UH4Qq8hRUF2RZYNMu+FmEOrBc7Ib3YVONmxTXTlLAvyrrdrVmksDb2OqQ==
+ dependencies:
+ "@babel/core" "^7.0.0"
+ ansi-colors "^1.0.1"
+ babel-preset-fbjs "^3.2.0"
+ core-js "^2.4.1"
+ cross-spawn "^5.1.0"
+ fancy-log "^1.3.2"
+ object-assign "^4.0.1"
+ plugin-error "^0.1.2"
+ semver "^5.1.0"
+ through2 "^2.0.0"
+
+fbjs@^0.8.9:
+ version "0.8.17"
+ resolved "https://registry.npmjs.org/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd"
+ integrity sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90=
+ dependencies:
+ core-js "^1.0.0"
+ isomorphic-fetch "^2.1.1"
+ loose-envify "^1.0.0"
+ object-assign "^4.1.0"
+ promise "^7.1.1"
+ setimmediate "^1.0.5"
+ ua-parser-js "^0.7.18"
+
+fbjs@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/fbjs/-/fbjs-1.0.0.tgz#52c215e0883a3c86af2a7a776ed51525ae8e0a5a"
+ integrity sha512-MUgcMEJaFhCaF1QtWGnmq9ZDRAzECTCRAF7O6UZIlAlkTs1SasiX9aP0Iw7wfD2mJ7wDTNfg2w7u5fSCwJk1OA==
+ dependencies:
+ core-js "^2.4.1"
+ fbjs-css-vars "^1.0.0"
+ isomorphic-fetch "^2.1.1"
+ loose-envify "^1.0.0"
+ object-assign "^4.1.0"
+ promise "^7.1.1"
+ setimmediate "^1.0.5"
+ ua-parser-js "^0.7.18"
+
+figgy-pudding@^3.4.1, figgy-pudding@^3.5.1:
+ version "3.5.1"
+ resolved "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
+ integrity sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==
+
+figures@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
+ integrity sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=
+ dependencies:
+ escape-string-regexp "^1.0.5"
+
+filename-regex@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"
+ integrity sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=
+
+fill-range@^2.1.0:
+ version "2.2.4"
+ resolved "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565"
+ integrity sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==
+ dependencies:
+ is-number "^2.1.0"
+ isobject "^2.0.0"
+ randomatic "^3.0.0"
+ repeat-element "^1.1.2"
+ repeat-string "^1.5.2"
+
+fill-range@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
+ integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=
+ dependencies:
+ extend-shallow "^2.0.1"
+ is-number "^3.0.0"
+ repeat-string "^1.6.1"
+ to-regex-range "^2.1.0"
+
+fill-range@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
+ integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
+ dependencies:
+ to-regex-range "^5.0.1"
+
[email protected]:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
+ integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==
+ dependencies:
+ debug "2.6.9"
+ encodeurl "~1.0.2"
+ escape-html "~1.0.3"
+ on-finished "~2.3.0"
+ parseurl "~1.3.3"
+ statuses "~1.5.0"
+ unpipe "~1.0.0"
+
+find-cache-dir@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
+ integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
+ dependencies:
+ commondir "^1.0.1"
+ make-dir "^2.0.0"
+ pkg-dir "^3.0.0"
+
+find-module-bin@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/find-module-bin/-/find-module-bin-1.1.0.tgz#5f465cf4b2431deb184b3ebaee8ad6c9c5af8523"
+ integrity sha512-v53mIFOiuump1BSkwURrLblQm+LpWDVQOkQdph/xLPRrbyCU48RryPUSYxih6+gkAdNw9AkqWL7OXUhmE1ddmg==
+ dependencies:
+ debug "^4.1.1"
+ global-paths "^1.0.0"
+
+find-up@^1.0.0:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
+ integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=
+ dependencies:
+ path-exists "^2.0.0"
+ pinkie-promise "^2.0.0"
+
+find-up@^2.0.0, find-up@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
+ integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
+ dependencies:
+ locate-path "^2.0.0"
+
+find-up@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
+ integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
+ dependencies:
+ locate-path "^3.0.0"
+
+findup-sync@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz#956c9cdde804052b881b428512905c4a5f2cdef0"
+ integrity sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==
+ dependencies:
+ detect-file "^1.0.0"
+ is-glob "^4.0.0"
+ micromatch "^4.0.2"
+ resolve-dir "^1.0.1"
+
+fluids@^0.1.0:
+ version "0.1.3"
+ resolved "https://registry.npmjs.org/fluids/-/fluids-0.1.3.tgz#00887a206927d4aca38cfb0b0c7bd62758a85b0d"
+ integrity sha512-MyvtLf3QCMm5MYkAptXJrzOz8e4tMxOz+g0BlT3GVE5glqovO2ZMZj0DvJPpo9Lk9Y8+Llwt4KsmhHbPc2GeVg==
+
+flush-write-stream@^1.0.0:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8"
+ integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==
+ dependencies:
+ inherits "^2.0.3"
+ readable-stream "^2.3.6"
+
+for-in@^1.0.1, for-in@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
+ integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
+
+for-own@^0.1.4:
+ version "0.1.5"
+ resolved "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce"
+ integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=
+ dependencies:
+ for-in "^1.0.1"
+
+forever-agent@~0.6.1:
+ version "0.6.1"
+ resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
+ integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
+
+form-data@~2.3.2:
+ version "2.3.3"
+ resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
+ integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
+ dependencies:
+ asynckit "^0.4.0"
+ combined-stream "^1.0.6"
+ mime-types "^2.1.12"
+
+fragment-cache@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
+ integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=
+ dependencies:
+ map-cache "^0.2.2"
+
[email protected]:
+ version "0.5.2"
+ resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
+ integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
+
+from2@^2.1.0:
+ version "2.3.0"
+ resolved "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af"
+ integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=
+ dependencies:
+ inherits "^2.0.1"
+ readable-stream "^2.0.0"
+
[email protected], fs-extra@^7.0.0:
+ version "7.0.1"
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
+ integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
+ dependencies:
+ graceful-fs "^4.1.2"
+ jsonfile "^4.0.0"
+ universalify "^0.1.0"
+
+fs-extra@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950"
+ integrity sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA=
+ dependencies:
+ graceful-fs "^4.1.2"
+ jsonfile "^2.1.0"
+ klaw "^1.0.0"
+
+fs-minipass@^1.2.5:
+ version "1.2.7"
+ resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
+ integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==
+ dependencies:
+ minipass "^2.6.0"
+
+fs-write-stream-atomic@^1.0.8:
+ version "1.0.10"
+ resolved "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
+ integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=
+ dependencies:
+ graceful-fs "^4.1.2"
+ iferr "^0.1.5"
+ imurmurhash "^0.1.4"
+ readable-stream "1 || 2"
+
+fs.realpath@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
+ integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
+
+fsevents@^1.2.3, fsevents@^1.2.7:
+ version "1.2.9"
+ resolved "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f"
+ integrity sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==
+ dependencies:
+ nan "^2.12.1"
+ node-pre-gyp "^0.12.0"
+
+function-bind@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
+ integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
+
+gauge@~1.2.5:
+ version "1.2.7"
+ resolved "https://registry.npmjs.org/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93"
+ integrity sha1-6c7FSD09TuDvRLYKfZnkk14TbZM=
+ dependencies:
+ ansi "^0.3.0"
+ has-unicode "^2.0.0"
+ lodash.pad "^4.1.0"
+ lodash.padend "^4.1.0"
+ lodash.padstart "^4.1.0"
+
+gauge@~2.7.3:
+ version "2.7.4"
+ resolved "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
+ integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=
+ dependencies:
+ aproba "^1.0.3"
+ console-control-strings "^1.0.0"
+ has-unicode "^2.0.0"
+ object-assign "^4.1.0"
+ signal-exit "^3.0.0"
+ string-width "^1.0.1"
+ strip-ansi "^3.0.1"
+ wide-align "^1.1.0"
+
+genfun@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz#9dd9710a06900a5c4a5bf57aca5da4e52fe76537"
+ integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==
+
+get-caller-file@^1.0.1:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
+ integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
+
+get-caller-file@^2.0.1:
+ version "2.0.5"
+ resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
+ integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
+
+get-meta-file@^1.0.0, get-meta-file@^1.3.1, get-meta-file@^1.3.2:
+ version "1.3.3"
+ resolved "https://registry.npmjs.org/get-meta-file/-/get-meta-file-1.3.3.tgz#b23a690673f9fc74142dc7e7198efe0574108221"
+ integrity sha512-9QPGpkcI3ln+IrniVVnnregD8swWHUupvshpGuacaC/tuwPB1CRtdHHMoaDSWv04B9MHEEpXoiCG07UIGYB3yQ==
+ dependencies:
+ chalk "^2.1.0"
+ debug "^4.0.0"
+ dedent "^0.7.0"
+ findup-sync "^4.0.0"
+ prompt-sync "^4.1.5"
+ tildify "^2.0.0"
+
+get-pkg-repo@^1.0.0:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d"
+ integrity sha1-xztInAbYDMVTbCyFP54FIyBWly0=
+ dependencies:
+ hosted-git-info "^2.1.4"
+ meow "^3.3.0"
+ normalize-package-data "^2.3.0"
+ parse-github-repo-url "^1.3.0"
+ through2 "^2.0.0"
+
+get-port@^3.2.0:
+ version "3.2.0"
+ resolved "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz#dd7ce7de187c06c8bf353796ac71e099f0980ebc"
+ integrity sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw=
+
+get-stdin@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
+ integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=
+
+get-stdin@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
+ integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
+
+get-stream@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
+ integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
+
+get-stream@^4.0.0, get-stream@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
+ integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
+ dependencies:
+ pump "^3.0.0"
+
+get-stream@^5.0.0:
+ version "5.1.0"
+ resolved "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9"
+ integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==
+ dependencies:
+ pump "^3.0.0"
+
+get-value@^2.0.3, get-value@^2.0.6:
+ version "2.0.6"
+ resolved "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
+ integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
+
+getpass@^0.1.1:
+ version "0.1.7"
+ resolved "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
+ integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=
+ dependencies:
+ assert-plus "^1.0.0"
+
[email protected]:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.0.tgz#d92addf74440c14bcc5c83ecce3fb7f8a79118b5"
+ integrity sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg==
+ dependencies:
+ dargs "^4.0.1"
+ lodash.template "^4.0.2"
+ meow "^4.0.0"
+ split2 "^2.0.0"
+ through2 "^2.0.0"
+
+git-remote-origin-url@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz#5282659dae2107145a11126112ad3216ec5fa65f"
+ integrity sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=
+ dependencies:
+ gitconfiglocal "^1.0.0"
+ pify "^2.3.0"
+
+git-remote-origin-url@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-3.0.0.tgz#7561ea24bc16e89b39f96d4302fffb0cd990a1d8"
+ integrity sha512-KXFRTWj4F39zzmeTo4DGDGiZ9dPDsh+HPZiPRQgW0OpnhcmEPSdf3AgLzLqJuuo8t8UGSKKcvK8nmnejWuq3UQ==
+ dependencies:
+ gitconfiglocal "^2.1.0"
+
+git-semver-tags@^2.0.2, git-semver-tags@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.3.tgz#48988a718acf593800f99622a952a77c405bfa34"
+ integrity sha512-tj4FD4ww2RX2ae//jSrXZzrocla9db5h0V7ikPl1P/WwoZar9epdUhwR7XHXSgc+ZkNq72BEEerqQuicoEQfzA==
+ dependencies:
+ meow "^4.0.0"
+ semver "^6.0.0"
+
+git-up@^4.0.0:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/git-up/-/git-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0"
+ integrity sha512-LFTZZrBlrCrGCG07/dm1aCjjpL1z9L3+5aEeI9SBhAqSc+kiA9Or1bgZhQFNppJX6h/f5McrvJt1mQXTFm6Qrw==
+ dependencies:
+ is-ssh "^1.3.0"
+ parse-url "^5.0.0"
+
+git-url-parse@^11.1.2:
+ version "11.1.2"
+ resolved "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.1.2.tgz#aff1a897c36cc93699270587bea3dbcbbb95de67"
+ integrity sha512-gZeLVGY8QVKMIkckncX+iCq2/L8PlwncvDFKiWkBn9EtCfYDbliRTTp6qzyQ1VMdITUfq7293zDzfpjdiGASSQ==
+ dependencies:
+ git-up "^4.0.0"
+
+gitconfiglocal@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b"
+ integrity sha1-QdBF84UaXqiPA/JMocYXgRRGS5s=
+ dependencies:
+ ini "^1.3.2"
+
+gitconfiglocal@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-2.1.0.tgz#07c28685c55cc5338b27b5acbcfe34aeb92e43d1"
+ integrity sha512-qoerOEliJn3z+Zyn1HW2F6eoYJqKwS6MgC9cztTLUB/xLWX8gD/6T60pKn4+t/d6tP7JlybI7Z3z+I572CR/Vg==
+ dependencies:
+ ini "^1.3.2"
+
+glob-base@^0.3.0:
+ version "0.3.0"
+ resolved "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
+ integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=
+ dependencies:
+ glob-parent "^2.0.0"
+ is-glob "^2.0.0"
+
+glob-parent@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28"
+ integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=
+ dependencies:
+ is-glob "^2.0.0"
+
+glob-parent@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
+ integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=
+ dependencies:
+ is-glob "^3.1.0"
+ path-dirname "^1.0.0"
+
+glob-regex@^0.3.0:
+ version "0.3.2"
+ resolved "https://registry.npmjs.org/glob-regex/-/glob-regex-0.3.2.tgz#27348f2f60648ec32a4a53137090b9fb934f3425"
+ integrity sha512-m5blUd3/OqDTWwzBBtWBPrGlAzatRywHameHeekAZyZrskYouOGdNB8T/q6JucucvJXtOuyHIn0/Yia7iDasDw==
+
+glob-to-regexp@^0.3.0:
+ version "0.3.0"
+ resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
+ integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
+
+glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
+ version "7.1.4"
+ resolved "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
+ integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
+ dependencies:
+ fs.realpath "^1.0.0"
+ inflight "^1.0.4"
+ inherits "2"
+ minimatch "^3.0.4"
+ once "^1.3.0"
+ path-is-absolute "^1.0.0"
+
+global-modules@^0.2.3:
+ version "0.2.3"
+ resolved "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz#ea5a3bed42c6d6ce995a4f8a1269b5dae223828d"
+ integrity sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=
+ dependencies:
+ global-prefix "^0.1.4"
+ is-windows "^0.2.0"
+
+global-modules@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
+ integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==
+ dependencies:
+ global-prefix "^1.0.1"
+ is-windows "^1.0.1"
+ resolve-dir "^1.0.0"
+
+global-paths@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/global-paths/-/global-paths-1.0.0.tgz#3ffc84341594e47b32bfade5785355d4df7feac7"
+ integrity sha1-P/yENBWU5Hsyv63leFNV1N9/6sc=
+ dependencies:
+ array-unique "^0.3.2"
+ global-modules "^0.2.3"
+ is-windows "^1.0.0"
+
+global-prefix@^0.1.4:
+ version "0.1.5"
+ resolved "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz#8d3bc6b8da3ca8112a160d8d496ff0462bfef78f"
+ integrity sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=
+ dependencies:
+ homedir-polyfill "^1.0.0"
+ ini "^1.3.4"
+ is-windows "^0.2.0"
+ which "^1.2.12"
+
+global-prefix@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe"
+ integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=
+ dependencies:
+ expand-tilde "^2.0.2"
+ homedir-polyfill "^1.0.1"
+ ini "^1.3.4"
+ is-windows "^1.0.1"
+ which "^1.2.14"
+
+global@^4.3.0:
+ version "4.4.0"
+ resolved "https://registry.npmjs.org/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
+ integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
+ dependencies:
+ min-document "^2.19.0"
+ process "^0.11.10"
+
+globals@^11.1.0:
+ version "11.12.0"
+ resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
+ integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
+
+globby@^8.0.1:
+ version "8.0.2"
+ resolved "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz#5697619ccd95c5275dbb2d6faa42087c1a941d8d"
+ integrity sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==
+ dependencies:
+ array-union "^1.0.1"
+ dir-glob "2.0.0"
+ fast-glob "^2.0.2"
+ glob "^7.1.2"
+ ignore "^3.3.5"
+ pify "^3.0.0"
+ slash "^1.0.0"
+
+graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9:
+ version "4.2.2"
+ resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02"
+ integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==
+
+growly@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
+ integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
+
+handlebars@^4.1.2, handlebars@^4.4.0:
+ version "4.4.3"
+ resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.4.3.tgz#180bae52c1d0e9ec0c15d7e82a4362d662762f6e"
+ integrity sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw==
+ dependencies:
+ neo-async "^2.6.0"
+ optimist "^0.6.1"
+ source-map "^0.6.1"
+ optionalDependencies:
+ uglify-js "^3.1.4"
+
+har-schema@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
+ integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
+
+har-validator@~5.1.0:
+ version "5.1.3"
+ resolved "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
+ integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
+ dependencies:
+ ajv "^6.5.5"
+ har-schema "^2.0.0"
+
+has-ansi@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
+ integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=
+ dependencies:
+ ansi-regex "^2.0.0"
+
+has-flag@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
+ integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
+
+has-flag@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
+ integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
+
+has-symbols@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
+ integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
+
+has-unicode@^2.0.0, has-unicode@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
+ integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
+
+has-value@^0.3.1:
+ version "0.3.1"
+ resolved "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
+ integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=
+ dependencies:
+ get-value "^2.0.3"
+ has-values "^0.1.4"
+ isobject "^2.0.0"
+
+has-value@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177"
+ integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=
+ dependencies:
+ get-value "^2.0.6"
+ has-values "^1.0.0"
+ isobject "^3.0.0"
+
+has-values@^0.1.4:
+ version "0.1.4"
+ resolved "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771"
+ integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E=
+
+has-values@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f"
+ integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=
+ dependencies:
+ is-number "^3.0.0"
+ kind-of "^4.0.0"
+
+has@^1.0.1, has@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
+ integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
+ dependencies:
+ function-bind "^1.1.1"
+
+homedir-polyfill@^1.0.0, homedir-polyfill@^1.0.1:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
+ integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==
+ dependencies:
+ parse-passwd "^1.0.0"
+
+hosted-git-info@^2.1.4, hosted-git-info@^2.7.1:
+ version "2.8.5"
+ resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c"
+ integrity sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg==
+
+html-encoding-sniffer@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
+ integrity sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==
+ dependencies:
+ whatwg-encoding "^1.0.1"
+
+http-cache-semantics@^3.8.1:
+ version "3.8.1"
+ resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"
+ integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==
+
+http-errors@~1.7.2:
+ version "1.7.3"
+ resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
+ integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
+ dependencies:
+ depd "~1.1.2"
+ inherits "2.0.4"
+ setprototypeof "1.1.1"
+ statuses ">= 1.5.0 < 2"
+ toidentifier "1.0.0"
+
+http-proxy-agent@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz#e4821beef5b2142a2026bd73926fe537631c5405"
+ integrity sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==
+ dependencies:
+ agent-base "4"
+ debug "3.1.0"
+
+http-signature@~1.2.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
+ integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=
+ dependencies:
+ assert-plus "^1.0.0"
+ jsprim "^1.2.2"
+ sshpk "^1.7.0"
+
+https-proxy-agent@^2.2.1:
+ version "2.2.2"
+ resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz#271ea8e90f836ac9f119daccd39c19ff7dfb0793"
+ integrity sha512-c8Ndjc9Bkpfx/vCJueCPy0jlP4ccCCSNDp8xwCZzPjKJUm+B+u9WX2x98Qx4n1PiMNTWo3D7KK5ifNV/yJyRzg==
+ dependencies:
+ agent-base "^4.3.0"
+ debug "^3.1.0"
+
+humanize-ms@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
+ integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=
+ dependencies:
+ ms "^2.0.0"
+
[email protected]:
+ version "1.3.1"
+ resolved "https://registry.npmjs.org/husky/-/husky-1.3.1.tgz#26823e399300388ca2afff11cfa8a86b0033fae0"
+ integrity sha512-86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg==
+ dependencies:
+ cosmiconfig "^5.0.7"
+ execa "^1.0.0"
+ find-up "^3.0.0"
+ get-stdin "^6.0.0"
+ is-ci "^2.0.0"
+ pkg-dir "^3.0.0"
+ please-upgrade-node "^3.1.1"
+ read-pkg "^4.0.1"
+ run-node "^1.0.0"
+ slash "^2.0.0"
+
[email protected], iconv-lite@^0.4.17, iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13:
+ version "0.4.24"
+ resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
+ integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
+ dependencies:
+ safer-buffer ">= 2.1.2 < 3"
+
+iferr@^0.1.5:
+ version "0.1.5"
+ resolved "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501"
+ integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE=
+
+ignore-walk@^3.0.1:
+ version "3.0.3"
+ resolved "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz#017e2447184bfeade7c238e4aefdd1e8f95b1e37"
+ integrity sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==
+ dependencies:
+ minimatch "^3.0.4"
+
+ignore@^3.3.5, ignore@^3.3.7:
+ version "3.3.10"
+ resolved "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
+ integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==
+
+image-size@^0.6.0:
+ version "0.6.3"
+ resolved "https://registry.npmjs.org/image-size/-/image-size-0.6.3.tgz#e7e5c65bb534bd7cdcedd6cb5166272a85f75fb2"
+ integrity sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA==
+
+import-fresh@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
+ integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY=
+ dependencies:
+ caller-path "^2.0.0"
+ resolve-from "^3.0.0"
+
+import-local@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc"
+ integrity sha512-vAaZHieK9qjGo58agRBg+bhHX3hoTZU/Oa3GESWLz7t1U62fk63aHuDJJEteXoDeTCcPmUT+z38gkHPZkkmpmQ==
+ dependencies:
+ pkg-dir "^2.0.0"
+ resolve-cwd "^2.0.0"
+
+import-local@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d"
+ integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==
+ dependencies:
+ pkg-dir "^3.0.0"
+ resolve-cwd "^2.0.0"
+
+imurmurhash@^0.1.4:
+ version "0.1.4"
+ resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
+ integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
+
+indent-string@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80"
+ integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=
+ dependencies:
+ repeating "^2.0.0"
+
+indent-string@^3.0.0:
+ version "3.2.0"
+ resolved "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
+ integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=
+
+indent-string@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
+ integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
+
+infer-owner@^1.0.3, infer-owner@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
+ integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
+
+inflight@^1.0.4:
+ version "1.0.6"
+ resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
+ integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
+ dependencies:
+ once "^1.3.0"
+ wrappy "1"
+
+inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3:
+ version "2.0.4"
+ resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
+ integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
+
+ini@^1.3.2, ini@^1.3.4, ini@~1.3.0:
+ version "1.3.5"
+ resolved "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
+ integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
+
+init-package-json@^1.10.3:
+ version "1.10.3"
+ resolved "https://registry.npmjs.org/init-package-json/-/init-package-json-1.10.3.tgz#45ffe2f610a8ca134f2bd1db5637b235070f6cbe"
+ integrity sha512-zKSiXKhQveNteyhcj1CoOP8tqp1QuxPIPBl8Bid99DGLFqA1p87M6lNgfjJHSBoWJJlidGOv5rWjyYKEB3g2Jw==
+ dependencies:
+ glob "^7.1.1"
+ npm-package-arg "^4.0.0 || ^5.0.0 || ^6.0.0"
+ promzard "^0.3.0"
+ read "~1.0.1"
+ read-package-json "1 || 2"
+ semver "2.x || 3.x || 4 || 5"
+ validate-npm-package-license "^3.0.1"
+ validate-npm-package-name "^3.0.0"
+
+inquirer@^3.0.6:
+ version "3.3.0"
+ resolved "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9"
+ integrity sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==
+ dependencies:
+ ansi-escapes "^3.0.0"
+ chalk "^2.0.0"
+ cli-cursor "^2.1.0"
+ cli-width "^2.0.0"
+ external-editor "^2.0.4"
+ figures "^2.0.0"
+ lodash "^4.3.0"
+ mute-stream "0.0.7"
+ run-async "^2.2.0"
+ rx-lite "^4.0.8"
+ rx-lite-aggregates "^4.0.8"
+ string-width "^2.1.0"
+ strip-ansi "^4.0.0"
+ through "^2.3.6"
+
+inquirer@^6.0.0, inquirer@^6.2.0:
+ version "6.5.2"
+ resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
+ integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
+ dependencies:
+ ansi-escapes "^3.2.0"
+ chalk "^2.4.2"
+ cli-cursor "^2.1.0"
+ cli-width "^2.0.0"
+ external-editor "^3.0.3"
+ figures "^2.0.0"
+ lodash "^4.17.12"
+ mute-stream "0.0.7"
+ run-async "^2.2.0"
+ rxjs "^6.4.0"
+ string-width "^2.1.0"
+ strip-ansi "^5.1.0"
+ through "^2.3.6"
+
+invariant@^2.2.2, invariant@^2.2.4:
+ version "2.2.4"
+ resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
+ integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
+ dependencies:
+ loose-envify "^1.0.0"
+
+invert-kv@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
+ integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY=
+
+invert-kv@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02"
+ integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==
+
+ip@^1.1.5:
+ version "1.1.5"
+ resolved "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
+ integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
+
+is-accessor-descriptor@^0.1.6:
+ version "0.1.6"
+ resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
+ integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=
+ dependencies:
+ kind-of "^3.0.2"
+
+is-accessor-descriptor@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656"
+ integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==
+ dependencies:
+ kind-of "^6.0.0"
+
+is-arrayish@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
+ integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
+
+is-buffer@^1.1.5:
+ version "1.1.6"
+ resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
+ integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
+
+is-callable@^1.1.4:
+ version "1.1.4"
+ resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
+ integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
+
+is-ci@^1.0.10:
+ version "1.2.1"
+ resolved "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c"
+ integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==
+ dependencies:
+ ci-info "^1.5.0"
+
+is-ci@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
+ integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==
+ dependencies:
+ ci-info "^2.0.0"
+
+is-data-descriptor@^0.1.4:
+ version "0.1.4"
+ resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
+ integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=
+ dependencies:
+ kind-of "^3.0.2"
+
+is-data-descriptor@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7"
+ integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==
+ dependencies:
+ kind-of "^6.0.0"
+
+is-date-object@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
+ integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=
+
+is-descriptor@^0.1.0:
+ version "0.1.6"
+ resolved "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca"
+ integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==
+ dependencies:
+ is-accessor-descriptor "^0.1.6"
+ is-data-descriptor "^0.1.4"
+ kind-of "^5.0.0"
+
+is-descriptor@^1.0.0, is-descriptor@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec"
+ integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==
+ dependencies:
+ is-accessor-descriptor "^1.0.0"
+ is-data-descriptor "^1.0.0"
+ kind-of "^6.0.2"
+
+is-directory@^0.3.1:
+ version "0.3.1"
+ resolved "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
+ integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=
+
+is-dotfile@^1.0.0:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1"
+ integrity sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=
+
+is-equal-shallow@^0.1.3:
+ version "0.1.3"
+ resolved "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534"
+ integrity sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=
+ dependencies:
+ is-primitive "^2.0.0"
+
+is-extendable@^0.1.0, is-extendable@^0.1.1:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
+ integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=
+
+is-extendable@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
+ integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==
+ dependencies:
+ is-plain-object "^2.0.4"
+
+is-extglob@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
+ integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=
+
+is-extglob@^2.1.0, is-extglob@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
+ integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
+
+is-finite@^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa"
+ integrity sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=
+ dependencies:
+ number-is-nan "^1.0.0"
+
+is-fullwidth-code-point@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
+ integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
+ dependencies:
+ number-is-nan "^1.0.0"
+
+is-fullwidth-code-point@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
+ integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
+
+is-generator-fn@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
+ integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
+
+is-glob@^2.0.0, is-glob@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
+ integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=
+ dependencies:
+ is-extglob "^1.0.0"
+
+is-glob@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
+ integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=
+ dependencies:
+ is-extglob "^2.1.0"
+
+is-glob@^4.0.0:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
+ integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
+ dependencies:
+ is-extglob "^2.1.1"
+
+is-module@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
+ integrity sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=
+
+is-number@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
+ integrity sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=
+ dependencies:
+ kind-of "^3.0.2"
+
+is-number@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
+ integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=
+ dependencies:
+ kind-of "^3.0.2"
+
+is-number@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff"
+ integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==
+
+is-number@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
+ integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
+
+is-obj@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
+ integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
+
+is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
+ integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
+
+is-plain-object@^2.0.3, is-plain-object@^2.0.4:
+ version "2.0.4"
+ resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
+ integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
+ dependencies:
+ isobject "^3.0.1"
+
+is-plain-object@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz#47bfc5da1b5d50d64110806c199359482e75a928"
+ integrity sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg==
+ dependencies:
+ isobject "^4.0.0"
+
+is-posix-bracket@^0.1.0:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
+ integrity sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=
+
+is-primitive@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575"
+ integrity sha1-IHurkWOEmcB7Kt8kCkGochADRXU=
+
+is-promise@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
+ integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
+
+is-regex@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
+ integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=
+ dependencies:
+ has "^1.0.1"
+
+is-ssh@^1.3.0:
+ version "1.3.1"
+ resolved "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.1.tgz#f349a8cadd24e65298037a522cf7520f2e81a0f3"
+ integrity sha512-0eRIASHZt1E68/ixClI8bp2YK2wmBPVWEismTs6M+M099jKgrzl/3E976zIbImSIob48N2/XGe9y7ZiYdImSlg==
+ dependencies:
+ protocols "^1.1.0"
+
+is-stream@^1.0.1, is-stream@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
+ integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
+
+is-stream@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
+ integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
+
+is-symbol@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
+ integrity sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==
+ dependencies:
+ has-symbols "^1.0.0"
+
+is-text-path@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz#b2484e2b720a633feb2e85b67dc193ff72c75636"
+ integrity sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==
+ dependencies:
+ text-extensions "^2.0.0"
+
+is-typedarray@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
+ integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
+
+is-utf8@^0.2.0:
+ version "0.2.1"
+ resolved "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
+ integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
+
+is-windows@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz#de1aa6d63ea29dd248737b69f1ff8b8002d2108c"
+ integrity sha1-3hqm1j6indJIc3tp8f+LgALSEIw=
+
+is-windows@^1.0.0, is-windows@^1.0.1, is-windows@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
+ integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
+
+is-wsl@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
+ integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
+
[email protected], isarray@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
+ integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
+
+isexe@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
+ integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
+
+isobject@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
+ integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=
+ dependencies:
+ isarray "1.0.0"
+
+isobject@^3.0.0, isobject@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
+ integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
+
+isobject@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0"
+ integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==
+
+isomorphic-fetch@^2.1.1:
+ version "2.2.1"
+ resolved "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9"
+ integrity sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=
+ dependencies:
+ node-fetch "^1.0.1"
+ whatwg-fetch ">=0.10.0"
+
+isstream@~0.1.2:
+ version "0.1.2"
+ resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
+ integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
+
+istanbul-lib-coverage@^2.0.2, istanbul-lib-coverage@^2.0.5:
+ version "2.0.5"
+ resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz#675f0ab69503fad4b1d849f736baaca803344f49"
+ integrity sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==
+
+istanbul-lib-instrument@^3.0.1, istanbul-lib-instrument@^3.3.0:
+ version "3.3.0"
+ resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz#a5f63d91f0bbc0c3e479ef4c5de027335ec6d630"
+ integrity sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==
+ dependencies:
+ "@babel/generator" "^7.4.0"
+ "@babel/parser" "^7.4.3"
+ "@babel/template" "^7.4.0"
+ "@babel/traverse" "^7.4.3"
+ "@babel/types" "^7.4.0"
+ istanbul-lib-coverage "^2.0.5"
+ semver "^6.0.0"
+
+istanbul-lib-report@^2.0.4:
+ version "2.0.8"
+ resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz#5a8113cd746d43c4889eba36ab10e7d50c9b4f33"
+ integrity sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==
+ dependencies:
+ istanbul-lib-coverage "^2.0.5"
+ make-dir "^2.1.0"
+ supports-color "^6.1.0"
+
+istanbul-lib-source-maps@^3.0.1:
+ version "3.0.6"
+ resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz#284997c48211752ec486253da97e3879defba8c8"
+ integrity sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==
+ dependencies:
+ debug "^4.1.1"
+ istanbul-lib-coverage "^2.0.5"
+ make-dir "^2.1.0"
+ rimraf "^2.6.3"
+ source-map "^0.6.1"
+
+istanbul-reports@^2.2.6:
+ version "2.2.6"
+ resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.6.tgz#7b4f2660d82b29303a8fe6091f8ca4bf058da1af"
+ integrity sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA==
+ dependencies:
+ handlebars "^4.1.2"
+
+jest-changed-files@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-24.9.0.tgz#08d8c15eb79a7fa3fc98269bc14b451ee82f8039"
+ integrity sha512-6aTWpe2mHF0DhL28WjdkO8LyGjs3zItPET4bMSeXU6T3ub4FPMw+mcOcbdGXQOAfmLcxofD23/5Bl9Z4AkFwqg==
+ dependencies:
+ "@jest/types" "^24.9.0"
+ execa "^1.0.0"
+ throat "^4.0.0"
+
+jest-cli@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-24.9.0.tgz#ad2de62d07472d419c6abc301fc432b98b10d2af"
+ integrity sha512-+VLRKyitT3BWoMeSUIHRxV/2g8y9gw91Jh5z2UmXZzkZKpbC08CSehVxgHUwTpy+HwGcns/tqafQDJW7imYvGg==
+ dependencies:
+ "@jest/core" "^24.9.0"
+ "@jest/test-result" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ chalk "^2.0.1"
+ exit "^0.1.2"
+ import-local "^2.0.0"
+ is-ci "^2.0.0"
+ jest-config "^24.9.0"
+ jest-util "^24.9.0"
+ jest-validate "^24.9.0"
+ prompts "^2.0.1"
+ realpath-native "^1.1.0"
+ yargs "^13.3.0"
+
+jest-config@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-config/-/jest-config-24.9.0.tgz#fb1bbc60c73a46af03590719efa4825e6e4dd1b5"
+ integrity sha512-RATtQJtVYQrp7fvWg6f5y3pEFj9I+H8sWw4aKxnDZ96mob5i5SD6ZEGWgMLXQ4LE8UurrjbdlLWdUeo+28QpfQ==
+ dependencies:
+ "@babel/core" "^7.1.0"
+ "@jest/test-sequencer" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ babel-jest "^24.9.0"
+ chalk "^2.0.1"
+ glob "^7.1.1"
+ jest-environment-jsdom "^24.9.0"
+ jest-environment-node "^24.9.0"
+ jest-get-type "^24.9.0"
+ jest-jasmine2 "^24.9.0"
+ jest-regex-util "^24.3.0"
+ jest-resolve "^24.9.0"
+ jest-util "^24.9.0"
+ jest-validate "^24.9.0"
+ micromatch "^3.1.10"
+ pretty-format "^24.9.0"
+ realpath-native "^1.1.0"
+
+jest-diff@^24.0.0, jest-diff@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
+ integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==
+ dependencies:
+ chalk "^2.0.1"
+ diff-sequences "^24.9.0"
+ jest-get-type "^24.9.0"
+ pretty-format "^24.9.0"
+
+jest-docblock@^24.3.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-24.9.0.tgz#7970201802ba560e1c4092cc25cbedf5af5a8ce2"
+ integrity sha512-F1DjdpDMJMA1cN6He0FNYNZlo3yYmOtRUnktrT9Q37njYzC5WEaDdmbynIgy0L/IvXvvgsG8OsqhLPXTpfmZAA==
+ dependencies:
+ detect-newline "^2.1.0"
+
+jest-each@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-each/-/jest-each-24.9.0.tgz#eb2da602e2a610898dbc5f1f6df3ba86b55f8b05"
+ integrity sha512-ONi0R4BvW45cw8s2Lrx8YgbeXL1oCQ/wIDwmsM3CqM/nlblNCPmnC3IPQlMbRFZu3wKdQ2U8BqM6lh3LJ5Bsog==
+ dependencies:
+ "@jest/types" "^24.9.0"
+ chalk "^2.0.1"
+ jest-get-type "^24.9.0"
+ jest-util "^24.9.0"
+ pretty-format "^24.9.0"
+
+jest-environment-jsdom@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-24.9.0.tgz#4b0806c7fc94f95edb369a69cc2778eec2b7375b"
+ integrity sha512-Zv9FV9NBRzLuALXjvRijO2351DRQeLYXtpD4xNvfoVFw21IOKNhZAEUKcbiEtjTkm2GsJ3boMVgkaR7rN8qetA==
+ dependencies:
+ "@jest/environment" "^24.9.0"
+ "@jest/fake-timers" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ jest-mock "^24.9.0"
+ jest-util "^24.9.0"
+ jsdom "^11.5.1"
+
+jest-environment-node@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-24.9.0.tgz#333d2d2796f9687f2aeebf0742b519f33c1cbfd3"
+ integrity sha512-6d4V2f4nxzIzwendo27Tr0aFm+IXWa0XEUnaH6nU0FMaozxovt+sfRvh4J47wL1OvF83I3SSTu0XK+i4Bqe7uA==
+ dependencies:
+ "@jest/environment" "^24.9.0"
+ "@jest/fake-timers" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ jest-mock "^24.9.0"
+ jest-util "^24.9.0"
+
+jest-get-type@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-24.9.0.tgz#1684a0c8a50f2e4901b6644ae861f579eed2ef0e"
+ integrity sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q==
+
[email protected]:
+ version "24.0.0-alpha.6"
+ resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-24.0.0-alpha.6.tgz#fb2c785080f391b923db51846b86840d0d773076"
+ integrity sha512-+NO2HMbjvrG8BC39ieLukdpFrcPhhjCJGhpbHodHNZygH1Tt06WrlNYGpZtWKx/zpf533tCtMQXO/q59JenjNw==
+ dependencies:
+ fb-watchman "^2.0.0"
+ graceful-fs "^4.1.11"
+ invariant "^2.2.4"
+ jest-serializer "^24.0.0-alpha.6"
+ jest-worker "^24.0.0-alpha.6"
+ micromatch "^2.3.11"
+ sane "^3.0.0"
+
+jest-haste-map@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-24.9.0.tgz#b38a5d64274934e21fa417ae9a9fbeb77ceaac7d"
+ integrity sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ==
+ dependencies:
+ "@jest/types" "^24.9.0"
+ anymatch "^2.0.0"
+ fb-watchman "^2.0.0"
+ graceful-fs "^4.1.15"
+ invariant "^2.2.4"
+ jest-serializer "^24.9.0"
+ jest-util "^24.9.0"
+ jest-worker "^24.9.0"
+ micromatch "^3.1.10"
+ sane "^4.0.3"
+ walker "^1.0.7"
+ optionalDependencies:
+ fsevents "^1.2.7"
+
+jest-jasmine2@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-24.9.0.tgz#1f7b1bd3242c1774e62acabb3646d96afc3be6a0"
+ integrity sha512-Cq7vkAgaYKp+PsX+2/JbTarrk0DmNhsEtqBXNwUHkdlbrTBLtMJINADf2mf5FkowNsq8evbPc07/qFO0AdKTzw==
+ dependencies:
+ "@babel/traverse" "^7.1.0"
+ "@jest/environment" "^24.9.0"
+ "@jest/test-result" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ chalk "^2.0.1"
+ co "^4.6.0"
+ expect "^24.9.0"
+ is-generator-fn "^2.0.0"
+ jest-each "^24.9.0"
+ jest-matcher-utils "^24.9.0"
+ jest-message-util "^24.9.0"
+ jest-runtime "^24.9.0"
+ jest-snapshot "^24.9.0"
+ jest-util "^24.9.0"
+ pretty-format "^24.9.0"
+ throat "^4.0.0"
+
+jest-leak-detector@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-24.9.0.tgz#b665dea7c77100c5c4f7dfcb153b65cf07dcf96a"
+ integrity sha512-tYkFIDsiKTGwb2FG1w8hX9V0aUb2ot8zY/2nFg087dUageonw1zrLMP4W6zsRO59dPkTSKie+D4rhMuP9nRmrA==
+ dependencies:
+ jest-get-type "^24.9.0"
+ pretty-format "^24.9.0"
+
+jest-matcher-utils@^24.0.0, jest-matcher-utils@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-24.9.0.tgz#f5b3661d5e628dffe6dd65251dfdae0e87c3a073"
+ integrity sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA==
+ dependencies:
+ chalk "^2.0.1"
+ jest-diff "^24.9.0"
+ jest-get-type "^24.9.0"
+ pretty-format "^24.9.0"
+
+jest-message-util@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-24.9.0.tgz#527f54a1e380f5e202a8d1149b0ec872f43119e3"
+ integrity sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==
+ dependencies:
+ "@babel/code-frame" "^7.0.0"
+ "@jest/test-result" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ "@types/stack-utils" "^1.0.1"
+ chalk "^2.0.1"
+ micromatch "^3.1.10"
+ slash "^2.0.0"
+ stack-utils "^1.0.1"
+
+jest-mock@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-24.9.0.tgz#c22835541ee379b908673ad51087a2185c13f1c6"
+ integrity sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w==
+ dependencies:
+ "@jest/types" "^24.9.0"
+
+jest-pnp-resolver@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a"
+ integrity sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ==
+
+jest-regex-util@^24.3.0, jest-regex-util@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-24.9.0.tgz#c13fb3380bde22bf6575432c493ea8fe37965636"
+ integrity sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA==
+
+jest-resolve-dependencies@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-24.9.0.tgz#ad055198959c4cfba8a4f066c673a3f0786507ab"
+ integrity sha512-Fm7b6AlWnYhT0BXy4hXpactHIqER7erNgIsIozDXWl5dVm+k8XdGVe1oTg1JyaFnOxarMEbax3wyRJqGP2Pq+g==
+ dependencies:
+ "@jest/types" "^24.9.0"
+ jest-regex-util "^24.3.0"
+ jest-snapshot "^24.9.0"
+
+jest-resolve@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-24.9.0.tgz#dff04c7687af34c4dd7e524892d9cf77e5d17321"
+ integrity sha512-TaLeLVL1l08YFZAt3zaPtjiVvyy4oSA6CRe+0AFPPVX3Q/VI0giIWWoAvoS5L96vj9Dqxj4fB5p2qrHCmTU/MQ==
+ dependencies:
+ "@jest/types" "^24.9.0"
+ browser-resolve "^1.11.3"
+ chalk "^2.0.1"
+ jest-pnp-resolver "^1.2.1"
+ realpath-native "^1.1.0"
+
+jest-runner@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-runner/-/jest-runner-24.9.0.tgz#574fafdbd54455c2b34b4bdf4365a23857fcdf42"
+ integrity sha512-KksJQyI3/0mhcfspnxxEOBueGrd5E4vV7ADQLT9ESaCzz02WnbdbKWIf5Mkaucoaj7obQckYPVX6JJhgUcoWWg==
+ dependencies:
+ "@jest/console" "^24.7.1"
+ "@jest/environment" "^24.9.0"
+ "@jest/test-result" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ chalk "^2.4.2"
+ exit "^0.1.2"
+ graceful-fs "^4.1.15"
+ jest-config "^24.9.0"
+ jest-docblock "^24.3.0"
+ jest-haste-map "^24.9.0"
+ jest-jasmine2 "^24.9.0"
+ jest-leak-detector "^24.9.0"
+ jest-message-util "^24.9.0"
+ jest-resolve "^24.9.0"
+ jest-runtime "^24.9.0"
+ jest-util "^24.9.0"
+ jest-worker "^24.6.0"
+ source-map-support "^0.5.6"
+ throat "^4.0.0"
+
+jest-runtime@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-runtime/-/jest-runtime-24.9.0.tgz#9f14583af6a4f7314a6a9d9f0226e1a781c8e4ac"
+ integrity sha512-8oNqgnmF3v2J6PVRM2Jfuj8oX3syKmaynlDMMKQ4iyzbQzIG6th5ub/lM2bCMTmoTKM3ykcUYI2Pw9xwNtjMnw==
+ dependencies:
+ "@jest/console" "^24.7.1"
+ "@jest/environment" "^24.9.0"
+ "@jest/source-map" "^24.3.0"
+ "@jest/transform" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ "@types/yargs" "^13.0.0"
+ chalk "^2.0.1"
+ exit "^0.1.2"
+ glob "^7.1.3"
+ graceful-fs "^4.1.15"
+ jest-config "^24.9.0"
+ jest-haste-map "^24.9.0"
+ jest-message-util "^24.9.0"
+ jest-mock "^24.9.0"
+ jest-regex-util "^24.3.0"
+ jest-resolve "^24.9.0"
+ jest-snapshot "^24.9.0"
+ jest-util "^24.9.0"
+ jest-validate "^24.9.0"
+ realpath-native "^1.1.0"
+ slash "^2.0.0"
+ strip-bom "^3.0.0"
+ yargs "^13.3.0"
+
[email protected]:
+ version "24.0.0-alpha.6"
+ resolved "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.0.0-alpha.6.tgz#27d2fee4b1a85698717a30c3ec2ab80767312597"
+ integrity sha512-IPA5T6/GhlE6dedSk7Cd7YfuORnYjN0VD5iJVFn1Q81RJjpj++Hen5kJbKcg547vXsQ1TddV15qOA/zeIfOCLw==
+
+jest-serializer@^24.0.0-alpha.6, jest-serializer@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.9.0.tgz#e6d7d7ef96d31e8b9079a714754c5d5c58288e73"
+ integrity sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==
+
+jest-snapshot@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-24.9.0.tgz#ec8e9ca4f2ec0c5c87ae8f925cf97497b0e951ba"
+ integrity sha512-uI/rszGSs73xCM0l+up7O7a40o90cnrk429LOiK3aeTvfC0HHmldbd81/B7Ix81KSFe1lwkbl7GnBGG4UfuDew==
+ dependencies:
+ "@babel/types" "^7.0.0"
+ "@jest/types" "^24.9.0"
+ chalk "^2.0.1"
+ expect "^24.9.0"
+ jest-diff "^24.9.0"
+ jest-get-type "^24.9.0"
+ jest-matcher-utils "^24.9.0"
+ jest-message-util "^24.9.0"
+ jest-resolve "^24.9.0"
+ mkdirp "^0.5.1"
+ natural-compare "^1.4.0"
+ pretty-format "^24.9.0"
+ semver "^6.2.0"
+
+jest-util@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-util/-/jest-util-24.9.0.tgz#7396814e48536d2e85a37de3e4c431d7cb140162"
+ integrity sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg==
+ dependencies:
+ "@jest/console" "^24.9.0"
+ "@jest/fake-timers" "^24.9.0"
+ "@jest/source-map" "^24.9.0"
+ "@jest/test-result" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ callsites "^3.0.0"
+ chalk "^2.0.1"
+ graceful-fs "^4.1.15"
+ is-ci "^2.0.0"
+ mkdirp "^0.5.1"
+ slash "^2.0.0"
+ source-map "^0.6.0"
+
+jest-validate@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-24.9.0.tgz#0775c55360d173cd854e40180756d4ff52def8ab"
+ integrity sha512-HPIt6C5ACwiqSiwi+OfSSHbK8sG7akG8eATl+IPKaeIjtPOeBUd/g3J7DghugzxrGjI93qS/+RPKe1H6PqvhRQ==
+ dependencies:
+ "@jest/types" "^24.9.0"
+ camelcase "^5.3.1"
+ chalk "^2.0.1"
+ jest-get-type "^24.9.0"
+ leven "^3.1.0"
+ pretty-format "^24.9.0"
+
+jest-watch-typeahead@^0.3.1:
+ version "0.3.1"
+ resolved "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.3.1.tgz#47701024b64b444aa325d801b4b3a6d61ed70701"
+ integrity sha512-cDIko96c4Yqg/7mfye1eEYZ6Pvugo9mnOOhGQod3Es7/KptNv1b+9gFVaotzdqNqTlwbkA80BnWHtzV4dc+trA==
+ dependencies:
+ ansi-escapes "^3.0.0"
+ chalk "^2.4.1"
+ jest-watcher "^24.3.0"
+ slash "^2.0.0"
+ string-length "^2.0.0"
+ strip-ansi "^5.0.0"
+
+jest-watcher@^24.3.0, jest-watcher@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-watcher/-/jest-watcher-24.9.0.tgz#4b56e5d1ceff005f5b88e528dc9afc8dd4ed2b3b"
+ integrity sha512-+/fLOfKPXXYJDYlks62/4R4GoT+GU1tYZed99JSCOsmzkkF7727RqKrjNAxtfO4YpGv11wybgRvCjR73lK2GZw==
+ dependencies:
+ "@jest/test-result" "^24.9.0"
+ "@jest/types" "^24.9.0"
+ "@types/yargs" "^13.0.0"
+ ansi-escapes "^3.0.0"
+ chalk "^2.0.1"
+ jest-util "^24.9.0"
+ string-length "^2.0.0"
+
[email protected]:
+ version "24.0.0-alpha.6"
+ resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-24.0.0-alpha.6.tgz#463681b92c117c57107135c14b9b9d6cd51d80ce"
+ integrity sha512-iXtH7MR9bjWlNnlnRBcrBRrb4cSVxML96La5vsnmBvDI+mJnkP5uEt6Fgpo5Y8f3z9y2Rd7wuPnKRxqQsiU/dA==
+ dependencies:
+ merge-stream "^1.0.1"
+
+jest-worker@^24.0.0-alpha.6, jest-worker@^24.6.0, jest-worker@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5"
+ integrity sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==
+ dependencies:
+ merge-stream "^2.0.0"
+ supports-color "^6.1.0"
+
+jest@^24.8.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/jest/-/jest-24.9.0.tgz#987d290c05a08b52c56188c1002e368edb007171"
+ integrity sha512-YvkBL1Zm7d2B1+h5fHEOdyjCG+sGMz4f8D86/0HiqJ6MB4MnDc8FgP5vdWsGnemOQro7lnYo8UakZ3+5A0jxGw==
+ dependencies:
+ import-local "^2.0.0"
+ jest-cli "^24.9.0"
+
+js-levenshtein@^1.1.3:
+ version "1.1.6"
+ resolved "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
+ integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==
+
+"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
+ integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
+
+js-yaml@^3.13.1:
+ version "3.13.1"
+ resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
+ integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
+ dependencies:
+ argparse "^1.0.7"
+ esprima "^4.0.0"
+
+jsbn@~0.1.0:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
+ integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
+
+jsdom@^11.5.1:
+ version "11.12.0"
+ resolved "https://registry.npmjs.org/jsdom/-/jsdom-11.12.0.tgz#1a80d40ddd378a1de59656e9e6dc5a3ba8657bc8"
+ integrity sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==
+ dependencies:
+ abab "^2.0.0"
+ acorn "^5.5.3"
+ acorn-globals "^4.1.0"
+ array-equal "^1.0.0"
+ cssom ">= 0.3.2 < 0.4.0"
+ cssstyle "^1.0.0"
+ data-urls "^1.0.0"
+ domexception "^1.0.1"
+ escodegen "^1.9.1"
+ html-encoding-sniffer "^1.0.2"
+ left-pad "^1.3.0"
+ nwsapi "^2.0.7"
+ parse5 "4.0.0"
+ pn "^1.1.0"
+ request "^2.87.0"
+ request-promise-native "^1.0.5"
+ sax "^1.2.4"
+ symbol-tree "^3.2.2"
+ tough-cookie "^2.3.4"
+ w3c-hr-time "^1.0.1"
+ webidl-conversions "^4.0.2"
+ whatwg-encoding "^1.0.3"
+ whatwg-mimetype "^2.1.0"
+ whatwg-url "^6.4.1"
+ ws "^5.2.0"
+ xml-name-validator "^3.0.0"
+
+jsesc@^2.5.1:
+ version "2.5.2"
+ resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
+ integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
+
+jsesc@~0.5.0:
+ version "0.5.0"
+ resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
+ integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=
+
+json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
+ integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
+
+json-schema-traverse@^0.4.1:
+ version "0.4.1"
+ resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
+ integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
+
[email protected]:
+ version "0.2.3"
+ resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
+ integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
+
+json-stable-stringify@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
+ integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=
+ dependencies:
+ jsonify "~0.0.0"
+
+json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
+ version "5.0.1"
+ resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
+ integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
+
[email protected], json5@^2.1.0:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6"
+ integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==
+ dependencies:
+ minimist "^1.2.0"
+
+jsonfile@^2.1.0:
+ version "2.4.0"
+ resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
+ integrity sha1-NzaitCi4e72gzIO1P6PWM6NcKug=
+ optionalDependencies:
+ graceful-fs "^4.1.6"
+
+jsonfile@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
+ integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
+ optionalDependencies:
+ graceful-fs "^4.1.6"
+
+jsonify@~0.0.0:
+ version "0.0.0"
+ resolved "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
+ integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
+
+jsonparse@^1.2.0:
+ version "1.3.1"
+ resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
+ integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
+
+jsprim@^1.2.2:
+ version "1.4.1"
+ resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
+ integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
+ dependencies:
+ assert-plus "1.0.0"
+ extsprintf "1.3.0"
+ json-schema "0.2.3"
+ verror "1.10.0"
+
+kind-of@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz#140a3d2d41a36d2efcfa9377b62c24f8495a5c44"
+ integrity sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ=
+
+kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
+ version "3.2.2"
+ resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
+ integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=
+ dependencies:
+ is-buffer "^1.1.5"
+
+kind-of@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57"
+ integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc=
+ dependencies:
+ is-buffer "^1.1.5"
+
+kind-of@^5.0.0:
+ version "5.1.0"
+ resolved "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d"
+ integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==
+
+kind-of@^6.0.0, kind-of@^6.0.2:
+ version "6.0.2"
+ resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
+ integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==
+
+klaw@^1.0.0:
+ version "1.3.1"
+ resolved "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439"
+ integrity sha1-QIhDO0azsbolnXh4XY6W9zugJDk=
+ optionalDependencies:
+ graceful-fs "^4.1.9"
+
+kleur@^3.0.3:
+ version "3.0.3"
+ resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
+ integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
+
+konva@~2.6.0:
+ version "2.6.0"
+ resolved "https://registry.npmjs.org/konva/-/konva-2.6.0.tgz#43165b95e32a4378ce532d9113c914f4998409c3"
+ integrity sha512-LCOoavICTD9PYoAqtWo8sbxYtCiXdgEeY7vj/Sq8b2bwFmrQr9Ak0RkD4/jxAf5fcUQRL5e1zPLyfRpVndp20A==
+
+lcid@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835"
+ integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=
+ dependencies:
+ invert-kv "^1.0.0"
+
+lcid@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf"
+ integrity sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==
+ dependencies:
+ invert-kv "^2.0.0"
+
+left-pad@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
+ integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==
+
[email protected]:
+ version "3.15.0"
+ resolved "https://registry.npmjs.org/lerna/-/lerna-3.15.0.tgz#b044dba8138d7a1a8dd48ac1d80e7541bdde0d1f"
+ integrity sha512-kRIQ3bgzkmew5/WZQ0C9WjH0IUf3ZmTNnBwTHfXgLkVY7td0lbwMQFD7zehflUn0zG4ou54o/gn+IfjF0ti/5A==
+ dependencies:
+ "@lerna/add" "3.15.0"
+ "@lerna/bootstrap" "3.15.0"
+ "@lerna/changed" "3.15.0"
+ "@lerna/clean" "3.15.0"
+ "@lerna/cli" "3.13.0"
+ "@lerna/create" "3.15.0"
+ "@lerna/diff" "3.15.0"
+ "@lerna/exec" "3.15.0"
+ "@lerna/import" "3.15.0"
+ "@lerna/init" "3.15.0"
+ "@lerna/link" "3.15.0"
+ "@lerna/list" "3.15.0"
+ "@lerna/publish" "3.15.0"
+ "@lerna/run" "3.15.0"
+ "@lerna/version" "3.15.0"
+ import-local "^1.0.0"
+ npmlog "^4.1.2"
+
+leven@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
+ integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
+
+levn@~0.3.0:
+ version "0.3.0"
+ resolved "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
+ integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=
+ dependencies:
+ prelude-ls "~1.1.2"
+ type-check "~0.3.2"
+
+load-json-file@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
+ integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=
+ dependencies:
+ graceful-fs "^4.1.2"
+ parse-json "^2.2.0"
+ pify "^2.0.0"
+ pinkie-promise "^2.0.0"
+ strip-bom "^2.0.0"
+
+load-json-file@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
+ integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=
+ dependencies:
+ graceful-fs "^4.1.2"
+ parse-json "^2.2.0"
+ pify "^2.0.0"
+ strip-bom "^3.0.0"
+
+load-json-file@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
+ integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
+ dependencies:
+ graceful-fs "^4.1.2"
+ parse-json "^4.0.0"
+ pify "^3.0.0"
+ strip-bom "^3.0.0"
+
+locate-path@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
+ integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=
+ dependencies:
+ p-locate "^2.0.0"
+ path-exists "^3.0.0"
+
+locate-path@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
+ integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
+ dependencies:
+ p-locate "^3.0.0"
+ path-exists "^3.0.0"
+
+lodash-es@^4.17.11:
+ version "4.17.15"
+ resolved "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
+ integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==
+
+lodash._reinterpolate@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
+ integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
+
+lodash.clonedeep@^4.5.0:
+ version "4.5.0"
+ resolved "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
+ integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
+
+lodash.get@^4.4.2:
+ version "4.4.2"
+ resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
+ integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
+
+lodash.ismatch@^4.4.0:
+ version "4.4.0"
+ resolved "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
+ integrity sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=
+
[email protected]:
+ version "4.1.2"
+ resolved "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
+ integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
+
+lodash.pad@^4.1.0:
+ version "4.5.1"
+ resolved "https://registry.npmjs.org/lodash.pad/-/lodash.pad-4.5.1.tgz#4330949a833a7c8da22cc20f6a26c4d59debba70"
+ integrity sha1-QzCUmoM6fI2iLMIPaibE1Z3runA=
+
+lodash.padend@^4.1.0:
+ version "4.6.1"
+ resolved "https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.6.1.tgz#53ccba047d06e158d311f45da625f4e49e6f166e"
+ integrity sha1-U8y6BH0G4VjTEfRdpiX05J5vFm4=
+
+lodash.padstart@^4.1.0:
+ version "4.6.1"
+ resolved "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz#d2e3eebff0d9d39ad50f5cbd1b52a7bce6bb611b"
+ integrity sha1-0uPuv/DZ05rVD1y9G1KnvOa7YRs=
+
+lodash.set@^4.3.2:
+ version "4.3.2"
+ resolved "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
+ integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
+
+lodash.sortby@^4.7.0:
+ version "4.7.0"
+ resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
+ integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
+
+lodash.template@^4.0.2:
+ version "4.5.0"
+ resolved "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
+ integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
+ dependencies:
+ lodash._reinterpolate "^3.0.0"
+ lodash.templatesettings "^4.0.0"
+
+lodash.templatesettings@^4.0.0:
+ version "4.2.0"
+ resolved "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33"
+ integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==
+ dependencies:
+ lodash._reinterpolate "^3.0.0"
+
+lodash.throttle@^4.1.1:
+ version "4.1.1"
+ resolved "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
+ integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
+
+lodash.uniq@^4.5.0:
+ version "4.5.0"
+ resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
+ integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
+
+lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.2, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1:
+ version "4.17.15"
+ resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
+ integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
+
+loop@^3.0.6, loop@^3.3.2:
+ version "3.3.3"
+ resolved "https://registry.npmjs.org/loop/-/loop-3.3.3.tgz#9e0ff8decf24396d14ce95006184a2cfc9531547"
+ integrity sha512-YDIFD1eXm5yVr8xup01NOygk63WjP8/3ZmCcfyH88IYvremaHjla0OfBwO8jvsSBQMagAKrfcBAgn0E2smFmTw==
+ dependencies:
+ async "^3.0.0"
+ chalk "^2.4.1"
+ debug "^4.1.0"
+ lodash "^4.17.2"
+ meta-exec "^1.4.1"
+ should "^13.2.3"
+ yargs "^14.0.0"
+
+loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
+ integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
+ dependencies:
+ js-tokens "^3.0.0 || ^4.0.0"
+
+loud-rejection@^1.0.0:
+ version "1.6.0"
+ resolved "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
+ integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=
+ dependencies:
+ currently-unhandled "^0.4.1"
+ signal-exit "^3.0.0"
+
+lru-cache@^4.0.1:
+ version "4.1.5"
+ resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
+ integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
+ dependencies:
+ pseudomap "^1.0.2"
+ yallist "^2.1.2"
+
+lru-cache@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
+ integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
+ dependencies:
+ yallist "^3.0.2"
+
+macos-release@^2.2.0:
+ version "2.3.0"
+ resolved "https://registry.npmjs.org/macos-release/-/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f"
+ integrity sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA==
+
+magic-string@^0.25.2:
+ version "0.25.4"
+ resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.25.4.tgz#325b8a0a79fc423db109b77fd5a19183b7ba5143"
+ integrity sha512-oycWO9nEVAP2RVPbIoDoA4Y7LFIJ3xRYov93gAyJhZkET1tNuB0u7uWkZS2LpBWTJUWnmau/To8ECWRC+jKNfw==
+ dependencies:
+ sourcemap-codec "^1.4.4"
+
+make-dir@^1.0.0:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
+ integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==
+ dependencies:
+ pify "^3.0.0"
+
+make-dir@^2.0.0, make-dir@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
+ integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
+ dependencies:
+ pify "^4.0.1"
+ semver "^5.6.0"
+
[email protected]:
+ version "1.3.5"
+ resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8"
+ integrity sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==
+
+make-fetch-happen@^4.0.2:
+ version "4.0.2"
+ resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-4.0.2.tgz#2d156b11696fb32bffbafe1ac1bc085dd6c78a79"
+ integrity sha512-YMJrAjHSb/BordlsDEcVcPyTbiJKkzqMf48N8dAJZT9Zjctrkb6Yg4TY9Sq2AwSIQJFn5qBBKVTYt3vP5FMIHA==
+ dependencies:
+ agentkeepalive "^3.4.1"
+ cacache "^11.3.3"
+ http-cache-semantics "^3.8.1"
+ http-proxy-agent "^2.1.0"
+ https-proxy-agent "^2.2.1"
+ lru-cache "^5.1.1"
+ mississippi "^3.0.0"
+ node-fetch-npm "^2.0.2"
+ promise-retry "^1.1.1"
+ socks-proxy-agent "^4.0.0"
+ ssri "^6.0.0"
+
+make-fetch-happen@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-5.0.0.tgz#a8e3fe41d3415dd656fe7b8e8172e1fb4458b38d"
+ integrity sha512-nFr/vpL1Jc60etMVKeaLOqfGjMMb3tAHFVJWxHOFCFS04Zmd7kGlMxo0l1tzfhoQje0/UPnd0X8OeGUiXXnfPA==
+ dependencies:
+ agentkeepalive "^3.4.1"
+ cacache "^12.0.0"
+ http-cache-semantics "^3.8.1"
+ http-proxy-agent "^2.1.0"
+ https-proxy-agent "^2.2.1"
+ lru-cache "^5.1.1"
+ mississippi "^3.0.0"
+ node-fetch-npm "^2.0.2"
+ promise-retry "^1.1.1"
+ socks-proxy-agent "^4.0.0"
+ ssri "^6.0.0"
+
[email protected]:
+ version "1.0.11"
+ resolved "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c"
+ integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=
+ dependencies:
+ tmpl "1.0.x"
+
+map-age-cleaner@^0.1.1:
+ version "0.1.3"
+ resolved "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a"
+ integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==
+ dependencies:
+ p-defer "^1.0.0"
+
+map-cache@^0.2.2:
+ version "0.2.2"
+ resolved "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
+ integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
+
+map-obj@^1.0.0, map-obj@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
+ integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
+
+map-obj@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz#a65cd29087a92598b8791257a523e021222ac1f9"
+ integrity sha1-plzSkIepJZi4eRJXpSPgISIqwfk=
+
+map-visit@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
+ integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=
+ dependencies:
+ object-visit "^1.0.0"
+
+math-random@^1.0.1:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c"
+ integrity sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==
+
+mem@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76"
+ integrity sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=
+ dependencies:
+ mimic-fn "^1.0.0"
+
+mem@^4.0.0:
+ version "4.3.0"
+ resolved "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz#461af497bc4ae09608cdb2e60eefb69bff744178"
+ integrity sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==
+ dependencies:
+ map-age-cleaner "^0.1.1"
+ mimic-fn "^2.0.0"
+ p-is-promise "^2.0.0"
+
+meow@^3.3.0:
+ version "3.7.0"
+ resolved "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"
+ integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=
+ dependencies:
+ camelcase-keys "^2.0.0"
+ decamelize "^1.1.2"
+ loud-rejection "^1.0.0"
+ map-obj "^1.0.1"
+ minimist "^1.1.3"
+ normalize-package-data "^2.3.4"
+ object-assign "^4.0.1"
+ read-pkg-up "^1.0.1"
+ redent "^1.0.0"
+ trim-newlines "^1.0.0"
+
+meow@^4.0.0:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz#d48598f6f4b1472f35bf6317a95945ace347f975"
+ integrity sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==
+ dependencies:
+ camelcase-keys "^4.0.0"
+ decamelize-keys "^1.0.0"
+ loud-rejection "^1.0.0"
+ minimist "^1.1.3"
+ minimist-options "^3.0.1"
+ normalize-package-data "^2.3.4"
+ read-pkg-up "^3.0.0"
+ redent "^2.0.0"
+ trim-newlines "^2.0.0"
+
+merge-stream@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1"
+ integrity sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=
+ dependencies:
+ readable-stream "^2.0.1"
+
+merge-stream@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
+ integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
+
+merge2@^1.2.3:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/merge2/-/merge2-1.3.0.tgz#5b366ee83b2f1582c48f87e47cf1a9352103ca81"
+ integrity sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==
+
+merge@^1.2.0:
+ version "1.2.1"
+ resolved "https://registry.npmjs.org/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
+ integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==
+
+meta-exec@^1.0.0, meta-exec@^1.4.1:
+ version "1.4.1"
+ resolved "https://registry.npmjs.org/meta-exec/-/meta-exec-1.4.1.tgz#31f79577e81aec8bc34e87b3fabf136e603733e0"
+ integrity sha512-9+sPHocDf6doyx8xvCH952dksCLI0CmJ8Yaxszdg3PSOnMSEY28U8i8OsKlHKX/Sm5xYBavmefakpwC1rQ4YSA==
+ dependencies:
+ chalk "^2.0.0"
+ debug "^4.0.0"
+ get-meta-file "^1.3.1"
+
[email protected]:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/meta-git/-/meta-git-1.0.0.tgz#feec6df6e6d6932d59a50b8b0eabfdeaaa181269"
+ integrity sha512-vU75bcfbBIzdXlAEcmh0c2uG7X5jrKKq72vvZgZ9xeSx3RYIgnhKEwvd/tCAUQMk2ibkcq8uK4fGxo6Hip/v7A==
+ dependencies:
+ chalk "^2.4.1"
+ commander "^2.9.0"
+ debug "^4.1.0"
+ get-meta-file "^1.0.0"
+ loop "^3.0.6"
+ meta-exec "^1.0.0"
+ meta-loop "^1.0.0"
+
[email protected]:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/meta-init/-/meta-init-1.0.4.tgz#9d9925fa12345e1a22e2d6ef282c486002c7eec4"
+ integrity sha512-ZoofOd4uAViSfsF3xoLIPxw5mVRRrACQrR9VuFChHoCQyxiYdO9sJnn7eXZxpKFOfNNFiti8VwVOHTtQF+Tjag==
+ dependencies:
+ async "^2.3.0"
+ debug "^4.0.0"
+ get-meta-file "^1.0.0"
+ git-remote-origin-url "^3.0.0"
+ inquirer "^6.0.0"
+
[email protected]:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/meta-loop/-/meta-loop-1.0.0.tgz#971c2dc172908207b10e243214e0df26861449a2"
+ integrity sha512-4b/QkKvijN7Y1ZJYLLw9V5/xeP1b7ODY19JRL0DXcaIbjRXdDrQsFt4YZRKw2QzftDfUyp7L4ch8hkUvYhCcpw==
+ dependencies:
+ debug "^4.1.0"
+ get-meta-file "^1.0.0"
+ loop "^3.0.6"
+
+meta-loop@^1.0.0:
+ version "1.2.2"
+ resolved "https://registry.npmjs.org/meta-loop/-/meta-loop-1.2.2.tgz#45d263ea572f3b8a7b7b385b390226b9a6770856"
+ integrity sha512-B/hNJJF/gKiwrdiCh1sbbdA28o8WBBD+lD/dl3oieZAiAjLs/R5d/KECyjNliWaTruTUHXLoRbQJ43jn4Y/46Q==
+ dependencies:
+ debug "^4.1.1"
+ get-meta-file "^1.3.2"
+ loop "^3.3.2"
+
[email protected]:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/meta-project/-/meta-project-1.0.2.tgz#a03040adfa1a5342ccbbfb3b5f8a0e0990e1113f"
+ integrity sha512-yCMZFs9Q424IqTQ7Huke2f1dxbDviy0mP7Wb+b9GOg8GCq96NT1ZyJS03+dSRZMfwpYZvB4xL1qS8NPU4KybOA==
+ dependencies:
+ chalk "^2.4.1"
+ commander "^2.9.0"
+ get-meta-file "^1.0.0"
+ loop "^3.0.6"
+ meta-exec "^1.0.0"
+ mkdirp "^0.5.1"
+
+meta@^1.2.19:
+ version "1.2.19"
+ resolved "https://registry.npmjs.org/meta/-/meta-1.2.19.tgz#0d64150663184376630d12c768da1c98c34c598f"
+ integrity sha512-78Jy10cBeKPf3KL1kcyc7WG6aRf1TqNH32f+a5F6Ip+VJVd9Is0ARKwPzcclBfo9MVuWU3hjA+6+knut6bj/qQ==
+ dependencies:
+ chalk "2.4.2"
+ commander mateodelnorte/commander.js
+ debug "4.1.1"
+ meta-git "1.0.0"
+ meta-init "1.0.4"
+ meta-loop "1.0.0"
+ meta-project "1.0.2"
+ tabtab "3.0.2"
+ tildify "1.2.0"
+
+metro-babel-register@^0.49.1:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro-babel-register/-/metro-babel-register-0.49.2.tgz#746c73311135bd6c2af4d83c2cc6c5cbcf0e8a65"
+ integrity sha512-xx+SNwJ3Dl4MmSNn1RpUGc7b5pyTxXdpqpE7Fuk499rZffypVI1uhKOjKt2lwQhlyD03sXuvB/m3RdEg3mivWg==
+ dependencies:
+ "@babel/core" "^7.0.0"
+ "@babel/plugin-proposal-class-properties" "^7.0.0"
+ "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
+ "@babel/plugin-proposal-object-rest-spread" "^7.0.0"
+ "@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
+ "@babel/plugin-proposal-optional-chaining" "^7.0.0"
+ "@babel/plugin-transform-async-to-generator" "^7.0.0"
+ "@babel/plugin-transform-flow-strip-types" "^7.0.0"
+ "@babel/plugin-transform-modules-commonjs" "^7.0.0"
+ "@babel/register" "^7.0.0"
+ core-js "^2.2.2"
+ escape-string-regexp "^1.0.5"
+
[email protected]:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro-babel7-plugin-react-transform/-/metro-babel7-plugin-react-transform-0.49.2.tgz#d4c43faa6f2b91cc1b244a36a5d708ae8d39dbb2"
+ integrity sha512-LpJT8UvqF/tvVqEwiLUTMjRPhEGdI8e2dr3424XaRANba3j0nqmrbKdJQsPE8TrcqMWR4RHmfsXk0ti5QrEvJg==
+ dependencies:
+ "@babel/helper-module-imports" "^7.0.0"
+
[email protected]:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro-cache/-/metro-cache-0.49.2.tgz#355dd3dba9fbd805a7ca6f55646216d35ca98225"
+ integrity sha512-GFeK4bPQn/U9bbRlVPhu2dYMe/b/GsNOFPEResOxr0kQreHV81rs6Jzcr4pU+9HY7vFiEQ1oggnsLUmANuRyPQ==
+ dependencies:
+ jest-serializer "24.0.0-alpha.6"
+ metro-core "0.49.2"
+ mkdirp "^0.5.1"
+ rimraf "^2.5.4"
+
[email protected], metro-config@^0.49.1:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro-config/-/metro-config-0.49.2.tgz#d9dd0cc32fdb9731b4685b0019c98874a6e4443b"
+ integrity sha512-olh50qIMWd+Mj47TQeFnIW9NIquMpfq2g2NT5k+rwI38Xfk+KBnV4BamxtzZuViH7eQI06+Cdyu4NvcZffBXGg==
+ dependencies:
+ cosmiconfig "^5.0.5"
+ metro "0.49.2"
+ metro-cache "0.49.2"
+ metro-core "0.49.2"
+ pretty-format "24.0.0-alpha.6"
+
[email protected], metro-core@^0.49.1:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro-core/-/metro-core-0.49.2.tgz#e3d7f9f02454863fc047bd75c2e37d5544c72d1a"
+ integrity sha512-kqhvNPOUTUWOqfm4nFF8l0zWMp2BKO1BUx5KY7osFnVTUpDkuq9Iy433FqEFVhA2jUISrmnd0CTIPcDQyFNllQ==
+ dependencies:
+ jest-haste-map "24.0.0-alpha.6"
+ lodash.throttle "^4.1.1"
+ metro-resolver "0.49.2"
+ wordwrap "^1.0.0"
+
+metro-memory-fs@^0.49.1:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro-memory-fs/-/metro-memory-fs-0.49.2.tgz#af3128b8a60d02d4aed427558b42c8d210a5543c"
+ integrity sha512-bt7ve7iud5gU4Duo9MVMqohJ0nBxILHmQxFhDXOvJnttiDuIfQQUK84pVlo8maNkFbN8uxEJPLBjpD1DC1IOxA==
+
[email protected]:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro-minify-uglify/-/metro-minify-uglify-0.49.2.tgz#f3b8615cb0e9afd714e4952842bcb9f4d71b4822"
+ integrity sha512-LfnR5N2784pnHe5ShioNkLHyUA1unDU6iLivehX2Waxno1oIP3xKYl/u/VTDET4L8AvLwa5HFACE2hbiWjGQ2Q==
+ dependencies:
+ uglify-es "^3.1.9"
+
[email protected]:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.49.2.tgz#8d53610e044e0c9a53a03d307e1c51f9e8577abc"
+ integrity sha512-N0+4ramShYCHSAVEPUNWIZuKZskWj8/RDSoinhadHpdpHORMbMxLkexSOVHLluB+XFQ+DENLEx5oVPYwOlENBA==
+ dependencies:
+ "@babel/plugin-proposal-class-properties" "^7.0.0"
+ "@babel/plugin-proposal-export-default-from" "^7.0.0"
+ "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
+ "@babel/plugin-proposal-object-rest-spread" "^7.0.0"
+ "@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
+ "@babel/plugin-proposal-optional-chaining" "^7.0.0"
+ "@babel/plugin-syntax-dynamic-import" "^7.0.0"
+ "@babel/plugin-syntax-export-default-from" "^7.0.0"
+ "@babel/plugin-transform-arrow-functions" "^7.0.0"
+ "@babel/plugin-transform-block-scoping" "^7.0.0"
+ "@babel/plugin-transform-classes" "^7.0.0"
+ "@babel/plugin-transform-computed-properties" "^7.0.0"
+ "@babel/plugin-transform-destructuring" "^7.0.0"
+ "@babel/plugin-transform-exponentiation-operator" "^7.0.0"
+ "@babel/plugin-transform-flow-strip-types" "^7.0.0"
+ "@babel/plugin-transform-for-of" "^7.0.0"
+ "@babel/plugin-transform-function-name" "^7.0.0"
+ "@babel/plugin-transform-literals" "^7.0.0"
+ "@babel/plugin-transform-modules-commonjs" "^7.0.0"
+ "@babel/plugin-transform-object-assign" "^7.0.0"
+ "@babel/plugin-transform-parameters" "^7.0.0"
+ "@babel/plugin-transform-react-display-name" "^7.0.0"
+ "@babel/plugin-transform-react-jsx" "^7.0.0"
+ "@babel/plugin-transform-react-jsx-source" "^7.0.0"
+ "@babel/plugin-transform-regenerator" "^7.0.0"
+ "@babel/plugin-transform-runtime" "^7.0.0"
+ "@babel/plugin-transform-shorthand-properties" "^7.0.0"
+ "@babel/plugin-transform-spread" "^7.0.0"
+ "@babel/plugin-transform-sticky-regex" "^7.0.0"
+ "@babel/plugin-transform-template-literals" "^7.0.0"
+ "@babel/plugin-transform-typescript" "^7.0.0"
+ "@babel/plugin-transform-unicode-regex" "^7.0.0"
+ "@babel/template" "^7.0.0"
+ metro-babel7-plugin-react-transform "0.49.2"
+ react-transform-hmr "^1.0.4"
+
[email protected]:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.49.2.tgz#b7580d7a24fdf96170a9d4099a66b29a18e6e5f8"
+ integrity sha512-Si9/A+jNQmVWlLSi6fXSG1tDEanYu99PMz/cAvM+aZy1yX9RyqfJzHzWVdr4lrNh+4DKCgDea94B9BjezqNYyw==
+ dependencies:
+ absolute-path "^0.0.0"
+
[email protected]:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.49.2.tgz#0f9e3d0286fc9549652c99b56b7aa2aec12372e7"
+ integrity sha512-gUQ9wq8iR05QeMqRbAJ+L961LVfoNKLBXSeEzHxoDNSwZ7jFYLMKn0ofLlfMy0S1javZGisS51l5OScLt83naQ==
+ dependencies:
+ source-map "^0.5.6"
+
[email protected], metro@^0.49.1:
+ version "0.49.2"
+ resolved "https://registry.npmjs.org/metro/-/metro-0.49.2.tgz#0fd615d9f451893a0816721b46e94dcf49dda0f6"
+ integrity sha512-GSNMigeQq+QQ++qwEnWx0hjtYCZIvogn4JuqpKqOyVqNbg+aIheJPvxfDzjF9OXM5WHuNsTfGLW8n5kbUmQJSg==
+ dependencies:
+ "@babel/core" "^7.0.0"
+ "@babel/generator" "^7.0.0"
+ "@babel/parser" "^7.0.0"
+ "@babel/plugin-external-helpers" "^7.0.0"
+ "@babel/template" "^7.0.0"
+ "@babel/traverse" "^7.0.0"
+ "@babel/types" "^7.0.0"
+ absolute-path "^0.0.0"
+ async "^2.4.0"
+ babel-preset-fbjs "^3.0.1"
+ buffer-crc32 "^0.2.13"
+ chalk "^1.1.1"
+ concat-stream "^1.6.0"
+ connect "^3.6.5"
+ debug "^2.2.0"
+ denodeify "^1.2.1"
+ eventemitter3 "^3.0.0"
+ fbjs "^1.0.0"
+ fs-extra "^1.0.0"
+ graceful-fs "^4.1.3"
+ image-size "^0.6.0"
+ jest-haste-map "24.0.0-alpha.6"
+ jest-worker "24.0.0-alpha.6"
+ json-stable-stringify "^1.0.1"
+ lodash.throttle "^4.1.1"
+ merge-stream "^1.0.1"
+ metro-cache "0.49.2"
+ metro-config "0.49.2"
+ metro-core "0.49.2"
+ metro-minify-uglify "0.49.2"
+ metro-react-native-babel-preset "0.49.2"
+ metro-resolver "0.49.2"
+ metro-source-map "0.49.2"
+ mime-types "2.1.11"
+ mkdirp "^0.5.1"
+ node-fetch "^2.2.0"
+ nullthrows "^1.1.0"
+ react-transform-hmr "^1.0.4"
+ resolve "^1.5.0"
+ rimraf "^2.5.4"
+ serialize-error "^2.1.0"
+ source-map "^0.5.6"
+ temp "0.8.3"
+ throat "^4.1.0"
+ wordwrap "^1.0.0"
+ write-file-atomic "^1.2.0"
+ ws "^1.1.0"
+ xpipe "^1.0.5"
+ yargs "^9.0.0"
+
+micromatch@^2.3.11:
+ version "2.3.11"
+ resolved "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
+ integrity sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=
+ dependencies:
+ arr-diff "^2.0.0"
+ array-unique "^0.2.1"
+ braces "^1.8.2"
+ expand-brackets "^0.1.4"
+ extglob "^0.3.1"
+ filename-regex "^2.0.0"
+ is-extglob "^1.0.0"
+ is-glob "^2.0.1"
+ kind-of "^3.0.2"
+ normalize-path "^2.0.1"
+ object.omit "^2.0.0"
+ parse-glob "^3.0.4"
+ regex-cache "^0.4.2"
+
+micromatch@^3.1.10, micromatch@^3.1.4:
+ version "3.1.10"
+ resolved "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
+ integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
+ dependencies:
+ arr-diff "^4.0.0"
+ array-unique "^0.3.2"
+ braces "^2.3.1"
+ define-property "^2.0.2"
+ extend-shallow "^3.0.2"
+ extglob "^2.0.4"
+ fragment-cache "^0.2.1"
+ kind-of "^6.0.2"
+ nanomatch "^1.2.9"
+ object.pick "^1.3.0"
+ regex-not "^1.0.0"
+ snapdragon "^0.8.1"
+ to-regex "^3.0.2"
+
+micromatch@^4.0.2:
+ version "4.0.2"
+ resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
+ integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
+ dependencies:
+ braces "^3.0.1"
+ picomatch "^2.0.5"
+
[email protected]:
+ version "1.40.0"
+ resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz#a65057e998db090f732a68f6c276d387d4126c32"
+ integrity sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==
+
+"mime-db@>= 1.40.0 < 2":
+ version "1.42.0"
+ resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.42.0.tgz#3e252907b4c7adb906597b4b65636272cf9e7bac"
+ integrity sha512-UbfJCR4UAVRNgMpfImz05smAXK7+c+ZntjaA26ANtkXLlOe947Aag5zdIcKQULAiF9Cq4WxBi9jUs5zkA84bYQ==
+
+mime-db@~1.23.0:
+ version "1.23.0"
+ resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.23.0.tgz#a31b4070adaea27d732ea333740a64d0ec9a6659"
+ integrity sha1-oxtAcK2uon1zLqMzdApk0OyaZlk=
+
[email protected]:
+ version "2.1.11"
+ resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.11.tgz#c259c471bda808a85d6cd193b430a5fae4473b3c"
+ integrity sha1-wlnEcb2oCKhdbNGTtDCl+uRHOzw=
+ dependencies:
+ mime-db "~1.23.0"
+
+mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.24:
+ version "2.1.24"
+ resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz#b6f8d0b3e951efb77dedeca194cff6d16f676f81"
+ integrity sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==
+ dependencies:
+ mime-db "1.40.0"
+
[email protected], mime@^1.3.4:
+ version "1.6.0"
+ resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
+ integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
+
+mimic-fn@^1.0.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022"
+ integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==
+
+mimic-fn@^2.0.0, mimic-fn@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
+ integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
+
+min-document@^2.19.0:
+ version "2.19.0"
+ resolved "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
+ integrity sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=
+ dependencies:
+ dom-walk "^0.1.0"
+
+min-indent@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.0.tgz#cfc45c37e9ec0d8f0a0ec3dd4ef7f7c3abe39256"
+ integrity sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY=
+
+minimatch@^3.0.0, minimatch@^3.0.4:
+ version "3.0.4"
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
+ integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
+ dependencies:
+ brace-expansion "^1.1.7"
+
+minimist-options@^3.0.1:
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
+ integrity sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==
+ dependencies:
+ arrify "^1.0.1"
+ is-plain-obj "^1.1.0"
+
[email protected]:
+ version "0.0.8"
+ resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
+ integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
+
+minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
+ integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
+
+minimist@~0.0.1:
+ version "0.0.10"
+ resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
+ integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
+
+minipass@^2.3.5, minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
+ version "2.9.0"
+ resolved "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
+ integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==
+ dependencies:
+ safe-buffer "^5.1.2"
+ yallist "^3.0.0"
+
+minizlib@^1.2.1:
+ version "1.3.3"
+ resolved "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
+ integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==
+ dependencies:
+ minipass "^2.9.0"
+
+mississippi@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022"
+ integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==
+ dependencies:
+ concat-stream "^1.5.0"
+ duplexify "^3.4.2"
+ end-of-stream "^1.1.0"
+ flush-write-stream "^1.0.0"
+ from2 "^2.1.0"
+ parallel-transform "^1.1.0"
+ pump "^3.0.0"
+ pumpify "^1.3.3"
+ stream-each "^1.1.0"
+ through2 "^2.0.0"
+
+mixin-deep@^1.2.0:
+ version "1.3.2"
+ resolved "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
+ integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
+ dependencies:
+ for-in "^1.0.2"
+ is-extendable "^1.0.1"
+
[email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0:
+ version "0.5.1"
+ resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
+ integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
+ dependencies:
+ minimist "0.0.8"
+
+"mock-raf@npm:@react-spring/mock-raf":
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/@react-spring/mock-raf/-/mock-raf-1.0.0.tgz#923aeb6638db17189acd0cebe190977098e450e3"
+ integrity sha512-bXsQi4KhNOZHGeLWSgqS3/RLmAEJLbc3TvQLtpZHgYFNCzDy+aF7oAVEylruU6ARSJcQfa3+gCvMmbvVsFMsbg==
+
+modify-values@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
+ integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
+
+morgan@^1.9.0:
+ version "1.9.1"
+ resolved "https://registry.npmjs.org/morgan/-/morgan-1.9.1.tgz#0a8d16734a1d9afbc824b99df87e738e58e2da59"
+ integrity sha512-HQStPIV4y3afTiCYVxirakhlCfGkI161c76kKFca7Fk1JusM//Qeo1ej2XaMniiNeaZklMVrh3vTtIzpzwbpmA==
+ dependencies:
+ basic-auth "~2.0.0"
+ debug "2.6.9"
+ depd "~1.1.2"
+ on-finished "~2.3.0"
+ on-headers "~1.0.1"
+
+move-concurrently@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
+ integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=
+ dependencies:
+ aproba "^1.1.1"
+ copy-concurrently "^1.0.0"
+ fs-write-stream-atomic "^1.0.8"
+ mkdirp "^0.5.1"
+ rimraf "^2.5.4"
+ run-queue "^1.0.3"
+
+mri@^1.1.0:
+ version "1.1.4"
+ resolved "https://registry.npmjs.org/mri/-/mri-1.1.4.tgz#7cb1dd1b9b40905f1fac053abe25b6720f44744a"
+ integrity sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w==
+
[email protected]:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
+ integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
+
[email protected]:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
+ integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
+
+ms@^2.0.0, ms@^2.1.1:
+ version "2.1.2"
+ resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
+ integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
+
+multimatch@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/multimatch/-/multimatch-2.1.0.tgz#9c7906a22fb4c02919e2f5f75161b4cdbd4b2a2b"
+ integrity sha1-nHkGoi+0wCkZ4vX3UWG0zb1LKis=
+ dependencies:
+ array-differ "^1.0.0"
+ array-union "^1.0.1"
+ arrify "^1.0.0"
+ minimatch "^3.0.0"
+
+multimatch@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/multimatch/-/multimatch-3.0.0.tgz#0e2534cc6bc238d9ab67e1b9cd5fcd85a6dbf70b"
+ integrity sha512-22foS/gqQfANZ3o+W7ST2x25ueHDVNWl/b9OlGcLpy/iKxjCpvcNCM51YCenUi7Mt/jAjjqv8JwZRs8YP5sRjA==
+ dependencies:
+ array-differ "^2.0.3"
+ array-union "^1.0.2"
+ arrify "^1.0.1"
+ minimatch "^3.0.4"
+
[email protected]:
+ version "0.0.7"
+ resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
+ integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=
+
+mute-stream@~0.0.4:
+ version "0.0.8"
+ resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
+ integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
+
+nan@^2.12.1:
+ version "2.14.0"
+ resolved "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
+ integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
+
+nanomatch@^1.2.9:
+ version "1.2.13"
+ resolved "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
+ integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==
+ dependencies:
+ arr-diff "^4.0.0"
+ array-unique "^0.3.2"
+ define-property "^2.0.2"
+ extend-shallow "^3.0.2"
+ fragment-cache "^0.2.1"
+ is-windows "^1.0.2"
+ kind-of "^6.0.2"
+ object.pick "^1.3.0"
+ regex-not "^1.0.0"
+ snapdragon "^0.8.1"
+ to-regex "^3.0.1"
+
+natural-compare@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
+ integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
+
+needle@^2.2.1:
+ version "2.4.0"
+ resolved "https://registry.npmjs.org/needle/-/needle-2.4.0.tgz#6833e74975c444642590e15a750288c5f939b57c"
+ integrity sha512-4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg==
+ dependencies:
+ debug "^3.2.6"
+ iconv-lite "^0.4.4"
+ sax "^1.2.4"
+
[email protected]:
+ version "0.6.2"
+ resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
+ integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
+
+neo-async@^2.6.0:
+ version "2.6.1"
+ resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
+ integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
+
+nice-try@^1.0.4:
+ version "1.0.5"
+ resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
+ integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
+
+node-fetch-npm@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz#7258c9046182dca345b4208eda918daf33697ff7"
+ integrity sha512-nJIxm1QmAj4v3nfCvEeCrYSoVwXyxLnaPBK5W1W5DGEJwjlKuC2VEUycGw5oxk+4zZahRrB84PUJJgEmhFTDFw==
+ dependencies:
+ encoding "^0.1.11"
+ json-parse-better-errors "^1.0.0"
+ safe-buffer "^5.1.1"
+
+node-fetch@^1.0.1:
+ version "1.7.3"
+ resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
+ integrity sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==
+ dependencies:
+ encoding "^0.1.11"
+ is-stream "^1.0.1"
+
+node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.5.0:
+ version "2.6.0"
+ resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
+ integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
+
+node-gyp@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-4.0.0.tgz#972654af4e5dd0cd2a19081b4b46fe0442ba6f45"
+ integrity sha512-2XiryJ8sICNo6ej8d0idXDEMKfVfFK7kekGCtJAuelGsYHQxhj13KTf95swTCN2dZ/4lTfZ84Fu31jqJEEgjWA==
+ dependencies:
+ glob "^7.0.3"
+ graceful-fs "^4.1.2"
+ mkdirp "^0.5.0"
+ nopt "2 || 3"
+ npmlog "0 || 1 || 2 || 3 || 4"
+ osenv "0"
+ request "^2.87.0"
+ rimraf "2"
+ semver "~5.3.0"
+ tar "^4.4.8"
+ which "1"
+
+node-int64@^0.4.0:
+ version "0.4.0"
+ resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
+ integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
+
+node-modules-regexp@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
+ integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
+
+node-notifier@^5.2.1, node-notifier@^5.4.2:
+ version "5.4.3"
+ resolved "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.3.tgz#cb72daf94c93904098e28b9c590fd866e464bd50"
+ integrity sha512-M4UBGcs4jeOK9CjTsYwkvH6/MzuUmGCyTW+kCY7uO+1ZVr0+FHGdPdIf5CCLqAaxnRrWidyoQlNkMIIVwbKB8Q==
+ dependencies:
+ growly "^1.3.0"
+ is-wsl "^1.1.0"
+ semver "^5.5.0"
+ shellwords "^0.1.1"
+ which "^1.3.0"
+
+node-pre-gyp@^0.12.0:
+ version "0.12.0"
+ resolved "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149"
+ integrity sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A==
+ dependencies:
+ detect-libc "^1.0.2"
+ mkdirp "^0.5.1"
+ needle "^2.2.1"
+ nopt "^4.0.1"
+ npm-packlist "^1.1.6"
+ npmlog "^4.0.2"
+ rc "^1.2.7"
+ rimraf "^2.6.1"
+ semver "^5.3.0"
+ tar "^4"
+
+node-releases@^1.1.29:
+ version "1.1.35"
+ resolved "https://registry.npmjs.org/node-releases/-/node-releases-1.1.35.tgz#32a74a3cd497aa77f23d509f483475fd160e4c48"
+ integrity sha512-JGcM/wndCN/2elJlU0IGdVEJQQnJwsLbgPCFd2pY7V0mxf17bZ0Gb/lgOtL29ZQhvEX5shnVhxQyZz3ex94N8w==
+ dependencies:
+ semver "^6.3.0"
+
+"nopt@2 || 3":
+ version "3.0.6"
+ resolved "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
+ integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k=
+ dependencies:
+ abbrev "1"
+
+nopt@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
+ integrity sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=
+ dependencies:
+ abbrev "1"
+ osenv "^0.1.4"
+
+normalize-package-data@^2.0.0, normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.3.5, normalize-package-data@^2.4.0, normalize-package-data@^2.5.0:
+ version "2.5.0"
+ resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
+ integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
+ dependencies:
+ hosted-git-info "^2.1.4"
+ resolve "^1.10.0"
+ semver "2 || 3 || 4 || 5"
+ validate-npm-package-license "^3.0.1"
+
+normalize-path@^2.0.1, normalize-path@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
+ integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
+ dependencies:
+ remove-trailing-separator "^1.0.1"
+
+normalize-url@^3.3.0:
+ version "3.3.0"
+ resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
+ integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
+
+npm-bundled@^1.0.1:
+ version "1.0.6"
+ resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd"
+ integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g==
+
+npm-lifecycle@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-2.1.1.tgz#0027c09646f0fd346c5c93377bdaba59c6748fdf"
+ integrity sha512-+Vg6I60Z75V/09pdcH5iUo/99Q/vop35PaI99elvxk56azSVVsdsSsS/sXqKDNwbRRNN1qSxkcO45ZOu0yOWew==
+ dependencies:
+ byline "^5.0.0"
+ graceful-fs "^4.1.15"
+ node-gyp "^4.0.0"
+ resolve-from "^4.0.0"
+ slide "^1.1.6"
+ uid-number "0.0.6"
+ umask "^1.1.0"
+ which "^1.3.1"
+
+"npm-package-arg@^4.0.0 || ^5.0.0 || ^6.0.0", npm-package-arg@^6.0.0, npm-package-arg@^6.1.0:
+ version "6.1.1"
+ resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.1.tgz#02168cb0a49a2b75bf988a28698de7b529df5cb7"
+ integrity sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==
+ dependencies:
+ hosted-git-info "^2.7.1"
+ osenv "^0.1.5"
+ semver "^5.6.0"
+ validate-npm-package-name "^3.0.0"
+
+npm-packlist@^1.1.6, npm-packlist@^1.4.1, npm-packlist@^1.4.4:
+ version "1.4.6"
+ resolved "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.6.tgz#53ba3ed11f8523079f1457376dd379ee4ea42ff4"
+ integrity sha512-u65uQdb+qwtGvEJh/DgQgW1Xg7sqeNbmxYyrvlNznaVTjV3E5P6F/EFjM+BVHXl7JJlsdG8A64M0XI8FI/IOlg==
+ dependencies:
+ ignore-walk "^3.0.1"
+ npm-bundled "^1.0.1"
+
+npm-pick-manifest@^3.0.0:
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-3.0.2.tgz#f4d9e5fd4be2153e5f4e5f9b7be8dc419a99abb7"
+ integrity sha512-wNprTNg+X5nf+tDi+hbjdHhM4bX+mKqv6XmPh7B5eG+QY9VARfQPfCEH013H5GqfNj6ee8Ij2fg8yk0mzps1Vw==
+ dependencies:
+ figgy-pudding "^3.5.1"
+ npm-package-arg "^6.0.0"
+ semver "^5.4.1"
+
+npm-run-path@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
+ integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=
+ dependencies:
+ path-key "^2.0.0"
+
+npm-run-path@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5"
+ integrity sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==
+ dependencies:
+ path-key "^3.0.0"
+
+"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.2, npmlog@^4.1.2:
+ version "4.1.2"
+ resolved "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
+ integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
+ dependencies:
+ are-we-there-yet "~1.1.2"
+ console-control-strings "~1.1.0"
+ gauge "~2.7.3"
+ set-blocking "~2.0.0"
+
+npmlog@^2.0.4:
+ version "2.0.4"
+ resolved "https://registry.npmjs.org/npmlog/-/npmlog-2.0.4.tgz#98b52530f2514ca90d09ec5b22c8846722375692"
+ integrity sha1-mLUlMPJRTKkNCexbIsiEZyI3VpI=
+ dependencies:
+ ansi "~0.3.1"
+ are-we-there-yet "~1.1.2"
+ gauge "~1.2.5"
+
+nullthrows@^1.1.0:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1"
+ integrity sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==
+
+number-is-nan@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
+ integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
+
+nwsapi@^2.0.7:
+ version "2.1.4"
+ resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.1.4.tgz#e006a878db23636f8e8a67d33ca0e4edf61a842f"
+ integrity sha512-iGfd9Y6SFdTNldEy2L0GUhcarIutFmk+MPWIn9dmj8NMIup03G08uUF2KGbbmv/Ux4RT0VZJoP/sVbWA6d/VIw==
+
+oauth-sign@~0.9.0:
+ version "0.9.0"
+ resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
+ integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
+
+object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
+ version "4.1.1"
+ resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
+ integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
+
+object-copy@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c"
+ integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw=
+ dependencies:
+ copy-descriptor "^0.1.0"
+ define-property "^0.2.5"
+ kind-of "^3.0.3"
+
+object-inspect@^1.6.0:
+ version "1.6.0"
+ resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
+ integrity sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==
+
+object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
+ integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
+
+object-visit@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
+ integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=
+ dependencies:
+ isobject "^3.0.0"
+
+object.assign@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
+ integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
+ dependencies:
+ define-properties "^1.1.2"
+ function-bind "^1.1.1"
+ has-symbols "^1.0.0"
+ object-keys "^1.0.11"
+
+object.getownpropertydescriptors@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
+ integrity sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=
+ dependencies:
+ define-properties "^1.1.2"
+ es-abstract "^1.5.1"
+
+object.omit@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
+ integrity sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=
+ dependencies:
+ for-own "^0.1.4"
+ is-extendable "^0.1.1"
+
+object.pick@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
+ integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=
+ dependencies:
+ isobject "^3.0.1"
+
+octokit-pagination-methods@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4"
+ integrity sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==
+
+on-finished@~2.3.0:
+ version "2.3.0"
+ resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
+ integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=
+ dependencies:
+ ee-first "1.1.1"
+
+on-headers@~1.0.1, on-headers@~1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
+ integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
+
+once@^1.3.0, once@^1.3.1, once@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
+ integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
+ dependencies:
+ wrappy "1"
+
+onetime@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4"
+ integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=
+ dependencies:
+ mimic-fn "^1.0.0"
+
+onetime@^5.1.0:
+ version "5.1.0"
+ resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz#fff0f3c91617fe62bb50189636e99ac8a6df7be5"
+ integrity sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==
+ dependencies:
+ mimic-fn "^2.1.0"
+
+opn@^3.0.2:
+ version "3.0.3"
+ resolved "https://registry.npmjs.org/opn/-/opn-3.0.3.tgz#b6d99e7399f78d65c3baaffef1fb288e9b85243a"
+ integrity sha1-ttmec5n3jWXDuq/+8fsojpuFJDo=
+ dependencies:
+ object-assign "^4.0.1"
+
+optimist@^0.6.1:
+ version "0.6.1"
+ resolved "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
+ integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY=
+ dependencies:
+ minimist "~0.0.1"
+ wordwrap "~0.0.2"
+
+optionator@^0.8.1:
+ version "0.8.2"
+ resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
+ integrity sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=
+ dependencies:
+ deep-is "~0.1.3"
+ fast-levenshtein "~2.0.4"
+ levn "~0.3.0"
+ prelude-ls "~1.1.2"
+ type-check "~0.3.2"
+ wordwrap "~1.0.0"
+
+options@>=0.0.5:
+ version "0.0.6"
+ resolved "https://registry.npmjs.org/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f"
+ integrity sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=
+
+os-homedir@^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
+ integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
+
+os-locale@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2"
+ integrity sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==
+ dependencies:
+ execa "^0.7.0"
+ lcid "^1.0.0"
+ mem "^1.1.0"
+
+os-locale@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a"
+ integrity sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==
+ dependencies:
+ execa "^1.0.0"
+ lcid "^2.0.0"
+ mem "^4.0.0"
+
+os-name@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz#dec19d966296e1cd62d701a5a66ee1ddeae70801"
+ integrity sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==
+ dependencies:
+ macos-release "^2.2.0"
+ windows-release "^3.1.0"
+
+os-tmpdir@^1.0.0, os-tmpdir@~1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
+ integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
+
+osenv@0, osenv@^0.1.4, osenv@^0.1.5:
+ version "0.1.5"
+ resolved "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410"
+ integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==
+ dependencies:
+ os-homedir "^1.0.0"
+ os-tmpdir "^1.0.0"
+
+p-defer@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
+ integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=
+
+p-each-series@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/p-each-series/-/p-each-series-1.0.0.tgz#930f3d12dd1f50e7434457a22cd6f04ac6ad7f71"
+ integrity sha1-kw89Et0fUOdDRFeiLNbwSsatf3E=
+ dependencies:
+ p-reduce "^1.0.0"
+
+p-finally@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
+ integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
+
+p-finally@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
+ integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==
+
+p-is-promise@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e"
+ integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==
+
+p-limit@^1.1.0:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
+ integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
+ dependencies:
+ p-try "^1.0.0"
+
+p-limit@^2.0.0:
+ version "2.2.1"
+ resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537"
+ integrity sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==
+ dependencies:
+ p-try "^2.0.0"
+
+p-locate@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
+ integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
+ dependencies:
+ p-limit "^1.1.0"
+
+p-locate@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
+ integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
+ dependencies:
+ p-limit "^2.0.0"
+
+p-map-series@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"
+ integrity sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco=
+ dependencies:
+ p-reduce "^1.0.0"
+
+p-map@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
+ integrity sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==
+
+p-pipe@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/p-pipe/-/p-pipe-1.2.0.tgz#4b1a11399a11520a67790ee5a0c1d5881d6befe9"
+ integrity sha1-SxoROZoRUgpneQ7loMHViB1r7+k=
+
+p-queue@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/p-queue/-/p-queue-4.0.0.tgz#ed0eee8798927ed6f2c2f5f5b77fdb2061a5d346"
+ integrity sha512-3cRXXn3/O0o3+eVmUroJPSj/esxoEFIm0ZOno/T+NzG/VZgPOqQ8WKmlNqubSEpZmCIngEy34unkHGg83ZIBmg==
+ dependencies:
+ eventemitter3 "^3.1.0"
+
+p-reduce@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa"
+ integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=
+
+p-try@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
+ integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
+
+p-try@^2.0.0:
+ version "2.2.0"
+ resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
+ integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
+
+p-waterfall@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/p-waterfall/-/p-waterfall-1.0.0.tgz#7ed94b3ceb3332782353af6aae11aa9fc235bb00"
+ integrity sha1-ftlLPOszMngjU69qrhGqn8I1uwA=
+ dependencies:
+ p-reduce "^1.0.0"
+
+parallel-transform@^1.1.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc"
+ integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==
+ dependencies:
+ cyclist "^1.0.1"
+ inherits "^2.0.3"
+ readable-stream "^2.1.5"
+
+parse-github-repo-url@^1.3.0:
+ version "1.4.1"
+ resolved "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz#9e7d8bb252a6cb6ba42595060b7bf6df3dbc1f50"
+ integrity sha1-nn2LslKmy2ukJZUGC3v23z28H1A=
+
+parse-glob@^3.0.4:
+ version "3.0.4"
+ resolved "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
+ integrity sha1-ssN2z7EfNVE7rdFz7wu246OIORw=
+ dependencies:
+ glob-base "^0.3.0"
+ is-dotfile "^1.0.0"
+ is-extglob "^1.0.0"
+ is-glob "^2.0.0"
+
+parse-json@^2.2.0:
+ version "2.2.0"
+ resolved "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
+ integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=
+ dependencies:
+ error-ex "^1.2.0"
+
+parse-json@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
+ integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
+ dependencies:
+ error-ex "^1.3.1"
+ json-parse-better-errors "^1.0.1"
+
+parse-node-version@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz#e2b5dbede00e7fa9bc363607f53327e8b073189b"
+ integrity sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==
+
+parse-passwd@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
+ integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=
+
+parse-path@^4.0.0:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/parse-path/-/parse-path-4.0.1.tgz#0ec769704949778cb3b8eda5e994c32073a1adff"
+ integrity sha512-d7yhga0Oc+PwNXDvQ0Jv1BuWkLVPXcAoQ/WREgd6vNNoKYaW52KI+RdOFjI63wjkmps9yUE8VS4veP+AgpQ/hA==
+ dependencies:
+ is-ssh "^1.3.0"
+ protocols "^1.4.0"
+
+parse-url@^5.0.0:
+ version "5.0.1"
+ resolved "https://registry.npmjs.org/parse-url/-/parse-url-5.0.1.tgz#99c4084fc11be14141efa41b3d117a96fcb9527f"
+ integrity sha512-flNUPP27r3vJpROi0/R3/2efgKkyXqnXwyP1KQ2U0SfFRgdizOdWfvrrvJg1LuOoxs7GQhmxJlq23IpQ/BkByg==
+ dependencies:
+ is-ssh "^1.3.0"
+ normalize-url "^3.3.0"
+ parse-path "^4.0.0"
+ protocols "^1.4.0"
+
[email protected]:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608"
+ integrity sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==
+
+parseurl@~1.3.3:
+ version "1.3.3"
+ resolved "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
+ integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
+
+pascalcase@^0.1.1:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
+ integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
+
+path-dirname@^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
+ integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
+
+path-exists@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
+ integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=
+ dependencies:
+ pinkie-promise "^2.0.0"
+
+path-exists@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
+ integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
+
+path-is-absolute@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
+ integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
+
+path-key@^2.0.0, path-key@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
+ integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
+
+path-key@^3.0.0, path-key@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
+ integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
+
+path-parse@^1.0.6:
+ version "1.0.6"
+ resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
+ integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
+
+path-type@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
+ integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=
+ dependencies:
+ graceful-fs "^4.1.2"
+ pify "^2.0.0"
+ pinkie-promise "^2.0.0"
+
+path-type@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
+ integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=
+ dependencies:
+ pify "^2.0.0"
+
+path-type@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
+ integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
+ dependencies:
+ pify "^3.0.0"
+
+performance-now@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
+ integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
+
+picomatch@^2.0.5:
+ version "2.0.7"
+ resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
+ integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
+
+pify@^2.0.0, pify@^2.3.0:
+ version "2.3.0"
+ resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
+ integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
+
+pify@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
+ integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
+
+pify@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
+ integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
+
+pinkie-promise@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
+ integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o=
+ dependencies:
+ pinkie "^2.0.0"
+
+pinkie@^2.0.0:
+ version "2.0.4"
+ resolved "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
+ integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
+
+pirates@^4.0.0, pirates@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
+ integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==
+ dependencies:
+ node-modules-regexp "^1.0.0"
+
+pkg-dir@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
+ integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
+ dependencies:
+ find-up "^2.1.0"
+
+pkg-dir@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
+ integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==
+ dependencies:
+ find-up "^3.0.0"
+
+please-upgrade-node@^3.1.1:
+ version "3.2.0"
+ resolved "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
+ integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==
+ dependencies:
+ semver-compare "^1.0.0"
+
[email protected]:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/plist/-/plist-2.0.1.tgz#0a32ca9481b1c364e92e18dc55c876de9d01da8b"
+ integrity sha1-CjLKlIGxw2TpLhjcVch23p0B2os=
+ dependencies:
+ base64-js "1.1.2"
+ xmlbuilder "8.2.2"
+ xmldom "0.1.x"
+
+plist@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz#a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c"
+ integrity sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==
+ dependencies:
+ base64-js "^1.2.3"
+ xmlbuilder "^9.0.7"
+ xmldom "0.1.x"
+
+plugin-error@^0.1.2:
+ version "0.1.2"
+ resolved "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz#3b9bb3335ccf00f425e07437e19276967da47ace"
+ integrity sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=
+ dependencies:
+ ansi-cyan "^0.1.1"
+ ansi-red "^0.1.1"
+ arr-diff "^1.0.1"
+ arr-union "^2.0.1"
+ extend-shallow "^1.1.2"
+
+pn@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
+ integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==
+
+pointer-events-polyfill@^0.4.4-pre:
+ version "0.4.4-pre"
+ resolved "https://registry.npmjs.org/pointer-events-polyfill/-/pointer-events-polyfill-0.4.4-pre.tgz#d745eb0cef8aa3f661cdba1364b9728b46d0872f"
+ integrity sha512-t7iitVY5jW9mGOFZEHphJOzB8eMhoYaE6I5HqsUX14rjsPa9F6OlMOCj3EpqDzNb/8XtMk2BxMpOyePPyuefHw==
+
+posix-character-classes@^0.1.0:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
+ integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
+
+prelude-ls@~1.1.2:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
+ integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
+
+preserve@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
+ integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
+
+prettier@^1.18.2:
+ version "1.18.2"
+ resolved "https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
+ integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
+
[email protected]:
+ version "24.0.0-alpha.6"
+ resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-24.0.0-alpha.6.tgz#25ad2fa46b342d6278bf241c5d2114d4376fbac1"
+ integrity sha512-zG2m6YJeuzwBFqb5EIdmwYVf30sap+iMRuYNPytOccEXZMAJbPIFGKVJ/U0WjQegmnQbRo9CI7j6j3HtDaifiA==
+ dependencies:
+ ansi-regex "^4.0.0"
+ ansi-styles "^3.2.0"
+
+pretty-format@^24.0.0, pretty-format@^24.3.0, pretty-format@^24.9.0:
+ version "24.9.0"
+ resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9"
+ integrity sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==
+ dependencies:
+ "@jest/types" "^24.9.0"
+ ansi-regex "^4.0.0"
+ ansi-styles "^3.2.0"
+ react-is "^16.8.4"
+
[email protected]:
+ version "1.10.0"
+ resolved "https://registry.npmjs.org/pretty-quick/-/pretty-quick-1.10.0.tgz#d86cc46fe92ed8cfcfba6a082ec5949c53858198"
+ integrity sha512-uNvm2N3UWmnZRZrClyQI45hIbV20f5BpSyZY51Spbvn4APp9+XLyX4bCjWRGT3fGyVyQ/2/iw7dbQq1UUaq7SQ==
+ dependencies:
+ chalk "^2.3.0"
+ execa "^0.8.0"
+ find-up "^2.1.0"
+ ignore "^3.3.7"
+ mri "^1.1.0"
+ multimatch "^3.0.0"
+
+private@^0.1.6:
+ version "0.1.8"
+ resolved "https://registry.npmjs.org/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
+ integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
+
+process-nextick-args@~2.0.0:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
+ integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
+
+process@^0.11.10:
+ version "0.11.10"
+ resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
+ integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
+
+promise-inflight@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
+ integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
+
+promise-retry@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz#6739e968e3051da20ce6497fb2b50f6911df3d6d"
+ integrity sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=
+ dependencies:
+ err-code "^1.0.0"
+ retry "^0.10.0"
+
+promise@^7.1.1:
+ version "7.3.1"
+ resolved "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
+ integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==
+ dependencies:
+ asap "~2.0.3"
+
+prompt-sync@^4.1.5:
+ version "4.1.7"
+ resolved "https://registry.npmjs.org/prompt-sync/-/prompt-sync-4.1.7.tgz#8465d6a83ce35db7fcc5cb73936ba54a8f2b8517"
+ integrity sha512-EPdLWdZCgNAxF8haGg1CKOL/F5KZiRtuqgoWc1EGefX+fX+5qsB8vI52+qzl1jgADO6AiLaIcioicxRgQEy5xA==
+ dependencies:
+ strip-ansi "^5.0.0"
+
+prompts@^2.0.1:
+ version "2.2.1"
+ resolved "https://registry.npmjs.org/prompts/-/prompts-2.2.1.tgz#f901dd2a2dfee080359c0e20059b24188d75ad35"
+ integrity sha512-VObPvJiWPhpZI6C5m60XOzTfnYg/xc/an+r9VYymj9WJW3B/DIH+REzjpAACPf8brwPeP+7vz3bIim3S+AaMjw==
+ dependencies:
+ kleur "^3.0.3"
+ sisteransi "^1.0.3"
+
+promzard@^0.3.0:
+ version "0.3.0"
+ resolved "https://registry.npmjs.org/promzard/-/promzard-0.3.0.tgz#26a5d6ee8c7dee4cb12208305acfb93ba382a9ee"
+ integrity sha1-JqXW7ox97kyxIggwWs+5O6OCqe4=
+ dependencies:
+ read "1"
+
+prop-types@^15.5.8, prop-types@^15.6.2:
+ version "15.7.2"
+ resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
+ integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
+ dependencies:
+ loose-envify "^1.4.0"
+ object-assign "^4.1.1"
+ react-is "^16.8.1"
+
+proto-list@~1.2.1:
+ version "1.2.4"
+ resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
+ integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
+
+protocols@^1.1.0, protocols@^1.4.0:
+ version "1.4.7"
+ resolved "https://registry.npmjs.org/protocols/-/protocols-1.4.7.tgz#95f788a4f0e979b291ffefcf5636ad113d037d32"
+ integrity sha512-Fx65lf9/YDn3hUX08XUc0J8rSux36rEsyiv21ZGUC1mOyeM3lTRpZLcrm8aAolzS4itwVfm7TAPyxC2E5zd6xg==
+
+protoduck@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.npmjs.org/protoduck/-/protoduck-5.0.1.tgz#03c3659ca18007b69a50fd82a7ebcc516261151f"
+ integrity sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg==
+ dependencies:
+ genfun "^5.0.0"
+
+pseudomap@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
+ integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
+
+psl@^1.1.24, psl@^1.1.28:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/psl/-/psl-1.4.0.tgz#5dd26156cdb69fa1fdb8ab1991667d3f80ced7c2"
+ integrity sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw==
+
+pump@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909"
+ integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==
+ dependencies:
+ end-of-stream "^1.1.0"
+ once "^1.3.1"
+
+pump@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
+ integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
+ dependencies:
+ end-of-stream "^1.1.0"
+ once "^1.3.1"
+
+pumpify@^1.3.3:
+ version "1.5.1"
+ resolved "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce"
+ integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==
+ dependencies:
+ duplexify "^3.6.0"
+ inherits "^2.0.3"
+ pump "^2.0.0"
+
+punycode@^1.4.1:
+ version "1.4.1"
+ resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
+ integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
+
+punycode@^2.1.0, punycode@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
+ integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
+
+q@^1.5.1:
+ version "1.5.1"
+ resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
+ integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
+
+qs@~6.5.2:
+ version "6.5.2"
+ resolved "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
+ integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
+
+quick-lru@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
+ integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=
+
+randomatic@^3.0.0:
+ version "3.1.1"
+ resolved "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed"
+ integrity sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==
+ dependencies:
+ is-number "^4.0.0"
+ kind-of "^6.0.0"
+ math-random "^1.0.1"
+
+range-parser@~1.2.1:
+ version "1.2.1"
+ resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
+ integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
+
+rc@^1.2.7:
+ version "1.2.8"
+ resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
+ integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
+ dependencies:
+ deep-extend "^0.6.0"
+ ini "~1.3.0"
+ minimist "^1.2.0"
+ strip-json-comments "~2.0.1"
+
+react-clone-referenced-element@^1.0.1:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/react-clone-referenced-element/-/react-clone-referenced-element-1.1.0.tgz#9cdda7f2aeb54fea791f3ab8c6ab96c7a77d0158"
+ integrity sha512-FKOsfKbBkPxYE8576EM6uAfHC4rnMpLyH6/TJUL4WcHUEB3EUn8AxPjnnV/IiwSSzsClvHYK+sDELKN/EJ0WYg==
+
+react-deep-force-update@^1.0.0:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/react-deep-force-update/-/react-deep-force-update-1.1.2.tgz#3d2ae45c2c9040cbb1772be52f8ea1ade6ca2ee1"
+ integrity sha512-WUSQJ4P/wWcusaH+zZmbECOk7H5N2pOIl0vzheeornkIMhu+qrNdGFm0bDZLCb0hSF0jf/kH1SgkNGfBdTc4wA==
+
+react-devtools-core@^3.4.2:
+ version "3.6.3"
+ resolved "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-3.6.3.tgz#977d95b684c6ad28205f0c62e1e12c5f16675814"
+ integrity sha512-+P+eFy/yo8Z/UH9J0DqHZuUM5+RI2wl249TNvMx3J2jpUomLQa4Zxl56GEotGfw3PIP1eI+hVf1s53FlUONStQ==
+ dependencies:
+ shell-quote "^1.6.1"
+ ws "^3.3.1"
+
+react-dom@~16.8.0:
+ version "16.8.6"
+ resolved "https://registry.npmjs.org/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f"
+ integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA==
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+ prop-types "^15.6.2"
+ scheduler "^0.13.6"
+
+react-dom@~16.9.0:
+ version "16.9.0"
+ resolved "https://registry.npmjs.org/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
+ integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+ prop-types "^15.6.2"
+ scheduler "^0.15.0"
+
+react-is@^16.8.1, react-is@^16.8.4:
+ version "16.10.2"
+ resolved "https://registry.npmjs.org/react-is/-/react-is-16.10.2.tgz#984120fd4d16800e9a738208ab1fba422d23b5ab"
+ integrity sha512-INBT1QEgtcCCgvccr5/86CfD71fw9EPmDxgiJX4I2Ddr6ZsV6iFXsuby+qWJPtmNuMY0zByTsG4468P7nHuNWA==
+
+react-konva@~16.8.0:
+ version "16.8.6"
+ resolved "https://registry.npmjs.org/react-konva/-/react-konva-16.8.6.tgz#0fe7ef2b6c75eeeec71ba9ca9db1829b5889293c"
+ integrity sha512-6KRIqHyJuTTMuAehDIXvw+ZrtEj2aMc2fwolhmFlg1HBzH4PJimsMByTcEx292Afh9d38TcHdjXP1C58qqDOlg==
+ dependencies:
+ react-reconciler "^0.20.4"
+ scheduler "^0.13.6"
+
+react-native@~0.58.0:
+ version "0.58.6"
+ resolved "https://registry.npmjs.org/react-native/-/react-native-0.58.6.tgz#a6d273cd2f51b0e3b141dad5f19622e0000497b3"
+ integrity sha512-m/7L0gYXS4yHjs+PKmyurh1LLr7/tpobAX8Iv7Dwu4XT1ZcZFeCATn420E9U3nC2XsT54AmRR2Fv7VGgf+M2vQ==
+ dependencies:
+ "@babel/runtime" "^7.0.0"
+ absolute-path "^0.0.0"
+ art "^0.10.0"
+ base64-js "^1.1.2"
+ chalk "^1.1.1"
+ commander "^2.9.0"
+ compression "^1.7.1"
+ connect "^3.6.5"
+ create-react-class "^15.6.3"
+ debug "^2.2.0"
+ denodeify "^1.2.1"
+ envinfo "^5.7.0"
+ errorhandler "^1.5.0"
+ escape-string-regexp "^1.0.5"
+ event-target-shim "^1.0.5"
+ fbjs "^1.0.0"
+ fbjs-scripts "^1.0.0"
+ fs-extra "^1.0.0"
+ glob "^7.1.1"
+ graceful-fs "^4.1.3"
+ inquirer "^3.0.6"
+ lodash "^4.17.5"
+ metro "^0.49.1"
+ metro-babel-register "^0.49.1"
+ metro-config "^0.49.1"
+ metro-core "^0.49.1"
+ metro-memory-fs "^0.49.1"
+ mime "^1.3.4"
+ minimist "^1.2.0"
+ mkdirp "^0.5.1"
+ morgan "^1.9.0"
+ node-fetch "^2.2.0"
+ node-notifier "^5.2.1"
+ npmlog "^2.0.4"
+ nullthrows "^1.1.0"
+ opn "^3.0.2"
+ optimist "^0.6.1"
+ plist "^3.0.0"
+ pretty-format "24.0.0-alpha.6"
+ promise "^7.1.1"
+ prop-types "^15.5.8"
+ react-clone-referenced-element "^1.0.1"
+ react-devtools-core "^3.4.2"
+ regenerator-runtime "^0.11.0"
+ rimraf "^2.5.4"
+ semver "^5.0.3"
+ serve-static "^1.13.1"
+ shell-quote "1.6.1"
+ stacktrace-parser "^0.1.3"
+ ws "^1.1.5"
+ xcode "^1.0.0"
+ xmldoc "^0.4.0"
+ yargs "^9.0.0"
+
+react-proxy@^1.1.7:
+ version "1.1.8"
+ resolved "https://registry.npmjs.org/react-proxy/-/react-proxy-1.1.8.tgz#9dbfd9d927528c3aa9f444e4558c37830ab8c26a"
+ integrity sha1-nb/Z2SdSjDqp9ETkVYw3gwq4wmo=
+ dependencies:
+ lodash "^4.6.1"
+ react-deep-force-update "^1.0.0"
+
+react-reconciler@^0.20.4:
+ version "0.20.4"
+ resolved "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.20.4.tgz#3da6a95841592f849cb4edd3d38676c86fd920b2"
+ integrity sha512-kxERc4H32zV2lXMg/iMiwQHOtyqf15qojvkcZ5Ja2CPkjVohHw9k70pdDBwrnQhLVetUJBSYyqU3yqrlVTOajA==
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+ prop-types "^15.6.2"
+ scheduler "^0.13.6"
+
+react-three-fiber@~2.0.0:
+ version "2.0.12"
+ resolved "https://registry.npmjs.org/react-three-fiber/-/react-three-fiber-2.0.12.tgz#2f28a357ebd1cac28b38f700c83d0584c0787ea3"
+ integrity sha512-ANeRrqHlzc02FPZO/yq09K6jqRfO2zGICwkLEajEVPMk52jhZh+SNFixtDV6qQcm8RtOEMUq+xzNgI85hDe7WA==
+ dependencies:
+ "@babel/runtime" "^7.4.4"
+ "@types/three" "^0.103.2"
+ lodash-es "^4.17.11"
+ pointer-events-polyfill "^0.4.4-pre"
+ react-reconciler "^0.20.4"
+ resize-observer-polyfill "^1.5.1"
+ scheduler "0.13.3"
+
+react-transform-hmr@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/react-transform-hmr/-/react-transform-hmr-1.0.4.tgz#e1a40bd0aaefc72e8dfd7a7cda09af85066397bb"
+ integrity sha1-4aQL0Krvxy6N/Xp82gmvhQZjl7s=
+ dependencies:
+ global "^4.3.0"
+ react-proxy "^1.1.7"
+
+react-zdog@~1.0.0:
+ version "1.0.10"
+ resolved "https://registry.npmjs.org/react-zdog/-/react-zdog-1.0.10.tgz#7a53abce1c29eb303d69292a0285ad00e9d17564"
+ integrity sha512-jzXIclaOOROXZSJuHzFPIpefMaTI9Ear2Ei5yVQrB+lJqOO12nZS+NlbYn8gi3k581XTfO8EXAhchYR5/kBGAQ==
+ dependencies:
+ "@babel/runtime" "^7.4.4"
+ lodash-es "^4.17.11"
+ pointer-events-polyfill "^0.4.4-pre"
+ react-reconciler "^0.20.4"
+ resize-observer-polyfill "^1.5.1"
+ scheduler "0.13.3"
+
+react@~16.9.0:
+ version "16.9.0"
+ resolved "https://registry.npmjs.org/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
+ integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+ prop-types "^15.6.2"
+
+read-cmd-shim@^1.0.1:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.4.tgz#b4a53d43376211b45243f0072b6e603a8e37640d"
+ integrity sha512-Pqpl3qJ/QdOIjRYA0q5DND/gLvGOfpIz/fYVDGYpOXfW/lFrIttmLsBnd6IkyK10+JHU9zhsaudfvrQTBB9YFQ==
+ dependencies:
+ graceful-fs "^4.1.2"
+
+"read-package-json@1 || 2", read-package-json@^2.0.0, read-package-json@^2.0.13:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/read-package-json/-/read-package-json-2.1.0.tgz#e3d42e6c35ea5ae820d9a03ab0c7291217fc51d5"
+ integrity sha512-KLhu8M1ZZNkMcrq1+0UJbR8Dii8KZUqB0Sha4mOx/bknfKI/fyrQVrG/YIt2UOtG667sD8+ee4EXMM91W9dC+A==
+ dependencies:
+ glob "^7.1.1"
+ json-parse-better-errors "^1.0.1"
+ normalize-package-data "^2.0.0"
+ slash "^1.0.0"
+ optionalDependencies:
+ graceful-fs "^4.1.2"
+
+read-package-tree@^5.1.6:
+ version "5.3.1"
+ resolved "https://registry.npmjs.org/read-package-tree/-/read-package-tree-5.3.1.tgz#a32cb64c7f31eb8a6f31ef06f9cedf74068fe636"
+ integrity sha512-mLUDsD5JVtlZxjSlPPx1RETkNjjvQYuweKwNVt1Sn8kP5Jh44pvYuUHCp6xSVDZWbNxVxG5lyZJ921aJH61sTw==
+ dependencies:
+ read-package-json "^2.0.0"
+ readdir-scoped-modules "^1.0.0"
+ util-promisify "^2.1.0"
+
+read-pkg-up@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
+ integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=
+ dependencies:
+ find-up "^1.0.0"
+ read-pkg "^1.0.0"
+
+read-pkg-up@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
+ integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=
+ dependencies:
+ find-up "^2.0.0"
+ read-pkg "^2.0.0"
+
+read-pkg-up@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
+ integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
+ dependencies:
+ find-up "^2.0.0"
+ read-pkg "^3.0.0"
+
+read-pkg-up@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz#1b221c6088ba7799601c808f91161c66e58f8978"
+ integrity sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==
+ dependencies:
+ find-up "^3.0.0"
+ read-pkg "^3.0.0"
+
+read-pkg@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
+ integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=
+ dependencies:
+ load-json-file "^1.0.0"
+ normalize-package-data "^2.3.2"
+ path-type "^1.0.0"
+
+read-pkg@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
+ integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=
+ dependencies:
+ load-json-file "^2.0.0"
+ normalize-package-data "^2.3.2"
+ path-type "^2.0.0"
+
+read-pkg@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
+ integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
+ dependencies:
+ load-json-file "^4.0.0"
+ normalize-package-data "^2.3.2"
+ path-type "^3.0.0"
+
+read-pkg@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237"
+ integrity sha1-ljYlN48+HE1IyFhytabsfV0JMjc=
+ dependencies:
+ normalize-package-data "^2.3.2"
+ parse-json "^4.0.0"
+ pify "^3.0.0"
+
+read@1, read@~1.0.1:
+ version "1.0.7"
+ resolved "https://registry.npmjs.org/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4"
+ integrity sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=
+ dependencies:
+ mute-stream "~0.0.4"
+
+"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.6, readable-stream@~2.3.6:
+ version "2.3.6"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
+ integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==
+ dependencies:
+ core-util-is "~1.0.0"
+ inherits "~2.0.3"
+ isarray "~1.0.0"
+ process-nextick-args "~2.0.0"
+ safe-buffer "~5.1.1"
+ string_decoder "~1.1.1"
+ util-deprecate "~1.0.1"
+
+"readable-stream@2 || 3", readable-stream@^3.0.2:
+ version "3.4.0"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz#a51c26754658e0a3c21dbf59163bd45ba6f447fc"
+ integrity sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
+readdir-scoped-modules@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz#8d45407b4f870a0dcaebc0e28670d18e74514309"
+ integrity sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==
+ dependencies:
+ debuglog "^1.0.1"
+ dezalgo "^1.0.0"
+ graceful-fs "^4.1.2"
+ once "^1.3.0"
+
+realpath-native@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c"
+ integrity sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==
+ dependencies:
+ util.promisify "^1.0.0"
+
+recrawl-sync@^1.2.2:
+ version "1.2.2"
+ resolved "https://registry.npmjs.org/recrawl-sync/-/recrawl-sync-1.2.2.tgz#9d428f6120b58c00d835d6029515eb9091e63120"
+ integrity sha512-1kmDL+sr8OdCTbAv1yXvvVrzCWI58NPKh5yeKLplfMY9rbeSP3WoZ+DFSOkvyAwkqj2oDHFP70cKQdQvbpIUuA==
+ dependencies:
+ "@cush/relative" "^0.1.0"
+ glob-regex "^0.3.0"
+ tslib "^1.9.3"
+
+recrawl@^1.1.1:
+ version "1.2.2"
+ resolved "https://registry.npmjs.org/recrawl/-/recrawl-1.2.2.tgz#c95eab5c65ed101cc63704d6383f2994a85431d9"
+ integrity sha512-zmFZLG8PVsprORNNYipY6VYv86W1NngIXmLIJAwM5mKq+avf4xbWzfPtGGFzIBbhpd1rP8LS63nG3aeXANeaJA==
+ dependencies:
+ "@cush/relative" "^0.1.0"
+ glob-regex "^0.3.0"
+ tslib "^1.9.3"
+
+redent@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"
+ integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=
+ dependencies:
+ indent-string "^2.1.0"
+ strip-indent "^1.0.1"
+
+redent@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz#c1b2007b42d57eb1389079b3c8333639d5e1ccaa"
+ integrity sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=
+ dependencies:
+ indent-string "^3.0.0"
+ strip-indent "^2.0.0"
+
+redent@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"
+ integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==
+ dependencies:
+ indent-string "^4.0.0"
+ strip-indent "^3.0.0"
+
+regenerate-unicode-properties@^8.1.0:
+ version "8.1.0"
+ resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e"
+ integrity sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA==
+ dependencies:
+ regenerate "^1.4.0"
+
+regenerate@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
+ integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==
+
+regenerator-runtime@^0.11.0:
+ version "0.11.1"
+ resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
+ integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
+
+regenerator-runtime@^0.13.2:
+ version "0.13.3"
+ resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
+ integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
+
+regenerator-transform@^0.14.0:
+ version "0.14.1"
+ resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"
+ integrity sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ==
+ dependencies:
+ private "^0.1.6"
+
+regex-cache@^0.4.2:
+ version "0.4.4"
+ resolved "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
+ integrity sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==
+ dependencies:
+ is-equal-shallow "^0.1.3"
+
+regex-not@^1.0.0, regex-not@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
+ integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==
+ dependencies:
+ extend-shallow "^3.0.2"
+ safe-regex "^1.1.0"
+
+regexpu-core@^4.6.0:
+ version "4.6.0"
+ resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
+ integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==
+ dependencies:
+ regenerate "^1.4.0"
+ regenerate-unicode-properties "^8.1.0"
+ regjsgen "^0.5.0"
+ regjsparser "^0.6.0"
+ unicode-match-property-ecmascript "^1.0.4"
+ unicode-match-property-value-ecmascript "^1.1.0"
+
+regjsgen@^0.5.0:
+ version "0.5.0"
+ resolved "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.0.tgz#a7634dc08f89209c2049adda3525711fb97265dd"
+ integrity sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==
+
+regjsparser@^0.6.0:
+ version "0.6.0"
+ resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.0.tgz#f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c"
+ integrity sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==
+ dependencies:
+ jsesc "~0.5.0"
+
+remove-trailing-separator@^1.0.1:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
+ integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
+
+repeat-element@^1.1.2:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce"
+ integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==
+
+repeat-string@^1.5.2, repeat-string@^1.6.1:
+ version "1.6.1"
+ resolved "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
+ integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
+
+repeating@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda"
+ integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=
+ dependencies:
+ is-finite "^1.0.0"
+
[email protected]:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.2.tgz#339f6aababcafdb31c799ff158700336301d3346"
+ integrity sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag==
+ dependencies:
+ lodash "^4.17.11"
+
+request-promise-native@^1.0.5:
+ version "1.0.7"
+ resolved "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.7.tgz#a49868a624bdea5069f1251d0a836e0d89aa2c59"
+ integrity sha512-rIMnbBdgNViL37nZ1b3L/VfPOpSi0TqVDQPAvO6U14lMzOLrt5nilxCQqtDKhZeDiW0/hkCXGoQjhgJd/tCh6w==
+ dependencies:
+ request-promise-core "1.1.2"
+ stealthy-require "^1.1.1"
+ tough-cookie "^2.3.3"
+
+request@^2.87.0:
+ version "2.88.0"
+ resolved "https://registry.npmjs.org/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
+ integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
+ dependencies:
+ aws-sign2 "~0.7.0"
+ aws4 "^1.8.0"
+ caseless "~0.12.0"
+ combined-stream "~1.0.6"
+ extend "~3.0.2"
+ forever-agent "~0.6.1"
+ form-data "~2.3.2"
+ har-validator "~5.1.0"
+ http-signature "~1.2.0"
+ is-typedarray "~1.0.0"
+ isstream "~0.1.2"
+ json-stringify-safe "~5.0.1"
+ mime-types "~2.1.19"
+ oauth-sign "~0.9.0"
+ performance-now "^2.1.0"
+ qs "~6.5.2"
+ safe-buffer "^5.1.2"
+ tough-cookie "~2.4.3"
+ tunnel-agent "^0.6.0"
+ uuid "^3.3.2"
+
+require-directory@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
+ integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
+
+require-main-filename@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
+ integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=
+
+require-main-filename@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
+ integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
+
+resize-observer-polyfill@^1.5.1:
+ version "1.5.1"
+ resolved "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
+ integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==
+
+resolve-cwd@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
+ integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=
+ dependencies:
+ resolve-from "^3.0.0"
+
+resolve-dir@^1.0.0, resolve-dir@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43"
+ integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=
+ dependencies:
+ expand-tilde "^2.0.0"
+ global-modules "^1.0.0"
+
+resolve-from@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
+ integrity sha1-six699nWiBvItuZTM17rywoYh0g=
+
+resolve-from@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
+ integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
+
+resolve-url@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
+ integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
+
[email protected]:
+ version "1.1.7"
+ resolved "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
+ integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
+
[email protected]:
+ version "1.10.1"
+ resolved "https://registry.npmjs.org/resolve/-/resolve-1.10.1.tgz#664842ac960795bbe758221cdccda61fb64b5f18"
+ integrity sha512-KuIe4mf++td/eFb6wkaPbMDnP6kObCaEtIDuHOUED6MNUo4K670KZUHuuvYPZDxNF0WVLw49n06M2m2dXphEzA==
+ dependencies:
+ path-parse "^1.0.6"
+
[email protected], resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
+ version "1.12.0"
+ resolved "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
+ integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
+ dependencies:
+ path-parse "^1.0.6"
+
+restore-cursor@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
+ integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368=
+ dependencies:
+ onetime "^2.0.0"
+ signal-exit "^3.0.2"
+
+ret@~0.1.10:
+ version "0.1.15"
+ resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
+ integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
+
+retry@^0.10.0:
+ version "0.10.1"
+ resolved "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4"
+ integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=
+
+rimraf@2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3:
+ version "2.7.1"
+ resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
+ integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
+ dependencies:
+ glob "^7.1.3"
+
[email protected]:
+ version "2.6.3"
+ resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
+ integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
+ dependencies:
+ glob "^7.1.3"
+
+rimraf@~2.2.6:
+ version "2.2.8"
+ resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
+ integrity sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=
+
[email protected]:
+ version "4.3.2"
+ resolved "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.3.2.tgz#8c0e1bd7aa9826e90769cf76895007098ffd1413"
+ integrity sha512-KfnizE258L/4enADKX61ozfwGHoqYauvoofghFJBhFnpH9Sb9dNPpWg8QHOaAfVASUYV8w0mCx430i9z0LJoJg==
+ dependencies:
+ "@babel/helper-module-imports" "^7.0.0"
+ rollup-pluginutils "^2.3.0"
+
+rollup-plugin-dts@^1.1.0:
+ version "1.1.10"
+ resolved "https://registry.npmjs.org/rollup-plugin-dts/-/rollup-plugin-dts-1.1.10.tgz#c02af1e41ce0373761a5d91821879f37fd3ccf52"
+ integrity sha512-BYbT8cvlRW7YxDPaMZ0MWgW1LgD/ys6ZmDVWwxMJemBDUUR/hqIo7JAxtMJPlqcHtB5c3UKWZuB1WVXX1sYZkQ==
+ optionalDependencies:
+ "@babel/code-frame" "^7.5.5"
+
[email protected]:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.0.0.tgz#9bc6b8205e9936cc0e26bba2415f1ecf1e64d9b2"
+ integrity sha512-7Ni+/M5RPSUBfUaP9alwYQiIKnKeXCOHiqBpKUl9kwp3jX5ZJtgXAait1cne6pGEVUUztPD6skIKH9Kq9sNtfw==
+ dependencies:
+ builtin-modules "^3.0.0"
+ is-module "^1.0.0"
+ resolve "^1.8.1"
+
[email protected]:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-5.0.0.tgz#ac50fdb703b580447a7e6b1692aeed515a6be8cf"
+ integrity sha512-W+jJ4opYnlmNyVW0vtRufs+EGf68BIJ7bnOazgz8mgz8pA9lUyrEifAhPs5y9M16wFeAyBGaRjKip4dnFBtXaw==
+ dependencies:
+ "@babel/code-frame" "^7.0.0"
+ jest-worker "^24.6.0"
+ serialize-javascript "^1.7.0"
+ terser "^4.0.0"
+
[email protected]:
+ version "0.21.1"
+ resolved "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.21.1.tgz#91cea787c5282762f4849e334cbef6a9fdaa7564"
+ integrity sha512-jM2tn8/fUKDRmDtH++/6CHYHv2R9dxfXnuW0rxbOq1Zrxdsg4g6w+WwbK0X2ma21WQcT9l/U9bA3RO+2SBIJ/A==
+ dependencies:
+ fs-extra "7.0.1"
+ resolve "1.10.1"
+ rollup-pluginutils "2.6.0"
+ tslib "1.9.3"
+
[email protected]:
+ version "2.6.0"
+ resolved "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.6.0.tgz#203706edd43dfafeaebc355d7351119402fc83ad"
+ integrity sha512-aGQwspEF8oPKvg37u3p7h0cYNwmJR1sCBMZGZ5b9qy8HGtETknqjzcxrDRrcAnJNXN18lBH4Q9vZYth/p4n8jQ==
+ dependencies:
+ estree-walker "^0.6.0"
+ micromatch "^3.1.10"
+
+rollup-pluginutils@^2.3.0:
+ version "2.8.2"
+ resolved "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
+ integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==
+ dependencies:
+ estree-walker "^0.6.1"
+
+rollup@^1.14.4:
+ version "1.23.1"
+ resolved "https://registry.npmjs.org/rollup/-/rollup-1.23.1.tgz#0315a0f5d0dfb056e6363e1dff05b89ac2da6b8e"
+ integrity sha512-95C1GZQpr/NIA0kMUQmSjuMDQ45oZfPgDBcN0yZwBG7Kee//m7H68vgIyg+SPuyrTZ5PrXfyLK80OzXeKG5dAA==
+ dependencies:
+ "@types/estree" "*"
+ "@types/node" "*"
+ acorn "^7.1.0"
+
+rsvp@^3.3.3:
+ version "3.6.2"
+ resolved "https://registry.npmjs.org/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a"
+ integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==
+
+rsvp@^4.8.4:
+ version "4.8.5"
+ resolved "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
+ integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==
+
+run-async@^2.2.0:
+ version "2.3.0"
+ resolved "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"
+ integrity sha1-A3GrSuC91yDUFm19/aZP96RFpsA=
+ dependencies:
+ is-promise "^2.1.0"
+
+run-node@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
+ integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==
+
+run-queue@^1.0.0, run-queue@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"
+ integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=
+ dependencies:
+ aproba "^1.1.1"
+
+rx-lite-aggregates@^4.0.8:
+ version "4.0.8"
+ resolved "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89a11c95467c4ac1626c4efc4e05c67be"
+ integrity sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=
+ dependencies:
+ rx-lite "*"
+
+rx-lite@*, rx-lite@^4.0.8:
+ version "4.0.8"
+ resolved "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444"
+ integrity sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=
+
+rxjs@^6.4.0:
+ version "6.5.3"
+ resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.5.3.tgz#510e26317f4db91a7eb1de77d9dd9ba0a4899a3a"
+ integrity sha512-wuYsAYYFdWTAnAaPoKGNhfpWwKZbJW+HgAJ+mImp+Epl7BG8oNWBCTyRM8gba9k4lk8BgWdoYm21Mo/RYhhbgA==
+ dependencies:
+ tslib "^1.9.0"
+
+sade@^1.6.1:
+ version "1.6.1"
+ resolved "https://registry.npmjs.org/sade/-/sade-1.6.1.tgz#aba16655e998b2b68beb9f13938af010f42eddd2"
+ integrity sha512-USHm9quYNmJwFwhOnEuJohdnBhUOKV1mhL0koHSJMLJaesRX0nuDuzbWmtUBbUmXkwTalLtUBzDlEnU940BiQA==
+ dependencies:
+ mri "^1.1.0"
+
[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1:
+ version "5.1.2"
+ resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
+ integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
+
+safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
+ version "5.2.0"
+ resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519"
+ integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==
+
+safe-regex@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
+ integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4=
+ dependencies:
+ ret "~0.1.10"
+
+"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
+ version "2.1.2"
+ resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
+ integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
+
+sane@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/sane/-/sane-3.1.0.tgz#995193b7dc1445ef1fe41ddfca2faf9f111854c6"
+ integrity sha512-G5GClRRxT1cELXfdAq7UKtUsv8q/ZC5k8lQGmjEm4HcAl3HzBy68iglyNCmw4+0tiXPCBZntslHlRhbnsSws+Q==
+ dependencies:
+ anymatch "^2.0.0"
+ capture-exit "^1.2.0"
+ exec-sh "^0.2.0"
+ execa "^1.0.0"
+ fb-watchman "^2.0.0"
+ micromatch "^3.1.4"
+ minimist "^1.1.1"
+ walker "~1.0.5"
+ watch "~0.18.0"
+ optionalDependencies:
+ fsevents "^1.2.3"
+
+sane@^4.0.3:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded"
+ integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==
+ dependencies:
+ "@cnakazawa/watch" "^1.0.3"
+ anymatch "^2.0.0"
+ capture-exit "^2.0.0"
+ exec-sh "^0.3.2"
+ execa "^1.0.0"
+ fb-watchman "^2.0.0"
+ micromatch "^3.1.4"
+ minimist "^1.1.1"
+ walker "~1.0.5"
+
+sax@^1.2.4:
+ version "1.2.4"
+ resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
+ integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
+
+sax@~1.1.1:
+ version "1.1.6"
+ resolved "https://registry.npmjs.org/sax/-/sax-1.1.6.tgz#5d616be8a5e607d54e114afae55b7eaf2fcc3240"
+ integrity sha1-XWFr6KXmB9VOEUr65Vt+ry/MMkA=
+
+saxon@^0.1.15:
+ version "0.1.15"
+ resolved "https://registry.npmjs.org/saxon/-/saxon-0.1.15.tgz#67d5b5f6f879bac43c28ba45ca7ef6765e2aef9a"
+ integrity sha512-xltyd5kHYv+x3E1odAxvFKfbMFdDHJZcASoh3RltTuFRgmg1WWzs6EjWB2SMIVx5XcDc6HUDpsNJPKdUmgQbQw==
+ dependencies:
+ graceful-fs "^4.1.11"
+
[email protected]:
+ version "0.13.3"
+ resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.13.3.tgz#bed3c5850f62ea9c716a4d781f9daeb9b2a58896"
+ integrity sha512-UxN5QRYWtpR1egNWzJcVLk8jlegxAugswQc984lD3kU7NuobsO37/sRfbpTdBjtnD5TBNFA2Q2oLV5+UmPSmEQ==
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+
+scheduler@^0.13.6:
+ version "0.13.6"
+ resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889"
+ integrity sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ==
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+
+scheduler@^0.15.0:
+ version "0.15.0"
+ resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
+ integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+
+semver-compare@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
+ integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w=
+
+"semver@2 || 3 || 4 || 5", "[email protected] || 3.x || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0:
+ version "5.7.1"
+ resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
+ integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
+
+semver@^6.0.0, semver@^6.2.0, semver@^6.3.0:
+ version "6.3.0"
+ resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
+ integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
+
+semver@~5.3.0:
+ version "5.3.0"
+ resolved "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
+ integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8=
+
[email protected]:
+ version "0.17.1"
+ resolved "https://registry.npmjs.org/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
+ integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==
+ dependencies:
+ debug "2.6.9"
+ depd "~1.1.2"
+ destroy "~1.0.4"
+ encodeurl "~1.0.2"
+ escape-html "~1.0.3"
+ etag "~1.8.1"
+ fresh "0.5.2"
+ http-errors "~1.7.2"
+ mime "1.6.0"
+ ms "2.1.1"
+ on-finished "~2.3.0"
+ range-parser "~1.2.1"
+ statuses "~1.5.0"
+
+serialize-error@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a"
+ integrity sha1-ULZ51WNc34Rme9yOWa9OW4HV9go=
+
+serialize-javascript@^1.7.0:
+ version "1.9.1"
+ resolved "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz#cfc200aef77b600c47da9bb8149c943e798c2fdb"
+ integrity sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==
+
+serve-static@^1.13.1:
+ version "1.14.1"
+ resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9"
+ integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==
+ dependencies:
+ encodeurl "~1.0.2"
+ escape-html "~1.0.3"
+ parseurl "~1.3.3"
+ send "0.17.1"
+
+set-blocking@^2.0.0, set-blocking@~2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
+ integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
+
+set-value@^2.0.0, set-value@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
+ integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==
+ dependencies:
+ extend-shallow "^2.0.1"
+ is-extendable "^0.1.1"
+ is-plain-object "^2.0.3"
+ split-string "^3.0.1"
+
+setimmediate@^1.0.5:
+ version "1.0.5"
+ resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
+ integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
+
[email protected]:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
+ integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
+
+"shared@link:packages/shared":
+ version "0.0.0"
+ uid ""
+
+shebang-command@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
+ integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
+ dependencies:
+ shebang-regex "^1.0.0"
+
+shebang-command@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
+ dependencies:
+ shebang-regex "^3.0.0"
+
+shebang-regex@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
+ integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
+
+shebang-regex@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
+
[email protected]:
+ version "1.6.1"
+ resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767"
+ integrity sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=
+ dependencies:
+ array-filter "~0.0.0"
+ array-map "~0.0.0"
+ array-reduce "~0.0.0"
+ jsonify "~0.0.0"
+
+shell-quote@^1.6.1:
+ version "1.7.2"
+ resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
+ integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
+
+shellwords@^0.1.1:
+ version "0.1.1"
+ resolved "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
+ integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
+
+should-equal@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/should-equal/-/should-equal-2.0.0.tgz#6072cf83047360867e68e98b09d71143d04ee0c3"
+ integrity sha512-ZP36TMrK9euEuWQYBig9W55WPC7uo37qzAEmbjHz4gfyuXrEUgF8cUvQVO+w+d3OMfPvSRQJ22lSm8MQJ43LTA==
+ dependencies:
+ should-type "^1.4.0"
+
+should-format@^3.0.3:
+ version "3.0.3"
+ resolved "https://registry.npmjs.org/should-format/-/should-format-3.0.3.tgz#9bfc8f74fa39205c53d38c34d717303e277124f1"
+ integrity sha1-m/yPdPo5IFxT04w01xcwPidxJPE=
+ dependencies:
+ should-type "^1.3.0"
+ should-type-adaptors "^1.0.1"
+
+should-type-adaptors@^1.0.1:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/should-type-adaptors/-/should-type-adaptors-1.1.0.tgz#401e7f33b5533033944d5cd8bf2b65027792e27a"
+ integrity sha512-JA4hdoLnN+kebEp2Vs8eBe9g7uy0zbRo+RMcU0EsNy+R+k049Ki+N5tT5Jagst2g7EAja+euFuoXFCa8vIklfA==
+ dependencies:
+ should-type "^1.3.0"
+ should-util "^1.0.0"
+
+should-type@^1.3.0, should-type@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/should-type/-/should-type-1.4.0.tgz#0756d8ce846dfd09843a6947719dfa0d4cff5cf3"
+ integrity sha1-B1bYzoRt/QmEOmlHcZ36DUz/XPM=
+
+should-util@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/should-util/-/should-util-1.0.1.tgz#fb0d71338f532a3a149213639e2d32cbea8bcb28"
+ integrity sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g==
+
+should@^13.2.3:
+ version "13.2.3"
+ resolved "https://registry.npmjs.org/should/-/should-13.2.3.tgz#96d8e5acf3e97b49d89b51feaa5ae8d07ef58f10"
+ integrity sha512-ggLesLtu2xp+ZxI+ysJTmNjh2U0TsC+rQ/pfED9bUZZ4DKefP27D+7YJVVTvKsmjLpIi9jAa7itwDGkDDmt1GQ==
+ dependencies:
+ should-equal "^2.0.0"
+ should-format "^3.0.3"
+ should-type "^1.4.0"
+ should-type-adaptors "^1.0.1"
+ should-util "^1.0.0"
+
+signal-exit@^3.0.0, signal-exit@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
+ integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=
+
+simple-plist@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.npmjs.org/simple-plist/-/simple-plist-0.2.1.tgz#71766db352326928cf3a807242ba762322636723"
+ integrity sha1-cXZts1IyaSjPOoByQrp2IyJjZyM=
+ dependencies:
+ bplist-creator "0.0.7"
+ bplist-parser "0.1.1"
+ plist "2.0.1"
+
+sisteransi@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.3.tgz#98168d62b79e3a5e758e27ae63c4a053d748f4eb"
+ integrity sha512-SbEG75TzH8G7eVXFSN5f9EExILKfly7SUvVY5DhhYLvfhKqhDFY0OzevWa/zwak0RLRfWS5AvfMWpd9gJvr5Yg==
+
+slash@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
+ integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
+
+slash@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
+ integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
+
+slide@^1.1.5, slide@^1.1.6:
+ version "1.1.6"
+ resolved "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707"
+ integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=
+
[email protected]:
+ version "4.0.2"
+ resolved "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.0.2.tgz#5207858c3815cc69110703c6b94e46c15634395d"
+ integrity sha512-JDhEpTKzXusOqXZ0BUIdH+CjFdO/CR3tLlf5CN34IypI+xMmXW1uB16OOY8z3cICbJlDAVJzNbwBhNO0wt9OAw==
+
+snapdragon-node@^2.0.1:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
+ integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==
+ dependencies:
+ define-property "^1.0.0"
+ isobject "^3.0.0"
+ snapdragon-util "^3.0.1"
+
+snapdragon-util@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2"
+ integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==
+ dependencies:
+ kind-of "^3.2.0"
+
+snapdragon@^0.8.1:
+ version "0.8.2"
+ resolved "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d"
+ integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==
+ dependencies:
+ base "^0.11.1"
+ debug "^2.2.0"
+ define-property "^0.2.5"
+ extend-shallow "^2.0.1"
+ map-cache "^0.2.2"
+ source-map "^0.5.6"
+ source-map-resolve "^0.5.0"
+ use "^3.1.0"
+
+socks-proxy-agent@^4.0.0:
+ version "4.0.2"
+ resolved "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz#3c8991f3145b2799e70e11bd5fbc8b1963116386"
+ integrity sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg==
+ dependencies:
+ agent-base "~4.2.1"
+ socks "~2.3.2"
+
+socks@~2.3.2:
+ version "2.3.2"
+ resolved "https://registry.npmjs.org/socks/-/socks-2.3.2.tgz#ade388e9e6d87fdb11649c15746c578922a5883e"
+ integrity sha512-pCpjxQgOByDHLlNqlnh/mNSAxIUkyBBuwwhTcV+enZGbDaClPvHdvm6uvOwZfFJkam7cGhBNbb4JxiP8UZkRvQ==
+ dependencies:
+ ip "^1.1.5"
+ smart-buffer "4.0.2"
+
+sort-keys@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128"
+ integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=
+ dependencies:
+ is-plain-obj "^1.0.0"
+
+sort-object-keys@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.2.tgz#d3a6c48dc2ac97e6bc94367696e03f6d09d37952"
+ integrity sha1-06bEjcKsl+a8lDZ2luA/bQnTeVI=
+
[email protected]:
+ version "1.22.1"
+ resolved "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.22.1.tgz#384ce7a098cd13be4109800d5ce2f0cf7826052e"
+ integrity sha512-uVINQraFQvnlzNHFnQOT4MYy0qonIEzKwhrI2yrTiQjNo5QF4h3ffrnCk7a95QAwoK/RdkO/w8W9tJIcaOWC7g==
+ dependencies:
+ detect-indent "^5.0.0"
+ sort-object-keys "^1.1.2"
+
+source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
+ version "0.5.2"
+ resolved "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259"
+ integrity sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==
+ dependencies:
+ atob "^2.1.1"
+ decode-uri-component "^0.2.0"
+ resolve-url "^0.2.1"
+ source-map-url "^0.4.0"
+ urix "^0.1.0"
+
+source-map-support@^0.5.6, source-map-support@^0.5.9, source-map-support@~0.5.12:
+ version "0.5.13"
+ resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
+ integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==
+ dependencies:
+ buffer-from "^1.0.0"
+ source-map "^0.6.0"
+
+source-map-url@^0.4.0:
+ version "0.4.0"
+ resolved "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
+ integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
+
+source-map@^0.5.0, source-map@^0.5.6:
+ version "0.5.7"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
+ integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
+
+source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
+ version "0.6.1"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
+ integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
+
+sourcemap-codec@^1.4.4:
+ version "1.4.6"
+ resolved "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.6.tgz#e30a74f0402bad09807640d39e971090a08ce1e9"
+ integrity sha512-1ZooVLYFxC448piVLBbtOxFcXwnymH9oUF8nRd3CuYDVvkRBxRl6pB4Mtas5a4drtL+E8LDgFkQNcgIw6tc8Hg==
+
+spdx-correct@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4"
+ integrity sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==
+ dependencies:
+ spdx-expression-parse "^3.0.0"
+ spdx-license-ids "^3.0.0"
+
+spdx-exceptions@^2.1.0:
+ version "2.2.0"
+ resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977"
+ integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==
+
+spdx-expression-parse@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0"
+ integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==
+ dependencies:
+ spdx-exceptions "^2.1.0"
+ spdx-license-ids "^3.0.0"
+
+spdx-license-ids@^3.0.0:
+ version "3.0.5"
+ resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654"
+ integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==
+
[email protected]:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/spec.ts/-/spec.ts-1.1.3.tgz#2951ed40a984386fdd5bb287719e67a1ceaafff1"
+ integrity sha512-xDzHAwbHqe9OIHT1c+pnVpVuYSHNC5vk51aFKKoql2aH1RCzHplkd7MoSV7uLfzgm3GmlfpAfwLtfH2T3lQMmw==
+
+split-string@^3.0.1, split-string@^3.0.2:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
+ integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==
+ dependencies:
+ extend-shallow "^3.0.0"
+
+split2@^2.0.0:
+ version "2.2.0"
+ resolved "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz#186b2575bcf83e85b7d18465756238ee4ee42493"
+ integrity sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==
+ dependencies:
+ through2 "^2.0.2"
+
+split@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
+ integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
+ dependencies:
+ through "2"
+
+sprintf-js@~1.0.2:
+ version "1.0.3"
+ resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
+ integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
+
+sshpk@^1.7.0:
+ version "1.16.1"
+ resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
+ integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==
+ dependencies:
+ asn1 "~0.2.3"
+ assert-plus "^1.0.0"
+ bcrypt-pbkdf "^1.0.0"
+ dashdash "^1.12.0"
+ ecc-jsbn "~0.1.1"
+ getpass "^0.1.1"
+ jsbn "~0.1.0"
+ safer-buffer "^2.0.2"
+ tweetnacl "~0.14.0"
+
+ssri@^6.0.0, ssri@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8"
+ integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==
+ dependencies:
+ figgy-pudding "^3.5.1"
+
+stack-utils@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
+ integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==
+
+stacktrace-parser@^0.1.3:
+ version "0.1.7"
+ resolved "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.7.tgz#9ed005638a5e79dcf256611da1dfb4871e6fd14d"
+ integrity sha512-Evm+NuZ2ZTwGazsbsZC+EV1EGsvyxgIvtNwbyFfeXaq/8L78M5Kdh0qpmQaTkUpbOAKbbPP7c7qZa7u8XFsrUA==
+ dependencies:
+ type-fest "^0.7.1"
+
+static-extend@^0.1.1:
+ version "0.1.2"
+ resolved "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
+ integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=
+ dependencies:
+ define-property "^0.2.5"
+ object-copy "^0.1.0"
+
+"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
+ version "1.5.0"
+ resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
+ integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
+
+stealthy-require@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
+ integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
+
+stream-buffers@~2.2.0:
+ version "2.2.0"
+ resolved "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
+ integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
+
+stream-each@^1.1.0:
+ version "1.2.3"
+ resolved "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"
+ integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==
+ dependencies:
+ end-of-stream "^1.1.0"
+ stream-shift "^1.0.0"
+
+stream-shift@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952"
+ integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=
+
+string-length@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed"
+ integrity sha1-1A27aGo6zpYMHP/KVivyxF+DY+0=
+ dependencies:
+ astral-regex "^1.0.0"
+ strip-ansi "^4.0.0"
+
+string-width@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
+ integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
+ dependencies:
+ code-point-at "^1.0.0"
+ is-fullwidth-code-point "^1.0.0"
+ strip-ansi "^3.0.0"
+
+"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
+ integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
+ dependencies:
+ is-fullwidth-code-point "^2.0.0"
+ strip-ansi "^4.0.0"
+
+string-width@^3.0.0, string-width@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
+ integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
+ dependencies:
+ emoji-regex "^7.0.1"
+ is-fullwidth-code-point "^2.0.0"
+ strip-ansi "^5.1.0"
+
+string.prototype.trimleft@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
+ integrity sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==
+ dependencies:
+ define-properties "^1.1.3"
+ function-bind "^1.1.1"
+
+string.prototype.trimright@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
+ integrity sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==
+ dependencies:
+ define-properties "^1.1.3"
+ function-bind "^1.1.1"
+
+string_decoder@^1.1.1:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
+ integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
+ dependencies:
+ safe-buffer "~5.2.0"
+
+string_decoder@~1.1.1:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
+ integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
+ dependencies:
+ safe-buffer "~5.1.0"
+
+strip-ansi@^3.0.0, strip-ansi@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
+ integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
+ dependencies:
+ ansi-regex "^2.0.0"
+
+strip-ansi@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
+ integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8=
+ dependencies:
+ ansi-regex "^3.0.0"
+
+strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
+ version "5.2.0"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
+ integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
+ dependencies:
+ ansi-regex "^4.1.0"
+
+strip-bom@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
+ integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=
+ dependencies:
+ is-utf8 "^0.2.0"
+
+strip-bom@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
+ integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
+
+strip-eof@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
+ integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
+
+strip-final-newline@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
+ integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
+
+strip-indent@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2"
+ integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=
+ dependencies:
+ get-stdin "^4.0.1"
+
+strip-indent@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
+ integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
+
+strip-indent@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
+ integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
+ dependencies:
+ min-indent "^1.0.0"
+
+strip-json-comments@~2.0.1:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
+ integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
+
+strong-log-transformer@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz#0f5ed78d325e0421ac6f90f7f10e691d6ae3ae10"
+ integrity sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==
+ dependencies:
+ duplexer "^0.1.1"
+ minimist "^1.2.0"
+ through "^2.3.4"
+
+supports-color@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
+ integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
+
+supports-color@^5.3.0:
+ version "5.5.0"
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
+ integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
+ dependencies:
+ has-flag "^3.0.0"
+
+supports-color@^6.1.0:
+ version "6.1.0"
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
+ integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
+ dependencies:
+ has-flag "^3.0.0"
+
+symbol-tree@^3.2.2:
+ version "3.2.4"
+ resolved "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
+ integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
+
[email protected]:
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/tabtab/-/tabtab-3.0.2.tgz#a2cea0f1035f88d145d7da77eaabbd3fe03e1ec9"
+ integrity sha512-jANKmUe0sIQc/zTALTBy186PoM/k6aPrh3A7p6AaAfF6WPSbTx1JYeGIGH162btpH+mmVEXln+UxwViZHO2Jhg==
+ dependencies:
+ debug "^4.0.1"
+ es6-promisify "^6.0.0"
+ inquirer "^6.0.0"
+ minimist "^1.2.0"
+ mkdirp "^0.5.1"
+ untildify "^3.0.3"
+
+tar@^4, tar@^4.4.10, tar@^4.4.8:
+ version "4.4.13"
+ resolved "https://registry.npmjs.org/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
+ integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==
+ dependencies:
+ chownr "^1.1.1"
+ fs-minipass "^1.2.5"
+ minipass "^2.8.6"
+ minizlib "^1.2.1"
+ mkdirp "^0.5.0"
+ safe-buffer "^5.1.2"
+ yallist "^3.0.3"
+
+temp-dir@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
+ integrity sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=
+
+temp-write@^3.4.0:
+ version "3.4.0"
+ resolved "https://registry.npmjs.org/temp-write/-/temp-write-3.4.0.tgz#8cff630fb7e9da05f047c74ce4ce4d685457d492"
+ integrity sha1-jP9jD7fp2gXwR8dM5M5NaFRX1JI=
+ dependencies:
+ graceful-fs "^4.1.2"
+ is-stream "^1.1.0"
+ make-dir "^1.0.0"
+ pify "^3.0.0"
+ temp-dir "^1.0.0"
+ uuid "^3.0.1"
+
[email protected]:
+ version "0.8.3"
+ resolved "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz#e0c6bc4d26b903124410e4fed81103014dfc1f59"
+ integrity sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k=
+ dependencies:
+ os-tmpdir "^1.0.0"
+ rimraf "~2.2.6"
+
+terser@^4.0.0:
+ version "4.3.8"
+ resolved "https://registry.npmjs.org/terser/-/terser-4.3.8.tgz#707f05f3f4c1c70c840e626addfdb1c158a17136"
+ integrity sha512-otmIRlRVmLChAWsnSFNO0Bfk6YySuBp6G9qrHiJwlLDd4mxe2ta4sjI7TzIR+W1nBMjilzrMcPOz9pSusgx3hQ==
+ dependencies:
+ commander "^2.20.0"
+ source-map "~0.6.1"
+ source-map-support "~0.5.12"
+
+test-exclude@^5.2.3:
+ version "5.2.3"
+ resolved "https://registry.npmjs.org/test-exclude/-/test-exclude-5.2.3.tgz#c3d3e1e311eb7ee405e092dac10aefd09091eac0"
+ integrity sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==
+ dependencies:
+ glob "^7.1.3"
+ minimatch "^3.0.4"
+ read-pkg-up "^4.0.0"
+ require-main-filename "^2.0.0"
+
+text-extensions@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-2.0.0.tgz#43eabd1b495482fae4a2bf65e5f56c29f69220f6"
+ integrity sha512-F91ZqLgvi1E0PdvmxMgp+gcf6q8fMH7mhdwWfzXnl1k+GbpQDmi8l7DzLC5JTASKbwpY3TfxajAUzAXcv2NmsQ==
+
+three@*:
+ version "0.109.0"
+ resolved "https://registry.npmjs.org/three/-/three-0.109.0.tgz#611c9ef860d10bd107695cead6c6abcd2422e5fd"
+ integrity sha512-XT99T3Hvgh2CEvwPdHYEunNE+clLK6KiT1U8En7YOgIqTUw4MrLeIc8zxQAJ6wbP8hhJaY5+Cff3jwBPpBa0gA==
+
+three@~0.104.0:
+ version "0.104.0"
+ resolved "https://registry.npmjs.org/three/-/three-0.104.0.tgz#9ad1da492153b753a89e0df066631215bd9d9087"
+ integrity sha512-q617IMBC5k40U2E9UC4/LtmhzTOOLB1jGMIooUL+QrhZ7abiGCSDrKrpCDt9V8RTl6xw+0FYfA1PYsIPKbQOgg==
+
+throat@^4.0.0, throat@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
+ integrity sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=
+
+through2@^2.0.0, through2@^2.0.2:
+ version "2.0.5"
+ resolved "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
+ integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
+ dependencies:
+ readable-stream "~2.3.6"
+ xtend "~4.0.1"
+
+through2@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz#39276e713c3302edf9e388dd9c812dd3b825bd5a"
+ integrity sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==
+ dependencies:
+ readable-stream "2 || 3"
+
+through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6:
+ version "2.3.8"
+ resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
+ integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
+
[email protected]:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz#dcec03f55dca9b7aa3e5b04f21817eb56e63588a"
+ integrity sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=
+ dependencies:
+ os-homedir "^1.0.0"
+
+tildify@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/tildify/-/tildify-2.0.0.tgz#f205f3674d677ce698b7067a99e949ce03b4754a"
+ integrity sha512-Cc+OraorugtXNfs50hU9KS369rFXCfgGLpfCfvlc+Ud5u6VWmUQsOAa9HbTvheQdYnrdJqqv1e5oIqXppMYnSw==
+
+time-stamp@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz#764a5a11af50561921b133f3b44e618687e0f5c3"
+ integrity sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=
+
+tmp@^0.0.33:
+ version "0.0.33"
+ resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
+ integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
+ dependencies:
+ os-tmpdir "~1.0.2"
+
[email protected]:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
+ integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
+
+to-fast-properties@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
+ integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
+
+to-object-path@^0.3.0:
+ version "0.3.0"
+ resolved "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
+ integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=
+ dependencies:
+ kind-of "^3.0.2"
+
+to-regex-range@^2.1.0:
+ version "2.1.1"
+ resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38"
+ integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=
+ dependencies:
+ is-number "^3.0.0"
+ repeat-string "^1.6.1"
+
+to-regex-range@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
+ integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
+ dependencies:
+ is-number "^7.0.0"
+
+to-regex@^3.0.1, to-regex@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
+ integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==
+ dependencies:
+ define-property "^2.0.2"
+ extend-shallow "^3.0.2"
+ regex-not "^1.0.2"
+ safe-regex "^1.1.0"
+
[email protected]:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
+ integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
+
+tough-cookie@^2.3.3, tough-cookie@^2.3.4:
+ version "2.5.0"
+ resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
+ integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
+ dependencies:
+ psl "^1.1.28"
+ punycode "^2.1.1"
+
+tough-cookie@~2.4.3:
+ version "2.4.3"
+ resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
+ integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==
+ dependencies:
+ psl "^1.1.24"
+ punycode "^1.4.1"
+
+tr46@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
+ integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=
+ dependencies:
+ punycode "^2.1.0"
+
+trim-newlines@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
+ integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
+
+trim-newlines@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20"
+ integrity sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=
+
+trim-off-newlines@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
+ integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
+
+ts-jest@^24.0.2:
+ version "24.1.0"
+ resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-24.1.0.tgz#2eaa813271a2987b7e6c3fefbda196301c131734"
+ integrity sha512-HEGfrIEAZKfu1pkaxB9au17b1d9b56YZSqz5eCVE8mX68+5reOvlM93xGOzzCREIov9mdH7JBG+s0UyNAqr0tQ==
+ dependencies:
+ bs-logger "0.x"
+ buffer-from "1.x"
+ fast-json-stable-stringify "2.x"
+ json5 "2.x"
+ lodash.memoize "4.x"
+ make-error "1.x"
+ mkdirp "0.x"
+ resolve "1.x"
+ semver "^5.5"
+ yargs-parser "10.x"
+
[email protected]:
+ version "1.9.3"
+ resolved "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
+ integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
+
+tslib@^1.9.0, tslib@^1.9.3:
+ version "1.10.0"
+ resolved "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
+ integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
+
+tunnel-agent@^0.6.0:
+ version "0.6.0"
+ resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
+ integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=
+ dependencies:
+ safe-buffer "^5.0.1"
+
+tweetnacl@^0.14.3, tweetnacl@~0.14.0:
+ version "0.14.5"
+ resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
+ integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
+
+type-check@~0.3.2:
+ version "0.3.2"
+ resolved "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
+ integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=
+ dependencies:
+ prelude-ls "~1.1.2"
+
+type-fest@^0.7.1:
+ version "0.7.1"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48"
+ integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==
+
+typedarray@^0.0.6:
+ version "0.0.6"
+ resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
+ integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
+
+typescript-rewrite-paths@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/typescript-rewrite-paths/-/typescript-rewrite-paths-1.2.0.tgz#0c90cb7de90da787cd669bea42ecb70e3ab18f4d"
+ integrity sha512-4rYNw8He/RFQttZKrnkU8PVTPfRaOUYBGuT/oKQZY0/xLSELV6UrAgFRLOcGn2icLuxWcQa7eZnNHXo03nzU9w==
+ dependencies:
+ magic-string "^0.25.2"
+
+typescript-snapshots-plugin@^1.7.0:
+ version "1.7.0"
+ resolved "https://registry.npmjs.org/typescript-snapshots-plugin/-/typescript-snapshots-plugin-1.7.0.tgz#14c7699381e2244a37e4273a68fd11fd2bb480a9"
+ integrity sha512-mWoH2E7/LnXy19YaJKKTWQCajRAdyFMNeMpUFN8XqB0zf/cNTM5JiiGpdpXtzjb3iyzwSEWcGqD8WA0XRp5eug==
+
[email protected]:
+ version "3.6.2"
+ resolved "https://registry.npmjs.org/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54"
+ integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw==
+
+ua-parser-js@^0.7.18:
+ version "0.7.20"
+ resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.20.tgz#7527178b82f6a62a0f243d1f94fd30e3e3c21098"
+ integrity sha512-8OaIKfzL5cpx8eCMAhhvTlft8GYF8b2eQr6JkCyVdrgjcytyOmPCXrqXFcUnhonRpLlh5yxEZVohm6mzaowUOw==
+
+uglify-es@^3.1.9:
+ version "3.3.9"
+ resolved "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"
+ integrity sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==
+ dependencies:
+ commander "~2.13.0"
+ source-map "~0.6.1"
+
+uglify-js@^3.1.4:
+ version "3.6.1"
+ resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.1.tgz#ae7688c50e1bdcf2f70a0e162410003cf9798311"
+ integrity sha512-+dSJLJpXBb6oMHP+Yvw8hUgElz4gLTh82XuX68QiJVTXaE5ibl6buzhNkQdYhBlIhozWOC9ge16wyRmjG4TwVQ==
+ dependencies:
+ commander "2.20.0"
+ source-map "~0.6.1"
+
[email protected]:
+ version "0.0.6"
+ resolved "https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
+ integrity sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=
+
[email protected]:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa"
+ integrity sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=
+
+ultron@~1.1.0:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c"
+ integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==
+
+umask@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d"
+ integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=
+
+unicode-canonical-property-names-ecmascript@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
+ integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==
+
+unicode-match-property-ecmascript@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c"
+ integrity sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==
+ dependencies:
+ unicode-canonical-property-names-ecmascript "^1.0.4"
+ unicode-property-aliases-ecmascript "^1.0.4"
+
+unicode-match-property-value-ecmascript@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz#5b4b426e08d13a80365e0d657ac7a6c1ec46a277"
+ integrity sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g==
+
+unicode-property-aliases-ecmascript@^1.0.4:
+ version "1.0.5"
+ resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57"
+ integrity sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==
+
+union-value@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
+ integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==
+ dependencies:
+ arr-union "^3.1.0"
+ get-value "^2.0.6"
+ is-extendable "^0.1.1"
+ set-value "^2.0.1"
+
+unique-filename@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
+ integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==
+ dependencies:
+ unique-slug "^2.0.0"
+
+unique-slug@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c"
+ integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
+ dependencies:
+ imurmurhash "^0.1.4"
+
+universal-user-agent@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.0.tgz#27da2ec87e32769619f68a14996465ea1cb9df16"
+ integrity sha512-eM8knLpev67iBDizr/YtqkJsF3GK8gzDc6st/WKzrTuPtcsOKW/0IdL4cnMBsU69pOx0otavLWBDGTwg+dB0aA==
+ dependencies:
+ os-name "^3.1.0"
+
+universalify@^0.1.0:
+ version "0.1.2"
+ resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
+ integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
+
+unpipe@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
+ integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
+
+unset-value@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
+ integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=
+ dependencies:
+ has-value "^0.3.1"
+ isobject "^3.0.0"
+
+untildify@^3.0.3:
+ version "3.0.3"
+ resolved "https://registry.npmjs.org/untildify/-/untildify-3.0.3.tgz#1e7b42b140bcfd922b22e70ca1265bfe3634c7c9"
+ integrity sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==
+
+uri-js@^4.2.2:
+ version "4.2.2"
+ resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
+ integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==
+ dependencies:
+ punycode "^2.1.0"
+
+urix@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
+ integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
+
+use-memo-one@^1.1.0:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/use-memo-one/-/use-memo-one-1.1.1.tgz#39e6f08fe27e422a7d7b234b5f9056af313bd22c"
+ integrity sha512-oFfsyun+bP7RX8X2AskHNTxu+R3QdE/RC5IefMbqptmACAA/gfol1KDD5KRzPsGMa62sWxGZw+Ui43u6x4ddoQ==
+
+use@^3.1.0:
+ version "3.1.1"
+ resolved "https://registry.npmjs.org/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
+ integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
+
+util-deprecate@^1.0.1, util-deprecate@~1.0.1:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
+ integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
+
+util-promisify@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/util-promisify/-/util-promisify-2.1.0.tgz#3c2236476c4d32c5ff3c47002add7c13b9a82a53"
+ integrity sha1-PCI2R2xNMsX/PEcAKt18E7moKlM=
+ dependencies:
+ object.getownpropertydescriptors "^2.0.3"
+
+util.promisify@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
+ integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==
+ dependencies:
+ define-properties "^1.1.2"
+ object.getownpropertydescriptors "^2.0.3"
+
[email protected]:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
+ integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
+
+uuid@^3.0.1, uuid@^3.3.2:
+ version "3.3.3"
+ resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
+ integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
+
+validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.3:
+ version "3.0.4"
+ resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
+ integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
+ dependencies:
+ spdx-correct "^3.0.0"
+ spdx-expression-parse "^3.0.0"
+
+validate-npm-package-name@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz#5fa912d81eb7d0c74afc140de7317f0ca7df437e"
+ integrity sha1-X6kS2B630MdK/BQN5zF/DKffQ34=
+ dependencies:
+ builtins "^1.0.3"
+
+vary@~1.1.2:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
+ integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
+
[email protected]:
+ version "1.10.0"
+ resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
+ integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
+ dependencies:
+ assert-plus "^1.0.0"
+ core-util-is "1.0.2"
+ extsprintf "^1.2.0"
+
+w3c-hr-time@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"
+ integrity sha1-gqwr/2PZUOqeMYmlimViX+3xkEU=
+ dependencies:
+ browser-process-hrtime "^0.1.2"
+
+wait-for-expect@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/wait-for-expect/-/wait-for-expect-3.0.0.tgz#d6fbf28959e3b8779dc172fb1ea56bf1e833bf7a"
+ integrity sha512-9LyJL+MugZdcQn5V9PBSEC4d2UPTy1xX2U9wTc6LvG/18qeeYqdE/CgmAQJxc/Vcjs+VzH+wiyIXxz05F3nrpQ==
+
+walker@^1.0.7, walker@~1.0.5:
+ version "1.0.7"
+ resolved "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
+ integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=
+ dependencies:
+ makeerror "1.0.x"
+
+watch@~0.18.0:
+ version "0.18.0"
+ resolved "https://registry.npmjs.org/watch/-/watch-0.18.0.tgz#28095476c6df7c90c963138990c0a5423eb4b986"
+ integrity sha1-KAlUdsbffJDJYxOJkMClQj60uYY=
+ dependencies:
+ exec-sh "^0.2.0"
+ minimist "^1.2.0"
+
+wcwidth@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
+ integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=
+ dependencies:
+ defaults "^1.0.3"
+
+webidl-conversions@^4.0.2:
+ version "4.0.2"
+ resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
+ integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
+
+whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3:
+ version "1.0.5"
+ resolved "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
+ integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==
+ dependencies:
+ iconv-lite "0.4.24"
+
+whatwg-fetch@>=0.10.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
+ integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==
+
+whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
+ version "2.3.0"
+ resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
+ integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
+
+whatwg-url@^6.4.1:
+ version "6.5.0"
+ resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"
+ integrity sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==
+ dependencies:
+ lodash.sortby "^4.7.0"
+ tr46 "^1.0.1"
+ webidl-conversions "^4.0.2"
+
+whatwg-url@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.0.0.tgz#fde926fa54a599f3adf82dff25a9f7be02dc6edd"
+ integrity sha512-37GeVSIJ3kn1JgKyjiYNmSLP1yzbpb29jdmwBSgkD9h40/hyrR/OifpVUndji3tmwGgD8qpw7iQu3RSbCrBpsQ==
+ dependencies:
+ lodash.sortby "^4.7.0"
+ tr46 "^1.0.1"
+ webidl-conversions "^4.0.2"
+
+which-module@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
+ integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
+
+which@1, which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0, which@^1.3.1:
+ version "1.3.1"
+ resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
+ integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
+ dependencies:
+ isexe "^2.0.0"
+
+which@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/which/-/which-2.0.1.tgz#f1cf94d07a8e571b6ff006aeb91d0300c47ef0a4"
+ integrity sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==
+ dependencies:
+ isexe "^2.0.0"
+
+wide-align@^1.1.0:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
+ integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==
+ dependencies:
+ string-width "^1.0.2 || 2"
+
+windows-release@^3.1.0:
+ version "3.2.0"
+ resolved "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz#8122dad5afc303d833422380680a79cdfa91785f"
+ integrity sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA==
+ dependencies:
+ execa "^1.0.0"
+
+wordwrap@^1.0.0, wordwrap@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
+ integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
+
+wordwrap@~0.0.2:
+ version "0.0.3"
+ resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
+ integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
+
+wrap-ansi@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"
+ integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=
+ dependencies:
+ string-width "^1.0.1"
+ strip-ansi "^3.0.1"
+
+wrap-ansi@^5.1.0:
+ version "5.1.0"
+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
+ integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
+ dependencies:
+ ansi-styles "^3.2.0"
+ string-width "^3.0.0"
+ strip-ansi "^5.0.0"
+
+wrappy@1:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
+ integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
+
[email protected]:
+ version "2.4.1"
+ resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.1.tgz#d0b05463c188ae804396fd5ab2a370062af87529"
+ integrity sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==
+ dependencies:
+ graceful-fs "^4.1.11"
+ imurmurhash "^0.1.4"
+ signal-exit "^3.0.2"
+
+write-file-atomic@^1.2.0:
+ version "1.3.4"
+ resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.4.tgz#f807a4f0b1d9e913ae7a48112e6cc3af1991b45f"
+ integrity sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=
+ dependencies:
+ graceful-fs "^4.1.11"
+ imurmurhash "^0.1.4"
+ slide "^1.1.5"
+
+write-file-atomic@^2.0.0, write-file-atomic@^2.3.0:
+ version "2.4.3"
+ resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481"
+ integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==
+ dependencies:
+ graceful-fs "^4.1.11"
+ imurmurhash "^0.1.4"
+ signal-exit "^3.0.2"
+
+write-json-file@^2.2.0, write-json-file@^2.3.0:
+ version "2.3.0"
+ resolved "https://registry.npmjs.org/write-json-file/-/write-json-file-2.3.0.tgz#2b64c8a33004d54b8698c76d585a77ceb61da32f"
+ integrity sha1-K2TIozAE1UuGmMdtWFp3zrYdoy8=
+ dependencies:
+ detect-indent "^5.0.0"
+ graceful-fs "^4.1.2"
+ make-dir "^1.0.0"
+ pify "^3.0.0"
+ sort-keys "^2.0.0"
+ write-file-atomic "^2.0.0"
+
+write-pkg@^3.1.0:
+ version "3.2.0"
+ resolved "https://registry.npmjs.org/write-pkg/-/write-pkg-3.2.0.tgz#0e178fe97820d389a8928bc79535dbe68c2cff21"
+ integrity sha512-tX2ifZ0YqEFOF1wjRW2Pk93NLsj02+n1UP5RvO6rCs0K6R2g1padvf006cY74PQJKMGS2r42NK7FD0dG6Y6paw==
+ dependencies:
+ sort-keys "^2.0.0"
+ write-json-file "^2.2.0"
+
+ws@^1.1.0, ws@^1.1.5:
+ version "1.1.5"
+ resolved "https://registry.npmjs.org/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51"
+ integrity sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==
+ dependencies:
+ options ">=0.0.5"
+ ultron "1.0.x"
+
+ws@^3.3.1:
+ version "3.3.3"
+ resolved "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
+ integrity sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==
+ dependencies:
+ async-limiter "~1.0.0"
+ safe-buffer "~5.1.0"
+ ultron "~1.1.0"
+
+ws@^5.2.0:
+ version "5.2.2"
+ resolved "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"
+ integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==
+ dependencies:
+ async-limiter "~1.0.0"
+
+xcode@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.npmjs.org/xcode/-/xcode-1.1.0.tgz#9fcb63f417a9af377bfb743a5c22afce4e1da964"
+ integrity sha512-hllHFtfsNu5WbVzj8KbGNdI3NgOYmTLZqyF4a9c9J1aGMhAdxmLLsXlpG0Bz8fEtKh6I3pyargRXN0ZlLpcF5w==
+ dependencies:
+ simple-plist "^0.2.1"
+ uuid "^3.3.2"
+
+xml-name-validator@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
+ integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
+
[email protected]:
+ version "8.2.2"
+ resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz#69248673410b4ba42e1a6136551d2922335aa773"
+ integrity sha1-aSSGc0ELS6QuGmE2VR0pIjNap3M=
+
+xmlbuilder@^9.0.7:
+ version "9.0.7"
+ resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d"
+ integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=
+
+xmldoc@^0.4.0:
+ version "0.4.0"
+ resolved "https://registry.npmjs.org/xmldoc/-/xmldoc-0.4.0.tgz#d257224be8393eaacbf837ef227fd8ec25b36888"
+ integrity sha1-0lciS+g5PqrL+DfvIn/Y7CWzaIg=
+ dependencies:
+ sax "~1.1.1"
+
[email protected]:
+ version "0.1.27"
+ resolved "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9"
+ integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk=
+
+xpipe@^1.0.5:
+ version "1.0.5"
+ resolved "https://registry.npmjs.org/xpipe/-/xpipe-1.0.5.tgz#8dd8bf45fc3f7f55f0e054b878f43a62614dafdf"
+ integrity sha1-jdi/Rfw/f1Xw4FS4ePQ6YmFNr98=
+
+xtend@~4.0.1:
+ version "4.0.2"
+ resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
+ integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
+
+y18n@^3.2.1:
+ version "3.2.1"
+ resolved "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
+ integrity sha1-bRX7qITAhnnA136I53WegR4H+kE=
+
+"y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
+ integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
+
+yallist@^2.1.2:
+ version "2.1.2"
+ resolved "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
+ integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
+
+yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
+ version "3.1.1"
+ resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
+ integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
+
[email protected]:
+ version "10.1.0"
+ resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
+ integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==
+ dependencies:
+ camelcase "^4.1.0"
+
+yargs-parser@^11.1.1:
+ version "11.1.1"
+ resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4"
+ integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==
+ dependencies:
+ camelcase "^5.0.0"
+ decamelize "^1.2.0"
+
+yargs-parser@^13.1.1:
+ version "13.1.1"
+ resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0"
+ integrity sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==
+ dependencies:
+ camelcase "^5.0.0"
+ decamelize "^1.2.0"
+
+yargs-parser@^15.0.0:
+ version "15.0.0"
+ resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.0.tgz#cdd7a97490ec836195f59f3f4dbe5ea9e8f75f08"
+ integrity sha512-xLTUnCMc4JhxrPEPUYD5IBR1mWCK/aT6+RJ/K29JY2y1vD+FhtgKK0AXRWvI262q3QSffAQuTouFIKUuHX89wQ==
+ dependencies:
+ camelcase "^5.0.0"
+ decamelize "^1.2.0"
+
+yargs-parser@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
+ integrity sha1-jQrELxbqVd69MyyvTEA4s+P139k=
+ dependencies:
+ camelcase "^4.1.0"
+
+yargs@^12.0.1:
+ version "12.0.5"
+ resolved "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
+ integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
+ dependencies:
+ cliui "^4.0.0"
+ decamelize "^1.2.0"
+ find-up "^3.0.0"
+ get-caller-file "^1.0.1"
+ os-locale "^3.0.0"
+ require-directory "^2.1.1"
+ require-main-filename "^1.0.1"
+ set-blocking "^2.0.0"
+ string-width "^2.0.0"
+ which-module "^2.0.0"
+ y18n "^3.2.1 || ^4.0.0"
+ yargs-parser "^11.1.1"
+
+yargs@^13.3.0:
+ version "13.3.0"
+ resolved "https://registry.npmjs.org/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
+ integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
+ dependencies:
+ cliui "^5.0.0"
+ find-up "^3.0.0"
+ get-caller-file "^2.0.1"
+ require-directory "^2.1.1"
+ require-main-filename "^2.0.0"
+ set-blocking "^2.0.0"
+ string-width "^3.0.0"
+ which-module "^2.0.0"
+ y18n "^4.0.0"
+ yargs-parser "^13.1.1"
+
+yargs@^14.0.0:
+ version "14.2.0"
+ resolved "https://registry.npmjs.org/yargs/-/yargs-14.2.0.tgz#f116a9242c4ed8668790b40759b4906c276e76c3"
+ integrity sha512-/is78VKbKs70bVZH7w4YaZea6xcJWOAwkhbR0CFuZBmYtfTYF0xjGJF43AYd8g2Uii1yJwmS5GR2vBmrc32sbg==
+ dependencies:
+ cliui "^5.0.0"
+ decamelize "^1.2.0"
+ find-up "^3.0.0"
+ get-caller-file "^2.0.1"
+ require-directory "^2.1.1"
+ require-main-filename "^2.0.0"
+ set-blocking "^2.0.0"
+ string-width "^3.0.0"
+ which-module "^2.0.0"
+ y18n "^4.0.0"
+ yargs-parser "^15.0.0"
+
+yargs@^9.0.0:
+ version "9.0.1"
+ resolved "https://registry.npmjs.org/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c"
+ integrity sha1-UqzCP+7Kw0BCB47njAwAf1CF20w=
+ dependencies:
+ camelcase "^4.1.0"
+ cliui "^3.2.0"
+ decamelize "^1.1.1"
+ get-caller-file "^1.0.1"
+ os-locale "^2.0.0"
+ read-pkg-up "^2.0.0"
+ require-directory "^2.1.1"
+ require-main-filename "^1.0.1"
+ set-blocking "^2.0.0"
+ string-width "^2.0.0"
+ which-module "^2.0.0"
+ y18n "^3.2.1"
+ yargs-parser "^7.0.0"
+
+zdog@~1.0.0:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/zdog/-/zdog-1.0.2.tgz#f2a64a727ff0c3d1a067083124e652abcb392a15"
+ integrity sha512-QjLJ5G5H9X4wowICh8Gx7EC4D738qtspaEr6JnUwXcbZ5bDwgHWG/Q3099Lj91mrFODKL3V/ob8VWZUdXr1YoA==
|
|
fix: allow traversals to start from a symlink that points to a directory
Now symlinked repositories can be traversed as well.
|
e7e91cfaed6d40a773a65fc077b99d2e26bb28f5
|
fix
|
https://github.com/Byron/gitoxide/commit/e7e91cfaed6d40a773a65fc077b99d2e26bb28f5
|
allow traversals to start from a symlink that points to a directory
Now symlinked repositories can be traversed as well.
|
diff --git a/function.rs b/function.rs
index 4989384..9be9195 100644
--- a/function.rs
+++ b/function.rs
@@ -69,9 +69,16 @@ pub fn walk(
)?;
if !can_recurse(
buf.as_bstr(),
- root_info,
+ if root == worktree_root && root_info.disk_kind == Some(entry::Kind::Symlink) && current.is_dir() {
+ classify::Outcome {
+ disk_kind: Some(entry::Kind::Directory),
+ ..root_info
+ }
+ } else {
+ root_info
+ },
options.for_deletion,
- worktree_root_is_repository, /* is root */
+ worktree_root_is_repository,
delegate,
) {
if buf.is_empty() && !root_info.disk_kind.map_or(false, |kind| kind.is_dir()) {
@@ -147,16 +154,17 @@ pub(super) fn can_recurse(
rela_path: &BStr,
info: classify::Outcome,
for_deletion: Option<ForDeletionMode>,
- is_root: bool,
+ worktree_root_is_repository: bool,
delegate: &mut dyn Delegate,
) -> bool {
- if info.disk_kind.map_or(true, |k| !k.is_dir()) {
+ let is_dir = info.disk_kind.map_or(false, |k| k.is_dir());
+ if !is_dir {
return false;
}
delegate.can_recurse(
EntryRef::from_outcome(Cow::Borrowed(rela_path), info),
for_deletion,
- is_root,
+ worktree_root_is_repository,
)
}
diff --git a/many-symlinks.sh b/many-symlinks.sh
index 9c59a09..86098df 100644
--- a/many-symlinks.sh
+++ b/many-symlinks.sh
@@ -41,3 +41,5 @@ EOF
ln -s src/file file1
ln -s src/file file2
)
+
+ln -s excluded-symlinks-to-dir worktree-root-is-symlink
\\ No newline at end of file
diff --git a/mod.rs b/mod.rs
index e84d152..5399779 100644
--- a/mod.rs
+++ b/mod.rs
@@ -118,6 +118,39 @@ fn root_may_not_lead_through_symlinks() -> crate::Result {
Ok(())
}
+#[test]
+#[cfg_attr(windows, ignore = "symlinks the way they are organized don't yet work on windows")]
+fn root_may_be_a_symlink_if_it_is_the_worktree() -> crate::Result {
+ let root = fixture_in("many-symlinks", "worktree-root-is-symlink");
+ let ((_out, _root), entries) = collect(&root, None, |keep, ctx| {
+ walk(
+ &root,
+ ctx,
+ gix_dir::walk::Options {
+ emit_ignored: Some(Matching),
+ symlinks_to_directories_are_ignored_like_directories: true,
+ ..options()
+ },
+ keep,
+ )
+ });
+
+ assert_eq!(
+ entries,
+ &[
+ entry("file1", Ignored(Expendable), Symlink),
+ entry("file2", Untracked, Symlink),
+ entry("ignored", Ignored(Expendable), Directory),
+ entry("ignored-must-be-dir", Ignored(Expendable), Directory),
+ entry("src/file", Untracked, File),
+ entry("src1", Ignored(Expendable), Symlink),
+ entry("src2", Ignored(Expendable), Symlink), /* marked as src2/ in .gitignore */
+ ],
+ "it traversed the directory normally - without this capability, symlinked repos can't be traversed"
+ );
+ Ok(())
+}
+
#[test]
fn empty_root() -> crate::Result {
let root = fixture("empty");
|
|
chore: remove `public` modified from tests
|
339748a1b5847cc27f046c742fe205de0d6c8866
|
chore
|
https://github.com/mikro-orm/mikro-orm/commit/339748a1b5847cc27f046c742fe205de0d6c8866
|
remove `public` modified from tests
|
diff --git a/embedded-entities.mongo.test.ts b/embedded-entities.mongo.test.ts
index d7c24ea..79b6e02 100644
--- a/embedded-entities.mongo.test.ts
+++ b/embedded-entities.mongo.test.ts
@@ -95,17 +95,17 @@ class User {
class NumericType extends Type<number, string> {
- public convertToDatabaseValue(value: number, platform: Platform): string {
+ convertToDatabaseValue(value: number, platform: Platform): string {
this.validatePlatformSupport(platform);
return value.toString();
}
- public convertToJSValue(value: string, platform: Platform): number {
+ convertToJSValue(value: string, platform: Platform): number {
this.validatePlatformSupport(platform);
return Number(value);
}
- public getColumnType(): string {
+ getColumnType(): string {
return 'double';
}
diff --git a/GH910.test.ts b/GH910.test.ts
index 0dcc233..1fc0b40 100644
--- a/GH910.test.ts
+++ b/GH910.test.ts
@@ -34,10 +34,10 @@ export class SkuType extends Type<Sku, string> {
export class Cart {
@PrimaryKey()
- public readonly id: string;
+ readonly id: string;
@OneToMany({ entity: 'CartItem', mappedBy: 'cart', cascade: [Cascade.MERGE, Cascade.PERSIST] })
- public readonly items = new Collection<CartItem>(this);
+ readonly items = new Collection<CartItem>(this);
constructor(id: string, items: CartItem[]) {
this.id = id;
@@ -58,15 +58,15 @@ export class Cart {
export class CartItem {
@ManyToOne({ primary: true, entity: 'Cart' })
- public readonly cart!: Cart;
+ readonly cart!: Cart;
@PrimaryKey({ type: SkuType })
- public readonly sku: Sku;
+ readonly sku: Sku;
[PrimaryKeyType]: [string, string];
@Property()
- public quantity: number;
+ quantity: number;
constructor(sku: Sku, quantity: number) {
this.sku = sku;
|
|
chore(deps): move poetry-dynamic-versioning to dev-dependencies
|
ca00fd2a1297fed3361988a22a09ae7a56fb17a7
|
chore
|
https://github.com/ibis-project/ibis/commit/ca00fd2a1297fed3361988a22a09ae7a56fb17a7
|
move poetry-dynamic-versioning to dev-dependencies
|
diff --git a/poetry.lock b/poetry.lock
index d5598b9..0557c0c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -430,7 +430,7 @@ sqlalchemy = ">=1.3.19,<2.0.0"
name = "dunamai"
version = "1.11.1"
description = "Dynamic version generation"
-category = "main"
+category = "dev"
optional = false
python-versions = ">=3.5,<4.0"
@@ -805,7 +805,7 @@ testing = ["Django (<3.1)", "colorama", "docopt", "pytest (<7.0.0)"]
name = "jinja2"
version = "3.1.2"
description = "A very fast and expressive template engine."
-category = "main"
+category = "dev"
optional = false
python-versions = ">=3.7"
@@ -963,7 +963,7 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
name = "markupsafe"
version = "2.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
-category = "main"
+category = "dev"
optional = false
python-versions = ">=3.7"
@@ -1478,7 +1478,7 @@ testing = ["pytest", "pytest-benchmark"]
name = "poetry-dynamic-versioning"
version = "0.15.0"
description = "Plugin for Poetry to enable dynamic versioning based on VCS tags"
-category = "main"
+category = "dev"
optional = false
python-versions = ">=3.5,<4.0"
@@ -2178,7 +2178,7 @@ python-versions = ">=3.7"
name = "tomlkit"
version = "0.10.2"
description = "Style preserving TOML library"
-category = "main"
+category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
@@ -2323,7 +2323,7 @@ visualization = ["graphviz"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
-content-hash = "fc399c022e185b14ee358b088d4fc0917fd21e41f794437ca96bc4b52cc9999a"
+content-hash = "9edf56918970d5110f33f440c96bae541a8fdc4944c5b23dd2a380f4e2da2ed4"
[metadata.files]
absolufy-imports = [
diff --git a/pyproject.toml b/pyproject.toml
index fc05663..e3849f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,6 @@ numpy = ">=1,<2"
packaging = ">=21.3,<22"
pandas = ">=1.2.5,<2"
parsy = ">=1.3.0,<2"
-poetry-dynamic-versioning = ">=0.14.0,<1"
pydantic = ">=1.9.0,<2"
regex = ">=2021.7.6"
tabulate = ">=0.8.9,<1"
@@ -86,6 +85,7 @@ mkdocs-table-reader-plugin = ">=1.0.0,<2"
mkdocstrings = ">=0.17.0,<0.18.0"
mypy = "0.950"
platformdirs = ">=2,<2.5.2"
+poetry-dynamic-versioning = ">=0.14.0,<1"
pyarrow = ">=1,<8"
pygments = ">=2,<2.12"
pydocstyle = ">=6.1.1,<7"
diff --git a/setup.py b/setup.py
index e7adeac..a961ab2 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,6 @@ install_requires = [
'packaging>=21.3,<22',
'pandas>=1.2.5,<2',
'parsy>=1.3.0,<2',
- 'poetry-dynamic-versioning>=0.14.0,<1',
'pydantic>=1.9.0,<2',
'regex>=2021.7.6',
'tabulate>=0.8.9,<1',
|
|
feat(pyspark): `pivot_longer`
|
f600c90f5abc06f167a1110bcecf66c6b7ed35f2
|
feat
|
https://github.com/ibis-project/ibis/commit/f600c90f5abc06f167a1110bcecf66c6b7ed35f2
|
`pivot_longer`
|
diff --git a/test_generic.py b/test_generic.py
index 9526359..f2fe23e 100644
--- a/test_generic.py
+++ b/test_generic.py
@@ -972,9 +972,6 @@ def test_many_subqueries(con, snapshot):
@pytest.mark.notimpl(["dask", "pandas"], raises=com.OperationNotDefinedError)
@pytest.mark.notyet(["polars"], reason="polars doesn't expand > 1 explode")
@pytest.mark.notimpl(["druid"], raises=AssertionError)
[email protected](
- ["pyspark"], reason="pyspark doesn't allow more than one explode in a select"
-)
@pytest.mark.notyet(
["bigquery"],
reason="backend doesn't implement unnest",
|
|
fix: don't pass `Ref` as arg to recursive calls
|
3066781092fa50a96711e0ff2d065dd99ca0116a
|
fix
|
https://github.com/erg-lang/erg/commit/3066781092fa50a96711e0ff2d065dd99ca0116a
|
don't pass `Ref` as arg to recursive calls
|
diff --git a/compare.rs b/compare.rs
index eb13f9f..f9d7d3e 100644
--- a/compare.rs
+++ b/compare.rs
@@ -466,9 +466,9 @@ impl Context {
}
}
if lfv.is_linked() {
- self.supertype_of(&lfv.crack(), rhs)
+ self.supertype_of(&lfv.unwrap_linked(), rhs)
} else if rfv.is_linked() {
- self.supertype_of(lhs, &rfv.crack())
+ self.supertype_of(lhs, &rfv.unwrap_linked())
} else {
false
}
@@ -912,7 +912,7 @@ impl Context {
pub fn fields(&self, t: &Type) -> Dict<Field, Type> {
match t {
- Type::FreeVar(fv) if fv.is_linked() => self.fields(&fv.crack()),
+ Type::FreeVar(fv) if fv.is_linked() => self.fields(&fv.unwrap_linked()),
Type::Record(fields) => fields.clone(),
Type::NamedTuple(fields) => fields.iter().cloned().collect(),
Type::Refinement(refine) => self.fields(&refine.t),
@@ -1000,10 +1000,10 @@ impl Context {
}
match (sup_p, sub_p) {
(TyParam::FreeVar(fv), _) if fv.is_linked() => {
- self.supertype_of_tp(&fv.crack(), sub_p, variance)
+ self.supertype_of_tp(&fv.unwrap_linked(), sub_p, variance)
}
(_, TyParam::FreeVar(fv)) if fv.is_linked() => {
- self.supertype_of_tp(sup_p, &fv.crack(), variance)
+ self.supertype_of_tp(sup_p, &fv.unwrap_linked(), variance)
}
(TyParam::Erased(t), _) => match variance {
Variance::Contravariant => {
@@ -1328,10 +1328,10 @@ impl Context {
} else { Some(Any) }
},
(TyParam::FreeVar(fv), p) if fv.is_linked() => {
- self.try_cmp(&fv.crack(), p)
+ self.try_cmp(&fv.unwrap_linked(), p)
}
(p, TyParam::FreeVar(fv)) if fv.is_linked() => {
- self.try_cmp(p, &fv.crack())
+ self.try_cmp(p, &fv.unwrap_linked())
}
(
l @ (TyParam::FreeVar(_) | TyParam::Erased(_)),
@@ -1470,7 +1470,7 @@ impl Context {
}
match (lhs, rhs) {
(FreeVar(fv), other) | (other, FreeVar(fv)) if fv.is_linked() => {
- self.union(&fv.crack(), other)
+ self.union(&fv.unwrap_linked(), other)
}
(Refinement(l), Refinement(r)) => Type::Refinement(self.union_refinement(l, r)),
(Refinement(refine), other) | (other, Refinement(refine))
@@ -1785,7 +1785,7 @@ impl Context {
}
match (lhs, rhs) {
(FreeVar(fv), other) | (other, FreeVar(fv)) if fv.is_linked() => {
- self.intersection(&fv.crack(), other)
+ self.intersection(&fv.unwrap_linked(), other)
}
(Refinement(l), Refinement(r)) => Type::Refinement(self.intersection_refinement(l, r)),
(Structural(l), Structural(r)) => self.intersection(l, r).structuralize(),
@@ -1816,7 +1816,9 @@ impl Context {
// {i = Int; j = Int} and not {i = Int} == {j = Int}
// not {i = Int} and {i = Int; j = Int} == {j = Int}
(other @ Record(rec), Not(t)) | (Not(t), other @ Record(rec)) => match t.as_ref() {
- Type::FreeVar(fv) => self.intersection(&fv.crack(), other),
+ Type::FreeVar(fv) if fv.is_linked() => {
+ self.intersection(&fv.unwrap_linked(), other)
+ }
Type::Record(rec2) => Type::Record(rec.clone().diff(rec2)),
_ => Type::Never,
},
@@ -2182,7 +2184,7 @@ impl Context {
#[allow(clippy::only_used_in_recursion)]
pub(crate) fn complement(&self, ty: &Type) -> Type {
match ty {
- FreeVar(fv) if fv.is_linked() => self.complement(&fv.crack()),
+ FreeVar(fv) if fv.is_linked() => self.complement(&fv.unwrap_linked()),
Not(t) => *t.clone(),
Refinement(r) => Type::Refinement(r.clone().invert()),
Guard(guard) => Type::Guard(GuardType::new(
@@ -2211,7 +2213,7 @@ impl Context {
_ => {}
}
match lhs {
- Type::FreeVar(fv) if fv.is_linked() => self.diff(&fv.crack(), rhs),
+ Type::FreeVar(fv) if fv.is_linked() => self.diff(&fv.unwrap_linked(), rhs),
// Type::And(l, r) => self.intersection(&self.diff(l, rhs), &self.diff(r, rhs)),
Type::Or(tys) => {
let mut new_tys = vec![];
diff --git a/eval.rs b/eval.rs
index 116faa3..7f3ece5 100644
--- a/eval.rs
+++ b/eval.rs
@@ -3827,7 +3827,7 @@ impl Context {
match p {
TyParam::Value(v) => Ok(v_enum(set![v])),
TyParam::Erased(t) => Ok((*t).clone()),
- TyParam::FreeVar(fv) if fv.is_linked() => self.get_tp_t(&fv.crack()),
+ TyParam::FreeVar(fv) if fv.is_linked() => self.get_tp_t(&fv.unwrap_linked()),
TyParam::FreeVar(fv) => {
if let Some(t) = fv.get_type() {
Ok(t)
diff --git a/inquire.rs b/inquire.rs
index a03f4a4..b5f0a58 100644
--- a/inquire.rs
+++ b/inquire.rs
@@ -989,7 +989,7 @@ impl Context {
// (obj: Failure).foo: Failure
Type::Failure => Triple::Ok(VarInfo::ILLEGAL),
Type::FreeVar(fv) if fv.is_linked() => {
- self.get_attr_info_from_attributive(&fv.crack(), ident, namespace)
+ self.get_attr_info_from_attributive(&fv.unwrap_linked(), ident, namespace)
}
Type::FreeVar(fv) if fv.get_super().is_some() => {
let sup = fv.get_super().unwrap();
@@ -1890,7 +1890,7 @@ impl Context {
Type::FreeVar(fv) if fv.is_linked() => self.substitute_call(
obj,
attr_name,
- &fv.crack(),
+ &fv.unwrap_linked(),
pos_args,
kw_args,
(var_args, kw_var_args),
@@ -3063,7 +3063,9 @@ impl Context {
/// ```
pub fn get_nominal_super_type_ctxs<'a>(&'a self, t: &Type) -> Option<Vec<&'a TypeContext>> {
match t {
- Type::FreeVar(fv) if fv.is_linked() => self.get_nominal_super_type_ctxs(&fv.crack()),
+ Type::FreeVar(fv) if fv.is_linked() => {
+ self.get_nominal_super_type_ctxs(&fv.unwrap_linked())
+ }
Type::FreeVar(fv) => {
if let Some(sup) = fv.get_super() {
self.get_nominal_super_type_ctxs(&sup)
@@ -3173,7 +3175,7 @@ impl Context {
pub(crate) fn get_nominal_type_ctx<'a>(&'a self, typ: &Type) -> Option<&'a TypeContext> {
match typ {
Type::FreeVar(fv) if fv.is_linked() => {
- if let Some(res) = self.get_nominal_type_ctx(&fv.crack()) {
+ if let Some(res) = self.get_nominal_type_ctx(&fv.unwrap_linked()) {
return Some(res);
}
}
@@ -3351,7 +3353,7 @@ impl Context {
) -> Option<&'a mut TypeContext> {
match typ {
Type::FreeVar(fv) if fv.is_linked() => {
- if let Some(res) = self.get_mut_nominal_type_ctx(&fv.crack()) {
+ if let Some(res) = self.get_mut_nominal_type_ctx(&fv.unwrap_linked()) {
return Some(res);
}
}
@@ -4022,7 +4024,7 @@ impl Context {
match typ {
Type::And(_, _) => false,
Type::Never => true,
- Type::FreeVar(fv) if fv.is_linked() => self.is_class(&fv.crack()),
+ Type::FreeVar(fv) if fv.is_linked() => self.is_class(&fv.unwrap_linked()),
Type::FreeVar(_) => false,
Type::Or(tys) => tys.iter().all(|t| self.is_class(t)),
Type::Proj { lhs, rhs } => self
@@ -4045,7 +4047,7 @@ impl Context {
pub fn is_trait(&self, typ: &Type) -> bool {
match typ {
Type::Never => false,
- Type::FreeVar(fv) if fv.is_linked() => self.is_trait(&fv.crack()),
+ Type::FreeVar(fv) if fv.is_linked() => self.is_trait(&fv.unwrap_linked()),
Type::FreeVar(_) => false,
Type::And(tys, _) => tys.iter().any(|t| self.is_trait(t)),
Type::Or(tys) => tys.iter().all(|t| self.is_trait(t)),
diff --git a/unify.rs b/unify.rs
index 80c6f00..23334c9 100644
--- a/unify.rs
+++ b/unify.rs
@@ -86,8 +86,8 @@ impl<'c, 'l, 'u, L: Locational> Unifier<'c, 'l, 'u, L> {
}
}
match (maybe_sub, maybe_sup) {
- (FreeVar(fv), _) if fv.is_linked() => self.occur(&fv.crack(), maybe_sup),
- (_, FreeVar(fv)) if fv.is_linked() => self.occur(maybe_sub, &fv.crack()),
+ (FreeVar(fv), _) if fv.is_linked() => self.occur(&fv.unwrap_linked(), maybe_sup),
+ (_, FreeVar(fv)) if fv.is_linked() => self.occur(maybe_sub, &fv.unwrap_linked()),
(Subr(subr), FreeVar(fv)) if fv.is_unbound() => {
for default_t in subr.default_params.iter().map(|pt| pt.typ()) {
self.occur_inner(default_t, maybe_sup)?;
@@ -229,8 +229,8 @@ impl<'c, 'l, 'u, L: Locational> Unifier<'c, 'l, 'u, L> {
fn occur_inner(&self, maybe_sub: &Type, maybe_sup: &Type) -> TyCheckResult<()> {
match (maybe_sub, maybe_sup) {
- (FreeVar(fv), _) if fv.is_linked() => self.occur_inner(&fv.crack(), maybe_sup),
- (_, FreeVar(fv)) if fv.is_linked() => self.occur_inner(maybe_sub, &fv.crack()),
+ (FreeVar(fv), _) if fv.is_linked() => self.occur_inner(&fv.unwrap_linked(), maybe_sup),
+ (_, FreeVar(fv)) if fv.is_linked() => self.occur_inner(maybe_sub, &fv.unwrap_linked()),
(FreeVar(sub), FreeVar(sup)) => {
if sub.addr_eq(sup) {
Err(TyCheckErrors::from(TyCheckError::subtyping_error(
@@ -2054,8 +2054,8 @@ impl<'c, 'l, 'u, L: Locational> Unifier<'c, 'l, 'u, L> {
return None;
}
}
- (FreeVar(fv), _) if fv.is_linked() => return self.unify(&fv.crack(), rhs),
- (_, FreeVar(fv)) if fv.is_linked() => return self.unify(lhs, &fv.crack()),
+ (FreeVar(fv), _) if fv.is_linked() => return self.unify(&fv.unwrap_linked(), rhs),
+ (_, FreeVar(fv)) if fv.is_linked() => return self.unify(lhs, &fv.unwrap_linked()),
// TODO: unify(?T, ?U) ?
(FreeVar(_), FreeVar(_)) => {}
(FreeVar(fv), _) if fv.constraint_is_sandwiched() => {
|
|
chore: remove duplicate `distinct` decompile rule
|
2f7a191f55684eb320cf91841671afd320dcbd87
|
chore
|
https://github.com/rohankumardubey/ibis/commit/2f7a191f55684eb320cf91841671afd320dcbd87
|
remove duplicate `distinct` decompile rule
|
diff --git a/decompile.py b/decompile.py
index fadb2da..8d2cd3d 100644
--- a/decompile.py
+++ b/decompile.py
@@ -192,11 +192,6 @@ def self_reference(op, parent, identifier):
return f"{parent}.view()"
[email protected](ops.Distinct)
-def distinct(op, parent):
- return f"{parent}.distinct()"
-
-
@translate.register(ops.JoinTable)
def join_table(op, parent, index):
return parent
|
|
build: removed whatsapp and slack link, closing them
|
9d705f1dc77e37a17516396b4018ab4f848f8d3a
|
build
|
https://github.com/tsparticles/tsparticles/commit/9d705f1dc77e37a17516396b4018ab4f848f8d3a
|
removed whatsapp and slack link, closing them
|
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 71baf5f..7b3c0da 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -109,9 +109,9 @@ You can mark them as obsolete old methods, but they **must** work too. **Depreca
# Community
-Feel free to join the Slack community to talk about the project. It's easier to share ideas if we can talk directly.
+Feel free to join the Discord community to talk about the project. It's easier to share ideas if we can talk directly.
-[](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI)
+[](https://discord.gg/hACwv45Hme)
---
diff --git a/README.md b/README.md
index b29db95..6d5a194 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,6 @@ React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Riot.j
[](https://repl.it/github/tsparticles/tsparticles)
[](https://discord.gg/hACwv45Hme)
-[](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI)
-[](https://chat.whatsapp.com/KQyHc9UEbRc2qlqNQR2J5c)
[](https://t.me/tsparticles)
[](https://www.reddit.com/r/tsParticles/)
diff --git a/SECURITY.md b/SECURITY.md
index c42513a..8ce9bf7 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -16,6 +16,6 @@
## Reporting a Vulnerability
-Join Discord, Slack or Telegram to report a vulnerability
+Join Discord or Telegram to report a vulnerability
-[](https://discord.gg/hACwv45Hme) [](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [](https://t.me/tsparticles)
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
|
|
build: updated root package.json
|
8c65d0f37708a2b248c1ea5f357cefbf9ce98430
|
build
|
https://github.com/tsparticles/tsparticles/commit/8c65d0f37708a2b248c1ea5f357cefbf9ce98430
|
updated root package.json
|
diff --git a/package.json b/package.json
index c1a6124..cd53244 100644
--- a/package.json
+++ b/package.json
@@ -18,26 +18,26 @@
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
+ "@nrwl/cli": "^14.4.3",
+ "@nrwl/nx-cloud": "^14.2.0",
+ "@nrwl/workspace": "^14.4.3",
"@parcel/transformer-sass": "^2.6.2",
- "@types/node": "^18.0.6",
+ "@types/node": "^18.6.1",
"copyfiles": "^2.4.1",
"husky": "^8.0.1",
"ini": "^3.0.0",
- "lerna": "^5.2.0",
+ "lerna": "^5.3.0",
+ "nx": "^14.4.3",
"parcel": "^2.6.2",
"rimraf": "^3.0.2",
- "typedoc": "^0.23.8",
+ "typedoc": "^0.23.9",
"typedoc-plugin-carbon-ads": "^1.1.6",
"typedoc-plugin-clarity": "^1.1.0",
"typedoc-plugin-coverage": "^2.0.0",
"typedoc-plugin-keyword": "^1.1.0",
"typedoc-plugin-missing-exports": "^0.23.0",
"typescript": "^4.7.4",
- "yorkie": "^2.0.0",
- "@nrwl/workspace": "^14.4.3",
- "nx": "^14.4.3",
- "@nrwl/cli": "^14.4.3",
- "@nrwl/nx-cloud": "^14.2.0"
+ "yorkie": "^2.0.0"
},
"resolutions": {
"npm-packlist": "5.1.1"
|
|
chore(dev-deps): dedup nix code for locking dependencies
|
95c3d62809bcb30499b8599d0cf88b4bfba0e1a0
|
chore
|
https://github.com/rohankumardubey/ibis/commit/95c3d62809bcb30499b8599d0cf88b4bfba0e1a0
|
dedup nix code for locking dependencies
|
diff --git a/overlay.nix b/overlay.nix
index 86b32c2..7b0f814 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -49,11 +49,8 @@ in
update-lock-files = pkgs.writeShellApplication {
name = "update-lock-files";
- runtimeInputs = [ pkgs.poetry ];
- text = ''
- poetry lock --no-update
- poetry export --extras all --with dev --with test --with docs --without-hashes --no-ansi > requirements.txt
- '';
+ runtimeInputs = with pkgs; [ just poetry ];
+ text = "just lock";
};
gen-examples = pkgs.writeShellApplication {
|
|
feat: add `compute_stream_hash` method as lower-level way of hashing objects.
|
5bb55decbab55f0480165a756893b0af111e485c
|
feat
|
https://github.com/Byron/gitoxide/commit/5bb55decbab55f0480165a756893b0af111e485c
|
add `compute_stream_hash` method as lower-level way of hashing objects.
|
diff --git a/Cargo.toml b/Cargo.toml
index 75ab4d9..78687f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ serde = ["dep:serde", "bstr/serde", "smallvec/serde", "gix-hash/serde", "gix-act
verbose-object-parsing-errors = []
[dependencies]
-gix-features = { version = "^0.35.0", path = "../gix-features", features = ["rustsha1"] }
+gix-features = { version = "^0.35.0", path = "../gix-features", features = ["rustsha1", "progress"] }
gix-hash = { version = "^0.13.0", path = "../gix-hash" }
gix-validate = { version = "^0.8.0", path = "../gix-validate" }
gix-actor = { version = "^0.27.0", path = "../gix-actor" }
diff --git a/lib.rs b/lib.rs
index a28aba4..f4f2f3c 100644
--- a/lib.rs
+++ b/lib.rs
@@ -364,7 +364,8 @@ pub mod decode {
}
}
-/// A standalone function to compute a hash of kind `hash_kind` for an object of `object_kind` and its `data`.
+/// A function to compute a hash of kind `hash_kind` for an object of `object_kind` and its `data`.
+#[doc(alias = "hash_object", alias = "git2")]
pub fn compute_hash(hash_kind: gix_hash::Kind, object_kind: Kind, data: &[u8]) -> gix_hash::ObjectId {
let header = encode::loose_header(object_kind, data.len() as u64);
@@ -374,3 +375,23 @@ pub fn compute_hash(hash_kind: gix_hash::Kind, object_kind: Kind, data: &[u8]) -
hasher.digest().into()
}
+
+/// A function to compute a hash of kind `hash_kind` for an object of `object_kind` and its data read from `stream`
+/// which has to yield exactly `stream_len` bytes.
+/// Use `progress` to learn about progress in bytes processed and `should_interrupt` to be able to abort the operation
+/// if set to `true`.
+#[doc(alias = "hash_file", alias = "git2")]
+pub fn compute_stream_hash(
+ hash_kind: gix_hash::Kind,
+ object_kind: Kind,
+ stream: &mut dyn std::io::Read,
+ stream_len: u64,
+ progress: &mut dyn gix_features::progress::Progress,
+ should_interrupt: &std::sync::atomic::AtomicBool,
+) -> std::io::Result<gix_hash::ObjectId> {
+ let header = encode::loose_header(object_kind, stream_len);
+ let mut hasher = gix_features::hash::hasher(hash_kind);
+
+ hasher.update(&header);
+ gix_features::hash::bytes_with_hasher(stream, stream_len, hasher, progress, should_interrupt)
+}
diff --git a/object.rs b/object.rs
index bb26bc1..71ba12e 100644
--- a/object.rs
+++ b/object.rs
@@ -1,4 +1,5 @@
use std::path::PathBuf;
+use std::sync::atomic::AtomicBool;
use gix_hash::ObjectId;
@@ -21,6 +22,35 @@ fn compute_hash() {
);
}
+#[test]
+fn compute_stream_hash() {
+ let hk = gix_hash::Kind::Sha1;
+ assert_eq!(
+ gix_object::compute_stream_hash(
+ hk,
+ gix_object::Kind::Blob,
+ &mut &[][..],
+ 0,
+ &mut gix_features::progress::Discard,
+ &AtomicBool::default()
+ )
+ .expect("in-memory works"),
+ gix_hash::ObjectId::empty_blob(hk)
+ );
+ assert_eq!(
+ gix_object::compute_stream_hash(
+ hk,
+ gix_object::Kind::Tree,
+ &mut &[][..],
+ 0,
+ &mut gix_features::progress::Discard,
+ &AtomicBool::default()
+ )
+ .expect("in-memory works"),
+ gix_hash::ObjectId::empty_tree(hk)
+ );
+}
+
use gix_testtools::Result;
#[cfg(not(windows))]
|
|
build: working on wordpress plugin
|
d575c95ea95f307ca5d86019dfcc4806c55c1883
|
build
|
https://github.com/tsparticles/tsparticles/commit/d575c95ea95f307ca5d86019dfcc4806c55c1883
|
working on wordpress plugin
|
diff --git a/block.json b/block.json
index 53f82de..4214cd3 100644
--- a/block.json
+++ b/block.json
@@ -1,17 +1,18 @@
{
- "$schema": "https://schemas.wp.org/trunk/block.json",
- "apiVersion": 2,
- "name": "create-block/wordpress",
- "version": "0.1.0",
- "title": "Wordpress Particles",
- "category": "widgets",
- "icon": "smiley",
- "description": "Official tsParticles WordPress Plugin - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website.",
- "supports": {
- "html": false
- },
- "textdomain": "wordpress-particles",
- "editorScript": "file:./index.js",
- "editorStyle": "file:./index.css",
- "style": "file:./style-index.css"
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 2,
+ "name": "create-block/wordpress",
+ "version": "0.1.0",
+ "title": "Wordpress Particles",
+ "category": "widgets",
+ "icon": "smiley",
+ "description": "Official tsParticles WordPress Plugin - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website.",
+ "supports": {
+ "html": false
+ },
+ "textdomain": "wordpress-particles",
+ "editorScript": "file:./index.js",
+ "editorStyle": "file:./index.css",
+ "viewScript": "file:./view.js",
+ "style": "file:./style-index.css"
}
diff --git a/view.js b/view.js
index d024370..3eeae2b 100644
--- a/view.js
+++ b/view.js
@@ -0,0 +1,20 @@
+import { tsParticles } from "tsparticles-engine";
+import { loadFull } from "tsparticles";
+
+setTimeout(async () => {
+ await loadFull(tsParticles);
+
+ await tsParticles.load("tsparticles", {
+ background: {
+ color: "#000",
+ },
+ fullScreen: {
+ enable: false,
+ },
+ particles: {
+ move: {
+ enable: true,
+ },
+ },
+ });
+}, 500);
|
|
ci(setup-uv): remove default-enabled cache
|
0a713c8e915110f0fb7a1a7952408d4ccc06fef4
|
ci
|
https://github.com/ibis-project/ibis/commit/0a713c8e915110f0fb7a1a7952408d4ccc06fef4
|
remove default-enabled cache
|
diff --git a/check-generated-files.yml b/check-generated-files.yml
index ce9cda3..0787900 100644
--- a/check-generated-files.yml
+++ b/check-generated-files.yml
@@ -46,7 +46,6 @@ jobs:
- name: install uv
uses: astral-sh/[email protected]
with:
- enable-cache: true
version: "0.4.x"
- name: update apt-get
diff --git a/ibis-backends-cloud.yml b/ibis-backends-cloud.yml
index 267d365..b7c4010 100644
--- a/ibis-backends-cloud.yml
+++ b/ibis-backends-cloud.yml
@@ -112,8 +112,6 @@ jobs:
- name: install uv
uses: astral-sh/[email protected]
- with:
- enable-cache: true
- name: install additional deps
if: matrix.backend.key == 'snowpark'
diff --git a/ibis-backends.yml b/ibis-backends.yml
index 08da3a7..8252f83 100644
--- a/ibis-backends.yml
+++ b/ibis-backends.yml
@@ -66,8 +66,6 @@ jobs:
- name: install uv
uses: astral-sh/[email protected]
- with:
- enable-cache: true
- uses: extractions/setup-just@v2
env:
@@ -488,8 +486,6 @@ jobs:
- name: install uv
uses: astral-sh/[email protected]
- with:
- enable-cache: true
- name: install other deps
if: matrix.backend.additional_deps != null
@@ -605,8 +601,6 @@ jobs:
- name: install uv
uses: astral-sh/[email protected]
- with:
- enable-cache: true
# it requires a version of pandas that pyspark is not compatible with
- name: remove lonboard
diff --git a/ibis-benchmarks.yml b/ibis-benchmarks.yml
index fd4f7c0..a3bf917 100644
--- a/ibis-benchmarks.yml
+++ b/ibis-benchmarks.yml
@@ -31,8 +31,6 @@ jobs:
- name: install uv
uses: astral-sh/[email protected]
- with:
- enable-cache: true
- name: install system dependencies
run: sudo apt-get install -qq -y build-essential libgeos-dev freetds-dev unixodbc-dev
diff --git a/ibis-main.yml b/ibis-main.yml
index d161665..fe2d507 100644
--- a/ibis-main.yml
+++ b/ibis-main.yml
@@ -65,8 +65,6 @@ jobs:
- name: install uv
uses: astral-sh/[email protected]
- with:
- enable-cache: true
- name: install ${{ matrix.os }} system dependencies
if: matrix.os == 'ubuntu-latest'
@@ -123,8 +121,6 @@ jobs:
- name: install uv
uses: astral-sh/[email protected]
- with:
- enable-cache: true
- name: install system dependencies
run: |
@@ -158,8 +154,6 @@ jobs:
- name: install uv
uses: astral-sh/[email protected]
- with:
- enable-cache: true
- uses: extractions/setup-just@v2
env:
diff --git a/pre-release.yml b/pre-release.yml
index a3a4a41..d721014 100644
--- a/pre-release.yml
+++ b/pre-release.yml
@@ -31,8 +31,6 @@ jobs:
- name: install uv
uses: astral-sh/[email protected]
- with:
- enable-cache: true
- uses: extractions/setup-just@v2
env:
diff --git a/justfile b/justfile
index 2bded4d..f609c9f 100644
--- a/justfile
+++ b/justfile
@@ -273,8 +273,6 @@ build-jupyterlite:
rm -rf dist/
ibis_dev_version="$(just bump-version)"
- uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version "$ibis_dev_version"
- sed -i "s/__version__ = \\".+\\"/__version__ = \\"$ibis_dev_version\\"/" ibis/__init__.py
uv build --wheel
git checkout pyproject.toml ibis/__init__.py
@@ -303,6 +301,16 @@ docs-build-all:
chat *args:
zulip-term {{ args }}
-# bump the version number to the next pre-release version
-@bump-version:
+# compute the next version number
+@compute-version:
uv run --only-group dev python ci/release/bump_version.py
+
+# bump the version number in necessary files
+bump-version:
+ #!/usr/bin/env bash
+
+ ibis_dev_version="$(just compute-version)"
+ uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version "$ibis_dev_version" > /dev/null
+ sed -i 's/__version__ = .\\+/__version__ = "'$ibis_dev_version'"/g' ibis/__init__.py
+ just lock > /dev/null
+ echo "$ibis_dev_version"
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 95d6d93..c1f93d1 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -8,7 +8,7 @@ annotated-types==0.7.0
anyio==4.7.0
anywidget==0.9.13
appdirs==1.4.4
-appnope==0.1.4 ; sys_platform == 'darwin'
+appnope==0.1.4 ; platform_system == 'Darwin'
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
arro3-compute==0.4.5
diff --git a/uv.lock b/uv.lock
index 6344571..c1a71b6 100644
--- a/uv.lock
+++ b/uv.lock
@@ -830,7 +830,7 @@ name = "click"
version = "8.1.7"
source = { registry = "https://pypi.org/simple" }
dependencies = [
- { name = "colorama", marker = "sys_platform == 'win32'" },
+ { name = "colorama", marker = "platform_system == 'Windows'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 }
wheels = [
@@ -2400,7 +2400,7 @@ name = "ipykernel"
version = "6.29.5"
source = { registry = "https://pypi.org/simple" }
dependencies = [
- { name = "appnope", marker = "sys_platform == 'darwin'" },
+ { name = "appnope", marker = "platform_system == 'Darwin'" },
{ name = "comm" },
{ name = "debugpy" },
{ name = "ipython" },
@@ -3090,7 +3090,7 @@ dependencies = [
{ name = "numpy" },
{ name = "pandas" },
{ name = "scipy" },
- { name = "tzdata", marker = "sys_platform == 'emscripten' or sys_platform == 'win32'" },
+ { name = "tzdata", marker = "platform_system == 'Emscripten' or platform_system == 'Windows'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/91/c3/9f83c374314b2b42e7aec65f3bf87046415ab265f209fa8a04eb6da822ee/mizani-0.13.1.tar.gz", hash = "sha256:e3247ea12c746c8104767d7e42a2d16473173c7bc314f298d8294a58f4653353", size = 765181 }
wheels = [
@@ -5471,7 +5471,7 @@ name = "tqdm"
version = "4.67.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
- { name = "colorama", marker = "sys_platform == 'win32'" },
+ { name = "colorama", marker = "platform_system == 'Windows'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2", size = 169737 }
wheels = [
@@ -5534,7 +5534,7 @@ name = "tzlocal"
version = "5.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
- { name = "tzdata", marker = "sys_platform == 'win32'" },
+ { name = "tzdata", marker = "platform_system == 'Windows'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/04/d3/c19d65ae67636fe63953b20c2e4a8ced4497ea232c43ff8d01db16de8dc0/tzlocal-5.2.tar.gz", hash = "sha256:8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e", size = 30201 }
wheels = [
|
|
fix(entity): allow boolean onlyProperties parameter in entity.assign()
|
9f318f7a7ea94c624c5a316514448952372cf0bf
|
fix
|
https://github.com/mikro-orm/mikro-orm/commit/9f318f7a7ea94c624c5a316514448952372cf0bf
|
allow boolean onlyProperties parameter in entity.assign()
|
diff --git a/Entity.ts b/Entity.ts
index 3b01bf9..22c3843 100644
--- a/Entity.ts
+++ b/Entity.ts
@@ -30,7 +30,7 @@ export interface IEntity<K = number | string> {
init(populated?: boolean): Promise<this>;
toObject(parent?: IEntity, isCollection?: boolean): Record<string, any>;
toJSON(...args: any[]): Record<string, any>;
- assign(data: any, options?: AssignOptions): void;
+ assign(data: any, options?: AssignOptions | boolean): void;
__uuid: string;
__em: EntityManager;
__initialized?: boolean;
|
|
feat(snowflake): support timestamp bucketing
|
a95ffa9710496a06d786d7c683821a48ca5da224
|
feat
|
https://github.com/ibis-project/ibis/commit/a95ffa9710496a06d786d7c683821a48ca5da224
|
support timestamp bucketing
|
diff --git a/registry.py b/registry.py
index 7b9a1f9..f053935 100644
--- a/registry.py
+++ b/registry.py
@@ -257,6 +257,24 @@ def _map_get(t, op):
return sa.cast(expr, sqla_type)
+def _timestamp_bucket(t, op):
+ if op.offset is not None:
+ raise com.UnsupportedOperationError(
+ "`offset` is not supported in the Snowflake backend for timestamp bucketing"
+ )
+
+ interval = op.interval
+
+ if not isinstance(interval, ops.Literal):
+ raise com.UnsupportedOperationError(
+ f"Interval must be a literal for the Snowflake backend, got {type(interval)}"
+ )
+
+ return sa.func.time_slice(
+ t.translate(op.arg), interval.value, interval.dtype.unit.name
+ )
+
+
_TIMESTAMP_UNITS_TO_SCALE = {"s": 0, "ms": 3, "us": 6, "ns": 9}
_SF_POS_INF = sa.func.to_double("Inf")
@@ -471,6 +489,7 @@ operation_registry.update(
ops.TimestampDelta: fixed_arity(
lambda part, left, right: sa.func.timestampdiff(part, right, left), 3
),
+ ops.TimestampBucket: _timestamp_bucket,
}
)
diff --git a/test_temporal.py b/test_temporal.py
index ba133ef..20cc72a 100644
--- a/test_temporal.py
+++ b/test_temporal.py
@@ -2526,7 +2526,6 @@ def test_delta(con, start, end, unit, expected):
"oracle",
"pandas",
"pyspark",
- "snowflake",
"sqlite",
"trino",
],
@@ -2543,16 +2542,24 @@ def test_delta(con, start, end, unit, expected):
param(
{"milliseconds": 50},
"50ms",
- marks=pytest.mark.notimpl(
- ["clickhouse"],
- raises=com.UnsupportedOperationError,
- reason="clickhouse doesn't support sub-second interval precision",
- ),
+ marks=[
+ pytest.mark.notimpl(
+ ["clickhouse"],
+ raises=com.UnsupportedOperationError,
+ reason="backend doesn't support sub-second interval precision",
+ ),
+ pytest.mark.notimpl(
+ ["snowflake"],
+ raises=sa.exc.ProgrammingError,
+ reason="snowflake doesn't support sub-second interval precision",
+ ),
+ ],
+ id="milliseconds",
),
- ({"seconds": 2}, "2s"),
- ({"minutes": 5}, "300s"),
- ({"hours": 2}, "2h"),
- ({"days": 2}, "2D"),
+ param({"seconds": 2}, "2s", id="seconds"),
+ param({"minutes": 5}, "300s", id="minutes"),
+ param({"hours": 2}, "2h", id="hours"),
+ param({"days": 2}, "2D", id="days"),
],
)
def test_timestamp_bucket(backend, kws, pd_freq):
@@ -2573,7 +2580,6 @@ def test_timestamp_bucket(backend, kws, pd_freq):
"oracle",
"pandas",
"pyspark",
- "snowflake",
"sqlite",
"trino",
],
@@ -2585,11 +2591,11 @@ def test_timestamp_bucket(backend, kws, pd_freq):
reason="Druid tests load timestamp_col as a string currently",
)
@pytest.mark.notimpl(
- ["clickhouse", "mssql"],
+ ["clickhouse", "mssql", "snowflake"],
reason="offset arg not supported",
raises=com.UnsupportedOperationError,
)
[email protected]("offset_mins", [2, -2])
[email protected]("offset_mins", [2, -2], ids=["pos", "neg"])
def test_timestamp_bucket_offset(backend, offset_mins):
ts = backend.functional_alltypes.timestamp_col.name("ts")
expr = ts.bucket(minutes=5, offset=ibis.interval(minutes=offset_mins)).name("ts")
|
|
feat: add `Search::can_match_relative_path()`.
This way it's possible to match partial input against a pathspec
to see if this root would have a chance to actually match.
|
e409e8d35075721f57dedca5e65ecd110bd2a5ec
|
feat
|
https://github.com/Byron/gitoxide/commit/e409e8d35075721f57dedca5e65ecd110bd2a5ec
|
add `Search::can_match_relative_path()`.
This way it's possible to match partial input against a pathspec
to see if this root would have a chance to actually match.
|
diff --git a/pattern.rs b/pattern.rs
index ea52d6c..5ae35bd 100644
--- a/pattern.rs
+++ b/pattern.rs
@@ -142,6 +142,12 @@ impl Pattern {
self.signature.contains(MagicSignature::EXCLUDE)
}
+ /// Returns `true` is this pattern is supposed to always match, as it's either empty or designated `nil`.
+ /// Note that technically the pattern might still be excluded.
+ pub fn always_matches(&self) -> bool {
+ self.is_nil() || self.path.is_empty()
+ }
+
/// Translate ourselves to a long display format, that when parsed back will yield the same pattern.
///
/// Note that the
diff --git a/matching.rs b/matching.rs
index 8584df0..5c51375 100644
--- a/matching.rs
+++ b/matching.rs
@@ -8,7 +8,7 @@ use crate::{
impl Search {
/// Return the first [`Match`] of `relative_path`, or `None`.
- /// `is_dir` is `true` if `relative_path` is a directory.
+ /// `is_dir` is `true` if `relative_path` is a directory, or assumed `false` if `None`.
/// `attributes` is called as `attributes(relative_path, case, is_dir, outcome) -> has_match` to obtain for attributes for `relative_path`, if
/// the underlying pathspec defined an attribute filter, to be stored in `outcome`, returning true if there was a match.
/// All attributes of the pathspec have to be present in the defined value for the pathspec to match.
@@ -52,7 +52,7 @@ impl Search {
}
let case = if ignore_case { Case::Fold } else { Case::Sensitive };
- let mut is_match = mapping.value.pattern.is_nil() || mapping.value.pattern.path.is_empty();
+ let mut is_match = mapping.value.pattern.always_matches();
if !is_match {
is_match = if mapping.pattern.first_wildcard_pos.is_none() {
match_verbatim(mapping, relative_path, is_dir, case)
@@ -117,6 +117,67 @@ impl Search {
res
}
}
+
+ /// As opposed to [`Self::pattern_matching_relative_path()`], this method will return `true` for a possibly partial `relative_path`
+ /// if this pathspec *could* match by looking at the shortest shared prefix only.
+ ///
+ /// This is useful if `relative_path` is a directory leading up to the item that is going to be matched in full later.
+ /// Note that it should not end with `/` to indicate it's a directory, rather, use `is_dir` to indicate this.
+ /// `is_dir` is `true` if `relative_path` is a directory, or assumed `false` if `None`.
+ /// Returns `false` if this pathspec has no chance of ever matching `relative_path`.
+ pub fn can_match_relative_path(&self, relative_path: &BStr, is_dir: Option<bool>) -> bool {
+ if self.patterns.is_empty() {
+ return true;
+ }
+ let common_prefix_len = self.common_prefix_len.min(relative_path.len());
+ if relative_path.get(..common_prefix_len).map_or(true, |rela_path_prefix| {
+ rela_path_prefix != self.common_prefix()[..common_prefix_len]
+ }) {
+ return false;
+ }
+ for mapping in &self.patterns {
+ let pattern = &mapping.value.pattern;
+ if mapping.pattern.first_wildcard_pos == Some(0) && !pattern.is_excluded() {
+ return true;
+ }
+ let max_usable_pattern_len = mapping.pattern.first_wildcard_pos.unwrap_or_else(|| pattern.path.len());
+ let common_len = max_usable_pattern_len.min(relative_path.len());
+
+ let pattern_path = pattern.path[..common_len].as_bstr();
+ let longest_possible_relative_path = &relative_path[..common_len];
+ let ignore_case = pattern.signature.contains(MagicSignature::ICASE);
+ let mut is_match = pattern.always_matches();
+ if !is_match && common_len != 0 {
+ is_match = if ignore_case {
+ pattern_path.eq_ignore_ascii_case(longest_possible_relative_path)
+ } else {
+ pattern_path == longest_possible_relative_path
+ };
+
+ if is_match {
+ is_match = if common_len < max_usable_pattern_len {
+ pattern.path.get(common_len) == Some(&b'/')
+ } else if relative_path.len() > max_usable_pattern_len {
+ relative_path.get(common_len) == Some(&b'/')
+ } else {
+ is_match
+ };
+ if let Some(is_dir) = is_dir.filter(|_| pattern.signature.contains(MagicSignature::MUST_BE_DIR)) {
+ is_match = if is_dir {
+ matches!(pattern.path.get(common_len), None | Some(&b'/'))
+ } else {
+ relative_path.get(common_len) == Some(&b'/')
+ }
+ }
+ }
+ }
+ if is_match {
+ return !pattern.is_excluded();
+ }
+ }
+
+ self.all_patterns_are_excluded
+ }
}
fn match_verbatim(
diff --git a/mod.rs b/mod.rs
index aa3b577..1c98b4a 100644
--- a/mod.rs
+++ b/mod.rs
@@ -15,6 +15,139 @@ fn no_pathspecs_match_everything() -> crate::Result {
})
.expect("matches");
assert_eq!(m.pattern.prefix_directory(), "", "there is no prefix as none was given");
+ assert_eq!(
+ m.sequence_number, 0,
+ "this is actually a fake pattern, as we have to match even though there isn't anything"
+ );
+
+ assert!(search.can_match_relative_path("anything".into(), None));
+
+ Ok(())
+}
+
+#[test]
+fn simplified_search_respects_must_be_dir() -> crate::Result {
+ let mut search = gix_pathspec::Search::from_specs(pathspecs(&["a/be/"]), None, Path::new(""))?;
+ search
+ .pattern_matching_relative_path("a/be/file".into(), Some(false), &mut |_, _, _, _| {
+ unreachable!("must not be called")
+ })
+ .expect("matches as this is a prefix match");
+ assert!(
+ !search.can_match_relative_path("any".into(), Some(false)),
+ "not our directory: a, and must be dir"
+ );
+ assert!(
+ !search.can_match_relative_path("any".into(), Some(true)),
+ "not our directory: a"
+ );
+ assert!(
+ !search.can_match_relative_path("any".into(), None),
+ "not our directory: a, and must be dir, still completely out of scope"
+ );
+ assert!(
+ !search.can_match_relative_path("a/bei".into(), None),
+ "not our directory: a/be"
+ );
+ assert!(!search.can_match_relative_path("a".into(), Some(false)), "must be dir");
+ assert!(search.can_match_relative_path("a".into(), Some(true)));
+ assert!(
+ search.can_match_relative_path("a".into(), None),
+ "now dir or not doesn't matter"
+ );
+ assert!(search.can_match_relative_path("a/be".into(), Some(true)));
+ assert!(
+ search.can_match_relative_path("a/be".into(), None),
+ "dir doesn't matter anymore"
+ );
+ assert!(
+ !search.can_match_relative_path("a/be".into(), Some(false)),
+ "files can't match as prefix"
+ );
+ assert!(
+ search.can_match_relative_path("a/be/file".into(), Some(false)),
+ "files can match if they are part of the suffix"
+ );
+
+ assert!(
+ !search.can_match_relative_path("a/b".into(), Some(false)),
+ "can't match a/be"
+ );
+ assert!(
+ !search.can_match_relative_path("a/b".into(), None),
+ "still can't match a/be"
+ );
+ assert!(
+ search
+ .pattern_matching_relative_path("a/b".into(), None, &mut |_, _, _, _| unreachable!("must not be called"))
+ .is_none(),
+ "no match if it's not the whole pattern that matches"
+ );
+ assert!(
+ !search.can_match_relative_path("a/b".into(), Some(true)),
+ "can't match a/be, which must be directory"
+ );
+
+ Ok(())
+}
+
+#[test]
+fn simplified_search_respects_ignore_case() -> crate::Result {
+ let search = gix_pathspec::Search::from_specs(pathspecs(&[":(icase)foo/**/bar"]), None, Path::new(""))?;
+ assert!(search.can_match_relative_path("Foo".into(), None));
+ assert!(search.can_match_relative_path("foo".into(), Some(true)));
+ assert!(search.can_match_relative_path("FOO/".into(), Some(true)));
+
+ Ok(())
+}
+
+#[test]
+fn simplified_search_respects_all_excluded() -> crate::Result {
+ let search = gix_pathspec::Search::from_specs(
+ pathspecs(&[":(exclude)a/file", ":(exclude)b/file"]),
+ None,
+ Path::new(""),
+ )?;
+ assert!(!search.can_match_relative_path("b".into(), None));
+ assert!(!search.can_match_relative_path("a".into(), None));
+ assert!(search.can_match_relative_path("c".into(), None));
+ assert!(search.can_match_relative_path("c/".into(), None));
+
+ Ok(())
+}
+
+#[test]
+fn simplified_search_wildcards() -> crate::Result {
+ let search = gix_pathspec::Search::from_specs(pathspecs(&["**/a*"]), None, Path::new(""))?;
+ assert!(
+ search.can_match_relative_path("a".into(), None),
+ "it can't determine it, so assume match"
+ );
+ assert!(search.can_match_relative_path("a/a".into(), Some(false)));
+ assert!(search.can_match_relative_path("a/a.o".into(), Some(false)));
+ assert!(
+ search.can_match_relative_path("b-unrelated".into(), None),
+ "this is also assumed to be a match, prefer false-positives over false-negatives"
+ );
+ Ok(())
+}
+
+#[test]
+fn simplified_search_handles_nil() -> crate::Result {
+ let search = gix_pathspec::Search::from_specs(pathspecs(&[":"]), None, Path::new(""))?;
+ assert!(search.can_match_relative_path("a".into(), None), "everything matches");
+ assert!(search.can_match_relative_path("a".into(), Some(false)));
+ assert!(search.can_match_relative_path("a".into(), Some(true)));
+ assert!(search.can_match_relative_path("a/b".into(), Some(true)));
+
+ let search = gix_pathspec::Search::from_specs(pathspecs(&[":(exclude)"]), None, Path::new(""))?;
+ assert!(
+ !search.can_match_relative_path("a".into(), None),
+ "everything does not match"
+ );
+ assert!(!search.can_match_relative_path("a".into(), Some(false)));
+ assert!(!search.can_match_relative_path("a".into(), Some(true)));
+ assert!(!search.can_match_relative_path("a/b".into(), Some(true)));
Ok(())
}
@@ -28,6 +161,15 @@ fn init_with_exclude() -> crate::Result {
"re-orded so that excluded are first"
);
assert_eq!(search.common_prefix(), "tests");
+ assert!(
+ search.can_match_relative_path("tests".into(), Some(true)),
+ "prefix matches"
+ );
+ assert!(
+ !search.can_match_relative_path("test".into(), Some(true)),
+ "prefix can not be shorter"
+ );
+ assert!(!search.can_match_relative_path("outside-of-tests".into(), None));
Ok(())
}
@@ -47,6 +189,7 @@ fn no_pathspecs_respect_prefix() -> crate::Result {
.is_none(),
"not the right prefix"
);
+ assert!(!search.can_match_relative_path("hello".into(), None));
let m = search
.pattern_matching_relative_path("a/b".into(), None, &mut |_, _, _, _| unreachable!("must not be called"))
.expect("match");
@@ -55,12 +198,16 @@ fn no_pathspecs_respect_prefix() -> crate::Result {
"a",
"the prefix directory matched verbatim"
);
+ assert!(search.can_match_relative_path("a/".into(), Some(true)));
+ assert!(search.can_match_relative_path("a".into(), Some(true)));
+ assert!(!search.can_match_relative_path("a".into(), Some(false)));
+ assert!(search.can_match_relative_path("a".into(), None), "simple prefix search");
Ok(())
}
#[test]
-fn prefixes_are_always_case_insensitive() -> crate::Result {
+fn prefixes_are_always_case_sensitive() -> crate::Result {
let path = gix_testtools::scripted_fixture_read_only("match_baseline_files.sh")?.join("paths");
let items = baseline::parse_paths(path)?;
@@ -108,6 +255,22 @@ fn prefixes_are_always_case_insensitive() -> crate::Result {
.collect();
assert_eq!(actual, expected, "{spec} {prefix}");
}
+
+ let search = gix_pathspec::Search::from_specs(
+ gix_pathspec::parse(":(icase)bar".as_bytes(), Default::default()),
+ Some(Path::new("FOO")),
+ Path::new(""),
+ )?;
+ assert!(
+ !search.can_match_relative_path("foo".into(), Some(true)),
+ "icase does not apply to the prefix"
+ );
+ assert!(search.can_match_relative_path("FOO".into(), Some(true)));
+ assert!(
+ !search.can_match_relative_path("FOO/ba".into(), Some(true)),
+ "a full match is needed"
+ );
+ assert!(search.can_match_relative_path("FOO/bar".into(), Some(true)));
Ok(())
}
|
|
test(backends): add struct/struct_df fixtures
|
e5e1efb14e35b1315c8d6e9b2f6069620c1d4acb
|
test
|
https://github.com/rohankumardubey/ibis/commit/e5e1efb14e35b1315c8d6e9b2f6069620c1d4acb
|
add struct/struct_df fixtures
|
diff --git a/conftest.py b/conftest.py
index e7d9c65..42f7a8f 100644
--- a/conftest.py
+++ b/conftest.py
@@ -351,6 +351,11 @@ def alltypes(backend):
return backend.functional_alltypes
[email protected](scope='session')
+def struct(backend):
+ return backend.struct
+
+
@pytest.fixture(scope='session')
def sorted_alltypes(backend, alltypes):
return alltypes.sort_by('id')
@@ -381,6 +386,11 @@ def df(alltypes):
return alltypes.execute()
[email protected](scope='session')
+def struct_df(struct):
+ return struct.execute()
+
+
@pytest.fixture(scope='session')
def udf_df(udf_alltypes):
return udf_alltypes.execute()
diff --git a/base.py b/base.py
index 32c3c4b..92599d1 100644
--- a/base.py
+++ b/base.py
@@ -138,6 +138,10 @@ class BackendTest(abc.ABC):
return self.connection.table('geo')
return None
+ @property
+ def struct(self) -> Optional[ir.Table]:
+ return self.connection.table("struct")
+
@property
def api(self):
return self.connection
|
|
feat: interactivity options overrides in particles options, closes #4120
|
309afb5749e40373648bf9173800334da4dbf965
|
feat
|
https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965
|
interactivity options overrides in particles options, closes #4120
|
diff --git a/IExternalInteractor.ts b/IExternalInteractor.ts
index 7dfb3e2..b041961 100644
--- a/IExternalInteractor.ts
+++ b/IExternalInteractor.ts
@@ -1,6 +1,7 @@
import type { ClickMode } from "../../Enums/Modes/ClickMode";
import type { IDelta } from "./IDelta";
import type { IInteractor } from "./IInteractor";
+import type { Particle } from "../Particle";
/**
* @category Interfaces
@@ -8,7 +9,7 @@ import type { IInteractor } from "./IInteractor";
export interface IExternalInteractor extends IInteractor {
handleClickMode?: (mode: ClickMode | string) => void;
- isEnabled(): boolean;
+ isEnabled(particle?: Particle): boolean;
interact(delta: IDelta): Promise<void>;
}
diff --git a/IParticle.ts b/IParticle.ts
index 00d1baa..c29470e 100644
--- a/IParticle.ts
+++ b/IParticle.ts
@@ -12,6 +12,7 @@ import type { IParticleWobble } from "./IParticleWobble";
import type { IParticlesOptions } from "../../Options/Interfaces/Particles/IParticlesOptions";
import type { IShapeValues } from "./IShapeValues";
import type { IStroke } from "../../Options/Interfaces/Particles/IStroke";
+import type { Interactivity } from "../../Options/Classes/Interactivity/Interactivity";
import type { Vector } from "../Utils/Vector";
export interface IParticle {
@@ -45,6 +46,7 @@ export interface IParticle {
readonly strokeWidth?: number;
readonly velocity: Vector;
readonly retina: IParticleRetinaProps;
+ readonly interactivity: Interactivity;
getPosition(): ICoordinates3d;
diff --git a/Particle.ts b/Particle.ts
index 9529ee5..df928c7 100644
--- a/Particle.ts
+++ b/Particle.ts
@@ -37,6 +37,7 @@ import type { IParticleWobble } from "./Interfaces/IParticleWobble";
import type { IParticlesOptions } from "../Options/Interfaces/Particles/IParticlesOptions";
import type { IShape } from "../Options/Interfaces/Particles/Shape/IShape";
import type { IShapeValues } from "./Interfaces/IShapeValues";
+import { Interactivity } from "../Options/Classes/Interactivity/Interactivity";
import { MoveDirection } from "../Enums/Directions/MoveDirection";
import { ParticleOutType } from "../Enums/Types/ParticleOutType";
import type { RecursivePartial } from "../Types/RecursivePartial";
@@ -275,6 +276,8 @@ export class Particle implements IParticle {
*/
readonly retina: IParticleRetinaProps;
+ readonly interactivity: Interactivity;
+
/**
* Gets the particle containing engine instance
* @private
@@ -341,6 +344,11 @@ export class Particle implements IParticle {
particlesOptions.load(this.shapeData?.particles);
}
+ this.interactivity = new Interactivity();
+
+ this.interactivity.load(container.actualOptions.interactivity);
+ this.interactivity.load(particlesOptions.interactivity);
+
this.fill = this.shapeData?.fill ?? this.fill;
this.close = this.shapeData?.close ?? this.close;
this.options = particlesOptions;
diff --git a/ExternalInteractorBase.ts b/ExternalInteractorBase.ts
index 1e4d462..06e6c12 100644
--- a/ExternalInteractorBase.ts
+++ b/ExternalInteractorBase.ts
@@ -28,13 +28,14 @@ export abstract class ExternalInteractorBase implements IExternalInteractor {
/**
* Interaction enabled check
+ * @param particle the particle to check, if null, checks the container
* @returns true or false, checking if the options enable this interaction manager
*/
- abstract isEnabled(): boolean;
+ abstract isEnabled(particle?: Particle): boolean;
/**
* Before interaction reset
- * @param particle the particle to be reset
+ * @param particle the particle to reset
*/
abstract reset(particle: Particle): void;
}
diff --git a/QuadTree.ts b/QuadTree.ts
index 2161cd8..3815038 100644
--- a/QuadTree.ts
+++ b/QuadTree.ts
@@ -91,10 +91,11 @@ export class QuadTree {
* Queries the instance using a [[Circle]] object, with the given position and the given radius
* @param position the circle position
* @param radius the circle radius
+ * @param check the function to check if the particle can be added to the result
* @returns the particles inside the given circle
*/
- queryCircle(position: ICoordinates, radius: number): Particle[] {
- return this.query(new Circle(position.x, position.y, radius));
+ queryCircle(position: ICoordinates, radius: number, check?: (particle: Particle) => boolean): Particle[] {
+ return this.query(new Circle(position.x, position.y, radius), check);
}
/**
@@ -102,9 +103,15 @@ export class QuadTree {
* @param position the circle position
* @param radius the circle radius
* @param containerOrSize the container canvas size
+ * @param check the function to check if the particle can be added to the result
* @returns the particles inside the given circle
*/
- queryCircleWarp(position: ICoordinates, radius: number, containerOrSize: Container | IDimension): Particle[] {
+ queryCircleWarp(
+ position: ICoordinates,
+ radius: number,
+ containerOrSize: Container | IDimension,
+ check?: (particle: Particle) => boolean
+ ): Particle[] {
const container = containerOrSize as Container,
size = containerOrSize as IDimension;
@@ -114,7 +121,8 @@ export class QuadTree {
position.y,
radius,
container.canvas !== undefined ? container.canvas.size : size
- )
+ ),
+ check
);
}
@@ -122,19 +130,21 @@ export class QuadTree {
* Queries the instance using a [[Rectangle]] object, with the given position and the given size
* @param position the rectangle position
* @param size the rectangle size
+ * @param check the function to check if the particle can be added to the result
* @returns the particles inside the given rectangle
*/
- queryRectangle(position: ICoordinates, size: IDimension): Particle[] {
- return this.query(new Rectangle(position.x, position.y, size.width, size.height));
+ queryRectangle(position: ICoordinates, size: IDimension, check?: (particle: Particle) => boolean): Particle[] {
+ return this.query(new Rectangle(position.x, position.y, size.width, size.height), check);
}
/**
* Queries the instance using a [[Rectangle]] object, with the given position and the given size
* @param range the range to use for querying the tree
+ * @param check the function to check if the particle can be added to the result
* @param found found particles array, output parameter
* @returns the particles inside the given range
*/
- query(range: Range, found?: Particle[]): Particle[] {
+ query(range: Range, check?: (particle: Particle) => boolean, found?: Particle[]): Particle[] {
const res = found ?? [];
if (!range.intersects(this.rectangle)) {
@@ -142,7 +152,11 @@ export class QuadTree {
}
for (const p of this.points) {
- if (!range.contains(p.position) && getDistance(range.position, p.position) > p.particle.getRadius()) {
+ if (
+ !range.contains(p.position) &&
+ getDistance(range.position, p.position) > p.particle.getRadius() &&
+ (!check || check(p.particle))
+ ) {
continue;
}
@@ -150,10 +164,10 @@ export class QuadTree {
}
if (this.divided) {
- this.northEast?.query(range, res);
- this.northWest?.query(range, res);
- this.southEast?.query(range, res);
- this.southWest?.query(range, res);
+ this.northEast?.query(range, check, res);
+ this.northWest?.query(range, check, res);
+ this.southEast?.query(range, check, res);
+ this.southWest?.query(range, check, res);
}
return res;
diff --git a/ParticlesOptions.ts b/ParticlesOptions.ts
index 77fed4e..1b7d572 100644
--- a/ParticlesOptions.ts
+++ b/ParticlesOptions.ts
@@ -2,6 +2,7 @@ import { AnimatableColor } from "../AnimatableColor";
import { AnimatableGradient } from "../Gradients/AnimatableGradient";
import { Collisions } from "./Collisions/Collisions";
import { Destroy } from "./Destroy/Destroy";
+import type { IInteractivity } from "../../Interfaces/Interactivity/IInteractivity";
import type { IOptionLoader } from "../../Interfaces/IOptionLoader";
import type { IParticlesOptions } from "../../Interfaces/Particles/IParticlesOptions";
import { Life } from "./Life/Life";
@@ -38,6 +39,7 @@ export class ParticlesOptions implements IParticlesOptions, IOptionLoader<IParti
destroy;
gradient: SingleOrMultiple<AnimatableGradient>;
groups: ParticlesGroups;
+ interactivity?: RecursivePartial<IInteractivity>;
life;
links;
move;
@@ -174,6 +176,10 @@ export class ParticlesOptions implements IParticlesOptions, IOptionLoader<IParti
this.collisions.load(data.collisions);
+ if (data.interactivity !== undefined) {
+ this.interactivity = deepExtend({}, data.interactivity) as RecursivePartial<IInteractivity>;
+ }
+
const strokeToLoad = data.stroke ?? data.shape?.stroke;
if (strokeToLoad) {
diff --git a/IParticlesOptions.ts b/IParticlesOptions.ts
index d69f5b4..81cce67 100644
--- a/IParticlesOptions.ts
+++ b/IParticlesOptions.ts
@@ -6,6 +6,7 @@ import type { IAnimatableColor } from "../IAnimatableColor";
import type { IAnimatableGradient } from "../IAnimatableGradient";
import type { ICollisions } from "./Collisions/ICollisions";
import type { IDestroy } from "./Destroy/IDestroy";
+import type { IInteractivity } from "../Interactivity/IInteractivity";
import type { ILife } from "./Life/ILife";
import type { ILinks } from "./Links/ILinks";
import type { IMove } from "./Move/IMove";
@@ -25,6 +26,7 @@ import type { ITwinkle } from "./Twinkle/ITwinkle";
import type { IWobble } from "./Wobble/IWobble";
import type { IZIndex } from "./ZIndex/IZIndex";
import type { ParticlesGroups } from "../../../Types/ParticlesGroups";
+import type { RecursivePartial } from "../../../Types/RecursivePartial";
import type { SingleOrMultiple } from "../../../Types/SingleOrMultiple";
/**
@@ -48,6 +50,7 @@ export interface IParticlesOptions {
destroy: IDestroy;
gradient: SingleOrMultiple<IAnimatableGradient>;
groups: ParticlesGroups;
+ interactivity?: RecursivePartial<IInteractivity>;
life: ILife;
links: ILinks;
move: IMove;
diff --git a/Attractor.ts b/Attractor.ts
index d9cf083..eec1332 100644
--- a/Attractor.ts
+++ b/Attractor.ts
@@ -11,10 +11,10 @@ import {
isInArray,
mouseMoveEvent,
} from "tsparticles-engine";
-import type { Container, ICoordinates, IParticle } from "tsparticles-engine";
+import type { Container, ICoordinates, Particle } from "tsparticles-engine";
interface IContainerAttract {
- particles: IParticle[];
+ particles: Particle[];
finish?: boolean;
count?: number;
clicking?: boolean;
@@ -53,6 +53,10 @@ export class Attractor extends ExternalInteractorBase {
container.attract.count = 0;
for (const particle of container.attract.particles) {
+ if (!this.isEnabled(particle)) {
+ continue;
+ }
+
particle.velocity.setTo(particle.initialVelocity);
}
@@ -71,11 +75,11 @@ export class Attractor extends ExternalInteractorBase {
};
}
- isEnabled(): boolean {
+ isEnabled(particle?: Particle): boolean {
const container = this.container,
options = container.actualOptions,
mouse = container.interactivity.mouse,
- events = options.interactivity.events;
+ events = (particle?.interactivity ?? options.interactivity).events;
if ((!mouse.position || !events.onHover.enable) && (!mouse.clickPosition || !events.onClick.enable)) {
return false;
@@ -122,9 +126,9 @@ export class Attractor extends ExternalInteractorBase {
}
private processAttract(position: ICoordinates, attractRadius: number, area: Range): void {
- const container = this.container;
- const attractOptions = container.actualOptions.interactivity.modes.attract;
- const query = container.particles.quadTree.query(area);
+ const container = this.container,
+ attractOptions = container.actualOptions.interactivity.modes.attract,
+ query = container.particles.quadTree.query(area, (p) => this.isEnabled(p));
for (const particle of query) {
const { dx, dy, distance } = getDistances(particle.position, position);
diff --git a/Bouncer.ts b/Bouncer.ts
index febf58a..c492d7c 100644
--- a/Bouncer.ts
+++ b/Bouncer.ts
@@ -17,18 +17,18 @@ import {
mouseMoveEvent,
rectBounce,
} from "tsparticles-engine";
-import type { Container, ICoordinates } from "tsparticles-engine";
+import type { Container, ICoordinates, Particle } from "tsparticles-engine";
export class Bouncer extends ExternalInteractorBase {
constructor(container: Container) {
super(container);
}
- isEnabled(): boolean {
+ isEnabled(particle?: Particle): boolean {
const container = this.container,
options = container.actualOptions,
mouse = container.interactivity.mouse,
- events = options.interactivity.events,
+ events = (particle?.interactivity ?? options.interactivity).events,
divs = events.onDiv;
return (
@@ -101,7 +101,7 @@ export class Bouncer extends ExternalInteractorBase {
}
private processBounce(position: ICoordinates, radius: number, area: Range): void {
- const query = this.container.particles.quadTree.query(area);
+ const query = this.container.particles.quadTree.query(area, (p) => this.isEnabled(p));
for (const particle of query) {
if (area instanceof Circle) {
diff --git a/Bubbler.ts b/Bubbler.ts
index 3aabec8..758a486 100644
--- a/Bubbler.ts
+++ b/Bubbler.ts
@@ -77,11 +77,11 @@ export class Bubbler extends ExternalInteractorBase {
};
}
- isEnabled(): boolean {
+ isEnabled(particle?: Particle): boolean {
const container = this.container,
options = container.actualOptions,
mouse = container.interactivity.mouse,
- events = options.interactivity.events,
+ events = (particle?.interactivity ?? options.interactivity).events,
divs = events.onDiv,
divBubble = isDivModeEnabled(DivMode.bubble, divs);
@@ -154,7 +154,7 @@ export class Bubbler extends ExternalInteractorBase {
elem.offsetWidth * pxRatio,
elem.offsetHeight * pxRatio
),
- query = container.particles.quadTree.query(area);
+ query = container.particles.quadTree.query(area, (p) => this.isEnabled(p));
for (const particle of query) {
if (!area.contains(particle.getPosition())) {
@@ -257,7 +257,7 @@ export class Bubbler extends ExternalInteractorBase {
}
const distance = container.retina.bubbleModeDistance,
- query = container.particles.quadTree.queryCircle(mouseClickPos, distance);
+ query = container.particles.quadTree.queryCircle(mouseClickPos, distance, (p) => this.isEnabled(p));
for (const particle of query) {
if (!container.bubble.clicking) {
@@ -326,7 +326,7 @@ export class Bubbler extends ExternalInteractorBase {
}
const distance = container.retina.bubbleModeDistance,
- query = container.particles.quadTree.queryCircle(mousePos, distance);
+ query = container.particles.quadTree.queryCircle(mousePos, distance, (p) => this.isEnabled(p));
//for (const { distance, particle } of query) {
for (const particle of query) {
diff --git a/Connector.ts b/Connector.ts
index f388391..fdfb74b 100644
--- a/Connector.ts
+++ b/Connector.ts
@@ -1,5 +1,5 @@
+import type { Container, Particle } from "tsparticles-engine";
import { ExternalInteractorBase, HoverMode, isInArray } from "tsparticles-engine";
-import type { Container } from "tsparticles-engine";
/**
* Particle connection manager
@@ -10,10 +10,10 @@ export class Connector extends ExternalInteractorBase {
super(container);
}
- isEnabled(): boolean {
+ isEnabled(particle?: Particle): boolean {
const container = this.container,
mouse = container.interactivity.mouse,
- events = container.actualOptions.interactivity.events;
+ events = (particle?.interactivity ?? container.actualOptions.interactivity).events;
if (!(events.onHover.enable && mouse.position)) {
return false;
@@ -41,7 +41,7 @@ export class Connector extends ExternalInteractorBase {
}
const distance = Math.abs(container.retina.connectModeRadius),
- query = container.particles.quadTree.queryCircle(mousePos, distance);
+ query = container.particles.quadTree.queryCircle(mousePos, distance, (p) => this.isEnabled(p));
let i = 0;
diff --git a/Grabber.ts b/Grabber.ts
index 66fbf56..90ec9ec 100644
--- a/Grabber.ts
+++ b/Grabber.ts
@@ -1,3 +1,4 @@
+import type { Container, Particle } from "tsparticles-engine";
import {
ExternalInteractorBase,
HoverMode,
@@ -7,7 +8,6 @@ import {
isInArray,
mouseMoveEvent,
} from "tsparticles-engine";
-import type { Container } from "tsparticles-engine";
/**
* Particle grab manager
@@ -18,10 +18,10 @@ export class Grabber extends ExternalInteractorBase {
super(container);
}
- isEnabled(): boolean {
+ isEnabled(particle?: Particle): boolean {
const container = this.container,
mouse = container.interactivity.mouse,
- events = container.actualOptions.interactivity.events;
+ events = (particle?.interactivity ?? container.actualOptions.interactivity).events;
return events.onHover.enable && !!mouse.position && isInArray(HoverMode.grab, events.onHover.mode);
}
@@ -46,7 +46,7 @@ export class Grabber extends ExternalInteractorBase {
}
const distance = container.retina.grabModeDistance,
- query = container.particles.quadTree.queryCircle(mousePos, distance);
+ query = container.particles.quadTree.queryCircle(mousePos, distance, (p) => this.isEnabled(p));
for (const particle of query) {
/*
diff --git a/Remover.ts b/Remover.ts
index 3a7a076..fb83a26 100644
--- a/Remover.ts
+++ b/Remover.ts
@@ -16,9 +16,9 @@ export class Remover extends ExternalInteractorBase {
return;
}
- const container = this.container;
- const options = container.actualOptions;
- const removeNb = options.interactivity.modes.remove.quantity;
+ const container = this.container,
+ options = container.actualOptions,
+ removeNb = options.interactivity.modes.remove.quantity;
container.particles.removeQuantity(removeNb);
};
diff --git a/Repulser.ts b/Repulser.ts
index 6e858d9..644ac61 100644
--- a/Repulser.ts
+++ b/Repulser.ts
@@ -5,7 +5,6 @@ import {
DivType,
ExternalInteractorBase,
HoverMode,
- IParticle,
Range,
Rectangle,
Vector,
@@ -18,10 +17,10 @@ import {
isInArray,
mouseMoveEvent,
} from "tsparticles-engine";
-import type { Container, DivEvent, ICoordinates, RepulseDiv } from "tsparticles-engine";
+import type { Container, DivEvent, ICoordinates, Particle, RepulseDiv } from "tsparticles-engine";
interface IContainerRepulse {
- particles: IParticle[];
+ particles: Particle[];
finish?: boolean;
count?: number;
clicking?: boolean;
@@ -60,6 +59,10 @@ export class Repulser extends ExternalInteractorBase {
container.repulse.count = 0;
for (const particle of container.repulse.particles) {
+ if (!this.isEnabled(particle)) {
+ continue;
+ }
+
particle.velocity.setTo(particle.initialVelocity);
}
@@ -78,11 +81,11 @@ export class Repulser extends ExternalInteractorBase {
};
}
- isEnabled(): boolean {
+ isEnabled(particle?: Particle): boolean {
const container = this.container,
options = container.actualOptions,
mouse = container.interactivity.mouse,
- events = options.interactivity.events,
+ events = (particle?.interactivity ?? options.interactivity).events,
divs = events.onDiv,
divRepulse = isDivModeEnabled(DivMode.repulse, divs);
@@ -169,7 +172,7 @@ export class Repulser extends ExternalInteractorBase {
private processRepulse(position: ICoordinates, repulseRadius: number, area: Range, divRepulse?: RepulseDiv): void {
const container = this.container,
- query = container.particles.quadTree.query(area),
+ query = container.particles.quadTree.query(area, (p) => this.isEnabled(p)),
repulseOptions = container.actualOptions.interactivity.modes.repulse;
for (const particle of query) {
@@ -218,7 +221,7 @@ export class Repulser extends ExternalInteractorBase {
}
const range = new Circle(mouseClickPos.x, mouseClickPos.y, repulseRadius),
- query = container.particles.quadTree.query(range);
+ query = container.particles.quadTree.query(range, (p) => this.isEnabled(p));
for (const particle of query) {
const { dx, dy, distance } = getDistances(mouseClickPos, particle.position),
@@ -385,7 +388,7 @@ export class Repulser implements IExternalInteractor {
divRepulse?: RepulseDiv
): void {
const container = this.container;
- const query = container.particles.quadTree.query(area);
+ const query = container.particles.quadTree.query(area, p => this.isEnabled(p));
for (const particle of query) {
const { dx, dy, distance } = getDistances(particle.position, position);
diff --git a/TrailMaker.ts b/TrailMaker.ts
index 78c8757..da5aec1 100644
--- a/TrailMaker.ts
+++ b/TrailMaker.ts
@@ -1,5 +1,5 @@
import { ClickMode, ExternalInteractorBase, HoverMode, isInArray } from "tsparticles-engine";
-import type { Container, ICoordinates, IDelta } from "tsparticles-engine";
+import type { Container, ICoordinates, IDelta, Particle } from "tsparticles-engine";
/**
* @category Interactions
@@ -60,11 +60,11 @@ export class TrailMaker extends ExternalInteractorBase {
this.delay -= optDelay;
}
- isEnabled(): boolean {
+ isEnabled(particle?: Particle): boolean {
const container = this.container,
options = container.actualOptions,
mouse = container.interactivity.mouse,
- events = options.interactivity.events;
+ events = (particle?.interactivity ?? options.interactivity).events;
return (
(mouse.clicking && mouse.inside && !!mouse.position && isInArray(ClickMode.trail, events.onClick.mode)) ||
diff --git a/ExternalLighter.ts b/ExternalLighter.ts
index a7802e6..5604f4c 100644
--- a/ExternalLighter.ts
+++ b/ExternalLighter.ts
@@ -1,5 +1,5 @@
+import type { Container, Particle } from "tsparticles-engine";
import { ExternalInteractorBase, HoverMode, isInArray } from "tsparticles-engine";
-import type { Container } from "tsparticles-engine";
import { drawLight } from "./Utils";
export class ExternalLighter extends ExternalInteractorBase {
@@ -24,10 +24,10 @@ export class ExternalLighter extends ExternalInteractorBase {
}
}
- isEnabled(): boolean {
+ isEnabled(particle?: Particle): boolean {
const container = this.container,
mouse = container.interactivity.mouse,
- events = container.actualOptions.interactivity.events;
+ events = (particle?.interactivity ?? container.actualOptions.interactivity).events;
if (!(events.onHover.enable && mouse.position)) {
return false;
diff --git a/ParticlesLighter.ts b/ParticlesLighter.ts
index 924ff2e..e95140c 100644
--- a/ParticlesLighter.ts
+++ b/ParticlesLighter.ts
@@ -22,10 +22,10 @@ export class ParticlesLighter extends ParticlesInteractorBase {
}
}
- isEnabled(): boolean {
+ isEnabled(particle: Particle): boolean {
const container = this.container,
mouse = container.interactivity.mouse,
- events = container.actualOptions.interactivity.events;
+ events = particle.interactivity.events;
if (!(events.onHover.enable && mouse.position)) {
return false;
|
|
chore: replace custom kudu image with upstream
|
0ca61fb25922622cf38a62224fb3482452d155b2
|
chore
|
https://github.com/rohankumardubey/ibis/commit/0ca61fb25922622cf38a62224fb3482452d155b2
|
replace custom kudu image with upstream
|
diff --git a/docker-compose.yml b/docker-compose.yml
index d37b912..2b492d9 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -60,11 +60,10 @@ services:
- SYS_TIME
depends_on:
- kudu-tserver
- environment:
- KUDU_MASTER: "true"
- image: ibisproject/kudu:latest
+ image: apache/kudu:1.17.0
networks:
- impala
+ command: kudu master run --fs_wal_dir=/var/lib/kudu/master --fs_data_dirs=/var/lib/kudu/master
healthcheck:
interval: 5s
retries: 20
@@ -76,11 +75,10 @@ services:
kudu-tserver:
cap_add:
- SYS_TIME
- environment:
- KUDU_MASTER: "false"
- image: ibisproject/kudu:latest
+ image: apache/kudu:1.17.0
networks:
- impala
+ command: kudu tserver run --fs_wal_dir=/var/lib/kudu/master --fs_data_dirs=/var/lib/kudu/master --tserver_master_addrs=kudu
healthcheck:
interval: 5s
retries: 20
|
|
ci: remove unused branches and ignore envrc file
|
d0c6476df61b9c6ab07b87e1724ea7c5318595bb
|
ci
|
https://github.com/rohankumardubey/ibis/commit/d0c6476df61b9c6ab07b87e1724ea7c5318595bb
|
remove unused branches and ignore envrc file
|
diff --git a/ibis-backends-cloud.yml b/ibis-backends-cloud.yml
index fdc7c38..e556df2 100644
--- a/ibis-backends-cloud.yml
+++ b/ibis-backends-cloud.yml
@@ -5,9 +5,12 @@ on:
# Skip the backend suite if all changes are in the docs directory
paths-ignore:
- "docs/**"
+ - "**/*.md"
+ - "**/*.qmd"
+ - "codecov.yml"
+ - ".envrc"
branches:
- master
- - quarto
permissions:
# this allows extractions/setup-just to list releases for `just` at a higher
diff --git a/ibis-backends-skip-helper.yml b/ibis-backends-skip-helper.yml
index 85f1daa..43dac97 100644
--- a/ibis-backends-skip-helper.yml
+++ b/ibis-backends-skip-helper.yml
@@ -9,20 +9,20 @@ on:
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
pull_request:
paths:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
merge_group:
jobs:
test_backends:
diff --git a/ibis-backends.yml b/ibis-backends.yml
index b2fd399..aa43a03 100644
--- a/ibis-backends.yml
+++ b/ibis-backends.yml
@@ -8,10 +8,10 @@ on:
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
pull_request:
# Skip the backend suite if all changes are docs
paths-ignore:
@@ -19,10 +19,10 @@ on:
- "**/*.md"
- "**/*.qmd"
- "codecov.yml"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
merge_group:
permissions:
diff --git a/ibis-docs-lint.yml b/ibis-docs-lint.yml
index 5d12bfd..5b2937d 100644
--- a/ibis-docs-lint.yml
+++ b/ibis-docs-lint.yml
@@ -5,12 +5,10 @@ on:
branches:
- master
- "*.x.x"
- - quarto
pull_request:
branches:
- master
- "*.x.x"
- - quarto
merge_group:
concurrency:
diff --git a/ibis-main-skip-helper.yml b/ibis-main-skip-helper.yml
index 6f12b7b..09aa39b 100644
--- a/ibis-main-skip-helper.yml
+++ b/ibis-main-skip-helper.yml
@@ -8,19 +8,19 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
pull_request:
paths:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
merge_group:
jobs:
test_core:
diff --git a/ibis-main.yml b/ibis-main.yml
index 191f565..05c6ca6 100644
--- a/ibis-main.yml
+++ b/ibis-main.yml
@@ -7,20 +7,20 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
pull_request:
# Skip the test suite if all changes are in the docs directory
paths-ignore:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
merge_group:
permissions:
diff --git a/ibis-tpch-queries-skip-helper.yml b/ibis-tpch-queries-skip-helper.yml
index c7493ee..472e382 100644
--- a/ibis-tpch-queries-skip-helper.yml
+++ b/ibis-tpch-queries-skip-helper.yml
@@ -6,19 +6,19 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
pull_request:
paths:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
merge_group:
concurrency:
diff --git a/ibis-tpch-queries.yml b/ibis-tpch-queries.yml
index b67fa5c..1ded43c 100644
--- a/ibis-tpch-queries.yml
+++ b/ibis-tpch-queries.yml
@@ -6,19 +6,19 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
pull_request:
paths-ignore:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
merge_group:
concurrency:
diff --git a/nix-skip-helper.yml b/nix-skip-helper.yml
index 37306c9..c8f2973 100644
--- a/nix-skip-helper.yml
+++ b/nix-skip-helper.yml
@@ -9,19 +9,19 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
pull_request:
paths:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
merge_group:
jobs:
diff --git a/nix.yml b/nix.yml
index 0e90850..bbb7d48 100644
--- a/nix.yml
+++ b/nix.yml
@@ -6,19 +6,19 @@ on:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
pull_request:
paths-ignore:
- "docs/**"
- "**/*.md"
- "**/*.qmd"
+ - ".envrc"
branches:
- master
- "*.x.x"
- - quarto
merge_group:
concurrency:
|
|
ci: give PYTHONPATH to doc builds
|
ffd220d2642b710ba11abe8dcd342ce383c0aca0
|
ci
|
https://github.com/rohankumardubey/ibis/commit/ffd220d2642b710ba11abe8dcd342ce383c0aca0
|
give PYTHONPATH to doc builds
|
diff --git a/ibis-docs-lint.yml b/ibis-docs-lint.yml
index 29b1203..0a53292 100644
--- a/ibis-docs-lint.yml
+++ b/ibis-docs-lint.yml
@@ -174,6 +174,8 @@ jobs:
--prefix docs \\
--message 'docs(dev): ibis@${{ github.sha }}' \\
dev
+ env:
+ PYTHONPATH: .
simulate_release:
runs-on: ubuntu-latest
diff --git a/ibis-docs-release.yml b/ibis-docs-release.yml
index 7c57fc2..ac37c1b 100644
--- a/ibis-docs-release.yml
+++ b/ibis-docs-release.yml
@@ -61,3 +61,5 @@ jobs:
--prefix docs \\
--message "docs(release): ibis@${GITHUB_REF_NAME}" \\
"${GITHUB_REF_NAME}" latest
+ env:
+ PYTHONPATH: .
|
|
chore(tools): consolidated updates (#10276)
|
0a86e3c82ac9fcaf39da2c0c49d6c922208a09d5
|
chore
|
https://github.com/rohankumardubey/ibis/commit/0a86e3c82ac9fcaf39da2c0c49d6c922208a09d5
|
consolidated updates (#10276)
|
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9c81700..8a1e69b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ ci:
- statix
- taplo
default_stages:
- - commit
+ - pre-commit
repos:
- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
diff --git a/flake.lock b/flake.lock
index 74dc83c..2dac931 100644
--- a/flake.lock
+++ b/flake.lock
@@ -61,11 +61,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1727595381,
- "narHash": "sha256-QmBfGiZ9MUDVyURJCqX34nm/xSG6T2Qo201NFQBxgMQ=",
+ "lastModified": 1728182355,
+ "narHash": "sha256-RyQMxBhpaZfL0AqEyuiM8I7aAtxDVc9siAsNMY8WFTs=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "a08c2e29b92af50096a563edc8b527efb501711a",
+ "rev": "7d49afd36b5590f023ec56809c02e05d8164fbc4",
"type": "github"
},
"original": {
@@ -88,11 +88,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
- "lastModified": 1727546745,
- "narHash": "sha256-dtOOYKGcfYTf0bSPuiY+BVEKdSw/zd/u2QvNXciQ0/E=",
+ "lastModified": 1727711975,
+ "narHash": "sha256-zkkL5gw+TNXhVO2zpeH70TKh2dSzUbkBbO6gKHO37s0=",
"owner": "nix-community",
"repo": "poetry2nix",
- "rev": "d8928e5929c2344704264e8447452e0f73c72497",
+ "rev": "ef877b8e159b23f36ebc39155021657bed744a68",
"type": "github"
},
"original": {
diff --git a/justfile b/justfile
index a2de9f4..b80f2c9 100644
--- a/justfile
+++ b/justfile
@@ -31,7 +31,7 @@ update *deps: check-poetry
#!/usr/bin/env bash
set -euo pipefail
- poetry update {{ deps }}
+ poetry update --lock {{ deps }}
just export-deps
# export locked dependencies
diff --git a/poetry.lock b/poetry.lock
index ef2b295..ead0bfc 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -4703,13 +4703,13 @@ files = [
[[package]]
name = "pre-commit"
-version = "3.8.0"
+version = "4.0.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.9"
files = [
- {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"},
- {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"},
+ {file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"},
+ {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"},
]
[package.dependencies]
@@ -7141,13 +7141,13 @@ files = [
[[package]]
name = "toolz"
-version = "0.12.1"
+version = "1.0.0"
description = "List processing tools and functional utilities"
optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
files = [
- {file = "toolz-0.12.1-py3-none-any.whl", hash = "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85"},
- {file = "toolz-0.12.1.tar.gz", hash = "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d"},
+ {file = "toolz-1.0.0-py3-none-any.whl", hash = "sha256:292c8f1c4e7516bf9086f8850935c799a874039c8bcf959d47b600e4c44a6236"},
+ {file = "toolz-1.0.0.tar.gz", hash = "sha256:2c86e3d9a04798ac556793bced838816296a2f085017664e4995cb40a1047a02"},
]
[[package]]
@@ -7934,4 +7934,4 @@ visualization = ["graphviz"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
-content-hash = "affac0818092aef3a721fda1823e3f2b0b180db58a190bd0d472ec20aaa4c34c"
+content-hash = "cd8a56b7200af185c911051b084b60942048334ba78897cce56edf0046fa4dc0"
diff --git a/pyproject.toml b/pyproject.toml
index 5081f48..c247fa0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -42,7 +42,7 @@ parsy = ">=2,<3"
python-dateutil = ">=2.8.2,<3"
pytz = ">=2022.7"
sqlglot = ">=23.4,<25.25"
-toolz = ">=0.11,<1"
+toolz = ">=0.11,<2"
typing-extensions = ">=4.3.0,<5"
numpy = { version = ">=1.23.2,<3", optional = true }
pandas = { version = ">=1.5.3,<3", optional = true }
@@ -94,7 +94,7 @@ google-cloud-storage = ">=2.7.0,<3"
ipython = ">=8.7.0,<9"
poetry-plugin-export = ">=1.6.0,<2"
poetry-dynamic-versioning = ">=0.18.0,<2"
-pre-commit = ">=3.1,<4"
+pre-commit = ">=4,<5"
pyinstrument = ">=4.5.1,<5"
ruff = ">=0.1.8"
tqdm = ">=4.66.1,<5"
diff --git a/requirements-dev.txt b/requirements-dev.txt
index a94e403..4577fb8 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -173,7 +173,7 @@ poetry-plugin-export==1.8.0 ; python_version >= "3.10" and python_version < "4.0
poetry==1.8.3 ; python_version >= "3.10" and python_version < "4.0"
polars==1.9.0 ; python_version >= "3.10" and python_version < "4.0"
pprintpp==0.4.0 ; python_version >= "3.10" and python_version < "4.0"
-pre-commit==3.8.0 ; python_version >= "3.10" and python_version < "4.0"
+pre-commit==4.0.0 ; python_version >= "3.10" and python_version < "4.0"
prometheus-client==0.21.0 ; python_version >= "3.10" and python_version < "3.13"
prompt-toolkit==3.0.48 ; python_version >= "3.10" and python_version < "4.0"
proto-plus==1.24.0 ; python_version >= "3.10" and python_version < "4.0"
@@ -266,7 +266,7 @@ thrift==0.16.0 ; python_version >= "3.10" and python_version < "4.0"
tinycss2==1.3.0 ; python_version >= "3.10" and python_version < "3.13"
tomli==2.0.2 ; python_version >= "3.10" and python_version < "4.0"
tomlkit==0.13.2 ; python_version >= "3.10" and python_version < "4.0"
-toolz==0.12.1 ; python_version >= "3.10" and python_version < "4.0"
+toolz==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
tornado==6.4.1 ; python_version >= "3.10" and python_version < "3.13"
tqdm==4.66.5 ; python_version >= "3.10" and python_version < "4.0"
traitlets==5.14.3 ; python_version >= "3.10" and python_version < "4.0"
|
|
docs: blitz
|
edc955c43aec4ed72f6ba7c42e8d37d66b61809c
|
docs
|
https://github.com/rohankumardubey/ibis/commit/edc955c43aec4ed72f6ba7c42e8d37d66b61809c
|
blitz
|
diff --git a/nix.yml b/nix.yml
index 2dc5c38..caf5b9a 100644
--- a/nix.yml
+++ b/nix.yml
@@ -25,6 +25,7 @@ concurrency:
jobs:
nix:
+ # TODO: we can't use macos-latest here until watchdog is fixed
runs-on: ubuntu-latest
strategy:
fail-fast: false
diff --git a/.prettierignore b/.prettierignore
index 029c8ec..a1e0e54 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -7,5 +7,6 @@ result
result-*
docs/release_notes.md
docs/overrides/*.html
+docs/SUMMARY.md
site
ci/udf/CMakeFiles
diff --git a/SUMMARY.md b/SUMMARY.md
index e182243..6a8406e 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -0,0 +1,34 @@
+* [Home](index.md)
+* [Installation](installation.md)
+* Tutorial
+ * [Introduction to Ibis](tutorial/01-Introduction-to-Ibis.ipynb)
+ * [Aggregating and Joining](tutorial/02-Aggregates-Joins.ipynb)
+ * [Lazy Mode and Logging](tutorial/03-Expressions-Lazy-Mode-Logging.ipynb)
+ * [More Value Expressions](tutorial/04-More-Value-Expressions.ipynb)
+ * [Creating and Inserting External Data](tutorial/05-IO-Create-Insert-External-Data.ipynb)
+ * Advanced Topics
+ * [Complex Filtering](tutorial/06-ComplexFiltering.ipynb)
+ * [Analytics Tools](tutorial/07-Analytics-Tools.ipynb)
+ * [Geospatial Analysis](tutorial/08-Geospatial-Analysis.ipynb)
+* [Ibis for SQL Programmers](ibis-for-sql-programmers.ipynb)
+* [User Guide](user_guide/)
+* [Backends](backends/)
+* [Contribute](contribute/)
+* Community
+ * [About](about/)
+ * [Ask a question (StackOverflow)](https://stackoverflow.com/questions/tagged/ibis)
+ * [Chat (Gitter)](https://gitter.im/ibis-dev/Lobby)
+ * community/*.md
+* [Release Notes](release_notes.md)
+* API Reference
+ * [Expressions](api/expressions/index.md)
+ * [Top Level](api/expressions/top_level.md)
+ * [Tables](api/expressions/tables.md)
+ * [Generic Values](api/expressions/generic.md)
+ * [Numeric + Boolean](api/expressions/numeric.md)
+ * [Strings](api/expressions/strings.md)
+ * [Timestamps + Dates + Times](api/expressions/timestamps.md)
+ * [Collections](api/expressions/collections.md)
+ * [Geospatial](api/expressions/geospatial.md)
+ * [Data Types](api/datatypes.md)
+ * [Backend Interfaces](api/backends/)
diff --git a/ClickHouse.md b/ClickHouse.md
index 336d45d..2b85409 100644
--- a/ClickHouse.md
+++ b/ClickHouse.md
@@ -3,9 +3,7 @@ backend_name: ClickHouse
backend_url: https://clickhouse.yandex/
backend_module: clickhouse
backend_param_style: connection parameters
-is_experimental: false
-backend_connection_example: |
- >>> con = ibis.clickhouse.connect(host="localhost", port=9000)
+backend_connection_example: ibis.clickhouse.connect(host="localhost", port=9000)
---
{% include 'backends/template.md' %}
diff --git a/Dask.md b/Dask.md
index 3b5bffb..2b10aa5 100644
--- a/Dask.md
+++ b/Dask.md
@@ -4,11 +4,7 @@ backend_url: https://dask.org
backend_module: dask
backend_param_style: a dictionary of paths
is_experimental: true
-backend_connection_example: |
- >>> import ibis
- >>> data_sources = {"t": "path/to/file.parquet", "s": "path/to/file.csv"}
- >>> client = ibis.dask.connect(data_sources)
- >>> t = client.table("t")
+backend_connection_example: 'ibis.dask.connect({"t": "path/to/file.parquet", "s": "path/to/file.csv"})'
---
{% include 'backends/template.md' %}
diff --git a/Datafusion.md b/Datafusion.md
index 84e777c..c2c72e2 100644
--- a/Datafusion.md
+++ b/Datafusion.md
@@ -4,11 +4,8 @@ backend_url: https://arrow.apache.org/datafusion/
backend_module: datafusion
backend_param_style: a dictionary of paths
is_experimental: true
-backend_connection_example: |
- >>> import ibis
- >>> data_sources = {"t": "path/to/file.parquet", "s": "path/to/file.csv"}
- >>> client = ibis.datafusion.connect(data_sources)
- >>> t = client.table("t")
+version_added: "2.1"
+backend_connection_example: 'ibis.datafusion.connect({"t": "path/to/file.parquet", "s": "path/to/file.csv"})'
---
{% include 'backends/template.md' %}
diff --git a/Impala.md b/Impala.md
index fa1f912..58e6690 100644
--- a/Impala.md
+++ b/Impala.md
@@ -1,37 +1,18 @@
-# [Impala](https://impala.apache.org/)
-
-One goal of Ibis is to provide an integrated Python API for an Impala cluster
-without requiring you to switch back and forth between Python code and the
-Impala shell (where one would be using a mix of DDL and SQL statements).
-
-If you find an Impala task that you cannot perform with Ibis, please get in
-touch on the [GitHub issue tracker](http://github.com/ibis-project/ibis).
-
-While interoperability between the Hadoop / Spark ecosystems and pandas / the
-PyData stack is overall poor (but improving), we also show some ways that you
-can use pandas with Ibis and Impala.
-
-## Install
-
-Install dependencies for Ibis's Impala dialect:
-
- pip install 'ibis-framework[impala]'
-
-or
-
- conda install -c conda-forge ibis-impala
-
-## Connect
-
-To create an Ibis client, you must first connect your services and
-assemble the client using `ibis.impala.connect`:
-
-```python
-import ibis
-
-hdfs = ibis.impala.hdfs_connect(host='impala', port=50070)
-con = ibis.impala.connect(host='impala', database='ibis_testing', hdfs_client=hdfs)
-```
+---
+backend_name: Impala
+backend_url: https://impala.apache.org/
+backend_module: impala
+backend_param_style: connection parameters
+backend_connection_example: |
+ hdfs = ibis.impala.hdfs_connect(host='impala', port=50070)
+ ibis.impala.connect(host='impala', database='ibis_testing', hdfs_client=hdfs)
+intro: |
+ One goal of Ibis is to provide an integrated Python API for an Impala cluster
+ without requiring you to switch back and forth between Python code and the
+ Impala shell.
+---
+
+{% include 'backends/template.md' %}
Both method calls can take `auth_mechanism='GSSAPI'` or `auth_mechanism='LDAP'`
to connect to Kerberos clusters. Depending on your cluster setup, this may also
@@ -43,6 +24,18 @@ your HDFS cluster (`ibis.impala.hdfs_connect`) and connecting to Impala with
`ibis.impala.connect`. See `backends.impala` for a tutorial on using this
backend.
+## Connection API
+
+<!-- prettier-ignore-start -->
+::: ibis.backends.impala.Backend
+ rendering:
+ heading_level: 3
+ selection:
+ members:
+ - do_connect
+
+<!-- prettier-ignore-end -->
+
## Database methods
<!-- prettier-ignore-start -->
diff --git a/MySQL.md b/MySQL.md
index a7a2af7..7365c40 100644
--- a/MySQL.md
+++ b/MySQL.md
@@ -3,9 +3,7 @@ backend_name: MySQL
backend_url: https://www.mysql.com/
backend_module: mysql
backend_param_style: a SQLAlchemy-style URI
-is_experimental: false
-backend_connection_example: |
- >>> con = ibis.mysql.connect(url='mysql+pymysql://ibis:ibis@mysql/ibis_testing')
+backend_connection_example: ibis.mysql.connect(url='mysql+pymysql://ibis:ibis@mysql/ibis_testing')
---
{% include 'backends/template.md' %}
diff --git a/Pandas.md b/Pandas.md
index 6c4b091..e736780 100644
--- a/Pandas.md
+++ b/Pandas.md
@@ -1,19 +1,28 @@
-# [Pandas](https://pandas.pydata.org/)
-
-Ibis's pandas backend is available in core Ibis:
-
-Create a client by supplying a dictionary of DataFrames using
-`ibis.pandas.connect`. The keys become the table names:
-
-```python
-import pandas as pd
-con = ibis.pandas.connect(
- {
- 'A': pd._testing.makeDataFrame(),
- 'B': pd._testing.makeDataFrame(),
- }
-)
-```
+---
+backend_name: Pandas
+backend_url: https://pandas.pydata.org/
+backend_module: pandas
+intro: Ibis's pandas backend is available in core Ibis.
+backend_param_style: a dictionary of paths
+do_connect_base: BasePandasBackend
+backend_connection_example: 'ibis.pandas.connect({"t": pd.DataFrame({"a": [1, 2, 3]})})'
+is_core: true
+---
+
+{% include 'backends/template.md' %}
+
+## API
+
+<!-- prettier-ignore-start -->
+::: ibis.backends.pandas.BasePandasBackend
+ rendering:
+ heading_level: 3
+
+::: ibis.backends.pandas.Backend
+ rendering:
+ heading_level: 3
+
+<!-- prettier-ignore-end -->
## User Defined functions (UDF)
diff --git a/PostgreSQL.md b/PostgreSQL.md
index 4528c14..bc708ea 100644
--- a/PostgreSQL.md
+++ b/PostgreSQL.md
@@ -3,9 +3,7 @@ backend_name: PostgreSQL
backend_url: https://www.postgresql.org/
backend_module: postgres
backend_param_style: a SQLAlchemy-style URI
-is_experimental: false
-backend_connection_example: |
- >>> con = ibis.postgres.connect(url='postgresql://postgres:postgres@postgres:5432/ibis_testing')
+backend_connection_example: ibis.postgres.connect(url='postgresql://user:pass@host:port/db')
---
{% include 'backends/template.md' %}
diff --git a/PySpark.md b/PySpark.md
index 739d251..fc1e4ac 100644
--- a/PySpark.md
+++ b/PySpark.md
@@ -3,10 +3,9 @@ backend_name: PySpark
backend_url: https://spark.apache.org/docs/latest/api/python/
backend_module: pyspark
backend_param_style: PySpark things
-is_experimental: false
backend_connection_example: |
- >>> import ibis
- >>> ibis.pyspark.connect(...)
+ session = pyspark.sql.SparkSession.builder.getOrCreate()
+ ibis.pyspark.connect(session)
---
{% include 'backends/template.md' %}
diff --git a/SQLite.md b/SQLite.md
index 99d1410..4aa876a 100644
--- a/SQLite.md
+++ b/SQLite.md
@@ -3,10 +3,7 @@ backend_name: SQLite
backend_url: https://www.sqlite.org/
backend_module: sqlite
backend_param_style: a path to a SQLite database
-is_experimental: true
-backend_connection_example: |
- >>> import ibis
- >>> ibis.sqlite.connect('path/to/my/sqlite.db')
+backend_connection_example: ibis.sqlite.connect('path/to/my/sqlite.db')
---
{% include 'backends/template.md' %}
diff --git a/index.md b/index.md
index 66cb540..29ef7b8 100644
--- a/index.md
+++ b/index.md
@@ -5,9 +5,7 @@ hide:
# :ibis-logo: Ibis
-<div markdown>
-## Expressive analytics in Python, whatever the scale.
-</div>
+## Expressive analytics in Python at any scale.
<script
src="https://asciinema.org/a/yp5Ww4XKyjJsUCXkEz5or9rPq.js"
@@ -39,7 +37,7 @@ hide:
##### Ibis
```python
- t.group_by("f").aggregate(d=lambda t: (t.a + t.b).sum())
+ t.group_by("f").aggregate(d=t.a + t.b.sum())
```
=== "Join"
@@ -71,7 +69,7 @@ hide:
##### Ibis
```python
- t.group_by("y").mutate(z=lambda t: t.x.avg())
+ t.group_by("y").mutate(z=t.x.avg())
```
!!! tip "Coming from SQL?"
@@ -82,27 +80,27 @@ hide:
#### No more rewrites when scaling up or down.
-=== "BigQuery"
+=== "SQLite"
```python
- con = ibis.bigquery.connect(project_id=...)
+ con = ibis.sqlite.connect("my_sqlite.db")
```
-=== "SQLite"
+=== "PostgreSQL"
```python
- con = ibis.sqlite.connect("path/to/sqlite.db")
+ con = ibis.postgres.connect(user="me", host="my_computer", port=9090)
```
-=== "PostgreSQL"
+=== "BigQuery"
```python
- con = ibis.postgres.connect(user=..., host=..., port=...)
+ con = ibis.bigquery.connect(project_id="my_project_id", dataset_id="my_dataset_id")
```
```python
t = con.table("t")
-t.group_by("y").mutate(z=lambda t: t.x.avg())
+t.group_by("y").mutate(z=t.x.avg())
```
### Ecosystem
@@ -178,3 +176,7 @@ Let's compute the number of citizens per squared kilometer in Asia:
``` python title="docs/sqlalchemy_example.py" "linenums="1"
--8<-- "docs/sqlalchemy_example.py"
```
+
+ ??? question "Want the data?"
+
+Download the example SQLite database at https://storage.googleapis.com/ibis-testing-data/crunchbase.db!
diff --git a/template.md b/template.md
index 7ff3fbb..60258d2 100644
--- a/template.md
+++ b/template.md
@@ -1,32 +1,34 @@
# [{{ backend_name }}]({{ backend_url }})
{% if is_experimental %}
-!!! experimental
+!!! experimental "{% if version_added %}New in v{{ version_added }}{% else %}Experimental{% endif %}"
- The {{ backend_name }} is experimental and is subject to breaking changes.
+ The {{ backend_name }} backend is experimental and is subject to breaking changes.
{% endif %}
+{% if intro %}{{ intro }}{% endif %}
+
## Install
-Install dependencies for Ibis's {{ backend_name }} backend:
+Install dependencies for the {{ backend_name }} backend:
=== "pip"
```sh
- pip install 'ibis-framework[{{ backend_module }}]'
+ pip install 'ibis-framework{% if not is_core %}[{{ backend_module }}]{% endif %}'
```
=== "conda"
```sh
- conda install -c conda-forge ibis-{{ backend_module }}
+ conda install -c conda-forge ibis{% if not is_core %}-{{ backend_module }}{% endif %}
```
## Connect
<!-- prettier-ignore-start -->
-Create a client by passing in {{ backend_param_style }} to [`ibis.{{ backend_module }}.connect`][ibis.backends.{{ backend_module }}.Backend.do_connect]:
+Create a client by passing in {{ backend_param_style }} to [`ibis.{{ backend_module }}.connect`][ibis.backends.{{ backend_module }}.{{ do_connect_base or "Backend" }}.do_connect]:
<!-- prettier-ignore-end -->
```python
diff --git a/01_environment.md b/01_environment.md
index d8aec13..ef5f433 100644
--- a/01_environment.md
+++ b/01_environment.md
@@ -0,0 +1,131 @@
+---
+hide:
+ - toc
+---
+
+# Setting Up a Development Environment
+
+## Required Dependencies
+
+- [`git`](https://git-scm.com/)
+
+=== "Nix"
+
+ #### Support Matrix
+
+ | Python Version :material-arrow-right: | Python 3.8 | Python 3.9 | Python 3.10 |
+ | -----------------------------------------: | :----------------------------------------------------: | :------------------------------------------------: | :------------------------------------------------: |
+ | **Operating System** :material-arrow-down: | | | |
+ | **Linux** | {{ config.extra.support_levels.supported.icon }}[^1] | {{ config.extra.support_levels.supported.icon }} | {{ config.extra.support_levels.supported.icon }} |
+ | **macOS** | {{ config.extra.support_levels.bug.icon }}[^2] | {{ config.extra.support_levels.bug.icon }} | {{ config.extra.support_levels.bug.icon }} |
+ | **Windows** | {{ config.extra.support_levels.unsupported.icon }}[^3] | {{ config.extra.support_levels.unsupported.icon }} | {{ config.extra.support_levels.unsupported.icon }} |
+
+ 1. [Install `nix`](https://nixos.org/download.html)
+ 1. Install `gh`:
+
+ === "`nix-shell`"
+
+ ```sh
+ nix-shell -p gh
+ ```
+
+ === "`nix-env`"
+
+ ```sh
+ nix-env -iA gh
+ ```
+
+ 1. Fork and clone the ibis repository:
+
+ ```sh
+ gh repo fork --clone --remote ibis-project/ibis
+ ```
+
+ 1. Set up the public `ibis` Cachix cache to pull pre-built dependencies:
+
+ ```sh
+ nix-shell -p cachix --run 'cachix use ibis'
+ ```
+
+ 1. Run `nix-shell` in the checkout directory:
+
+ ```sh
+ cd ibis
+ nix-shell
+ ```
+
+ This may take awhile due to artifact download from the cache.
+
+=== "Conda"
+
+ #### Support Matrix
+
+ | Python Version :material-arrow-right: | Python 3.8 | Python 3.9 | Python 3.10 |
+ | -----------------------------------------: | :--------------------------------------------------: | :----------------------------------------------: | :--------------------------------------------: |
+ | **Operating System** :material-arrow-down: | | | |
+ | **Linux** | {{ config.extra.support_levels.supported.icon }}[^1] | {{ config.extra.support_levels.supported.icon }} | {{ config.extra.support_levels.bug.icon }}[^2] |
+ | **macOS** | {{ config.extra.support_levels.supported.icon }} | {{ config.extra.support_levels.supported.icon }} | {{ config.extra.support_levels.bug.icon }} |
+ | **Windows** | {{ config.extra.support_levels.supported.icon }} | {{ config.extra.support_levels.supported.icon }} | {{ config.extra.support_levels.bug.icon }} |
+
+ !!! warning "Python 3.10 is supported on a best-effort basis"
+
+ As of 2022-02-17 there is support for Python 3.10 when using nix for development.
+
+ `conda-forge` is still in [the process of migrating packages to Python
+ 3.10](https://conda-forge.org/status/#python310).
+
+ {% set managers = {"conda": {"name": "Miniconda", "url": "https://docs.conda.io/en/latest/miniconda.html"}, "mamba": {"name": "Mamba", "url": "https://github.com/mamba-org/mamba"}} %}
+ {% for manager, params in managers.items() %}
+
+ === "`{{ manager }}`"
+
+ 1. Install [{{ params["name"] }}]({{ params["url"] }})
+
+ 1. Install `gh`
+
+ ```sh
+ {{ manager }} install -c conda-forge gh
+ ```
+
+ 1. Fork and clone the ibis repository:
+
+ ```sh
+ gh repo fork --clone --remote ibis-project/ibis
+ ```
+
+ 1. Create a Conda environment from a lock file in the repo:
+
+ {% set platforms = {"Linux": "linux", "MacOS": "osx", "Windows": "win"} %}
+ {% for os, platform in platforms.items() %}
+ === "{{ os }}"
+
+ ```sh
+ cd ibis
+ {{ manager }} create -n ibis-dev --file=conda-lock/{{ platform }}-64-3.9.lock
+ ```
+ {% endfor %}
+
+ 1. Activate the environment
+
+ ```sh
+ {{ manager }} activate ibis-dev
+ ```
+
+ 1. Install your local copy of `ibis` into the Conda environment.
+
+ ```sh
+ cd ibis
+ pip install -e .
+ ```
+
+ 1. If you want to run the backend test suite you'll need to install `docker-compose`:
+
+ ```sh
+ {{ manager }} install docker-compose -c conda-forge
+ ```
+
+ {% endfor %}
+
+{% for data in config.extra.support_levels.values() %}
+[^{{ loop.index }}]: {{ data.description }}
+{% endfor %}
diff --git a/02_workflow.md b/02_workflow.md
index 45a5abd..b1ccdfa 100644
--- a/02_workflow.md
+++ b/02_workflow.md
@@ -51,7 +51,7 @@ Next, you'll want to run a subset of the test suite.
!!! warning "You need a development environment before running tests"
- Make sure you've set up a [development environment](environment.md)
+ Make sure you've set up a [development environment](01_environment.md)
before proceeding
Run the test suite:
@@ -84,7 +84,7 @@ pytest -m core
!!! tip
`cz` is already installed in your environment if you followed the [setup
- instructions](environment.md)
+ instructions](01_environment.md)
Next, you'll want to commit your changes.
diff --git a/03_style.md b/03_style.md
index 5272c40..83d7c97 100644
--- a/03_style.md
+++ b/03_style.md
diff --git a/04_backend_tests.md b/04_backend_tests.md
index 96cafed..0ea313b 100644
--- a/04_backend_tests.md
+++ b/04_backend_tests.md
@@ -2,7 +2,7 @@
!!! danger "Before you start"
- This section assumes you have a working [development environment](environment.md).
+ This section assumes you have a working [development environment](01_environment.md).
!!! info "You may be able to skip this section"
@@ -23,8 +23,7 @@ deployment deployment models:
- Systems that **run the gamut** of deployment models like ClickHouse
- Systems that run **on-premises**, like Impala
-This section of the docs is all about how to work with the backend test suite
-infrastructure.
+This section of the docs is describes how to work with the backend test suite.
## Backend Testing with Compose
@@ -45,7 +44,7 @@ Here is the list of backends that can be tested using `docker-compose`.
Let's fire up a PostgreSQL server and run tests against it.
-#### Start the Service
+#### Start the `postgres` Service
Open a new shell and run
@@ -53,7 +52,7 @@ Open a new shell and run
docker-compose up --build postgres
```
-Test the connection in a different shell using
+Test the connection in the original shell using
```sh
export PGPASSWORD=postgres
@@ -73,10 +72,10 @@ success
Congrats, you now have a PostgreSQL server running and are ready to run tests!
-First we need to load some data:
-
#### Load Data
+The backend needs to be populated with test data:
+
1. Download the data
```sh
@@ -99,6 +98,5 @@ You're now ready to run the test suite for the postgres backend:
pytest -m postgres
```
-Running the tests may take some time, but eventually they should finish successfully.
-
-Please report any failures upstream, even if you're not sure if the failure is bug.
+Please [file an issue](https://github.com/ibis-project/ibis/issues/new) if the
+test suite fails for any reason.
diff --git a/05_maintainers_guide.md b/05_maintainers_guide.md
index 49668a0..9e50ac5 100644
--- a/05_maintainers_guide.md
+++ b/05_maintainers_guide.md
@@ -0,0 +1,90 @@
+# Maintaining the Codebase
+
+Ibis maintainers are expected to handle the following tasks as they arise:
+
+- Reviewing and merging pull requests
+- Triaging new issues
+
+## Dependencies
+
+A number of tasks that are typically associated with maintenance are partially or fully automated.
+
+| Dependency Type | Management Tool |
+| --------------------------: | :----------------------------------------------------------------------------------------------------------------- |
+| Python library dependencies | [WhiteSource Renovate](https://www.whitesourcesoftware.com/free-developer-tools/renovate/) |
+| GitHub Actions | [WhiteSource Renovate](https://www.whitesourcesoftware.com/free-developer-tools/renovate/) |
+| Nix dependencies | [A GitHub Action](https://github.com/ibis-project/ibis/actions/workflows/update-deps.yml) run at a regular cadence |
+
+Dependencies are managed using [`poetry`](https://python-poetry.org).
+
+Occasionally you may need to lock poetry dependencies, which can be
+done by running
+
+```sh
+poetry lock --no-update
+```
+
+### Automatic Dependency Updates
+
+[WhiteSource
+Renovate](https://www.whitesourcesoftware.com/free-developer-tools/renovate/)
+will run at some cadence (outside of traditional business hours) and submit PRs
+that update dependencies.
+
+These upgrades use a conservative update strategy, which is currently to
+increase the upper bound of a dependency's version range.
+
+The PRs it generates will regenerate a number of other files so that in most
+cases contributors do not have to remember to generate and commit these files.
+
+### Adding or Changing Dependencies
+
+1. Edit `pyproject.toml` as needed.
+2. Run `poetry lock --no-update`
+3. Regenerate `setup.py`:
+
+ ??? danger "Do not manually edit `setup.py`"
+
+ `setup.py` is [automatically
+ generated](https://github.com/ibis-project/ibis/blob/master/dev/poetry2setup.py)
+ from `pyproject.toml`
+
+ === "Nix"
+
+ ```sh
+ ./dev/poetry2setup -o setup.py
+ ```
+
+ === "Without Nix"
+
+ Install `tomli` and `poetry-core`, then run the following command
+
+ ```sh
+ PYTHONHASHSEED=42 python ./dev/poetry2setup.py -o setup.py
+ ```
+
+Updates of minor and patch versions of dependencies are handled automatically by
+[`renovate`](https://github.com/renovatebot/renovate).
+
+## Merging PRs
+
+PRs can be merged using the [`gh` command line tool](https://github.com/cli/cli)
+or with the GitHub web UI.
+
+## Release
+
+Ibis is released on [PyPI](https://pypi.org/) and [Conda Forge](https://conda-forge.org/).
+
+=== "PyPI"
+
+ Releases to PyPI are handled automatically using [semantic
+ release](https://egghead.io/lessons/javascript-automating-releases-with-semantic-release).
+
+ To trigger a release use the [Release GitHub Action](https://github.com/ibis-project/ibis/actions/workflows/release.yml).
+
+=== "`conda-forge`"
+
+ The conda-forge package is maintained as a [conda-forge feedstock](https://github.com/conda-forge/ibis-framework-feedstock).
+
+ After a release to PyPI, the conda-forge bot automatically updates the ibis
+ package.
diff --git a/environment.md b/environment.md
index e6369ff..1708b7c 100644
--- a/environment.md
+++ b/environment.md
@@ -1,102 +0,0 @@
-# Setting up a Development Environment
-
-There are two primary ways to setup a development environment.
-
-- `nix`: fewer steps, isolated
-- `conda`: more steps, not isolated
-
-## Required Dependencies
-
-- [`git`](https://git-scm.com/)
-
-## Package Management
-
-!!! warning "You need at least one package manager"
-
- At least one of `nix` or `conda` is required to contribute to ibis.
-
-!!! info "Python 3.10 is supported on a best-effort basis"
-
- As of 2022-02-17 there is support for Python 3.10 when using nix for development.
-
- `conda-forge` is still in the process of migrating packages to Python 3.10.
-
- See [the `conda-forge` Python 3.10 migration status
- page](https://conda-forge.org/status/#python310) for more information.
-
-=== "Nix (Linux, Python 3.8-3.10)"
-
- 1. [Download and install `nix`](https://nixos.org/download.html)
- 1. Install `gh`:
- ```sh
- nix-shell -p gh
- # or
- nix-env -iA gh
- ```
-
- 1. Fork and clone the ibis repository:
-
- ```sh
- # you will likely need to auth, gh will guide you through the steps
- gh repo fork --clone --remote ibis-project/ibis
- ```
-
- 1. Run `nix-shell` in the checkout directory:
-
- ```sh
- cd ibis
-
- # set up the cache to avoid building everything from scratch
- nix-shell -p cachix --run 'cachix use ibis'
-
- # start a nix-shell
- #
- # this may take awhile to download artifacts from the cache
- nix-shell
- ```
-
-=== "Miniconda (Linux, Mac, Windows, Python 3.8-3.9)"
-
- !!! tip "Mamba is supported as well"
-
- [Mamba](https://github.com/mamba-org/mamba) and [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge) can be used in place of `conda`.
-
- 1. [Download](https://docs.conda.io/en/latest/miniconda.html) and install Miniconda
-
- 1. Install `gh`
-
- ```sh
- conda install -c conda-forge gh
- ```
-
- 1. Fork and clone the ibis repository:
-
- ```sh
- gh repo fork --clone --remote ibis-project/ibis
- ```
-
- 1. Create a Conda environment from a lock file in the repo:
-
- {% set platforms = {"Linux": "linux", "MacOS": "osx", "Windows": "win"} %}
- {% for os, platform in platforms.items() %}
- === "{{ os }}"
-
- ```sh
- cd ibis
- conda create -n ibis-dev --file=conda-lock/{{ platform }}-64-3.9.lock
- ```
- {% endfor %}
-
- 1. Activate the environment
-
- ```sh
- conda activate ibis-dev
- ```
-
- 1. Install your local copy of `ibis` into the Conda environment. In the root of the project run:
-
- pip install -e .
-
- 1. If you want to run the backend test suite you'll need to install `docker-compose`:
-
- conda install docker-compose -c conda-forge
diff --git a/maintainers_guide.md b/maintainers_guide.md
index e9ebc23..34160ea 100644
--- a/maintainers_guide.md
+++ b/maintainers_guide.md
@@ -1,84 +0,0 @@
-# Maintaining the Codebase
-
-Maintainers should be performing a minimum number of tasks, deferring to automation
-as much as possible:
-
-- Reviewing pull requests
-- Merging pull requests
-
-A number of tasks that are typically associated with maintenance are partially
-or fully automated:
-
-- Updating library dependencies: this is handled automatically by WhiteSource Renovate
-- Updating github-actions: this is handled automatically by WhiteSource Renovate
-- Updating nix dependencies: this is a job run at a regular cadence to update nix dependencies
-
-## Updating dependencies
-
-Occasionally you may need to manually lock poetry dependencies, which can be done by running
-
-```sh
-poetry update --lock
-```
-
-If a dependency was updated, you'll see changes to `poetry.lock` in the current directory.
-
-### Automatic dependency updates
-
-[WhiteSource
-Renovate](https://www.whitesourcesoftware.com/free-developer-tools/renovate/)
-will run at some cadence (outside of traditional business hours) and submit PRs
-that update dependencies.
-
-These upgrades use a conservative update strategy, which is currently to
-increase the upper bound of a dependency's range.
-
-The PRs it generates will regenerate a number of other files so that in most
-cases contributors do not have to remember to generate and commit these files.
-
-### Manually updating dependencies
-
-!!! danger
-
- Do not manually edit `setup.py`, it is automatically generated from `pyproject.toml`
-
-1. Edit `pyproject.toml` as needed.
-2. Run `poetry update`
-3. Run
-
-```sh
-# if using nix
-./dev/poetry2setup -o setup.py
-
-# it not using nix, requires installation of tomli and poetry-core
-PYTHONHASHSEED=42 python ./dev/poetry2setup.py -o setup.py
-```
-
-from the repository root.
-
-Updates of minor and patch versions of dependencies are handled automatically by
-[`renovate`](https://github.com/renovatebot/renovate).
-
-## Merging PRs
-
-PRs can be merged using the [`gh` command line tool](https://github.com/cli/cli)
-or with the GitHub web UI.
-
-## Release
-
-### PyPI
-
-Releases to PyPI are handled automatically using [semantic
-release](https://egghead.io/lessons/javascript-automating-releases-with-semantic-release).
-
-Ibis is released in two places:
-
-- [PyPI](https://pypi.org/), to enable `pip install ibis-framework`
-- [Conda Forge](https://conda-forge.org/), to enable `mamba install ibis-framework`
-
-### `conda-forge`
-
-The conda-forge package is released using the [conda-forge feedstock repository](https://github.com/conda-forge/ibis-framework-feedstock)
-
-After a release to PyPI, the conda-forge bot automatically updates the ibis
-package.
diff --git a/example.py b/example.py
index 5933c0e..c32ae0e 100644
--- a/example.py
+++ b/example.py
@@ -3,16 +3,18 @@ import ibis
con = ibis.sqlite.connect("crunchbase.db")
c = con.table("companies")
-i = con.table("investors")
+i = con.table("investments")
expr = (
c.left_join(i, c.permalink == i.company_permalink)
- .group_by(investor_name=lambda t: t.investor_name.ifnull("NO INVESTOR"))
+ .group_by(investor_name=ibis.coalesce(i.investor_name, "NO INVESTOR"))
.aggregate(
- num_investments=lambda t: t.permalink.nunique(),
- acq_ipos=lambda t: t.status.isin(("ipo", "acquired"))
- .ifelse(t.permalink, ibis.NA)
- .nunique(),
+ num_investments=c.permalink.nunique(),
+ acq_ipos=(
+ c.status.isin(("ipo", "acquired"))
+ .ifelse(c.permalink, ibis.NA)
+ .nunique()
+ ),
)
.mutate(acq_rate=lambda t: t.acq_ipos / t.num_investments)
.sort_by(ibis.desc(2))
diff --git a/example.sql b/example.sql
index 62d4d82..eb3e6b0 100644
--- a/example.sql
+++ b/example.sql
@@ -2,22 +2,18 @@ SELECT *,
acq_ipos / num_investments::float AS acq_rate
FROM (
SELECT
- CASE
- WHEN i.investor_name IS NULL THEN 'NO INVESTOR'
- ELSE i.investor_name
- END AS investor_name,
+ COALESCE(i.investor_name, 'NO INVESTOR') AS investor_name,
COUNT(DISTINCT c.permalink) AS num_investments,
COUNT(
DISTINCT
CASE
- WHEN c.status IN ('ipo', 'acquired') THEN
- c.permalink
+ WHEN c.status IN ('ipo', 'acquired') THEN c.permalink
ELSE NULL
END
) AS acq_ipos
- FROM crunchbase_companies AS c
- LEFT JOIN crunchbase_investments AS i
+ FROM companies AS c
+ LEFT JOIN investments AS i
ON c.permalink = i.company_permalink
GROUP BY 1
ORDER BY 2 DESC
-) a
+)
diff --git a/ibis-for-sql-programmers.ipynb b/ibis-for-sql-programmers.ipynb
index 65693c9..34dbd3a 100644
--- a/ibis-for-sql-programmers.ipynb
+++ b/ibis-for-sql-programmers.ipynb
diff --git a/installation.md b/installation.md
index 560c3c4..fa17a9b 100644
--- a/installation.md
+++ b/installation.md
@@ -1,5 +1,9 @@
# Installation
+!!! question "Looking for a specific backend?"
+
+ Checkout the [backends](backends/index.md) section!
+
Ibis is available through `pip`, `conda` and `mamba`.
=== "pip"
diff --git a/main.html b/main.html
index abb2d0a..aa8bde5 100644
--- a/main.html
+++ b/main.html
@@ -3,3 +3,13 @@
{% block extrahead %}
<meta name="google-site-verification" content="IVqzkYiD5E35oD4kkVOcTYCTfqWKU1f6zOHCnLIPkUU">
{% endblock %}
+
+{% block content %}
+{% if page.nb_url %}
+ <a href="{{ page.nb_url }}" title="Download Notebook" class="md-content__button md-icon">
+ {% include ".icons/material/download.svg" %}
+ </a>
+{% endif %}
+
+{{ super() }}
+{% endblock content %}
diff --git a/sqlalchemy_example.py b/sqlalchemy_example.py
index 72cf2af..c9ad42f 100644
--- a/sqlalchemy_example.py
+++ b/sqlalchemy_example.py
@@ -1,7 +1,7 @@
import sqlalchemy as sa
c = sa.table("companies")
-i = sa.table("investors")
+i = sa.table("investments")
a = (
sa.select(
@@ -25,6 +25,5 @@ a = (
)
.group_by(1)
.order_by(sa.desc(2))
- .alias("a")
)
expr = sa.select([(a.c.acq_ipos / a.c.num_investments).label("acq_rate")])
diff --git a/extra.css b/extra.css
index 58aaa9a..cd87488 100644
--- a/extra.css
+++ b/extra.css
@@ -16,3 +16,15 @@
-webkit-mask-image: var(--md-admonition-icon--experimental);
mask-image: var(--md-admonition-icon--experimental);
}
+.verified {
+ color: #00c853;
+}
+.unverified {
+ color: #ff9100;
+}
+.bug {
+ color: #f50057;
+}
+.cancel {
+ color: #ff5252;
+}
diff --git a/03-Expressions-Lazy-Mode-Logging.ipynb b/03-Expressions-Lazy-Mode-Logging.ipynb
index 0dd7858..64ec187 100644
--- a/03-Expressions-Lazy-Mode-Logging.ipynb
+++ b/03-Expressions-Lazy-Mode-Logging.ipynb
@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "# Expressions, lazy mode and logging queries\\n",
+ "# Lazy Mode and Logging\\n",
"\\n",
"So far, we have seen Ibis in interactive mode. Interactive mode (also known as eager mode) makes Ibis return the\\n",
"results of an operation immediately.\\n",
diff --git a/04-More-Value-Expressions.ipynb b/04-More-Value-Expressions.ipynb
index 1d92271..03a13fd 100644
--- a/04-More-Value-Expressions.ipynb
+++ b/04-More-Value-Expressions.ipynb
@@ -4,7 +4,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "# More Value Expressions"
+ "# More Value Expressions\\n",
+ "Let's walk through some more value expressions."
]
},
{
@@ -44,20 +45,9 @@
"source": [
"## Type casting\\n",
"\\n",
- "The Ibis type system is pretty basic and will get better (and more documented over time). It maps directly onto the current Impala type system\\n",
+ "The [Ibis type system](/api/datatypes) supports the most common data types used in analytics, including support for nested types like lists, structs, and maps.\\n",
"\\n",
- "- `int8`\\n",
- "- `int16`\\n",
- "- `int32`\\n",
- "- `int64`\\n",
- "- `boolean`\\n",
- "- `float`\\n",
- "- `double`\\n",
- "- `string`\\n",
- "- `timestamp`\\n",
- "- `decimal($precision, $scale)`\\n",
- "\\n",
- "These type names can be used to cast from one type to another"
+ "Type names can be used to cast from one type to another."
]
},
{
@@ -67,8 +57,7 @@
"outputs": [],
"source": [
"countries = connection.table('countries')\\n",
- "countries\\n",
- "connection.table('gdp')"
+ "countries\\n"
]
},
{
@@ -262,7 +251,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "## Null-ness\\n",
+ "## Null Checking\\n",
"\\n",
"Like their pandas equivalents, the `isnull` and `notnull` functions return True values if the values are null, or non-null, respectively. For example:"
]
@@ -515,7 +504,12 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "Some backends support adding offsets, for example `independence.independence_date + ibis.interval(days=1)` or `ibis.now() - independence.independence_date`."
+ "Some backends support adding offsets. For example:\\n",
+ "\\n",
+ "```python\\n",
+ "independence.independence_date + ibis.interval(days=1)\\n",
+ "ibis.now() - independence.independence_date\\n",
+ "```"
]
}
],
diff --git a/05-IO-Create-Insert-External-Data.ipynb b/05-IO-Create-Insert-External-Data.ipynb
index 08f8904..cbdf40b 100644
--- a/05-IO-Create-Insert-External-Data.ipynb
+++ b/05-IO-Create-Insert-External-Data.ipynb
@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "# Creating and inserting data"
+ "# Creating and Inserting Data"
]
},
{
diff --git a/06-ComplexFiltering.ipynb b/06-ComplexFiltering.ipynb
index 00e21b9..5aa8446 100644
--- a/06-ComplexFiltering.ipynb
+++ b/06-ComplexFiltering.ipynb
@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "# Additional Filtering\\n",
+ "# Complex Filtering\\n",
"\\n",
"The filtering examples we've shown to this point have been pretty simple, either comparisons between columns or fixed values, or set filter functions like `isin` and `notin`. \\n",
"\\n",
diff --git a/07-Analytics-Tools.ipynb b/07-Analytics-Tools.ipynb
index 67a707f..1b3e673 100644
--- a/07-Analytics-Tools.ipynb
+++ b/07-Analytics-Tools.ipynb
diff --git a/08-Geospatial-Analysis.ipynb b/08-Geospatial-Analysis.ipynb
index a8381f2..97569c8 100644
--- a/08-Geospatial-Analysis.ipynb
+++ b/08-Geospatial-Analysis.ipynb
@@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "# Ibis and Geospatial Operations"
+ "# Geospatial Analysis"
]
},
{
diff --git a/elementwise.ipynb b/elementwise.ipynb
index f984f3b..1fb9c50 100644
--- a/elementwise.ipynb
+++ b/elementwise.ipynb
diff --git a/reduction.ipynb b/reduction.ipynb
index 23c38d2..3a24243 100644
--- a/reduction.ipynb
+++ b/reduction.ipynb
diff --git a/topk.md b/topk.md
index e87fedc..9a75600 100644
--- a/topk.md
+++ b/topk.md
@@ -1,4 +1,4 @@
-# "Top-K" Filtering
+# Top-K Filtering
A common analytical pattern involves subsetting based on some method of
ranking. For example, “the 5 most frequently occurring widgets in a dataset”.
diff --git a/__init__.py b/__init__.py
index e61854e..5b68a1b 100644
--- a/__init__.py
+++ b/__init__.py
@@ -5,7 +5,6 @@ from typing import TYPE_CHECKING, Any, Mapping
import pandas as pd
import pyspark
-import pyspark as ps
from pyspark.sql import DataFrame
from pyspark.sql.column import Column
@@ -86,8 +85,14 @@ class Backend(BaseSQLBackend):
table_class = PySparkDatabaseTable
table_expr_class = PySparkTable
- def do_connect(self, session):
- """Create a PySpark `Backend` for use with Ibis."""
+ def do_connect(self, session: pyspark.sql.SparkSession) -> None:
+ """Create a PySpark `Backend` for use with Ibis.
+
+ Parameters
+ ----------
+ session
+ A SparkSession instance
+ """
self._context = session.sparkContext
self._session = session
self._catalog = session.catalog
@@ -194,8 +199,8 @@ class Backend(BaseSQLBackend):
df = cursor.query.toPandas() # blocks until finished
return schema.apply_to(df)
- def raw_sql(self, stmt):
- query = self._session.sql(stmt)
+ def raw_sql(self, query: str) -> _PySparkCursor:
+ query = self._session.sql(query)
return _PySparkCursor(query)
def _get_schema_using_query(self, query):
@@ -207,7 +212,7 @@ class Backend(BaseSQLBackend):
jtable = self._catalog._jcatalog.getTable(
self._fully_qualified_name(name, database)
)
- except ps.sql.utils.AnalysisException as e:
+ except pyspark.sql.utils.AnalysisException as e:
raise com.IbisInputError(str(e)) from e
return jtable
diff --git a/arrays.py b/arrays.py
index 0a2138c..a2d7fd8 100644
--- a/arrays.py
+++ b/arrays.py
@@ -46,7 +46,8 @@ def array(
values. This is equivalent to
```python
- ibis.literal(values) # `values` is a `list`
+ values = [1, 2, 3]
+ ibis.literal(values)
```
Parameters
diff --git a/generic.py b/generic.py
index f9a5fb1..207e330 100644
--- a/generic.py
+++ b/generic.py
@@ -1,10 +1,13 @@
from __future__ import annotations
+from typing import Any
+
from public import public
import ibis
import ibis.common.exceptions as com
+from .. import datatypes as dt
from .core import Expr
@@ -189,33 +192,53 @@ def null():
@public
-def literal(value, type=None):
+def literal(value: Any, type: dt.DataType | str | None = None) -> ScalarExpr:
"""Create a scalar expression from a Python value.
+ !!! tip "Use specific functions for arrays, structs and maps"
+
+ Ibis supports literal construction of arrays using the following
+ functions:
+
+ 1. [`ibis.array`][ibis.array]
+ 1. [`ibis.struct`][ibis.struct]
+ 1. [`ibis.map`][ibis.map]
+
+ Constructing these types using `literal` will be deprecated in a future
+ release.
+
Parameters
----------
- value : some Python basic type
+ value
A Python value
- type : ibis type or string, optional
- An instance of :class:`ibis.expr.datatypes.DataType` or a string
- indicating the ibis type of `value`. This parameter should only be used
+ type
+ An instance of [`DataType`][ibis.expr.datatypes.DataType] or a string
+ indicating the ibis type of `value`. This parameter can be used
in cases where ibis's type inference isn't sufficient for discovering
the type of `value`.
Returns
-------
- literal_value : Literal
+ ScalarExpr
An expression representing a literal value
Examples
--------
+ Construct an integer literal
+
>>> import ibis
>>> x = ibis.literal(42)
>>> x.type()
int8
+
+ Construct a `float64` literal from an `int`
+
>>> y = ibis.literal(42, type='double')
>>> y.type()
float64
+
+ Ibis checks for invalid types
+
>>> ibis.literal('foobar', type='int64') # doctest: +ELLIPSIS
Traceback (most recent call last):
...
diff --git a/mkdocs.yml b/mkdocs.yml
index b827dcd..5c93277 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,6 +6,7 @@ extra_css:
theme:
name: material
features:
+ - content.code.annotate
- content.tabs.link
- header.autohide
- navigation.indexes
@@ -19,13 +20,16 @@ theme:
favicon: static/favicon.ico
palette:
scheme: slate
- primary: black
+ primary: teal
accent: lime
custom_dir: docs/overrides
plugins:
- search
- macros
- autorefs
+ - exclude:
+ glob:
+ - backends/template.md
- mkdocstrings:
enable_inventory: true
handlers:
@@ -51,13 +55,15 @@ plugins:
ignore:
- "*.py"
execute_ignore: "tutorial/*Geospatial*.ipynb"
- include_source: false
+ include_source: true
theme: dark
+ - literate-nav
markdown_extensions:
- admonition
- attr_list
- def_list
- - md_in_html # used for the hero image
+ - footnotes
+ - md_in_html
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
@@ -78,72 +84,6 @@ markdown_extensions:
alternate_style: true
- tables
- toc
-nav:
- - Home: index.md
- - Installation: getting_started.md
- - Tutorial:
- - Introduction: tutorial/01-Introduction-to-Ibis.ipynb
- - Aggregates and Joins: tutorial/02-Aggregates-Joins.ipynb
- - Lazy Mode and Logging: tutorial/03-Expressions-Lazy-Mode-Logging.ipynb
- - More Value Expressions: tutorial/04-More-Value-Expressions.ipynb
- - Creating and Inserting Data: tutorial/05-IO-Create-Insert-External-Data.ipynb
- - Advanced Topics:
- - Complex Filtering: tutorial/06-Advanced-Topics-ComplexFiltering.ipynb
- - Analytics Tools: tutorial/07-Advanced-Topics-Analytics-Tools.ipynb
- - Geospatial Analysis: tutorial/08-Geospatial-Analysis.ipynb
- - Ibis for SQL Programmers: user_guide/sql.ipynb
- - User Guide:
- - Configuration: user_guide/configuration.md
- - TopK: user_guide/topk.md
- - Self Joins: user_guide/self_joins.md
- - UDFs: user_guide/udfs.md
- - Design: user_guide/design.md
- - Extending:
- - Adding a per-element expression: user_guide/extending/extending_elementwise_expr.ipynb
- - Adding a reduction expression: user_guide/extending/extending_reduce_expr.ipynb
- - Backends:
- - backends/index.md
- - ClickHouse: backends/clickhouse.md
- - Dask: backends/dask.md
- - Datafusion: backends/datafusion.md
- - Impala: backends/impala.md
- - MySQL: backends/mysql.md
- - Pandas: backends/pandas.md
- - PostgreSQL: backends/postgres.md
- - PySpark: backends/pyspark.md
- - SQLite: backends/sqlite.md
- - Community:
- - About:
- - Team: about/team.md
- - Roadmap: about/roadmap.md
- - License: about/license.md
- - Ask a question (StackOverflow): https://stackoverflow.com/questions/tagged/ibis
- - Chat (Gitter): https://gitter.im/ibis-dev/Lobby
- - Code of Conduct: community/coc.md
- - Ecosystem: community/ecosystem.md
- - Contribute:
- - Development Environment: contribute/environment.md
- - Commit Workflow: contribute/workflow.md
- - Development Style: contribute/style.md
- - Backend Test Suite: contribute/backend_test_suite.md
- - Maintainer's Guide: contribute/maintainers_guide.md
- - Release Notes: release_notes.md
- - API Reference:
- - Expressions:
- - api/expressions/index.md
- - Top Level: api/expressions/top_level.md
- - Tables: api/expressions/tables.md
- - Generic Values: api/expressions/generic.md
- - Numeric + Boolean: api/expressions/numeric.md
- - Strings: api/expressions/strings.md
- - Timestamps + Dates + Times: api/expressions/timestamps.md
- - Collections: api/expressions/collections.md
- - Geospatial: api/expressions/geospatial.md
- - Data Types: api/datatypes.md
- - Backend Interfaces:
- - Base Class: api/backends/base.md
- - Generic SQL Backends: api/backends/sql.md
- - SQLAlchemy Backends: api/backends/sqlalchemy.md
extra:
project_name: "ibis"
team:
@@ -161,5 +101,15 @@ extra:
link: https://twitter.com/IbisData
- icon: fontawesome/brands/github
link: https://github.com/ibis-project/ibis
+ support_levels:
+ supported:
+ icon: :material-check-decagram:{ .verified }
+ description: Tested in CI. If this doesn't work for you, please [file an issue](https://github.com/ibis-project/ibis/issues/new).
+ bug:
+ icon: :material-bug:{ .bug }
+ description: Should work but doesn't because upstream is broken. Supported on a best-effort basis.
+ unsupported:
+ icon: :material-cancel:{ .cancel }
+ description: Unlikely to ever be supported or no upstream support.
copyright: "Copyright © 2014-2022, Ibis developers"
diff --git a/poetry-overrides.nix b/poetry-overrides.nix
index d62e94b..d22bc29 100644
--- a/poetry-overrides.nix
+++ b/poetry-overrides.nix
@@ -50,4 +50,8 @@ self: super:
sha256 = "sha256-JGyDxpfBXzduJaMF1sbmRm7KJajHYdVSj+WbiSETiY0=";
};
});
+
+ mkdocs-literate-nav = super.mkdocs-literate-nav.overridePythonAttrs (attrs: {
+ nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ self.poetry ];
+ });
}
diff --git a/poetry.lock b/poetry.lock
index 322cef0..3a3a257 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -910,6 +910,17 @@ python-versions = ">=3.6.2,<4.0.0"
Markdown = ">=3.3,<4.0"
mkdocs = ">=1.1,<2.0"
+[[package]]
+name = "mkdocs-exclude"
+version = "1.0.2"
+description = "A mkdocs plugin that lets you exclude files or trees."
+category = "dev"
+optional = false
+python-versions = "*"
+
+[package.dependencies]
+mkdocs = "*"
+
[[package]]
name = "mkdocs-jupyter"
version = "0.20.0"
@@ -924,6 +935,17 @@ mkdocs = ">=1.2.3,<2.0.0"
mkdocs-material = ">=8.0.0,<9.0.0"
nbconvert = ">=6.2.0,<7.0.0"
+[[package]]
+name = "mkdocs-literate-nav"
+version = "0.4.1"
+description = "MkDocs plugin to specify the navigation in Markdown instead of YAML"
+category = "dev"
+optional = false
+python-versions = ">=3.6,<4.0"
+
+[package.dependencies]
+mkdocs = ">=1.0.3,<2.0.0"
+
[[package]]
name = "mkdocs-macros-plugin"
version = "0.6.4"
@@ -2008,7 +2030,7 @@ visualization = ["graphviz"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
-content-hash = "542593a855ad8f55a3a5e05dc66d10b5006db3f0a63d4b4cab9e5e91109300bf"
+content-hash = "3608439a9f60409e7262d8f047dcae4c424093c240df82e51be8c172e05dfbff"
[metadata.files]
appnope = [
@@ -2602,9 +2624,16 @@ mkdocs-autorefs = [
{file = "mkdocs-autorefs-0.3.1.tar.gz", hash = "sha256:12baad29359f468b44d980ed35b713715409097a1d8e3d0ef90962db95205eda"},
{file = "mkdocs_autorefs-0.3.1-py3-none-any.whl", hash = "sha256:f0fd7c115eaafda7fb16bf5ff5d70eda55d7c0599eac64f8b25eacf864312a85"},
]
+mkdocs-exclude = [
+ {file = "mkdocs-exclude-1.0.2.tar.gz", hash = "sha256:ba6fab3c80ddbe3fd31d3e579861fd3124513708271180a5f81846da8c7e2a51"},
+]
mkdocs-jupyter = [
{file = "mkdocs-jupyter-0.20.0.tar.gz", hash = "sha256:4d436d45dedc5e78760e24a54105ceef849aa6414e4ef13ddc99c915e9a8ea73"},
]
+mkdocs-literate-nav = [
+ {file = "mkdocs-literate-nav-0.4.1.tar.gz", hash = "sha256:9efe26b662f2f901cae5807bfd51446d30ea7e033c2bc43a15d6282c7dfac1ab"},
+ {file = "mkdocs_literate_nav-0.4.1-py3-none-any.whl", hash = "sha256:a4b761792ba21defbe2dfd5e0de6ba451639e1ca0f0661c37eda83cc6261e4f9"},
+]
mkdocs-macros-plugin = [
{file = "mkdocs-macros-plugin-0.6.4.tar.gz", hash = "sha256:3430a2b1c5c8f6e8d49d66614bded698a8d6fdf0e97a62141faba3958d8c3e8b"},
{file = "mkdocs_macros_plugin-0.6.4-py3-none-any.whl", hash = "sha256:e498843b49fbe959b4b9d90ff431300d6bfb48a3023c576dd42c13ca105e82de"},
diff --git a/pyproject.toml b/pyproject.toml
index a09860e..4ec3356 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -59,11 +59,14 @@ ipykernel = ">=6,<7"
ipython = ">=7.27.0,<9"
isort = ">=5.9.3,<6"
mkdocs = ">=1.2.3,<2"
+mkdocs-exclude = ">=1.0.2,<2"
mkdocs-jupyter = ">=0.20.0,<1"
+mkdocs-literate-nav = ">=0.4.1,<1"
mkdocs-macros-plugin = ">=0.6.3,<1"
-mkdocs-material = ">=8.1.3,<9"
+mkdocs-material = ">=8.2.1,<9"
mkdocstrings = ">=0.17.0,<0.18.0"
mypy = ">=0.931,<1"
+pyarrow = ">=1,<8"
pydocstyle = ">=6.1.1,<7"
pymdown-extensions = ">=9.1,<10"
pytest = ">=7.0.0,<8"
@@ -77,7 +80,6 @@ pyupgrade = ">=2.26.0,<3"
requests = ">=2,<3"
setuptools = ">=57,<61"
sqlalchemy = ">=1.3,<1.5"
-pyarrow = ">=1,<8"
types-requests = ">=2.27.8,<3"
[tool.poetry.extras]
|
|
feat: changed bundles loading method, no more preloading plugins
|
13b00a03b327fd547014a99f8cbc8ced228f31c8
|
feat
|
https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8
|
changed bundles loading method, no more preloading plugins
|
diff --git a/README.md b/README.md
index 79e7910..dc63c36 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Once the scripts are loaded you can set up `tsParticles` like this:
```javascript
(async () => {
- await loadSlim(tsParticles); // not needed if using the bundle script, required for any other installation
+ await loadSlim(tsParticles);
await tsParticles.load({
id: "tsparticles",
diff --git a/package.json b/package.json
index c378306..cfb09ed 100644
--- a/package.json
+++ b/package.json
@@ -1,101 +1,101 @@
{
- "name": "@tsparticles/simplex-noise",
- "version": "3.3.0",
- "description": "tsParticles simplex noise library",
- "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/simplex-noise",
+ "version": "3.3.0",
+ "description": "tsParticles simplex noise library",
+ "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/tsparticles.git",
+ "directory": "utils/simplexNoise"
+ },
+ "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-plugin"
+ ],
+ "author": "Matteo Bruni <[email protected]>",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "files": [
+ "dist"
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tsparticles/tsparticles.git",
- "directory": "utils/simplexNoise"
- },
- "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-plugin"
- ],
- "author": "Matteo Bruni <[email protected]>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/tsparticles/tsparticles/issues"
- },
- "prettier": "@tsparticles/prettier-config",
- "files": [
- "dist"
- ],
- "sideEffects": false,
- "browser": "dist/browser/index.js",
- "main": "dist/cjs/index.js",
- "module": "dist/esm/index.js",
- "types": "dist/types/index.d.ts",
- "exports": {
- ".": {
- "types": "./dist/types/index.d.ts",
- "browser": "./dist/browser/index.js",
- "import": "./dist/esm/index.js",
- "require": "./dist/cjs/index.js",
- "umd": "./dist/umd/index.js",
- "default": "./dist/cjs/index.js"
- },
- "./package.json": "./dist/package.json"
- },
- "publishConfig": {
- "access": "public",
- "directory": "dist",
- "linkDirectory": true
- }
+ "./package.json": "./dist/package.json"
+ },
+ "publishConfig": {
+ "access": "public",
+ "directory": "dist",
+ "linkDirectory": true
+ }
}
diff --git a/bundle.ts b/bundle.ts
index 0193edd..dc0ba5d 100644
--- a/bundle.ts
+++ b/bundle.ts
@@ -1,7 +1,5 @@
import { loadSlim } from ".";
-import { tsParticles } from "@tsparticles/engine";
-
-void loadSlim(tsParticles);
export { loadSlim };
+
export * from "@tsparticles/engine";
diff --git a/confetti.ts b/confetti.ts
index 75097fe..fdb5a3f 100644
--- a/confetti.ts
+++ b/confetti.ts
@@ -41,6 +41,8 @@ declare global {
*/
create: (canvas: HTMLCanvasElement, options: RecursivePartial<IConfettiOptions>) => Promise<ConfettiFunc>;
+ init: () => Promise<void>;
+
/**
* the confetti version number
*/
@@ -440,6 +442,10 @@ confetti.create = async (
};
};
+confetti.init = async (): Promise<void> => {
+ await initPlugins(tsParticles);
+};
+
/**
*
*/
diff --git a/fireworks.ts b/fireworks.ts
index c75b9ca..856bcab 100644
--- a/fireworks.ts
+++ b/fireworks.ts
@@ -25,12 +25,17 @@ const minSplitCount = 2;
let initialized = false;
let initializing = false;
+type FireworksFunc = ((
+ idOrOptions: string | RecursivePartial<IFireworkOptions>,
+ sourceOptions?: RecursivePartial<IFireworkOptions>,
+) => Promise<FireworksInstance | undefined>) & {
+ version: string;
+};
+
declare global {
interface Window {
- fireworks: ((
- idOrOptions: string | RecursivePartial<IFireworkOptions>,
- sourceOptions?: RecursivePartial<IFireworkOptions>,
- ) => Promise<FireworksInstance | undefined>) & {
+ fireworks: FireworksFunc & {
+ init: () => Promise<void>;
version: string;
};
}
@@ -327,6 +332,10 @@ export async function fireworks(
return new FireworksInstance(container);
}
+fireworks.init = async (): Promise<void> => {
+ await initPlugins();
+};
+
fireworks.version = tsParticles.version;
if (!isSsr()) {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 5cda284..f1d5ebb 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -24,8 +24,8 @@ importers:
specifier: ^18.0.5
version: 18.0.5
'@tsparticles/cli':
- specifier: ^2.2.2
- version: 2.2.2([email protected])
+ specifier: ^2.2.4
+ version: 2.2.4([email protected])
'@tsparticles/eslint-config':
specifier: ^2.1.6
version: 2.1.6
@@ -4190,8 +4190,8 @@ packages:
resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==}
dev: true
- /@tsparticles/[email protected]([email protected]):
- resolution: {integrity: sha512-Oo0fD2kGS6P/YqFIjpBBuXbCvZ0AxR+ClJxo+X4dxLoJpmwA0SMNp1WBbXIcyZDLTZrXnbRHH9Z00Av6stRa9Q==}
+ /@tsparticles/[email protected]([email protected]):
+ resolution: {integrity: sha512-okuZYYgFFiBg18j6fHUoc9K/ynSsBRsr1mTDSW7Op0HqQZGm003GwTYgx5Ld7aMk2MRetYkrexrWE1gSbDJJbw==}
hasBin: true
dependencies:
'@tsparticles/eslint-config': 2.1.6
|
|
build: ensure "shared" package has "tsc" in node_modules/.bin
|
402fad51a3e7b422eaff25029d0a9e3a8b9a5b19
|
build
|
https://github.com/pmndrs/react-spring/commit/402fad51a3e7b422eaff25029d0a9e3a8b9a5b19
|
ensure "shared" package has "tsc" in node_modules/.bin
|
diff --git a/package.json b/package.json
index 82efa37..159a38f 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
"fluids": "^0.1.6"
},
"devDependencies": {
- "@alloc/types": "^1.2.1"
+ "@alloc/types": "^1.2.1",
+ "typescript": "file:../../node_modules/typescript"
}
}
|
|
refactor: `resolve_*` (`Context` -> `Input`)
|
c8f71d78f98949623128f3bc948142345720e135
|
refactor
|
https://github.com/erg-lang/erg/commit/c8f71d78f98949623128f3bc948142345720e135
|
`resolve_*` (`Context` -> `Input`)
|
diff --git a/config.rs b/config.rs
index eaff1ea..0e5cef3 100644
--- a/config.rs
+++ b/config.rs
@@ -10,6 +10,7 @@ use std::path::{Path, PathBuf};
use std::process;
use std::str::FromStr;
+use crate::env::{erg_py_external_lib_path, erg_pystd_path, erg_std_path, python_site_packages};
use crate::help_messages::{command_message, mode_message, OPTIONS};
use crate::levenshtein::get_similar_name;
use crate::normalize_path;
@@ -442,7 +443,7 @@ impl Input {
/// resolution order:
/// 1. `{path}.er`
/// 2. `{path}/__init__.er`
- pub fn resolve_local(&self, path: &Path) -> Result<PathBuf, std::io::Error> {
+ fn resolve_local(&self, path: &Path) -> Result<PathBuf, std::io::Error> {
let mut dir = self.dir();
dir.push(path);
dir.set_extension("er"); // {path}.er
@@ -455,7 +456,7 @@ impl Input {
Ok(normalize_path(path))
}
- pub fn resolve_local_decl(&self, path: &Path) -> Result<PathBuf, std::io::Error> {
+ fn resolve_local_decl(&self, path: &Path) -> Result<PathBuf, std::io::Error> {
self._resolve_local_decl(path).or_else(|_| {
let path = add_postfix_foreach(path, ".d");
self._resolve_local_decl(&path)
@@ -543,6 +544,138 @@ impl Input {
))
})
}
+
+ pub fn resolve_path(&self, path: &Path) -> Option<PathBuf> {
+ self.resolve_real_path(path)
+ .or_else(|| self.resolve_decl_path(path))
+ }
+
+ /// resolution order:
+ /// 1. `./{path}.er`
+ /// 2. `./{path}/__init__.er`
+ /// 3. `std/{path}.er`
+ /// 4. `std/{path}/__init__.er`
+ pub fn resolve_real_path(&self, path: &Path) -> Option<PathBuf> {
+ if let Ok(path) = self.resolve_local(path) {
+ Some(path)
+ } else if let Ok(path) = erg_std_path()
+ .join(format!("{}.er", path.display()))
+ .canonicalize()
+ {
+ Some(normalize_path(path))
+ } else if let Ok(path) = erg_std_path()
+ .join(format!("{}", path.display()))
+ .join("__init__.er")
+ .canonicalize()
+ {
+ Some(normalize_path(path))
+ } else {
+ None
+ }
+ }
+
+ /// resolution order:
+ /// 1. `{path}.d.er`
+ /// 2. `{path}/__init__.d.er`
+ /// 3. `__pycache__/{path}.d.er`
+ /// 4. `{path}/__pycache__/__init__.d.er`
+ /// 5. `{path}.d/__init__.d.er`
+ /// 6. `{path}.d/__pycache__/__init__.d.er`
+ /// 7. `std/{path}.d.er`
+ /// 8. `std/{path}/__init__.d.er`
+ /// 9. `site-packages/__pycache__/{path}.d.er`
+ /// 10. `site-packages/{path}/__pycache__/__init__.d.er`
+ pub fn resolve_decl_path(&self, path: &Path) -> Option<PathBuf> {
+ if let Ok(path) = self.resolve_local_decl(path) {
+ Some(path)
+ } else {
+ let py_roots = [erg_pystd_path, erg_py_external_lib_path];
+ for root in py_roots {
+ if let Some(path) = Self::resolve_std_decl_path(root(), path) {
+ return Some(path);
+ }
+ }
+ for site_packages in python_site_packages() {
+ if let Some(path) = Self::resolve_site_pkgs_decl_path(site_packages, path) {
+ return Some(path);
+ }
+ }
+ None
+ }
+ }
+
+ fn resolve_std_decl_path(root: PathBuf, path: &Path) -> Option<PathBuf> {
+ let mut path = add_postfix_foreach(path, ".d");
+ path.set_extension("d.er"); // set_extension overrides the previous one
+ if let Ok(path) = root.join(&path).canonicalize() {
+ Some(normalize_path(path))
+ // d.er -> .d
+ } else if let Ok(path) = root
+ .join({
+ path.set_extension("");
+ path
+ })
+ .join("__init__.d.er")
+ .canonicalize()
+ {
+ Some(normalize_path(path))
+ } else {
+ None
+ }
+ }
+
+ /// 1. `site-packages/__pycache__/{path}.d.er`
+ /// 2. `site-packages/{path}/__pycache__/__init__.d.er`
+ fn resolve_site_pkgs_decl_path(site_packages: PathBuf, path: &Path) -> Option<PathBuf> {
+ let mut path_buf = path.to_path_buf();
+ path_buf.set_extension("d.er"); // set_extension overrides the previous one
+ if let Ok(path) = site_packages
+ .join("__pycache__")
+ .join(&path_buf)
+ .canonicalize()
+ {
+ Some(normalize_path(path))
+ } else if let Ok(path) = site_packages
+ .join(path)
+ .join("__pycache__")
+ .join("__init__.d.er")
+ .canonicalize()
+ {
+ Some(normalize_path(path))
+ } else {
+ None
+ }
+ }
+
+ pub fn try_push_path(mut path: PathBuf, add: &Path) -> Result<PathBuf, String> {
+ path.pop(); // __init__.d.er
+ if let Ok(path) = path.join(add).canonicalize() {
+ Ok(normalize_path(path))
+ } else if let Ok(path) = path.join(format!("{}.d.er", add.display())).canonicalize() {
+ Ok(normalize_path(path))
+ } else if let Ok(path) = path
+ .join(format!("{}.d", add.display()))
+ .join("__init__.d.er")
+ .canonicalize()
+ {
+ Ok(normalize_path(path))
+ } else {
+ Err(format!("{} // {}", path.display(), add.display()))
+ }
+ }
+
+ pub fn decl_file_is(&self, decl_path: &Path) -> bool {
+ let mut py_path = self.unescaped_path().to_path_buf();
+ py_path.set_extension("d.er");
+ if decl_path == py_path {
+ return true;
+ }
+ let last = py_path.file_name().unwrap_or_default().to_os_string();
+ py_path.pop();
+ py_path.push("__pycache__");
+ py_path.push(last);
+ decl_path == py_path
+ }
}
#[derive(Debug, Clone)]
diff --git a/env.rs b/env.rs
index 1d374b9..e39b85b 100644
--- a/env.rs
+++ b/env.rs
@@ -1,5 +1,5 @@
use std::env::var;
-use std::path::PathBuf;
+use std::path::{Path, PathBuf};
use crate::normalize_path;
use crate::python_util::get_sys_path;
@@ -97,3 +97,15 @@ pub fn erg_py_external_lib_path() -> PathBuf {
pub fn python_site_packages() -> Vec<PathBuf> {
PYTHON_SITE_PACKAGES.with(|s| s.clone())
}
+
+pub fn is_pystd_main_module(path: &Path) -> bool {
+ let mut path = PathBuf::from(path);
+ if path.ends_with("__init__.d.er") {
+ path.pop();
+ path.pop();
+ } else {
+ path.pop();
+ }
+ let pystd_path = erg_pystd_path();
+ path == pystd_path
+}
diff --git a/inquire.rs b/inquire.rs
index 1f6c0d2..7b3cdc5 100644
--- a/inquire.rs
+++ b/inquire.rs
@@ -2,22 +2,16 @@
use std::option::Option; // conflicting to Type::Option
use std::path::{Path, PathBuf};
-use erg_common::config::{ErgConfig, Input};
+use erg_common::config::Input;
use erg_common::consts::{ERG_MODE, PYTHON_MODE};
use erg_common::dict;
-use erg_common::env::{
- erg_py_external_lib_path, erg_pystd_path, erg_std_path, python_site_packages,
-};
use erg_common::error::{ErrorCore, Location, SubMessage};
use erg_common::levenshtein;
-use erg_common::pathutil::add_postfix_foreach;
use erg_common::set::Set;
use erg_common::traits::{Locational, NoTypeDisplay, Stream};
use erg_common::triple::Triple;
use erg_common::Str;
-use erg_common::{
- fmt_option, fmt_slice, log, normalize_path, option_enum_unwrap, set, switch_lang,
-};
+use erg_common::{fmt_option, fmt_slice, log, option_enum_unwrap, set, switch_lang};
use erg_parser::ast::{self, Identifier, VarName};
use erg_parser::token::Token;
@@ -2460,124 +2454,6 @@ impl Context {
}
}
- pub(crate) fn resolve_path(cfg: &ErgConfig, path: &Path) -> Option<PathBuf> {
- Self::resolve_real_path(cfg, path).or_else(|| Self::resolve_decl_path(cfg, path))
- }
-
- /// resolution order:
- /// 1. `./{path}.er`
- /// 2. `./{path}/__init__.er`
- /// 3. `std/{path}.er`
- /// 4. `std/{path}/__init__.er`
- pub(crate) fn resolve_real_path(cfg: &ErgConfig, path: &Path) -> Option<PathBuf> {
- if let Ok(path) = cfg.input.resolve_local(path) {
- Some(path)
- } else if let Ok(path) = erg_std_path()
- .join(format!("{}.er", path.display()))
- .canonicalize()
- {
- Some(normalize_path(path))
- } else if let Ok(path) = erg_std_path()
- .join(format!("{}", path.display()))
- .join("__init__.er")
- .canonicalize()
- {
- Some(normalize_path(path))
- } else {
- None
- }
- }
-
- /// resolution order:
- /// 1. `{path}.d.er`
- /// 2. `{path}/__init__.d.er`
- /// 3. `__pycache__/{path}.d.er`
- /// 4. `{path}/__pycache__/__init__.d.er`
- /// 5. `{path}.d/__init__.d.er`
- /// 6. `{path}.d/__pycache__/__init__.d.er`
- /// 7. `std/{path}.d.er`
- /// 8. `std/{path}/__init__.d.er`
- /// 9. `site-packages/__pycache__/{path}.d.er`
- /// 10. `site-packages/{path}/__pycache__/__init__.d.er`
- pub(crate) fn resolve_decl_path(cfg: &ErgConfig, path: &Path) -> Option<PathBuf> {
- if let Ok(path) = cfg.input.resolve_local_decl(path) {
- Some(path)
- } else {
- let py_roots = [erg_pystd_path, erg_py_external_lib_path];
- for root in py_roots {
- if let Some(path) = Self::resolve_std_decl_path(root(), path) {
- return Some(path);
- }
- }
- for site_packages in python_site_packages() {
- if let Some(path) = Self::resolve_site_pkgs_decl_path(site_packages, path) {
- return Some(path);
- }
- }
- None
- }
- }
-
- fn resolve_std_decl_path(root: PathBuf, path: &Path) -> Option<PathBuf> {
- let mut path = add_postfix_foreach(path, ".d");
- path.set_extension("d.er"); // set_extension overrides the previous one
- if let Ok(path) = root.join(&path).canonicalize() {
- Some(normalize_path(path))
- // d.er -> .d
- } else if let Ok(path) = root
- .join({
- path.set_extension("");
- path
- })
- .join("__init__.d.er")
- .canonicalize()
- {
- Some(normalize_path(path))
- } else {
- None
- }
- }
-
- /// 1. `site-packages/__pycache__/{path}.d.er`
- /// 2. `site-packages/{path}/__pycache__/__init__.d.er`
- fn resolve_site_pkgs_decl_path(site_packages: PathBuf, path: &Path) -> Option<PathBuf> {
- let mut path_buf = path.to_path_buf();
- path_buf.set_extension("d.er"); // set_extension overrides the previous one
- if let Ok(path) = site_packages
- .join("__pycache__")
- .join(&path_buf)
- .canonicalize()
- {
- Some(normalize_path(path))
- } else if let Ok(path) = site_packages
- .join(path)
- .join("__pycache__")
- .join("__init__.d.er")
- .canonicalize()
- {
- Some(normalize_path(path))
- } else {
- None
- }
- }
-
- pub(crate) fn try_push_path(&self, mut path: PathBuf, add: &Path) -> Result<PathBuf, String> {
- path.pop(); // __init__.d.er
- if let Ok(path) = path.join(add).canonicalize() {
- Ok(normalize_path(path))
- } else if let Ok(path) = path.join(format!("{}.d.er", add.display())).canonicalize() {
- Ok(normalize_path(path))
- } else if let Ok(path) = path
- .join(format!("{}.d", add.display()))
- .join("__init__.d.er")
- .canonicalize()
- {
- Ok(normalize_path(path))
- } else {
- Err(format!("{} // {}", path.display(), add.display()))
- }
- }
-
// FIXME: 現在の実装だとimportしたモジュールはどこからでも見れる
pub(crate) fn get_mod(&self, name: &str) -> Option<&Context> {
if name == "module" && ERG_MODE {
@@ -2600,9 +2476,9 @@ impl Context {
return None;
};
if mod_t.is_erg_module() {
- Self::resolve_path(&self.cfg, Path::new(&path[..]))
+ self.cfg.input.resolve_path(Path::new(&path[..]))
} else if mod_t.is_py_module() {
- Self::resolve_decl_path(&self.cfg, Path::new(&path[..]))
+ self.cfg.input.resolve_decl_path(Path::new(&path[..]))
} else {
None
}
@@ -2676,9 +2552,9 @@ impl Context {
namespace.push_str(namespaces.remove(0));
}
let path = Path::new(&namespace);
- let mut path = Self::resolve_path(&self.cfg, path)?;
+ let mut path = self.cfg.input.resolve_path(path)?;
for p in namespaces.into_iter() {
- path = self.try_push_path(path, Path::new(p)).ok()?;
+ path = Input::try_push_path(path, Path::new(p)).ok()?;
}
self.get_ctx_from_path(path.as_path())
}
diff --git a/register.rs b/register.rs
index efbd127..872dd1c 100644
--- a/register.rs
+++ b/register.rs
@@ -1804,7 +1804,7 @@ impl Context {
fn import_erg_mod(&self, __name__: &Str, loc: &impl Locational) -> CompileResult<PathBuf> {
let mod_cache = self.mod_cache();
- let path = match Self::resolve_real_path(&self.cfg, Path::new(&__name__[..])) {
+ let path = match self.cfg.input.resolve_real_path(Path::new(&__name__[..])) {
Some(path) => path,
None => {
return Err(self.import_err(__name__, loc));
@@ -1902,7 +1902,7 @@ impl Context {
}
fn get_decl_path(&self, __name__: &Str, loc: &impl Locational) -> CompileResult<PathBuf> {
- match Self::resolve_decl_path(&self.cfg, Path::new(&__name__[..])) {
+ match self.cfg.input.resolve_decl_path(Path::new(&__name__[..])) {
Some(path) => {
if Self::can_reuse(&path).is_none() {
let _ = self.try_gen_py_decl_file(__name__);
@@ -1960,7 +1960,7 @@ impl Context {
.spawn()
.and_then(|mut child| child.wait())
{
- if let Some(path) = Self::resolve_decl_path(&self.cfg, Path::new(&__name__[..])) {
+ if let Some(path) = self.cfg.input.resolve_decl_path(Path::new(&__name__[..])) {
return Ok(path);
}
}
@@ -1971,6 +1971,10 @@ impl Context {
fn import_py_mod(&self, __name__: &Str, loc: &impl Locational) -> CompileResult<PathBuf> {
let py_mod_cache = self.py_mod_cache();
let path = self.get_decl_path(__name__, loc)?;
+ // module itself
+ if self.cfg.input.path() == Some(path.as_path()) {
+ return Ok(path);
+ }
if let Some(referrer) = self.cfg.input.path() {
let graph = &self.shared.as_ref().unwrap().graph;
graph.inc_ref(referrer, path.clone());
diff --git a/link_hir.rs b/link_hir.rs
index 8a2e49e..abf2675 100644
--- a/link_hir.rs
+++ b/link_hir.rs
@@ -11,7 +11,6 @@ use erg_common::{enum_unwrap, log};
use erg_parser::ast::{DefId, OperationKind};
use erg_parser::token::{Token, TokenKind, DOT, EQUAL};
-use crate::context::Context;
use crate::ty::typaram::TyParam;
use crate::ty::value::ValueObj;
use crate::ty::HasType;
@@ -304,7 +303,7 @@ impl<'a> HIRLinker<'a> {
unreachable!()
};
let path = Path::new(&path[..]);
- let path = Context::resolve_real_path(self.cfg, path).unwrap();
+ let path = self.cfg.input.resolve_real_path(path).unwrap();
// # module.er
// self = import "module"
// ↓
|
|
build: updated lockfile
|
180e6a39429e9075e60a5fdabf3b0706011d0e61
|
build
|
https://github.com/tsparticles/tsparticles/commit/180e6a39429e9075e60a5fdabf3b0706011d0e61
|
updated lockfile
|
diff --git a/yarn.lock b/yarn.lock
index 1c034db..b9c0b53 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -666,39 +666,39 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/add/-/add-5.4.2.tgz#01cc9f14d1928bca0c0c107ebbe4834203967b8d"
- integrity sha512-nkQLHIQH447x0+Rzo2ynJMUedblUk/HFxwWVWvxs4QyyB4zI1B0xuoNSXCgu34Xc/uED0DuUp/ZDc16LtPVK+Q==
- dependencies:
- "@lerna/bootstrap" "5.4.2"
- "@lerna/command" "5.4.2"
- "@lerna/filter-options" "5.4.2"
- "@lerna/npm-conf" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/add/-/add-5.4.3.tgz#633e3ddaf342fd1b04161439a266aed9fb37e82e"
+ integrity sha512-wBjBHX/A0nSiVGJDq5wNpqR+zrxKFREeKrqvIXGmAgcwpDjp76JLVhdSdQns+X+AYsf13NFaNhBqfGlF5SZNnQ==
+ dependencies:
+ "@lerna/bootstrap" "5.4.3"
+ "@lerna/command" "5.4.3"
+ "@lerna/filter-options" "5.4.3"
+ "@lerna/npm-conf" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
dedent "^0.7.0"
npm-package-arg "8.1.1"
p-map "^4.0.0"
pacote "^13.6.1"
semver "^7.3.4"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-5.4.2.tgz#f33c196c372c41a3aca2c918aa64523d37a51323"
- integrity sha512-rw/4bOrYHn4DxqkTEf/A0Y/Ma000K+MZbXx5wTct5UTHgshFsocLlb7BwGuU0t4foHEIYnz5AU71e7/Q6JKY7Q==
- dependencies:
- "@lerna/command" "5.4.2"
- "@lerna/filter-options" "5.4.2"
- "@lerna/has-npm-version" "5.4.2"
- "@lerna/npm-install" "5.4.2"
- "@lerna/package-graph" "5.4.2"
- "@lerna/pulse-till-done" "5.4.2"
- "@lerna/rimraf-dir" "5.4.2"
- "@lerna/run-lifecycle" "5.4.2"
- "@lerna/run-topologically" "5.4.2"
- "@lerna/symlink-binary" "5.4.2"
- "@lerna/symlink-dependencies" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-5.4.3.tgz#69d744710c3ac386468ff0ead4e4386d4077ae63"
+ integrity sha512-9mruEpXD2p8mG9Feak0QzU+JcROsJ8J0MvY7gTGtUqQJqBIA6HGEYXQueHbcl+jGdZyTZOz139KsavPui55QEQ==
+ dependencies:
+ "@lerna/command" "5.4.3"
+ "@lerna/filter-options" "5.4.3"
+ "@lerna/has-npm-version" "5.4.3"
+ "@lerna/npm-install" "5.4.3"
+ "@lerna/package-graph" "5.4.3"
+ "@lerna/pulse-till-done" "5.4.3"
+ "@lerna/rimraf-dir" "5.4.3"
+ "@lerna/run-lifecycle" "5.4.3"
+ "@lerna/run-topologically" "5.4.3"
+ "@lerna/symlink-binary" "5.4.3"
+ "@lerna/symlink-dependencies" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
"@npmcli/arborist" "5.3.0"
dedent "^0.7.0"
get-port "^5.1.1"
@@ -710,100 +710,100 @@
p-waterfall "^2.1.1"
semver "^7.3.4"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-5.4.2.tgz#9f36e9949aed42985cd369723ecaecf2df6fb9b0"
- integrity sha512-QNEbOlIQkwQvWQozHZMwAVT9TsA1ybBV6VDb1VF/Awg7dsJYdWm/QUwztiXxtV3xzu3W9BzEuHeS3tctaoRgGg==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-5.4.3.tgz#527a32f2a5bddd0f69d44ac3aaa0174ef9661936"
+ integrity sha512-q1ARClN0pLZ53hBPiR4TJB6GGq17Yhwb6iKwQryZBWuOEc87NqqRtIPWswk5NISj2qcPQlbyrnB3RshwLkyo7w==
dependencies:
- "@lerna/collect-updates" "5.4.2"
- "@lerna/command" "5.4.2"
- "@lerna/listable" "5.4.2"
- "@lerna/output" "5.4.2"
+ "@lerna/collect-updates" "5.4.3"
+ "@lerna/command" "5.4.3"
+ "@lerna/listable" "5.4.3"
+ "@lerna/output" "5.4.3"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-5.4.2.tgz#99786015d7f0acac602d029ccbaaaf57142e6037"
- integrity sha512-N0+mcftjnoVvepzo6CVuKcqUULhNi5qxUAAjDeWvwfLu4ef9G2jxymE61mFtSmqjACW8zywT4rtp7hHNElmRbQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-5.4.3.tgz#50576cd9c5abfc405ab6a95a61eab4f2e797d07a"
+ integrity sha512-OnGqIDW8sRcAQDV8mdtvYIh0EIv2FXm+4/qKAveFhyDkWWpnUF/ZSIa/CFVHYoKFFzb5WOBouml2oqWPyFHhbA==
dependencies:
- "@lerna/collect-uncommitted" "5.4.2"
- "@lerna/describe-ref" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+ "@lerna/collect-uncommitted" "5.4.3"
+ "@lerna/describe-ref" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-5.4.2.tgz#3c41e1e8fdbd81106d2e33ae23ed77017e1c8e39"
- integrity sha512-ugaTl6SmmAIA5lvkGQpPN9u8ZpjWymHpD02MuRDQWxUMLzzY5t+YBave/JAOBTdhaCBsenZFp1dcC4WxBWGncw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-5.4.3.tgz#b048145774108cd0bbcfd0ebd6ed7aeb78bfc9bc"
+ integrity sha512-p7wJ8QT8kXHk4EAy/oyjCD603n1F61Tm4l6thF1h9MAw3ejSvvUZ0BKSg9vPoZ/YMAC9ZuVm1mFsyoi5RlvIHw==
dependencies:
chalk "^4.1.0"
execa "^5.0.0"
strong-log-transformer "^2.1.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-5.4.2.tgz#b12a649c12184326177508cdad9a3c6db50f4fde"
- integrity sha512-kOxS5NjFm/YjcsPZGXJF6z0rzIeFgyF3EQfNHK5zpcEqU4YGqjN3WGoeCosVpxadQz7RFQVgTO9aPCYKSZR7fQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-5.4.3.tgz#83abd846bc91ffbf0ccf0b153061d73ef175c8ed"
+ integrity sha512-Kl04A5NqywbBf7azSt9UJqHzRCXogHNpEh3Yng5+Y4ggunP4zVabzdoYGdggS4AsbDuIOKECx9BmCiDwJ4Qv8g==
dependencies:
- "@lerna/command" "5.4.2"
- "@lerna/filter-options" "5.4.2"
- "@lerna/prompt" "5.4.2"
- "@lerna/pulse-till-done" "5.4.2"
- "@lerna/rimraf-dir" "5.4.2"
+ "@lerna/command" "5.4.3"
+ "@lerna/filter-options" "5.4.3"
+ "@lerna/prompt" "5.4.3"
+ "@lerna/pulse-till-done" "5.4.3"
+ "@lerna/rimraf-dir" "5.4.3"
p-map "^4.0.0"
p-map-series "^2.1.0"
p-waterfall "^2.1.1"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-5.4.2.tgz#a9d747553841c35b0267eba2316856cacbccbbfb"
- integrity sha512-gC+zu8uvUqzMewZq0o5JqSU+PZvd9FKJxxGR3MjSUWoCcGlkwyrG8VVZLTtGMCi++kQSnKy/N9cG7ncQD0N6MQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-5.4.3.tgz#2609d528c43b355418a84e6490184b97a2995c4e"
+ integrity sha512-avnRUZ51nSZMR+tOcMQZ61hnVbDNdmyaVRxfSLByH5OFY+KPnfaTPv1z4ub+rEtV2NTI5DYWAqxupNGLuu9bQQ==
dependencies:
- "@lerna/global-options" "5.4.2"
+ "@lerna/global-options" "5.4.3"
dedent "^0.7.0"
npmlog "^6.0.2"
yargs "^16.2.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-5.4.2.tgz#3bceb4ffe24da5e21e2f890acec81132d0697924"
- integrity sha512-VdLD0QWK4dO5U5Pnz3QyJ5JUGHaIEudU4ZqQ/V9uBCZO3Z0bMbmneUljvH/J7XCT0HOkcDhV7KBZvV/yem83cw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-5.4.3.tgz#198e981767e09271f0ac9f91fe942754a1f5f8a8"
+ integrity sha512-/0u95DbwP1+orGifkPRqaIqD8Ui2vpy9KmeuHTui+4iR/ZvZbgIouMdOhH+fU9e5hfLF6geUKnEFjL+Lxa4qdg==
dependencies:
- "@lerna/child-process" "5.4.2"
+ "@lerna/child-process" "5.4.3"
chalk "^4.1.0"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-5.4.2.tgz#f320b15bfaa344aa5b7113379dff4765ac0decee"
- integrity sha512-PshsjmoNpLkWdKpx2LRqU37PQnFViejhS+tYowKxy5q5XRE/LnsVrFAcNxnmo4zdMb9VuIOOHBRItjETWrwcag==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-5.4.3.tgz#074ce2b208e54ff7948398d005fcb01249284ee0"
+ integrity sha512-TU3+hcwqHWKSK0J+NWNo5pjP7nnCzhnFfL/UfCG6oNAUb6PnmKSgZ9NqjOXja1WjJPrtFDIGoIYzLJZCePFyLw==
dependencies:
- "@lerna/child-process" "5.4.2"
- "@lerna/describe-ref" "5.4.2"
+ "@lerna/child-process" "5.4.3"
+ "@lerna/describe-ref" "5.4.3"
minimatch "^3.0.4"
npmlog "^6.0.2"
slash "^3.0.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/command/-/command-5.4.2.tgz#2ef5bb7d964090b0d57013fed287a2e3dd5f1e8e"
- integrity sha512-RvSpAPghQoAUzpjKxxoq6ZezDtymZnimIilRjUCzdZWG68QznkTPaoGP3Yt/pPRoZIXLFeXBndcR+Go8BY0z+Q==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/command/-/command-5.4.3.tgz#9d492a8e66d06a382005a89a79d05a06a1426ef7"
+ integrity sha512-xBdbqcvHeWltH4QvWcmH9dKjWzD+KXfhSP0NBgwED8ZNMxSuzBz2OS3Ps8KbLemXNP8P0yhjoPgitGmxxeY/ow==
dependencies:
- "@lerna/child-process" "5.4.2"
- "@lerna/package-graph" "5.4.2"
- "@lerna/project" "5.4.2"
- "@lerna/validation-error" "5.4.2"
- "@lerna/write-log-file" "5.4.2"
+ "@lerna/child-process" "5.4.3"
+ "@lerna/package-graph" "5.4.3"
+ "@lerna/project" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
+ "@lerna/write-log-file" "5.4.3"
clone-deep "^4.0.1"
dedent "^0.7.0"
execa "^5.0.0"
is-ci "^2.0.0"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-5.4.2.tgz#65dec35922070078ec4cdd1131bf23d80e011e60"
- integrity sha512-ovWKGDCMshLBcfgUICoyCOHFR9uCwQknvW6rlPZxjd5ajKHUIAW5zEQoSDkciELqfNUIWEKMu1MQcaJpAz/T3w==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-5.4.3.tgz#1f619991aad35a696eca458fb9b966c4b85a1fe4"
+ integrity sha512-GHZdpCUMqalO692O7Mqj5idYftZWaCylb4TSPkHEU8xSfxtufp8lM+Q8Xxv35ymzs0pBrmzSLZIpIMQ9awDABg==
dependencies:
- "@lerna/validation-error" "5.4.2"
+ "@lerna/validation-error" "5.4.3"
conventional-changelog-angular "^5.0.12"
conventional-changelog-core "^4.2.4"
conventional-recommended-bump "^6.1.0"
@@ -814,24 +814,24 @@
pify "^5.0.0"
semver "^7.3.4"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-5.4.2.tgz#78e09b8f121cdb2bf3ab05bf4c57ea51cb10d2cc"
- integrity sha512-bD54HAcYnSWurW5z2TFvtmWOkpPPYMvNRpoDWFACQ98sBENgJSgFOnGBiui8uYkRB+dUjegIelSfIRsC3+VYsQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-5.4.3.tgz#fda167628dc169ced79a004609b5c823157d8cfc"
+ integrity sha512-QxmKCHA5woed/qJjKNkOSgkbhhmPV3g61F499uVwPtyPivn9Y2mbeVPMQrLkb0CL9M6aJ7vE4fi6T5XMqsbNpg==
dependencies:
cmd-shim "^5.0.0"
fs-extra "^9.1.0"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/create/-/create-5.4.2.tgz#039cb3f6c850908130c671f03ab9d691cddb4e93"
- integrity sha512-LGkmNl/t7uywboQXX0SkIGcl52Gc6wahQS8eZEQN7arQvYWAQglArnQrkB8DlfxTbRrROz1KZky7dl67WObtYw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/create/-/create-5.4.3.tgz#acf6528de1f42465d6824b4d048b39f7ce49af4b"
+ integrity sha512-VLrcfjBNzhUie5tLWSEa203BljirEG7OH62lgoLqR9qA/FVozoWrRKmly/EVw8Q7+5UNw/ciTzXnbm0BPXl6tg==
dependencies:
- "@lerna/child-process" "5.4.2"
- "@lerna/command" "5.4.2"
- "@lerna/npm-conf" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+ "@lerna/child-process" "5.4.3"
+ "@lerna/command" "5.4.3"
+ "@lerna/npm-conf" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
dedent "^0.7.0"
fs-extra "^9.1.0"
globby "^11.0.2"
@@ -847,218 +847,218 @@
whatwg-url "^8.4.0"
yargs-parser "20.2.4"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-5.4.2.tgz#4d2382c56b48be38a1c688b7a3fc867bc9a321af"
- integrity sha512-aBDF8c4rKBrhJwp0/DJsflJQKIN2tYFGEnkvAhDHO05mzvLF1VHVN5YCuMbZTH0O0wr2kx9Rbs2lQjE5SVWkoQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-5.4.3.tgz#3b515d966e6804864f68950c13bf306c5ad74141"
+ integrity sha512-g3R5exjZy5MOcMPzgU8+t7sGEt4gGMKQLUFfg5NAceera6RGWUieY8OWL6jlacgyM4c8iyh15Tu14YwzL2DiBA==
dependencies:
- "@lerna/child-process" "5.4.2"
+ "@lerna/child-process" "5.4.3"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-5.4.2.tgz#a52d4298e2f942cfddc98cb7d8e497e2fbfd02f9"
- integrity sha512-5rFeJ98Z407wT3Vuvk59o3VHwHzSzbEgiDu1Um4A0SmGXyCHUkUjIjaXv4q+IDgqgwkQKY7/rVEyQOdygR1XxQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-5.4.3.tgz#724644c55dae7a4cf196d5db922238a3dde079e2"
+ integrity sha512-MJKvy/XC2RpS/gqg7GguQsBv5rZm+S5P/kfnqhapXCniGviZfq+JfY5TQCsAP9umiybR2sB004K1Z7heyU8uMA==
dependencies:
- "@lerna/child-process" "5.4.2"
- "@lerna/command" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+ "@lerna/child-process" "5.4.3"
+ "@lerna/command" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-5.4.2.tgz#8edf6ce79513ea9b5f73d07e78cc9b2a0a390cb2"
- integrity sha512-tnucfUP/JKbiQ71XssPyjc6ysxwzWy5Munlv9Zt919czXkRejjjUkvnUPjdaBLALzvSLF2KYyMo6aS7WMetDaw==
- dependencies:
- "@lerna/child-process" "5.4.2"
- "@lerna/command" "5.4.2"
- "@lerna/filter-options" "5.4.2"
- "@lerna/profiler" "5.4.2"
- "@lerna/run-topologically" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-5.4.3.tgz#85427f565fda9dcb25f76428d30baf0da007be5f"
+ integrity sha512-BLrva/KV6JWTV+7h7h+NQDsxpz0z1Nh99BUqqvZDzGIKMey4c1fo+CQGac77TsAophnv0ieFgHkSmrC6NXJa9g==
+ dependencies:
+ "@lerna/child-process" "5.4.3"
+ "@lerna/command" "5.4.3"
+ "@lerna/filter-options" "5.4.3"
+ "@lerna/profiler" "5.4.3"
+ "@lerna/run-topologically" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
p-map "^4.0.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-5.4.2.tgz#e6856b2212cf62274901ecc72ab3c56ea6346870"
- integrity sha512-nEFn6yVtAQfKuit2A+rREzb967ydV728qmx7JGC1LDoqT2YQ1A4SQ30XqkPbL0/li48Uf1UCBxRuk/uoCcORHA==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-5.4.3.tgz#2447ea9f5a4d03bf772fb47fea727d085fe8aa01"
+ integrity sha512-581GE81BSWgS9za4tBv1nwZ2ImgH7UO3xil1b7xogvc/iGwM0MgOwt9f1MrS5ZOliNnme4cSZEGFe+QWPXCE4A==
dependencies:
- "@lerna/collect-updates" "5.4.2"
- "@lerna/filter-packages" "5.4.2"
+ "@lerna/collect-updates" "5.4.3"
+ "@lerna/filter-packages" "5.4.3"
dedent "^0.7.0"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-5.4.2.tgz#0a601a63f48b81e4862f893b7a9ba8e80678b8fe"
- integrity sha512-CQZLcKpNyZI1ods/3BU9EZZBfCwwEE73unOftNjBtKiIMjW9EzvEda671ivixSf2b4FXJOlocrm3v0+8vKOAKQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-5.4.3.tgz#fdcad77f8ce76012a585d6ef12c3eba732c46aa9"
+ integrity sha512-W5OVMUjXh/Zii17FCSbIf/6Q3Bo5ETMAWMZ6EpHSU99M0kdvgpjXj3VUSjiCzwccqIa2EZjaua0RWSbOtfZCVg==
dependencies:
- "@lerna/validation-error" "5.4.2"
+ "@lerna/validation-error" "5.4.3"
multimatch "^5.0.0"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-5.4.2.tgz#c90b126cbc3c4b182f44d740e313ac7868e51795"
- integrity sha512-DzeagB9ir2Law3B/A1ZPiPTnG3G+cD8s/FsOnqbmRJZ9Oc4bP2W1Znnhk1rQ+4fL/eq7fLGlCAXS1bKKq8I+lw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-5.4.3.tgz#9cf0d299ae534adc0d5efe883e304bd5c3e14076"
+ integrity sha512-q/3zQvlwTpAh6HVtVGOTuCGIgkhtCPK9CcHRo09c0Q3LQk5MsZYkPmJe0ujU1Gf7pILzQA5tnCy56eWT5uMPUg==
dependencies:
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-5.4.2.tgz#579bbc0f9b15d61d441ab5b0788fd97e1f61ead3"
- integrity sha512-MCUqeSCWMb2xIHeHB2d74nAj5e5l4a+DKGQFI23bJJxmi2hEhqnNCrOYKaNXeNS+Th6gQiAZ4aMSSBlKEMOeKg==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-5.4.3.tgz#5a44b51b515b1d8b7e194772e4b8ec4419df9204"
+ integrity sha512-y97plqJmrTwnZE9EH0MhtwnVHOF/revnH95fD2UyUpGrxdAFvbE7rs3A9zrSxurFLn4q6qWBKONwQLccQSTBTA==
dependencies:
fs-extra "^9.1.0"
ssri "^9.0.1"
tar "^6.1.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-5.4.2.tgz#f47ee418cc35bc36a17b014b37fdf6df48bf8287"
- integrity sha512-qYyw97hLLHvTrt6dw1g3HC9ZxABOcnkFS75C86MdZDf/9Itq3HpDU8WIFQJtu3AVV/vZGDAwh+dt2t8OLPGXwg==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-5.4.3.tgz#30e37a357eff5b8c10c2fea8069f0df99932d8ea"
+ integrity sha512-P/i64IUDw72YvS5lTciCLAxvjliN2lZSDZSqH59kQ4m2dma0dChiLTreq1Ei8xyY124oacARwxxQCN95m2u3nw==
dependencies:
- "@lerna/child-process" "5.4.2"
+ "@lerna/child-process" "5.4.3"
"@octokit/plugin-enterprise-rest" "^6.0.1"
"@octokit/rest" "^19.0.3"
git-url-parse "^12.0.0"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-5.4.2.tgz#6b24b2c9fa6a2ec1b286f1a08a02b6bda283cb9f"
- integrity sha512-AzQRIaBuJ/SyDoEVuoDgC2iGxJw00FhbNL3qYLPBP2tav/EFbVtyhwcC9PFC9ICdEn9rmumbxPFYAV6/vsETYA==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-5.4.3.tgz#ecf81a0400ad199e9542676519ecf1a5bb898666"
+ integrity sha512-EEr5OkdiS7ev2X9jaknr3UUksPajij1nGFFhPXpAexAEkJYSRjdSvfPtd4ssTViIHMGHKMcNcGrMW+ESly1lpw==
dependencies:
node-fetch "^2.6.1"
npmlog "^6.0.2"
whatwg-url "^8.4.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-5.4.2.tgz#75dd4056ca3199ca8a4089bdb302b3f935ab310c"
- integrity sha512-OZ55Fu3Mk4nm/d3rUTlFi8TcjGeZ6mxeudwWGCjCaR3N6KxhnhWwgO9Owc1ZnzIxDgcI6SOPxo4N8rSfDtR4+w==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-5.4.3.tgz#5603fd90a69ac8585d413d743ab03f7da18e2f0c"
+ integrity sha512-e0TVIHLl0IULJWfLA9uGOIYnI3MVAjTp9I0p/9u3fC62dQxJBhoy5/9+y2zuu85MTB+4XTVi2m8G99H9pfBhMA==
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-5.4.2.tgz#ee61390cb1c62ceadefa5f3cfa730ceb14b8afca"
- integrity sha512-uYDJuCNZLSaeaEwC4ACFYvTyL3rUGt1+/zB+CsqYJRm97y6gOwlnm5SGSsfEXtIf9BlnInNW+r/lh03nqaadAQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-5.4.3.tgz#721cd987d02cfebc6e6ab953f888009a62f3e2e0"
+ integrity sha512-Vu5etw5vXEbYLOO26lO3u5gEjX9vWUjqLTQfNEnJxflaH9JWw2NNJ/6nXG0hqc8kEmMdhabrw+FHSKaO9ZQygw==
dependencies:
- "@lerna/child-process" "5.4.2"
+ "@lerna/child-process" "5.4.3"
semver "^7.3.4"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/import/-/import-5.4.2.tgz#15caa1863ae06efd2528fae4a40f05d5c4d3685a"
- integrity sha512-wuW32z/ayFvlSUTZfKZ5cCkg7VkiQJC3vETKLb055T2Vn6LKEpIcbTqyh0v8+Vxiy+rM7I8zu+MOIcJ6oZRW8Q==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/import/-/import-5.4.3.tgz#c3b552f53bf9d49abc7167dfbcc54ff9211e8d3d"
+ integrity sha512-SRUyITjhqbN7JOrUHskaqbppiq8yqpSLw1+tseT3D3HdYQQjvQzR1GjBVm+LZKlHRi9qqku9fqUNQf9AqbtysA==
dependencies:
- "@lerna/child-process" "5.4.2"
- "@lerna/command" "5.4.2"
- "@lerna/prompt" "5.4.2"
- "@lerna/pulse-till-done" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+ "@lerna/child-process" "5.4.3"
+ "@lerna/command" "5.4.3"
+ "@lerna/prompt" "5.4.3"
+ "@lerna/pulse-till-done" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
dedent "^0.7.0"
fs-extra "^9.1.0"
p-map-series "^2.1.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/info/-/info-5.4.2.tgz#815e09ac3363bc939d70fbca5df5223a33b80b7b"
- integrity sha512-kK/0Hs8nD0lyU+rQOB2MRQRErzYVba0I5NQXmHnqyLYsj1gSGh8GO9U/uWbihN3YuSdNMI/DpPDmU/fS++EdNw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/info/-/info-5.4.3.tgz#f35c68b97d05734d418d36a83be7dea138b280e0"
+ integrity sha512-cO0jWK2zcU9fsnoR2aqYU1IqNxWBkLvvQcTiodPqMsTAVh2F8cbwUXptWJyvsyCkKqO86axa7h6AbeF9rHRj0g==
dependencies:
- "@lerna/command" "5.4.2"
- "@lerna/output" "5.4.2"
+ "@lerna/command" "5.4.3"
+ "@lerna/output" "5.4.3"
envinfo "^7.7.4"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/init/-/init-5.4.2.tgz#6c1b45e997e96260983ff2a511edb01228174bb9"
- integrity sha512-b9rLqkO22LL2eKs7+b95gkon8NE153X1jKbCxIzN2GsquKKKePFMjSE7LsUo8ZrstJS5i9rOT7yrzuLKynp7aw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/init/-/init-5.4.3.tgz#7ff95984864daecfc8f152b4456f9e17da218af9"
+ integrity sha512-cicNfMuswF+8S5RhbvCnXIrdNWTS5/ajwGYOv85x/Gu2FOJ1eqJ4W4Ai6ybANBefErE4+7aSGl/kt/+sRvTeTw==
dependencies:
- "@lerna/child-process" "5.4.2"
- "@lerna/command" "5.4.2"
- "@lerna/project" "5.4.2"
+ "@lerna/child-process" "5.4.3"
+ "@lerna/command" "5.4.3"
+ "@lerna/project" "5.4.3"
fs-extra "^9.1.0"
p-map "^4.0.0"
write-json-file "^4.3.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/link/-/link-5.4.2.tgz#62dbc6c8aec11aeafffc43b3f910c911b96d78a4"
- integrity sha512-il4qFlqsFa76ag7pLxSS8U5XqvQ22T/JhcHOSNVVoMjUi9cFmUCjUHVKneXAa+58fEwoLCN6Hm7NiO9Df3nB1w==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/link/-/link-5.4.3.tgz#feaa02124a75c2a9e5990e88b2f4f73c21081ae4"
+ integrity sha512-DY6PQYE2g1a5QGDXCoajr8hl87m83vmfUIz1342x1qwWHmfRLfS3KTPPfa5bsZk/ABVOrqjjz/v3m4SEJ4LC5A==
dependencies:
- "@lerna/command" "5.4.2"
- "@lerna/package-graph" "5.4.2"
- "@lerna/symlink-dependencies" "5.4.2"
+ "@lerna/command" "5.4.3"
+ "@lerna/package-graph" "5.4.3"
+ "@lerna/symlink-dependencies" "5.4.3"
p-map "^4.0.0"
slash "^3.0.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/list/-/list-5.4.2.tgz#fd694e9038308f1a1e9dd17b410658b5c5dbdc8d"
- integrity sha512-DFSKgNFkdoUXQkwkvj18dGZ0s8IKXd9LrenqOzSfdKqESbF/9ChVgRYmcJeBjMMDdwLsy5Ax4pBliWTrMqpOYA==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/list/-/list-5.4.3.tgz#24c0df926777c218b3e6486baded3c8b17ea6f5a"
+ integrity sha512-VEoJfobof7Welp+1yX6gm0EtpZw9vyztGvTtOeHQ1fhfW88oav03Qoi/hk1qZXPf7/hVZrJKEmSJ4etxsbZ3/g==
dependencies:
- "@lerna/command" "5.4.2"
- "@lerna/filter-options" "5.4.2"
- "@lerna/listable" "5.4.2"
- "@lerna/output" "5.4.2"
+ "@lerna/command" "5.4.3"
+ "@lerna/filter-options" "5.4.3"
+ "@lerna/listable" "5.4.3"
+ "@lerna/output" "5.4.3"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-5.4.2.tgz#7a1e32aebfd78581344cbecbed09a2d851320f8b"
- integrity sha512-DdKqERoXfcRFPl/Vrn/pPyGxq5NQ3P22lAs3ueqwQZJPfUsQzjSv4fWEWwLxZW5tU9hbTqflOgnPeNQkmBC/Iw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-5.4.3.tgz#92459e2c2c052da2e51d9e1e7fe94786ea739cb0"
+ integrity sha512-VcJMw+z84Rj1nLIso474+veFx0tCH9Jas02YXx9cgAnaK1IRP0BI9O0vccQIZ+2Rb62VLiFGzyCJIyKyhcGZHw==
dependencies:
- "@lerna/query-graph" "5.4.2"
+ "@lerna/query-graph" "5.4.3"
chalk "^4.1.0"
columnify "^1.6.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-5.4.2.tgz#8ef563e7be43ac82007cd562dcb66ccabc507a10"
- integrity sha512-MdLjsQENJxrsRmAcvqHoV6PwWiZJrv/ujwLeuqQquXPi9eWyWb3AoYPplmJRmUFQ9l3i3ROcTO9IDW6TkZ3P0Q==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-5.4.3.tgz#4f994f1b435078d49b08eec84496f6ad81158078"
+ integrity sha512-pFEBaj5JOf44+kOV6eiFHAfEULC6NhHJHHFwkljL1WNcx/+46aOADY9LrjmVtp8uPWv3fMCb3ZGcxuGebz1lYA==
dependencies:
byte-size "^7.0.0"
columnify "^1.6.0"
has-unicode "^2.0.1"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-5.4.2.tgz#a1a78f7c81c3dc2a7693c22773aebb347d6b8399"
- integrity sha512-FiYfMtH5j6zvqOENX/jo10Ok/aSHSUw68ZQImA1HcbRYeTJ673Oe29d47vDWLH2FvwvgZDaCK5S8WSwRvSrz2g==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-5.4.3.tgz#d5ea75aff7d561e8c0a529abff1ac9eee135482e"
+ integrity sha512-iQrrZHxAXqogfCpQvC/ac42/gR3osT+WN2FFB1gjVYYFBMZto5mlpcvyzH8rb75OJfak8iDtOYHUymmwSda1jw==
dependencies:
config-chain "^1.1.12"
pify "^5.0.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-5.4.2.tgz#a8a3b10ca707de4cc9c7167d181275dcce7b52ac"
- integrity sha512-dHiwLpLlC3PkEwbkjx/TD/TuKxcdAO3Gjx1XCT8aw+bVM2U6bw18DINjezA71cLc1aySInPE5zACkb/Hq46wTQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-5.4.3.tgz#d070167a3cb4bd28c1b034c954eb8597f8806f4d"
+ integrity sha512-LnbD6xrnrmMdXH/nntyd/xJueKZGhCv3YLWK9F6YQdmUoeWY+W7eckmdd8LKL6ZqupyeLxgn0NKwiJ5wxf0F2w==
dependencies:
- "@lerna/otplease" "5.4.2"
+ "@lerna/otplease" "5.4.3"
npm-package-arg "8.1.1"
npm-registry-fetch "^13.3.0"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-5.4.2.tgz#6433d8dd479ac1266447601d08f51313ab1f12d5"
- integrity sha512-Zk1NnCWvLUrW5WJ4tjexm74PY+DDExllizh3Q63z6P3F282sriF/pAnTSZcE59z/q2PhBoJop8OyD6O+mdv5Kw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-5.4.3.tgz#ce40861298965ff3cec9e672dad02f4399f7f54b"
+ integrity sha512-MPXYQ1r/UMV9x+6F2VEk3miHOw4fn+G4zN11PGB5nWmuaT4uq7rPoudkdRvMRqm6bK0NpL/trssSb12ERzevqg==
dependencies:
- "@lerna/child-process" "5.4.2"
- "@lerna/get-npm-exec-opts" "5.4.2"
+ "@lerna/child-process" "5.4.3"
+ "@lerna/get-npm-exec-opts" "5.4.3"
fs-extra "^9.1.0"
npm-package-arg "8.1.1"
npmlog "^6.0.2"
signal-exit "^3.0.3"
write-pkg "^4.0.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-5.4.2.tgz#16f1e87aee335ca03633784179d9d60e0f1104cc"
- integrity sha512-fBB6zrYtdiKffZyCgLZEJcSi3wKy4Legpv66Icqyjsnp9U77aEcFnAqjitc9QCSs5hhlpx9RnKFulsgMiZxEWA==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-5.4.3.tgz#7dffa552c42071aa707cd5a88d7984da7ea3188c"
+ integrity sha512-yfwtTWYRace2oJK+a7nVUs7HubypgoA1fEZ6JUZFKVkq54C8tDdyYz4EtTtiFr7WMjP8p3NWxh7RNh7Tyx7ckQ==
dependencies:
- "@lerna/otplease" "5.4.2"
- "@lerna/run-lifecycle" "5.4.2"
+ "@lerna/otplease" "5.4.3"
+ "@lerna/run-lifecycle" "5.4.3"
fs-extra "^9.1.0"
libnpmpublish "^6.0.4"
npm-package-arg "8.1.1"
@@ -1066,85 +1066,85 @@
pify "^5.0.0"
read-package-json "^5.0.1"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-5.4.2.tgz#d5c7094c79421f911c6b7ab2398d72c359854ae5"
- integrity sha512-CEtiuT30z3M5wfHAs0gm/Kh3+6NRT69vAw8Avv/WB0oO43teMpdIGB+afmTWMiWb4/wRLzFIgex6Sf2FamEhaQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-5.4.3.tgz#4fcf3b641919446aca1d584633c22e3ab2a12f00"
+ integrity sha512-xb6YAxAxGDBPlpZtjDPlM9NAgIcNte31iuGpG0I5eTYqBppKNZ7CQ8oi76qptrLyrK/ug9kqDIGti5OgyAMihQ==
dependencies:
- "@lerna/child-process" "5.4.2"
- "@lerna/get-npm-exec-opts" "5.4.2"
+ "@lerna/child-process" "5.4.3"
+ "@lerna/get-npm-exec-opts" "5.4.3"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-5.4.2.tgz#c23ea2aea6787d6040b2b744030e8fb984962182"
- integrity sha512-OFw0+QuS55z5cnSdJZy/YFWhFFpge6z8JVniqtqD5xcV5M1qoinOoV437le3RCMSHStVu/4H8MHSRvUee6Vdjg==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-5.4.3.tgz#645da8b8bc2e4b9929333b70e5a8ce972c85ca73"
+ integrity sha512-iy+NpqP9UcB8a0W3Nhq20x2gWSRQcmkOb25qSJj7f5AisCwGWypYlD6RZ9NqCzUD7KEbAaydEEyhoPw9dQRFmg==
dependencies:
- "@lerna/prompt" "5.4.2"
+ "@lerna/prompt" "5.4.3"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/output/-/output-5.4.2.tgz#8c6988cf4e461fd0bb0a05390786e2d673782d6e"
- integrity sha512-QVmWPgFTPo2RwFkl7+R2AhLAvHyzPYD6DLlnrixEPLzKPjxtiIwYqGPmdWlCDPtsBLNwzjvbkOgxBydZlRIguQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/output/-/output-5.4.3.tgz#6003a46356b92951a4c041b70b6bf27d358a6cab"
+ integrity sha512-y/skSk0jMxPlJ1gpQwmKiMdElbznOMCYdCi170wfj3esby+fr8eULiwx7wUy3K+YtEGp7JS6TUjXb4zm9O0rMw==
dependencies:
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-5.4.2.tgz#8e011917704a67c06ac98e733cb64352f61c1b24"
- integrity sha512-sfzmxAVX28+N37lhbbIL/C1dnsCd8WJMDYHPcJpepXKul2yr1dK3yxiTcHgo3uo466EXUbfJjnBWolOn6LfouA==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-5.4.3.tgz#eea41c6db9a0b0e81efa07f334d3770a11e8608b"
+ integrity sha512-47vsQem4Jr1W7Ce03RKihprBFLh2Q+VKgIcQGPec764i5uv3QWHzqK//da7+fmHr86qusinHvCIV7X3pXcohWg==
dependencies:
- "@lerna/get-packed" "5.4.2"
- "@lerna/package" "5.4.2"
- "@lerna/run-lifecycle" "5.4.2"
- "@lerna/temp-write" "5.4.2"
+ "@lerna/get-packed" "5.4.3"
+ "@lerna/package" "5.4.3"
+ "@lerna/run-lifecycle" "5.4.3"
+ "@lerna/temp-write" "5.4.3"
npm-packlist "^5.1.1"
npmlog "^6.0.2"
tar "^6.1.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-5.4.2.tgz#87110ff01436e44f7ee61b8bc8fa55010d2f6020"
- integrity sha512-IUwpiABvzh8xBV64sS81hFG5dgUnCzOfm0npQ65bZ76B1BEnjUSId8El1csKHd6KQER83EKEWz1RQ3fryWtxrA==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-5.4.3.tgz#5710409b6233a20dfc98bb0004c611bc8a9ae9d4"
+ integrity sha512-8eyAS+hb+K/+1Si2UNh4KPaLFdgTgdrRcsuTY7aKaINyrzoLTArAKPk4dQZTH1d0SUWtFzicvWixkkzq21QuOw==
dependencies:
- "@lerna/prerelease-id-from-version" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+ "@lerna/prerelease-id-from-version" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
npm-package-arg "8.1.1"
npmlog "^6.0.2"
semver "^7.3.4"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/package/-/package-5.4.2.tgz#a2ba5ff21ef64e5ff7a9da73626f4015b6c8a0b4"
- integrity sha512-fLQa+3LIb9NjuUKANEs+nvhztLiXMpoFYyumsd413wHlGGxyrPpJU9Q0H4aRpaqWWpUoBmib3xIhEdYsZctlSQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/package/-/package-5.4.3.tgz#ff1505199977debfa58862dde5df804d5db4bca6"
+ integrity sha512-EIw82v4ijzS3qRCSKHNSJ/UTnFDroaEp6mj7pzLO6lIrAqg7MgtKeThMhzEAMvF4yNB7BL+UR+dZ0jI47WgQJQ==
dependencies:
load-json-file "^6.2.0"
npm-package-arg "8.1.1"
write-pkg "^4.0.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-5.4.2.tgz#a77a3dbfbc2880d212c25202c9b9e76901e96b36"
- integrity sha512-A3/2A5lDUk1SzVKpiX5g4Zy/4YF3suQfiELP4UF4/HsSPUMW8El67/BxXAk1BhUiBC9sbP2Eo9jt1Ac6YxtwRQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-5.4.3.tgz#28db7eac5bb21762f2d7562ddc5d12e8f0eced38"
+ integrity sha512-bXsBCv/VJrWXz2usnk52TtTb4dsXSeYDI2U1N2z/DssFKlOpH7xL1mKWC4OXE2XBqb9I49sDPfZzN8BxTfJdJQ==
dependencies:
semver "^7.3.4"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-5.4.2.tgz#e5bf9fcda7047b028897979f820c9fe574c25cf2"
- integrity sha512-0PScmsU2JxQrxvWBfNMA5g473qXX4xuunglBshvVzGKVSGcUPWoPttQckcP/GvntpFSRIspPiTub0xAj3ZqIJQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-5.4.3.tgz#1905e8ae96ec23681323ee6b820387689a5b06ad"
+ integrity sha512-6otMDwCzfWszV0K7RRjlF5gibLZt1ay+NmtrhL7TZ7PSizIJXlf6HxZiYodGgjahKAdGxx34H9XyToVzOLdg3w==
dependencies:
fs-extra "^9.1.0"
npmlog "^6.0.2"
upath "^2.0.1"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/project/-/project-5.4.2.tgz#00878cf096558c1833d581f08855c604c412df54"
- integrity sha512-CK/aGYoTe/tZBoXvSDb4wSJX48Pn+T1mKo2FQOPvMCtAc3iIyjDfPEyghXwEZvvhznxhuR/KEk0rIGJl9OigYA==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/project/-/project-5.4.3.tgz#48d6fffc025cb6fcb42aa75fa29582f72cd71ab3"
+ integrity sha512-j2EeuwdbHsL++jy0s2ShDbdOPirPOL/FNMRf7Qtwl4pEWoOiSYmv/LnIt2pV7cwww9Lx8Y682/7CQwlXdgrrMw==
dependencies:
- "@lerna/package" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+ "@lerna/package" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
cosmiconfig "^7.0.0"
dedent "^0.7.0"
dot-prop "^6.0.1"
@@ -1156,38 +1156,38 @@
resolve-from "^5.0.0"
write-json-file "^4.3.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-5.4.2.tgz#9046d1f67b38f97c031c402cc8585ddabdaddd80"
- integrity sha512-/FrzilpMn+g97U21dAZ7qDQujhHmJT8eVoggw1vHUiCvZ1uLZEPVDlBH4S/t+Rc/o3qbnjvjwXrHPxmzhcCEew==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-5.4.3.tgz#ace30e42f59c16a2d5c4ec663e4fc73b1f604a57"
+ integrity sha512-VqrTgnbm1H24aYacXmZ2z7atHO6W4NamvwHroGRFqiM34dCLQh8S22X5mNnb4nX5lgfb+doqcxBtOi91vqpJ2g==
dependencies:
inquirer "^8.2.4"
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-5.4.2.tgz#44341098395ebb11034bd1942f87a8ed3c2ac9bc"
- integrity sha512-Maskj2reQouNo9XAgbfXWF+Hxt8TYfMb3HiVTWIgpDmhemJykwCifudQF8Ovlq4NZ7CCuTgMpxUySmSClM99Cw==
- dependencies:
- "@lerna/check-working-tree" "5.4.2"
- "@lerna/child-process" "5.4.2"
- "@lerna/collect-updates" "5.4.2"
- "@lerna/command" "5.4.2"
- "@lerna/describe-ref" "5.4.2"
- "@lerna/log-packed" "5.4.2"
- "@lerna/npm-conf" "5.4.2"
- "@lerna/npm-dist-tag" "5.4.2"
- "@lerna/npm-publish" "5.4.2"
- "@lerna/otplease" "5.4.2"
- "@lerna/output" "5.4.2"
- "@lerna/pack-directory" "5.4.2"
- "@lerna/prerelease-id-from-version" "5.4.2"
- "@lerna/prompt" "5.4.2"
- "@lerna/pulse-till-done" "5.4.2"
- "@lerna/run-lifecycle" "5.4.2"
- "@lerna/run-topologically" "5.4.2"
- "@lerna/validation-error" "5.4.2"
- "@lerna/version" "5.4.2"
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-5.4.3.tgz#94ec4197f5e00765686512787b54fbbd83164799"
+ integrity sha512-SYziRvRwahzbM0A4T63FfQsk2i33cIauKXlJz6t3GQZvVzUFb0gD/baVas2V7Fs/Ty1oCqtmDKB/ABTznWYwGg==
+ dependencies:
+ "@lerna/check-working-tree" "5.4.3"
+ "@lerna/child-process" "5.4.3"
+ "@lerna/collect-updates" "5.4.3"
+ "@lerna/command" "5.4.3"
+ "@lerna/describe-ref" "5.4.3"
+ "@lerna/log-packed" "5.4.3"
+ "@lerna/npm-conf" "5.4.3"
+ "@lerna/npm-dist-tag" "5.4.3"
+ "@lerna/npm-publish" "5.4.3"
+ "@lerna/otplease" "5.4.3"
+ "@lerna/output" "5.4.3"
+ "@lerna/pack-directory" "5.4.3"
+ "@lerna/prerelease-id-from-version" "5.4.3"
+ "@lerna/prompt" "5.4.3"
+ "@lerna/pulse-till-done" "5.4.3"
+ "@lerna/run-lifecycle" "5.4.3"
+ "@lerna/run-topologically" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
+ "@lerna/version" "5.4.3"
fs-extra "^9.1.0"
libnpmaccess "^6.0.3"
npm-package-arg "8.1.1"
@@ -1198,98 +1198,98 @@
pacote "^13.6.1"
semver "^7.3.4"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-5.4.2.tgz#94db33e30220ffd67ac7a03e6d3751e9ffdbd995"
- integrity sha512-zeIAg+yd6H9sziupsuT2LgRnrgMu9W4DvI7Cpu3LR4F0xZD+2KDt1SoH1gH3k+6EofEZyrC+qMNAgRVSshIs/g==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-5.4.3.tgz#0aced2e3c9d7763fd880688e10fc1b3d40158066"
+ integrity sha512-Twy0UmVtyFzC+sLDnuY0u37Xu17WAP7ysQ7riaLx9KhO0M9MZvoY+kDF/hg0K204tZi0dr6R5eLGEUd+Xkg9Rw==
dependencies:
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-5.4.2.tgz#34d3717e4f8316fdd66be4a14920247536017c48"
- integrity sha512-7CL2ZRj2R7BdjnXHOXl9Pd3+zpLnCDzoyMggGPTKSjb710zqgIRRbk73MTTjhOT081x2MwFdj60m+R/0JED/iw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-5.4.3.tgz#e9421f751039c0dfdaf5cea4f319129c534f0386"
+ integrity sha512-eiRsEPg+t2tN9VWXSAj2y0zEphPrOz6DdYw/5ntVFDecIfoANxGKcCkOTqb3PnaC8BojI64N3Ju+i41jcO0mLw==
dependencies:
- "@lerna/package-graph" "5.4.2"
+ "@lerna/package-graph" "5.4.3"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-5.4.2.tgz#ab26572ba973be6979d5b89412ed1937dbaaa034"
- integrity sha512-0r7cWwi/LMQv0g8RnFLKKPEAp24LAHvR2XcDu3YhOCa7LMM/DvNPfDMozUHkKlOFhqXTG8NVbWugEeB+cUm3kw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-5.4.3.tgz#168f64244e87d7b9f6e89d183a70dfbf64590c20"
+ integrity sha512-BzqinKmTny70KgSBAaVgdLHaVR3WXRVk5EDbQHB73qg4dHiyYrzvDBqkaKzv1K1th8E4LdQQXf5LiNEbfU/1Bg==
dependencies:
fs-extra "^9.1.0"
npmlog "^6.0.2"
read-cmd-shim "^3.0.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-5.4.2.tgz#d1fb90064911bd68d9b5795a41b33834b2d8b4d4"
- integrity sha512-6flB5eiJ3wBDhMjswfaY0Uh7tZc11T+APu7UOtxIeNPxqxJP6yhsJawzAezQD/klzizxdWxTqyImtqJRzpDqTw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-5.4.3.tgz#60d91a8d1de928d1a818a3e113e64707e461dbba"
+ integrity sha512-gBraUVczKk4Jik1+qCj4jtQ53l1zmWmMoH7A11ifYI60Dg7Mc6iQcIZOIj6siD5TSOtSCy7qePu3VyXBOIquvQ==
dependencies:
- "@lerna/child-process" "5.4.2"
+ "@lerna/child-process" "5.4.3"
npmlog "^6.0.2"
path-exists "^4.0.0"
rimraf "^3.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-5.4.2.tgz#78390f533ace8c1c63c25b42425a66a9a4591c27"
- integrity sha512-uxNJ3l4tliO/bH9E7XR9TJfSSGbOSC561Wm04fyiCY7A6cOxBBLgawbJAzIeZu2OFbhLe9kBKwwIWgY9J0CCHQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-5.4.3.tgz#18aa3ebde70caf21c1d52454090419853329a48f"
+ integrity sha512-XKUfELNjkR6EUg+Xh92s1etjNvCbTBw20QMXDsyGSipHcLr7huXjC0D2/4/+j8/N5sz/rg+JufQfc1ldtpOU0A==
dependencies:
- "@lerna/npm-conf" "5.4.2"
+ "@lerna/npm-conf" "5.4.3"
"@npmcli/run-script" "^4.1.7"
npmlog "^6.0.2"
p-queue "^6.6.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-5.4.2.tgz#aa2657175e2891208befea48a21ab59171346bf0"
- integrity sha512-fzm8mL4nSNDr4rZqvXgRIbw6DsiaOBopFObaSM5WWvGBslMIv/P2vI55PfT51mX7p6zPLvPvJ2Xo/scpQAutag==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-5.4.3.tgz#772b97e6553bc77841582b25d97e52746754e7c6"
+ integrity sha512-9bT8mJ0RICIk16l8L9jRRqSXGSiLEKUd50DLz5Tv0EdOKD+prwffAivCpVMYF9tdD5UaQzDAK/VzFdS5FEzPQg==
dependencies:
- "@lerna/query-graph" "5.4.2"
+ "@lerna/query-graph" "5.4.3"
p-queue "^6.6.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/run/-/run-5.4.2.tgz#4dee27edad4689118bbc78b9e8e51a86ea4c988a"
- integrity sha512-s4zBCxxwcERLoP8gBDOMz5OaKmBLOKKIMg+7C4o1+j7wPLzm0zMgGx6mIUNCr6kGNKtCNZvh53lNTpPIOGsBlQ==
- dependencies:
- "@lerna/command" "5.4.2"
- "@lerna/filter-options" "5.4.2"
- "@lerna/npm-run-script" "5.4.2"
- "@lerna/output" "5.4.2"
- "@lerna/profiler" "5.4.2"
- "@lerna/run-topologically" "5.4.2"
- "@lerna/timer" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/run/-/run-5.4.3.tgz#e011a1d11408b0cc5abe41f006df189ebcf3bfa7"
+ integrity sha512-PyHOYCsuJ+5r9ymjtwbQCbMMebVhaZ7Xy4jNpL9kqIvmdxe1S5QTP6Vyc6+RAvUtx0upP++0MFFA8CbZ1ZwOcw==
+ dependencies:
+ "@lerna/command" "5.4.3"
+ "@lerna/filter-options" "5.4.3"
+ "@lerna/npm-run-script" "5.4.3"
+ "@lerna/output" "5.4.3"
+ "@lerna/profiler" "5.4.3"
+ "@lerna/run-topologically" "5.4.3"
+ "@lerna/timer" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
p-map "^4.0.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-5.4.2.tgz#1fcb507952cdade443f19a2e53aa90c1000947b0"
- integrity sha512-GmrkA8EOiC00FcVqYdNk5j+bUCQn87hKVd+biNVnloEFOZeHKE6rQFL8PooXU2/uS4dJUKPid8edThrqxuByrQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-5.4.3.tgz#0cfe58a2781429c5dc057a1d12c67c7dbfe730c3"
+ integrity sha512-iXBijyb1+NiOeifnRsbicSju6/FGtv6hvNny2lbjyr0EJ8jMz6JaoQ6eep9yXhgaNRJND1Pw9JBiCv6EhhcyCw==
dependencies:
- "@lerna/create-symlink" "5.4.2"
- "@lerna/package" "5.4.2"
+ "@lerna/create-symlink" "5.4.3"
+ "@lerna/package" "5.4.3"
fs-extra "^9.1.0"
p-map "^4.0.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-5.4.2.tgz#b13b1d6ae9d9a08598d6214a8b2b226054199b10"
- integrity sha512-ssdqVurn2aXuc4C5TQTHLQYYT0zXNb1q4n4cguNJK1m1TVE03Sz2ixruZ6KC52Oyk9kyajrSTkyLfgLftrjgOg==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-5.4.3.tgz#856803bfca5e65824f60312e5465e9a66fc5c1c8"
+ integrity sha512-9fK3fIl6wyihyfKhDUquiAx8JoMjctBJ7zhLjrgOon5Ua2fyc+mVp9fTWsjHtv7IaC/TeP9oA4/IcBtdr2xieg==
dependencies:
- "@lerna/create-symlink" "5.4.2"
- "@lerna/resolve-symlink" "5.4.2"
- "@lerna/symlink-binary" "5.4.2"
+ "@lerna/create-symlink" "5.4.3"
+ "@lerna/resolve-symlink" "5.4.3"
+ "@lerna/symlink-binary" "5.4.3"
fs-extra "^9.1.0"
p-map "^4.0.0"
p-map-series "^2.1.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/temp-write/-/temp-write-5.4.2.tgz#b8eba8154afacdd40ae7a45f9d9bfcbfabdd1a00"
- integrity sha512-1PWr5K4IL3xMsuQNMuEKrI0QxEDOsbLnjLCp+4R6cPh/6fh/jQNXd+LCtjDE5zfPocGaKtrxF7J/6CIySz3J2A==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/temp-write/-/temp-write-5.4.3.tgz#e9562fc75eed7fbd7bedb7e164893646579411da"
+ integrity sha512-HgAVNmKfeRKm4QPFGFfmzVC/lA2jv5QpMXPPDahoBEI6BhYtMmHiUWQan6dfsCoSf65xDd+9NTESya9AOSbN2w==
dependencies:
graceful-fs "^4.1.15"
is-stream "^2.0.0"
@@ -1297,37 +1297,37 @@
temp-dir "^1.0.0"
uuid "^8.3.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-5.4.2.tgz#e05b857db5742be18d4d51d24b0a55dd3d657eb3"
- integrity sha512-1eJSflPC1USDaO/oVUhld9HbmcoNGz4ZPjwbTzqR4fN8QeMtBmwbgRC9mul7FuOGH8leRDomC19MkBoKpcokog==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-5.4.3.tgz#8aa030d49bb2ee693b624a8a69e4c92538960e6f"
+ integrity sha512-0NwrCxug6pmSAuPaAHNr5VRGw7+nqikoIpwx6RViJiOD+UYFf3k955fngtSX2JhETR/7it9ncgpbaLvlxusx9g==
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-5.4.2.tgz#c3309d33a7114e0ac14ccd2e809d3f81cd35155e"
- integrity sha512-OR+KcarqBicYslkrLK8PROiYn7PlKvoSG+kuM7ox4VPaX7697Mr5OdYdTePrQjg2BAKJbf0PSccLvXjBjvT7Aw==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-5.4.3.tgz#8a3060b466116efe8c18366a505a291e8a2e2778"
+ integrity sha512-edf9vbQaDViffhHqL/wHdGs83RV7uJ4N5E3VEpjXefWIUfgmw9wYjkX338WYUh/XqDYbSV6C1M8A24FT3/0uzw==
dependencies:
npmlog "^6.0.2"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/version/-/version-5.4.2.tgz#6a24bfb6a823e1fa56fd0e9e66ebb1a9460d0ad2"
- integrity sha512-Jk8LlpfEfK8VGfuhOUDEVKOOS/UjPTppB/GcbPXli+2DiyK6R6HIRfwT85SCDCX5gTKcW358QAVDa+ROHQ7YUQ==
- dependencies:
- "@lerna/check-working-tree" "5.4.2"
- "@lerna/child-process" "5.4.2"
- "@lerna/collect-updates" "5.4.2"
- "@lerna/command" "5.4.2"
- "@lerna/conventional-commits" "5.4.2"
- "@lerna/github-client" "5.4.2"
- "@lerna/gitlab-client" "5.4.2"
- "@lerna/output" "5.4.2"
- "@lerna/prerelease-id-from-version" "5.4.2"
- "@lerna/prompt" "5.4.2"
- "@lerna/run-lifecycle" "5.4.2"
- "@lerna/run-topologically" "5.4.2"
- "@lerna/temp-write" "5.4.2"
- "@lerna/validation-error" "5.4.2"
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/version/-/version-5.4.3.tgz#7c5c0888f7f162999c5b9314dd48b899c1bbea8e"
+ integrity sha512-a6Q+o1fZbOg/GVG8QtvfyOpX0sZ38bbI9hSJU5YMf99YKdyzp80dDDav+IGMxIaZSj08HJ1pPyXOLR27I8fTUQ==
+ dependencies:
+ "@lerna/check-working-tree" "5.4.3"
+ "@lerna/child-process" "5.4.3"
+ "@lerna/collect-updates" "5.4.3"
+ "@lerna/command" "5.4.3"
+ "@lerna/conventional-commits" "5.4.3"
+ "@lerna/github-client" "5.4.3"
+ "@lerna/gitlab-client" "5.4.3"
+ "@lerna/output" "5.4.3"
+ "@lerna/prerelease-id-from-version" "5.4.3"
+ "@lerna/prompt" "5.4.3"
+ "@lerna/run-lifecycle" "5.4.3"
+ "@lerna/run-topologically" "5.4.3"
+ "@lerna/temp-write" "5.4.3"
+ "@lerna/validation-error" "5.4.3"
chalk "^4.1.0"
dedent "^0.7.0"
load-json-file "^6.2.0"
@@ -1341,10 +1341,10 @@
slash "^3.0.0"
write-json-file "^4.3.0"
-"@lerna/[email protected]":
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-5.4.2.tgz#1642a5b5c0ee2231b71ce0e8832f05144f8778a6"
- integrity sha512-tdOjyxmK5YuuE+Ba5GCtsFzdl18/WXvvQqCsgEWRGHPKAGECnigz3fhJbpJ+2u1mmv7trIkPTNE45fF+o1Z8YQ==
+"@lerna/[email protected]":
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-5.4.3.tgz#6f721c380693ac764c00d6cc5413cffa50a972b4"
+ integrity sha512-S2kctFhsO4mMbR52tW9VjYrGWUMYO5YIjprg8B7vQSwYvWOOJfqOKy/A+P/U5zXuCSAbDDGssyS+CCM36MFEQw==
dependencies:
npmlog "^6.0.2"
write-file-atomic "^4.0.1"
@@ -1585,6 +1585,13 @@
read-package-json-fast "^2.0.3"
which "^2.0.2"
+"@nrwl/[email protected]", "@nrwl/cli@^14.5.10":
+ version "14.5.10"
+ resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-14.5.10.tgz#826c06a9a272523424f0c5690f5d745260ed1ea1"
+ integrity sha512-GpnnKGO3+HwlMmZSStbq1MOyoDJg2I0HN4nBqM3ltaQkfxGZv3erwRMOAT+8mba2MWbJJ2QQgASAYvTscNYjOQ==
+ dependencies:
+ nx "14.5.10"
+
"@nrwl/[email protected]":
version "14.5.4"
resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-14.5.4.tgz#86ac4fbcd1bf079b67c420376cf696b68fcc1200"
@@ -1592,24 +1599,25 @@
dependencies:
nx "14.5.4"
-"@nrwl/[email protected]":
- version "14.5.4"
- resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-14.5.4.tgz#f6e5d1b9cc998f231a8ea0a149793dd11bd3b9e6"
- integrity sha512-9UFoQb6HdEkvZlOZIZgTAPR5oagc1V72OdBgtiM0ZK5cHm9sSSTv7FrVlyxy+WWYZhy/orUm5eSChO/yNM/pZg==
+"@nrwl/[email protected]":
+ version "14.5.10"
+ resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-14.5.10.tgz#b87bc3dad8e6d019c76adf7f65a56af19df70283"
+ integrity sha512-YVT0MRvyXwe0uczUZK4XUi1f2iLAqklFMfAoqwfgcgWToH8xN06NSlyUphD4eLHFgem3Sd0kimAJVsnse/PTlA==
dependencies:
+ "@phenomnomnominal/tsquery" "4.1.1"
ejs "^3.1.7"
ignore "^5.0.4"
semver "7.3.4"
tslib "^2.3.0"
-"@nrwl/[email protected]":
- version "14.5.4"
- resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-14.5.4.tgz#f5bdecc831ab53399fd3536ee20035bf84b6a13f"
- integrity sha512-3C6xag040Ey4CtX9ItbPPNffUbqaYDBUdsKnoGH+s9mH/JmEKDvNZVMhAGOmHxHB5nlSr09E6jfzcqsXbSCHAQ==
+"@nrwl/[email protected]":
+ version "14.5.10"
+ resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-14.5.10.tgz#1e808608665660c59e4b3026ba0eab7f86153163"
+ integrity sha512-gGqghwDcpBhk8TNK2Gfp/5PWqnnAPUjNfSCOz39kk9ZBtsyloozGwjg/VEF3k2p9uCifRfAyZOpDrSdALxBpdA==
dependencies:
"@jest/reporters" "27.5.1"
"@jest/test-result" "27.5.1"
- "@nrwl/devkit" "14.5.4"
+ "@nrwl/devkit" "14.5.10"
"@phenomnomnominal/tsquery" "4.1.1"
chalk "4.1.0"
dotenv "~10.0.0"
@@ -1621,28 +1629,37 @@
rxjs "^6.5.4"
tslib "^2.3.0"
-"@nrwl/[email protected]":
- version "14.5.4"
- resolved "https://registry.yarnpkg.com/@nrwl/linter/-/linter-14.5.4.tgz#ea82669f8f1ff1ac7803dd55d2e33891ffdbef0f"
- integrity sha512-prmdySkuJbTL7aaL2NUaAI+TGo0o8Jx+KJPIibNth94ddsUGJWkCbMTUs2js1cbLDwfoYaIfHtbCKH+sbIgcsQ==
+"@nrwl/[email protected]":
+ version "14.5.10"
+ resolved "https://registry.yarnpkg.com/@nrwl/linter/-/linter-14.5.10.tgz#c9c78c796667f985ebbc4e126dc37ae5b14f0921"
+ integrity sha512-3c6KhSLJmt8wMkYZw+f/KayPHkM+KV/z+QaYQL59XY5o9DdYyq6jHjnvu/CuW2JzU97yHkacYbwkSFQlDKCyIg==
dependencies:
- "@nrwl/devkit" "14.5.4"
- "@nrwl/jest" "14.5.4"
+ "@nrwl/devkit" "14.5.10"
+ "@nrwl/jest" "14.5.10"
"@phenomnomnominal/tsquery" "4.1.1"
- nx "14.5.4"
+ nx "14.5.10"
tmp "~0.2.1"
tslib "^2.3.0"
-"@nrwl/[email protected]":
- version "14.3.0"
- resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-14.3.0.tgz#4beeca3977998927dceb720420c30f193e1aa957"
- integrity sha512-aByHe8Gp1/IT9CtQYlGLIYBgU+ZtrgEwblBX8kcoBNRPf1OOdouahjyasAjQ9zi1cznve8AzTTcLt2eSCHWfrw==
+"@nrwl/nx-cloud@^14.5.4":
+ version "14.5.4"
+ resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-14.5.4.tgz#711aae87c9db0bd73dcfa386cb2450923b4e36b6"
+ integrity sha512-fuKsx+2jvpL5OAuwSUsODEydzt01qiPJwZslbCtMWXRGva5KNbT4udNwl0C1M/W9RFVYmFbD7n4Ewz3oho531A==
dependencies:
axios "^0.21.1"
chalk "4.1.0"
+ dotenv "~10.0.0"
node-machine-id "^1.1.12"
strip-json-comments "^3.1.1"
tar "6.1.11"
+ yargs-parser ">=21.0.1"
+
+"@nrwl/[email protected]":
+ version "14.5.10"
+ resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-14.5.10.tgz#69c90f8b6e13f2bb521840a5903f7eb4884285ff"
+ integrity sha512-eWORRba0HlTNmOQFUxHqki0Z5yiRIq1Hl0taprmZpz2lgDXuzPIjGfAi5/ETy5+G5gkEyxFnCq7+SiMilPokwA==
+ dependencies:
+ nx "14.5.10"
"@nrwl/[email protected]":
version "14.5.4"
@@ -1651,14 +1668,14 @@
dependencies:
nx "14.5.4"
-"@nrwl/[email protected]":
- version "14.5.4"
- resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-14.5.4.tgz#19971a165d0d36b514dd7359d9027cdd9354283d"
- integrity sha512-DNig3zkfwVickTAVyIYE71w1L1v3SCSP5IzhZjfUN/HIaaMWXm5jedDVZQBZzYyDVdPgf4x2gt3rGPVQK/CgWA==
+"@nrwl/workspace@^14.5.10":
+ version "14.5.10"
+ resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-14.5.10.tgz#cf224886a983c53eded62fa3d5e55c80863eca64"
+ integrity sha512-bJK2O5NcIYhU7z1mmWoONo2+tOt1VUYyOQUUrAcI00hiBhMJPOTwPPN+W5BbJsue95ndH6mRLo2UhTz20U2tNA==
dependencies:
- "@nrwl/devkit" "14.5.4"
- "@nrwl/jest" "14.5.4"
- "@nrwl/linter" "14.5.4"
+ "@nrwl/devkit" "14.5.10"
+ "@nrwl/jest" "14.5.10"
+ "@nrwl/linter" "14.5.10"
"@parcel/watcher" "2.0.4"
chalk "4.1.0"
chokidar "^3.5.1"
@@ -1673,7 +1690,7 @@
ignore "^5.0.4"
minimatch "3.0.5"
npm-run-path "^4.0.1"
- nx "14.5.4"
+ nx "14.5.10"
open "^8.4.0"
rxjs "^6.5.4"
semver "7.3.4"
@@ -5234,27 +5251,27 @@ kind-of@^6.0.2, kind-of@^6.0.3:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
-lerna@^5.4.1:
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/lerna/-/lerna-5.4.2.tgz#f13dc9929fae84e03d16ed5412e7baa1ba3b366e"
- integrity sha512-ELx2ho8C2Mb6kdDA9rcLyobSjzYEu4Hr2+g/fj5IbfSHe3s7rZOMiDM8QPxyslx49Ml4LdepZAJ6gwBYiJygWg==
- dependencies:
- "@lerna/add" "5.4.2"
- "@lerna/bootstrap" "5.4.2"
- "@lerna/changed" "5.4.2"
- "@lerna/clean" "5.4.2"
- "@lerna/cli" "5.4.2"
- "@lerna/create" "5.4.2"
- "@lerna/diff" "5.4.2"
- "@lerna/exec" "5.4.2"
- "@lerna/import" "5.4.2"
- "@lerna/info" "5.4.2"
- "@lerna/init" "5.4.2"
- "@lerna/link" "5.4.2"
- "@lerna/list" "5.4.2"
- "@lerna/publish" "5.4.2"
- "@lerna/run" "5.4.2"
- "@lerna/version" "5.4.2"
+lerna@^5.4.3:
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/lerna/-/lerna-5.4.3.tgz#a0a7f24de87b7e4dc4eed5547c07c5dc0865d785"
+ integrity sha512-PypijMk4Jii8DoWGRLiHhBUaqpjXAmrwbs6uUZgyb07JrqCrXW3nhAyzdZE5S0rk1/sRzjd10fYmntOgNFfKBw==
+ dependencies:
+ "@lerna/add" "5.4.3"
+ "@lerna/bootstrap" "5.4.3"
+ "@lerna/changed" "5.4.3"
+ "@lerna/clean" "5.4.3"
+ "@lerna/cli" "5.4.3"
+ "@lerna/create" "5.4.3"
+ "@lerna/diff" "5.4.3"
+ "@lerna/exec" "5.4.3"
+ "@lerna/import" "5.4.3"
+ "@lerna/info" "5.4.3"
+ "@lerna/init" "5.4.3"
+ "@lerna/link" "5.4.3"
+ "@lerna/list" "5.4.3"
+ "@lerna/publish" "5.4.3"
+ "@lerna/run" "5.4.3"
+ "@lerna/version" "5.4.3"
import-local "^3.0.2"
npmlog "^6.0.2"
nx ">=14.5.4 < 16"
@@ -5866,7 +5883,7 @@ npm-package-arg@^9.0.0, npm-package-arg@^9.0.1:
semver "^7.3.5"
validate-npm-package-name "^4.0.0"
[email protected], npm-packlist@^5.1.0, npm-packlist@^5.1.1:
+npm-packlist@^5.1.0, npm-packlist@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-5.1.1.tgz#79bcaf22a26b6c30aa4dd66b976d69cc286800e0"
integrity sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==
@@ -5940,6 +5957,42 @@ nwsapi@^2.2.0:
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.1.tgz#10a9f268fbf4c461249ebcfe38e359aa36e2577c"
integrity sha512-JYOWTeFoS0Z93587vRJgASD5Ut11fYl5NyihP3KrYBvMe1FRRs6RN7m20SA/16GM4P6hTnZjT+UmDOt38UeXNg==
[email protected], nx@^14.5.10:
+ version "14.5.10"
+ resolved "https://registry.yarnpkg.com/nx/-/nx-14.5.10.tgz#cc950bcc2d867f0aa4e86a508842a9299650fbb9"
+ integrity sha512-dqiV+zY32k98mfKFTgiQyYd9HYZmB1zoJj6gYniEuqzs6CKp8ZSpeRDaVQRxR6wEMvW9MSTA9kBg8sJ78W/NZg==
+ dependencies:
+ "@nrwl/cli" "14.5.10"
+ "@nrwl/tao" "14.5.10"
+ "@parcel/watcher" "2.0.4"
+ chalk "4.1.0"
+ chokidar "^3.5.1"
+ cli-cursor "3.1.0"
+ cli-spinners "2.6.1"
+ cliui "^7.0.2"
+ dotenv "~10.0.0"
+ enquirer "~2.3.6"
+ fast-glob "3.2.7"
+ figures "3.2.0"
+ flat "^5.0.2"
+ fs-extra "^10.1.0"
+ glob "7.1.4"
+ ignore "^5.0.4"
+ js-yaml "4.1.0"
+ jsonc-parser "3.0.0"
+ minimatch "3.0.5"
+ npm-run-path "^4.0.1"
+ open "^8.4.0"
+ semver "7.3.4"
+ string-width "^4.2.3"
+ tar-stream "~2.2.0"
+ tmp "~0.2.1"
+ tsconfig-paths "^3.9.0"
+ tslib "^2.3.0"
+ v8-compile-cache "2.3.0"
+ yargs "^17.4.0"
+ yargs-parser "21.0.1"
+
[email protected], "nx@>=14.5.4 < 16":
version "14.5.4"
resolved "https://registry.yarnpkg.com/nx/-/nx-14.5.4.tgz#58b6e8ee798733a6ab9aff2a19180c371482fa10"
@@ -7731,6 +7784,11 @@ [email protected], yargs-parser@^21.0.0:
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35"
integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==
+yargs-parser@>=21.0.1:
+ version "21.1.1"
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
+ integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
+
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
version "20.2.9"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
|
|
test: add `pytorch` test
|
d232acc3e4e9d95ce4123fbd0413f3f0c4b36472
|
test
|
https://github.com/erg-lang/erg/commit/d232acc3e4e9d95ce4123fbd0413f3f0c4b36472
|
add `pytorch` test
|
diff --git a/pytorch.er b/pytorch.er
index bd06545..77790d4 100644
--- a/pytorch.er
+++ b/pytorch.er
@@ -0,0 +1,110 @@
+torch = pyimport "torch"
+nn = pyimport "torch/nn"
+data = pyimport "torch/utils/data"
+
+datasets = pyimport "torchvision/datasets"
+transforms = pyimport "torchvision/transforms"
+
+plt = pyimport "matplotlib/pyplot"
+
+_ = torch.manual_seed! 1
+device = torch.device if torch.cuda.is_available!(), do "cuda", do "mps"
+
+transform = transforms.Compose(
+ [transforms.ToTensor(), transforms.Normalize([0.5], [0.5])]
+)
+batch_size = 512
+train_set = datasets.MNIST(
+ root:="target/data",
+ train:=True,
+ download:=True,
+ transform:=transform,
+)
+train_loader = data.DataLoader(
+ train_set,
+ batch_size:=batch_size,
+ shuffle:=True,
+ num_workers:=2,
+)
+test_set = datasets.MNIST(
+ root:="target/data",
+ train:=False,
+ download:=True,
+ transform:=transform,
+)
+test_loader = data.DataLoader(
+ test_set,
+ batch_size:=batch_size,
+ shuffle:=False,
+ num_workers:=2,
+)
+
+Net = Inherit nn.Module, Additional := {
+ .conv1 = nn.Conv2d;
+ .conv2 = nn.Conv2d;
+ .pool = nn.MaxPool2d;
+ .fc1 = nn.Linear;
+ .fc2 = nn.Linear;
+}
+
+Net.
+ @Override
+ __init__ ref! self =
+ nn.Module.__init__ self
+ @Override
+ new() = Net {
+ conv1 = nn.Conv2d(1, 16, kernel_size:=3, stride:=1, padding:=1);
+ conv2 = nn.Conv2d(16, 32, kernel_size:=3, stride:=1, padding:=1);
+ pool = nn.MaxPool2d(kernel_size:=2, stride:=2);
+ fc1 = nn.Linear(32 * 7 * 7, 128);
+ fc2 = nn.Linear(128, 10)
+ }
+ forward self, x =
+ x1 = self.pool torch.relu self.conv1 x
+ x2 = self.pool torch.relu self.conv2 x1
+ x3 = x2.view([-1, 32 * 7 * 7])
+ x4 = torch.relu self.fc1 x3
+ x5 = self.fc2 x4
+ x5
+
+net = Net.new().to device
+criterion = nn.CrossEntropyLoss()
+optimizer = torch.optim.Adam! net.parameters(), lr:=0.001
+
+for! 0..4, epoch =>
+ running_loss = !0.0
+ for! enumerate(train_loader), ((i, data),) =>
+ inputs, labels = data.0.to(device), data.1.to device
+
+ optimizer.zero_grad!()
+ outputs = net inputs
+ loss = criterion outputs, labels
+ loss.backward!()
+ optimizer.step!()
+
+ running_loss.inc! loss.item()
+ if! i % 100 == 99, do!:
+ print! "epoch:", epoch + 1, "loss:", running_loss / 100
+ running_loss.update! _ -> !0.0
+
+correct = !0
+total = !0
+with! torch.no_grad(), _ =>
+ for! test_loader, data =>
+ images, labels = data.0.to(device), data.1.to(device)
+ outputs = net images
+ _, predicted = torch.max outputs, 1
+ total.inc! labels.size(0)
+ correct.inc!((predicted == labels).sum().item())
+
+print! "Accuracy of the network on the 10000 test images:", correct / total
+
+image = test_set[0].0.to device
+output = net(image.unsqueeze(0))
+predicted = torch.softmax output, dim:=1
+discard plt.text! 30, 3, "Propabilities:", fontsize:=12
+for! 0..<10, i =>
+ discard plt.text! 30, 5 + i * 2, "\\{i}: {:.4f}".format(predicted[0][i]), fontsize:=12
+img = image.cpu().squeeze().numpy()
+discard plt.imshow! img, cmap:="gray"
+plt.show!()
diff --git a/test.rs b/test.rs
index 0163b37..ee4b035 100644
--- a/test.rs
+++ b/test.rs
@@ -335,6 +335,11 @@ fn exec_pyimport_test() -> Result<(), ()> {
}
}
+#[test]
+fn exec_pytorch() -> Result<(), ()> {
+ expect_compile_success("examples/pytorch.er", 0)
+}
+
#[test]
fn exec_quantified() -> Result<(), ()> {
expect_success("examples/quantified.er", 1)
|
|
chore: do not tag with `bug` label
People like to call everything bugs, which makes me sad, so let's remove that bit, lol.
|
30f62ddbb6f5f307a3dc6fb1339ddb833dc85e1e
|
chore
|
https://github.com/mikro-orm/mikro-orm/commit/30f62ddbb6f5f307a3dc6fb1339ddb833dc85e1e
|
do not tag with `bug` label
People like to call everything bugs, which makes me sad, so let's remove that bit, lol.
|
diff --git a/bug_report.md b/bug_report.md
index 3802739..c9263d6 100644
--- a/bug_report.md
+++ b/bug_report.md
@@ -2,7 +2,6 @@
name: Bug report
about: Create a report to help us improve
title: ''
-labels: bug
assignees: B4nan
---
diff --git a/cli-config.ts b/cli-config.ts
index ad2887d..b02b28e 100644
--- a/cli-config.ts
+++ b/cli-config.ts
@@ -1,13 +1,15 @@
-import { JavaScriptMetadataProvider } from '@mikro-orm/core';
+import { JavaScriptMetadataProvider, Options } from '@mikro-orm/core';
import { SqliteDriver } from '@mikro-orm/sqlite';
import { BASE_DIR } from './bootstrap';
const { BaseEntity4, Test3 } = require('./entities-js/index');
-export = {
+const config: Options = {
entities: [Test3, BaseEntity4],
dbName: './mikro_orm_test.db',
baseDir: BASE_DIR,
driver: SqliteDriver,
metadataProvider: JavaScriptMetadataProvider,
};
+
+export default config;
|
|
build: restored theme for typedoc repro, changed package version
|
9327f7af348898ffe1b976d13673a14fc09279f3
|
build
|
https://github.com/tsparticles/tsparticles/commit/9327f7af348898ffe1b976d13673a14fc09279f3
|
restored theme for typedoc repro, changed package version
|
diff --git a/package.json b/package.json
index 86525bd..878cad0 100644
--- a/package.json
+++ b/package.json
@@ -115,7 +115,7 @@
"source-map-support": "^0.5.20",
"terser-webpack-plugin": "^5.2.4",
"ts-node": "^10.2.1",
- "tsparticles-typedoc-theme": "^1.0.1",
+ "tsparticles-typedoc-theme": "file:../utils/typedoc-theme/dist",
"typedoc": "^0.22.9",
"typedoc-plugin-missing-exports": "^0.22.6",
"typescript": "^4.4.4",
diff --git a/yarn.lock b/yarn.lock
index 9f0d406..1c42526 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3505,6 +3505,11 @@ tslib@^1.8.1, tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
+"tsparticles-typedoc-theme@file:../utils/typedoc-theme/dist":
+ version "1.0.1"
+ dependencies:
+ typescript "^4.4.4"
+
tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
|
|
fix: make certain git-credential helper implementations work from cmd-prompts on Windows (#1103)
On prompts, typically only `git.exe` is available, but no shell (i.e. `sh`).
Thus, we have to prefer going through `git.exe` to launch credential helpers and possibly split
simple arguments ourselves.
|
80040e11b609d1e1f8daaeb16c4473b2da1c0d34
|
fix
|
https://github.com/Byron/gitoxide/commit/80040e11b609d1e1f8daaeb16c4473b2da1c0d34
|
make certain git-credential helper implementations work from cmd-prompts on Windows (#1103)
On prompts, typically only `git.exe` is available, but no shell (i.e. `sh`).
Thus, we have to prefer going through `git.exe` to launch credential helpers and possibly split
simple arguments ourselves.
|
diff --git a/Cargo.lock b/Cargo.lock
index b63fc6e..114b5d5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1485,6 +1485,7 @@ dependencies = [
"gix-trace 0.1.3",
"gix-url",
"serde",
+ "shell-words",
"thiserror",
]
@@ -4106,6 +4107,12 @@ dependencies = [
"lazy_static",
]
+[[package]]
+name = "shell-words"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
+
[[package]]
name = "signal-hook"
version = "0.3.17"
diff --git a/Cargo.toml b/Cargo.toml
index 699fa85..2039cbd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,7 @@ gix-trace = { version = "^0.1.3", path = "../gix-trace" }
thiserror = "1.0.32"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
bstr = { version = "1.3.0", default-features = false, features = ["std"]}
+shell-words = "1.0"
diff --git a/mod.rs b/mod.rs
index 6272fad..9dccf8b 100644
--- a/mod.rs
+++ b/mod.rs
@@ -12,7 +12,8 @@ pub enum Kind {
/// A custom credentials helper, as identified just by the name with optional arguments
ExternalName {
/// The name like `foo` along with optional args, like `foo --arg --bar="a b"`, with arguments using `sh` shell quoting rules.
- /// The program executed will be `git-credential-foo` if `name_and_args` starts with `foo`.
+ /// The program executed will be `git-credential-foo [args]` if `name_and_args` starts with `foo [args]`.
+ /// Note that a shell is only used if it's needed.
name_and_args: BString,
},
/// A custom credentials helper, as identified just by the absolute path to the program and optional arguments. The program is executed through a shell.
@@ -53,7 +54,6 @@ impl Program {
if gix_path::is_absolute(path) {
Kind::ExternalPath { path_and_args: input }
} else {
- input.insert_str(0, "git credential-");
Kind::ExternalName { name_and_args: input }
}
};
@@ -65,33 +65,41 @@ impl Program {
}
from_custom_definition_inner(input.into())
}
-}
-
-/// Builder
-impl Program {
- /// By default `stderr` of programs is inherited and typically displayed in the terminal.
- pub fn suppress_stderr(mut self) -> Self {
- self.stderr = false;
- self
- }
-}
-impl Program {
- pub(crate) fn start(
- &mut self,
- action: &helper::Action,
- ) -> std::io::Result<(std::process::ChildStdin, Option<std::process::ChildStdout>)> {
- assert!(self.child.is_none(), "BUG: must not call `start()` twice");
+ /// Convert the program into the respective command, suitable to invoke `action`.
+ pub fn to_command(&self, action: &helper::Action) -> std::process::Command {
+ let git_program = cfg!(windows).then(|| "git.exe").unwrap_or("git");
let mut cmd = match &self.kind {
Kind::Builtin => {
- let mut cmd = Command::new(cfg!(windows).then(|| "git.exe").unwrap_or("git"));
+ let mut cmd = Command::new(git_program);
cmd.arg("credential").arg(action.as_arg(false));
cmd
}
- Kind::ExternalShellScript(for_shell)
- | Kind::ExternalName {
- name_and_args: for_shell,
+ Kind::ExternalName { name_and_args } => {
+ let mut args = name_and_args.clone();
+ args.insert_str(0, "credential-");
+ args.insert_str(0, " ");
+ args.insert_str(0, git_program);
+ let split_args = if args.find_byteset(b"\\\\|&;<>()$`\\n*?[#~%").is_none() {
+ args.to_str()
+ .ok()
+ .and_then(|args| shell_words::split(args).ok().map(Vec::into_iter))
+ } else {
+ None
+ };
+ match split_args {
+ Some(mut args) => {
+ let mut cmd = Command::new(args.next().expect("non-empty input"));
+ cmd.args(args).arg(action.as_arg(true));
+ cmd
+ }
+ None => gix_command::prepare(gix_path::from_bstr(args.as_ref()).into_owned())
+ .arg(action.as_arg(true))
+ .with_shell()
+ .into(),
+ }
}
+ Kind::ExternalShellScript(for_shell)
| Kind::ExternalPath {
path_and_args: for_shell,
} => gix_command::prepare(gix_path::from_bstr(for_shell.as_bstr()).as_ref())
@@ -106,6 +114,26 @@ impl Program {
Stdio::null()
})
.stderr(if self.stderr { Stdio::inherit() } else { Stdio::null() });
+ cmd
+ }
+}
+
+/// Builder
+impl Program {
+ /// By default `stderr` of programs is inherited and typically displayed in the terminal.
+ pub fn suppress_stderr(mut self) -> Self {
+ self.stderr = false;
+ self
+ }
+}
+
+impl Program {
+ pub(crate) fn start(
+ &mut self,
+ action: &helper::Action,
+ ) -> std::io::Result<(std::process::ChildStdin, Option<std::process::ChildStdout>)> {
+ assert!(self.child.is_none(), "BUG: must not call `start()` twice");
+ let mut cmd = self.to_command(action);
gix_trace::debug!(cmd = ?cmd, "launching credential helper");
let mut child = cmd.spawn()?;
let stdin = child.stdin.take().expect("stdin to be configured");
diff --git a/from_custom_definition.rs b/from_custom_definition.rs
index 1d638a8..f2937b2 100644
--- a/from_custom_definition.rs
+++ b/from_custom_definition.rs
@@ -1,42 +1,102 @@
-use gix_credentials::{program::Kind, Program};
+use gix_credentials::{helper, program::Kind, Program};
+
+#[cfg(windows)]
+const GIT: &str = "git.exe";
+#[cfg(not(windows))]
+const GIT: &str = "git";
+
+#[cfg(windows)]
+const SH: &str = "sh";
+#[cfg(not(windows))]
+const SH: &str = "/bin/sh";
#[test]
-fn script() {
- assert!(
- matches!(Program::from_custom_definition("!exe").kind, Kind::ExternalShellScript(script) if script == "exe")
+fn empty() {
+ let prog = Program::from_custom_definition("");
+ assert!(matches!(&prog.kind, Kind::ExternalName { name_and_args } if name_and_args == ""));
+ assert_eq!(
+ format!("{:?}", prog.to_command(&helper::Action::Store("egal".into()))),
+ format!(r#""{GIT}" "credential-" "store""#),
+ "not useful, but allowed, would have to be caught elsewhere"
+ );
+}
+
+#[test]
+fn simple_script_in_path() {
+ let prog = Program::from_custom_definition("!exe");
+ assert!(matches!(&prog.kind, Kind::ExternalShellScript(script) if script == "exe"));
+ assert_eq!(
+ format!("{:?}", prog.to_command(&helper::Action::Store("egal".into()))),
+ r#""exe" "store""#,
+ "it didn't detect anything shell-scripty, and thus doesn't use a shell"
);
}
#[test]
fn name_with_args() {
let input = "name --arg --bar=\\"a b\\"";
- let expected = "git credential-name --arg --bar=\\"a b\\"";
- assert!(
- matches!(Program::from_custom_definition(input).kind, Kind::ExternalName{name_and_args} if name_and_args == expected)
+ let prog = Program::from_custom_definition(input);
+ assert!(matches!(&prog.kind, Kind::ExternalName{name_and_args} if name_and_args == input));
+ assert_eq!(
+ format!("{:?}", prog.to_command(&helper::Action::Store("egal".into()))),
+ format!(r#""{GIT}" "credential-name" "--arg" "--bar=a b" "store""#)
+ );
+}
+
+#[test]
+fn name_with_special_args() {
+ let input = "name --arg --bar=~/folder/in/home";
+ let prog = Program::from_custom_definition(input);
+ assert!(matches!(&prog.kind, Kind::ExternalName{name_and_args} if name_and_args == input));
+ assert_eq!(
+ format!("{:?}", prog.to_command(&helper::Action::Store("egal".into()))),
+ format!(r#""{SH}" "-c" "{GIT} credential-name --arg --bar=~/folder/in/home \\"$@\\"" "--" "store""#)
);
}
#[test]
fn name() {
let input = "name";
- let expected = "git credential-name";
- assert!(
- matches!(Program::from_custom_definition(input).kind, Kind::ExternalName{name_and_args} if name_and_args == expected)
+ let prog = Program::from_custom_definition(input);
+ assert!(matches!(&prog.kind, Kind::ExternalName{name_and_args} if name_and_args == input));
+ assert_eq!(
+ format!("{:?}", prog.to_command(&helper::Action::Store("egal".into()))),
+ format!(r#""{GIT}" "credential-name" "store""#),
+ "we detect that this can run without shell, which is also more portable on windows"
);
}
#[test]
-fn path_with_args() {
+fn path_with_args_that_definitely_need_shell() {
let input = "/abs/name --arg --bar=\\"a b\\"";
- assert!(
- matches!(Program::from_custom_definition(input).kind, Kind::ExternalPath{path_and_args} if path_and_args == input)
+ let prog = Program::from_custom_definition(input);
+ assert!(matches!(&prog.kind, Kind::ExternalPath{path_and_args} if path_and_args == input));
+ assert_eq!(
+ format!("{:?}", prog.to_command(&helper::Action::Store("egal".into()))),
+ format!(r#""{SH}" "-c" "/abs/name --arg --bar=\\"a b\\" \\"$@\\"" "--" "store""#)
);
}
#[test]
-fn path() {
+fn path_without_args() {
let input = "/abs/name";
- assert!(
- matches!(Program::from_custom_definition(input).kind, Kind::ExternalPath{path_and_args} if path_and_args == input)
+ let prog = Program::from_custom_definition(input);
+ assert!(matches!(&prog.kind, Kind::ExternalPath{path_and_args} if path_and_args == input));
+ assert_eq!(
+ format!("{:?}", prog.to_command(&helper::Action::Store("egal".into()))),
+ r#""/abs/name" "store""#,
+ "no shell is used"
+ );
+}
+
+#[test]
+fn path_with_simple_args() {
+ let input = "/abs/name a b";
+ let prog = Program::from_custom_definition(input);
+ assert!(matches!(&prog.kind, Kind::ExternalPath{path_and_args} if path_and_args == input));
+ assert_eq!(
+ format!("{:?}", prog.to_command(&helper::Action::Store("egal".into()))),
+ format!(r#""{SH}" "-c" "/abs/name a b \\"$@\\"" "--" "store""#),
+ "a shell is used as well because there are arguments, and we don't do splitting ourselves. On windows, this can be a problem."
);
}
|
|
feat(polars): implement `ops.RegexSplit` using pyarrow UDF
|
a3bed10ae2b2f423a80c06b4e4955282d1b80b74
|
feat
|
https://github.com/rohankumardubey/ibis/commit/a3bed10ae2b2f423a80c06b4e4955282d1b80b74
|
implement `ops.RegexSplit` using pyarrow UDF
|
diff --git a/compiler.py b/compiler.py
index d35d17f..629899c 100644
--- a/compiler.py
+++ b/compiler.py
@@ -1202,6 +1202,25 @@ def execute_agg_udf(op, **kw):
return getattr(first, op.__func_name__)(*rest)
[email protected](ops.RegexSplit)
+def execute_regex_split(op, **kw):
+ import pyarrow.compute as pc
+
+ def split(args):
+ arg, patterns = args
+ if len(patterns) != 1:
+ raise com.IbisError(
+ "Only a single scalar pattern is supported for Polars re_split"
+ )
+ return pl.from_arrow(pc.split_pattern_regex(arg.to_arrow(), patterns[0]))
+
+ arg = translate(op.arg, **kw)
+ pattern = translate(op.pattern, **kw)
+ return pl.map_batches(
+ exprs=(arg, pattern), function=split, return_dtype=dtype_to_polars(op.dtype)
+ )
+
+
@translate.register(ops.IntegerRange)
def execute_integer_range(op, **kw):
if not isinstance(op.step, ops.Literal):
diff --git a/test_string.py b/test_string.py
index 5b4dd59..e152ba7 100644
--- a/test_string.py
+++ b/test_string.py
@@ -1113,7 +1113,6 @@ def test_non_match_regex_search_is_false(con):
"exasol",
"pandas",
"bigquery",
- "polars",
],
raises=com.OperationNotDefinedError,
)
|
|
fix(snowflake): ensure that `_pandas_converter` attribute is resolved correctly
|
9058bbe11ba7714976f3f6383d1f9a9d6ce88722
|
fix
|
https://github.com/ibis-project/ibis/commit/9058bbe11ba7714976f3f6383d1f9a9d6ce88722
|
ensure that `_pandas_converter` attribute is resolved correctly
|
diff --git a/__init__.py b/__init__.py
index 6c95c20..05535a0 100644
--- a/__init__.py
+++ b/__init__.py
@@ -504,8 +504,6 @@ class BaseBackend(abc.ABC, _FileIOHandler):
supports_temporary_tables = False
def __init__(self, *args, **kwargs):
- from ibis.formats.pandas import PandasConverter
-
self._con_args: tuple[Any] = args
self._con_kwargs: dict[str, Any] = kwargs
# expression cache
@@ -516,7 +514,12 @@ class BaseBackend(abc.ABC, _FileIOHandler):
generate_name=functools.partial(util.gen_name, "cache"),
key=lambda expr: expr.op(),
)
- self._pandas_converter = PandasConverter
+
+ @functools.cached_property
+ def _pandas_converter(self):
+ from ibis.formats.pandas import PandasConverter
+
+ return PandasConverter
def __getstate__(self):
return dict(_con_args=self._con_args, _con_kwargs=self._con_kwargs)
|
|
build: improving typedoc generation
|
3cd90eecc7932139646ec91b261b66485a43fdfe
|
build
|
https://github.com/tsparticles/tsparticles/commit/3cd90eecc7932139646ec91b261b66485a43fdfe
|
improving typedoc generation
|
diff --git a/IParticlesJS.ts b/IParticlesJS.ts
index a331b7d..ea482b8 100644
--- a/IParticlesJS.ts
+++ b/IParticlesJS.ts
@@ -6,25 +6,25 @@ import type { Container, ISourceOptions } from "tsparticles-engine";
*/
export interface IParticlesJS {
/**
- * Loads the provided options to create a {@link Container} object.
+ * Loads the provided options to create a {@link tsparticles-engine!Container} object.
* @deprecated this method is obsolete, please use the new tsParticles.load
* @param tagId the particles container element id
- * @param options the options object to initialize the {@link Container}
+ * @param options the options object to initialize the {@link tsparticles-engine!Container}
*/
(tagId: string, options: ISourceOptions): Promise<Container | undefined>;
/**
* Loads the provided json with a GET request.
- * The content will be used to create a {@link Container} object.
+ * The content will be used to create a {@link tsparticles-engine!Container} object.
* @deprecated this method is obsolete, please use the new tsParticles.loadJSON
* @param tagId the particles container element id
* @param pathConfigJson the json path to use in the GET request
- * @param callback called after the {@link Container} is loaded and it will be passed as a parameter
+ * @param callback called after the {@link tsparticles-engine!Container} is loaded and it will be passed as a parameter
*/
load(tagId: string, pathConfigJson: string, callback: (container?: Container) => void): void;
/**
- * Adds an additional click handler to all the loaded {@link Container} objects.
+ * Adds an additional click handler to all the loaded {@link tsparticles-engine!Container} objects.
* @deprecated this method is obsolete, please use the new tsParticles.setOnClickHandler
* @param callback the function called after the click event is fired
*/
diff --git a/index.ts b/index.ts
index 444b760..7d6d635 100644
--- a/index.ts
+++ b/index.ts
@@ -16,19 +16,19 @@ import type { IParticlesJS } from "./IParticlesJS";
declare global {
interface Window {
/**
- * @deprecated this method is obsolete, please use the new {@link tsParticles.load}
+ * @deprecated this method is obsolete, please use the new {@link tsparticles-engine!Engine.load | tsParticles.load}
* The particles.js compatibility object
*/
Particles: typeof Particles;
/**
- * @deprecated this method is obsolete, please use the new {@link tsParticles.dom}
+ * @deprecated this method is obsolete, please use the new {@link tsparticles-engine!Engine.dom | tsParticles.dom}
* The particles.js compatibility dom array
*/
pJSDom: Container[];
/**
- * @deprecated this method is obsolete, please use the new {@link tsParticles.load}
+ * @deprecated this method is obsolete, please use the new {@link tsparticles-engine!Engine.load | tsParticles.load}
* The particles.js compatibility instance
*/
particlesJS: IParticlesJS;
@@ -43,28 +43,28 @@ const initPjs = (
engine: Engine
): {
/**
- * @deprecated this method is obsolete, please use the new {@link tsParticles.load}
+ * @deprecated this method is obsolete, please use the new {@link tsparticles-engine!Engine.load | tsParticles.load}
* The particles.js compatibility object
*/
Particles: typeof Particles;
/**
- * @deprecated this method is obsolete, please use the new {@link tsParticles.dom}
+ * @deprecated this method is obsolete, please use the new {@link tsparticles-engine!Engine.dom | tsParticles.dom}
* The particles.js compatibility dom array
*/
pJSDom: Container[];
/**
- * @deprecated this method is obsolete, please use the new {@link tsParticles.load}
+ * @deprecated this method is obsolete, please use the new {@link tsparticles-engine!Engine.load | tsParticles.load}
* The particles.js compatibility instance
*/
particlesJS: IParticlesJS;
} => {
/**
- * Loads the provided options to create a {@link Container} object.
+ * Loads the provided options to create a {@link tsparticles-engine!Container} object.
* @deprecated this method is obsolete, please use the new tsParticles.load
* @param tagId the particles container element id
- * @param options the options object to initialize the {@link Container}
+ * @param options the options object to initialize the {@link tsparticles-engine!Container}
*/
const particlesJS = (tagId: string, options: ISourceOptions): Promise<Container | undefined> => {
return engine.load(tagId, options);
@@ -72,11 +72,11 @@ const initPjs = (
/**
* Loads the provided json with a GET request.
- * The content will be used to create a {@link Container} object.
+ * The content will be used to create a {@link tsparticles-engine!Container} object.
* @deprecated this method is obsolete, please use the new tsParticles.loadJSON
* @param tagId the particles container element id
* @param pathConfigJson the json path to use in the GET request
- * @param callback called after the {@link Container} is loaded and it will be passed as a parameter
+ * @param callback called after the {@link tsparticles-engine!Container} is loaded and it will be passed as a parameter
*/
particlesJS.load = (tagId: string, pathConfigJson: string, callback: (container?: Container) => void): void => {
engine
@@ -92,7 +92,7 @@ const initPjs = (
};
/**
- * Adds a click handler to all the loaded {@link Container} objects.
+ * Adds a click handler to all the loaded {@link tsparticles-engine!Container} objects.
* @deprecated this method is obsolete, please use the new tsParticles.setOnClickHandler
* @param callback the function called after the click event is fired
*/
@@ -101,8 +101,8 @@ const initPjs = (
};
/**
- * All the {@link Container} objects loaded
- * @deprecated this method is obsolete, please use the new {@link tsParticles.dom}
+ * All the {@link tsparticles-engine!Container} objects loaded
+ * @deprecated this method is obsolete, please use the new {@link tsparticles-engine!Engine.dom | tsParticles.dom}
*/
const pJSDom = engine.dom();
@@ -147,13 +147,13 @@ class Particles {
}
tsParticles
- .set(selector.replace(".", "").replace("#", ""), el, {
+ .set(selector.replace(".", "").replace("!", ""), el, {
fullScreen: {
enable: false,
},
particles: {
color: {
- value: options.color ?? "#000000",
+ value: options.color ?? "!000000",
},
links: {
color: "random",
diff --git a/Container.ts b/Container.ts
index 69a2f2d..b50dd05 100644
--- a/Container.ts
+++ b/Container.ts
@@ -72,7 +72,7 @@ const defaultPathGeneratorKey = "default",
*/
export class Container {
/**
- * The options loaded by the container, it's a full {@link Options} object
+ * The options loaded by the container, it's a full {@link Options/Classes/Options!Options} object
*/
actualOptions;
@@ -205,14 +205,14 @@ export class Container {
this._eventListeners = new EventListeners(this);
if (typeof IntersectionObserver !== "undefined" && IntersectionObserver) {
- this._intersectionObserver = new IntersectionObserver((entries) => this._intersectionManager(entries));
+ this._intersectionObserver = new IntersectionObserver(entries => this._intersectionManager(entries));
}
this._engine.dispatchEvent(EventType.containerBuilt, { container: this });
}
/**
- * The options used by the container, it's a full {@link Options} object
+ * The options used by the container, it's a full {@link Options/Classes/Options!Options} object
*/
get options(): Options {
return this._options;
@@ -380,7 +380,7 @@ export class Container {
this.destroyed = true;
const mainArr = this._engine.dom(),
- idx = mainArr.findIndex((t) => t === this);
+ idx = mainArr.findIndex(t => t === this);
if (idx >= 0) {
mainArr.splice(idx, 1);
@@ -399,7 +399,7 @@ export class Container {
let refreshTime = force;
- this._drawAnimationFrame = animate()(async (timestamp) => {
+ this._drawAnimationFrame = animate()(async timestamp => {
if (refreshTime) {
this.lastFrameTime = undefined;
@@ -653,9 +653,9 @@ export class Container {
/**
* Customise path generation
* @deprecated Use the new setPath
- * @param noiseOrGenerator the {@link IMovePathGenerator} object or a function that generates a {@link Vector} object from {@link Particle}
- * @param init the {@link IMovePathGenerator} init function, if the first parameter is a generator function
- * @param update the {@link IMovePathGenerator} update function, if the first parameter is a generator function
+ * @param noiseOrGenerator the {@link Core/Interfaces/IMovePathGenerator!IMovePathGenerator} object or a function that generates a {@link Core/Utils/Vector!Vector} object from {@link Core/Particle!Particle}
+ * @param init the {@link Core/Interfaces/IMovePathGenerator!IMovePathGenerator} init function, if the first parameter is a generator function
+ * @param update the {@link Core/Interfaces/IMovePathGenerator!IMovePathGenerator} update function, if the first parameter is a generator function
*/
setNoise(
noiseOrGenerator?: IMovePathGenerator | ((particle: Particle) => Vector),
@@ -672,9 +672,9 @@ export class Container {
/**
* Customise path generation
* @deprecated Use the new addPath
- * @param pathOrGenerator the {@link IMovePathGenerator} object or a function that generates a {@link Vector} object from {@link Particle}
- * @param init the {@link IMovePathGenerator} init function, if the first parameter is a generator function
- * @param update the {@link IMovePathGenerator} update function, if the first parameter is a generator function
+ * @param pathOrGenerator the {@link Core/Interfaces/IMovePathGenerator!IMovePathGenerator} object or a function that generates a {@link Core/Utils/Vector!Vector} object from {@link Core/Particle!Particle}
+ * @param init the {@link Core/Interfaces/IMovePathGenerator!IMovePathGenerator} init function, if the first parameter is a generator function
+ * @param update the {@link Core/Interfaces/IMovePathGenerator!IMovePathGenerator} update function, if the first parameter is a generator function
*/
setPath(
pathOrGenerator?: IMovePathGenerator | ((particle: Particle) => Vector),
@@ -720,7 +720,7 @@ export class Container {
this.started = true;
- await new Promise<void>((resolve) => {
+ await new Promise<void>(resolve => {
this._delayTimeout = setTimeout(async () => {
this._eventListeners.addListeners();
diff --git a/IPositionFromSizeParams.ts b/IPositionFromSizeParams.ts
index 31b0ab5..7712ba9 100644
--- a/IPositionFromSizeParams.ts
+++ b/IPositionFromSizeParams.ts
@@ -2,7 +2,7 @@ import type { ICoordinates, IRangedCoordinates } from "./ICoordinates";
import type { IDimension } from "./IDimension";
/**
- * {@link IRangedPositionFromSizeParams} describes the parameters for {@link calcPositionFromSize} and {@link calcPositionOrRandomFromSize} functions.
+ * {@link IRangedPositionFromSizeParams} describes the parameters for {@link Utils/NumberUtils!calcPositionFromSize} and {@link Utils/NumberUtils!calcPositionOrRandomFromSize} functions.
*/
export interface IPositionFromSizeParams {
/**
@@ -17,7 +17,7 @@ export interface IPositionFromSizeParams {
}
/**
- * {@link IRangedPositionFromSizeParams} describes the parameters for {@link calcPositionFromSize} and {@link calcPositionOrRandomFromSize} functions.
+ * {@link IRangedPositionFromSizeParams} describes the parameters for {@link Utils/NumberUtils!calcPositionFromSize} and {@link Utils/NumberUtils!calcPositionOrRandomFromSize} functions.
*/
export interface IRangedPositionFromSizeParams {
/**
diff --git a/Loader.ts b/Loader.ts
index 75c0942..12c6c8d 100644
--- a/Loader.ts
+++ b/Loader.ts
@@ -28,7 +28,7 @@ async function getDataFromUrl(
}
/**
- * Main class for creating the {@link Container} objects
+ * Main class for creating the {@link Core/Container!Container} objects
* @category Core
*/
export class Loader {
@@ -47,9 +47,9 @@ export class Loader {
}
/**
- * Loads the provided options to create a {@link Container} object.
+ * Loads the provided options to create a {@link Core/Container!Container} object.
* @param tagId the particles container element id
- * @param options the options object to initialize the {@link Container}
+ * @param options the options object to initialize the {@link Core/Container!Container}
* @param index if an options array is provided, this will retrieve the exact index of that array
*/
load(
@@ -75,12 +75,12 @@ export class Loader {
}
/**
- * Loads the provided json with a GET request. The content will be used to create a {@link Container} object.
+ * Loads the provided json with a GET request. The content will be used to create a {@link Core/Container!Container} object.
* This method is async, so if you need a callback refer to JavaScript function `fetch`
* @param tagId the particles container element id
* @param jsonUrl the json path (or paths array) to use in the GET request
* @param index the index of the paths array, if a single path is passed this value is ignored
- * @returns A Promise with the {@link Container} object created
+ * @returns A Promise with the {@link Core/Container!Container} object created
*/
async loadJSON(
tagId: string | SingleOrMultiple<string>,
@@ -191,10 +191,10 @@ export class Loader {
}
/**
- * Loads the provided options to create a {@link Container} object.
+ * Loads the provided options to create a {@link Core/Container!Container} object.
* @param id the particles container element id
* @param domContainer the dom container
- * @param options the options object to initialize the {@link Container}
+ * @param options the options object to initialize the {@link Core/Container!Container}
* @param index if an options array is provided, this will retrieve the exact index of that array
*/
async set(
@@ -227,13 +227,13 @@ export class Loader {
}
/**
- * Loads the provided json with a GET request. The content will be used to create a {@link Container} object.
+ * Loads the provided json with a GET request. The content will be used to create a {@link Core/Container!Container} object.
* This method is async, so if you need a callback refer to JavaScript function `fetch`
* @param id the particles container element id
* @param domContainer the container used to contains the particles
* @param jsonUrl the json path (or paths array) to use in the GET request
* @param index the index of the paths array, if a single path is passed this value is ignored
- * @returns A Promise with the {@link Container} object created
+ * @returns A Promise with the {@link Core/Container!Container} object created
*/
async setJSON(
id: string | HTMLElement,
diff --git a/QuadTree.ts b/QuadTree.ts
index 8973746..12290d1 100644
--- a/QuadTree.ts
+++ b/QuadTree.ts
@@ -82,7 +82,7 @@ export class QuadTree {
}
/**
- * Queries the instance using a {@link Rectangle} object, with the given position and the given size
+ * Queries the instance using a {@link Core/Utils/Rectangle!Rectangle} object, with the given position and the given size
* @param range the range to use for querying the tree
* @param check the function to check if the particle can be added to the result
* @param found found particles array, output parameter
@@ -117,7 +117,7 @@ export class QuadTree {
}
/**
- * Queries the instance using a {@link Circle} object, with the given position and the given radius
+ * Queries the instance using a {@link Core/Utils/Circle!Circle} object, with the given position and the given radius
* @param position the circle position
* @param radius the circle radius
* @param check the function to check if the particle can be added to the result
@@ -128,7 +128,7 @@ export class QuadTree {
}
/**
- * Queries the instance using a {@link Rectangle} object, with the given position and the given size
+ * Queries the instance using a {@link Core/Utils/Rectangle!Rectangle} object, with the given position and the given size
* @param position the rectangle position
* @param size the rectangle size
* @param check the function to check if the particle can be added to the result
diff --git a/Vector.ts b/Vector.ts
index 552dec1..05a1ccb 100644
--- a/Vector.ts
+++ b/Vector.ts
@@ -7,7 +7,7 @@ import { Vector3d } from "./Vector3d";
export class Vector extends Vector3d {
/**
* Vector constructor, creating an instance with the given coordinates
- * @param xOrCoords X coordinate or the whole {@link ICoordinates} object
+ * @param xOrCoords X coordinate or the whole {@link Core/Interfaces/ICoordinates!ICoordinates} object
* @param y Y coordinate
* @protected
*/
diff --git a/Vector3d.ts b/Vector3d.ts
index 93c1265..71adabd 100644
--- a/Vector3d.ts
+++ b/Vector3d.ts
@@ -22,7 +22,7 @@ export class Vector3d implements ICoordinates3d {
/**
* Vector3d constructor, creating an instance with the given coordinates
- * @param xOrCoords X coordinate or the whole {@link ICoordinates} object
+ * @param xOrCoords X coordinate or the whole {@link Core/Interfaces/ICoordinates!ICoordinates} object
* @param y Y coordinate
* @param z Z coordinate
* @protected
diff --git a/FullScreen.ts b/FullScreen.ts
index f1800a4..64933d8 100644
--- a/FullScreen.ts
+++ b/FullScreen.ts
@@ -4,7 +4,7 @@ import type { RecursivePartial } from "../../../Types/RecursivePartial";
/**
* The options to set the particles in the background using CSS `fixed` position
- * The {@link zIndex} property sets the background CSS `z-index` property
+ * The {@link FullScreen.zIndex} property sets the background CSS `z-index` property
* [[include:Options/FullScreen.md]]
* @category Options
*/
diff --git a/ClickEvent.ts b/ClickEvent.ts
index 8ab8adc..97e8d22 100644
--- a/ClickEvent.ts
+++ b/ClickEvent.ts
@@ -15,7 +15,7 @@ export class ClickEvent implements IClickEvent, IOptionLoader<IClickEvent> {
enable;
/**
- * Click mode values described in {@link ClickMode}, an array of these values is also valid
+ * Click mode values described in {@link Enums/Modes/ClickMode!ClickMode}, an array of these values is also valid
*/
mode: SingleOrMultiple<ClickMode | keyof typeof ClickMode | string>;
diff --git a/DivEvent.ts b/DivEvent.ts
index 3d276ac..7c3c308 100644
--- a/DivEvent.ts
+++ b/DivEvent.ts
@@ -17,7 +17,7 @@ export class DivEvent implements IDivEvent, IOptionLoader<IDivEvent> {
enable;
/**
- * Div mode values described in {@link DivMode}, an array of these values is also valid.
+ * Div mode values described in {@link Enums/Modes/DivMode!DivMode}, an array of these values is also valid.
*/
mode: SingleOrMultiple<DivMode | keyof typeof DivMode | string>;
@@ -71,7 +71,7 @@ export class DivEvent implements IDivEvent, IOptionLoader<IDivEvent> {
* @deprecated this property is obsolete, please use the new ids
*/
get ids(): SingleOrMultiple<string> {
- return executeOnSingleOrMultiple(this.selectors, (t) => t.replace("#", ""));
+ return executeOnSingleOrMultiple(this.selectors, t => t.replace("#", ""));
// this is the best we can do, if a non-id selector is used the old property won't work
// but ids is deprecated so who cares.
@@ -83,7 +83,7 @@ export class DivEvent implements IDivEvent, IOptionLoader<IDivEvent> {
* @param value
*/
set ids(value: SingleOrMultiple<string>) {
- this.selectors = executeOnSingleOrMultiple(value, (t) => `#${t}`);
+ this.selectors = executeOnSingleOrMultiple(value, t => `#${t}`);
}
load(data?: RecursivePartial<IDivEvent>): void {
diff --git a/ValueWithRandom.ts b/ValueWithRandom.ts
index 715b560..7b98013 100644
--- a/ValueWithRandom.ts
+++ b/ValueWithRandom.ts
@@ -7,7 +7,7 @@ import { setRangeValue } from "../../Utils/NumberUtils";
export class ValueWithRandom implements IValueWithRandom, IOptionLoader<IValueWithRandom> {
/**
- * @deprecated use the new {@link RangeValue} type instead
+ * @deprecated use the new {@link Types/RangeValue!RangeValue} type instead
*/
random: Random;
diff --git a/IBackground.ts b/IBackground.ts
index c69fde0..74477bd 100644
--- a/IBackground.ts
+++ b/IBackground.ts
@@ -7,7 +7,7 @@ import type { IOptionsColor } from "../IOptionsColor";
*/
export interface IBackground {
/**
- * The `color` property can be set to a HEX string or to a {@link IColor | color object}, that is the same as the one used in `particles.color` options.
+ * The `color` property can be set to a HEX string or to a {@link Core/Interfaces/Colors!IColor | color object}, that is the same as the one used in `particles.color` options.
*
* This color is set to canvas style `background-color` property, if this property is not set the background will be transparent.
*/
diff --git a/IBackgroundMask.ts b/IBackgroundMask.ts
index 46701f9..c41303a 100644
--- a/IBackgroundMask.ts
+++ b/IBackgroundMask.ts
@@ -17,10 +17,10 @@ export interface IBackgroundMask {
composite: GlobalCompositeOperation;
/**
- * The `cover` property can be set to a HEX string or to a {@link IColor | color object}, that is the same as the one used
+ * The `cover` property can be set to a HEX string or to a {@link Core/Interfaces/Colors!IColor | color object}, that is the same as the one used
* in `particles.color` options.
*
- * The `cover` can also be a {@link IBackgroundMaskCover | cover object} like the one described below.
+ * The `cover` can also be a {@link Options/Interfaces/BackgroundMask/IBackgroundMaskCover!IBackgroundMaskCover | cover object} like the one described below.
*/
cover: IBackgroundMaskCover | IColor | string;
diff --git a/IBackgroundMaskCover.ts b/IBackgroundMaskCover.ts
index bac8e9c..d3a0b2c 100644
--- a/IBackgroundMaskCover.ts
+++ b/IBackgroundMaskCover.ts
@@ -6,7 +6,7 @@ import type { IOptionsColor } from "../IOptionsColor";
*/
export interface IBackgroundMaskCover {
/**
- * The background color hiding all elements behind, string or {@link IColor} value.
+ * The background color hiding all elements behind, string or {@link Core/Interfaces/Colors!IColor} value.
*/
color: string | IOptionsColor;
diff --git a/IFullScreen.ts b/IFullScreen.ts
index 9c8924e..7b3fad4 100644
--- a/IFullScreen.ts
+++ b/IFullScreen.ts
@@ -1,6 +1,6 @@
/**
* The options to set the particles in the background using CSS `fixed` position
- * The {@link zIndex} property sets the background CSS `z-index` property
+ * The {@link IFullScreen.zIndex} property sets the background CSS `z-index` property
* [[include:Options/FullScreen.md]]
* @category Options
*/
diff --git a/IOptionLoader.ts b/IOptionLoader.ts
index da3fabb..fa7c6fb 100644
--- a/IOptionLoader.ts
+++ b/IOptionLoader.ts
@@ -1,7 +1,7 @@
import type { RecursivePartial } from "../../Types/RecursivePartial";
/**
- * This interface is used by the {@link Options} class to have a {@link load} method to set all needed properties from source
+ * This interface is used by the {@link Options/Classes/Options!Options} class to have a {@link IOptionLoader<T>.load} method to set all needed properties from source
* @typeParam T the options interface to load
* @category Options
*/
diff --git a/IOptions.ts b/IOptions.ts
index 7561c45..797f901 100644
--- a/IOptions.ts
+++ b/IOptions.ts
@@ -131,7 +131,7 @@ export interface IOptions {
style: RecursivePartial<CSSStyleDeclaration>;
/**
- * User-defined themes that can be retrieved by the particles {@link Container}
+ * User-defined themes that can be retrieved by the particles {@link Core/Container!Container}
*/
themes: ITheme[];
diff --git a/IValueWithRandom.ts b/IValueWithRandom.ts
index 549461b..6c2d60e 100644
--- a/IValueWithRandom.ts
+++ b/IValueWithRandom.ts
@@ -3,7 +3,7 @@ import type { RangeValue } from "../../Types/RangeValue";
export interface IValueWithRandom {
/**
- * @deprecated Use the new {@link RangeValue} type instead of random
+ * @deprecated Use the new {@link Types/RangeValue!RangeValue} type instead of random
*/
random: boolean | IRandom;
diff --git a/IClickEvent.ts b/IClickEvent.ts
index ed31f0e..65fa8a4 100644
--- a/IClickEvent.ts
+++ b/IClickEvent.ts
@@ -13,7 +13,7 @@ export interface IClickEvent {
enable: boolean;
/**
- * This property contains a {@link ClickMode} value or an array of those values.
+ * This property contains a {@link Enums/Modes/ClickMode!ClickMode} value or an array of those values.
* If this value is an array, every mode will be used on click.
*/
mode: SingleOrMultiple<ClickMode | keyof typeof ClickMode | string>;
diff --git a/ColorUtils.ts b/ColorUtils.ts
index db437b2..0a7ad68 100644
--- a/ColorUtils.ts
+++ b/ColorUtils.ts
@@ -79,7 +79,7 @@ function stringToRgba(input: string): IRgba | undefined {
/**
* Gets the particles color
- * @param input the input color to convert in {@link IRgb} object
+ * @param input the input color to convert in {@link Core/Interfaces/Colors!IRgb} object
* @param index the array index, if needed
* @param useIndex set to false for ignoring the index parameter
*/
@@ -111,7 +111,7 @@ export function rangeColorToRgb(input?: string | IRangeColor, index?: number, us
/**
* Gets the particles color
- * @param input the input color to convert in {@link IRgb} object
+ * @param input the input color to convert in {@link Core/Interfaces/Colors!IRgb} object
* @param index the array index, if needed
* @param useIndex set to false to ignore the index parameter
*/
@@ -143,10 +143,10 @@ export function colorToRgb(input?: string | IColor, index?: number, useIndex = t
/**
* Gets the particles color
- * @param color the input color to convert in {@link IHsl} object
+ * @param color the input color to convert in {@link Core/Interfaces/Colors!IHsl} object
* @param index the array index, if needed
* @param useIndex set to false to ignore the index parameter
- * @returns the {@link IHsl} object
+ * @returns the {@link Core/Interfaces/Colors!IHsl} object
*/
export function colorToHsl(color: string | IColor | undefined, index?: number, useIndex = true): IHsl | undefined {
const rgb = colorToRgb(color, index, useIndex);
@@ -156,10 +156,10 @@ export function colorToHsl(color: string | IColor | undefined, index?: number, u
/**
* Gets the particles color
- * @param color the input color to convert in {@link IHsl} object
+ * @param color the input color to convert in {@link Core/Interfaces/Colors!IHsl} object
* @param index the array index, if needed
* @param useIndex set to false to ignore the index parameter
- * @returns the {@link IHsl} object
+ * @returns the {@link Core/Interfaces/Colors!IHsl} object
*/
export function rangeColorToHsl(
color: string | IRangeColor | undefined,
@@ -224,18 +224,18 @@ export function stringToAlpha(input: string): number | undefined {
}
/**
- * Converts hexadecimal string (HTML color code) in a {@link IRgb} object
+ * Converts hexadecimal string (HTML color code) in a {@link Core/Interfaces/Colors!IRgb} object
* @param input the hexadecimal string (#f70 or #ff7700)
- * @returns the {@link IRgb} object
+ * @returns the {@link Core/Interfaces/Colors!IRgb} object
*/
export function stringToRgb(input: string): IRgb | undefined {
return stringToRgba(input);
}
/**
- * Converts a Hue Saturation Lightness ({@link IHsl}) object in a {@link IRgb} object
- * @param hsl the Hue Saturation Lightness ({@link IHsl}) object
- * @returns the {@link IRgb} object
+ * Converts a Hue Saturation Lightness ({@link Core/Interfaces/Colors!IHsl}) object in a {@link Core/Interfaces/Colors!IRgb} object
+ * @param hsl the Hue Saturation Lightness ({@link Core/Interfaces/Colors!IHsl}) object
+ * @returns the {@link Core/Interfaces/Colors!IRgb} object
*/
export function hslToRgb(hsl: IHsl): IRgb {
const result: IRgb = { b: 0, g: 0, r: 0 },
@@ -285,9 +285,9 @@ export function hslaToRgba(hsla: IHsla): IRgba {
}
/**
- * Returns a random ({@link IRgb}) color
+ * Returns a random ({@link Core/Interfaces/Colors!IRgb}) color
* @param min the minimum value for the color
- * @returns the random ({@link IRgb}) color
+ * @returns the random ({@link Core/Interfaces/Colors!IRgb}) color
*/
export function getRandomRgbColor(min?: number): IRgb {
const fixedMin = min ?? 0;
@@ -300,8 +300,8 @@ export function getRandomRgbColor(min?: number): IRgb {
}
/**
- * Gets a CSS style string from a {@link IRgb} object and opacity value
- * @param color the {@link IRgb} input color
+ * Gets a CSS style string from a {@link Core/Interfaces/Colors!IRgb} object and opacity value
+ * @param color the {@link Core/Interfaces/Colors!IRgb} input color
* @param opacity the opacity value
* @returns the CSS style string
*/
@@ -310,8 +310,8 @@ export function getStyleFromRgb(color: IRgb, opacity?: number): string {
}
/**
- * Gets a CSS style string from a {@link IHsl} object and opacity value
- * @param color the {@link IHsl} input color
+ * Gets a CSS style string from a {@link Core/Interfaces/Colors!IHsl} object and opacity value
+ * @param color the {@link Core/Interfaces/Colors!IHsl} input color
* @param opacity the opacity value
* @returns the CSS style string
*/
diff --git a/engine.ts b/engine.ts
index 9262211..6c40fff 100644
--- a/engine.ts
+++ b/engine.ts
@@ -1,6 +1,6 @@
/**
* Engine class for creating the singleton on window.
- * It's a singleton proxy to the {@link Loader} class for initializing {@link Container} instances
+ * It's a singleton proxy to the {@link Core/Loader!Loader} class for initializing {@link Core/Container!Container} instances
* @category Engine
*/
import type {
@@ -38,19 +38,19 @@ declare global {
/**
* Engine class for creating the singleton on window.
- * It's a singleton proxy to the Loader class for initializing {@link Container} instances,
+ * It's a singleton proxy to the Loader class for initializing {@link Core/Container!Container} instances,
* and for Plugins class responsible for every external feature
* @category Engine
*/
export class Engine {
/**
- * Contains the {@link Plugins} engine instance
+ * Contains the {@link Core/Utils/Plugins!Plugins} engine instance
*/
readonly plugins: Plugins;
private readonly _configs: Map<string, ISourceOptions>;
/**
- * Contains all the {@link Container} instances of the current engine instance
+ * Contains all the {@link Core/Container!Container} instances of the current engine instance
*/
private readonly _domArray: Container[];
@@ -62,7 +62,7 @@ export class Engine {
private _initialized: boolean;
/**
- * Contains the {@link Loader} engine instance
+ * Contains the {@link Core/Loader!Loader} engine instance
* @private
*/
private readonly _loader: Loader;
@@ -158,7 +158,7 @@ export class Engine {
/**
* addPlugin adds plugin to tsParticles, if an instance needs it it will be loaded
- * @param plugin the plugin implementation of {@link IPlugin}
+ * @param plugin the plugin implementation of {@link Core/Interfaces/IPlugin!IPlugin}
*/
async addPlugin(plugin: IPlugin): Promise<void> {
this.plugins.addPlugin(plugin);
@@ -221,17 +221,17 @@ export class Engine {
}
/**
- * All the {@link Container} objects loaded
- * @returns All the {@link Container} objects loaded
+ * All the {@link Core/Container!Container} objects loaded
+ * @returns All the {@link Core/Container!Container} objects loaded
*/
dom(): Container[] {
return this._domArray;
}
/**
- * Retrieves a {@link Container} from all the objects loaded
+ * Retrieves a {@link Core/Container!Container} from all the objects loaded
* @param index The object index
- * @returns The {@link Container} object at specified index, if present or not destroyed, otherwise undefined
+ * @returns The {@link Core/Container!Container} object at specified index, if present or not destroyed, otherwise undefined
*/
domItem(index: number): Container | undefined {
const dom = this.dom(),
@@ -254,10 +254,10 @@ export class Engine {
}
/**
- * Loads the provided options to create a {@link Container} object.
+ * Loads the provided options to create a {@link Core/Container!Container} object.
* @param tagId The particles container element id
- * @param options The options object to initialize the {@link Container}
- * @returns A Promise with the {@link Container} object created
+ * @param options The options object to initialize the {@link Core/Container!Container}
+ * @returns A Promise with the {@link Core/Container!Container} object created
*/
async load(
tagId: string | SingleOrMultiple<RecursivePartial<IOptions>>,
@@ -267,11 +267,11 @@ export class Engine {
}
/**
- * Loads an options object from the provided array to create a {@link Container} object.
+ * Loads an options object from the provided array to create a {@link Core/Container!Container} object.
* @param tagId The particles container element id
* @param options The options array to get the item from
* @param index If provided gets the corresponding item from the array
- * @returns A Promise with the {@link Container} object created
+ * @returns A Promise with the {@link Core/Container!Container} object created
*/
async loadFromArray(
tagId: string,
@@ -282,12 +282,12 @@ export class Engine {
}
/**
- * Loads the provided json with a GET request. The content will be used to create a {@link Container} object.
+ * Loads the provided json with a GET request. The content will be used to create a {@link Core/Container!Container} object.
* This method is async, so if you need a callback refer to JavaScript function `fetch`
* @param tagId the particles container element id
* @param pathConfigJson the json path (or paths array) to use in the GET request
* @param index the index of the paths array, if a single path is passed this value is ignored
- * @returns A Promise with the {@link Container} object created
+ * @returns A Promise with the {@link Core/Container!Container} object created
*/
async loadJSON(
tagId: string | SingleOrMultiple<string>,
@@ -316,10 +316,10 @@ export class Engine {
}
/**
- * Loads the provided option to create a {@link Container} object using the element parameter as a container
+ * Loads the provided option to create a {@link Core/Container!Container} object using the element parameter as a container
* @param id The particles container id
* @param element The dom element used to contain the particles
- * @param options The options object to initialize the {@link Container}
+ * @param options The options object to initialize the {@link Core/Container!Container}
*/
async set(
id: string | HTMLElement,
@@ -330,12 +330,12 @@ export class Engine {
}
/**
- * Loads the provided option to create a {@link Container} object using the element parameter as a container
+ * Loads the provided option to create a {@link Core/Container!Container} object using the element parameter as a container
* @param id The particles container id
* @param element The dom element used to contain the particles
* @param pathConfigJson the json path (or paths array) to use in the GET request
* @param index the index of the paths array, if a single path is passed this value is ignored
- * @returns A Promise with the {@link Container} object created
+ * @returns A Promise with the {@link Core/Container!Container} object created
*/
async setJSON(
id: string | HTMLElement,
@@ -347,7 +347,7 @@ export class Engine {
}
/**
- * Adds an additional click handler to all the loaded {@link Container} objects.
+ * Adds an additional click handler to all the loaded {@link Core/Container!Container} objects.
* @param callback The function called after the click event is fired
*/
setOnClickHandler(callback: (e: Event, particles?: Particle[]) => void): void {
diff --git a/Themes.md b/Themes.md
index 3b5daeb..d600b35 100644
--- a/Themes.md
+++ b/Themes.md
@@ -1,8 +1,11 @@
# Theme Options
-- [default](#default)
-- [name](#name)
-- [options](#options)
+- [Theme Options](#theme-options)
+ - [Default](#default)
+ - [Mode](#mode)
+ - [Value](#value)
+ - [Name](#name)
+ - [Options](#options)
## Default
diff --git a/out.txt b/out.txt
index e843667..755b2a3 100644
--- a/out.txt
+++ b/out.txt
@@ -0,0 +1,5033 @@
+
+> [email protected] build:docs /Users/matteo/Projects/GitHub/tsparticles/tsparticles-main
+> rimraf docs && npx typedoc --plugin typedoc-plugin-carbon-ads --plugin typedoc-plugin-clarity --plugin typedoc-plugin-keyword --plugin typedoc-plugin-coverage
+
+[96m[info][0m Loaded plugin typedoc-plugin-carbon-ads
+[96m[info][0m Loaded plugin typedoc-plugin-clarity
+[96m[info][0m Loaded plugin typedoc-plugin-keyword
+[96m[info][0m Loaded plugin typedoc-plugin-coverage
+[96m[info][0m Converting project at ./engine
+[96m[info][0m Converting project at ./interactions/light
+[96m[info][0m Converting project at ./interactions/external/attract
+[96m[info][0m Converting project at ./interactions/external/bounce
+[96m[info][0m Converting project at ./interactions/external/bubble
+[96m[info][0m Converting project at ./interactions/external/connect
+[96m[info][0m Converting project at ./interactions/external/grab
+[96m[info][0m Converting project at ./interactions/external/pause
+[96m[info][0m Converting project at ./interactions/external/push
+[96m[info][0m Converting project at ./interactions/external/remove
+[96m[info][0m Converting project at ./interactions/external/repulse
+[96m[info][0m Converting project at ./interactions/external/trail
+[96m[info][0m Converting project at ./interactions/particles/attract
+[96m[info][0m Converting project at ./interactions/particles/collisions
+[96m[info][0m Converting project at ./interactions/particles/links
+[96m[info][0m Converting project at ./interactions/particles/repulse
+[96m[info][0m Converting project at ./move/base
+[96m[info][0m Converting project at ./move/parallax
+[96m[info][0m Converting project at ./paths/curves
+[96m[info][0m Converting project at ./paths/perlinNoise
+[96m[info][0m Converting project at ./paths/polygon
+[96m[info][0m Converting project at ./paths/simplexNoise
+[96m[info][0m Converting project at ./plugins/absorbers
+[96m[info][0m Converting project at ./plugins/emitters
+[96m[info][0m Converting project at ./plugins/infection
+[96m[info][0m Converting project at ./plugins/polygonMask
+[96m[info][0m Converting project at ./shapes/bubble
+[96m[info][0m Converting project at ./shapes/circle
+[96m[info][0m Converting project at ./shapes/heart
+[96m[info][0m Converting project at ./shapes/image
+[96m[info][0m Converting project at ./shapes/line
+[96m[info][0m Converting project at ./shapes/multiline-text
+[96m[info][0m Converting project at ./shapes/polygon
+[96m[info][0m Converting project at ./shapes/rounded-rect
+[96m[info][0m Converting project at ./shapes/spiral
+[96m[info][0m Converting project at ./shapes/square
+[96m[info][0m Converting project at ./shapes/star
+[96m[info][0m Converting project at ./shapes/text
+[96m[info][0m Converting project at ./updaters/angle
+[96m[info][0m Converting project at ./updaters/color
+[96m[info][0m Converting project at ./updaters/gradient
+[96m[info][0m Converting project at ./updaters/life
+[96m[info][0m Converting project at ./updaters/opacity
+[96m[info][0m Converting project at ./updaters/orbit
+[96m[info][0m Converting project at ./updaters/outModes
+[96m[info][0m Converting project at ./updaters/roll
+[96m[info][0m Converting project at ./updaters/size
+[96m[info][0m Converting project at ./updaters/strokeColor
+[96m[info][0m Converting project at ./updaters/tilt
+[96m[info][0m Converting project at ./updaters/twinkle
+[96m[info][0m Converting project at ./updaters/wobble
+[96m[info][0m Converting project at ./bundles/full
+[96m[info][0m Converting project at ./bundles/pjs
+[96m[info][0m Converting project at ./bundles/slim
+[96m[info][0m Merging converted projects
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._colorPlugins, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._coverColorStyle, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._generated, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._mutationObserver, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._originalStyle, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._postDrawUpdaters, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._preDrawUpdaters, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._resizePlugins, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._trailFill, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas.resizeFactor, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._fullScreen, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._applyPostDrawUpdaters, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._applyPreDrawUpdaters, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._applyResizePlugins, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._getPluginParticleColors, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._initCover, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._initStyle, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._initTrail, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._paintBase, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._paintImage, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._repairStyle, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._resetOriginalStyle, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._safeMutationObserver, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._safeMutationObserver.callback.__type, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas._setFullScreenStyle, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas.draw.cb.__type, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Canvas.Canvas.stop, defined in engine/src/Core/Canvas.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._currentTheme, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._delay, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._delayTimeout, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._drawAnimationFrame, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._engine, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._eventListeners, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._firstStart, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._initialSourceOptions, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._intersectionObserver, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._options, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._paused, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._sourceOptions, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.interactivity, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.pathGenerators, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.responsiveMaxWidth, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.retina, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.smooth, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.zLayers, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container._intersectionManager, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.addClickHandler.callback.__type, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.reset, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.setNoise.noiseOrGenerator.__type, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.setNoise.init.__type, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.setNoise.update.__type, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.setPath.pathOrGenerator.__type, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.setPath.init.__type, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Container.Container.setPath.update.__type, defined in engine/src/Core/Container.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/Colors.IHsl, defined in engine/src/Core/Interfaces/Colors.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/Colors.IHsv, defined in engine/src/Core/Interfaces/Colors.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/Colors.IRangeHsl, defined in engine/src/Core/Interfaces/Colors.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/Colors.IRangeHsv, defined in engine/src/Core/Interfaces/Colors.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/Colors.IRangeRgb, defined in engine/src/Core/Interfaces/Colors.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/Colors.IRangeValueColor, defined in engine/src/Core/Interfaces/Colors.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/Colors.IRgb, defined in engine/src/Core/Interfaces/Colors.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/Colors.IValueColor, defined in engine/src/Core/Interfaces/Colors.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBounds.IBounds, defined in engine/src/Core/Interfaces/IBounds.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBounds.IBounds.bottom, defined in engine/src/Core/Interfaces/IBounds.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBounds.IBounds.left, defined in engine/src/Core/Interfaces/IBounds.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBounds.IBounds.right, defined in engine/src/Core/Interfaces/IBounds.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBounds.IBounds.top, defined in engine/src/Core/Interfaces/IBounds.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBubbleParticleData.IBubbleParticleData, defined in engine/src/Core/Interfaces/IBubbleParticleData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBubbleParticleData.IBubbleParticleData.color, defined in engine/src/Core/Interfaces/IBubbleParticleData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBubbleParticleData.IBubbleParticleData.div, defined in engine/src/Core/Interfaces/IBubbleParticleData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBubbleParticleData.IBubbleParticleData.finalColor, defined in engine/src/Core/Interfaces/IBubbleParticleData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBubbleParticleData.IBubbleParticleData.inRange, defined in engine/src/Core/Interfaces/IBubbleParticleData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBubbleParticleData.IBubbleParticleData.opacity, defined in engine/src/Core/Interfaces/IBubbleParticleData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IBubbleParticleData.IBubbleParticleData.radius, defined in engine/src/Core/Interfaces/IBubbleParticleData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICircleBouncer.ICircleBouncer, defined in engine/src/Core/Interfaces/ICircleBouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICircleBouncer.ICircleBouncer.factor, defined in engine/src/Core/Interfaces/ICircleBouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICircleBouncer.ICircleBouncer.mass, defined in engine/src/Core/Interfaces/ICircleBouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICircleBouncer.ICircleBouncer.position, defined in engine/src/Core/Interfaces/ICircleBouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICircleBouncer.ICircleBouncer.radius, defined in engine/src/Core/Interfaces/ICircleBouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICircleBouncer.ICircleBouncer.velocity, defined in engine/src/Core/Interfaces/ICircleBouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IColorManager.IColorManager, defined in engine/src/Core/Interfaces/IColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IColorManager.IColorManager.key, defined in engine/src/Core/Interfaces/IColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IColorManager.IColorManager.stringPrefix, defined in engine/src/Core/Interfaces/IColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IColorManager.IColorManager.handleColor, defined in engine/src/Core/Interfaces/IColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IColorManager.IColorManager.handleRangeColor, defined in engine/src/Core/Interfaces/IColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IColorManager.IColorManager.parseString, defined in engine/src/Core/Interfaces/IColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerInteractivity.IContainerInteractivity, defined in engine/src/Core/Interfaces/IContainerInteractivity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerInteractivity.IContainerInteractivity.element, defined in engine/src/Core/Interfaces/IContainerInteractivity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerInteractivity.IContainerInteractivity.mouse, defined in engine/src/Core/Interfaces/IContainerInteractivity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerInteractivity.IContainerInteractivity.status, defined in engine/src/Core/Interfaces/IContainerInteractivity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.clickPositionValid.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.draw.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.drawParticle.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.handleClickMode.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.init.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.particleBounce.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.particleCreated.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.particleDestroyed.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.particleFillColor.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.particlePosition.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.particleStrokeColor.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.particleUpdate.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.particlesInitialization.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.particlesSetup.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.pause.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.play.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.reset.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.resize.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.start.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.stop.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IContainerPlugin.IContainerPlugin.update.__type, defined in engine/src/Core/Interfaces/IContainerPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICenterCoordinates, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICenterCoordinates.mode, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICenterCoordinates.radius, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICenterCoordinates.x, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICenterCoordinates.y, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinates, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinates.x, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinates.y, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinates3d, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinates3d.x, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinates3d.y, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinates3d.z, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinatesWithMode, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinatesWithMode.mode, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinatesWithMode.x, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.ICoordinatesWithMode.y, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.IRangedCoordinates, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.IRangedCoordinates.x, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.IRangedCoordinates.y, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.IRangedCoordinates3d, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.IRangedCoordinates3d.x, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.IRangedCoordinates3d.y, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ICoordinates.IRangedCoordinates3d.z, defined in engine/src/Core/Interfaces/ICoordinates.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IDelta.IDelta, defined in engine/src/Core/Interfaces/IDelta.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IDelta.IDelta.factor, defined in engine/src/Core/Interfaces/IDelta.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IDelta.IDelta.value, defined in engine/src/Core/Interfaces/IDelta.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IDimension.IDimension, defined in engine/src/Core/Interfaces/IDimension.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IDimension.IDimension.height, defined in engine/src/Core/Interfaces/IDimension.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IDimension.IDimension.width, defined in engine/src/Core/Interfaces/IDimension.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IDistance.IDistance, defined in engine/src/Core/Interfaces/IDistance.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IDistance.IDistance.horizontal, defined in engine/src/Core/Interfaces/IDistance.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IDistance.IDistance.vertical, defined in engine/src/Core/Interfaces/IDistance.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor, defined in engine/src/Core/Interfaces/IExternalInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor.handleClickMode.__type, defined in engine/src/Core/Interfaces/IExternalInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor.loadModeOptions.__type, defined in engine/src/Core/Interfaces/IExternalInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor.loadOptions.__type, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor.loadParticlesOptions.__type, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor.type, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor.clear, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor.init, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor.interact, defined in engine/src/Core/Interfaces/IExternalInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor.isEnabled, defined in engine/src/Core/Interfaces/IExternalInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IExternalInteractor.IExternalInteractor.reset, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IInteractor.IInteractor, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IInteractor.IInteractor.loadOptions.__type, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IInteractor.IInteractor.loadParticlesOptions.__type, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IInteractor.IInteractor.type, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IInteractor.IInteractor.clear, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IInteractor.IInteractor.init, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IInteractor.IInteractor.reset, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMouseData.IMouseData, defined in engine/src/Core/Interfaces/IMouseData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMouseData.IMouseData.clickPosition, defined in engine/src/Core/Interfaces/IMouseData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMouseData.IMouseData.clickTime, defined in engine/src/Core/Interfaces/IMouseData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMouseData.IMouseData.clicking, defined in engine/src/Core/Interfaces/IMouseData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMouseData.IMouseData.downPosition, defined in engine/src/Core/Interfaces/IMouseData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMouseData.IMouseData.inside, defined in engine/src/Core/Interfaces/IMouseData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMouseData.IMouseData.position, defined in engine/src/Core/Interfaces/IMouseData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMovePathGenerator.IMovePathGenerator, defined in engine/src/Core/Interfaces/IMovePathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMovePathGenerator.IMovePathGenerator.generate.__type, defined in engine/src/Core/Interfaces/IMovePathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMovePathGenerator.IMovePathGenerator.init.__type, defined in engine/src/Core/Interfaces/IMovePathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMovePathGenerator.IMovePathGenerator.reset.__type, defined in engine/src/Core/Interfaces/IMovePathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IMovePathGenerator.IMovePathGenerator.update.__type, defined in engine/src/Core/Interfaces/IMovePathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.backColor, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.bubble, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.close, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.color, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.destroyed, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.direction, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.fill, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.id, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.initialVelocity, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.interactivity, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.misplaced, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.offset, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.opacity, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.options, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.position, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.randomIndexData, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.retina, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.roll, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.rotation, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.shadowColor, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.shape, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.shapeData, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.sides, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.size, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.strokeColor, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.strokeOpacity, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.strokeWidth, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.velocity, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.getFillColor, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.getMass, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.getPosition, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.getRadius, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.getStrokeColor, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.isInsideCanvas, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticle.IParticle.isVisible, defined in engine/src/Core/Interfaces/IParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleColorStyle.IParticleColorStyle, defined in engine/src/Core/Interfaces/IParticleColorStyle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleColorStyle.IParticleColorStyle.fill, defined in engine/src/Core/Interfaces/IParticleColorStyle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleColorStyle.IParticleColorStyle.stroke, defined in engine/src/Core/Interfaces/IParticleColorStyle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleHslAnimation.IParticleHslAnimation, defined in engine/src/Core/Interfaces/IParticleHslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleHslAnimation.IParticleHslAnimation.h, defined in engine/src/Core/Interfaces/IParticleHslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleHslAnimation.IParticleHslAnimation.l, defined in engine/src/Core/Interfaces/IParticleHslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleHslAnimation.IParticleHslAnimation.s, defined in engine/src/Core/Interfaces/IParticleHslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleLife.IParticleLife, defined in engine/src/Core/Interfaces/IParticleLife.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleLife.IParticleLife.count, defined in engine/src/Core/Interfaces/IParticleLife.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleLife.IParticleLife.delay, defined in engine/src/Core/Interfaces/IParticleLife.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleLife.IParticleLife.delayTime, defined in engine/src/Core/Interfaces/IParticleLife.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleLife.IParticleLife.duration, defined in engine/src/Core/Interfaces/IParticleLife.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleLife.IParticleLife.time, defined in engine/src/Core/Interfaces/IParticleLife.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleMover.IParticleMover, defined in engine/src/Core/Interfaces/IParticleMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleMover.IParticleMover.init, defined in engine/src/Core/Interfaces/IParticleMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleMover.IParticleMover.isEnabled, defined in engine/src/Core/Interfaces/IParticleMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleMover.IParticleMover.move, defined in engine/src/Core/Interfaces/IParticleMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRetinaProps.IParticleRetinaProps, defined in engine/src/Core/Interfaces/IParticleRetinaProps.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRetinaProps.IParticleRetinaProps.attractDistance, defined in engine/src/Core/Interfaces/IParticleRetinaProps.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRetinaProps.IParticleRetinaProps.maxDistance, defined in engine/src/Core/Interfaces/IParticleRetinaProps.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRetinaProps.IParticleRetinaProps.maxSpeed, defined in engine/src/Core/Interfaces/IParticleRetinaProps.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRetinaProps.IParticleRetinaProps.moveDrift, defined in engine/src/Core/Interfaces/IParticleRetinaProps.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRetinaProps.IParticleRetinaProps.moveSpeed, defined in engine/src/Core/Interfaces/IParticleRetinaProps.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRetinaProps.IParticleRetinaProps.sizeAnimationSpeed, defined in engine/src/Core/Interfaces/IParticleRetinaProps.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRoll.IParticleRoll, defined in engine/src/Core/Interfaces/IParticleRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRoll.IParticleRoll.alter, defined in engine/src/Core/Interfaces/IParticleRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRoll.IParticleRoll.alter.__type.type, defined in engine/src/Core/Interfaces/IParticleRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRoll.IParticleRoll.alter.__type.value, defined in engine/src/Core/Interfaces/IParticleRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRoll.IParticleRoll.angle, defined in engine/src/Core/Interfaces/IParticleRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRoll.IParticleRoll.enable, defined in engine/src/Core/Interfaces/IParticleRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRoll.IParticleRoll.horizontal, defined in engine/src/Core/Interfaces/IParticleRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRoll.IParticleRoll.speed, defined in engine/src/Core/Interfaces/IParticleRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleRoll.IParticleRoll.vertical, defined in engine/src/Core/Interfaces/IParticleRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleTransformValues.IParticleTransformValues, defined in engine/src/Core/Interfaces/IParticleTransformValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleTransformValues.IParticleTransformValues.a, defined in engine/src/Core/Interfaces/IParticleTransformValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleTransformValues.IParticleTransformValues.b, defined in engine/src/Core/Interfaces/IParticleTransformValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleTransformValues.IParticleTransformValues.c, defined in engine/src/Core/Interfaces/IParticleTransformValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleTransformValues.IParticleTransformValues.d, defined in engine/src/Core/Interfaces/IParticleTransformValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater.afterDraw.__type, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater.beforeDraw.__type, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater.getColorStyles.__type, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater.getTransformValues.__type, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater.loadOptions.__type, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater.particleDestroyed.__type, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater.reset.__type, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater.init, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater.isEnabled, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleUpdater.IParticleUpdater.update, defined in engine/src/Core/Interfaces/IParticleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation.decay, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation.enable, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation.initialValue, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation.loops, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation.max, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation.maxLoops, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation.min, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation.status, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation.value, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleNumericValueAnimation.velocity, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleValueAnimation, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleValueAnimation.decay, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleValueAnimation.enable, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleValueAnimation.initialValue, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleValueAnimation.loops, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleValueAnimation.maxLoops, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleValueAnimation.status, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleValueAnimation.value, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticleValueAnimation.IParticleValueAnimation.velocity, defined in engine/src/Core/Interfaces/IParticleValueAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesInteractor.IParticlesInteractor, defined in engine/src/Core/Interfaces/IParticlesInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesInteractor.IParticlesInteractor.loadOptions.__type, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesInteractor.IParticlesInteractor.loadParticlesOptions.__type, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesInteractor.IParticlesInteractor.type, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesInteractor.IParticlesInteractor.clear, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesInteractor.IParticlesInteractor.init, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesInteractor.IParticlesInteractor.interact, defined in engine/src/Core/Interfaces/IParticlesInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesInteractor.IParticlesInteractor.isEnabled, defined in engine/src/Core/Interfaces/IParticlesInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesInteractor.IParticlesInteractor.reset, defined in engine/src/Core/Interfaces/IInteractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesMover.IParticleMover, defined in engine/src/Core/Interfaces/IParticlesMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesMover.IParticleMover.init, defined in engine/src/Core/Interfaces/IParticlesMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesMover.IParticleMover.isEnabled, defined in engine/src/Core/Interfaces/IParticlesMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IParticlesMover.IParticleMover.move, defined in engine/src/Core/Interfaces/IParticlesMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IPlugin.IPlugin.id, defined in engine/src/Core/Interfaces/IPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IPlugin.IPlugin.getPlugin, defined in engine/src/Core/Interfaces/IPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IPlugin.IPlugin.loadOptions, defined in engine/src/Core/Interfaces/IPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IPlugin.IPlugin.needsPlugin, defined in engine/src/Core/Interfaces/IPlugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IRangeValue.IRangeValue, defined in engine/src/Core/Interfaces/IRangeValue.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IRangeValue.IRangeValue.max, defined in engine/src/Core/Interfaces/IRangeValue.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IRangeValue.IRangeValue.min, defined in engine/src/Core/Interfaces/IRangeValue.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IRectSideResult.IRectSideResult, defined in engine/src/Core/Interfaces/IRectSideResult.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IRectSideResult.IRectSideResult.bounced, defined in engine/src/Core/Interfaces/IRectSideResult.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IRectSideResult.IRectSideResult.position, defined in engine/src/Core/Interfaces/IRectSideResult.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IRectSideResult.IRectSideResult.velocity, defined in engine/src/Core/Interfaces/IRectSideResult.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IShapeDrawer.IShapeDrawer, defined in engine/src/Core/Interfaces/IShapeDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IShapeValues.IShapeValues, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IShapeValues.IShapeValues.close, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IShapeValues.IShapeValues.fill, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/IShapeValues.IShapeValues.particles, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ISlowParticleData.ISlowParticleData, defined in engine/src/Core/Interfaces/ISlowParticleData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ISlowParticleData.ISlowParticleData.factor, defined in engine/src/Core/Interfaces/ISlowParticleData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ISlowParticleData.ISlowParticleData.inRange, defined in engine/src/Core/Interfaces/ISlowParticleData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ITrailFillData.ITrailFillData, defined in engine/src/Core/Interfaces/ITrailFillData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ITrailFillData.ITrailFillData.color, defined in engine/src/Core/Interfaces/ITrailFillData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ITrailFillData.ITrailFillData.image, defined in engine/src/Core/Interfaces/ITrailFillData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Interfaces/ITrailFillData.ITrailFillData.opacity, defined in engine/src/Core/Interfaces/ITrailFillData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.container, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.group, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.id, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.interactivity, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.moveCenter, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.outType, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.slow, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle._calcPosition, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle._calculateVelocity, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle._checkOverlap, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle._getRollColor, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle._loadShapeData, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.destroy, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.draw, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.getFillColor, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.getMass, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.getPosition, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.getRadius, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.getStrokeColor, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.init, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.isInsideCanvas, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particle.Particle.isVisible, defined in engine/src/Core/Particle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles._engine, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.container, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.interactionManager, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.lastZIndex, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.limit, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.movers, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.needsSort, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.nextId, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.pool, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.pushing, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.updaters, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.zArray, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.count, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles._applyDensity, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles._initDensityFactor, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles._pushParticle, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles._pushParticle.initializer.__type, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.addManualParticles, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.addParticle, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.addParticle.initializer.__type, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.destroy, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.draw, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.handleClickMode, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.init, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.push, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.redraw, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.remove, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.removeAt, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.removeQuantity, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.setDensity, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Particles.Particles.update, defined in engine/src/Core/Particles.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Retina.Retina, defined in engine/src/Core/Retina.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Retina.Retina.attractDistance, defined in engine/src/Core/Retina.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Retina.Retina.container, defined in engine/src/Core/Retina.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Retina.Retina.maxSpeed, defined in engine/src/Core/Retina.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Retina.Retina.pixelRatio, defined in engine/src/Core/Retina.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Retina.Retina.reduceFactor, defined in engine/src/Core/Retina.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Retina.Retina.sizeAnimationSpeed, defined in engine/src/Core/Retina.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Retina.Retina.initParticle, defined in engine/src/Core/Retina.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Circle.Circle, defined in engine/src/Core/Utils/Circle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.errorPrefix, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.mouseDownEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.mouseLeaveEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.mouseMoveEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.mouseOutEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.mouseUpEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.resizeEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.touchCancelEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.touchEndEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.touchMoveEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.touchStartEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Constants.visibilityChangeEvent, defined in engine/src/Core/Utils/Constants.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/EventListeners.EventListeners.canPush, defined in engine/src/Core/Utils/EventListeners.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/EventListeners.EventListeners.handlers, defined in engine/src/Core/Utils/EventListeners.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/EventListeners.EventListeners.resizeObserver, defined in engine/src/Core/Utils/EventListeners.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/EventListeners.EventListeners.resizeTimeout, defined in engine/src/Core/Utils/EventListeners.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/FrameManager.FrameManager, defined in engine/src/Core/Utils/FrameManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/FrameManager.FrameManager.container, defined in engine/src/Core/Utils/FrameManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/InteractionManager.InteractionManager, defined in engine/src/Core/Utils/InteractionManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/InteractionManager.InteractionManager.handleClickMode, defined in engine/src/Core/Utils/InteractionManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Plugins.Plugins, defined in engine/src/Core/Utils/Plugins.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Plugins.Plugins._initializers, defined in engine/src/Core/Utils/Plugins.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Plugins.Plugins.movers, defined in engine/src/Core/Utils/Plugins.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Plugins.Plugins.addParticleMover, defined in engine/src/Core/Utils/Plugins.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Plugins.Plugins.destroy, defined in engine/src/Core/Utils/Plugins.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Plugins.Plugins.getMovers, defined in engine/src/Core/Utils/Plugins.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Point.Point, defined in engine/src/Core/Utils/Point.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/QuadTree.QuadTree, defined in engine/src/Core/Utils/QuadTree.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/QuadTree.QuadTree._subs, defined in engine/src/Core/Utils/QuadTree.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/QuadTree.QuadTree.query.check.__type, defined in engine/src/Core/Utils/QuadTree.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/QuadTree.QuadTree.queryCircle.check.__type, defined in engine/src/Core/Utils/QuadTree.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/QuadTree.QuadTree.queryRectangle.check.__type, defined in engine/src/Core/Utils/QuadTree.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Range.Range, defined in engine/src/Core/Utils/Range.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Rectangle.Rectangle, defined in engine/src/Core/Utils/Rectangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Vector.Vector, defined in engine/src/Core/Utils/Vector.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Core/Utils/Vector3d.Vector3d, defined in engine/src/Core/Utils/Vector3d.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/AnimationStatus.AnimationStatus, defined in engine/src/Enums/AnimationStatus.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/AnimationStatus.AnimationStatus.decreasing, defined in engine/src/Enums/AnimationStatus.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/AnimationStatus.AnimationStatus.increasing, defined in engine/src/Enums/AnimationStatus.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.bottom, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.bottomLeft, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.bottomRight, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.inside, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.left, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.none, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.outside, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.right, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.top, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.topLeft, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirection.topRight, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/MoveDirection.MoveDirectionAlt, defined in engine/src/Enums/Directions/MoveDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/OutModeDirection.OutModeDirection, defined in engine/src/Enums/Directions/OutModeDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/OutModeDirection.OutModeDirection.bottom, defined in engine/src/Enums/Directions/OutModeDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/OutModeDirection.OutModeDirection.left, defined in engine/src/Enums/Directions/OutModeDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/OutModeDirection.OutModeDirection.right, defined in engine/src/Enums/Directions/OutModeDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/OutModeDirection.OutModeDirection.top, defined in engine/src/Enums/Directions/OutModeDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/RotateDirection.RotateDirection, defined in engine/src/Enums/Directions/RotateDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/RotateDirection.RotateDirection.clockwise, defined in engine/src/Enums/Directions/RotateDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/RotateDirection.RotateDirection.counterClockwise, defined in engine/src/Enums/Directions/RotateDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/RotateDirection.RotateDirection.random, defined in engine/src/Enums/Directions/RotateDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Directions/RotateDirection.RotateDirectionAlt, defined in engine/src/Enums/Directions/RotateDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/InteractivityDetect.InteractivityDetect, defined in engine/src/Enums/InteractivityDetect.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/InteractivityDetect.InteractivityDetect.canvas, defined in engine/src/Enums/InteractivityDetect.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/InteractivityDetect.InteractivityDetect.parent, defined in engine/src/Enums/InteractivityDetect.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/InteractivityDetect.InteractivityDetect.window, defined in engine/src/Enums/InteractivityDetect.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ClickMode.ClickMode, defined in engine/src/Enums/Modes/ClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ClickMode.ClickMode.attract, defined in engine/src/Enums/Modes/ClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ClickMode.ClickMode.bubble, defined in engine/src/Enums/Modes/ClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ClickMode.ClickMode.pause, defined in engine/src/Enums/Modes/ClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ClickMode.ClickMode.push, defined in engine/src/Enums/Modes/ClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ClickMode.ClickMode.remove, defined in engine/src/Enums/Modes/ClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ClickMode.ClickMode.repulse, defined in engine/src/Enums/Modes/ClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ClickMode.ClickMode.trail, defined in engine/src/Enums/Modes/ClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/CollisionMode.CollisionMode, defined in engine/src/Enums/Modes/CollisionMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/CollisionMode.CollisionMode.absorb, defined in engine/src/Enums/Modes/CollisionMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/CollisionMode.CollisionMode.bounce, defined in engine/src/Enums/Modes/CollisionMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/CollisionMode.CollisionMode.destroy, defined in engine/src/Enums/Modes/CollisionMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/DivMode.DivMode, defined in engine/src/Enums/Modes/DivMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/DivMode.DivMode.bounce, defined in engine/src/Enums/Modes/DivMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/DivMode.DivMode.bubble, defined in engine/src/Enums/Modes/DivMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/DivMode.DivMode.repulse, defined in engine/src/Enums/Modes/DivMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/HoverMode.HoverMode, defined in engine/src/Enums/Modes/HoverMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/HoverMode.HoverMode.attract, defined in engine/src/Enums/Modes/HoverMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/HoverMode.HoverMode.bounce, defined in engine/src/Enums/Modes/HoverMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/HoverMode.HoverMode.bubble, defined in engine/src/Enums/Modes/HoverMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/HoverMode.HoverMode.connect, defined in engine/src/Enums/Modes/HoverMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/HoverMode.HoverMode.grab, defined in engine/src/Enums/Modes/HoverMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/HoverMode.HoverMode.light, defined in engine/src/Enums/Modes/HoverMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/HoverMode.HoverMode.repulse, defined in engine/src/Enums/Modes/HoverMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/HoverMode.HoverMode.slow, defined in engine/src/Enums/Modes/HoverMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/HoverMode.HoverMode.trail, defined in engine/src/Enums/Modes/HoverMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/OutMode.OutMode, defined in engine/src/Enums/Modes/OutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/OutMode.OutMode.bounce, defined in engine/src/Enums/Modes/OutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/OutMode.OutMode.bounceHorizontal, defined in engine/src/Enums/Modes/OutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/OutMode.OutMode.bounceVertical, defined in engine/src/Enums/Modes/OutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/OutMode.OutMode.destroy, defined in engine/src/Enums/Modes/OutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/OutMode.OutMode.none, defined in engine/src/Enums/Modes/OutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/OutMode.OutMode.out, defined in engine/src/Enums/Modes/OutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/OutMode.OutMode.split, defined in engine/src/Enums/Modes/OutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/OutMode.OutModeAlt, defined in engine/src/Enums/Modes/OutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ResponsiveMode.ResponsiveMode, defined in engine/src/Enums/Modes/ResponsiveMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ResponsiveMode.ResponsiveMode.canvas, defined in engine/src/Enums/Modes/ResponsiveMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ResponsiveMode.ResponsiveMode.screen, defined in engine/src/Enums/Modes/ResponsiveMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/SizeMode.SizeMode, defined in engine/src/Enums/Modes/SizeMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/SizeMode.SizeMode.percent, defined in engine/src/Enums/Modes/SizeMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/SizeMode.SizeMode.precise, defined in engine/src/Enums/Modes/SizeMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ThemeMode.ThemeMode, defined in engine/src/Enums/Modes/ThemeMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ThemeMode.ThemeMode.any, defined in engine/src/Enums/Modes/ThemeMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ThemeMode.ThemeMode.dark, defined in engine/src/Enums/Modes/ThemeMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Modes/ThemeMode.ThemeMode.light, defined in engine/src/Enums/Modes/ThemeMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/AlterType.AlterType, defined in engine/src/Enums/Types/AlterType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/AlterType.AlterType.darken, defined in engine/src/Enums/Types/AlterType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/AlterType.AlterType.enlighten, defined in engine/src/Enums/Types/AlterType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/DestroyType.DestroyType, defined in engine/src/Enums/Types/DestroyType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/DestroyType.DestroyType.max, defined in engine/src/Enums/Types/DestroyType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/DestroyType.DestroyType.min, defined in engine/src/Enums/Types/DestroyType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/DestroyType.DestroyType.none, defined in engine/src/Enums/Types/DestroyType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/DivType.DivType, defined in engine/src/Enums/Types/DivType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/DivType.DivType.circle, defined in engine/src/Enums/Types/DivType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/DivType.DivType.rectangle, defined in engine/src/Enums/Types/DivType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInBack, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInCirc, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInCubic, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInExpo, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInOutBack, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInOutCirc, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInOutCubic, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInOutExpo, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInOutQuad, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInOutQuart, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInOutQuint, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInOutSine, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInQuad, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInQuart, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInQuint, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeInSine, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeOutBack, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeOutCirc, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeOutCubic, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeOutExpo, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeOutQuad, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeOutQuart, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeOutQuint, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingType.easeOutSine, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EasingType.EasingTypeAlt, defined in engine/src/Enums/Types/EasingType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType.containerBuilt, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType.containerDestroyed, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType.containerInit, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType.containerPaused, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType.containerPlay, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType.containerStarted, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType.containerStopped, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType.particleAdded, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType.particleRemoved, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/EventType.EventType.particlesSetup, defined in engine/src/Enums/Types/EventType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/GradientType.GradientType, defined in engine/src/Enums/Types/GradientType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/GradientType.GradientType.linear, defined in engine/src/Enums/Types/GradientType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/GradientType.GradientType.radial, defined in engine/src/Enums/Types/GradientType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/GradientType.GradientType.random, defined in engine/src/Enums/Types/GradientType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/InteractorType.InteractorType, defined in engine/src/Enums/Types/InteractorType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/InteractorType.InteractorType.external, defined in engine/src/Enums/Types/InteractorType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/InteractorType.InteractorType.particles, defined in engine/src/Enums/Types/InteractorType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/ParticleOutType.ParticleOutType, defined in engine/src/Enums/Types/ParticleOutType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/ParticleOutType.ParticleOutType.inside, defined in engine/src/Enums/Types/ParticleOutType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/ParticleOutType.ParticleOutType.normal, defined in engine/src/Enums/Types/ParticleOutType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/ParticleOutType.ParticleOutType.outside, defined in engine/src/Enums/Types/ParticleOutType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/StartValueType.StartValueType, defined in engine/src/Enums/Types/StartValueType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/StartValueType.StartValueType.max, defined in engine/src/Enums/Types/StartValueType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/StartValueType.StartValueType.min, defined in engine/src/Enums/Types/StartValueType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Enums/Types/StartValueType.StartValueType.random, defined in engine/src/Enums/Types/StartValueType.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/AnimatableColor.AnimatableColor.create, defined in engine/src/Options/Classes/AnimatableColor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/AnimationOptions.AnimationOptions.count, defined in engine/src/Options/Classes/AnimationOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/ColorAnimation.ColorAnimation.count, defined in engine/src/Options/Classes/ColorAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/HslAnimation.HslAnimation.h, defined in engine/src/Options/Classes/HslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/HslAnimation.HslAnimation.l, defined in engine/src/Options/Classes/HslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/HslAnimation.HslAnimation.s, defined in engine/src/Options/Classes/HslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/DivEvent.DivEvent.selectors, defined in engine/src/Options/Classes/Interactivity/Events/DivEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/DivEvent.DivEvent.type, defined in engine/src/Options/Classes/Interactivity/Events/DivEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/Events.Events.onClick, defined in engine/src/Options/Classes/Interactivity/Events/Events.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/Events.Events.onDiv, defined in engine/src/Options/Classes/Interactivity/Events/Events.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/Events.Events.onHover, defined in engine/src/Options/Classes/Interactivity/Events/Events.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/Events.Events.resize, defined in engine/src/Options/Classes/Interactivity/Events/Events.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/HoverEvent.HoverEvent.enable, defined in engine/src/Options/Classes/Interactivity/Events/HoverEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/HoverEvent.HoverEvent.mode, defined in engine/src/Options/Classes/Interactivity/Events/HoverEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/HoverEvent.HoverEvent.parallax, defined in engine/src/Options/Classes/Interactivity/Events/HoverEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/Parallax.Parallax.enable, defined in engine/src/Options/Classes/Interactivity/Events/Parallax.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/Parallax.Parallax.force, defined in engine/src/Options/Classes/Interactivity/Events/Parallax.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/Parallax.Parallax.smooth, defined in engine/src/Options/Classes/Interactivity/Events/Parallax.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/ResizeEvent.ResizeEvent.delay, defined in engine/src/Options/Classes/Interactivity/Events/ResizeEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Events/ResizeEvent.ResizeEvent.enable, defined in engine/src/Options/Classes/Interactivity/Events/ResizeEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Modes/Modes.Modes._container, defined in engine/src/Options/Classes/Interactivity/Modes/Modes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Interactivity/Modes/Modes.Modes._engine, defined in engine/src/Options/Classes/Interactivity/Modes/Modes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Options.Options._container, defined in engine/src/Options/Classes/Options.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Options.Options._engine, defined in engine/src/Options/Classes/Options.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Options.Options.defaultThemes, defined in engine/src/Options/Classes/Options.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Options.Options.name, defined in engine/src/Options/Classes/Options.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Options.Options.style, defined in engine/src/Options/Classes/Options.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Options.Options._findDefaultTheme, defined in engine/src/Options/Classes/Options.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Options.Options._importPreset, defined in engine/src/Options/Classes/Options.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Options.Options.setResponsive, defined in engine/src/Options/Classes/Options.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Options.Options.setTheme, defined in engine/src/Options/Classes/Options.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/OptionsColor.OptionsColor.value, defined in engine/src/Options/Classes/OptionsColor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/OptionsColor.OptionsColor.create, defined in engine/src/Options/Classes/OptionsColor.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Bounce/ParticlesBounce.ParticlesBounce.horizontal, defined in engine/src/Options/Classes/Particles/Bounce/ParticlesBounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Bounce/ParticlesBounce.ParticlesBounce.vertical, defined in engine/src/Options/Classes/Particles/Bounce/ParticlesBounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Bounce/ParticlesBounceFactor.ParticlesBounceFactor.value, defined in engine/src/Options/Classes/ValueWithRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Collisions/Collisions.Collisions.absorb, defined in engine/src/Options/Classes/Particles/Collisions/Collisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Collisions/Collisions.Collisions.bounce, defined in engine/src/Options/Classes/Particles/Collisions/Collisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Collisions/Collisions.Collisions.enable, defined in engine/src/Options/Classes/Particles/Collisions/Collisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Collisions/Collisions.Collisions.maxSpeed, defined in engine/src/Options/Classes/Particles/Collisions/Collisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Collisions/Collisions.Collisions.mode, defined in engine/src/Options/Classes/Particles/Collisions/Collisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Collisions/Collisions.Collisions.overlap, defined in engine/src/Options/Classes/Particles/Collisions/Collisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Collisions/CollisionsAbsorb.CollisionsAbsorb.speed, defined in engine/src/Options/Classes/Particles/Collisions/CollisionsAbsorb.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Collisions/CollisionsOverlap.CollisionsOverlap.enable, defined in engine/src/Options/Classes/Particles/Collisions/CollisionsOverlap.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Collisions/CollisionsOverlap.CollisionsOverlap.retries, defined in engine/src/Options/Classes/Particles/Collisions/CollisionsOverlap.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.angle, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.attract, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.center, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.decay, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.direction, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.distance, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.drift, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.enable, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.gravity, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.outModes, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.path, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.random, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.size, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.speed, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.spin, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.straight, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.trail, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.vibrate, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Move.Move.warp, defined in engine/src/Options/Classes/Particles/Move/Move.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveAngle.MoveAngle.offset, defined in engine/src/Options/Classes/Particles/Move/MoveAngle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveAngle.MoveAngle.value, defined in engine/src/Options/Classes/Particles/Move/MoveAngle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveAttract.MoveAttract.distance, defined in engine/src/Options/Classes/Particles/Move/MoveAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveAttract.MoveAttract.enable, defined in engine/src/Options/Classes/Particles/Move/MoveAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveAttract.MoveAttract.rotate, defined in engine/src/Options/Classes/Particles/Move/MoveAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveCenter.MoveCenter.mode, defined in engine/src/Options/Classes/Particles/Move/MoveCenter.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveCenter.MoveCenter.radius, defined in engine/src/Options/Classes/Particles/Move/MoveCenter.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveCenter.MoveCenter.x, defined in engine/src/Options/Classes/Particles/Move/MoveCenter.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveCenter.MoveCenter.y, defined in engine/src/Options/Classes/Particles/Move/MoveCenter.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveGravity.MoveGravity.acceleration, defined in engine/src/Options/Classes/Particles/Move/MoveGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveGravity.MoveGravity.enable, defined in engine/src/Options/Classes/Particles/Move/MoveGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveGravity.MoveGravity.inverse, defined in engine/src/Options/Classes/Particles/Move/MoveGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveGravity.MoveGravity.maxSpeed, defined in engine/src/Options/Classes/Particles/Move/MoveGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveTrail.MoveTrail.enable, defined in engine/src/Options/Classes/Particles/Move/MoveTrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveTrail.MoveTrail.fill, defined in engine/src/Options/Classes/Particles/Move/MoveTrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveTrail.MoveTrail.length, defined in engine/src/Options/Classes/Particles/Move/MoveTrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveTrailFill.MoveTrailFill.color, defined in engine/src/Options/Classes/Particles/Move/MoveTrailFill.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/MoveTrailFill.MoveTrailFill.image, defined in engine/src/Options/Classes/Particles/Move/MoveTrailFill.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/OutModes.OutModes.bottom, defined in engine/src/Options/Classes/Particles/Move/OutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/OutModes.OutModes.default, defined in engine/src/Options/Classes/Particles/Move/OutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/OutModes.OutModes.left, defined in engine/src/Options/Classes/Particles/Move/OutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/OutModes.OutModes.right, defined in engine/src/Options/Classes/Particles/Move/OutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/OutModes.OutModes.top, defined in engine/src/Options/Classes/Particles/Move/OutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Path/MovePath.MovePath.clamp, defined in engine/src/Options/Classes/Particles/Move/Path/MovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Path/MovePath.MovePath.delay, defined in engine/src/Options/Classes/Particles/Move/Path/MovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Path/MovePath.MovePath.enable, defined in engine/src/Options/Classes/Particles/Move/Path/MovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Path/MovePath.MovePath.generator, defined in engine/src/Options/Classes/Particles/Move/Path/MovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Path/MovePath.MovePath.options, defined in engine/src/Options/Classes/Particles/Move/Path/MovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Spin.Spin.acceleration, defined in engine/src/Options/Classes/Particles/Move/Spin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Spin.Spin.enable, defined in engine/src/Options/Classes/Particles/Move/Spin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Move/Spin.Spin.position, defined in engine/src/Options/Classes/Particles/Move/Spin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Number/ParticlesDensity.ParticlesDensity.enable, defined in engine/src/Options/Classes/Particles/Number/ParticlesDensity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Number/ParticlesDensity.ParticlesDensity.height, defined in engine/src/Options/Classes/Particles/Number/ParticlesDensity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Number/ParticlesDensity.ParticlesDensity.width, defined in engine/src/Options/Classes/Particles/Number/ParticlesDensity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Number/ParticlesNumber.ParticlesNumber.density, defined in engine/src/Options/Classes/Particles/Number/ParticlesNumber.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Number/ParticlesNumber.ParticlesNumber.limit, defined in engine/src/Options/Classes/Particles/Number/ParticlesNumber.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Number/ParticlesNumber.ParticlesNumber.value, defined in engine/src/Options/Classes/Particles/Number/ParticlesNumber.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Opacity/Opacity.Opacity.animation, defined in engine/src/Options/Classes/Particles/Opacity/Opacity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Opacity/Opacity.Opacity.value, defined in engine/src/Options/Classes/ValueWithRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Opacity/OpacityAnimation.OpacityAnimation.count, defined in engine/src/Options/Classes/AnimationOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Opacity/OpacityAnimation.OpacityAnimation.destroy, defined in engine/src/Options/Classes/Particles/Opacity/OpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Opacity/OpacityAnimation.OpacityAnimation.startValue, defined in engine/src/Options/Classes/Particles/Opacity/OpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions._container, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions._engine, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.bounce, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.collisions, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.color, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.groups, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.interactivity, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.move, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.number, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.opacity, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.reduceDuplicates, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.shadow, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.shape, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.size, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.stroke, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ParticlesOptions.ParticlesOptions.zIndex, defined in engine/src/Options/Classes/Particles/ParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Shadow.Shadow.blur, defined in engine/src/Options/Classes/Particles/Shadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Shadow.Shadow.color, defined in engine/src/Options/Classes/Particles/Shadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Shadow.Shadow.enable, defined in engine/src/Options/Classes/Particles/Shadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Shadow.Shadow.offset, defined in engine/src/Options/Classes/Particles/Shadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Shape/Shape.Shape.options, defined in engine/src/Options/Classes/Particles/Shape/Shape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Shape/Shape.Shape.type, defined in engine/src/Options/Classes/Particles/Shape/Shape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Shape/Shape.Shape.loadShape, defined in engine/src/Options/Classes/Particles/Shape/Shape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Size/Size.Size.animation, defined in engine/src/Options/Classes/Particles/Size/Size.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Size/Size.Size.value, defined in engine/src/Options/Classes/ValueWithRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Size/SizeAnimation.SizeAnimation.count, defined in engine/src/Options/Classes/AnimationOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Size/SizeAnimation.SizeAnimation.destroy, defined in engine/src/Options/Classes/Particles/Size/SizeAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/Size/SizeAnimation.SizeAnimation.startValue, defined in engine/src/Options/Classes/Particles/Size/SizeAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ZIndex/ZIndex.ZIndex.opacityRate, defined in engine/src/Options/Classes/Particles/ZIndex/ZIndex.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ZIndex/ZIndex.ZIndex.sizeRate, defined in engine/src/Options/Classes/Particles/ZIndex/ZIndex.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ZIndex/ZIndex.ZIndex.value, defined in engine/src/Options/Classes/ValueWithRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Particles/ZIndex/ZIndex.ZIndex.velocityRate, defined in engine/src/Options/Classes/Particles/ZIndex/ZIndex.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Random.Random.enable, defined in engine/src/Options/Classes/Random.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Random.Random.minimumValue, defined in engine/src/Options/Classes/Random.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Responsive.Responsive.maxWidth, defined in engine/src/Options/Classes/Responsive.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Responsive.Responsive.mode, defined in engine/src/Options/Classes/Responsive.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/Responsive.Responsive.options, defined in engine/src/Options/Classes/Responsive.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Classes/ValueWithRandom.ValueWithRandom.value, defined in engine/src/Options/Classes/ValueWithRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IAnimatable.IAnimatable, defined in engine/src/Options/Interfaces/IAnimatable.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IAnimatable.IAnimatable.animation, defined in engine/src/Options/Interfaces/IAnimatable.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IAnimation.IAnimation, defined in engine/src/Options/Interfaces/IAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IAnimation.IAnimation.count, defined in engine/src/Options/Interfaces/IAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IColorAnimation.IColorAnimation, defined in engine/src/Options/Interfaces/IColorAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IColorAnimation.IColorAnimation.count, defined in engine/src/Options/Interfaces/IAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IHslAnimation.IHslAnimation, defined in engine/src/Options/Interfaces/IHslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IHslAnimation.IHslAnimation.h, defined in engine/src/Options/Interfaces/IHslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IHslAnimation.IHslAnimation.l, defined in engine/src/Options/Interfaces/IHslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IHslAnimation.IHslAnimation.s, defined in engine/src/Options/Interfaces/IHslAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IOptions.IOptions.name, defined in engine/src/Options/Interfaces/IOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IOptions.IOptions.style, defined in engine/src/Options/Interfaces/IOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IRandom.IRandom, defined in engine/src/Options/Interfaces/IRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IRandom.IRandom.enable, defined in engine/src/Options/Interfaces/IRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IRandom.IRandom.minimumValue, defined in engine/src/Options/Interfaces/IRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IResponsive.IResponsive, defined in engine/src/Options/Interfaces/IResponsive.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IResponsive.IResponsive.maxWidth, defined in engine/src/Options/Interfaces/IResponsive.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IResponsive.IResponsive.mode, defined in engine/src/Options/Interfaces/IResponsive.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IResponsive.IResponsive.options, defined in engine/src/Options/Interfaces/IResponsive.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IValueWithRandom.IValueWithRandom, defined in engine/src/Options/Interfaces/IValueWithRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/IValueWithRandom.IValueWithRandom.value, defined in engine/src/Options/Interfaces/IValueWithRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IDivEvent.IDivEvent.enable, defined in engine/src/Options/Interfaces/Interactivity/Events/IDivEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IDivEvent.IDivEvent.mode, defined in engine/src/Options/Interfaces/Interactivity/Events/IDivEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IDivEvent.IDivEvent.selectors, defined in engine/src/Options/Interfaces/Interactivity/Events/IDivEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IDivEvent.IDivEvent.type, defined in engine/src/Options/Interfaces/Interactivity/Events/IDivEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IEvents.IEvents.onClick, defined in engine/src/Options/Interfaces/Interactivity/Events/IEvents.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IEvents.IEvents.onDiv, defined in engine/src/Options/Interfaces/Interactivity/Events/IEvents.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IEvents.IEvents.onHover, defined in engine/src/Options/Interfaces/Interactivity/Events/IEvents.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IEvents.IEvents.resize, defined in engine/src/Options/Interfaces/Interactivity/Events/IEvents.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IHoverEvent.IHoverEvent.enable, defined in engine/src/Options/Interfaces/Interactivity/Events/IHoverEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IHoverEvent.IHoverEvent.mode, defined in engine/src/Options/Interfaces/Interactivity/Events/IHoverEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IHoverEvent.IHoverEvent.parallax, defined in engine/src/Options/Interfaces/Interactivity/Events/IHoverEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IParallax.IParallax, defined in engine/src/Options/Interfaces/Interactivity/Events/IParallax.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IParallax.IParallax.enable, defined in engine/src/Options/Interfaces/Interactivity/Events/IParallax.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IParallax.IParallax.force, defined in engine/src/Options/Interfaces/Interactivity/Events/IParallax.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IParallax.IParallax.smooth, defined in engine/src/Options/Interfaces/Interactivity/Events/IParallax.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IResizeEvent.IResizeEvent, defined in engine/src/Options/Interfaces/Interactivity/Events/IResizeEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IResizeEvent.IResizeEvent.delay, defined in engine/src/Options/Interfaces/Interactivity/Events/IResizeEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Events/IResizeEvent.IResizeEvent.enable, defined in engine/src/Options/Interfaces/Interactivity/Events/IResizeEvent.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Modes/IModeDiv.IModeDiv, defined in engine/src/Options/Interfaces/Interactivity/Modes/IModeDiv.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Interactivity/Modes/IModeDiv.IModeDiv.selectors, defined in engine/src/Options/Interfaces/Interactivity/Modes/IModeDiv.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Bounce/IParticlesBounce.IParticlesBounce, defined in engine/src/Options/Interfaces/Particles/Bounce/IParticlesBounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Bounce/IParticlesBounce.IParticlesBounce.horizontal, defined in engine/src/Options/Interfaces/Particles/Bounce/IParticlesBounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Bounce/IParticlesBounce.IParticlesBounce.vertical, defined in engine/src/Options/Interfaces/Particles/Bounce/IParticlesBounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisions.ICollisions, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisions.ICollisions.absorb, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisions.ICollisions.bounce, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisions.ICollisions.enable, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisions.ICollisions.maxSpeed, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisions.ICollisions.mode, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisions.ICollisions.overlap, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisionsAbsorb.ICollisionsAbsorb, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisionsAbsorb.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisionsAbsorb.ICollisionsAbsorb.speed, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisionsAbsorb.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisionsOverlap.ICollisionsOverlap, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisionsOverlap.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisionsOverlap.ICollisionsOverlap.enable, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisionsOverlap.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Collisions/ICollisionsOverlap.ICollisionsOverlap.retries, defined in engine/src/Options/Interfaces/Particles/Collisions/ICollisionsOverlap.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.bounce, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.collisions, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.color, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.groups, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.interactivity, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.move, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.number, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.opacity, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.reduceDuplicates, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.shadow, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.shape, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.size, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.stroke, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IParticlesOptions.IParticlesOptions.zIndex, defined in engine/src/Options/Interfaces/Particles/IParticlesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IShadow.IShadow, defined in engine/src/Options/Interfaces/Particles/IShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IShadow.IShadow.blur, defined in engine/src/Options/Interfaces/Particles/IShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IShadow.IShadow.color, defined in engine/src/Options/Interfaces/Particles/IShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IShadow.IShadow.enable, defined in engine/src/Options/Interfaces/Particles/IShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/IShadow.IShadow.offset, defined in engine/src/Options/Interfaces/Particles/IShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.angle, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.attract, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.center, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.decay, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.direction, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.distance, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.drift, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.enable, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.gravity, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.outModes, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.path, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.random, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.size, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.speed, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.spin, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.straight, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.trail, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.vibrate, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMove.IMove.warp, defined in engine/src/Options/Interfaces/Particles/Move/IMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveAngle.IMoveAngle, defined in engine/src/Options/Interfaces/Particles/Move/IMoveAngle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveAngle.IMoveAngle.offset, defined in engine/src/Options/Interfaces/Particles/Move/IMoveAngle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveAngle.IMoveAngle.value, defined in engine/src/Options/Interfaces/Particles/Move/IMoveAngle.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveAttract.IMoveAttract, defined in engine/src/Options/Interfaces/Particles/Move/IMoveAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveAttract.IMoveAttract.distance, defined in engine/src/Options/Interfaces/Particles/Move/IMoveAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveAttract.IMoveAttract.enable, defined in engine/src/Options/Interfaces/Particles/Move/IMoveAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveAttract.IMoveAttract.rotate, defined in engine/src/Options/Interfaces/Particles/Move/IMoveAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveCenter.IMoveCenter, defined in engine/src/Options/Interfaces/Particles/Move/IMoveCenter.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveGravity.IMoveGravity, defined in engine/src/Options/Interfaces/Particles/Move/IMoveGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveGravity.IMoveGravity.acceleration, defined in engine/src/Options/Interfaces/Particles/Move/IMoveGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveGravity.IMoveGravity.enable, defined in engine/src/Options/Interfaces/Particles/Move/IMoveGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveGravity.IMoveGravity.inverse, defined in engine/src/Options/Interfaces/Particles/Move/IMoveGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveGravity.IMoveGravity.maxSpeed, defined in engine/src/Options/Interfaces/Particles/Move/IMoveGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveTrail.IMoveTrail, defined in engine/src/Options/Interfaces/Particles/Move/IMoveTrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveTrail.IMoveTrail.enable, defined in engine/src/Options/Interfaces/Particles/Move/IMoveTrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveTrail.IMoveTrail.fill, defined in engine/src/Options/Interfaces/Particles/Move/IMoveTrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveTrail.IMoveTrail.length, defined in engine/src/Options/Interfaces/Particles/Move/IMoveTrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveTrailFill.IMoveTrailFill, defined in engine/src/Options/Interfaces/Particles/Move/IMoveTrailFill.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveTrailFill.IMoveTrailFill.color, defined in engine/src/Options/Interfaces/Particles/Move/IMoveTrailFill.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IMoveTrailFill.IMoveTrailFill.image, defined in engine/src/Options/Interfaces/Particles/Move/IMoveTrailFill.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IOutModes.IOutModes, defined in engine/src/Options/Interfaces/Particles/Move/IOutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IOutModes.IOutModes.bottom, defined in engine/src/Options/Interfaces/Particles/Move/IOutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IOutModes.IOutModes.default, defined in engine/src/Options/Interfaces/Particles/Move/IOutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IOutModes.IOutModes.left, defined in engine/src/Options/Interfaces/Particles/Move/IOutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IOutModes.IOutModes.right, defined in engine/src/Options/Interfaces/Particles/Move/IOutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/IOutModes.IOutModes.top, defined in engine/src/Options/Interfaces/Particles/Move/IOutModes.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/ISpin.ISpin, defined in engine/src/Options/Interfaces/Particles/Move/ISpin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/ISpin.ISpin.acceleration, defined in engine/src/Options/Interfaces/Particles/Move/ISpin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/ISpin.ISpin.enable, defined in engine/src/Options/Interfaces/Particles/Move/ISpin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/ISpin.ISpin.position, defined in engine/src/Options/Interfaces/Particles/Move/ISpin.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/Path/IMovePath.IMovePath, defined in engine/src/Options/Interfaces/Particles/Move/Path/IMovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/Path/IMovePath.IMovePath.clamp, defined in engine/src/Options/Interfaces/Particles/Move/Path/IMovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/Path/IMovePath.IMovePath.delay, defined in engine/src/Options/Interfaces/Particles/Move/Path/IMovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/Path/IMovePath.IMovePath.enable, defined in engine/src/Options/Interfaces/Particles/Move/Path/IMovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/Path/IMovePath.IMovePath.generator, defined in engine/src/Options/Interfaces/Particles/Move/Path/IMovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Move/Path/IMovePath.IMovePath.options, defined in engine/src/Options/Interfaces/Particles/Move/Path/IMovePath.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Number/IParticlesDensity.IParticlesDensity, defined in engine/src/Options/Interfaces/Particles/Number/IParticlesDensity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Number/IParticlesDensity.IParticlesDensity.enable, defined in engine/src/Options/Interfaces/Particles/Number/IParticlesDensity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Number/IParticlesDensity.IParticlesDensity.height, defined in engine/src/Options/Interfaces/Particles/Number/IParticlesDensity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Number/IParticlesDensity.IParticlesDensity.width, defined in engine/src/Options/Interfaces/Particles/Number/IParticlesDensity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Number/IParticlesNumber.IParticlesNumber.density, defined in engine/src/Options/Interfaces/Particles/Number/IParticlesNumber.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Number/IParticlesNumber.IParticlesNumber.limit, defined in engine/src/Options/Interfaces/Particles/Number/IParticlesNumber.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Number/IParticlesNumber.IParticlesNumber.value, defined in engine/src/Options/Interfaces/Particles/Number/IParticlesNumber.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Opacity/IOpacity.IOpacity.animation, defined in engine/src/Options/Interfaces/Particles/Opacity/IOpacity.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Opacity/IOpacity.IOpacity.value, defined in engine/src/Options/Interfaces/IValueWithRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Opacity/IOpacityAnimation.IOpacityAnimation, defined in engine/src/Options/Interfaces/Particles/Opacity/IOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Opacity/IOpacityAnimation.IOpacityAnimation.count, defined in engine/src/Options/Interfaces/IAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Opacity/IOpacityAnimation.IOpacityAnimation.destroy, defined in engine/src/Options/Interfaces/Particles/Opacity/IOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Opacity/IOpacityAnimation.IOpacityAnimation.startValue, defined in engine/src/Options/Interfaces/Particles/Opacity/IOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/ICharacterShape.ICharacterShape, defined in engine/src/Options/Interfaces/Particles/Shape/ICharacterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/ICharacterShape.ICharacterShape.close, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/ICharacterShape.ICharacterShape.fill, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/ICharacterShape.ICharacterShape.font, defined in engine/src/Options/Interfaces/Particles/Shape/ICharacterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/ICharacterShape.ICharacterShape.particles, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/ICharacterShape.ICharacterShape.style, defined in engine/src/Options/Interfaces/Particles/Shape/ICharacterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/ICharacterShape.ICharacterShape.value, defined in engine/src/Options/Interfaces/Particles/Shape/ICharacterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/ICharacterShape.ICharacterShape.weight, defined in engine/src/Options/Interfaces/Particles/Shape/ICharacterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IImageShape.IImageShape, defined in engine/src/Options/Interfaces/Particles/Shape/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IImageShape.IImageShape.close, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IImageShape.IImageShape.fill, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IImageShape.IImageShape.height, defined in engine/src/Options/Interfaces/Particles/Shape/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IImageShape.IImageShape.particles, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IImageShape.IImageShape.replaceColor, defined in engine/src/Options/Interfaces/Particles/Shape/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IImageShape.IImageShape.src, defined in engine/src/Options/Interfaces/Particles/Shape/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IImageShape.IImageShape.width, defined in engine/src/Options/Interfaces/Particles/Shape/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IPolygonShape.IPolygonShape, defined in engine/src/Options/Interfaces/Particles/Shape/IPolygonShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IPolygonShape.IPolygonShape.close, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IPolygonShape.IPolygonShape.fill, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IPolygonShape.IPolygonShape.particles, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IPolygonShape.IPolygonShape.sides, defined in engine/src/Options/Interfaces/Particles/Shape/IPolygonShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IShape.IShape.options, defined in engine/src/Options/Interfaces/Particles/Shape/IShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IShape.IShape.type, defined in engine/src/Options/Interfaces/Particles/Shape/IShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IStarShape.IStarShape, defined in engine/src/Options/Interfaces/Particles/Shape/IStarShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IStarShape.IStarShape.close, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IStarShape.IStarShape.fill, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IStarShape.IStarShape.inset, defined in engine/src/Options/Interfaces/Particles/Shape/IStarShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IStarShape.IStarShape.particles, defined in engine/src/Core/Interfaces/IShapeValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Shape/IStarShape.IStarShape.sides, defined in engine/src/Options/Interfaces/Particles/Shape/IStarShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Size/ISize.ISize.animation, defined in engine/src/Options/Interfaces/Particles/Size/ISize.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Size/ISize.ISize.value, defined in engine/src/Options/Interfaces/IValueWithRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Size/ISizeAnimation.ISizeAnimation, defined in engine/src/Options/Interfaces/Particles/Size/ISizeAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Size/ISizeAnimation.ISizeAnimation.count, defined in engine/src/Options/Interfaces/IAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Size/ISizeAnimation.ISizeAnimation.destroy, defined in engine/src/Options/Interfaces/Particles/Size/ISizeAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/Size/ISizeAnimation.ISizeAnimation.startValue, defined in engine/src/Options/Interfaces/Particles/Size/ISizeAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/ZIndex/IZIndex.IZIndex, defined in engine/src/Options/Interfaces/Particles/ZIndex/IZIndex.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/ZIndex/IZIndex.IZIndex.opacityRate, defined in engine/src/Options/Interfaces/Particles/ZIndex/IZIndex.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/ZIndex/IZIndex.IZIndex.sizeRate, defined in engine/src/Options/Interfaces/Particles/ZIndex/IZIndex.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/ZIndex/IZIndex.IZIndex.value, defined in engine/src/Options/Interfaces/IValueWithRandom.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Options/Interfaces/Particles/ZIndex/IZIndex.IZIndex.velocityRate, defined in engine/src/Options/Interfaces/Particles/ZIndex/IZIndex.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/CustomEventArgs.CustomEventArgs, defined in engine/src/Types/CustomEventArgs.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/CustomEventArgs.CustomEventArgs.__type.container, defined in engine/src/Types/CustomEventArgs.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/CustomEventArgs.CustomEventArgs.__type.data, defined in engine/src/Types/CustomEventArgs.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/CustomEventListener.CustomEventListener.__type, defined in engine/src/Types/CustomEventListener.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/ISourceOptions.ISourceOptions, defined in engine/src/Types/ISourceOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/ParticlesGroups.ParticlesGroups, defined in engine/src/Types/ParticlesGroups.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/PathOptions.PathOptions, defined in engine/src/Types/PathOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/RangeValue.RangeValue, defined in engine/src/Types/RangeValue.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/RecursivePartial.RecursivePartial, defined in engine/src/Types/RecursivePartial.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/ShapeData.ShapeData, defined in engine/src/Types/ShapeData.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Types/SingleOrMultiple.SingleOrMultiple, defined in engine/src/Types/SingleOrMultiple.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/ColorUtils.addColorManager, defined in engine/src/Utils/ColorUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/ColorUtils.colorMix, defined in engine/src/Utils/ColorUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/ColorUtils.getHslAnimationFromHsl, defined in engine/src/Utils/ColorUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/ColorUtils.getHslFromAnimation, defined in engine/src/Utils/ColorUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/ColorUtils.getLinkColor, defined in engine/src/Utils/ColorUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/ColorUtils.getLinkRandomColor, defined in engine/src/Utils/ColorUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/EventDispatcher.EventDispatcher, defined in engine/src/Utils/EventDispatcher.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/EventDispatcher.EventDispatcher._listeners, defined in engine/src/Utils/EventDispatcher.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/EventDispatcher.EventDispatcher.addEventListener, defined in engine/src/Utils/EventDispatcher.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/EventDispatcher.EventDispatcher.dispatchEvent, defined in engine/src/Utils/EventDispatcher.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/EventDispatcher.EventDispatcher.hasEventListener, defined in engine/src/Utils/EventDispatcher.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/EventDispatcher.EventDispatcher.removeAllEventListeners, defined in engine/src/Utils/EventDispatcher.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/EventDispatcher.EventDispatcher.removeEventListener, defined in engine/src/Utils/EventDispatcher.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/HslColorManager.HslColorManager, defined in engine/src/Utils/HslColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/HslColorManager.HslColorManager.key, defined in engine/src/Utils/HslColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/HslColorManager.HslColorManager.stringPrefix, defined in engine/src/Utils/HslColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/HslColorManager.HslColorManager.handleColor, defined in engine/src/Utils/HslColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/HslColorManager.HslColorManager.handleRangeColor, defined in engine/src/Utils/HslColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/HslColorManager.HslColorManager.parseString, defined in engine/src/Utils/HslColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.addEasing, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.collisionVelocity, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.getDistances.__type.distance, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.getDistances.__type.dx, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.getDistances.__type.dy, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.getEasing, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.getParticleDirectionAngle, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.getRangeMax, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.getRangeMin, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.getRangeValue, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.getValue, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.mix, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.parseAlpha, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.randomInRange, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.setRandom.rnd.__type, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/NumberUtils.setRangeValue, defined in engine/src/Utils/NumberUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/OptionsUtils.loadOptions, defined in engine/src/Utils/OptionsUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/OptionsUtils.loadParticlesOptions, defined in engine/src/Utils/OptionsUtils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/RgbColorManager.RgbColorManager, defined in engine/src/Utils/RgbColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/RgbColorManager.RgbColorManager.key, defined in engine/src/Utils/RgbColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/RgbColorManager.RgbColorManager.stringPrefix, defined in engine/src/Utils/RgbColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/RgbColorManager.RgbColorManager.handleColor, defined in engine/src/Utils/RgbColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/RgbColorManager.RgbColorManager.handleRangeColor, defined in engine/src/Utils/RgbColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/RgbColorManager.RgbColorManager.parseString, defined in engine/src/Utils/RgbColorManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.animate.__type, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.cancelAnimation.__type, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.divModeExecute.callback.__type, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.executeOnSingleOrMultiple, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.executeOnSingleOrMultiple.callback.__type, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.findItemFromSingleOrMultiple, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.findItemFromSingleOrMultiple.callback.__type, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.hasMatchMedia, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.itemFromSingleOrMultiple, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.safeMatchMedia, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.Utils/Utils.singleDivModeExecute.callback.__type, defined in engine/src/Utils/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine._configs, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine._eventDispatcher, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine.configs, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine.version, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine.addConfig, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine.addInteractor, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine.addInteractor.interactorInitializer.__type, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine.addMover, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine.addMover.moverInitializer.__type, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine.addParticleUpdater, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine.addParticleUpdater.updaterInitializer.__type, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles Engine.engine.Engine.setOnClickHandler.callback.__type, defined in engine/src/engine.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ExternalLighter.ExternalLighter, defined in interactions/light/src/ExternalLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ExternalLighter.ExternalLighter.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ExternalLighter.ExternalLighter.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ExternalLighter.ExternalLighter.clear, defined in interactions/light/src/ExternalLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ExternalLighter.ExternalLighter.init, defined in interactions/light/src/ExternalLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ExternalLighter.ExternalLighter.interact, defined in interactions/light/src/ExternalLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ExternalLighter.ExternalLighter.isEnabled, defined in interactions/light/src/ExternalLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ExternalLighter.ExternalLighter.loadModeOptions, defined in interactions/light/src/ExternalLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ExternalLighter.ExternalLighter.reset, defined in interactions/light/src/ExternalLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Light.Light, defined in interactions/light/src/Options/Classes/Light.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Light.Light.area, defined in interactions/light/src/Options/Classes/Light.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Light.Light.shadow, defined in interactions/light/src/Options/Classes/Light.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Light.Light.load, defined in interactions/light/src/Options/Classes/Light.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightArea.LightArea, defined in interactions/light/src/Options/Classes/LightArea.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightArea.LightArea.gradient, defined in interactions/light/src/Options/Classes/LightArea.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightArea.LightArea.radius, defined in interactions/light/src/Options/Classes/LightArea.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightArea.LightArea.load, defined in interactions/light/src/Options/Classes/LightArea.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightGradient.LightGradient, defined in interactions/light/src/Options/Classes/LightGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightGradient.LightGradient.start, defined in interactions/light/src/Options/Classes/LightGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightGradient.LightGradient.stop, defined in interactions/light/src/Options/Classes/LightGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightGradient.LightGradient.load, defined in interactions/light/src/Options/Classes/LightGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightOptions.LightOptions, defined in interactions/light/src/Options/Classes/LightOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightOptions.LightOptions.__type.interactivity, defined in interactions/light/src/Options/Classes/LightOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightOptions.LightOptions.__type.interactivity.__type.modes, defined in interactions/light/src/Options/Classes/LightOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightOptions.LightParticlesOptions, defined in interactions/light/src/Options/Classes/LightOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightOptions.LightParticlesOptions.__type.interactivity, defined in interactions/light/src/Options/Classes/LightOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightOptions.LightParticlesOptions.__type.interactivity.__type.modes, defined in interactions/light/src/Options/Classes/LightOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightShadow.LightShadow, defined in interactions/light/src/Options/Classes/LightShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightShadow.LightShadow.color, defined in interactions/light/src/Options/Classes/LightShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightShadow.LightShadow.length, defined in interactions/light/src/Options/Classes/LightShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LightShadow.LightShadow.load, defined in interactions/light/src/Options/Classes/LightShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILight.ILight, defined in interactions/light/src/Options/Interfaces/ILight.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILight.ILight.area, defined in interactions/light/src/Options/Interfaces/ILight.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILight.ILight.shadow, defined in interactions/light/src/Options/Interfaces/ILight.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILightArea.ILightArea, defined in interactions/light/src/Options/Interfaces/ILightArea.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILightArea.ILightArea.gradient, defined in interactions/light/src/Options/Interfaces/ILightArea.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILightArea.ILightArea.radius, defined in interactions/light/src/Options/Interfaces/ILightArea.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILightGradient.ILightGradient, defined in interactions/light/src/Options/Interfaces/ILightGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILightGradient.ILightGradient.start, defined in interactions/light/src/Options/Interfaces/ILightGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILightGradient.ILightGradient.stop, defined in interactions/light/src/Options/Interfaces/ILightGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILightShadow.ILightShadow, defined in interactions/light/src/Options/Interfaces/ILightShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILightShadow.ILightShadow.color, defined in interactions/light/src/Options/Interfaces/ILightShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILightShadow.ILightShadow.length, defined in interactions/light/src/Options/Interfaces/ILightShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesLighter.ParticlesLighter, defined in interactions/light/src/ParticlesLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesLighter.ParticlesLighter.container, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesLighter.ParticlesLighter.type, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesLighter.ParticlesLighter.clear, defined in interactions/light/src/ParticlesLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesLighter.ParticlesLighter.init, defined in interactions/light/src/ParticlesLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesLighter.ParticlesLighter.interact, defined in interactions/light/src/ParticlesLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesLighter.ParticlesLighter.isEnabled, defined in interactions/light/src/ParticlesLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesLighter.ParticlesLighter.reset, defined in interactions/light/src/ParticlesLighter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ILightMode, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ILightMode.__type.light, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightContainer, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightContainer.__type.actualOptions, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightContainer.__type.canvas, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightContainer.__type.canvas.__type.mouseLight, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightContainer.__type.canvas.__type.mouseLight.__type.start, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightContainer.__type.canvas.__type.mouseLight.__type.stop, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightMode, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightMode.__type.light, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightParticle, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightParticle.__type.interactivity, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightParticle.__type.interactivity.__type.modes, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightParticle.__type.lightShadow, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.LightParticle.__type.options, defined in interactions/light/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.drawLight, defined in interactions/light/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.drawParticleShadow, defined in interactions/light/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadLightInteraction, defined in interactions/light/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor._engine, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.handleClickMode.__type, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.clear, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.clickAttract, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.hoverAttract, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.init, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.interact, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.isEnabled, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.loadModeOptions, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.processAttract, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.reset, defined in interactions/external/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Attract.Attract, defined in interactions/external/attract/src/Options/Classes/Attract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Attract.Attract.distance, defined in interactions/external/attract/src/Options/Classes/Attract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Attract.Attract.duration, defined in interactions/external/attract/src/Options/Classes/Attract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Attract.Attract.easing, defined in interactions/external/attract/src/Options/Classes/Attract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Attract.Attract.factor, defined in interactions/external/attract/src/Options/Classes/Attract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Attract.Attract.maxSpeed, defined in interactions/external/attract/src/Options/Classes/Attract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Attract.Attract.speed, defined in interactions/external/attract/src/Options/Classes/Attract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Attract.Attract.load, defined in interactions/external/attract/src/Options/Classes/Attract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AttractOptions.AttractOptions, defined in interactions/external/attract/src/Options/Classes/AttractOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AttractOptions.AttractOptions.__type.interactivity, defined in interactions/external/attract/src/Options/Classes/AttractOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AttractOptions.AttractOptions.__type.interactivity.__type.modes, defined in interactions/external/attract/src/Options/Classes/AttractOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAttract.IAttract, defined in interactions/external/attract/src/Options/Interfaces/IAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAttract.IAttract.distance, defined in interactions/external/attract/src/Options/Interfaces/IAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAttract.IAttract.duration, defined in interactions/external/attract/src/Options/Interfaces/IAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAttract.IAttract.easing, defined in interactions/external/attract/src/Options/Interfaces/IAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAttract.IAttract.factor, defined in interactions/external/attract/src/Options/Interfaces/IAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAttract.IAttract.maxSpeed, defined in interactions/external/attract/src/Options/Interfaces/IAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAttract.IAttract.speed, defined in interactions/external/attract/src/Options/Interfaces/IAttract.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.AttractContainer, defined in interactions/external/attract/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.AttractContainer.__type.actualOptions, defined in interactions/external/attract/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.AttractContainer.__type.attract, defined in interactions/external/attract/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.AttractContainer.__type.retina, defined in interactions/external/attract/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.AttractContainer.__type.retina.__type.attractModeDistance, defined in interactions/external/attract/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.AttractMode, defined in interactions/external/attract/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.AttractMode.__type.attract, defined in interactions/external/attract/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IAttractMode, defined in interactions/external/attract/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IAttractMode.__type.attract, defined in interactions/external/attract/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadExternalAttractInteraction, defined in interactions/external/attract/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer, defined in interactions/external/bounce/src/Bouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.clear, defined in interactions/external/bounce/src/Bouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.init, defined in interactions/external/bounce/src/Bouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.interact, defined in interactions/external/bounce/src/Bouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.isEnabled, defined in interactions/external/bounce/src/Bouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.loadModeOptions, defined in interactions/external/bounce/src/Bouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.processBounce, defined in interactions/external/bounce/src/Bouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.processMouseBounce, defined in interactions/external/bounce/src/Bouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.reset, defined in interactions/external/bounce/src/Bouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bouncer.Bouncer.singleSelectorBounce, defined in interactions/external/bounce/src/Bouncer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bounce.Bounce, defined in interactions/external/bounce/src/Options/Classes/Bounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bounce.Bounce.distance, defined in interactions/external/bounce/src/Options/Classes/Bounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bounce.Bounce.load, defined in interactions/external/bounce/src/Options/Classes/Bounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BounceOptions.BounceOptions, defined in interactions/external/bounce/src/Options/Classes/BounceOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BounceOptions.BounceOptions.__type.interactivity, defined in interactions/external/bounce/src/Options/Classes/BounceOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BounceOptions.BounceOptions.__type.interactivity.__type.modes, defined in interactions/external/bounce/src/Options/Classes/BounceOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBounce.IBounce, defined in interactions/external/bounce/src/Options/Interfaces/IBounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBounce.IBounce.distance, defined in interactions/external/bounce/src/Options/Interfaces/IBounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BounceContainer, defined in interactions/external/bounce/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BounceContainer.__type.actualOptions, defined in interactions/external/bounce/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BounceContainer.__type.retina, defined in interactions/external/bounce/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BounceContainer.__type.retina.__type.bounceModeDistance, defined in interactions/external/bounce/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BounceMode, defined in interactions/external/bounce/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BounceMode.__type.bounce, defined in interactions/external/bounce/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IBounceMode, defined in interactions/external/bounce/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IBounceMode.__type.bounce, defined in interactions/external/bounce/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadExternalBounceInteraction, defined in interactions/external/bounce/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.handleClickMode.__type, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.clear, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.clickBubble, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.hoverBubble, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.hoverBubbleColor, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.hoverBubbleOpacity, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.hoverBubbleSize, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.init, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.interact, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.isEnabled, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.loadModeOptions, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.process, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.reset, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bubbler.Bubbler.singleSelectorHover, defined in interactions/external/bubble/src/Bubbler.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBubblerProcessParam.IBubblerProcessParam, defined in interactions/external/bubble/src/IBubblerProcessParam.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBubblerProcessParam.IBubblerProcessParam.bubbleObj, defined in interactions/external/bubble/src/IBubblerProcessParam.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBubblerProcessParam.IBubblerProcessParam.particlesObj, defined in interactions/external/bubble/src/IBubblerProcessParam.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBubblerProcessParam.IBubblerProcessParam.type, defined in interactions/external/bubble/src/IBubblerProcessParam.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBubblerProcessParam.IBubblerProcessParamObj, defined in interactions/external/bubble/src/IBubblerProcessParam.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBubblerProcessParam.IBubblerProcessParamObj.optValue, defined in interactions/external/bubble/src/IBubblerProcessParam.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBubblerProcessParam.IBubblerProcessParamObj.value, defined in interactions/external/bubble/src/IBubblerProcessParam.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bubble.Bubble, defined in interactions/external/bubble/src/Options/Classes/Bubble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bubble.Bubble.color, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bubble.Bubble.distance, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bubble.Bubble.divs, defined in interactions/external/bubble/src/Options/Classes/Bubble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bubble.Bubble.duration, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bubble.Bubble.mix, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bubble.Bubble.opacity, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bubble.Bubble.size, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Bubble.Bubble.load, defined in interactions/external/bubble/src/Options/Classes/Bubble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleBase.BubbleBase, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleBase.BubbleBase.color, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleBase.BubbleBase.distance, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleBase.BubbleBase.duration, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleBase.BubbleBase.mix, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleBase.BubbleBase.opacity, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleBase.BubbleBase.size, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleBase.BubbleBase.load, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleDiv.BubbleDiv, defined in interactions/external/bubble/src/Options/Classes/BubbleDiv.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleDiv.BubbleDiv.color, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleDiv.BubbleDiv.distance, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleDiv.BubbleDiv.duration, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleDiv.BubbleDiv.mix, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleDiv.BubbleDiv.opacity, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleDiv.BubbleDiv.selectors, defined in interactions/external/bubble/src/Options/Classes/BubbleDiv.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleDiv.BubbleDiv.size, defined in interactions/external/bubble/src/Options/Classes/BubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleDiv.BubbleDiv.load, defined in interactions/external/bubble/src/Options/Classes/BubbleDiv.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleOptions.BubbleOptions, defined in interactions/external/bubble/src/Options/Classes/BubbleOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleOptions.BubbleOptions.__type.interactivity, defined in interactions/external/bubble/src/Options/Classes/BubbleOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/BubbleOptions.BubbleOptions.__type.interactivity.__type.modes, defined in interactions/external/bubble/src/Options/Classes/BubbleOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubble.IBubble, defined in interactions/external/bubble/src/Options/Interfaces/IBubble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubble.IBubble.color, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubble.IBubble.distance, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubble.IBubble.divs, defined in interactions/external/bubble/src/Options/Interfaces/IBubble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubble.IBubble.duration, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubble.IBubble.mix, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubble.IBubble.opacity, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubble.IBubble.size, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleBase.IBubbleBase, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleBase.IBubbleBase.color, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleBase.IBubbleBase.distance, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleBase.IBubbleBase.duration, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleBase.IBubbleBase.mix, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleBase.IBubbleBase.opacity, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleBase.IBubbleBase.size, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleDiv.IBubbleDiv, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleDiv.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleDiv.IBubbleDiv.color, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleDiv.IBubbleDiv.distance, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleDiv.IBubbleDiv.duration, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleDiv.IBubbleDiv.ids, defined in engine/dist/types/Options/Interfaces/Interactivity/Modes/IModeDiv.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleDiv.IBubbleDiv.mix, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleDiv.IBubbleDiv.opacity, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleDiv.IBubbleDiv.selectors, defined in engine/dist/types/Options/Interfaces/Interactivity/Modes/IModeDiv.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IBubbleDiv.IBubbleDiv.size, defined in interactions/external/bubble/src/Options/Interfaces/IBubbleBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ProcessBubbleType.ProcessBubbleType, defined in interactions/external/bubble/src/ProcessBubbleType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ProcessBubbleType.ProcessBubbleType.color, defined in interactions/external/bubble/src/ProcessBubbleType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ProcessBubbleType.ProcessBubbleType.opacity, defined in interactions/external/bubble/src/ProcessBubbleType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ProcessBubbleType.ProcessBubbleType.size, defined in interactions/external/bubble/src/ProcessBubbleType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BubbleContainer, defined in interactions/external/bubble/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BubbleContainer.__type.actualOptions, defined in interactions/external/bubble/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BubbleContainer.__type.bubble, defined in interactions/external/bubble/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BubbleContainer.__type.retina, defined in interactions/external/bubble/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BubbleContainer.__type.retina.__type.bubbleModeDistance, defined in interactions/external/bubble/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BubbleContainer.__type.retina.__type.bubbleModeSize, defined in interactions/external/bubble/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BubbleMode, defined in interactions/external/bubble/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.BubbleMode.__type.bubble, defined in interactions/external/bubble/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IBubbleMode, defined in interactions/external/bubble/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IBubbleMode.__type.bubble, defined in interactions/external/bubble/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadExternalBubbleInteraction, defined in interactions/external/bubble/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Connector.Connector.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Connector.Connector.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Connector.Connector.clear, defined in interactions/external/connect/src/Connector.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Connector.Connector.init, defined in interactions/external/connect/src/Connector.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Connector.Connector.isEnabled, defined in interactions/external/connect/src/Connector.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Connector.Connector.loadModeOptions, defined in interactions/external/connect/src/Connector.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Connector.Connector.reset, defined in interactions/external/connect/src/Connector.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Connect.Connect, defined in interactions/external/connect/src/Options/Classes/Connect.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Connect.Connect.distance, defined in interactions/external/connect/src/Options/Classes/Connect.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Connect.Connect.links, defined in interactions/external/connect/src/Options/Classes/Connect.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Connect.Connect.radius, defined in interactions/external/connect/src/Options/Classes/Connect.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Connect.Connect.load, defined in interactions/external/connect/src/Options/Classes/Connect.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ConnectLinks.ConnectLinks, defined in interactions/external/connect/src/Options/Classes/ConnectLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ConnectLinks.ConnectLinks.opacity, defined in interactions/external/connect/src/Options/Classes/ConnectLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ConnectLinks.ConnectLinks.load, defined in interactions/external/connect/src/Options/Classes/ConnectLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ConnectOptions.ConnectOptions, defined in interactions/external/connect/src/Options/Classes/ConnectOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ConnectOptions.ConnectOptions.__type.interactivity, defined in interactions/external/connect/src/Options/Classes/ConnectOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ConnectOptions.ConnectOptions.__type.interactivity.__type.modes, defined in interactions/external/connect/src/Options/Classes/ConnectOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IConnect.IConnect, defined in interactions/external/connect/src/Options/Interfaces/IConnect.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IConnect.IConnect.distance, defined in interactions/external/connect/src/Options/Interfaces/IConnect.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IConnect.IConnect.links, defined in interactions/external/connect/src/Options/Interfaces/IConnect.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IConnect.IConnect.radius, defined in interactions/external/connect/src/Options/Interfaces/IConnect.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IConnectLinks.IConnectLinks, defined in interactions/external/connect/src/Options/Interfaces/IConnectLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IConnectLinks.IConnectLinks.opacity, defined in interactions/external/connect/src/Options/Interfaces/IConnectLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ConnectContainer, defined in interactions/external/connect/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ConnectContainer.__type.actualOptions, defined in interactions/external/connect/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ConnectContainer.__type.retina, defined in interactions/external/connect/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ConnectContainer.__type.retina.__type.connectModeDistance, defined in interactions/external/connect/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ConnectContainer.__type.retina.__type.connectModeRadius, defined in interactions/external/connect/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ConnectMode, defined in interactions/external/connect/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ConnectMode.__type.connect, defined in interactions/external/connect/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IConnectMode, defined in interactions/external/connect/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IConnectMode.__type.connect, defined in interactions/external/connect/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadExternalConnectInteraction, defined in interactions/external/connect/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grabber.Grabber.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grabber.Grabber.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grabber.Grabber.clear, defined in interactions/external/grab/src/Grabber.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grabber.Grabber.init, defined in interactions/external/grab/src/Grabber.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grabber.Grabber.interact, defined in interactions/external/grab/src/Grabber.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grabber.Grabber.isEnabled, defined in interactions/external/grab/src/Grabber.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grabber.Grabber.loadModeOptions, defined in interactions/external/grab/src/Grabber.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grabber.Grabber.reset, defined in interactions/external/grab/src/Grabber.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Grab.Grab, defined in interactions/external/grab/src/Options/Classes/Grab.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Grab.Grab.distance, defined in interactions/external/grab/src/Options/Classes/Grab.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Grab.Grab.links, defined in interactions/external/grab/src/Options/Classes/Grab.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Grab.Grab.load, defined in interactions/external/grab/src/Options/Classes/Grab.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GrabLinks.GrabLinks, defined in interactions/external/grab/src/Options/Classes/GrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GrabLinks.GrabLinks.blink, defined in interactions/external/grab/src/Options/Classes/GrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GrabLinks.GrabLinks.color, defined in interactions/external/grab/src/Options/Classes/GrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GrabLinks.GrabLinks.consent, defined in interactions/external/grab/src/Options/Classes/GrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GrabLinks.GrabLinks.opacity, defined in interactions/external/grab/src/Options/Classes/GrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GrabLinks.GrabLinks.load, defined in interactions/external/grab/src/Options/Classes/GrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GrabOptions.GrabOptions, defined in interactions/external/grab/src/Options/Classes/GrabOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GrabOptions.GrabOptions.__type.interactivity, defined in interactions/external/grab/src/Options/Classes/GrabOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GrabOptions.GrabOptions.__type.interactivity.__type.modes, defined in interactions/external/grab/src/Options/Classes/GrabOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IGrab.IGrab, defined in interactions/external/grab/src/Options/Interfaces/IGrab.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IGrab.IGrab.distance, defined in interactions/external/grab/src/Options/Interfaces/IGrab.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IGrab.IGrab.links, defined in interactions/external/grab/src/Options/Interfaces/IGrab.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IGrabLinks.IGrabLinks, defined in interactions/external/grab/src/Options/Interfaces/IGrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IGrabLinks.IGrabLinks.blink, defined in interactions/external/grab/src/Options/Interfaces/IGrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IGrabLinks.IGrabLinks.color, defined in interactions/external/grab/src/Options/Interfaces/IGrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IGrabLinks.IGrabLinks.consent, defined in interactions/external/grab/src/Options/Interfaces/IGrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IGrabLinks.IGrabLinks.opacity, defined in interactions/external/grab/src/Options/Interfaces/IGrabLinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.GrabContainer, defined in interactions/external/grab/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.GrabContainer.__type.actualOptions, defined in interactions/external/grab/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.GrabContainer.__type.particles, defined in interactions/external/grab/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.GrabContainer.__type.particles.__type.grabLineColor, defined in interactions/external/grab/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.GrabContainer.__type.retina, defined in interactions/external/grab/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.GrabContainer.__type.retina.__type.grabModeDistance, defined in interactions/external/grab/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.GrabMode, defined in interactions/external/grab/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.GrabMode.__type.grab, defined in interactions/external/grab/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IGrabMode, defined in interactions/external/grab/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IGrabMode.__type.grab, defined in interactions/external/grab/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadExternalGrabInteraction, defined in interactions/external/grab/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pauser.Pauser.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pauser.Pauser.handleClickMode.__type, defined in interactions/external/pause/src/Pauser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pauser.Pauser.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pauser.Pauser.clear, defined in interactions/external/pause/src/Pauser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pauser.Pauser.init, defined in interactions/external/pause/src/Pauser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pauser.Pauser.interact, defined in interactions/external/pause/src/Pauser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pauser.Pauser.isEnabled, defined in interactions/external/pause/src/Pauser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pauser.Pauser.reset, defined in interactions/external/pause/src/Pauser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadExternalPauseInteraction, defined in interactions/external/pause/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Push.Push, defined in interactions/external/push/src/Options/Classes/Push.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Push.Push.default, defined in interactions/external/push/src/Options/Classes/Push.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Push.Push.groups, defined in interactions/external/push/src/Options/Classes/Push.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Push.Push.quantity, defined in interactions/external/push/src/Options/Classes/Push.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Push.Push.load, defined in interactions/external/push/src/Options/Classes/Push.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PushOptions.PushOptions, defined in interactions/external/push/src/Options/Classes/PushOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PushOptions.PushOptions.__type.interactivity, defined in interactions/external/push/src/Options/Classes/PushOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PushOptions.PushOptions.__type.interactivity.__type.modes, defined in interactions/external/push/src/Options/Classes/PushOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPush.IPush, defined in interactions/external/push/src/Options/Interfaces/IPush.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPush.IPush.default, defined in interactions/external/push/src/Options/Interfaces/IPush.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPush.IPush.groups, defined in interactions/external/push/src/Options/Interfaces/IPush.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPush.IPush.quantity, defined in interactions/external/push/src/Options/Interfaces/IPush.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pusher.Pusher.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pusher.Pusher.handleClickMode.__type, defined in interactions/external/push/src/Pusher.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pusher.Pusher.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pusher.Pusher.clear, defined in interactions/external/push/src/Pusher.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pusher.Pusher.init, defined in interactions/external/push/src/Pusher.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pusher.Pusher.interact, defined in interactions/external/push/src/Pusher.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pusher.Pusher.isEnabled, defined in interactions/external/push/src/Pusher.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pusher.Pusher.loadModeOptions, defined in interactions/external/push/src/Pusher.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Pusher.Pusher.reset, defined in interactions/external/push/src/Pusher.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IPushMode, defined in interactions/external/push/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IPushMode.__type.push, defined in interactions/external/push/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.PushContainer, defined in interactions/external/push/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.PushContainer.__type.actualOptions, defined in interactions/external/push/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.PushMode, defined in interactions/external/push/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.PushMode.__type.push, defined in interactions/external/push/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadExternalPushInteraction, defined in interactions/external/push/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Remove.Remove, defined in interactions/external/remove/src/Options/Classes/Remove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Remove.Remove.quantity, defined in interactions/external/remove/src/Options/Classes/Remove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Remove.Remove.load, defined in interactions/external/remove/src/Options/Classes/Remove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RemoveOptions.RemoveOptions, defined in interactions/external/remove/src/Options/Classes/RemoveOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RemoveOptions.RemoveOptions.__type.interactivity, defined in interactions/external/remove/src/Options/Classes/RemoveOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RemoveOptions.RemoveOptions.__type.interactivity.__type.modes, defined in interactions/external/remove/src/Options/Classes/RemoveOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRemove.IRemove, defined in interactions/external/remove/src/Options/Interfaces/IRemove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRemove.IRemove.quantity, defined in interactions/external/remove/src/Options/Interfaces/IRemove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Remover.Remover.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Remover.Remover.handleClickMode.__type, defined in interactions/external/remove/src/Remover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Remover.Remover.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Remover.Remover.clear, defined in interactions/external/remove/src/Remover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Remover.Remover.init, defined in interactions/external/remove/src/Remover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Remover.Remover.interact, defined in interactions/external/remove/src/Remover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Remover.Remover.isEnabled, defined in interactions/external/remove/src/Remover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Remover.Remover.loadModeOptions, defined in interactions/external/remove/src/Remover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Remover.Remover.reset, defined in interactions/external/remove/src/Remover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IRemoveMode, defined in interactions/external/remove/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IRemoveMode.__type.remove, defined in interactions/external/remove/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RemoveContainer, defined in interactions/external/remove/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RemoveContainer.__type.actualOptions, defined in interactions/external/remove/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RemoveMode, defined in interactions/external/remove/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RemoveMode.__type.remove, defined in interactions/external/remove/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadExternalRemoveInteraction, defined in interactions/external/remove/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Repulse.Repulse, defined in interactions/external/repulse/src/Options/Classes/Repulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Repulse.Repulse.distance, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Repulse.Repulse.divs, defined in interactions/external/repulse/src/Options/Classes/Repulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Repulse.Repulse.duration, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Repulse.Repulse.easing, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Repulse.Repulse.factor, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Repulse.Repulse.maxSpeed, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Repulse.Repulse.speed, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Repulse.Repulse.load, defined in interactions/external/repulse/src/Options/Classes/Repulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseBase.RepulseBase, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseBase.RepulseBase.distance, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseBase.RepulseBase.duration, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseBase.RepulseBase.easing, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseBase.RepulseBase.factor, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseBase.RepulseBase.maxSpeed, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseBase.RepulseBase.speed, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseBase.RepulseBase.load, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseDiv.RepulseDiv, defined in interactions/external/repulse/src/Options/Classes/RepulseDiv.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseDiv.RepulseDiv.distance, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseDiv.RepulseDiv.duration, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseDiv.RepulseDiv.easing, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseDiv.RepulseDiv.factor, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseDiv.RepulseDiv.maxSpeed, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseDiv.RepulseDiv.selectors, defined in interactions/external/repulse/src/Options/Classes/RepulseDiv.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseDiv.RepulseDiv.speed, defined in interactions/external/repulse/src/Options/Classes/RepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseDiv.RepulseDiv.load, defined in interactions/external/repulse/src/Options/Classes/RepulseDiv.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseOptions.RepulseOptions, defined in interactions/external/repulse/src/Options/Classes/RepulseOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseOptions.RepulseOptions.__type.interactivity, defined in interactions/external/repulse/src/Options/Classes/RepulseOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RepulseOptions.RepulseOptions.__type.interactivity.__type.modes, defined in interactions/external/repulse/src/Options/Classes/RepulseOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulse.IRepulse, defined in interactions/external/repulse/src/Options/Interfaces/IRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulse.IRepulse.distance, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulse.IRepulse.divs, defined in interactions/external/repulse/src/Options/Interfaces/IRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulse.IRepulse.duration, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulse.IRepulse.easing, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulse.IRepulse.factor, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulse.IRepulse.maxSpeed, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulse.IRepulse.speed, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseBase.IRepulseBase, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseBase.IRepulseBase.distance, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseBase.IRepulseBase.duration, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseBase.IRepulseBase.easing, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseBase.IRepulseBase.factor, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseBase.IRepulseBase.maxSpeed, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseBase.IRepulseBase.speed, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseDiv.IRepulseDiv, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseDiv.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseDiv.IRepulseDiv.distance, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseDiv.IRepulseDiv.duration, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseDiv.IRepulseDiv.easing, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseDiv.IRepulseDiv.factor, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseDiv.IRepulseDiv.ids, defined in engine/dist/types/Options/Interfaces/Interactivity/Modes/IModeDiv.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseDiv.IRepulseDiv.maxSpeed, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseDiv.IRepulseDiv.selectors, defined in engine/dist/types/Options/Interfaces/Interactivity/Modes/IModeDiv.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRepulseDiv.IRepulseDiv.speed, defined in interactions/external/repulse/src/Options/Interfaces/IRepulseBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser._engine, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.handleClickMode.__type, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.clear, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.clickRepulse, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.hoverRepulse, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.init, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.interact, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.isEnabled, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.loadModeOptions, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.processRepulse, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.reset, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.singleSelectorRepulse, defined in interactions/external/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IRepulseMode, defined in interactions/external/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IRepulseMode.__type.repulse, defined in interactions/external/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RepulseContainer, defined in interactions/external/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RepulseContainer.__type.actualOptions, defined in interactions/external/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RepulseContainer.__type.repulse, defined in interactions/external/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RepulseContainer.__type.retina, defined in interactions/external/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RepulseContainer.__type.retina.__type.repulseModeDistance, defined in interactions/external/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RepulseMode, defined in interactions/external/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RepulseMode.__type.repulse, defined in interactions/external/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadExternalRepulseInteraction, defined in interactions/external/repulse/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Trail.Trail, defined in interactions/external/trail/src/Options/Classes/Trail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Trail.Trail.delay, defined in interactions/external/trail/src/Options/Classes/Trail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Trail.Trail.particles, defined in interactions/external/trail/src/Options/Classes/Trail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Trail.Trail.pauseOnStop, defined in interactions/external/trail/src/Options/Classes/Trail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Trail.Trail.quantity, defined in interactions/external/trail/src/Options/Classes/Trail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Trail.Trail.load, defined in interactions/external/trail/src/Options/Classes/Trail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TrailOptions.TrailOptions, defined in interactions/external/trail/src/Options/Classes/TrailOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TrailOptions.TrailOptions.__type.interactivity, defined in interactions/external/trail/src/Options/Classes/TrailOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TrailOptions.TrailOptions.__type.interactivity.__type.modes, defined in interactions/external/trail/src/Options/Classes/TrailOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITrail.ITrail, defined in interactions/external/trail/src/Options/Interfaces/ITrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITrail.ITrail.delay, defined in interactions/external/trail/src/Options/Interfaces/ITrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITrail.ITrail.particles, defined in interactions/external/trail/src/Options/Interfaces/ITrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITrail.ITrail.pauseOnStop, defined in interactions/external/trail/src/Options/Interfaces/ITrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITrail.ITrail.quantity, defined in interactions/external/trail/src/Options/Interfaces/ITrail.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker, defined in interactions/external/trail/src/TrailMaker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker._delay, defined in interactions/external/trail/src/TrailMaker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker._lastPosition, defined in interactions/external/trail/src/TrailMaker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker.clear, defined in interactions/external/trail/src/TrailMaker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker.init, defined in interactions/external/trail/src/TrailMaker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker.interact, defined in interactions/external/trail/src/TrailMaker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker.isEnabled, defined in interactions/external/trail/src/TrailMaker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker.loadModeOptions, defined in interactions/external/trail/src/TrailMaker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TrailMaker.TrailMaker.reset, defined in interactions/external/trail/src/TrailMaker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ITrailMode, defined in interactions/external/trail/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.ITrailMode.__type.trail, defined in interactions/external/trail/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.TrailContainer, defined in interactions/external/trail/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.TrailContainer.__type.actualOptions, defined in interactions/external/trail/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.TrailMode, defined in interactions/external/trail/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.TrailMode.__type.trail, defined in interactions/external/trail/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadExternalTrailInteraction, defined in interactions/external/trail/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor, defined in interactions/particles/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.container, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.type, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.clear, defined in interactions/particles/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.init, defined in interactions/particles/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.interact, defined in interactions/particles/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.isEnabled, defined in interactions/particles/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Attractor.Attractor.reset, defined in interactions/particles/attract/src/Attractor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadParticlesAttractInteraction, defined in interactions/particles/attract/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorb.absorb, defined in interactions/particles/collisions/src/Absorb.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Bounce.bounce, defined in interactions/particles/collisions/src/Bounce.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Collider.Collider, defined in interactions/particles/collisions/src/Collider.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Collider.Collider.container, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Collider.Collider.type, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Collider.Collider.clear, defined in interactions/particles/collisions/src/Collider.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Collider.Collider.init, defined in interactions/particles/collisions/src/Collider.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Collider.Collider.interact, defined in interactions/particles/collisions/src/Collider.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Collider.Collider.isEnabled, defined in interactions/particles/collisions/src/Collider.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Collider.Collider.reset, defined in interactions/particles/collisions/src/Collider.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Destroy.destroy, defined in interactions/particles/collisions/src/Destroy.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ResolveCollision.resolveCollision, defined in interactions/particles/collisions/src/ResolveCollision.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadParticlesCollisionsInteraction, defined in interactions/particles/collisions/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CircleWarp.CircleWarp, defined in interactions/particles/links/src/CircleWarp.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CircleWarp.CircleWarp.position, defined in engine/dist/types/Core/Utils/Range.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CircleWarp.CircleWarp.radius, defined in engine/dist/types/Core/Utils/Circle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ILink.ILink, defined in interactions/particles/links/src/ILink.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ILink.ILink.destination, defined in interactions/particles/links/src/ILink.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ILink.ILink.opacity, defined in interactions/particles/links/src/ILink.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ILink.ILinkTriangle, defined in interactions/particles/links/src/ILink.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ILink.ILinkTriangle.opacity, defined in interactions/particles/links/src/ILink.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ILink.ILinkTriangle.vertices, defined in interactions/particles/links/src/ILink.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkContainer.LinkContainer, defined in interactions/particles/links/src/LinkContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkContainer.LinkContainer.__type.particles, defined in interactions/particles/links/src/LinkContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkContainer.LinkContainer.__type.particles.__type.linksColor, defined in interactions/particles/links/src/LinkContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkContainer.LinkContainer.__type.particles.__type.linksColors, defined in interactions/particles/links/src/LinkContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance._freqs, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance.container, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance.drawLinkLine, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance.drawLinkTriangle, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance.drawParticle, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance.drawTriangles, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance.getLinkFrequency, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance.getTriangleFrequency, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance.init, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance.particleCreated, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkInstance.LinkInstance.particleDestroyed, defined in interactions/particles/links/src/LinkInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkParticle.LinkParticle, defined in interactions/particles/links/src/LinkParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkParticle.LinkParticle.__type.links, defined in interactions/particles/links/src/LinkParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkParticle.LinkParticle.__type.options, defined in interactions/particles/links/src/LinkParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkParticle.LinkParticle.__type.retina, defined in interactions/particles/links/src/LinkParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkParticle.LinkParticle.__type.retina.__type.linksDistance, defined in interactions/particles/links/src/LinkParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LinkParticle.LinkParticle.__type.retina.__type.linksWidth, defined in interactions/particles/links/src/LinkParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker, defined in interactions/particles/links/src/Linker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker.container, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker.linkContainer, defined in interactions/particles/links/src/Linker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker.type, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker.clear, defined in interactions/particles/links/src/Linker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker.init, defined in interactions/particles/links/src/Linker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker.interact, defined in interactions/particles/links/src/Linker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker.isEnabled, defined in interactions/particles/links/src/Linker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker.loadParticlesOptions, defined in interactions/particles/links/src/Linker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker.reset, defined in interactions/particles/links/src/Linker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Linker.Linker.setColor, defined in interactions/particles/links/src/Linker.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Links.Links.frequency, defined in interactions/particles/links/src/Options/Classes/Links.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Links.Links.load, defined in interactions/particles/links/src/Options/Classes/Links.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksShadow.LinksShadow, defined in interactions/particles/links/src/Options/Classes/LinksShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksShadow.LinksShadow.blur, defined in interactions/particles/links/src/Options/Classes/LinksShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksShadow.LinksShadow.color, defined in interactions/particles/links/src/Options/Classes/LinksShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksShadow.LinksShadow.enable, defined in interactions/particles/links/src/Options/Classes/LinksShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksShadow.LinksShadow.load, defined in interactions/particles/links/src/Options/Classes/LinksShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksTriangle.LinksTriangle, defined in interactions/particles/links/src/Options/Classes/LinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksTriangle.LinksTriangle.color, defined in interactions/particles/links/src/Options/Classes/LinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksTriangle.LinksTriangle.enable, defined in interactions/particles/links/src/Options/Classes/LinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksTriangle.LinksTriangle.frequency, defined in interactions/particles/links/src/Options/Classes/LinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksTriangle.LinksTriangle.opacity, defined in interactions/particles/links/src/Options/Classes/LinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LinksTriangle.LinksTriangle.load, defined in interactions/particles/links/src/Options/Classes/LinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesLinkOptions.ParticlesLinkOptions, defined in interactions/particles/links/src/Options/Classes/ParticlesLinkOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesLinkOptions.ParticlesLinkOptions.__type.links, defined in interactions/particles/links/src/Options/Classes/ParticlesLinkOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILinks.ILinks.frequency, defined in interactions/particles/links/src/Options/Interfaces/ILinks.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILinksShadow.ILinksShadow, defined in interactions/particles/links/src/Options/Interfaces/ILinksShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILinksShadow.ILinksShadow.blur, defined in interactions/particles/links/src/Options/Interfaces/ILinksShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILinksShadow.ILinksShadow.color, defined in interactions/particles/links/src/Options/Interfaces/ILinksShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILinksShadow.ILinksShadow.enable, defined in interactions/particles/links/src/Options/Interfaces/ILinksShadow.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILinksTriangle.ILinksTriangle, defined in interactions/particles/links/src/Options/Interfaces/ILinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILinksTriangle.ILinksTriangle.color, defined in interactions/particles/links/src/Options/Interfaces/ILinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILinksTriangle.ILinksTriangle.enable, defined in interactions/particles/links/src/Options/Interfaces/ILinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILinksTriangle.ILinksTriangle.frequency, defined in interactions/particles/links/src/Options/Interfaces/ILinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILinksTriangle.ILinksTriangle.opacity, defined in interactions/particles/links/src/Options/Interfaces/ILinksTriangle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IParticlesLinkOptions.IParticlesLinkOptions, defined in interactions/particles/links/src/Options/Interfaces/IParticlesLinkOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IParticlesLinkOptions.IParticlesLinkOptions.__type.links, defined in interactions/particles/links/src/Options/Interfaces/IParticlesLinkOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.drawLinkLine, defined in interactions/particles/links/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.drawLinkTriangle, defined in interactions/particles/links/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadParticlesLinksInteraction, defined in interactions/particles/links/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.interaction.loadInteraction, defined in interactions/particles/links/src/interaction.ts, does not have any documentation.
+[93m[warning][0m tsParticles.plugin.loadPlugin, defined in interactions/particles/links/src/plugin.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesRepulse.ParticlesRepulse, defined in interactions/particles/repulse/src/Options/Classes/ParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesRepulse.ParticlesRepulse.distance, defined in interactions/particles/repulse/src/Options/Classes/ParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesRepulse.ParticlesRepulse.duration, defined in interactions/particles/repulse/src/Options/Classes/ParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesRepulse.ParticlesRepulse.enabled, defined in interactions/particles/repulse/src/Options/Classes/ParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesRepulse.ParticlesRepulse.factor, defined in interactions/particles/repulse/src/Options/Classes/ParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesRepulse.ParticlesRepulse.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesRepulse.ParticlesRepulse.speed, defined in interactions/particles/repulse/src/Options/Classes/ParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesRepulse.ParticlesRepulse.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/ParticlesRepulse.ParticlesRepulse.load, defined in interactions/particles/repulse/src/Options/Classes/ParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IParticlesRepulse.IParticlesRepulse, defined in interactions/particles/repulse/src/Options/Interfaces/IParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IParticlesRepulse.IParticlesRepulse.distance, defined in interactions/particles/repulse/src/Options/Interfaces/IParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IParticlesRepulse.IParticlesRepulse.duration, defined in interactions/particles/repulse/src/Options/Interfaces/IParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IParticlesRepulse.IParticlesRepulse.enabled, defined in interactions/particles/repulse/src/Options/Interfaces/IParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IParticlesRepulse.IParticlesRepulse.factor, defined in interactions/particles/repulse/src/Options/Interfaces/IParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IParticlesRepulse.IParticlesRepulse.random, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IParticlesRepulse.IParticlesRepulse.speed, defined in interactions/particles/repulse/src/Options/Interfaces/IParticlesRepulse.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IParticlesRepulse.IParticlesRepulse.value, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser, defined in interactions/particles/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.container, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.type, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.clear, defined in interactions/particles/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.init, defined in interactions/particles/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.interact, defined in interactions/particles/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.isEnabled, defined in interactions/particles/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.loadParticlesOptions, defined in interactions/particles/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Repulser.Repulser.reset, defined in interactions/particles/repulse/src/Repulser.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IRepulseParticlesOptions, defined in interactions/particles/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IRepulseParticlesOptions.__type.repulse, defined in interactions/particles/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RepulseParticlesOptions, defined in interactions/particles/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.RepulseParticlesOptions.__type.repulse, defined in interactions/particles/repulse/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadParticlesRepulseInteraction, defined in interactions/particles/repulse/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BaseMover.BaseMover, defined in move/base/src/BaseMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BaseMover.BaseMover.init, defined in move/base/src/BaseMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BaseMover.BaseMover.isEnabled, defined in move/base/src/BaseMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BaseMover.BaseMover.move, defined in move/base/src/BaseMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticleGravity.IParticleGravity, defined in move/base/src/IParticleGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticleGravity.IParticleGravity.acceleration, defined in move/base/src/IParticleGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticleGravity.IParticleGravity.enable, defined in move/base/src/IParticleGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticleGravity.IParticleGravity.inverse, defined in move/base/src/IParticleGravity.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticleSpin.IParticleSpin, defined in move/base/src/IParticleSpin.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticleSpin.IParticleSpin.acceleration, defined in move/base/src/IParticleSpin.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticleSpin.IParticleSpin.angle, defined in move/base/src/IParticleSpin.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticleSpin.IParticleSpin.center, defined in move/base/src/IParticleSpin.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticleSpin.IParticleSpin.direction, defined in move/base/src/IParticleSpin.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticleSpin.IParticleSpin.radius, defined in move/base/src/IParticleSpin.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.MoveParticle, defined in move/base/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.MoveParticle.__type.retina, defined in move/base/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.MoveParticle.__type.retina.__type.spinAcceleration, defined in move/base/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.MoveParticle.__type.spin, defined in move/base/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.applyDistance, defined in move/base/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.applyPath, defined in move/base/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.getProximitySpeedFactor, defined in move/base/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.spin, defined in move/base/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadBaseMover, defined in move/base/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParallaxMover.ParallaxMover, defined in move/parallax/src/ParallaxMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParallaxMover.ParallaxMover.init, defined in move/parallax/src/ParallaxMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParallaxMover.ParallaxMover.isEnabled, defined in move/parallax/src/ParallaxMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParallaxMover.ParallaxMover.move, defined in move/parallax/src/ParallaxMover.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadParallaxMover, defined in move/parallax/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Curves.CurvesPathGen, defined in paths/curves/src/Curves.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Curves.CurvesPathGen.rndFunc.__type, defined in paths/curves/src/Curves.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Curves.CurvesPathGen.__type, defined in paths/curves/src/Curves.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CurvesPathGenerator.CurvesPathGenerator, defined in paths/curves/src/CurvesPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CurvesPathGenerator.CurvesPathGenerator.options, defined in paths/curves/src/CurvesPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CurvesPathGenerator.CurvesPathGenerator.generate, defined in paths/curves/src/CurvesPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CurvesPathGenerator.CurvesPathGenerator.init, defined in paths/curves/src/CurvesPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CurvesPathGenerator.CurvesPathGenerator.reset, defined in paths/curves/src/CurvesPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CurvesPathGenerator.CurvesPathGenerator.update, defined in paths/curves/src/CurvesPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CurvesPathParticle.CurvesPathParticle, defined in paths/curves/src/CurvesPathParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CurvesPathParticle.CurvesPathParticle.__type.curveVelocity, defined in paths/curves/src/CurvesPathParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CurvesPathParticle.CurvesPathParticle.__type.pathGen.__type, defined in paths/curves/src/CurvesPathParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICurvesOptions.ICurvesOptions, defined in paths/curves/src/ICurvesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICurvesOptions.ICurvesOptions.attenHarmonics, defined in paths/curves/src/ICurvesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICurvesOptions.ICurvesOptions.highValue, defined in paths/curves/src/ICurvesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICurvesOptions.ICurvesOptions.lowValue, defined in paths/curves/src/ICurvesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICurvesOptions.ICurvesOptions.nbHarmonics, defined in paths/curves/src/ICurvesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICurvesOptions.ICurvesOptions.period, defined in paths/curves/src/ICurvesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICurvesOptions.ICurvesOptions.rndFunc, defined in paths/curves/src/ICurvesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICurvesOptions.ICurvesOptions.rndFunc.__type, defined in paths/curves/src/ICurvesOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.curvesPathName, defined in paths/curves/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadCurvesPath, defined in paths/curves/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grad.Grad, defined in paths/perlinNoise/src/Grad.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grad.Grad.x, defined in paths/perlinNoise/src/Grad.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grad.Grad.y, defined in paths/perlinNoise/src/Grad.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grad.Grad.z, defined in paths/perlinNoise/src/Grad.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grad.Grad.dot2, defined in paths/perlinNoise/src/Grad.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Grad.Grad.dot3, defined in paths/perlinNoise/src/Grad.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPerlinOptions.IPerlinOptions, defined in paths/perlinNoise/src/IPerlinOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPerlinOptions.IPerlinOptions.columns, defined in paths/perlinNoise/src/IPerlinOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPerlinOptions.IPerlinOptions.draw, defined in paths/perlinNoise/src/IPerlinOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPerlinOptions.IPerlinOptions.height, defined in paths/perlinNoise/src/IPerlinOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPerlinOptions.IPerlinOptions.increment, defined in paths/perlinNoise/src/IPerlinOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPerlinOptions.IPerlinOptions.rows, defined in paths/perlinNoise/src/IPerlinOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPerlinOptions.IPerlinOptions.size, defined in paths/perlinNoise/src/IPerlinOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPerlinOptions.IPerlinOptions.width, defined in paths/perlinNoise/src/IPerlinOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoise.PerlinNoise, defined in paths/perlinNoise/src/PerlinNoise.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoise.PerlinNoise.noise, defined in paths/perlinNoise/src/PerlinNoise.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoise.PerlinNoise.seed, defined in paths/perlinNoise/src/PerlinNoise.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.container, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.field, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.noiseGen, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.noiseZ, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.options, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.calculateField, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.drawField, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.generate, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.init, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.initField, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.reset, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.resetField, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.setup, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PerlinNoiseGenerator.PerlinNoiseGenerator.update, defined in paths/perlinNoise/src/PerlinNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.perlinNoisePathName, defined in paths/perlinNoise/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadPerlinNoisePath, defined in paths/perlinNoise/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPolygonPathOptions.IPolygonPathOptions, defined in paths/polygon/src/IPolygonPathOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPolygonPathOptions.IPolygonPathOptions.angle, defined in paths/polygon/src/IPolygonPathOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPolygonPathOptions.IPolygonPathOptions.sides, defined in paths/polygon/src/IPolygonPathOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPolygonPathOptions.IPolygonPathOptions.turnSteps, defined in paths/polygon/src/IPolygonPathOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathGenerator.PolygonPathGenerator, defined in paths/polygon/src/PolygonPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathGenerator.PolygonPathGenerator.dirsList, defined in paths/polygon/src/PolygonPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathGenerator.PolygonPathGenerator.options, defined in paths/polygon/src/PolygonPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathGenerator.PolygonPathGenerator.createDirs, defined in paths/polygon/src/PolygonPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathGenerator.PolygonPathGenerator.generate, defined in paths/polygon/src/PolygonPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathGenerator.PolygonPathGenerator.init, defined in paths/polygon/src/PolygonPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathGenerator.PolygonPathGenerator.reset, defined in paths/polygon/src/PolygonPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathGenerator.PolygonPathGenerator.update, defined in paths/polygon/src/PolygonPathGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathParticle.PolygonPathParticle, defined in paths/polygon/src/PolygonPathParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathParticle.PolygonPathParticle.__type.hexDirection, defined in paths/polygon/src/PolygonPathParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathParticle.PolygonPathParticle.__type.hexSpeed, defined in paths/polygon/src/PolygonPathParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonPathParticle.PolygonPathParticle.__type.hexStep, defined in paths/polygon/src/PolygonPathParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.polygonPathName, defined in paths/polygon/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadPolygonPath, defined in paths/polygon/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Contribution4D.Contribution4D, defined in paths/simplexNoise/src/Contribution4D.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Contribution4D.Contribution4D.dw, defined in paths/simplexNoise/src/Contribution4D.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Contribution4D.Contribution4D.dx, defined in paths/simplexNoise/src/Contribution4D.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Contribution4D.Contribution4D.dy, defined in paths/simplexNoise/src/Contribution4D.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Contribution4D.Contribution4D.dz, defined in paths/simplexNoise/src/Contribution4D.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Contribution4D.Contribution4D.next, defined in paths/simplexNoise/src/Contribution4D.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Contribution4D.Contribution4D.wsb, defined in paths/simplexNoise/src/Contribution4D.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Contribution4D.Contribution4D.xsb, defined in paths/simplexNoise/src/Contribution4D.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Contribution4D.Contribution4D.ysb, defined in paths/simplexNoise/src/Contribution4D.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Contribution4D.Contribution4D.zsb, defined in paths/simplexNoise/src/Contribution4D.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISimplexOptions.ISimplexOptions, defined in paths/simplexNoise/src/ISimplexOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISimplexOptions.ISimplexOptions.columns, defined in paths/simplexNoise/src/ISimplexOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISimplexOptions.ISimplexOptions.height, defined in paths/simplexNoise/src/ISimplexOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISimplexOptions.ISimplexOptions.increment, defined in paths/simplexNoise/src/ISimplexOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISimplexOptions.ISimplexOptions.layers, defined in paths/simplexNoise/src/ISimplexOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISimplexOptions.ISimplexOptions.rows, defined in paths/simplexNoise/src/ISimplexOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISimplexOptions.ISimplexOptions.size, defined in paths/simplexNoise/src/ISimplexOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISimplexOptions.ISimplexOptions.width, defined in paths/simplexNoise/src/ISimplexOptions.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.container, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.field, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.noiseFunc, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.noiseW, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.options, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.calculateField, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.generate, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.init, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.initField, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.reset, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.resetField, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.setup, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SimplexNoiseGenerator.SimplexNoiseGenerator.update, defined in paths/simplexNoise/src/SimplexNoiseGenerator.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.simplexNoisePathName, defined in paths/simplexNoise/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadSimplexNoisePath, defined in paths/simplexNoise/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.simplex.Noise4D.__type, defined in paths/simplexNoise/src/simplex.ts, does not have any documentation.
+[93m[warning][0m tsParticles.simplex.default, defined in paths/simplexNoise/src/simplex.ts, does not have any documentation.
+[93m[warning][0m tsParticles.simplex.makeNoise4D, defined in paths/simplexNoise/src/simplex.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer, defined in plugins/absorbers/src/AbsorberContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.actualOptions, defined in plugins/absorbers/src/AbsorberContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.addAbsorber.__type, defined in plugins/absorbers/src/AbsorberContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.canvas, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.destroyed, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.drawers, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.duration, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.fpsLimit, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.frameManager, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.getAbsorber.__type, defined in plugins/absorbers/src/AbsorberContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.id, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.interactivity, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.lastFrameTime, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.lifeTime, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.pageHidden, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.particles, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.pathGenerators, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.plugins, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.responsiveMaxWidth, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.retina, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.smooth, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.started, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.zLayers, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.options, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.sourceOptions, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.addClickHandler, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.addClickHandler.callback.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.addPath, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.destroy, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.draw, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.exportConfiguration, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.exportImage, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.exportImg, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.getAnimationStatus, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.handleClickMode, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.init, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.loadTheme, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.pause, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.play, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.refresh, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.reset, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.setNoise, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.setNoise.noiseOrGenerator.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.setNoise.init.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.setNoise.update.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.setPath, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.setPath.pathOrGenerator.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.setPath.init.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.setPath.update.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.start, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.stop, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberContainer.AbsorberContainer.updateActualOptions, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.AbsorberInstance.AbsorberInstance, defined in plugins/absorbers/src/AbsorberInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.absorbers, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.array, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.container, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.interactivityAbsorbers, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.addAbsorber, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.draw, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.handleClickMode, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.init, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.particleUpdate, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.removeAbsorber, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.resize, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Absorbers.Absorbers.stop, defined in plugins/absorbers/src/Absorbers.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/AbsorberClickMode.AbsorberClickMode, defined in plugins/absorbers/src/Enums/AbsorberClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/AbsorberClickMode.AbsorberClickMode.absorber, defined in plugins/absorbers/src/Enums/AbsorberClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Absorber.Absorber.load, defined in plugins/absorbers/src/Options/Classes/Absorber.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AbsorberSize.AbsorberSize, defined in plugins/absorbers/src/Options/Classes/AbsorberSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AbsorberSize.AbsorberSize.density, defined in plugins/absorbers/src/Options/Classes/AbsorberSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AbsorberSize.AbsorberSize.limit, defined in plugins/absorbers/src/Options/Classes/AbsorberSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AbsorberSize.AbsorberSize.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AbsorberSize.AbsorberSize.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AbsorberSize.AbsorberSize.load, defined in plugins/absorbers/src/Options/Classes/AbsorberSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AbsorberSizeLimit.AbsorberSizeLimit, defined in plugins/absorbers/src/Options/Classes/AbsorberSizeLimit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AbsorberSizeLimit.AbsorberSizeLimit.mass, defined in plugins/absorbers/src/Options/Classes/AbsorberSizeLimit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AbsorberSizeLimit.AbsorberSizeLimit.radius, defined in plugins/absorbers/src/Options/Classes/AbsorberSizeLimit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AbsorberSizeLimit.AbsorberSizeLimit.load, defined in plugins/absorbers/src/Options/Classes/AbsorberSizeLimit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAbsorberSize.IAbsorberSize, defined in plugins/absorbers/src/Options/Interfaces/IAbsorberSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAbsorberSize.IAbsorberSize.density, defined in plugins/absorbers/src/Options/Interfaces/IAbsorberSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAbsorberSize.IAbsorberSize.limit, defined in plugins/absorbers/src/Options/Interfaces/IAbsorberSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAbsorberSize.IAbsorberSize.random, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAbsorberSize.IAbsorberSize.value, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAbsorberSizeLimit.IAbsorberSizeLimit, defined in plugins/absorbers/src/Options/Interfaces/IAbsorberSizeLimit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAbsorberSizeLimit.IAbsorberSizeLimit.mass, defined in plugins/absorbers/src/Options/Interfaces/IAbsorberSizeLimit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAbsorberSizeLimit.IAbsorberSizeLimit.radius, defined in plugins/absorbers/src/Options/Interfaces/IAbsorberSizeLimit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadAbsorbersPlugin, defined in plugins/absorbers/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.AbsorberOptions, defined in plugins/absorbers/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.AbsorberOptions.__type.absorbers, defined in plugins/absorbers/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.AbsorberOptions.__type.interactivity, defined in plugins/absorbers/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.AbsorberOptions.__type.interactivity.__type.modes, defined in plugins/absorbers/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.AbsorberOptions.__type.interactivity.__type.modes.__type.absorbers, defined in plugins/absorbers/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IAbsorberOptions, defined in plugins/absorbers/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IAbsorberOptions.__type.absorbers, defined in plugins/absorbers/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IAbsorberOptions.__type.interactivity, defined in plugins/absorbers/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IAbsorberOptions.__type.interactivity.__type.modes, defined in plugins/absorbers/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IAbsorberOptions.__type.interactivity.__type.modes.__type.absorbers, defined in plugins/absorbers/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterContainer.EmitterContainer, defined in plugins/emitters/src/EmitterContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterContainer.EmitterContainer.__type.actualOptions, defined in plugins/emitters/src/EmitterContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterContainer.EmitterContainer.__type.addEmitter.__type, defined in plugins/emitters/src/EmitterContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterContainer.EmitterContainer.__type.getEmitter.__type, defined in plugins/emitters/src/EmitterContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterContainer.EmitterContainer.__type.pauseEmitter.__type, defined in plugins/emitters/src/EmitterContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterContainer.EmitterContainer.__type.playEmitter.__type, defined in plugins/emitters/src/EmitterContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterContainer.EmitterContainer.__type.removeEmitter.__type, defined in plugins/emitters/src/EmitterContainer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._currentDuration, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._currentEmitDelay, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._currentSpawnDelay, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._duration, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._emitDelay, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._engine, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._firstSpawn, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._immortal, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._initialPosition, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._lifeCount, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._particlesOptions, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._paused, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._shape, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._spawnDelay, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance._startParticlesAdded, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.container, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.emitters, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.fill, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.name, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.options, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.position, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.size, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.spawnColor, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.calcPosition, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.destroy, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.emit, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.emitParticles, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.externalPause, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.externalPlay, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.getPosition, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.getSize, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.pause, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.play, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.prepareToDie, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.resize, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.setColorAnimation, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmitterInstance.EmitterInstance.update, defined in plugins/emitters/src/EmitterInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters._engine, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.array, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.container, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.emitters, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.interactivityEmitters, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.addEmitter, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.handleClickMode, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.init, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.pause, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.play, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.removeEmitter, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.resize, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.stop, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Emitters.Emitters.update, defined in plugins/emitters/src/Emitters.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmittersEngine.EmittersEngine, defined in plugins/emitters/src/EmittersEngine.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmittersEngine.EmittersEngine.__type.addEmitterShape.__type, defined in plugins/emitters/src/EmittersEngine.ts, does not have any documentation.
+[93m[warning][0m tsParticles.EmittersEngine.EmittersEngine.__type.emitterShapeManager, defined in plugins/emitters/src/EmittersEngine.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/EmitterClickMode.EmitterClickMode, defined in plugins/emitters/src/Enums/EmitterClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/EmitterClickMode.EmitterClickMode.emitter, defined in plugins/emitters/src/Enums/EmitterClickMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/EmitterShapeType.EmitterShapeType, defined in plugins/emitters/src/Enums/EmitterShapeType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/EmitterShapeType.EmitterShapeType.circle, defined in plugins/emitters/src/Enums/EmitterShapeType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/EmitterShapeType.EmitterShapeType.square, defined in plugins/emitters/src/Enums/EmitterShapeType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IEmitterShape.IEmitterShape, defined in plugins/emitters/src/IEmitterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IEmitterShape.IEmitterShape.randomPosition, defined in plugins/emitters/src/IEmitterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Emitter.Emitter.load, defined in plugins/emitters/src/Options/Classes/Emitter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/EmitterLife.EmitterLife.load, defined in plugins/emitters/src/Options/Classes/EmitterLife.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/EmitterRate.EmitterRate, defined in plugins/emitters/src/Options/Classes/EmitterRate.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/EmitterRate.EmitterRate.load, defined in plugins/emitters/src/Options/Classes/EmitterRate.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/EmitterSize.EmitterSize, defined in plugins/emitters/src/Options/Classes/EmitterSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/EmitterSize.EmitterSize.height, defined in plugins/emitters/src/Options/Classes/EmitterSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/EmitterSize.EmitterSize.mode, defined in plugins/emitters/src/Options/Classes/EmitterSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/EmitterSize.EmitterSize.width, defined in plugins/emitters/src/Options/Classes/EmitterSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/EmitterSize.EmitterSize.load, defined in plugins/emitters/src/Options/Classes/EmitterSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IEmitterRate.IEmitterRate, defined in plugins/emitters/src/Options/Interfaces/IEmitterRate.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IEmitterSize.IEmitterSize, defined in plugins/emitters/src/Options/Interfaces/IEmitterSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IEmitterSize.IEmitterSize.height, defined in engine/dist/types/Core/Interfaces/IDimension.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IEmitterSize.IEmitterSize.mode, defined in plugins/emitters/src/Options/Interfaces/IEmitterSize.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IEmitterSize.IEmitterSize.width, defined in engine/dist/types/Core/Interfaces/IDimension.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ShapeManager.ShapeManager, defined in plugins/emitters/src/ShapeManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ShapeManager.ShapeManager._engine, defined in plugins/emitters/src/ShapeManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ShapeManager.ShapeManager.addShape, defined in plugins/emitters/src/ShapeManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ShapeManager.ShapeManager.getShape, defined in plugins/emitters/src/ShapeManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ShapeManager.ShapeManager.getSupportedShapes, defined in plugins/emitters/src/ShapeManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Shapes/Circle/CircleShape.CircleShape, defined in plugins/emitters/src/Shapes/Circle/CircleShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Shapes/Circle/CircleShape.CircleShape.randomPosition, defined in plugins/emitters/src/Shapes/Circle/CircleShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Shapes/Square/SquareShape.SquareShape, defined in plugins/emitters/src/Shapes/Square/SquareShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Shapes/Square/SquareShape.SquareShape.randomPosition, defined in plugins/emitters/src/Shapes/Square/SquareShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadEmittersPlugin, defined in plugins/emitters/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.EmitterModeOptions, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.EmitterModeOptions.random, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.EmitterModeOptions.value, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterModeOptions, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterModeOptions.random, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterModeOptions.value, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterModeRandomOptions, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterModeRandomOptions.count, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterModeRandomOptions.enable, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.EmitterOptions, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.EmitterOptions.__type.emitters, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.EmitterOptions.__type.interactivity, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.EmitterOptions.__type.interactivity.__type.modes, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.EmitterOptions.__type.interactivity.__type.modes.__type.emitters, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterOptions, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterOptions.__type.emitters, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterOptions.__type.interactivity, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterOptions.__type.interactivity.__type.modes, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IEmitterOptions.__type.interactivity.__type.modes.__type.emitters, defined in plugins/emitters/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Infecter.Infecter, defined in plugins/infection/src/Infecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Infecter.Infecter.container, defined in plugins/infection/src/Infecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Infecter.Infecter.nextInfectionStage, defined in plugins/infection/src/Infecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Infecter.Infecter.startInfection, defined in plugins/infection/src/Infecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Infecter.Infecter.updateInfection, defined in plugins/infection/src/Infecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Infecter.Infecter.updateInfectionStage, defined in plugins/infection/src/Infecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.InfectionInstance.InfectionInstance, defined in plugins/infection/src/InfectionInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.InfectionInstance.InfectionInstance.container, defined in plugins/infection/src/InfectionInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.InfectionInstance.InfectionInstance.particleFillColor, defined in plugins/infection/src/InfectionInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.InfectionInstance.InfectionInstance.particleStrokeColor, defined in plugins/infection/src/InfectionInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.InfectionInstance.InfectionInstance.particlesSetup, defined in plugins/infection/src/InfectionInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Infection.Infection.load, defined in plugins/infection/src/Options/Classes/Infection.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/InfectionStage.InfectionStage.load, defined in plugins/infection/src/Options/Classes/InfectionStage.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesInfecter.ParticlesInfecter, defined in plugins/infection/src/ParticlesInfecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesInfecter.ParticlesInfecter.container, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesInfecter.ParticlesInfecter.type, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesInfecter.ParticlesInfecter.clear, defined in plugins/infection/src/ParticlesInfecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesInfecter.ParticlesInfecter.init, defined in plugins/infection/src/ParticlesInfecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesInfecter.ParticlesInfecter.interact, defined in plugins/infection/src/ParticlesInfecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesInfecter.ParticlesInfecter.isEnabled, defined in plugins/infection/src/ParticlesInfecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ParticlesInfecter.ParticlesInfecter.reset, defined in plugins/infection/src/ParticlesInfecter.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IParticleInfection, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IParticleInfection.delay, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IParticleInfection.delayStage, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IParticleInfection.stage, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IParticleInfection.time, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IInfectableParticle, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IInfectableParticle.__type.infection, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IInfectionOptions, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.IInfectionOptions.__type.infection, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.InfectableContainer, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.InfectableContainer.__type.actualOptions, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.InfectableContainer.__type.infecter, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.InfectableParticle, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.InfectionOptions, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Types.InfectionOptions.__type.infection, defined in plugins/infection/src/Types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadInfectionPlugin, defined in plugins/infection/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskInlineArrangement.PolygonMaskInlineArrangement, defined in plugins/polygonMask/src/Enums/PolygonMaskInlineArrangement.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskInlineArrangement.PolygonMaskInlineArrangement.equidistant, defined in plugins/polygonMask/src/Enums/PolygonMaskInlineArrangement.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskInlineArrangement.PolygonMaskInlineArrangement.onePerPoint, defined in plugins/polygonMask/src/Enums/PolygonMaskInlineArrangement.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskInlineArrangement.PolygonMaskInlineArrangement.perPoint, defined in plugins/polygonMask/src/Enums/PolygonMaskInlineArrangement.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskInlineArrangement.PolygonMaskInlineArrangement.randomLength, defined in plugins/polygonMask/src/Enums/PolygonMaskInlineArrangement.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskInlineArrangement.PolygonMaskInlineArrangement.randomPoint, defined in plugins/polygonMask/src/Enums/PolygonMaskInlineArrangement.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskInlineArrangement.PolygonMaskInlineArrangementAlt, defined in plugins/polygonMask/src/Enums/PolygonMaskInlineArrangement.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskMoveType.PolygonMaskMoveType, defined in plugins/polygonMask/src/Enums/PolygonMaskMoveType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskMoveType.PolygonMaskMoveType.path, defined in plugins/polygonMask/src/Enums/PolygonMaskMoveType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskMoveType.PolygonMaskMoveType.radius, defined in plugins/polygonMask/src/Enums/PolygonMaskMoveType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskType.PolygonMaskType, defined in plugins/polygonMask/src/Enums/PolygonMaskType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskType.PolygonMaskType.inline, defined in plugins/polygonMask/src/Enums/PolygonMaskType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskType.PolygonMaskType.inside, defined in plugins/polygonMask/src/Enums/PolygonMaskType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskType.PolygonMaskType.none, defined in plugins/polygonMask/src/Enums/PolygonMaskType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Enums/PolygonMaskType.PolygonMaskType.outside, defined in plugins/polygonMask/src/Enums/PolygonMaskType.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Interfaces/ISvgPath.ISvgPath, defined in plugins/polygonMask/src/Interfaces/ISvgPath.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Interfaces/ISvgPath.ISvgPath.element, defined in plugins/polygonMask/src/Interfaces/ISvgPath.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Interfaces/ISvgPath.ISvgPath.length, defined in plugins/polygonMask/src/Interfaces/ISvgPath.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Interfaces/ISvgPath.ISvgPath.path2d, defined in plugins/polygonMask/src/Interfaces/ISvgPath.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMask.PolygonMask.data, defined in plugins/polygonMask/src/Options/Classes/PolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMask.PolygonMask.draw, defined in plugins/polygonMask/src/Options/Classes/PolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMask.PolygonMask.enable, defined in plugins/polygonMask/src/Options/Classes/PolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMask.PolygonMask.inline, defined in plugins/polygonMask/src/Options/Classes/PolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMask.PolygonMask.move, defined in plugins/polygonMask/src/Options/Classes/PolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMask.PolygonMask.position, defined in plugins/polygonMask/src/Options/Classes/PolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMask.PolygonMask.scale, defined in plugins/polygonMask/src/Options/Classes/PolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMask.PolygonMask.type, defined in plugins/polygonMask/src/Options/Classes/PolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMask.PolygonMask.url, defined in plugins/polygonMask/src/Options/Classes/PolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMask.PolygonMask.load, defined in plugins/polygonMask/src/Options/Classes/PolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskDraw.PolygonMaskDraw, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskDraw.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskDraw.PolygonMaskDraw.enable, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskDraw.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskDraw.PolygonMaskDraw.stroke, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskDraw.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskDraw.PolygonMaskDraw.load, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskDraw.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskDrawStroke.PolygonMaskDrawStroke, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskDrawStroke.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskDrawStroke.PolygonMaskDrawStroke.color, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskDrawStroke.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskDrawStroke.PolygonMaskDrawStroke.opacity, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskDrawStroke.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskDrawStroke.PolygonMaskDrawStroke.width, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskDrawStroke.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskDrawStroke.PolygonMaskDrawStroke.load, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskDrawStroke.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskInline.PolygonMaskInline, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskInline.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskInline.PolygonMaskInline.arrangement, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskInline.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskInline.PolygonMaskInline.load, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskInline.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskLocalSvg.PolygonMaskLocalSvg, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskLocalSvg.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskLocalSvg.PolygonMaskLocalSvg.path, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskLocalSvg.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskLocalSvg.PolygonMaskLocalSvg.size, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskLocalSvg.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskLocalSvg.PolygonMaskLocalSvg.load, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskLocalSvg.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskMove.PolygonMaskMove, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskMove.PolygonMaskMove.radius, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskMove.PolygonMaskMove.type, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/PolygonMaskMove.PolygonMaskMove.load, defined in plugins/polygonMask/src/Options/Classes/PolygonMaskMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMask.IPolygonMask.data, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMask.IPolygonMask.draw, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMask.IPolygonMask.enable, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMask.IPolygonMask.inline, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMask.IPolygonMask.move, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMask.IPolygonMask.position, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMask.IPolygonMask.scale, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMask.IPolygonMask.type, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMask.IPolygonMask.url, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMask.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskDraw.IPolygonMaskDraw, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskDraw.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskDraw.IPolygonMaskDraw.enable, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskDraw.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskDraw.IPolygonMaskDraw.stroke, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskDraw.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskDrawStroke.IPolygonMaskDrawStroke, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskDrawStroke.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskDrawStroke.IPolygonMaskDrawStroke.color, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskDrawStroke.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskDrawStroke.IPolygonMaskDrawStroke.opacity, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskDrawStroke.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskDrawStroke.IPolygonMaskDrawStroke.width, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskDrawStroke.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskInline.IPolygonMaskInline, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskInline.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskInline.IPolygonMaskInline.arrangement, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskInline.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskLocalSvg.IPolygonMaskLocalSvg, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskLocalSvg.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskLocalSvg.IPolygonMaskLocalSvg.path, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskLocalSvg.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskLocalSvg.IPolygonMaskLocalSvg.size, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskLocalSvg.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskMove.IPolygonMaskMove, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskMove.IPolygonMaskMove.radius, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPolygonMaskMove.IPolygonMaskMove.type, defined in plugins/polygonMask/src/Options/Interfaces/IPolygonMaskMove.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance._container, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance._engine, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance._moveRadius, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance._scale, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.dimension, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.offset, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.paths, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.raw, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.redrawTimeout, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.checkInsidePolygon, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.clickPositionValid, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.createPath2D, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.draw, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.drawPoints, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.getEquidistantPointByIndex, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.getPointByIndex, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.getRandomPoint, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.getRandomPointByLength, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.init, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.initRawData, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.parseSvgPath, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.particleBounce, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.particlePosition, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.particlesInitialization, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.polygonBounce, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.randomPoint, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.resize, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonMaskInstance.PolygonMaskInstance.stop, defined in plugins/polygonMask/src/PolygonMaskInstance.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadPolygonMaskPlugin, defined in plugins/polygonMask/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGElementInstance, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGElementInstance.correspondingElement, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGElementInstance.correspondingUseElement, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGElementInstanceList, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGElementInstanceList.length, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGElementInstanceList.item, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathElement, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathElement.pathSegList, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathElement.getPointAtLength, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathElement.getTotalLength, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.angle, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.largeArcFlag, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.r1, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.r2, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.sweepFlag, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.angle, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.largeArcFlag, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.r1, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.r2, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.sweepFlag, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.x1, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.x2, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.y1, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.y2, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.x1, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.x2, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.y1, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.y2, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.x2, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.y2, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.x2, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.y2, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.x1, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.y1, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.x1, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.y1, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList.numberOfItems, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList.appendItem, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList.clear, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList.getItem, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList.initialize, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList.insertItemBefore, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList.removeItem, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList.replaceItem, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.pathSegType, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.pathSegTypeAsLetter, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.x, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.y, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomAndPan, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomAndPan.zoomAndPan, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomEvent, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomEvent.newScale, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomEvent.newTranslate, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomEvent.previousScale, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomEvent.previousTranslate, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomEvent.zoomRectScreen, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegClosePath, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathElement.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_ARC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_ARC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_CLOSEPATH, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_CURVETO_CUBIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_CURVETO_CUBIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_CURVETO_QUADRATIC_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_CURVETO_QUADRATIC_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_LINETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_LINETO_HORIZONTAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_LINETO_HORIZONTAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_LINETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_LINETO_VERTICAL_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_LINETO_VERTICAL_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_MOVETO_ABS, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_MOVETO_REL, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.PATHSEG_UNKNOWN, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegClosePath.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomEvent.__type.prototype, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IPolygonMaskOptions, defined in plugins/polygonMask/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IPolygonMaskOptions.__type.polygon, defined in plugins/polygonMask/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.PolygonMaskContainer, defined in plugins/polygonMask/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.PolygonMaskContainer.__type.actualOptions, defined in plugins/polygonMask/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.PolygonMaskOptions, defined in plugins/polygonMask/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.PolygonMaskOptions.__type.polygon, defined in plugins/polygonMask/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.SvgAbsoluteCoordinatesTypes, defined in plugins/polygonMask/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.SvgRelativeCoordinatesTypes, defined in plugins/polygonMask/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.utils.calcClosestPtOnSegment, defined in plugins/polygonMask/src/utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.utils.calcClosestPtOnSegment.__type.isOnSegment, defined in plugins/polygonMask/src/utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.utils.drawPolygonMask, defined in plugins/polygonMask/src/utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.utils.drawPolygonMaskPath, defined in plugins/polygonMask/src/utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.utils.parsePaths, defined in plugins/polygonMask/src/utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.utils.segmentBounce, defined in plugins/polygonMask/src/utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BubbleDrawer.BubbleDrawer, defined in shapes/bubble/src/BubbleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BubbleDrawer.BubbleDrawer.afterEffect, defined in shapes/bubble/src/BubbleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BubbleDrawer.BubbleDrawer.draw, defined in shapes/bubble/src/BubbleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadBubbleShape, defined in shapes/bubble/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CircleDrawer.CircleDrawer, defined in shapes/circle/src/CircleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CircleDrawer.CircleDrawer.draw, defined in shapes/circle/src/CircleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CircleDrawer.CircleDrawer.getSidesCount, defined in shapes/circle/src/CircleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CircleDrawer.CircleDrawer.particleInit, defined in shapes/circle/src/CircleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CircleParticle.CircleParticle, defined in shapes/circle/src/CircleParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.CircleParticle.CircleParticle.__type.circleRange, defined in shapes/circle/src/CircleParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICircleShapeData.ICircleShapeData, defined in shapes/circle/src/ICircleShapeData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICircleShapeData.ICircleShapeData.angle, defined in shapes/circle/src/ICircleShapeData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICircleShapeData.ICircleShapeData.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICircleShapeData.ICircleShapeData.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICircleShapeData.ICircleShapeData.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadCircleShape, defined in shapes/circle/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.HeartDrawer.HeartDrawer, defined in shapes/heart/src/HeartDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.HeartDrawer.HeartDrawer.draw, defined in shapes/heart/src/HeartDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadHeartShape, defined in shapes/heart/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IImageShape.IImageShape, defined in shapes/image/src/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IImageShape.IImageShape.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IImageShape.IImageShape.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IImageShape.IImageShape.height, defined in shapes/image/src/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IImageShape.IImageShape.name, defined in shapes/image/src/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IImageShape.IImageShape.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IImageShape.IImageShape.replaceColor, defined in shapes/image/src/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IImageShape.IImageShape.replace_color, defined in shapes/image/src/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IImageShape.IImageShape.src, defined in shapes/image/src/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IImageShape.IImageShape.width, defined in shapes/image/src/IImageShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ImageDrawer.ImageDrawer, defined in shapes/image/src/ImageDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ImageDrawer.ImageDrawer._engine, defined in shapes/image/src/ImageDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ImageDrawer.ImageDrawer.init, defined in shapes/image/src/ImageDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ImageDrawer.ImageDrawer.loadShape, defined in shapes/image/src/ImageDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ImagePreloader.ImagePreloaderPlugin, defined in shapes/image/src/ImagePreloader.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ImagePreloader.ImagePreloaderPlugin._engine, defined in shapes/image/src/ImagePreloader.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ImagePreloader.ImagePreloaderPlugin.id, defined in shapes/image/src/ImagePreloader.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ImagePreloader.ImagePreloaderPlugin.getPlugin, defined in shapes/image/src/ImagePreloader.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ImagePreloader.ImagePreloaderPlugin.loadOptions, defined in shapes/image/src/ImagePreloader.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ImagePreloader.ImagePreloaderPlugin.needsPlugin, defined in shapes/image/src/ImagePreloader.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Preload.Preload, defined in shapes/image/src/Options/Classes/Preload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Preload.Preload.height, defined in shapes/image/src/Options/Classes/Preload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Preload.Preload.name, defined in shapes/image/src/Options/Classes/Preload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Preload.Preload.replaceColor, defined in shapes/image/src/Options/Classes/Preload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Preload.Preload.src, defined in shapes/image/src/Options/Classes/Preload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Preload.Preload.width, defined in shapes/image/src/Options/Classes/Preload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Preload.Preload.load, defined in shapes/image/src/Options/Classes/Preload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPreload.IPreload, defined in shapes/image/src/Options/Interfaces/IPreload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPreload.IPreload.height, defined in shapes/image/src/Options/Interfaces/IPreload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPreload.IPreload.name, defined in shapes/image/src/Options/Interfaces/IPreload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPreload.IPreload.replaceColor, defined in shapes/image/src/Options/Interfaces/IPreload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPreload.IPreload.src, defined in shapes/image/src/Options/Interfaces/IPreload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IPreload.IPreload.width, defined in shapes/image/src/Options/Interfaces/IPreload.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IImage.color, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IImage.element, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IImage.error, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IImage.loading, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IImage.name, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IImage.ratio, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IImage.replaceColor, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IImage.source, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IImage.svgData, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IImage.type, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IParticleImage.color, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IParticleImage.data, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IParticleImage.element, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IParticleImage.loaded, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IParticleImage.ratio, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IParticleImage.replaceColor, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.IParticleImage.source, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.ImageParticle.__type.image, defined in shapes/image/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IPreloadOptions, defined in shapes/image/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.IPreloadOptions.__type.preload, defined in shapes/image/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.ImageContainer, defined in shapes/image/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.ImageContainer.__type.actualOptions, defined in shapes/image/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.ImageEngine, defined in shapes/image/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.ImageEngine.__type.images, defined in shapes/image/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.ImageEngine.__type.loadImage.__type, defined in shapes/image/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.PreloadOptions, defined in shapes/image/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.types.PreloadOptions.__type.preload, defined in shapes/image/src/types.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LineDrawer.LineDrawer, defined in shapes/line/src/LineDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LineDrawer.LineDrawer.draw, defined in shapes/line/src/LineDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LineDrawer.LineDrawer.getSidesCount, defined in shapes/line/src/LineDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadLineShape, defined in shapes/line/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IMultilineTextShape.IMultilineTextShape, defined in shapes/multiline-text/src/IMultilineTextShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IMultilineTextShape.IMultilineTextShape.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IMultilineTextShape.IMultilineTextShape.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IMultilineTextShape.IMultilineTextShape.font, defined in shapes/multiline-text/src/IMultilineTextShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IMultilineTextShape.IMultilineTextShape.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IMultilineTextShape.IMultilineTextShape.style, defined in shapes/multiline-text/src/IMultilineTextShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IMultilineTextShape.IMultilineTextShape.value, defined in shapes/multiline-text/src/IMultilineTextShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IMultilineTextShape.IMultilineTextShape.weight, defined in shapes/multiline-text/src/IMultilineTextShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextDrawer.MultilineTextDrawer, defined in shapes/multiline-text/src/MultilineTextDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextDrawer.MultilineTextDrawer._drawLine, defined in shapes/multiline-text/src/MultilineTextDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextDrawer.MultilineTextDrawer.draw, defined in shapes/multiline-text/src/MultilineTextDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextDrawer.MultilineTextDrawer.init, defined in shapes/multiline-text/src/MultilineTextDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle, defined in shapes/multiline-text/src/MultilineTextParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.backColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.bubble, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.close, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.color, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.destroyed, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.direction, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.fill, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.id, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.initialVelocity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.interactivity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.misplaced, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.offset, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.opacity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.options, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.position, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.randomIndexData, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.retina, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.roll, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.rotation, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.shadowColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.shape, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.shapeData, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.sides, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.size, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.strokeColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.strokeOpacity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.strokeWidth, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.text, defined in shapes/multiline-text/src/MultilineTextParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.velocity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.getFillColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.getMass, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.getPosition, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.getRadius, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.getStrokeColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.isInsideCanvas, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.MultilineTextParticle.MultilineTextParticle.isVisible, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadMultilineTextShape, defined in shapes/multiline-text/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPolygonShape.IPolygonShape, defined in shapes/polygon/src/IPolygonShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPolygonShape.IPolygonShape.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPolygonShape.IPolygonShape.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPolygonShape.IPolygonShape.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IPolygonShape.IPolygonShape.sides, defined in shapes/polygon/src/IPolygonShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISide.ISide, defined in shapes/polygon/src/ISide.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISide.ISide.count, defined in shapes/polygon/src/ISide.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISide.ISide.length, defined in shapes/polygon/src/ISide.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISideCount.ISideCount, defined in shapes/polygon/src/ISideCount.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISideCount.ISideCount.denominator, defined in shapes/polygon/src/ISideCount.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISideCount.ISideCount.numerator, defined in shapes/polygon/src/ISideCount.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonDrawer.PolygonDrawer, defined in shapes/polygon/src/PolygonDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonDrawer.PolygonDrawer.draw, defined in shapes/polygon/src/PolygonDrawerBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonDrawer.PolygonDrawer.getCenter, defined in shapes/polygon/src/PolygonDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonDrawer.PolygonDrawer.getSidesCount, defined in shapes/polygon/src/PolygonDrawerBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonDrawer.PolygonDrawer.getSidesData, defined in shapes/polygon/src/PolygonDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonDrawerBase.PolygonDrawerBase, defined in shapes/polygon/src/PolygonDrawerBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonDrawerBase.PolygonDrawerBase.draw, defined in shapes/polygon/src/PolygonDrawerBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonDrawerBase.PolygonDrawerBase.getCenter, defined in shapes/polygon/src/PolygonDrawerBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonDrawerBase.PolygonDrawerBase.getSidesCount, defined in shapes/polygon/src/PolygonDrawerBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.PolygonDrawerBase.PolygonDrawerBase.getSidesData, defined in shapes/polygon/src/PolygonDrawerBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TriangleDrawer.TriangleDrawer, defined in shapes/polygon/src/TriangleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TriangleDrawer.TriangleDrawer.draw, defined in shapes/polygon/src/PolygonDrawerBase.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TriangleDrawer.TriangleDrawer.getCenter, defined in shapes/polygon/src/TriangleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TriangleDrawer.TriangleDrawer.getSidesCount, defined in shapes/polygon/src/TriangleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TriangleDrawer.TriangleDrawer.getSidesData, defined in shapes/polygon/src/TriangleDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadGenericPolygonShape, defined in shapes/polygon/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadPolygonShape, defined in shapes/polygon/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadTriangleShape, defined in shapes/polygon/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle, defined in shapes/rounded-rect/src/IRoundedParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.backColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.borderRadius, defined in shapes/rounded-rect/src/IRoundedParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.bubble, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.close, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.color, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.destroyed, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.direction, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.fill, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.id, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.initialVelocity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.interactivity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.misplaced, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.offset, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.opacity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.options, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.position, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.randomIndexData, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.retina, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.roll, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.rotation, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.shadowColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.shape, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.shapeData, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.sides, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.size, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.strokeColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.strokeOpacity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.strokeWidth, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.velocity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.getFillColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.getMass, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.getPosition, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.getRadius, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.getStrokeColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.isInsideCanvas, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedParticle.IRoundedParticle.isVisible, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedRectData.IRoundedRectData, defined in shapes/rounded-rect/src/IRoundedRectData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedRectData.IRoundedRectData.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedRectData.IRoundedRectData.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedRectData.IRoundedRectData.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IRoundedRectData.IRoundedRectData.radius, defined in shapes/rounded-rect/src/IRoundedRectData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RadiusInfo.RadiusInfo, defined in shapes/rounded-rect/src/RadiusInfo.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RadiusInfo.RadiusInfo.__type.bottomLeft, defined in shapes/rounded-rect/src/RadiusInfo.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RadiusInfo.RadiusInfo.__type.bottomRight, defined in shapes/rounded-rect/src/RadiusInfo.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RadiusInfo.RadiusInfo.__type.topLeft, defined in shapes/rounded-rect/src/RadiusInfo.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RadiusInfo.RadiusInfo.__type.topRight, defined in shapes/rounded-rect/src/RadiusInfo.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RectInfo.RectInfo, defined in shapes/rounded-rect/src/RectInfo.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RectInfo.RectInfo.__type.height, defined in shapes/rounded-rect/src/RectInfo.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RectInfo.RectInfo.__type.width, defined in shapes/rounded-rect/src/RectInfo.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RectInfo.RectInfo.__type.x, defined in shapes/rounded-rect/src/RectInfo.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RectInfo.RectInfo.__type.y, defined in shapes/rounded-rect/src/RectInfo.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RoundedRectDrawer.RoundedRectDrawer, defined in shapes/rounded-rect/src/RoundedRectDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RoundedRectDrawer.RoundedRectDrawer.draw, defined in shapes/rounded-rect/src/RoundedRectDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RoundedRectDrawer.RoundedRectDrawer.particleInit, defined in shapes/rounded-rect/src/RoundedRectDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadRoundedRectShape, defined in shapes/rounded-rect/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISpiralData.ISpiralData, defined in shapes/spiral/src/ISpiralData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISpiralData.ISpiralData.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISpiralData.ISpiralData.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISpiralData.ISpiralData.innerRadius, defined in shapes/spiral/src/ISpiralData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISpiralData.ISpiralData.lineSpacing, defined in shapes/spiral/src/ISpiralData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISpiralData.ISpiralData.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ISpiralData.ISpiralData.widthFactor, defined in shapes/spiral/src/ISpiralData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SpiralDrawer.SpiralDrawer, defined in shapes/spiral/src/SpiralDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SpiralDrawer.SpiralDrawer.draw, defined in shapes/spiral/src/SpiralDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SpiralDrawer.SpiralDrawer.particleInit, defined in shapes/spiral/src/SpiralDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SpiralParticle.SpiralParticle, defined in shapes/spiral/src/SpiralParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SpiralParticle.SpiralParticle.__type.spiralInnerRadius, defined in shapes/spiral/src/SpiralParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SpiralParticle.SpiralParticle.__type.spiralLineSpacing, defined in shapes/spiral/src/SpiralParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SpiralParticle.SpiralParticle.__type.spiralWidthFactor, defined in shapes/spiral/src/SpiralParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadSpiralShape, defined in shapes/spiral/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SquareDrawer.SquareDrawer, defined in shapes/square/src/SquareDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SquareDrawer.SquareDrawer.draw, defined in shapes/square/src/SquareDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SquareDrawer.SquareDrawer.getSidesCount, defined in shapes/square/src/SquareDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadSquareShape, defined in shapes/square/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IStarShape.IStarShape, defined in shapes/star/src/IStarShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IStarShape.IStarShape.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IStarShape.IStarShape.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IStarShape.IStarShape.inset, defined in shapes/star/src/IStarShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IStarShape.IStarShape.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IStarShape.IStarShape.sides, defined in shapes/star/src/IStarShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StarDrawer.StarDrawer, defined in shapes/star/src/StarDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StarDrawer.StarDrawer.draw, defined in shapes/star/src/StarDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StarDrawer.StarDrawer.getSidesCount, defined in shapes/star/src/StarDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StarDrawer.StarDrawer.particleInit, defined in shapes/star/src/StarDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StarParticle.StarParticle, defined in shapes/star/src/StarParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StarParticle.StarParticle.__type.starInset, defined in shapes/star/src/StarParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadStarShape, defined in shapes/star/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICharacterShape.ICharacterShape, defined in shapes/text/src/ICharacterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICharacterShape.ICharacterShape.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICharacterShape.ICharacterShape.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICharacterShape.ICharacterShape.font, defined in shapes/text/src/ICharacterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICharacterShape.ICharacterShape.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICharacterShape.ICharacterShape.style, defined in shapes/text/src/ICharacterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICharacterShape.ICharacterShape.value, defined in shapes/text/src/ICharacterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ICharacterShape.ICharacterShape.weight, defined in shapes/text/src/ICharacterShape.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextDrawer.TextDrawer, defined in shapes/text/src/TextDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextDrawer.TextDrawer.draw, defined in shapes/text/src/TextDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextDrawer.TextDrawer.getSidesCount, defined in shapes/text/src/TextDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextDrawer.TextDrawer.init, defined in shapes/text/src/TextDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextDrawer.validTypes, defined in shapes/text/src/TextDrawer.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle, defined in shapes/text/src/TextParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.backColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.bubble, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.close, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.color, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.destroyed, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.direction, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.fill, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.id, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.initialVelocity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.interactivity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.misplaced, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.offset, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.opacity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.options, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.position, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.randomIndexData, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.retina, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.roll, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.rotation, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.shadowColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.shape, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.shapeData, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.sides, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.size, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.strokeColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.strokeOpacity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.strokeWidth, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.text, defined in shapes/text/src/TextParticle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.velocity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.getFillColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.getMass, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.getPosition, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.getRadius, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.getStrokeColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.isInsideCanvas, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TextParticle.TextParticle.isVisible, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadTextShape, defined in shapes/text/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Rotate.Rotate.animation, defined in updaters/angle/src/Options/Classes/Rotate.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Rotate.Rotate.direction, defined in updaters/angle/src/Options/Classes/Rotate.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Rotate.Rotate.path, defined in updaters/angle/src/Options/Classes/Rotate.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Rotate.Rotate.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Rotate.Rotate.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Rotate.Rotate.load, defined in updaters/angle/src/Options/Classes/Rotate.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RotateAnimation.RotateAnimation, defined in updaters/angle/src/Options/Classes/RotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RotateAnimation.RotateAnimation.decay, defined in updaters/angle/src/Options/Classes/RotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RotateAnimation.RotateAnimation.enable, defined in updaters/angle/src/Options/Classes/RotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RotateAnimation.RotateAnimation.speed, defined in updaters/angle/src/Options/Classes/RotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RotateAnimation.RotateAnimation.sync, defined in updaters/angle/src/Options/Classes/RotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RotateAnimation.RotateAnimation.load, defined in updaters/angle/src/Options/Classes/RotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRotate.IRotate.animation, defined in updaters/angle/src/Options/Interfaces/IRotate.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRotate.IRotate.direction, defined in updaters/angle/src/Options/Interfaces/IRotate.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRotate.IRotate.path, defined in updaters/angle/src/Options/Interfaces/IRotate.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRotate.IRotate.random, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRotate.IRotate.value, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRotateAnimation.IRotateAnimation, defined in updaters/angle/src/Options/Interfaces/IRotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRotateAnimation.IRotateAnimation.decay, defined in updaters/angle/src/Options/Interfaces/IRotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRotateAnimation.IRotateAnimation.enable, defined in updaters/angle/src/Options/Interfaces/IRotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRotateAnimation.IRotateAnimation.speed, defined in updaters/angle/src/Options/Interfaces/IRotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRotateAnimation.IRotateAnimation.sync, defined in updaters/angle/src/Options/Interfaces/IRotateAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RotateUpdater.RotateUpdater, defined in updaters/angle/src/RotateUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RotateUpdater.RotateUpdater.container, defined in updaters/angle/src/RotateUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RotateUpdater.RotateUpdater.init, defined in updaters/angle/src/RotateUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RotateUpdater.RotateUpdater.isEnabled, defined in updaters/angle/src/RotateUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RotateUpdater.RotateUpdater.loadOptions, defined in updaters/angle/src/RotateUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RotateUpdater.RotateUpdater.update, defined in updaters/angle/src/RotateUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadAngleUpdater, defined in updaters/angle/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ColorUpdater.ColorUpdater, defined in updaters/color/src/ColorUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ColorUpdater.ColorUpdater.container, defined in updaters/color/src/ColorUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ColorUpdater.ColorUpdater.init, defined in updaters/color/src/ColorUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ColorUpdater.ColorUpdater.isEnabled, defined in updaters/color/src/ColorUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.ColorUpdater.ColorUpdater.update, defined in updaters/color/src/ColorUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadColorUpdater, defined in updaters/color/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.GradientUpdater.GradientUpdater, defined in updaters/gradient/src/GradientUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.GradientUpdater.GradientUpdater.getColorStyles, defined in updaters/gradient/src/GradientUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.GradientUpdater.GradientUpdater.init, defined in updaters/gradient/src/GradientUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.GradientUpdater.GradientUpdater.isEnabled, defined in updaters/gradient/src/GradientUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.GradientUpdater.GradientUpdater.loadOptions, defined in updaters/gradient/src/GradientUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.GradientUpdater.GradientUpdater.update, defined in updaters/gradient/src/GradientUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AnimatableGradient.AnimatableGradient, defined in updaters/gradient/src/Options/Classes/AnimatableGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AnimatableGradient.AnimatableGradient.angle, defined in updaters/gradient/src/Options/Classes/AnimatableGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AnimatableGradient.AnimatableGradient.colors, defined in updaters/gradient/src/Options/Classes/AnimatableGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AnimatableGradient.AnimatableGradient.type, defined in updaters/gradient/src/Options/Classes/AnimatableGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AnimatableGradient.AnimatableGradient.load, defined in updaters/gradient/src/Options/Classes/AnimatableGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AnimatableGradientColor.AnimatableGradientColor, defined in updaters/gradient/src/Options/Classes/AnimatableGradientColor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AnimatableGradientColor.AnimatableGradientColor.opacity, defined in updaters/gradient/src/Options/Classes/AnimatableGradientColor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AnimatableGradientColor.AnimatableGradientColor.stop, defined in updaters/gradient/src/Options/Classes/AnimatableGradientColor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AnimatableGradientColor.AnimatableGradientColor.value, defined in updaters/gradient/src/Options/Classes/AnimatableGradientColor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/AnimatableGradientColor.AnimatableGradientColor.load, defined in updaters/gradient/src/Options/Classes/AnimatableGradientColor.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngle.GradientAngle, defined in updaters/gradient/src/Options/Classes/GradientAngle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngle.GradientAngle.animation, defined in updaters/gradient/src/Options/Classes/GradientAngle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngle.GradientAngle.direction, defined in updaters/gradient/src/Options/Classes/GradientAngle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngle.GradientAngle.value, defined in updaters/gradient/src/Options/Classes/GradientAngle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngle.GradientAngle.load, defined in updaters/gradient/src/Options/Classes/GradientAngle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngleAnimation.GradientAngleAnimation, defined in updaters/gradient/src/Options/Classes/GradientAngleAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngleAnimation.GradientAngleAnimation.count, defined in updaters/gradient/src/Options/Classes/GradientAngleAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngleAnimation.GradientAngleAnimation.decay, defined in updaters/gradient/src/Options/Classes/GradientAngleAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngleAnimation.GradientAngleAnimation.enable, defined in updaters/gradient/src/Options/Classes/GradientAngleAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngleAnimation.GradientAngleAnimation.speed, defined in updaters/gradient/src/Options/Classes/GradientAngleAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngleAnimation.GradientAngleAnimation.sync, defined in updaters/gradient/src/Options/Classes/GradientAngleAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientAngleAnimation.GradientAngleAnimation.load, defined in updaters/gradient/src/Options/Classes/GradientAngleAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacity.GradientColorOpacity, defined in updaters/gradient/src/Options/Classes/GradientColorOpacity.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacity.GradientColorOpacity.animation, defined in updaters/gradient/src/Options/Classes/GradientColorOpacity.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacity.GradientColorOpacity.value, defined in updaters/gradient/src/Options/Classes/GradientColorOpacity.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacity.GradientColorOpacity.load, defined in updaters/gradient/src/Options/Classes/GradientColorOpacity.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacityAnimation.GradientColorOpacityAnimation, defined in updaters/gradient/src/Options/Classes/GradientColorOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacityAnimation.GradientColorOpacityAnimation.count, defined in updaters/gradient/src/Options/Classes/GradientColorOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacityAnimation.GradientColorOpacityAnimation.decay, defined in updaters/gradient/src/Options/Classes/GradientColorOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacityAnimation.GradientColorOpacityAnimation.enable, defined in updaters/gradient/src/Options/Classes/GradientColorOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacityAnimation.GradientColorOpacityAnimation.speed, defined in updaters/gradient/src/Options/Classes/GradientColorOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacityAnimation.GradientColorOpacityAnimation.startValue, defined in updaters/gradient/src/Options/Classes/GradientColorOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacityAnimation.GradientColorOpacityAnimation.sync, defined in updaters/gradient/src/Options/Classes/GradientColorOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/GradientColorOpacityAnimation.GradientColorOpacityAnimation.load, defined in updaters/gradient/src/Options/Classes/GradientColorOpacityAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradient, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradient.angle, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradient.colors, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradient.type, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradientAngle, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradientAngle.direction, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradientAngle.value, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradientColor, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradientColor.opacity, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradientColor.stop, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradientColor.value, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradientColorOpacity, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/Gradients.IGradientColorOpacity.value, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAnimatableGradient.IAnimatableGradient, defined in updaters/gradient/src/Options/Interfaces/IAnimatableGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAnimatableGradient.IAnimatableGradient.__type.angle, defined in updaters/gradient/src/Options/Interfaces/IAnimatableGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IAnimatableGradient.IAnimatableGradient.__type.colors, defined in updaters/gradient/src/Options/Interfaces/IAnimatableGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IAnimatableGradientColor, defined in updaters/gradient/src/Options/Interfaces/IOptionsGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IAnimatableGradientColor.opacity, defined in updaters/gradient/src/Options/Interfaces/IOptionsGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IAnimatableGradientColor.stop, defined in updaters/gradient/src/Options/Interfaces/Gradients.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IAnimatableGradientColor.value, defined in updaters/gradient/src/Options/Interfaces/IOptionsGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IGradientColorOpacityAnimation, defined in updaters/gradient/src/Options/Interfaces/IOptionsGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IGradientColorOpacityAnimation.count, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IGradientColorOpacityAnimation.decay, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IGradientColorOpacityAnimation.enable, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IGradientColorOpacityAnimation.speed, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IGradientColorOpacityAnimation.startValue, defined in updaters/gradient/src/Options/Interfaces/IOptionsGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IGradientColorOpacityAnimation.sync, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOptionsGradient.IOptionsGradient, defined in updaters/gradient/src/Options/Interfaces/IOptionsGradient.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadGradientUpdater, defined in updaters/gradient/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LifeUpdater.LifeUpdater, defined in updaters/life/src/LifeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LifeUpdater.LifeUpdater.container, defined in updaters/life/src/LifeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LifeUpdater.LifeUpdater.init, defined in updaters/life/src/LifeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LifeUpdater.LifeUpdater.isEnabled, defined in updaters/life/src/LifeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LifeUpdater.LifeUpdater.loadOptions, defined in updaters/life/src/LifeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.LifeUpdater.LifeUpdater.update, defined in updaters/life/src/LifeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Life.Life, defined in updaters/life/src/Options/Classes/Life.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Life.Life.count, defined in updaters/life/src/Options/Classes/Life.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Life.Life.delay, defined in updaters/life/src/Options/Classes/Life.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Life.Life.duration, defined in updaters/life/src/Options/Classes/Life.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Life.Life.load, defined in updaters/life/src/Options/Classes/Life.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LifeDelay.LifeDelay, defined in updaters/life/src/Options/Classes/LifeDelay.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LifeDelay.LifeDelay.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LifeDelay.LifeDelay.sync, defined in updaters/life/src/Options/Classes/LifeDelay.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LifeDelay.LifeDelay.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LifeDelay.LifeDelay.load, defined in updaters/life/src/Options/Classes/LifeDelay.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LifeDuration.LifeDuration, defined in updaters/life/src/Options/Classes/LifeDuration.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LifeDuration.LifeDuration.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LifeDuration.LifeDuration.sync, defined in updaters/life/src/Options/Classes/LifeDuration.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LifeDuration.LifeDuration.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/LifeDuration.LifeDuration.load, defined in updaters/life/src/Options/Classes/LifeDuration.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILife.ILife, defined in updaters/life/src/Options/Interfaces/ILife.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILife.ILife.count, defined in updaters/life/src/Options/Interfaces/ILife.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILife.ILife.delay, defined in updaters/life/src/Options/Interfaces/ILife.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILife.ILife.duration, defined in updaters/life/src/Options/Interfaces/ILife.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILifeDelay.ILifeDelay, defined in updaters/life/src/Options/Interfaces/ILifeDelay.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILifeDelay.ILifeDelay.random, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILifeDelay.ILifeDelay.sync, defined in updaters/life/src/Options/Interfaces/ILifeDelay.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILifeDelay.ILifeDelay.value, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILifeDuration.ILifeDuration, defined in updaters/life/src/Options/Interfaces/ILifeDuration.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILifeDuration.ILifeDuration.random, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILifeDuration.ILifeDuration.sync, defined in updaters/life/src/Options/Interfaces/ILifeDuration.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ILifeDuration.ILifeDuration.value, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadLifeUpdater, defined in updaters/life/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OpacityUpdater.OpacityUpdater, defined in updaters/opacity/src/OpacityUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OpacityUpdater.OpacityUpdater.container, defined in updaters/opacity/src/OpacityUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OpacityUpdater.OpacityUpdater.init, defined in updaters/opacity/src/OpacityUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OpacityUpdater.OpacityUpdater.isEnabled, defined in updaters/opacity/src/OpacityUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OpacityUpdater.OpacityUpdater.reset, defined in updaters/opacity/src/OpacityUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OpacityUpdater.OpacityUpdater.update, defined in updaters/opacity/src/OpacityUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadOpacityUpdater, defined in updaters/opacity/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Orbit.Orbit.animation, defined in updaters/orbit/src/Options/Classes/Orbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Orbit.Orbit.color, defined in updaters/orbit/src/Options/Classes/Orbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Orbit.Orbit.opacity, defined in updaters/orbit/src/Options/Classes/Orbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Orbit.Orbit.radius, defined in updaters/orbit/src/Options/Classes/Orbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Orbit.Orbit.rotation, defined in updaters/orbit/src/Options/Classes/Orbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Orbit.Orbit.width, defined in updaters/orbit/src/Options/Classes/Orbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Orbit.Orbit.load, defined in updaters/orbit/src/Options/Classes/Orbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/OrbitRotation.OrbitRotation, defined in updaters/orbit/src/Options/Classes/OrbitRotation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/OrbitRotation.OrbitRotation.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/OrbitRotation.OrbitRotation.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/OrbitRotation.OrbitRotation.load, defined in updaters/orbit/src/Options/Classes/OrbitRotation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOrbit.IOrbit, defined in updaters/orbit/src/Options/Interfaces/IOrbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOrbit.IOrbit.animation, defined in engine/dist/types/Options/Interfaces/IAnimatable.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOrbit.IOrbit.color, defined in updaters/orbit/src/Options/Interfaces/IOrbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOrbit.IOrbit.opacity, defined in updaters/orbit/src/Options/Interfaces/IOrbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOrbit.IOrbit.radius, defined in updaters/orbit/src/Options/Interfaces/IOrbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOrbit.IOrbit.rotation, defined in updaters/orbit/src/Options/Interfaces/IOrbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IOrbit.IOrbit.width, defined in updaters/orbit/src/Options/Interfaces/IOrbit.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitType, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitType.back, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitType.front, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitUpdater, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitUpdater.container, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitUpdater.afterDraw, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitUpdater.beforeDraw, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitUpdater.drawOrbit, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitUpdater.init, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitUpdater.isEnabled, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitUpdater.loadOptions, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OrbitUpdater.OrbitUpdater.update, defined in updaters/orbit/src/OrbitUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadOrbitUpdater, defined in updaters/orbit/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BounceOutMode.BounceOutMode, defined in updaters/outModes/src/BounceOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BounceOutMode.BounceOutMode.container, defined in updaters/outModes/src/BounceOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BounceOutMode.BounceOutMode.modes, defined in updaters/outModes/src/BounceOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.BounceOutMode.BounceOutMode.update, defined in updaters/outModes/src/BounceOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.DestroyOutMode.DestroyOutMode, defined in updaters/outModes/src/DestroyOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.DestroyOutMode.DestroyOutMode.container, defined in updaters/outModes/src/DestroyOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.DestroyOutMode.DestroyOutMode.modes, defined in updaters/outModes/src/DestroyOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.DestroyOutMode.DestroyOutMode.update, defined in updaters/outModes/src/DestroyOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBounceData.IBounceData, defined in updaters/outModes/src/IBounceData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBounceData.IBounceData.bounds, defined in updaters/outModes/src/IBounceData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBounceData.IBounceData.canvasSize, defined in updaters/outModes/src/IBounceData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBounceData.IBounceData.direction, defined in updaters/outModes/src/IBounceData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBounceData.IBounceData.offset, defined in updaters/outModes/src/IBounceData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBounceData.IBounceData.outMode, defined in updaters/outModes/src/IBounceData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBounceData.IBounceData.particle, defined in updaters/outModes/src/IBounceData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IBounceData.IBounceData.size, defined in updaters/outModes/src/IBounceData.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IOutModeManager.IOutModeManager, defined in updaters/outModes/src/IOutModeManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IOutModeManager.IOutModeManager.modes, defined in updaters/outModes/src/IOutModeManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IOutModeManager.IOutModeManager.update, defined in updaters/outModes/src/IOutModeManager.ts, does not have any documentation.
+[93m[warning][0m tsParticles.NoneOutMode.NoneOutMode, defined in updaters/outModes/src/NoneOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.NoneOutMode.NoneOutMode.container, defined in updaters/outModes/src/NoneOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.NoneOutMode.NoneOutMode.modes, defined in updaters/outModes/src/NoneOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.NoneOutMode.NoneOutMode.update, defined in updaters/outModes/src/NoneOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOfCanvasUpdater.OutOfCanvasUpdater, defined in updaters/outModes/src/OutOfCanvasUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOfCanvasUpdater.OutOfCanvasUpdater.container, defined in updaters/outModes/src/OutOfCanvasUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOfCanvasUpdater.OutOfCanvasUpdater.updaters, defined in updaters/outModes/src/OutOfCanvasUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOfCanvasUpdater.OutOfCanvasUpdater.init, defined in updaters/outModes/src/OutOfCanvasUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOfCanvasUpdater.OutOfCanvasUpdater.isEnabled, defined in updaters/outModes/src/OutOfCanvasUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOfCanvasUpdater.OutOfCanvasUpdater.update, defined in updaters/outModes/src/OutOfCanvasUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOfCanvasUpdater.OutOfCanvasUpdater.updateOutMode, defined in updaters/outModes/src/OutOfCanvasUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOutMode.OutOutMode, defined in updaters/outModes/src/OutOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOutMode.OutOutMode.container, defined in updaters/outModes/src/OutOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOutMode.OutOutMode.modes, defined in updaters/outModes/src/OutOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.OutOutMode.OutOutMode.update, defined in updaters/outModes/src/OutOutMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.bounceHorizontal, defined in updaters/outModes/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Utils.bounceVertical, defined in updaters/outModes/src/Utils.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadOutModesUpdater, defined in updaters/outModes/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Roll.Roll, defined in updaters/roll/src/Options/Classes/Roll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Roll.Roll.backColor, defined in updaters/roll/src/Options/Classes/Roll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Roll.Roll.darken, defined in updaters/roll/src/Options/Classes/Roll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Roll.Roll.enable, defined in updaters/roll/src/Options/Classes/Roll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Roll.Roll.enlighten, defined in updaters/roll/src/Options/Classes/Roll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Roll.Roll.mode, defined in updaters/roll/src/Options/Classes/Roll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Roll.Roll.speed, defined in updaters/roll/src/Options/Classes/Roll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Roll.Roll.load, defined in updaters/roll/src/Options/Classes/Roll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RollLight.RollLight, defined in updaters/roll/src/Options/Classes/RollLight.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RollLight.RollLight.enable, defined in updaters/roll/src/Options/Classes/RollLight.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RollLight.RollLight.value, defined in updaters/roll/src/Options/Classes/RollLight.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/RollLight.RollLight.load, defined in updaters/roll/src/Options/Classes/RollLight.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRoll.IRoll, defined in updaters/roll/src/Options/Interfaces/IRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRoll.IRoll.backColor, defined in updaters/roll/src/Options/Interfaces/IRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRoll.IRoll.darken, defined in updaters/roll/src/Options/Interfaces/IRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRoll.IRoll.enable, defined in updaters/roll/src/Options/Interfaces/IRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRoll.IRoll.enlighten, defined in updaters/roll/src/Options/Interfaces/IRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRoll.IRoll.mode, defined in updaters/roll/src/Options/Interfaces/IRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRoll.IRoll.speed, defined in updaters/roll/src/Options/Interfaces/IRoll.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRollLight.IRollLight, defined in updaters/roll/src/Options/Interfaces/IRollLight.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRollLight.IRollLight.enable, defined in updaters/roll/src/Options/Interfaces/IRollLight.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IRollLight.IRollLight.value, defined in updaters/roll/src/Options/Interfaces/IRollLight.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RollMode.RollMode, defined in updaters/roll/src/RollMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RollMode.RollMode.both, defined in updaters/roll/src/RollMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RollMode.RollMode.horizontal, defined in updaters/roll/src/RollMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RollMode.RollMode.vertical, defined in updaters/roll/src/RollMode.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RollUpdater.RollUpdater, defined in updaters/roll/src/RollUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RollUpdater.RollUpdater.getTransformValues, defined in updaters/roll/src/RollUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RollUpdater.RollUpdater.init, defined in updaters/roll/src/RollUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RollUpdater.RollUpdater.isEnabled, defined in updaters/roll/src/RollUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RollUpdater.RollUpdater.loadOptions, defined in updaters/roll/src/RollUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.RollUpdater.RollUpdater.update, defined in updaters/roll/src/RollUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadRollUpdater, defined in updaters/roll/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SizeUpdater.SizeUpdater, defined in updaters/size/src/SizeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SizeUpdater.SizeUpdater.init, defined in updaters/size/src/SizeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SizeUpdater.SizeUpdater.isEnabled, defined in updaters/size/src/SizeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SizeUpdater.SizeUpdater.reset, defined in updaters/size/src/SizeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.SizeUpdater.SizeUpdater.update, defined in updaters/size/src/SizeUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadSizeUpdater, defined in updaters/size/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StrokeColorUpdater.StrokeColorUpdater, defined in updaters/strokeColor/src/StrokeColorUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StrokeColorUpdater.StrokeColorUpdater.container, defined in updaters/strokeColor/src/StrokeColorUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StrokeColorUpdater.StrokeColorUpdater.init, defined in updaters/strokeColor/src/StrokeColorUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StrokeColorUpdater.StrokeColorUpdater.isEnabled, defined in updaters/strokeColor/src/StrokeColorUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.StrokeColorUpdater.StrokeColorUpdater.update, defined in updaters/strokeColor/src/StrokeColorUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadStrokeColorUpdater, defined in updaters/strokeColor/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Tilt.Tilt.animation, defined in updaters/tilt/src/Options/Classes/Tilt.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Tilt.Tilt.direction, defined in updaters/tilt/src/Options/Classes/Tilt.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Tilt.Tilt.enable, defined in updaters/tilt/src/Options/Classes/Tilt.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Tilt.Tilt.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Tilt.Tilt.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Tilt.Tilt.load, defined in updaters/tilt/src/Options/Classes/Tilt.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TiltAnimation.TiltAnimation, defined in updaters/tilt/src/Options/Classes/TiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TiltAnimation.TiltAnimation.decay, defined in updaters/tilt/src/Options/Classes/TiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TiltAnimation.TiltAnimation.enable, defined in updaters/tilt/src/Options/Classes/TiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TiltAnimation.TiltAnimation.speed, defined in updaters/tilt/src/Options/Classes/TiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TiltAnimation.TiltAnimation.sync, defined in updaters/tilt/src/Options/Classes/TiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TiltAnimation.TiltAnimation.load, defined in updaters/tilt/src/Options/Classes/TiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITilt.ITilt.animation, defined in updaters/tilt/src/Options/Interfaces/ITilt.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITilt.ITilt.direction, defined in updaters/tilt/src/Options/Interfaces/ITilt.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITilt.ITilt.enable, defined in updaters/tilt/src/Options/Interfaces/ITilt.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITilt.ITilt.random, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITilt.ITilt.value, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITiltAnimation.ITiltAnimation, defined in updaters/tilt/src/Options/Interfaces/ITiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITiltAnimation.ITiltAnimation.decay, defined in updaters/tilt/src/Options/Interfaces/ITiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITiltAnimation.ITiltAnimation.enable, defined in updaters/tilt/src/Options/Interfaces/ITiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITiltAnimation.ITiltAnimation.speed, defined in updaters/tilt/src/Options/Interfaces/ITiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITiltAnimation.ITiltAnimation.sync, defined in updaters/tilt/src/Options/Interfaces/ITiltAnimation.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltDirection.TiltDirection, defined in updaters/tilt/src/TiltDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltDirection.TiltDirection.clockwise, defined in updaters/tilt/src/TiltDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltDirection.TiltDirection.counterClockwise, defined in updaters/tilt/src/TiltDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltDirection.TiltDirection.random, defined in updaters/tilt/src/TiltDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltDirection.TiltDirectionAlt, defined in updaters/tilt/src/TiltDirection.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.TiltUpdater, defined in updaters/tilt/src/TiltUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.TiltUpdater.container, defined in updaters/tilt/src/TiltUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.TiltUpdater.getTransformValues, defined in updaters/tilt/src/TiltUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.TiltUpdater.init, defined in updaters/tilt/src/TiltUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.TiltUpdater.isEnabled, defined in updaters/tilt/src/TiltUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.TiltUpdater.loadOptions, defined in updaters/tilt/src/TiltUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.TiltUpdater.update, defined in updaters/tilt/src/TiltUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation, defined in updaters/tilt/src/TiltUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation.cosDirection, defined in updaters/tilt/src/TiltUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation.decay, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation.enable, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation.initialValue, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation.loops, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation.maxLoops, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation.sinDirection, defined in updaters/tilt/src/TiltUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation.status, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation.value, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TiltUpdater.IParticleTiltValueAnimation.velocity, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadTiltUpdater, defined in updaters/tilt/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Twinkle.Twinkle.lines, defined in updaters/twinkle/src/Options/Classes/Twinkle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Twinkle.Twinkle.particles, defined in updaters/twinkle/src/Options/Classes/Twinkle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Twinkle.Twinkle.load, defined in updaters/twinkle/src/Options/Classes/Twinkle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TwinkleValues.TwinkleValues, defined in updaters/twinkle/src/Options/Classes/TwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TwinkleValues.TwinkleValues.color, defined in updaters/twinkle/src/Options/Classes/TwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TwinkleValues.TwinkleValues.enable, defined in updaters/twinkle/src/Options/Classes/TwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TwinkleValues.TwinkleValues.frequency, defined in updaters/twinkle/src/Options/Classes/TwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TwinkleValues.TwinkleValues.opacity, defined in updaters/twinkle/src/Options/Classes/TwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/TwinkleValues.TwinkleValues.load, defined in updaters/twinkle/src/Options/Classes/TwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITwinkle.ITwinkle.lines, defined in updaters/twinkle/src/Options/Interfaces/ITwinkle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITwinkle.ITwinkle.particles, defined in updaters/twinkle/src/Options/Interfaces/ITwinkle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITwinkleValues.ITwinkleValues, defined in updaters/twinkle/src/Options/Interfaces/ITwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITwinkleValues.ITwinkleValues.color, defined in updaters/twinkle/src/Options/Interfaces/ITwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITwinkleValues.ITwinkleValues.enable, defined in updaters/twinkle/src/Options/Interfaces/ITwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITwinkleValues.ITwinkleValues.frequency, defined in updaters/twinkle/src/Options/Interfaces/ITwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/ITwinkleValues.ITwinkleValues.opacity, defined in updaters/twinkle/src/Options/Interfaces/ITwinkleValues.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TwinkleUpdater.TwinkleUpdater, defined in updaters/twinkle/src/TwinkleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TwinkleUpdater.TwinkleUpdater.getColorStyles, defined in updaters/twinkle/src/TwinkleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TwinkleUpdater.TwinkleUpdater.init, defined in updaters/twinkle/src/TwinkleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TwinkleUpdater.TwinkleUpdater.isEnabled, defined in updaters/twinkle/src/TwinkleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TwinkleUpdater.TwinkleUpdater.loadOptions, defined in updaters/twinkle/src/TwinkleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.TwinkleUpdater.TwinkleUpdater.update, defined in updaters/twinkle/src/TwinkleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadTwinkleUpdater, defined in updaters/twinkle/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Wobble.Wobble, defined in updaters/wobble/src/Options/Classes/Wobble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Wobble.Wobble.distance, defined in updaters/wobble/src/Options/Classes/Wobble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Wobble.Wobble.enable, defined in updaters/wobble/src/Options/Classes/Wobble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Wobble.Wobble.speed, defined in updaters/wobble/src/Options/Classes/Wobble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/Wobble.Wobble.load, defined in updaters/wobble/src/Options/Classes/Wobble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/WobbleSpeed.WobbleSpeed, defined in updaters/wobble/src/Options/Classes/WobbleSpeed.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/WobbleSpeed.WobbleSpeed.angle, defined in updaters/wobble/src/Options/Classes/WobbleSpeed.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/WobbleSpeed.WobbleSpeed.move, defined in updaters/wobble/src/Options/Classes/WobbleSpeed.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Classes/WobbleSpeed.WobbleSpeed.load, defined in updaters/wobble/src/Options/Classes/WobbleSpeed.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IWobble.IWobble, defined in updaters/wobble/src/Options/Interfaces/IWobble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IWobble.IWobble.distance, defined in updaters/wobble/src/Options/Interfaces/IWobble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IWobble.IWobble.enable, defined in updaters/wobble/src/Options/Interfaces/IWobble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IWobble.IWobble.speed, defined in updaters/wobble/src/Options/Interfaces/IWobble.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IWobbleSpeed.IWobbleSpeed, defined in updaters/wobble/src/Options/Interfaces/IWobbleSpeed.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IWobbleSpeed.IWobbleSpeed.angle, defined in updaters/wobble/src/Options/Interfaces/IWobbleSpeed.ts, does not have any documentation.
+[93m[warning][0m tsParticles.Options/Interfaces/IWobbleSpeed.IWobbleSpeed.move, defined in updaters/wobble/src/Options/Interfaces/IWobbleSpeed.ts, does not have any documentation.
+[93m[warning][0m tsParticles.WobbleUpdater.WobbleUpdater.loadOptions, defined in updaters/wobble/src/WobbleUpdater.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadWobbleUpdater, defined in updaters/wobble/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AlterType, defined in engine/dist/types/Enums/Types/AlterType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AlterType.darken, defined in engine/dist/types/Enums/Types/AlterType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AlterType.enlighten, defined in engine/dist/types/Enums/Types/AlterType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimationStatus, defined in engine/dist/types/Enums/AnimationStatus.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimationStatus.decreasing, defined in engine/dist/types/Enums/AnimationStatus.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimationStatus.increasing, defined in engine/dist/types/Enums/AnimationStatus.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickMode, defined in engine/dist/types/Enums/Modes/ClickMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickMode.attract, defined in engine/dist/types/Enums/Modes/ClickMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickMode.bubble, defined in engine/dist/types/Enums/Modes/ClickMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickMode.pause, defined in engine/dist/types/Enums/Modes/ClickMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickMode.push, defined in engine/dist/types/Enums/Modes/ClickMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickMode.remove, defined in engine/dist/types/Enums/Modes/ClickMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickMode.repulse, defined in engine/dist/types/Enums/Modes/ClickMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickMode.trail, defined in engine/dist/types/Enums/Modes/ClickMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionMode, defined in engine/dist/types/Enums/Modes/CollisionMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionMode.absorb, defined in engine/dist/types/Enums/Modes/CollisionMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionMode.bounce, defined in engine/dist/types/Enums/Modes/CollisionMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionMode.destroy, defined in engine/dist/types/Enums/Modes/CollisionMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DestroyType, defined in engine/dist/types/Enums/Types/DestroyType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DestroyType.max, defined in engine/dist/types/Enums/Types/DestroyType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DestroyType.min, defined in engine/dist/types/Enums/Types/DestroyType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DestroyType.none, defined in engine/dist/types/Enums/Types/DestroyType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivMode, defined in engine/dist/types/Enums/Modes/DivMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivMode.bounce, defined in engine/dist/types/Enums/Modes/DivMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivMode.bubble, defined in engine/dist/types/Enums/Modes/DivMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivMode.repulse, defined in engine/dist/types/Enums/Modes/DivMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivType, defined in engine/dist/types/Enums/Types/DivType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivType.circle, defined in engine/dist/types/Enums/Types/DivType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivType.rectangle, defined in engine/dist/types/Enums/Types/DivType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInBack, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInCirc, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInCubic, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInExpo, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInOutBack, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInOutCirc, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInOutCubic, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInOutExpo, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInOutQuad, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInOutQuart, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInOutQuint, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInOutSine, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInQuad, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInQuart, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInQuint, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeInSine, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeOutBack, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeOutCirc, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeOutCubic, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeOutExpo, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeOutQuad, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeOutQuart, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeOutQuint, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingType.easeOutSine, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType.containerBuilt, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType.containerDestroyed, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType.containerInit, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType.containerPaused, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType.containerPlay, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType.containerStarted, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType.containerStopped, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType.particleAdded, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType.particleRemoved, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventType.particlesSetup, defined in engine/dist/types/Enums/Types/EventType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.GradientType, defined in engine/dist/types/Enums/Types/GradientType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.GradientType.linear, defined in engine/dist/types/Enums/Types/GradientType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.GradientType.radial, defined in engine/dist/types/Enums/Types/GradientType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.GradientType.random, defined in engine/dist/types/Enums/Types/GradientType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverMode, defined in engine/dist/types/Enums/Modes/HoverMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverMode.attract, defined in engine/dist/types/Enums/Modes/HoverMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverMode.bounce, defined in engine/dist/types/Enums/Modes/HoverMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverMode.bubble, defined in engine/dist/types/Enums/Modes/HoverMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverMode.connect, defined in engine/dist/types/Enums/Modes/HoverMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverMode.grab, defined in engine/dist/types/Enums/Modes/HoverMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverMode.light, defined in engine/dist/types/Enums/Modes/HoverMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverMode.repulse, defined in engine/dist/types/Enums/Modes/HoverMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverMode.slow, defined in engine/dist/types/Enums/Modes/HoverMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverMode.trail, defined in engine/dist/types/Enums/Modes/HoverMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractivityDetect, defined in engine/dist/types/Enums/InteractivityDetect.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractivityDetect.canvas, defined in engine/dist/types/Enums/InteractivityDetect.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractivityDetect.parent, defined in engine/dist/types/Enums/InteractivityDetect.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractivityDetect.window, defined in engine/dist/types/Enums/InteractivityDetect.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractorType, defined in engine/dist/types/Enums/Types/InteractorType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractorType.external, defined in engine/dist/types/Enums/Types/InteractorType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractorType.particles, defined in engine/dist/types/Enums/Types/InteractorType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.bottom, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.bottomLeft, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.bottomRight, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.inside, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.left, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.none, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.outside, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.right, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.top, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.topLeft, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirection.topRight, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutMode, defined in engine/dist/types/Enums/Modes/OutMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutMode.bounce, defined in engine/dist/types/Enums/Modes/OutMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutMode.bounceHorizontal, defined in engine/dist/types/Enums/Modes/OutMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutMode.bounceVertical, defined in engine/dist/types/Enums/Modes/OutMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutMode.destroy, defined in engine/dist/types/Enums/Modes/OutMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutMode.none, defined in engine/dist/types/Enums/Modes/OutMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutMode.out, defined in engine/dist/types/Enums/Modes/OutMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutMode.split, defined in engine/dist/types/Enums/Modes/OutMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModeDirection, defined in engine/dist/types/Enums/Directions/OutModeDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModeDirection.bottom, defined in engine/dist/types/Enums/Directions/OutModeDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModeDirection.left, defined in engine/dist/types/Enums/Directions/OutModeDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModeDirection.right, defined in engine/dist/types/Enums/Directions/OutModeDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModeDirection.top, defined in engine/dist/types/Enums/Directions/OutModeDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticleOutType, defined in engine/dist/types/Enums/Types/ParticleOutType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticleOutType.inside, defined in engine/dist/types/Enums/Types/ParticleOutType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticleOutType.normal, defined in engine/dist/types/Enums/Types/ParticleOutType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticleOutType.outside, defined in engine/dist/types/Enums/Types/ParticleOutType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ResponsiveMode, defined in engine/dist/types/Enums/Modes/ResponsiveMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ResponsiveMode.canvas, defined in engine/dist/types/Enums/Modes/ResponsiveMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ResponsiveMode.screen, defined in engine/dist/types/Enums/Modes/ResponsiveMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RotateDirection, defined in engine/dist/types/Enums/Directions/RotateDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RotateDirection.clockwise, defined in engine/dist/types/Enums/Directions/RotateDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RotateDirection.counterClockwise, defined in engine/dist/types/Enums/Directions/RotateDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RotateDirection.random, defined in engine/dist/types/Enums/Directions/RotateDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeMode, defined in engine/dist/types/Enums/Modes/SizeMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeMode.percent, defined in engine/dist/types/Enums/Modes/SizeMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeMode.precise, defined in engine/dist/types/Enums/Modes/SizeMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.StartValueType, defined in engine/dist/types/Enums/Types/StartValueType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.StartValueType.max, defined in engine/dist/types/Enums/Types/StartValueType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.StartValueType.min, defined in engine/dist/types/Enums/Types/StartValueType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.StartValueType.random, defined in engine/dist/types/Enums/Types/StartValueType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ThemeMode, defined in engine/dist/types/Enums/Modes/ThemeMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ThemeMode.any, defined in engine/dist/types/Enums/Modes/ThemeMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ThemeMode.dark, defined in engine/dist/types/Enums/Modes/ThemeMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ThemeMode.light, defined in engine/dist/types/Enums/Modes/ThemeMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimatableColor, defined in engine/dist/types/Options/Classes/AnimatableColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimatableColor.animation, defined in engine/dist/types/Options/Classes/AnimatableColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimatableColor.value, defined in engine/dist/types/Options/Classes/OptionsColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimatableColor.load, defined in engine/dist/types/Options/Classes/AnimatableColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimatableColor.create, defined in engine/dist/types/Options/Classes/AnimatableColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimationOptions, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimationOptions.count, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimationOptions.decay, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimationOptions.enable, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimationOptions.speed, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimationOptions.sync, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.AnimationOptions.load, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Background, defined in engine/dist/types/Options/Classes/Background/Background.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Background.color, defined in engine/dist/types/Options/Classes/Background/Background.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Background.image, defined in engine/dist/types/Options/Classes/Background/Background.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Background.opacity, defined in engine/dist/types/Options/Classes/Background/Background.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Background.position, defined in engine/dist/types/Options/Classes/Background/Background.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Background.repeat, defined in engine/dist/types/Options/Classes/Background/Background.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Background.size, defined in engine/dist/types/Options/Classes/Background/Background.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Background.load, defined in engine/dist/types/Options/Classes/Background/Background.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.BackgroundMask, defined in engine/dist/types/Options/Classes/BackgroundMask/BackgroundMask.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.BackgroundMask.composite, defined in engine/dist/types/Options/Classes/BackgroundMask/BackgroundMask.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.BackgroundMask.cover, defined in engine/dist/types/Options/Classes/BackgroundMask/BackgroundMask.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.BackgroundMask.enable, defined in engine/dist/types/Options/Classes/BackgroundMask/BackgroundMask.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.BackgroundMask.load, defined in engine/dist/types/Options/Classes/BackgroundMask/BackgroundMask.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.BackgroundMaskCover, defined in engine/dist/types/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.BackgroundMaskCover.color, defined in engine/dist/types/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.BackgroundMaskCover.opacity, defined in engine/dist/types/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.BackgroundMaskCover.load, defined in engine/dist/types/Options/Classes/BackgroundMask/BackgroundMaskCover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._applyPostDrawUpdaters, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._applyPreDrawUpdaters, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._applyResizePlugins, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._colorPlugins, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._context, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._coverColorStyle, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._generated, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._getPluginParticleColors, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._initCover, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._initStyle, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._initTrail, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._mutationObserver, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._originalStyle, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._paintBase, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._paintImage, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._postDrawUpdaters, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._preDrawUpdaters, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._repairStyle, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._resetOriginalStyle, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._resizePlugins, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._safeMutationObserver, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._setFullScreenStyle, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._trailFill, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.container, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.element, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.resizeFactor, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.size, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas._fullScreen, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.clear, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.destroy, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.draw, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.draw.cb.__type, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.drawParticle, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.drawParticlePlugin, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.drawPlugin, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.init, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.initBackground, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.initPlugins, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.initUpdaters, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.loadCanvas, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.paint, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.resize, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.stop, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Canvas.windowResize, defined in engine/dist/types/Core/Canvas.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Circle, defined in engine/dist/types/Core/Utils/Circle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Circle.position, defined in engine/dist/types/Core/Utils/Range.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Circle.radius, defined in engine/dist/types/Core/Utils/Circle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Circle.contains, defined in engine/dist/types/Core/Utils/Circle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Circle.intersects, defined in engine/dist/types/Core/Utils/Circle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickEvent, defined in engine/dist/types/Options/Classes/Interactivity/Events/ClickEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickEvent.enable, defined in engine/dist/types/Options/Classes/Interactivity/Events/ClickEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickEvent.mode, defined in engine/dist/types/Options/Classes/Interactivity/Events/ClickEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ClickEvent.load, defined in engine/dist/types/Options/Classes/Interactivity/Events/ClickEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Collisions, defined in engine/dist/types/Options/Classes/Particles/Collisions/Collisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Collisions.absorb, defined in engine/dist/types/Options/Classes/Particles/Collisions/Collisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Collisions.bounce, defined in engine/dist/types/Options/Classes/Particles/Collisions/Collisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Collisions.enable, defined in engine/dist/types/Options/Classes/Particles/Collisions/Collisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Collisions.maxSpeed, defined in engine/dist/types/Options/Classes/Particles/Collisions/Collisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Collisions.mode, defined in engine/dist/types/Options/Classes/Particles/Collisions/Collisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Collisions.overlap, defined in engine/dist/types/Options/Classes/Particles/Collisions/Collisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Collisions.load, defined in engine/dist/types/Options/Classes/Particles/Collisions/Collisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionsAbsorb, defined in engine/dist/types/Options/Classes/Particles/Collisions/CollisionsAbsorb.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionsAbsorb.speed, defined in engine/dist/types/Options/Classes/Particles/Collisions/CollisionsAbsorb.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionsAbsorb.load, defined in engine/dist/types/Options/Classes/Particles/Collisions/CollisionsAbsorb.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionsOverlap, defined in engine/dist/types/Options/Classes/Particles/Collisions/CollisionsOverlap.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionsOverlap.enable, defined in engine/dist/types/Options/Classes/Particles/Collisions/CollisionsOverlap.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionsOverlap.retries, defined in engine/dist/types/Options/Classes/Particles/Collisions/CollisionsOverlap.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CollisionsOverlap.load, defined in engine/dist/types/Options/Classes/Particles/Collisions/CollisionsOverlap.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ColorAnimation, defined in engine/dist/types/Options/Classes/ColorAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ColorAnimation.count, defined in engine/dist/types/Options/Classes/ColorAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ColorAnimation.decay, defined in engine/dist/types/Options/Classes/ColorAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ColorAnimation.enable, defined in engine/dist/types/Options/Classes/ColorAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ColorAnimation.offset, defined in engine/dist/types/Options/Classes/ColorAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ColorAnimation.speed, defined in engine/dist/types/Options/Classes/ColorAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ColorAnimation.sync, defined in engine/dist/types/Options/Classes/ColorAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ColorAnimation.load, defined in engine/dist/types/Options/Classes/ColorAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._currentTheme, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._delay, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._delayTimeout, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._drawAnimationFrame, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._engine, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._eventListeners, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._firstStart, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._initialSourceOptions, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._intersectionManager, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._intersectionObserver, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._options, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._paused, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container._sourceOptions, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.actualOptions, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.canvas, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.destroyed, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.drawers, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.duration, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.fpsLimit, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.frameManager, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.id, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.interactivity, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.lastFrameTime, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.lifeTime, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.pageHidden, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.particles, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.pathGenerators, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.plugins, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.responsiveMaxWidth, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.retina, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.smooth, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.started, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.zLayers, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.options, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.sourceOptions, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.addClickHandler, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.addClickHandler.callback.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.addPath, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.destroy, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.draw, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.exportConfiguration, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.exportImage, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.exportImg, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.getAnimationStatus, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.handleClickMode, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.init, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.loadTheme, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.pause, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.play, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.refresh, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.reset, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.setNoise, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.setNoise.noiseOrGenerator.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.setNoise.init.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.setNoise.update.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.setPath, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.setPath.pathOrGenerator.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.setPath.init.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.setPath.update.__type, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.start, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.stop, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Container.updateActualOptions, defined in engine/dist/types/Core/Container.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivEvent, defined in engine/dist/types/Options/Classes/Interactivity/Events/DivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivEvent.enable, defined in engine/dist/types/Options/Classes/Interactivity/Events/DivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivEvent.mode, defined in engine/dist/types/Options/Classes/Interactivity/Events/DivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivEvent.selectors, defined in engine/dist/types/Options/Classes/Interactivity/Events/DivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivEvent.type, defined in engine/dist/types/Options/Classes/Interactivity/Events/DivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivEvent.el, defined in engine/dist/types/Options/Classes/Interactivity/Events/DivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivEvent.elementId, defined in engine/dist/types/Options/Classes/Interactivity/Events/DivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivEvent.ids, defined in engine/dist/types/Options/Classes/Interactivity/Events/DivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.DivEvent.load, defined in engine/dist/types/Options/Classes/Interactivity/Events/DivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine._configs, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine._domArray, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine._eventDispatcher, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine._initialized, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine._loader, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.plugins, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.configs, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.version, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addConfig, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addEventListener, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addInteractor, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addInteractor.interactorInitializer.__type, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addMover, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addMover.moverInitializer.__type, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addParticleUpdater, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addParticleUpdater.updaterInitializer.__type, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addPathGenerator, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addPlugin, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addPreset, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.addShape, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.dispatchEvent, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.dom, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.domItem, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.init, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.load, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.loadFromArray, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.loadJSON, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.refresh, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.removeEventListener, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.set, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.setJSON, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.setOnClickHandler, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Engine.setOnClickHandler.callback.__type, defined in engine/dist/types/engine.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.canPush, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.container, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.doMouseTouchClick, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.handleClickMode, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.handleThemeChange, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.handleVisibilityChange, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.handleWindowResize, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.handlers, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.manageListeners, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.mouseDown, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.mouseTouchClick, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.mouseTouchFinish, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.mouseTouchMove, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.resizeObserver, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.resizeTimeout, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.addListeners, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EventListeners.removeListeners, defined in engine/dist/types/Core/Utils/EventListeners.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Events, defined in engine/dist/types/Options/Classes/Interactivity/Events/Events.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Events.onClick, defined in engine/dist/types/Options/Classes/Interactivity/Events/Events.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Events.onDiv, defined in engine/dist/types/Options/Classes/Interactivity/Events/Events.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Events.onHover, defined in engine/dist/types/Options/Classes/Interactivity/Events/Events.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Events.resize, defined in engine/dist/types/Options/Classes/Interactivity/Events/Events.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Events.onclick, defined in engine/dist/types/Options/Classes/Interactivity/Events/Events.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Events.ondiv, defined in engine/dist/types/Options/Classes/Interactivity/Events/Events.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Events.onhover, defined in engine/dist/types/Options/Classes/Interactivity/Events/Events.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Events.load, defined in engine/dist/types/Options/Classes/Interactivity/Events/Events.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ExternalInteractorBase, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ExternalInteractorBase.container, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ExternalInteractorBase.type, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ExternalInteractorBase.clear, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ExternalInteractorBase.init, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ExternalInteractorBase.interact, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ExternalInteractorBase.isEnabled, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ExternalInteractorBase.reset, defined in engine/dist/types/Core/Utils/ExternalInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.FrameManager, defined in engine/dist/types/Core/Utils/FrameManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.FrameManager.container, defined in engine/dist/types/Core/Utils/FrameManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.FrameManager.nextFrame, defined in engine/dist/types/Core/Utils/FrameManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.FullScreen, defined in engine/dist/types/Options/Classes/FullScreen/FullScreen.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.FullScreen.enable, defined in engine/dist/types/Options/Classes/FullScreen/FullScreen.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.FullScreen.zIndex, defined in engine/dist/types/Options/Classes/FullScreen/FullScreen.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.FullScreen.load, defined in engine/dist/types/Options/Classes/FullScreen/FullScreen.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverEvent, defined in engine/dist/types/Options/Classes/Interactivity/Events/HoverEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverEvent.enable, defined in engine/dist/types/Options/Classes/Interactivity/Events/HoverEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverEvent.mode, defined in engine/dist/types/Options/Classes/Interactivity/Events/HoverEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverEvent.parallax, defined in engine/dist/types/Options/Classes/Interactivity/Events/HoverEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HoverEvent.load, defined in engine/dist/types/Options/Classes/Interactivity/Events/HoverEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslAnimation, defined in engine/dist/types/Options/Classes/HslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslAnimation.h, defined in engine/dist/types/Options/Classes/HslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslAnimation.l, defined in engine/dist/types/Options/Classes/HslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslAnimation.s, defined in engine/dist/types/Options/Classes/HslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslAnimation.load, defined in engine/dist/types/Options/Classes/HslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslColorManager, defined in engine/dist/types/Utils/HslColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslColorManager.key, defined in engine/dist/types/Utils/HslColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslColorManager.stringPrefix, defined in engine/dist/types/Utils/HslColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslColorManager.handleColor, defined in engine/dist/types/Utils/HslColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslColorManager.handleRangeColor, defined in engine/dist/types/Utils/HslColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.HslColorManager.parseString, defined in engine/dist/types/Utils/HslColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager._engine, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager._externalInteractors, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager._interactors, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager._particleInteractors, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager.container, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager.externalInteract, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager.handleClickMode, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager.init, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager.particlesInteract, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.InteractionManager.reset, defined in engine/dist/types/Core/Utils/InteractionManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Interactivity, defined in engine/dist/types/Options/Classes/Interactivity/Interactivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Interactivity.detectsOn, defined in engine/dist/types/Options/Classes/Interactivity/Interactivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Interactivity.events, defined in engine/dist/types/Options/Classes/Interactivity/Interactivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Interactivity.modes, defined in engine/dist/types/Options/Classes/Interactivity/Interactivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Interactivity.detect_on, defined in engine/dist/types/Options/Classes/Interactivity/Interactivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Interactivity.load, defined in engine/dist/types/Options/Classes/Interactivity/Interactivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ManualParticle, defined in engine/dist/types/Options/Classes/ManualParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ManualParticle.options, defined in engine/dist/types/Options/Classes/ManualParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ManualParticle.position, defined in engine/dist/types/Options/Classes/ManualParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ManualParticle.load, defined in engine/dist/types/Options/Classes/ManualParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Modes, defined in engine/dist/types/Options/Classes/Interactivity/Modes/Modes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Modes._container, defined in engine/dist/types/Options/Classes/Interactivity/Modes/Modes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Modes._engine, defined in engine/dist/types/Options/Classes/Interactivity/Modes/Modes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Modes.load, defined in engine/dist/types/Options/Classes/Interactivity/Modes/Modes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.angle, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.attract, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.center, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.decay, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.direction, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.distance, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.drift, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.enable, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.gravity, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.outModes, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.path, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.random, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.size, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.speed, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.spin, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.straight, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.trail, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.vibrate, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.warp, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.bounce, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.collisions, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.noise, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.outMode, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.out_mode, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Move.load, defined in engine/dist/types/Options/Classes/Particles/Move/Move.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAngle, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAngle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAngle.offset, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAngle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAngle.value, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAngle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAngle.load, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAngle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAttract, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAttract.distance, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAttract.enable, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAttract.rotate, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAttract.rotateX, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAttract.rotateY, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveAttract.load, defined in engine/dist/types/Options/Classes/Particles/Move/MoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveCenter, defined in engine/dist/types/Options/Classes/Particles/Move/MoveCenter.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveCenter.mode, defined in engine/dist/types/Options/Classes/Particles/Move/MoveCenter.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveCenter.radius, defined in engine/dist/types/Options/Classes/Particles/Move/MoveCenter.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveCenter.x, defined in engine/dist/types/Options/Classes/Particles/Move/MoveCenter.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveCenter.y, defined in engine/dist/types/Options/Classes/Particles/Move/MoveCenter.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveCenter.load, defined in engine/dist/types/Options/Classes/Particles/Move/MoveCenter.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveGravity, defined in engine/dist/types/Options/Classes/Particles/Move/MoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveGravity.acceleration, defined in engine/dist/types/Options/Classes/Particles/Move/MoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveGravity.enable, defined in engine/dist/types/Options/Classes/Particles/Move/MoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveGravity.inverse, defined in engine/dist/types/Options/Classes/Particles/Move/MoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveGravity.maxSpeed, defined in engine/dist/types/Options/Classes/Particles/Move/MoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveGravity.load, defined in engine/dist/types/Options/Classes/Particles/Move/MoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MovePath, defined in engine/dist/types/Options/Classes/Particles/Move/Path/MovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MovePath.clamp, defined in engine/dist/types/Options/Classes/Particles/Move/Path/MovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MovePath.delay, defined in engine/dist/types/Options/Classes/Particles/Move/Path/MovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MovePath.enable, defined in engine/dist/types/Options/Classes/Particles/Move/Path/MovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MovePath.generator, defined in engine/dist/types/Options/Classes/Particles/Move/Path/MovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MovePath.options, defined in engine/dist/types/Options/Classes/Particles/Move/Path/MovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MovePath.load, defined in engine/dist/types/Options/Classes/Particles/Move/Path/MovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveTrail, defined in engine/dist/types/Options/Classes/Particles/Move/MoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveTrail.enable, defined in engine/dist/types/Options/Classes/Particles/Move/MoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveTrail.fill, defined in engine/dist/types/Options/Classes/Particles/Move/MoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveTrail.length, defined in engine/dist/types/Options/Classes/Particles/Move/MoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveTrail.fillColor, defined in engine/dist/types/Options/Classes/Particles/Move/MoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveTrail.load, defined in engine/dist/types/Options/Classes/Particles/Move/MoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Opacity, defined in engine/dist/types/Options/Classes/Particles/Opacity/Opacity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Opacity.animation, defined in engine/dist/types/Options/Classes/Particles/Opacity/Opacity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Opacity.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Opacity.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Opacity.anim, defined in engine/dist/types/Options/Classes/Particles/Opacity/Opacity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Opacity.load, defined in engine/dist/types/Options/Classes/Particles/Opacity/Opacity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation, defined in engine/dist/types/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation.count, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation.decay, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation.destroy, defined in engine/dist/types/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation.enable, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation.minimumValue, defined in engine/dist/types/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation.speed, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation.startValue, defined in engine/dist/types/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation.sync, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation.opacity_min, defined in engine/dist/types/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OpacityAnimation.load, defined in engine/dist/types/Options/Classes/Particles/Opacity/OpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options._container, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options._engine, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options._findDefaultTheme, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options._importPreset, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.autoPlay, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.background, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.backgroundMask, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.defaultThemes, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.delay, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.detectRetina, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.duration, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.fpsLimit, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.fullScreen, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.interactivity, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.manualParticles, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.name, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.particles, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.pauseOnBlur, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.pauseOnOutsideViewport, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.preset, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.responsive, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.smooth, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.style, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.themes, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.zLayers, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.backgroundMode, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.fps_limit, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.retina_detect, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.load, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.setResponsive, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Options.setTheme, defined in engine/dist/types/Options/Classes/Options.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OptionsColor, defined in engine/dist/types/Options/Classes/OptionsColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OptionsColor.value, defined in engine/dist/types/Options/Classes/OptionsColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OptionsColor.load, defined in engine/dist/types/Options/Classes/OptionsColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OptionsColor.create, defined in engine/dist/types/Options/Classes/OptionsColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModes, defined in engine/dist/types/Options/Classes/Particles/Move/OutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModes.bottom, defined in engine/dist/types/Options/Classes/Particles/Move/OutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModes.default, defined in engine/dist/types/Options/Classes/Particles/Move/OutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModes.left, defined in engine/dist/types/Options/Classes/Particles/Move/OutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModes.right, defined in engine/dist/types/Options/Classes/Particles/Move/OutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModes.top, defined in engine/dist/types/Options/Classes/Particles/Move/OutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModes.load, defined in engine/dist/types/Options/Classes/Particles/Move/OutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Parallax, defined in engine/dist/types/Options/Classes/Interactivity/Events/Parallax.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Parallax.enable, defined in engine/dist/types/Options/Classes/Interactivity/Events/Parallax.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Parallax.force, defined in engine/dist/types/Options/Classes/Interactivity/Events/Parallax.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Parallax.smooth, defined in engine/dist/types/Options/Classes/Interactivity/Events/Parallax.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Parallax.load, defined in engine/dist/types/Options/Classes/Interactivity/Events/Parallax.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle._calcPosition, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle._calculateVelocity, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle._checkOverlap, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle._engine, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle._getRollColor, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle._loadShapeData, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.backColor, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.bubble, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.close, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.color, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.container, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.destroyed, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.direction, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.fill, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.group, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.id, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.ignoresResizeRatio, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.initialPosition, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.initialVelocity, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.interactivity, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.lastPathTime, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.misplaced, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.moveCenter, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.moveDecay, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.offset, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.opacity, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.options, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.outType, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.pathDelay, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.pathGenerator, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.pathRotation, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.position, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.randomIndexData, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.retina, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.roll, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.rotation, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.shadowColor, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.shape, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.shapeData, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.sides, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.size, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.slow, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.spawning, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.strokeColor, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.strokeOpacity, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.strokeWidth, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.unbreakable, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.velocity, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.zIndexFactor, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.destroy, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.draw, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.getFillColor, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.getMass, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.getPosition, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.getRadius, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.getStrokeColor, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.init, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.isInsideCanvas, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.isVisible, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particle.reset, defined in engine/dist/types/Core/Particle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles._applyDensity, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles._engine, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles._initDensityFactor, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles._pushParticle, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.array, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.container, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.interactionManager, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.lastZIndex, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.limit, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.movers, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.needsSort, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.nextId, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.pool, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.pushing, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.quadTree, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.updaters, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.zArray, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.count, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.addManualParticles, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.addParticle, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.addParticle.initializer.__type, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.clear, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.destroy, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.draw, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.handleClickMode, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.init, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.push, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.redraw, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.remove, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.removeAt, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.removeQuantity, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.setDensity, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Particles.update, defined in engine/dist/types/Core/Particles.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesBounce, defined in engine/dist/types/Options/Classes/Particles/Bounce/ParticlesBounce.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesBounce.horizontal, defined in engine/dist/types/Options/Classes/Particles/Bounce/ParticlesBounce.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesBounce.vertical, defined in engine/dist/types/Options/Classes/Particles/Bounce/ParticlesBounce.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesBounce.load, defined in engine/dist/types/Options/Classes/Particles/Bounce/ParticlesBounce.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesBounceFactor, defined in engine/dist/types/Options/Classes/Particles/Bounce/ParticlesBounceFactor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesBounceFactor.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesBounceFactor.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesBounceFactor.load, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesDensity, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesDensity.enable, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesDensity.height, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesDensity.width, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesDensity.area, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesDensity.factor, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesDensity.value_area, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesDensity.load, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesInteractorBase, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesInteractorBase.container, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesInteractorBase.type, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesInteractorBase.clear, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesInteractorBase.init, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesInteractorBase.interact, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesInteractorBase.isEnabled, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesInteractorBase.reset, defined in engine/dist/types/Core/Utils/ParticlesInteractorBase.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesNumber, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesNumber.density, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesNumber.limit, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesNumber.value, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesNumber.max, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesNumber.load, defined in engine/dist/types/Options/Classes/Particles/Number/ParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions._container, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions._engine, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.bounce, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.collisions, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.color, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.groups, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.interactivity, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.move, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.number, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.opacity, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.reduceDuplicates, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.shadow, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.shape, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.size, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.stroke, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.zIndex, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesOptions.load, defined in engine/dist/types/Options/Classes/Particles/ParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins._engine, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins._initializers, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.drawers, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.interactors, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.movers, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.pathGenerators, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.plugins, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.presets, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.updaters, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.addInteractor, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.addParticleMover, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.addParticleUpdater, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.addPathGenerator, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.addPlugin, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.addPreset, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.addShapeDrawer, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.destroy, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.getAvailablePlugins, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.getInteractors, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.getMovers, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.getPathGenerator, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.getPlugin, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.getPreset, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.getShapeDrawer, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.getSupportedShapes, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.getUpdaters, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.loadOptions, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Plugins.loadParticlesOptions, defined in engine/dist/types/Core/Utils/Plugins.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Point, defined in engine/dist/types/Core/Utils/Point.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Point.particle, defined in engine/dist/types/Core/Utils/Point.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Point.position, defined in engine/dist/types/Core/Utils/Point.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree._divided, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree._points, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree._subs, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree.capacity, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree.rectangle, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree.subdivide, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree.insert, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree.query, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree.query.check.__type, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree.queryCircle, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree.queryCircle.check.__type, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree.queryRectangle, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.QuadTree.queryRectangle.check.__type, defined in engine/dist/types/Core/Utils/QuadTree.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Range, defined in engine/dist/types/Core/Utils/Range.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Range.position, defined in engine/dist/types/Core/Utils/Range.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Range.contains, defined in engine/dist/types/Core/Utils/Range.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Range.intersects, defined in engine/dist/types/Core/Utils/Range.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Rectangle, defined in engine/dist/types/Core/Utils/Rectangle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Rectangle.position, defined in engine/dist/types/Core/Utils/Range.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Rectangle.size, defined in engine/dist/types/Core/Utils/Rectangle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Rectangle.contains, defined in engine/dist/types/Core/Utils/Rectangle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Rectangle.intersects, defined in engine/dist/types/Core/Utils/Rectangle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ResizeEvent, defined in engine/dist/types/Options/Classes/Interactivity/Events/ResizeEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ResizeEvent.delay, defined in engine/dist/types/Options/Classes/Interactivity/Events/ResizeEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ResizeEvent.enable, defined in engine/dist/types/Options/Classes/Interactivity/Events/ResizeEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ResizeEvent.load, defined in engine/dist/types/Options/Classes/Interactivity/Events/ResizeEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Responsive, defined in engine/dist/types/Options/Classes/Responsive.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Responsive.maxWidth, defined in engine/dist/types/Options/Classes/Responsive.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Responsive.mode, defined in engine/dist/types/Options/Classes/Responsive.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Responsive.options, defined in engine/dist/types/Options/Classes/Responsive.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Responsive.load, defined in engine/dist/types/Options/Classes/Responsive.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Retina, defined in engine/dist/types/Core/Retina.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Retina.attractDistance, defined in engine/dist/types/Core/Retina.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Retina.container, defined in engine/dist/types/Core/Retina.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Retina.maxSpeed, defined in engine/dist/types/Core/Retina.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Retina.pixelRatio, defined in engine/dist/types/Core/Retina.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Retina.reduceFactor, defined in engine/dist/types/Core/Retina.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Retina.sizeAnimationSpeed, defined in engine/dist/types/Core/Retina.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Retina.init, defined in engine/dist/types/Core/Retina.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Retina.initParticle, defined in engine/dist/types/Core/Retina.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RgbColorManager, defined in engine/dist/types/Utils/RgbColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RgbColorManager.key, defined in engine/dist/types/Utils/RgbColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RgbColorManager.stringPrefix, defined in engine/dist/types/Utils/RgbColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RgbColorManager.handleColor, defined in engine/dist/types/Utils/RgbColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RgbColorManager.handleRangeColor, defined in engine/dist/types/Utils/RgbColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RgbColorManager.parseString, defined in engine/dist/types/Utils/RgbColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shadow, defined in engine/dist/types/Options/Classes/Particles/Shadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shadow.blur, defined in engine/dist/types/Options/Classes/Particles/Shadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shadow.color, defined in engine/dist/types/Options/Classes/Particles/Shadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shadow.enable, defined in engine/dist/types/Options/Classes/Particles/Shadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shadow.offset, defined in engine/dist/types/Options/Classes/Particles/Shadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shadow.load, defined in engine/dist/types/Options/Classes/Particles/Shadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.close, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.fill, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.loadShape, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.options, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.type, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.character, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.custom, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.image, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.images, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.polygon, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.stroke, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Shape.load, defined in engine/dist/types/Options/Classes/Particles/Shape/Shape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Size, defined in engine/dist/types/Options/Classes/Particles/Size/Size.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Size.animation, defined in engine/dist/types/Options/Classes/Particles/Size/Size.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Size.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Size.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Size.anim, defined in engine/dist/types/Options/Classes/Particles/Size/Size.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Size.load, defined in engine/dist/types/Options/Classes/Particles/Size/Size.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation, defined in engine/dist/types/Options/Classes/Particles/Size/SizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation.count, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation.decay, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation.destroy, defined in engine/dist/types/Options/Classes/Particles/Size/SizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation.enable, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation.minimumValue, defined in engine/dist/types/Options/Classes/Particles/Size/SizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation.speed, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation.startValue, defined in engine/dist/types/Options/Classes/Particles/Size/SizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation.sync, defined in engine/dist/types/Options/Classes/AnimationOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation.size_min, defined in engine/dist/types/Options/Classes/Particles/Size/SizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SizeAnimation.load, defined in engine/dist/types/Options/Classes/Particles/Size/SizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Spin, defined in engine/dist/types/Options/Classes/Particles/Move/Spin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Spin.acceleration, defined in engine/dist/types/Options/Classes/Particles/Move/Spin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Spin.enable, defined in engine/dist/types/Options/Classes/Particles/Move/Spin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Spin.position, defined in engine/dist/types/Options/Classes/Particles/Move/Spin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Spin.load, defined in engine/dist/types/Options/Classes/Particles/Move/Spin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Stroke, defined in engine/dist/types/Options/Classes/Particles/Stroke.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Stroke.color, defined in engine/dist/types/Options/Classes/Particles/Stroke.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Stroke.opacity, defined in engine/dist/types/Options/Classes/Particles/Stroke.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Stroke.width, defined in engine/dist/types/Options/Classes/Particles/Stroke.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Stroke.load, defined in engine/dist/types/Options/Classes/Particles/Stroke.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Theme, defined in engine/dist/types/Options/Classes/Theme/Theme.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Theme.default, defined in engine/dist/types/Options/Classes/Theme/Theme.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Theme.name, defined in engine/dist/types/Options/Classes/Theme/Theme.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Theme.options, defined in engine/dist/types/Options/Classes/Theme/Theme.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Theme.load, defined in engine/dist/types/Options/Classes/Theme/Theme.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ThemeDefault, defined in engine/dist/types/Options/Classes/Theme/ThemeDefault.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ThemeDefault.auto, defined in engine/dist/types/Options/Classes/Theme/ThemeDefault.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ThemeDefault.mode, defined in engine/dist/types/Options/Classes/Theme/ThemeDefault.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ThemeDefault.value, defined in engine/dist/types/Options/Classes/Theme/ThemeDefault.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ThemeDefault.load, defined in engine/dist/types/Options/Classes/Theme/ThemeDefault.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ValueWithRandom, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ValueWithRandom.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ValueWithRandom.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ValueWithRandom.load, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector, defined in engine/dist/types/Core/Utils/Vector.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.x, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.y, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.z, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.angle, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.length, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.origin, defined in engine/dist/types/Core/Utils/Vector.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.add, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.addTo, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.copy, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.distanceTo, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.distanceToSq, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.div, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.divTo, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.getLengthSq, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.mult, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.multTo, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.rotate, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.setTo, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.sub, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.subFrom, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.clone, defined in engine/dist/types/Core/Utils/Vector.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector.create, defined in engine/dist/types/Core/Utils/Vector.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.updateFromAngle, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.x, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.y, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.z, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.angle, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.length, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.origin, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.add, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.addTo, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.copy, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.distanceTo, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.distanceToSq, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.div, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.divTo, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.getLengthSq, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.mult, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.multTo, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.rotate, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.setTo, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.sub, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.subFrom, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.clone, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.Vector3d.create, defined in engine/dist/types/Core/Utils/Vector3d.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ZIndex, defined in engine/dist/types/Options/Classes/Particles/ZIndex/ZIndex.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ZIndex.opacityRate, defined in engine/dist/types/Options/Classes/Particles/ZIndex/ZIndex.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ZIndex.random, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ZIndex.sizeRate, defined in engine/dist/types/Options/Classes/Particles/ZIndex/ZIndex.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ZIndex.value, defined in engine/dist/types/Options/Classes/ValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ZIndex.velocityRate, defined in engine/dist/types/Options/Classes/Particles/ZIndex/ZIndex.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ZIndex.load, defined in engine/dist/types/Options/Classes/Particles/ZIndex/ZIndex.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAlphaColor, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAlphaColor.a, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimatable, defined in engine/dist/types/Options/Interfaces/IAnimatable.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimatable.animation, defined in engine/dist/types/Options/Interfaces/IAnimatable.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimatableColor, defined in engine/dist/types/Options/Interfaces/IAnimatableColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimatableColor.animation, defined in engine/dist/types/Options/Interfaces/IAnimatableColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimatableColor.value, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimation, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimation.count, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimation.decay, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimation.enable, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimation.speed, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IAnimation.sync, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackground, defined in engine/dist/types/Options/Interfaces/Background/IBackground.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackground.color, defined in engine/dist/types/Options/Interfaces/Background/IBackground.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackground.image, defined in engine/dist/types/Options/Interfaces/Background/IBackground.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackground.opacity, defined in engine/dist/types/Options/Interfaces/Background/IBackground.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackground.position, defined in engine/dist/types/Options/Interfaces/Background/IBackground.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackground.repeat, defined in engine/dist/types/Options/Interfaces/Background/IBackground.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackground.size, defined in engine/dist/types/Options/Interfaces/Background/IBackground.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackgroundMask, defined in engine/dist/types/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackgroundMask.composite, defined in engine/dist/types/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackgroundMask.cover, defined in engine/dist/types/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackgroundMask.enable, defined in engine/dist/types/Options/Interfaces/BackgroundMask/IBackgroundMask.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackgroundMaskCover, defined in engine/dist/types/Options/Interfaces/BackgroundMask/IBackgroundMaskCover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackgroundMaskCover.color, defined in engine/dist/types/Options/Interfaces/BackgroundMask/IBackgroundMaskCover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBackgroundMaskCover.opacity, defined in engine/dist/types/Options/Interfaces/BackgroundMask/IBackgroundMaskCover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBounds, defined in engine/dist/types/Core/Interfaces/IBounds.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBounds.bottom, defined in engine/dist/types/Core/Interfaces/IBounds.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBounds.left, defined in engine/dist/types/Core/Interfaces/IBounds.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBounds.right, defined in engine/dist/types/Core/Interfaces/IBounds.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBounds.top, defined in engine/dist/types/Core/Interfaces/IBounds.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBubbleParticleData, defined in engine/dist/types/Core/Interfaces/IBubbleParticleData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBubbleParticleData.color, defined in engine/dist/types/Core/Interfaces/IBubbleParticleData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBubbleParticleData.div, defined in engine/dist/types/Core/Interfaces/IBubbleParticleData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBubbleParticleData.finalColor, defined in engine/dist/types/Core/Interfaces/IBubbleParticleData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBubbleParticleData.inRange, defined in engine/dist/types/Core/Interfaces/IBubbleParticleData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBubbleParticleData.opacity, defined in engine/dist/types/Core/Interfaces/IBubbleParticleData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IBubbleParticleData.radius, defined in engine/dist/types/Core/Interfaces/IBubbleParticleData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICenterCoordinates, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICenterCoordinates.mode, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICenterCoordinates.radius, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICenterCoordinates.x, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICenterCoordinates.y, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICharacterShape, defined in engine/dist/types/Options/Interfaces/Particles/Shape/ICharacterShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICharacterShape.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICharacterShape.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICharacterShape.font, defined in engine/dist/types/Options/Interfaces/Particles/Shape/ICharacterShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICharacterShape.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICharacterShape.style, defined in engine/dist/types/Options/Interfaces/Particles/Shape/ICharacterShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICharacterShape.value, defined in engine/dist/types/Options/Interfaces/Particles/Shape/ICharacterShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICharacterShape.weight, defined in engine/dist/types/Options/Interfaces/Particles/Shape/ICharacterShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICircleBouncer, defined in engine/dist/types/Core/Interfaces/ICircleBouncer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICircleBouncer.factor, defined in engine/dist/types/Core/Interfaces/ICircleBouncer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICircleBouncer.mass, defined in engine/dist/types/Core/Interfaces/ICircleBouncer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICircleBouncer.position, defined in engine/dist/types/Core/Interfaces/ICircleBouncer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICircleBouncer.radius, defined in engine/dist/types/Core/Interfaces/ICircleBouncer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICircleBouncer.velocity, defined in engine/dist/types/Core/Interfaces/ICircleBouncer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IClickEvent, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IClickEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IClickEvent.enable, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IClickEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IClickEvent.mode, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IClickEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisions, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisions.absorb, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisions.bounce, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisions.enable, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisions.maxSpeed, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisions.mode, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisions.overlap, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisionsAbsorb, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisionsAbsorb.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisionsAbsorb.speed, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisionsAbsorb.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisionsOverlap, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisionsOverlap.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisionsOverlap.enable, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisionsOverlap.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICollisionsOverlap.retries, defined in engine/dist/types/Options/Interfaces/Particles/Collisions/ICollisionsOverlap.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColor, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColor.value, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorAnimation, defined in engine/dist/types/Options/Interfaces/IColorAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorAnimation.count, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorAnimation.decay, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorAnimation.enable, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorAnimation.offset, defined in engine/dist/types/Options/Interfaces/IColorAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorAnimation.speed, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorAnimation.sync, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorManager, defined in engine/dist/types/Core/Interfaces/IColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorManager.key, defined in engine/dist/types/Core/Interfaces/IColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorManager.stringPrefix, defined in engine/dist/types/Core/Interfaces/IColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorManager.handleColor, defined in engine/dist/types/Core/Interfaces/IColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorManager.handleRangeColor, defined in engine/dist/types/Core/Interfaces/IColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IColorManager.parseString, defined in engine/dist/types/Core/Interfaces/IColorManager.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerInteractivity, defined in engine/dist/types/Core/Interfaces/IContainerInteractivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerInteractivity.element, defined in engine/dist/types/Core/Interfaces/IContainerInteractivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerInteractivity.mouse, defined in engine/dist/types/Core/Interfaces/IContainerInteractivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerInteractivity.status, defined in engine/dist/types/Core/Interfaces/IContainerInteractivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.clickPositionValid.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.draw.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.drawParticle.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.handleClickMode.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.init.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.particleBounce.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.particleCreated.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.particleDestroyed.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.particleFillColor.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.particlePosition.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.particleStrokeColor.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.particleUpdate.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.particlesInitialization.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.particlesSetup.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.pause.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.play.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.reset.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.resize.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.start.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.stop.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IContainerPlugin.update.__type, defined in engine/dist/types/Core/Interfaces/IContainerPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinates, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinates.x, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinates.y, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinates3d, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinates3d.x, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinates3d.y, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinates3d.z, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinatesWithMode, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinatesWithMode.mode, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinatesWithMode.x, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ICoordinatesWithMode.y, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDelta, defined in engine/dist/types/Core/Interfaces/IDelta.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDelta.factor, defined in engine/dist/types/Core/Interfaces/IDelta.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDelta.value, defined in engine/dist/types/Core/Interfaces/IDelta.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDimension, defined in engine/dist/types/Core/Interfaces/IDimension.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDimension.height, defined in engine/dist/types/Core/Interfaces/IDimension.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDimension.width, defined in engine/dist/types/Core/Interfaces/IDimension.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDistance, defined in engine/dist/types/Core/Interfaces/IDistance.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDistance.horizontal, defined in engine/dist/types/Core/Interfaces/IDistance.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDistance.vertical, defined in engine/dist/types/Core/Interfaces/IDistance.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDivEvent, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IDivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDivEvent.el, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IDivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDivEvent.elementId, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IDivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDivEvent.enable, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IDivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDivEvent.ids, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IDivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDivEvent.mode, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IDivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDivEvent.selectors, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IDivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IDivEvent.type, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IDivEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IEvents, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IEvents.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IEvents.onClick, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IEvents.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IEvents.onDiv, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IEvents.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IEvents.onHover, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IEvents.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IEvents.onclick, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IEvents.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IEvents.ondiv, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IEvents.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IEvents.onhover, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IEvents.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IEvents.resize, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IEvents.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor, defined in engine/dist/types/Core/Interfaces/IExternalInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor.handleClickMode.__type, defined in engine/dist/types/Core/Interfaces/IExternalInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor.loadModeOptions.__type, defined in engine/dist/types/Core/Interfaces/IExternalInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor.loadOptions.__type, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor.loadParticlesOptions.__type, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor.type, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor.clear, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor.init, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor.interact, defined in engine/dist/types/Core/Interfaces/IExternalInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor.isEnabled, defined in engine/dist/types/Core/Interfaces/IExternalInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IExternalInteractor.reset, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IFullScreen, defined in engine/dist/types/Options/Interfaces/FullScreen/IFullScreen.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IFullScreen.enable, defined in engine/dist/types/Options/Interfaces/FullScreen/IFullScreen.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IFullScreen.zIndex, defined in engine/dist/types/Options/Interfaces/FullScreen/IFullScreen.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHoverEvent, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IHoverEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHoverEvent.enable, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IHoverEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHoverEvent.mode, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IHoverEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHoverEvent.parallax, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IHoverEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsl, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsl.h, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsl.l, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsl.s, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHslAnimation, defined in engine/dist/types/Options/Interfaces/IHslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHslAnimation.h, defined in engine/dist/types/Options/Interfaces/IHslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHslAnimation.l, defined in engine/dist/types/Options/Interfaces/IHslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHslAnimation.s, defined in engine/dist/types/Options/Interfaces/IHslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsla, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsla.a, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsla.h, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsla.l, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsla.s, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsv, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsv.h, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsv.s, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsv.v, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsva, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsva.a, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsva.h, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsva.s, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IHsva.v, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IImageShape, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IImageShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IImageShape.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IImageShape.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IImageShape.height, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IImageShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IImageShape.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IImageShape.replaceColor, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IImageShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IImageShape.replace_color, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IImageShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IImageShape.src, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IImageShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IImageShape.width, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IImageShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractivity, defined in engine/dist/types/Options/Interfaces/Interactivity/IInteractivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractivity.detect_on, defined in engine/dist/types/Options/Interfaces/Interactivity/IInteractivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractivity.detectsOn, defined in engine/dist/types/Options/Interfaces/Interactivity/IInteractivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractivity.events, defined in engine/dist/types/Options/Interfaces/Interactivity/IInteractivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractivity.modes, defined in engine/dist/types/Options/Interfaces/Interactivity/IInteractivity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractor, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractor.loadOptions.__type, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractor.loadParticlesOptions.__type, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractor.type, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractor.clear, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractor.init, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IInteractor.reset, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IManualParticle, defined in engine/dist/types/Options/Interfaces/IManualParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IManualParticle.options, defined in engine/dist/types/Options/Interfaces/IManualParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IManualParticle.position, defined in engine/dist/types/Options/Interfaces/IManualParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IModeDiv, defined in engine/dist/types/Options/Interfaces/Interactivity/Modes/IModeDiv.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IModeDiv.ids, defined in engine/dist/types/Options/Interfaces/Interactivity/Modes/IModeDiv.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IModeDiv.selectors, defined in engine/dist/types/Options/Interfaces/Interactivity/Modes/IModeDiv.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IModes, defined in engine/dist/types/Options/Interfaces/Interactivity/Modes/IModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMouseData, defined in engine/dist/types/Core/Interfaces/IMouseData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMouseData.clickPosition, defined in engine/dist/types/Core/Interfaces/IMouseData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMouseData.clickTime, defined in engine/dist/types/Core/Interfaces/IMouseData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMouseData.clicking, defined in engine/dist/types/Core/Interfaces/IMouseData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMouseData.downPosition, defined in engine/dist/types/Core/Interfaces/IMouseData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMouseData.inside, defined in engine/dist/types/Core/Interfaces/IMouseData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMouseData.position, defined in engine/dist/types/Core/Interfaces/IMouseData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.angle, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.attract, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.bounce, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.center, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.collisions, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.decay, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.direction, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.distance, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.drift, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.enable, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.gravity, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.noise, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.outMode, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.outModes, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.out_mode, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.path, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.random, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.size, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.speed, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.spin, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.straight, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.trail, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.vibrate, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMove.warp, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMove.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveAngle, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveAngle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveAngle.offset, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveAngle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveAngle.value, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveAngle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveAttract, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveAttract.distance, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveAttract.enable, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveAttract.rotate, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveAttract.rotateX, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveAttract.rotateY, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveAttract.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveGravity, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveGravity.acceleration, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveGravity.enable, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveGravity.inverse, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveGravity.maxSpeed, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveGravity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePath, defined in engine/dist/types/Options/Interfaces/Particles/Move/Path/IMovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePath.clamp, defined in engine/dist/types/Options/Interfaces/Particles/Move/Path/IMovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePath.delay, defined in engine/dist/types/Options/Interfaces/Particles/Move/Path/IMovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePath.enable, defined in engine/dist/types/Options/Interfaces/Particles/Move/Path/IMovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePath.generator, defined in engine/dist/types/Options/Interfaces/Particles/Move/Path/IMovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePath.options, defined in engine/dist/types/Options/Interfaces/Particles/Move/Path/IMovePath.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePathGenerator, defined in engine/dist/types/Core/Interfaces/IMovePathGenerator.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePathGenerator.generate.__type, defined in engine/dist/types/Core/Interfaces/IMovePathGenerator.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePathGenerator.init.__type, defined in engine/dist/types/Core/Interfaces/IMovePathGenerator.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePathGenerator.reset.__type, defined in engine/dist/types/Core/Interfaces/IMovePathGenerator.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMovePathGenerator.update.__type, defined in engine/dist/types/Core/Interfaces/IMovePathGenerator.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveTrail, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveTrail.enable, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveTrail.fill, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveTrail.fillColor, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveTrail.length, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveTrail.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacity, defined in engine/dist/types/Options/Interfaces/Particles/Opacity/IOpacity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacity.anim, defined in engine/dist/types/Options/Interfaces/Particles/Opacity/IOpacity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacity.animation, defined in engine/dist/types/Options/Interfaces/Particles/Opacity/IOpacity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacity.random, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacity.value, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacityAnimation, defined in engine/dist/types/Options/Interfaces/Particles/Opacity/IOpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacityAnimation.count, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacityAnimation.decay, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacityAnimation.destroy, defined in engine/dist/types/Options/Interfaces/Particles/Opacity/IOpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacityAnimation.enable, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacityAnimation.minimumValue, defined in engine/dist/types/Options/Interfaces/Particles/Opacity/IOpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacityAnimation.opacity_min, defined in engine/dist/types/Options/Interfaces/Particles/Opacity/IOpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacityAnimation.speed, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacityAnimation.startValue, defined in engine/dist/types/Options/Interfaces/Particles/Opacity/IOpacityAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOpacityAnimation.sync, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptionLoader, defined in engine/dist/types/Options/Interfaces/IOptionLoader.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptionLoader.load, defined in engine/dist/types/Options/Interfaces/IOptionLoader.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.autoPlay, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.background, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.backgroundMask, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.backgroundMode, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.delay, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.detectRetina, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.duration, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.fpsLimit, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.fps_limit, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.fullScreen, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.interactivity, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.manualParticles, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.name, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.particles, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.pauseOnBlur, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.pauseOnOutsideViewport, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.preset, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.responsive, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.retina_detect, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.smooth, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.style, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.themes, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptions.zLayers, defined in engine/dist/types/Options/Interfaces/IOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOutModes, defined in engine/dist/types/Options/Interfaces/Particles/Move/IOutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOutModes.bottom, defined in engine/dist/types/Options/Interfaces/Particles/Move/IOutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOutModes.default, defined in engine/dist/types/Options/Interfaces/Particles/Move/IOutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOutModes.left, defined in engine/dist/types/Options/Interfaces/Particles/Move/IOutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOutModes.right, defined in engine/dist/types/Options/Interfaces/Particles/Move/IOutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOutModes.top, defined in engine/dist/types/Options/Interfaces/Particles/Move/IOutModes.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParallax, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IParallax.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParallax.enable, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IParallax.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParallax.force, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IParallax.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParallax.smooth, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IParallax.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.backColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.bubble, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.close, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.color, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.destroyed, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.direction, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.fill, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.id, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.initialVelocity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.interactivity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.misplaced, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.offset, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.opacity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.options, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.position, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.randomIndexData, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.retina, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.roll, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.rotation, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.shadowColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.shape, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.shapeData, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.sides, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.size, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.strokeColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.strokeOpacity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.strokeWidth, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.velocity, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.getFillColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.getMass, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.getPosition, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.getRadius, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.getStrokeColor, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.isInsideCanvas, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticle.isVisible, defined in engine/dist/types/Core/Interfaces/IParticle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleColorStyle, defined in engine/dist/types/Core/Interfaces/IParticleColorStyle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleColorStyle.fill, defined in engine/dist/types/Core/Interfaces/IParticleColorStyle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleColorStyle.stroke, defined in engine/dist/types/Core/Interfaces/IParticleColorStyle.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleHslAnimation, defined in engine/dist/types/Core/Interfaces/IParticleHslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleHslAnimation.h, defined in engine/dist/types/Core/Interfaces/IParticleHslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleHslAnimation.l, defined in engine/dist/types/Core/Interfaces/IParticleHslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleHslAnimation.s, defined in engine/dist/types/Core/Interfaces/IParticleHslAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleLife, defined in engine/dist/types/Core/Interfaces/IParticleLife.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleLife.count, defined in engine/dist/types/Core/Interfaces/IParticleLife.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleLife.delay, defined in engine/dist/types/Core/Interfaces/IParticleLife.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleLife.delayTime, defined in engine/dist/types/Core/Interfaces/IParticleLife.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleLife.duration, defined in engine/dist/types/Core/Interfaces/IParticleLife.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleLife.time, defined in engine/dist/types/Core/Interfaces/IParticleLife.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleMover, defined in engine/dist/types/Core/Interfaces/IParticlesMover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleMover.init, defined in engine/dist/types/Core/Interfaces/IParticlesMover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleMover.isEnabled, defined in engine/dist/types/Core/Interfaces/IParticlesMover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleMover.move, defined in engine/dist/types/Core/Interfaces/IParticlesMover.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation.decay, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation.enable, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation.initialValue, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation.loops, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation.max, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation.maxLoops, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation.min, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation.status, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation.value, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleNumericValueAnimation.velocity, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRetinaProps, defined in engine/dist/types/Core/Interfaces/IParticleRetinaProps.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRetinaProps.attractDistance, defined in engine/dist/types/Core/Interfaces/IParticleRetinaProps.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRetinaProps.maxDistance, defined in engine/dist/types/Core/Interfaces/IParticleRetinaProps.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRetinaProps.maxSpeed, defined in engine/dist/types/Core/Interfaces/IParticleRetinaProps.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRetinaProps.moveDrift, defined in engine/dist/types/Core/Interfaces/IParticleRetinaProps.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRetinaProps.moveSpeed, defined in engine/dist/types/Core/Interfaces/IParticleRetinaProps.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRetinaProps.sizeAnimationSpeed, defined in engine/dist/types/Core/Interfaces/IParticleRetinaProps.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRoll, defined in engine/dist/types/Core/Interfaces/IParticleRoll.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRoll.alter, defined in engine/dist/types/Core/Interfaces/IParticleRoll.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRoll.alter.__type.type, defined in engine/dist/types/Core/Interfaces/IParticleRoll.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRoll.alter.__type.value, defined in engine/dist/types/Core/Interfaces/IParticleRoll.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRoll.angle, defined in engine/dist/types/Core/Interfaces/IParticleRoll.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRoll.enable, defined in engine/dist/types/Core/Interfaces/IParticleRoll.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRoll.horizontal, defined in engine/dist/types/Core/Interfaces/IParticleRoll.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRoll.speed, defined in engine/dist/types/Core/Interfaces/IParticleRoll.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleRoll.vertical, defined in engine/dist/types/Core/Interfaces/IParticleRoll.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleTransformValues, defined in engine/dist/types/Core/Interfaces/IParticleTransformValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleTransformValues.a, defined in engine/dist/types/Core/Interfaces/IParticleTransformValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleTransformValues.b, defined in engine/dist/types/Core/Interfaces/IParticleTransformValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleTransformValues.c, defined in engine/dist/types/Core/Interfaces/IParticleTransformValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleTransformValues.d, defined in engine/dist/types/Core/Interfaces/IParticleTransformValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater.afterDraw.__type, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater.beforeDraw.__type, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater.getColorStyles.__type, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater.getTransformValues.__type, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater.loadOptions.__type, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater.particleDestroyed.__type, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater.reset.__type, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater.init, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater.isEnabled, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleUpdater.update, defined in engine/dist/types/Core/Interfaces/IParticleUpdater.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleValueAnimation, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleValueAnimation.decay, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleValueAnimation.enable, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleValueAnimation.initialValue, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleValueAnimation.loops, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleValueAnimation.maxLoops, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleValueAnimation.status, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleValueAnimation.value, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticleValueAnimation.velocity, defined in engine/dist/types/Core/Interfaces/IParticleValueAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesBounce, defined in engine/dist/types/Options/Interfaces/Particles/Bounce/IParticlesBounce.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesBounce.horizontal, defined in engine/dist/types/Options/Interfaces/Particles/Bounce/IParticlesBounce.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesBounce.vertical, defined in engine/dist/types/Options/Interfaces/Particles/Bounce/IParticlesBounce.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesDensity, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesDensity.area, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesDensity.enable, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesDensity.factor, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesDensity.height, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesDensity.value_area, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesDensity.width, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesDensity.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesInteractor, defined in engine/dist/types/Core/Interfaces/IParticlesInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesInteractor.loadOptions.__type, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesInteractor.loadParticlesOptions.__type, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesInteractor.type, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesInteractor.clear, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesInteractor.init, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesInteractor.interact, defined in engine/dist/types/Core/Interfaces/IParticlesInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesInteractor.isEnabled, defined in engine/dist/types/Core/Interfaces/IParticlesInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesInteractor.reset, defined in engine/dist/types/Core/Interfaces/IInteractor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesNumber, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesNumber.density, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesNumber.limit, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesNumber.max, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesNumber.value, defined in engine/dist/types/Options/Interfaces/Particles/Number/IParticlesNumber.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.bounce, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.collisions, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.color, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.groups, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.interactivity, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.move, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.number, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.opacity, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.reduceDuplicates, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.shadow, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.shape, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.size, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.stroke, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IParticlesOptions.zIndex, defined in engine/dist/types/Options/Interfaces/Particles/IParticlesOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPlugin, defined in engine/dist/types/Core/Interfaces/IPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPlugin.id, defined in engine/dist/types/Core/Interfaces/IPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPlugin.getPlugin, defined in engine/dist/types/Core/Interfaces/IPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPlugin.loadOptions, defined in engine/dist/types/Core/Interfaces/IPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPlugin.needsPlugin, defined in engine/dist/types/Core/Interfaces/IPlugin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPolygonShape, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IPolygonShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPolygonShape.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPolygonShape.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPolygonShape.nb_sides, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IPolygonShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPolygonShape.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IPolygonShape.sides, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IPolygonShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeColor, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeColor.value, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeHsl, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeHsl.h, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeHsl.l, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeHsl.s, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeHsv, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeHsv.h, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeHsv.s, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeHsv.v, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeRgb, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeRgb.b, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeRgb.g, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeRgb.r, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeValue, defined in engine/dist/types/Core/Interfaces/IRangeValue.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeValue.max, defined in engine/dist/types/Core/Interfaces/IRangeValue.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeValue.min, defined in engine/dist/types/Core/Interfaces/IRangeValue.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeValueColor, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeValueColor.hsl, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeValueColor.hsv, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangeValueColor.rgb, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangedCoordinates, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangedCoordinates.x, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangedCoordinates.y, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangedCoordinates3d, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangedCoordinates3d.x, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangedCoordinates3d.y, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRangedCoordinates3d.z, defined in engine/dist/types/Core/Interfaces/ICoordinates.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRectSideResult, defined in engine/dist/types/Core/Interfaces/IRectSideResult.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRectSideResult.bounced, defined in engine/dist/types/Core/Interfaces/IRectSideResult.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRectSideResult.position, defined in engine/dist/types/Core/Interfaces/IRectSideResult.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRectSideResult.velocity, defined in engine/dist/types/Core/Interfaces/IRectSideResult.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IResizeEvent, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IResizeEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IResizeEvent.delay, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IResizeEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IResizeEvent.enable, defined in engine/dist/types/Options/Interfaces/Interactivity/Events/IResizeEvent.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IResponsive, defined in engine/dist/types/Options/Interfaces/IResponsive.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IResponsive.maxWidth, defined in engine/dist/types/Options/Interfaces/IResponsive.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IResponsive.mode, defined in engine/dist/types/Options/Interfaces/IResponsive.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IResponsive.options, defined in engine/dist/types/Options/Interfaces/IResponsive.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRgb, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRgb.b, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRgb.g, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRgb.r, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRgba, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRgba.a, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRgba.b, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRgba.g, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IRgba.r, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShadow, defined in engine/dist/types/Options/Interfaces/Particles/IShadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShadow.blur, defined in engine/dist/types/Options/Interfaces/Particles/IShadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShadow.color, defined in engine/dist/types/Options/Interfaces/Particles/IShadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShadow.enable, defined in engine/dist/types/Options/Interfaces/Particles/IShadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShadow.offset, defined in engine/dist/types/Options/Interfaces/Particles/IShadow.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape.character, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape.close, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape.custom, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape.fill, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape.image, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape.images, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape.options, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape.polygon, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape.stroke, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShape.type, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeDrawer, defined in engine/dist/types/Core/Interfaces/IShapeDrawer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeDrawer.afterEffect, defined in engine/dist/types/Core/Interfaces/IShapeDrawer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeDrawer.destroy, defined in engine/dist/types/Core/Interfaces/IShapeDrawer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeDrawer.draw, defined in engine/dist/types/Core/Interfaces/IShapeDrawer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeDrawer.getSidesCount, defined in engine/dist/types/Core/Interfaces/IShapeDrawer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeDrawer.init, defined in engine/dist/types/Core/Interfaces/IShapeDrawer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeDrawer.loadShape, defined in engine/dist/types/Core/Interfaces/IShapeDrawer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeDrawer.particleInit, defined in engine/dist/types/Core/Interfaces/IShapeDrawer.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeValues, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeValues.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeValues.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IShapeValues.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISize, defined in engine/dist/types/Options/Interfaces/Particles/Size/ISize.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISize.anim, defined in engine/dist/types/Options/Interfaces/Particles/Size/ISize.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISize.animation, defined in engine/dist/types/Options/Interfaces/Particles/Size/ISize.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISize.random, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISize.value, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISizeAnimation, defined in engine/dist/types/Options/Interfaces/Particles/Size/ISizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISizeAnimation.count, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISizeAnimation.decay, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISizeAnimation.destroy, defined in engine/dist/types/Options/Interfaces/Particles/Size/ISizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISizeAnimation.enable, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISizeAnimation.minimumValue, defined in engine/dist/types/Options/Interfaces/Particles/Size/ISizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISizeAnimation.size_min, defined in engine/dist/types/Options/Interfaces/Particles/Size/ISizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISizeAnimation.speed, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISizeAnimation.startValue, defined in engine/dist/types/Options/Interfaces/Particles/Size/ISizeAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISizeAnimation.sync, defined in engine/dist/types/Options/Interfaces/IAnimation.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISlowParticleData, defined in engine/dist/types/Core/Interfaces/ISlowParticleData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISlowParticleData.factor, defined in engine/dist/types/Core/Interfaces/ISlowParticleData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISlowParticleData.inRange, defined in engine/dist/types/Core/Interfaces/ISlowParticleData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISpin, defined in engine/dist/types/Options/Interfaces/Particles/Move/ISpin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISpin.acceleration, defined in engine/dist/types/Options/Interfaces/Particles/Move/ISpin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISpin.enable, defined in engine/dist/types/Options/Interfaces/Particles/Move/ISpin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISpin.position, defined in engine/dist/types/Options/Interfaces/Particles/Move/ISpin.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStarShape, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IStarShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStarShape.close, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStarShape.fill, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStarShape.inset, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IStarShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStarShape.nb_sides, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IStarShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStarShape.particles, defined in engine/dist/types/Core/Interfaces/IShapeValues.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStarShape.sides, defined in engine/dist/types/Options/Interfaces/Particles/Shape/IStarShape.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStroke, defined in engine/dist/types/Options/Interfaces/Particles/IStroke.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStroke.color, defined in engine/dist/types/Options/Interfaces/Particles/IStroke.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStroke.opacity, defined in engine/dist/types/Options/Interfaces/Particles/IStroke.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IStroke.width, defined in engine/dist/types/Options/Interfaces/Particles/IStroke.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ITheme, defined in engine/dist/types/Options/Interfaces/Theme/ITheme.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ITheme.default, defined in engine/dist/types/Options/Interfaces/Theme/ITheme.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ITheme.name, defined in engine/dist/types/Options/Interfaces/Theme/ITheme.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ITheme.options, defined in engine/dist/types/Options/Interfaces/Theme/ITheme.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IThemeDefault, defined in engine/dist/types/Options/Interfaces/Theme/IThemeDefault.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IThemeDefault.auto, defined in engine/dist/types/Options/Interfaces/Theme/IThemeDefault.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IThemeDefault.mode, defined in engine/dist/types/Options/Interfaces/Theme/IThemeDefault.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IThemeDefault.value, defined in engine/dist/types/Options/Interfaces/Theme/IThemeDefault.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IValueColor, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IValueColor.hsl, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IValueColor.hsv, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IValueColor.rgb, defined in engine/dist/types/Core/Interfaces/Colors.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IValueWithRandom, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IValueWithRandom.random, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IValueWithRandom.value, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IZIndex, defined in engine/dist/types/Options/Interfaces/Particles/ZIndex/IZIndex.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IZIndex.opacityRate, defined in engine/dist/types/Options/Interfaces/Particles/ZIndex/IZIndex.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IZIndex.random, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IZIndex.sizeRate, defined in engine/dist/types/Options/Interfaces/Particles/ZIndex/IZIndex.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IZIndex.value, defined in engine/dist/types/Options/Interfaces/IValueWithRandom.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IZIndex.velocityRate, defined in engine/dist/types/Options/Interfaces/Particles/ZIndex/IZIndex.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CustomEventArgs, defined in engine/dist/types/Types/CustomEventArgs.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CustomEventArgs.__type.container, defined in engine/dist/types/Types/CustomEventArgs.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CustomEventArgs.__type.data, defined in engine/dist/types/Types/CustomEventArgs.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.CustomEventListener.__type, defined in engine/dist/types/Types/CustomEventListener.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.EasingTypeAlt, defined in engine/dist/types/Enums/Types/EasingType.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IMoveCenter, defined in engine/dist/types/Options/Interfaces/Particles/Move/IMoveCenter.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.IOptionsColor, defined in engine/dist/types/Options/Interfaces/IOptionsColor.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ISourceOptions, defined in engine/dist/types/Types/ISourceOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.MoveDirectionAlt, defined in engine/dist/types/Enums/Directions/MoveDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.OutModeAlt, defined in engine/dist/types/Enums/Modes/OutMode.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ParticlesGroups, defined in engine/dist/types/Types/ParticlesGroups.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.PathOptions, defined in engine/dist/types/Types/PathOptions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RangeValue, defined in engine/dist/types/Types/RangeValue.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RecursivePartial, defined in engine/dist/types/Types/RecursivePartial.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.RotateDirectionAlt, defined in engine/dist/types/Enums/Directions/RotateDirection.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ShapeData, defined in engine/dist/types/Types/ShapeData.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ShapeDrawerAfterEffectFunction.__type, defined in engine/dist/types/Types/ShapeDrawerFunctions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ShapeDrawerDestroyFunction.__type, defined in engine/dist/types/Types/ShapeDrawerFunctions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ShapeDrawerDrawFunction.__type, defined in engine/dist/types/Types/ShapeDrawerFunctions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ShapeDrawerInitFunction.__type, defined in engine/dist/types/Types/ShapeDrawerFunctions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ShapeDrawerLoadFunction.__type, defined in engine/dist/types/Types/ShapeDrawerFunctions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ShapeDrawerParticleInitFunction.__type, defined in engine/dist/types/Types/ShapeDrawerFunctions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.ShapeDrawerSidesCountFunction.__type, defined in engine/dist/types/Types/ShapeDrawerFunctions.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.SingleOrMultiple, defined in engine/dist/types/Types/SingleOrMultiple.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.errorPrefix, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.generatedAttribute, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.mouseDownEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.mouseLeaveEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.mouseMoveEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.mouseOutEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.mouseUpEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.resizeEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.touchCancelEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.touchEndEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.touchMoveEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.touchStartEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.tsParticles, defined in engine/dist/types/index.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.visibilityChangeEvent, defined in engine/dist/types/Core/Utils/Constants.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.addColorManager, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.addEasing, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.alterHsl, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.animate, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.animate.__type, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.areBoundsInside, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.arrayRandomIndex, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.calcExactPositionOrRandomFromSize, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.calcExactPositionOrRandomFromSizeRanged, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.calcPositionFromSize, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.calcPositionOrRandomFromSize, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.calcPositionOrRandomFromSizeRanged, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.calculateBounds, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.cancelAnimation, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.cancelAnimation.__type, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.circleBounce, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.circleBounceDataFromParticle, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.clamp, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.clear, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.collisionVelocity, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.colorMix, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.colorToHsl, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.colorToRgb, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.deepExtend, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.divMode, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.divModeExecute, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.divModeExecute.callback.__type, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.drawLine, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.drawParticle, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.drawParticlePlugin, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.drawPlugin, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.drawShape, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.drawShapeAfterEffect, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.drawTriangle, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.executeOnSingleOrMultiple, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.executeOnSingleOrMultiple.callback.__type, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.findItemFromSingleOrMultiple, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.findItemFromSingleOrMultiple.callback.__type, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getDistance, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getDistances, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getDistances.__type.distance, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getDistances.__type.dx, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getDistances.__type.dy, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getEasing, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getHslAnimationFromHsl, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getHslFromAnimation, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getLinkColor, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getLinkRandomColor, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getParticleBaseVelocity, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getParticleDirectionAngle, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getRandom, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getRandomRgbColor, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getRangeMax, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getRangeMin, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getRangeValue, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getStyleFromHsl, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getStyleFromRgb, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.getValue, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.hasMatchMedia, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.hslToRgb, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.hslaToRgba, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.isDivModeEnabled, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.isInArray, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.isPointInside, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.isSsr, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.itemFromArray, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.itemFromSingleOrMultiple, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.loadFont, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.loadOptions, defined in engine/dist/types/Utils/OptionsUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.loadParticlesOptions, defined in engine/dist/types/Utils/OptionsUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.loadSlim, defined in bundles/slim/dist/types/index.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.mix, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.paintBase, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.paintImage, defined in engine/dist/types/Utils/CanvasUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.parseAlpha, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.randomInRange, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.rangeColorToHsl, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.rangeColorToRgb, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.rectBounce, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.rgbToHsl, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.safeMatchMedia, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.setRandom, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.setRandom.rnd.__type, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.setRangeValue, defined in engine/dist/types/Utils/NumberUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.singleDivModeExecute, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.singleDivModeExecute.callback.__type, defined in engine/dist/types/Utils/Utils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.stringToAlpha, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.stringToRgb, defined in engine/dist/types/Utils/ColorUtils.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadFull, defined in bundles/full/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.IParticlesJS.IParticlesJS.load.callback.__type, defined in bundles/pjs/src/IParticlesJS.ts, does not have any documentation.
+[93m[warning][0m tsParticles.bundle.pJSDom, defined in bundles/pjs/src/bundle.ts, does not have any documentation.
+[93m[warning][0m tsParticles.index.loadSlim, defined in bundles/slim/src/index.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathElement.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSeg.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcAbs.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegArcRel.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegClosePath.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicAbs.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicRel.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothAbs.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoCubicSmoothRel.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticAbs.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticRel.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothAbs.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegCurvetoQuadraticSmoothRel.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoAbs.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalAbs.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoHorizontalRel.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoRel.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalAbs.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegLinetoVerticalRel.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegList.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoAbs.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGPathSegMovetoRel.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m tsParticles.pathseg.SVGZoomEvent.__type, defined in plugins/polygonMask/src/pathseg.d.ts, does not have any documentation.
+[93m[warning][0m Failed to resolve link to "IColor" in comment for tsParticles.Options/Classes/Links.Links.color.
+[93m[warning][0m Failed to resolve link to "IColor" in comment for tsParticles.Options/Interfaces/ILinks.ILinks.color.
+[93m[warning][0m Failed to resolve link to "tsparticles-engine!Container" in comment for tsParticles.IParticlesJS.IParticlesJS.load.
+[93m[warning][0m Failed to resolve link to "tsparticles-engine!Container" in comment for tsParticles.IParticlesJS.IParticlesJS.load.callback.
+[93m[warning][0m Failed to resolve link to "tsparticles-engine!Container" in comment for tsParticles.IParticlesJS.IParticlesJS.setOnClickHandler.
+[93m[warning][0m Failed to resolve link to "tsparticles-engine!Container" in comment for tsParticles.IParticlesJS.IParticlesJS.
+[93m[warning][0m Failed to resolve link to "tsparticles-engine!Container" in comment for tsParticles.IParticlesJS.IParticlesJS.options.
+[93m[warning][0m Failed to resolve link to "tsparticles-engine!Container" in comment for tsParticles.bundle.particlesJS.
+[93m[warning][0m Failed to resolve link to "tsparticles-engine!Container" in comment for tsParticles.bundle.particlesJS.options.
+[93m[warning][0m Failed to resolve link to "tsparticles-engine!Engine.load | tsParticles.load" in comment for tsParticles.index.initPjs.__type.Particles.
+[93m[warning][0m Failed to resolve link to "tsparticles-engine!Engine.dom | tsParticles.dom" in comment for tsParticles.index.initPjs.__type.pJSDom.
+[93m[warning][0m Failed to resolve link to "tsparticles-engine!Engine.load | tsParticles.load" in comment for tsParticles.index.initPjs.__type.particlesJS.
+[93m[warning][0m
+Unsupported highlight language "sveltehtml" will not be highlighted. Run typedoc --help for a list of supported languages.
+target code block :
+
+ <Particles
+ id="tsparticles"
+ options={options}
+ particlesInit={particlesInit}
+ />
+source files :undefined
+output file :
+ undefined
+[93m[warning][0m
+Unsupported highlight language "sveltehtml" will not be highlighted. Run typedoc --help for a list of supported languages.
+target code block :
+
+ <Particles
+ id="tsparticles"
+ options={options}
+ particlesInit="{particlesInit}"
+ />
+source files :undefined
+output file :
+ undefined
+[96m[info][0m Documentation generated at ./docs
diff --git a/IInfection.ts b/IInfection.ts
index 999cba8..000fff7 100644
--- a/IInfection.ts
+++ b/IInfection.ts
@@ -2,7 +2,7 @@ import type { IInfectionStage } from "./IInfectionStage";
/**
* The particles infection animations options
- * [[include:Options/Infection.md]]
+ * [[include:Options/Plugins/Infection.md]]
* @category Options
*/
export interface IInfection {
|
|
chore: trait forward reference
|
33f6bac20d011fe63223ae063189ef7be5990adb
|
chore
|
https://github.com/erg-lang/erg/commit/33f6bac20d011fe63223ae063189ef7be5990adb
|
trait forward reference
|
diff --git a/register.rs b/register.rs
index 808acac..2aa42a5 100644
--- a/register.rs
+++ b/register.rs
@@ -24,7 +24,7 @@ use ast::{
ConstIdentifier, Decorator, DefId, Identifier, OperationKind, PolyTypeSpec, PreDeclTypeSpec,
VarName,
};
-use erg_parser::ast;
+use erg_parser::ast::{self, TypeSpecWithOp};
use crate::ty::constructors::{
free_var, func, func0, func1, proc, ref_, ref_mut, tp_enum, unknown_len_array_t, v_enum,
@@ -50,7 +50,7 @@ use RegistrationMode::*;
use super::eval::Substituter;
use super::instantiate::TyVarCache;
use super::instantiate_spec::ParamKind;
-use super::ParamSpec;
+use super::{ParamSpec, TraitImpl};
pub fn valid_mod_name(name: &str) -> bool {
!name.is_empty() && !name.starts_with('/') && name.trim() == name
@@ -929,6 +929,124 @@ impl Context {
Ok(())
}
+ pub(crate) fn get_class_and_impl_trait<'c>(
+ &mut self,
+ class_spec: &'c ast::TypeSpec,
+ ) -> TyCheckResult<(Type, Option<(Type, &'c TypeSpecWithOp)>)> {
+ let mut dummy_tv_cache = TyVarCache::new(self.level, self);
+ match class_spec {
+ ast::TypeSpec::TypeApp { spec, args } => {
+ match &args.args {
+ ast::TypeAppArgsKind::Args(args) => {
+ let (impl_trait, t_spec) = match &args.pos_args().first().unwrap().expr {
+ // TODO: check `tasc.op`
+ ast::Expr::TypeAscription(tasc) => (
+ self.instantiate_typespec_full(
+ &tasc.t_spec.t_spec,
+ None,
+ &mut dummy_tv_cache,
+ RegistrationMode::Normal,
+ false,
+ )?,
+ &tasc.t_spec,
+ ),
+ other => {
+ return Err(TyCheckErrors::from(TyCheckError::syntax_error(
+ self.cfg.input.clone(),
+ line!() as usize,
+ other.loc(),
+ self.caused_by(),
+ format!("expected type ascription, but found {}", other.name()),
+ None,
+ )))
+ }
+ };
+ Ok((
+ self.instantiate_typespec_full(
+ spec,
+ None,
+ &mut dummy_tv_cache,
+ RegistrationMode::Normal,
+ false,
+ )?,
+ Some((impl_trait, t_spec)),
+ ))
+ }
+ ast::TypeAppArgsKind::SubtypeOf(trait_spec) => {
+ let impl_trait = self.instantiate_typespec_full(
+ &trait_spec.t_spec,
+ None,
+ &mut dummy_tv_cache,
+ RegistrationMode::Normal,
+ false,
+ )?;
+ Ok((
+ self.instantiate_typespec_full(
+ spec,
+ None,
+ &mut dummy_tv_cache,
+ RegistrationMode::Normal,
+ false,
+ )?,
+ Some((impl_trait, trait_spec.as_ref())),
+ ))
+ }
+ }
+ }
+ other => Ok((
+ self.instantiate_typespec_full(
+ other,
+ None,
+ &mut dummy_tv_cache,
+ RegistrationMode::Normal,
+ false,
+ )?,
+ None,
+ )),
+ }
+ }
+
+ fn register_trait_impl(
+ &mut self,
+ class: &Type,
+ trait_: &Type,
+ trait_loc: &impl Locational,
+ ) -> TyCheckResult<()> {
+ // TODO: polymorphic trait
+ if let Some(mut impls) = self.trait_impls().get_mut(&trait_.qual_name()) {
+ impls.insert(TraitImpl::new(class.clone(), trait_.clone()));
+ } else {
+ self.trait_impls().register(
+ trait_.qual_name(),
+ set! {TraitImpl::new(class.clone(), trait_.clone())},
+ );
+ }
+ let trait_ctx = if let Some((_, trait_ctx)) = self.get_nominal_type_ctx(trait_) {
+ trait_ctx.clone()
+ } else {
+ // TODO: maybe parameters are wrong
+ return Err(TyCheckErrors::from(TyCheckError::no_var_error(
+ self.cfg.input.clone(),
+ line!() as usize,
+ trait_loc.loc(),
+ self.caused_by(),
+ &trait_.local_name(),
+ None,
+ )));
+ };
+ let Some((_, class_ctx)) = self.get_mut_nominal_type_ctx(class) else {
+ return Err(TyCheckErrors::from(TyCheckError::type_not_found(
+ self.cfg.input.clone(),
+ line!() as usize,
+ trait_loc.loc(),
+ self.caused_by(),
+ class,
+ )));
+ };
+ class_ctx.register_supertrait(trait_.clone(), &trait_ctx);
+ Ok(())
+ }
+
/// Registers type definitions of types and constants; unlike `register_const`, this does not evaluate terms.
pub(crate) fn preregister_const(&mut self, block: &ast::Block) -> TyCheckResult<()> {
let mut total_errs = TyCheckErrors::empty();
@@ -982,6 +1100,19 @@ impl Context {
if let Err(errs) = self.register_const_def(&class_def.def) {
total_errs.extend(errs);
}
+ for methods in class_def.methods_list.iter() {
+ let Ok((class, impl_trait)) = self.get_class_and_impl_trait(&methods.class)
+ else {
+ continue;
+ };
+ // assume the class has implemented the trait, regardless of whether the implementation is correct
+ if let Some((trait_, trait_loc)) = &impl_trait {
+ if let Err(errs) = self.register_trait_impl(&class, trait_, *trait_loc)
+ {
+ total_errs.extend(errs);
+ }
+ }
+ }
}
ast::Expr::PatchDef(patch_def) => {
if let Err(errs) = self.register_const_def(&patch_def.def) {
diff --git a/semver.er b/semver.er
index 941433e..34db625 100644
--- a/semver.er
+++ b/semver.er
@@ -34,6 +34,10 @@
_ -> panic "invalid semver string: \\{s}"
@Override
__repr__ ref self = "SemVer(\\{self.__str__()})"
+ compatible_with self, other =
+ if self.major == 0, do:
+ self.compatible_with::return self == other
+ self.major == other.major
#[
greater self, other: .Version =
match [self.major > other.major, self.major >= other.major, self.minor > other.minor, self.minor >= other.minor, self.patch > other.patch]:
diff --git a/lower.rs b/lower.rs
index fb87db8..10f8c60 100644
--- a/lower.rs
+++ b/lower.rs
@@ -25,7 +25,6 @@ use erg_parser::token::{Token, TokenKind};
use erg_parser::Parser;
use crate::artifact::{BuildRunnable, Buildable, CompleteArtifact, IncompleteArtifact};
-use crate::context::instantiate::TyVarCache;
use crate::module::SharedCompilerResource;
use crate::ty::constructors::{
array_t, free_var, func, guard, mono, poly, proc, refinement, set_t, singleton, ty_tp,
@@ -40,7 +39,7 @@ use crate::ty::{
use crate::context::{
ClassDefType, Context, ContextKind, ContextProvider, ControlKind, ModuleContext,
- RegistrationMode, TraitImpl,
+ RegistrationMode,
};
use crate::error::{
CompileError, CompileErrors, CompileWarning, LowerError, LowerErrors, LowerResult,
@@ -2008,12 +2007,11 @@ impl ASTLowerer {
log!(info "entered {}({class_def})", fn_name!());
let mut hir_def = self.lower_def(class_def.def)?;
let mut hir_methods = hir::Block::empty();
- for mut methods in class_def.methods_list.into_iter() {
- let (class, impl_trait) = self.get_class_and_impl_trait(&methods.class)?;
- // assume the class has implemented the trait, regardless of whether the implementation is correct
- if let Some((trait_, trait_loc)) = &impl_trait {
- self.register_trait_impl(&class, trait_, *trait_loc)?;
- }
+ for methods in class_def.methods_list.into_iter() {
+ let (class, impl_trait) = self
+ .module
+ .context
+ .get_class_and_impl_trait(&methods.class)?;
if let Some((_, class_root)) = self.module.context.get_nominal_type_ctx(&class) {
if !class_root.kind.is_class() {
return Err(LowerErrors::from(LowerError::method_definition_error(
@@ -2039,7 +2037,7 @@ impl ASTLowerer {
self.module
.context
.grow(&class.local_name(), kind, hir_def.sig.vis().clone(), None);
- for attr in methods.attrs.iter_mut() {
+ for attr in methods.attrs.iter() {
match attr {
ast::ClassAttr::Def(def) => {
self.module
@@ -2157,83 +2155,6 @@ impl ASTLowerer {
))
}
- fn get_class_and_impl_trait<'c>(
- &mut self,
- class_spec: &'c ast::TypeSpec,
- ) -> LowerResult<(Type, Option<(Type, &'c TypeSpecWithOp)>)> {
- let mut dummy_tv_cache = TyVarCache::new(self.module.context.level, &self.module.context);
- match class_spec {
- ast::TypeSpec::TypeApp { spec, args } => {
- match &args.args {
- ast::TypeAppArgsKind::Args(args) => {
- let (impl_trait, t_spec) = match &args.pos_args().first().unwrap().expr {
- // TODO: check `tasc.op`
- ast::Expr::TypeAscription(tasc) => (
- self.module.context.instantiate_typespec_full(
- &tasc.t_spec.t_spec,
- None,
- &mut dummy_tv_cache,
- RegistrationMode::Normal,
- false,
- )?,
- &tasc.t_spec,
- ),
- other => {
- return Err(LowerErrors::from(LowerError::syntax_error(
- self.input().clone(),
- line!() as usize,
- other.loc(),
- self.module.context.caused_by(),
- format!("expected type ascription, but found {}", other.name()),
- None,
- )))
- }
- };
- Ok((
- self.module.context.instantiate_typespec_full(
- spec,
- None,
- &mut dummy_tv_cache,
- RegistrationMode::Normal,
- false,
- )?,
- Some((impl_trait, t_spec)),
- ))
- }
- ast::TypeAppArgsKind::SubtypeOf(trait_spec) => {
- let impl_trait = self.module.context.instantiate_typespec_full(
- &trait_spec.t_spec,
- None,
- &mut dummy_tv_cache,
- RegistrationMode::Normal,
- false,
- )?;
- Ok((
- self.module.context.instantiate_typespec_full(
- spec,
- None,
- &mut dummy_tv_cache,
- RegistrationMode::Normal,
- false,
- )?,
- Some((impl_trait, trait_spec.as_ref())),
- ))
- }
- }
- }
- other => Ok((
- self.module.context.instantiate_typespec_full(
- other,
- None,
- &mut dummy_tv_cache,
- RegistrationMode::Normal,
- false,
- )?,
- None,
- )),
- }
- }
-
fn lower_patch_def(&mut self, class_def: ast::PatchDef) -> LowerResult<hir::PatchDef> {
log!(info "entered {}({class_def})", fn_name!());
let base_t = {
@@ -2349,53 +2270,6 @@ impl ASTLowerer {
Ok(hir::ReDef::new(attr, hir::Block::new(vec![expr])))
}
- fn register_trait_impl(
- &mut self,
- class: &Type,
- trait_: &Type,
- trait_loc: &impl Locational,
- ) -> LowerResult<()> {
- // TODO: polymorphic trait
- if let Some(mut impls) = self
- .module
- .context
- .trait_impls()
- .get_mut(&trait_.qual_name())
- {
- impls.insert(TraitImpl::new(class.clone(), trait_.clone()));
- } else {
- self.module.context.trait_impls().register(
- trait_.qual_name(),
- set! {TraitImpl::new(class.clone(), trait_.clone())},
- );
- }
- let trait_ctx =
- if let Some((_, trait_ctx)) = self.module.context.get_nominal_type_ctx(trait_) {
- trait_ctx.clone()
- } else {
- // TODO: maybe parameters are wrong
- return Err(LowerErrors::from(LowerError::no_var_error(
- self.cfg.input.clone(),
- line!() as usize,
- trait_loc.loc(),
- self.module.context.caused_by(),
- &trait_.local_name(),
- None,
- )));
- };
- let Some((_, class_ctx)) = self.module.context.get_mut_nominal_type_ctx(class) else {
- return Err(LowerErrors::from(LowerError::type_not_found(
- self.cfg.input.clone(),
- line!() as usize,
- trait_loc.loc(),
- self.module.context.caused_by(),
- class,
- )));
- };
- class_ctx.register_supertrait(trait_.clone(), &trait_ctx);
- Ok(())
- }
-
/// HACK: Cannot be methodized this because `&self` has been taken immediately before.
fn check_inheritable(
cfg: &ErgConfig,
|
|
refactor (#287)
Remove VecDeque in favor of two vecs which will keep their indices
stable no matter what, while making much clearer what's happening.
It's surprising I wasn't able to do this refactor the first time around
and shows how hard it was to understand (for me) :D.
|
831397c99fee9f2d6758124d993386cca5534f7b
|
refactor
|
https://github.com/Byron/gitoxide/commit/831397c99fee9f2d6758124d993386cca5534f7b
|
D.
|
diff --git a/verify.rs b/verify.rs
index 57dd888..c5941fd 100644
--- a/verify.rs
+++ b/verify.rs
@@ -52,7 +52,7 @@ impl Store {
let mut num_objects = 0;
let start = Instant::now();
- let mut progress = progress.add_child("validating");
+ let mut progress = progress.add_child("Validating");
progress.init(None, git_features::progress::count("objects"));
for id in self.iter().filter_map(Result::ok) {
let object = self
diff --git a/iter.rs b/iter.rs
index 1b17178..111d5df 100644
--- a/iter.rs
+++ b/iter.rs
@@ -4,16 +4,12 @@ use crate::cache::delta::{Item, Tree};
impl<T> Tree<T> {
/// Return an iterator over chunks of roots. Roots are not children themselves, they have no parents.
pub fn iter_root_chunks(&mut self, chunk_size: usize) -> impl Iterator<Item = Chunk<'_, T>> + '_ {
- let (front, back) = self.items.as_mut_slices();
- assert_eq!(
- front.len(),
- self.roots,
- "This should not happen unless we added more nodes than were declared in the constructor"
- );
+ let roots = self.root_items.as_mut_slice();
+ let children = self.child_items.as_mut_slice();
- front.chunks_mut(chunk_size).map(move |c| Chunk {
+ roots.chunks_mut(chunk_size).map(move |c| Chunk {
inner: c.iter_mut(),
- children: back as *mut [Item<T>],
+ children: children as *mut [Item<T>],
})
}
}
diff --git a/mod.rs b/mod.rs
index 2a26212..ba1318d 100644
--- a/mod.rs
+++ b/mod.rs
@@ -156,7 +156,7 @@ impl crate::index::File {
let resolver = make_resolver()?;
let sorted_pack_offsets_by_oid = {
let in_parallel_if_pack_is_big_enough = || bytes_to_process > 5_000_000;
- let mut items = tree.traverse(
+ let (roots, children) = tree.traverse(
in_parallel_if_pack_is_big_enough,
resolver,
pack_entries_end,
@@ -181,9 +181,11 @@ impl crate::index::File {
)?;
root_progress.inc();
+ let mut items = roots;
+ items.extend(children);
{
let _progress = root_progress.add_child("sorting by id");
- items.make_contiguous().sort_by_key(|e| e.data.id);
+ items.sort_by_key(|e| e.data.id);
}
root_progress.inc();
diff --git a/with_index.rs b/with_index.rs
index 4d1a307..a62d083 100644
--- a/with_index.rs
+++ b/with_index.rs
@@ -1,7 +1,4 @@
-use std::{
- collections::VecDeque,
- sync::atomic::{AtomicBool, Ordering},
-};
+use std::sync::atomic::{AtomicBool, Ordering};
use git_features::{parallel, progress::Progress};
@@ -163,10 +160,15 @@ impl From<crate::index::Entry> for Entry {
}
}
-fn digest_statistics(items: VecDeque<crate::cache::delta::Item<Entry>>) -> index::traverse::Statistics {
+fn digest_statistics(
+ (roots, children): (
+ Vec<crate::cache::delta::Item<Entry>>,
+ Vec<crate::cache::delta::Item<Entry>>,
+ ),
+) -> index::traverse::Statistics {
let mut res = index::traverse::Statistics::default();
let average = &mut res.average;
- for item in &items {
+ for item in roots.iter().chain(children.iter()) {
res.total_compressed_entries_size += item.data.compressed_size;
res.total_decompressed_entries_size += item.data.decompressed_size;
res.total_object_size += item.data.object_size;
@@ -185,10 +187,11 @@ fn digest_statistics(items: VecDeque<crate::cache::delta::Item<Entry>>) -> index
};
}
- average.decompressed_size /= items.len() as u64;
- average.compressed_size /= items.len();
- average.object_size /= items.len() as u64;
- average.num_deltas /= items.len() as u32;
+ let num_nodes = roots.len() + children.len();
+ average.decompressed_size /= num_nodes as u64;
+ average.compressed_size /= num_nodes;
+ average.object_size /= num_nodes as u64;
+ average.num_deltas /= num_nodes as u32;
res
}
diff --git a/encode.rs b/encode.rs
index 315ce35..33504c4 100644
--- a/encode.rs
+++ b/encode.rs
@@ -1,4 +1,4 @@
-use std::{cmp::Ordering, collections::VecDeque, io};
+use std::{cmp::Ordering, io};
pub(crate) const LARGE_OFFSET_THRESHOLD: u64 = 0x7fff_ffff;
pub(crate) const HIGH_BIT: u32 = 0x8000_0000;
@@ -13,7 +13,7 @@ use crate::index::{util::Count, V2_SIGNATURE};
pub(crate) fn write_to(
out: impl io::Write,
- entries_sorted_by_oid: VecDeque<crate::cache::delta::Item<crate::index::write::TreeEntry>>,
+ entries_sorted_by_oid: Vec<crate::cache::delta::Item<crate::index::write::TreeEntry>>,
pack_hash: &git_hash::ObjectId,
kind: crate::index::Version,
mut progress: impl Progress,
|
|
docs: mention "next" tag in readme
|
66087e18b64d6c6d5fd75f6d84e85ed59714769d
|
docs
|
https://github.com/pmndrs/react-spring/commit/66087e18b64d6c6d5fd75f6d84e85ed59714769d
|
mention "next" tag in readme
|
diff --git a/readme.md b/readme.md
index 8a1041f..4ac3f90 100644
--- a/readme.md
+++ b/readme.md
@@ -16,7 +16,12 @@ This library represents a modern approach to animation. It is very much inspired
npm install react-spring
+Try the beta for [v9.0.0](https://github.com/react-spring/react-spring/pull/632):
+
+ npm install react-spring@next
+
### Documentation and Examples
+
More info about the project can be found [here](https://www.react-spring.io).
Examples and tutorials can be found [here](https://www.react-spring.io/docs/hooks/basics).
@@ -25,15 +30,15 @@ Examples and tutorials can be found [here](https://www.react-spring.io/docs/hook
## Why springs and not durations
-The principle you will be working with is called a `spring`, it *does not have a defined curve or a set duration*. In that it differs greatly from the animation you are probably used to. We think of animation in terms of time and curves, but that in itself causes most of the struggle we face when trying to make elements on the screen move naturally, because nothing in the real world moves like that.
+The principle you will be working with is called a `spring`, it _does not have a defined curve or a set duration_. In that it differs greatly from the animation you are probably used to. We think of animation in terms of time and curves, but that in itself causes most of the struggle we face when trying to make elements on the screen move naturally, because nothing in the real world moves like that.
<p align="middle">
<img height="250" src="https://i.imgur.com/7CCH51r.gif" />
</p>
-We are so used to time-based animation that we believe that struggle is normal, dealing with arbitrary curves, easings, time waterfalls, not to mention getting this all in sync. As Andy Matuschak (ex Apple UI-Kit developer) [expressed it once](https://twitter.com/andy_matuschak/status/566736015188963328): *Animation APIs parameterized by duration and curve are fundamentally opposed to continuous, fluid interactivity*.
+We are so used to time-based animation that we believe that struggle is normal, dealing with arbitrary curves, easings, time waterfalls, not to mention getting this all in sync. As Andy Matuschak (ex Apple UI-Kit developer) [expressed it once](https://twitter.com/andy_matuschak/status/566736015188963328): _Animation APIs parameterized by duration and curve are fundamentally opposed to continuous, fluid interactivity_.
-Springs change that, animation becomes easy and approachable, everything you do looks and feels natural by default. For a detailed explanation watch [this video](https://www.youtube.com/embed/1tavDv5hXpo?controls=1&start=370).
+Springs change that, animation becomes easy and approachable, everything you do looks and feels natural by default. For a detailed explanation watch [this video](https://www.youtube.com/embed/1tavDv5hXpo?controls=1&start=370).
### What others say
|
|
refactor(core): make custom Type class type safe
Generic `Type` class has now two type arguments - the input and output types.
Input type defaults to `string`, output type defaults to the input type.
BREAKING CHANGE:
You might need to explicitly provide the types if your methods are strictly typed.
Closes #540
|
2302f2b7ed32634593e817630654a922236e3921
|
refactor
|
https://github.com/mikro-orm/mikro-orm/commit/2302f2b7ed32634593e817630654a922236e3921
|
make custom Type class type safe
Generic `Type` class has now two type arguments - the input and output types.
Input type defaults to `string`, output type defaults to the input type.
BREAKING CHANGE:
You might need to explicitly provide the types if your methods are strictly typed.
Closes #540
|
diff --git a/custom-types.md b/custom-types.md
index 18d5bdf..730ceed 100644
--- a/custom-types.md
+++ b/custom-types.md
@@ -29,23 +29,23 @@ You can define custom types by extending `Type` abstract class. It has 4 optiona
```typescript
import { Type, Platform, EntityProperty, ValidationError } from 'mikro-orm';
-export class DateType extends Type {
+export class DateType extends Type<Date, string> {
- convertToDatabaseValue(value: any, platform: Platform): any {
+ convertToDatabaseValue(value: Date | string | undefined, platform: Platform): string {
if (value instanceof Date) {
return value.toISOString().substr(0, 10);
}
if (!value || value.toString().match(/^\\d{4}-\\d{2}-\\d{2}$/)) {
- return value;
+ return value as string;
}
throw ValidationError.invalidType(DateType, value, 'JS');
}
- convertToJSValue(value: any, platform: Platform): any {
+ convertToJSValue(value: Date | string | undefined, platform: Platform): Date {
if (!value || value instanceof Date) {
- return value;
+ return value as Date;
}
const date = new Date(value);
diff --git a/upgrading-v3-to-v4.md b/upgrading-v3-to-v4.md
index 4fd18cb..dee8c91 100644
--- a/upgrading-v3-to-v4.md
+++ b/upgrading-v3-to-v4.md
@@ -52,6 +52,13 @@ Instead of interface merging with `WrappedEntity`, one can now use classic inher
by extending `BaseEntity` exported from `@mikro-orm/core`. If you do so, `wrap(entity)`
will return your entity.
+## Custom types are now type safe
+
+Generic `Type` class has now two type arguments - the input and output types.
+Input type defaults to `string`, output type defaults to the input type.
+
+You might need to explicitly provide the types if your methods are strictly typed.
+
## `autoFlush` option has been removed
The `flush` parameter of `persist()` and `remove()` methods is still there, but you
diff --git a/EntitySchema.ts b/EntitySchema.ts
index db77680..1a310b1 100644
--- a/EntitySchema.ts
+++ b/EntitySchema.ts
@@ -8,7 +8,7 @@ import { Type } from '../types';
import { Utils } from '../utils';
type CollectionItem<T> = T extends Collection<infer K> ? K : T;
-type TypeType = string | NumberConstructor | StringConstructor | BooleanConstructor | DateConstructor | ArrayConstructor | Constructor<Type>;
+type TypeType = string | NumberConstructor | StringConstructor | BooleanConstructor | DateConstructor | ArrayConstructor | Constructor<Type<any>>;
type TypeDef<T> = { type: TypeType } | { customType: Type } | { entity: string | (() => string | EntityName<T>) };
type Property<T> =
| ({ reference: ReferenceType.MANY_TO_ONE | 'm:1' } & TypeDef<T> & ManyToOneOptions<T>)
diff --git a/MetadataDiscovery.ts b/MetadataDiscovery.ts
index 31209ac..642f6c4 100644
--- a/MetadataDiscovery.ts
+++ b/MetadataDiscovery.ts
@@ -593,7 +593,7 @@ export class MetadataDiscovery {
private initCustomType(prop: EntityProperty): void {
if (Object.getPrototypeOf(prop.type) === Type) {
- prop.customType = Type.getType(prop.type as any);
+ prop.customType = Type.getType(prop.type as unknown as Constructor<Type>);
}
if (prop.customType) {
diff --git a/BigIntType.ts b/BigIntType.ts
index ee940aa..eb38d47 100644
--- a/BigIntType.ts
+++ b/BigIntType.ts
@@ -7,11 +7,11 @@ import { EntityProperty } from '../typings';
*/
export class BigIntType extends Type {
- convertToDatabaseValue(value: any): any {
+ convertToDatabaseValue(value: string | bigint): string {
return '' + value;
}
- convertToJSValue(value: any): any {
+ convertToJSValue(value: string | bigint): string {
return '' + value;
}
diff --git a/DateType.ts b/DateType.ts
index 8855655..675d806 100644
--- a/DateType.ts
+++ b/DateType.ts
@@ -3,23 +3,23 @@ import { Platform } from '../platforms';
import { EntityProperty } from '../typings';
import { ValidationError } from '../utils';
-export class DateType extends Type {
+export class DateType extends Type<Date, string> {
- convertToDatabaseValue(value: any, platform: Platform): any {
+ convertToDatabaseValue(value: Date | string | undefined | null, platform: Platform): string {
if (value instanceof Date) {
return value.toISOString().substr(0, 10);
}
if (!value || value.toString().match(/^\\d{4}-\\d{2}-\\d{2}$/)) {
- return value;
+ return value as string;
}
throw ValidationError.invalidType(DateType, value, 'JS');
}
- convertToJSValue(value: any, platform: Platform): any {
+ convertToJSValue(value: Date | string | null | undefined, platform: Platform): Date {
if (!value || value instanceof Date) {
- return value;
+ return value as Date;
}
const date = new Date(value);
@@ -31,7 +31,7 @@ export class DateType extends Type {
return date;
}
- getColumnType(prop: EntityProperty, platform: Platform) {
+ getColumnType(prop: EntityProperty, platform: Platform): string {
return platform.getDateTypeDeclarationSQL(prop.length);
}
diff --git a/TimeType.ts b/TimeType.ts
index 267f08a..8dd8f0c 100644
--- a/TimeType.ts
+++ b/TimeType.ts
@@ -5,7 +5,7 @@ import { ValidationError } from '../utils';
export class TimeType extends Type {
- convertToDatabaseValue(value: any, platform: Platform): any {
+ convertToDatabaseValue(value: any, platform: Platform): string {
if (value && !value.toString().match(/^\\d{2,}:(?:[0-5]\\d):(?:[0-5]\\d)$/)) {
throw ValidationError.invalidType(TimeType, value, 'JS');
}
diff --git a/Type.ts b/Type.ts
index 9634caf..d298af7 100644
--- a/Type.ts
+++ b/Type.ts
@@ -1,29 +1,29 @@
import { Platform } from '../platforms';
import { Constructor, EntityProperty } from '../typings';
-export abstract class Type {
+export abstract class Type<JSType = string, DBType = JSType> {
private static readonly types = new Map();
/**
* Converts a value from its JS representation to its database representation of this type.
*/
- convertToDatabaseValue(value: any, platform: Platform): any {
- return value;
+ convertToDatabaseValue(value: JSType | DBType, platform: Platform): DBType {
+ return value as DBType;
}
/**
* Converts a value from its database representation to its JS representation of this type.
*/
- convertToJSValue(value: any, platform: Platform): any {
- return value;
+ convertToJSValue(value: JSType | DBType, platform: Platform): JSType {
+ return value as JSType;
}
/**
* Converts a value from its JS representation to its serialized JSON form of this type.
* By default converts to the database value.
*/
- toJSON(value: any, platform: Platform): any {
+ toJSON(value: JSType, platform: Platform): JSType | DBType {
return this.convertToDatabaseValue(value, platform);
}
@@ -34,7 +34,7 @@ export abstract class Type {
return prop.columnTypes[0];
}
- static getType(cls: Constructor<Type>): Type {
+ static getType<JSType, DBType>(cls: Constructor<Type<JSType, DBType>>): Type<JSType, DBType> {
const key = cls.name;
if (!Type.types.has(key)) {
diff --git a/typings.ts b/typings.ts
index 03d99cc..9228960 100644
--- a/typings.ts
+++ b/typings.ts
@@ -100,7 +100,7 @@ export interface EntityProperty<T extends AnyEntity<T> = any> {
entity: () => EntityName<T>;
type: string;
columnTypes: string[];
- customType: Type;
+ customType: Type<any>;
primary: boolean;
serializedPrimaryKey: boolean;
discriminator?: boolean;
diff --git a/ValidationError.ts b/ValidationError.ts
index b548b7c..2e16c21 100644
--- a/ValidationError.ts
+++ b/ValidationError.ts
@@ -144,7 +144,7 @@ export class ValidationError<T extends AnyEntity = AnyEntity> extends Error {
return new ValidationError(`Multiple property decorators used on '${entityName}.${propertyName}' property`);
}
- static invalidType(type: Constructor<Type>, value: any, mode: string): ValidationError {
+ static invalidType(type: Constructor<Type<any>>, value: any, mode: string): ValidationError {
const valueType = Utils.getObjectType(value);
if (value instanceof Date) {
diff --git a/GH372.test.ts b/GH372.test.ts
index 43f4fae..dfed325 100644
--- a/GH372.test.ts
+++ b/GH372.test.ts
@@ -5,13 +5,15 @@ import { SchemaGenerator } from '@mikro-orm/knex';
import { Entity, Logger, MikroORM, PrimaryKey, Property, ReflectMetadataProvider, Type } from '@mikro-orm/core';
import { PostgreSqlDriver } from '@mikro-orm/postgresql';
-class PointType extends Type {
+type Point = { x: number; y: number };
- convertToDatabaseValue(value: { x: number; y: number }): Raw {
+class PointType extends Type<Point, Raw> {
+
+ convertToDatabaseValue(value: Point): Raw {
return Knex({ client: 'pg' }).raw(`point(?,?)`, [value.x, value.y]);
}
- convertToJSValue(value: any): { x: number; y: number } {
+ convertToJSValue(value: any): Point {
if (typeof value === 'object') {
return value; // pg connector is automatically converting point to { x, y }
}
@@ -33,7 +35,7 @@ class A {
id!: number;
@Property({ type: PointType })
- prop!: { x: number; y: number };
+ prop!: Point;
}
diff --git a/GH435.test.ts b/GH435.test.ts
index a416e7b..fe71a27 100644
--- a/GH435.test.ts
+++ b/GH435.test.ts
@@ -3,7 +3,7 @@ import { Entity, MikroORM, PrimaryKey, Property, ReflectMetadataProvider, Type }
import { SqliteDriver } from '@mikro-orm/sqlite';
import { SchemaGenerator } from '@mikro-orm/knex';
-class MyType extends Type {
+class MyType extends Type<string, number> {
convertToDatabaseValue(jsValue: string): number {
return Number.parseInt(jsValue);
diff --git a/DateType.test.ts b/DateType.test.ts
index 6263bd4..701e663 100644
--- a/DateType.test.ts
+++ b/DateType.test.ts
@@ -11,7 +11,7 @@ describe('DateType', () => {
expect(type.convertToDatabaseValue(new Date('2000-01-01'), platform)).toBe('2000-01-01');
expect(type.convertToDatabaseValue(null, platform)).toBe(null);
expect(type.convertToDatabaseValue(undefined, platform)).toBe(undefined);
- expect(() => type.convertToDatabaseValue(1, platform)).toThrowError(`Could not convert JS value '1' of type 'number' to type DateType`);
+ expect(() => type.convertToDatabaseValue(1 as any, platform)).toThrowError(`Could not convert JS value '1' of type 'number' to type DateType`);
});
test('convertToJSValue', () => {
diff --git a/Type.test.ts b/Type.test.ts
index d70456f..9ddcd6d 100644
--- a/Type.test.ts
+++ b/Type.test.ts
@@ -1,7 +1,7 @@
import { Type } from '@mikro-orm/core';
import { MongoPlatform } from '@mikro-orm/mongodb';
-class TestType extends Type { }
+class TestType extends Type<any> { }
describe('Type', () => {
diff --git a/yarn.lock b/yarn.lock
index 1d1874d..801e05e 100644
--- a/yarn.lock
+++ b/yarn.lock
Binary files a/yarn.lock and b/yarn.lock differ
|
|
chore(testing-data): use a specific to allow reliable checkouts in the past
|
82e211d838392c92e8db5c8d4793de479d458769
|
chore
|
https://github.com/ibis-project/ibis/commit/82e211d838392c92e8db5c8d4793de479d458769
|
use a specific to allow reliable checkouts in the past
|
diff --git a/overlay.nix b/overlay.nix
index a08e06f..61ff6a7 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -21,7 +21,7 @@ in
name = "ibis-testing-data";
owner = "ibis-project";
repo = "testing-data";
- rev = "master";
+ rev = "2b3968deaa1a28791b2901dbbcc9bfd3d2f23e9b";
sha256 = "sha256-q1b5IcOl5oIFXP7/P5RufncjHEVrWp4NjoU2uo/BE9U=";
};
|
|
fix(structs): ensure that isin works with struct membership (#8978)
|
c0c508ee107d02387c641da277a433009374f250
|
fix
|
https://github.com/rohankumardubey/ibis/commit/c0c508ee107d02387c641da277a433009374f250
|
ensure that isin works with struct membership (#8978)
|
diff --git a/compiler.py b/compiler.py
index 9aa2073..afe25c5 100644
--- a/compiler.py
+++ b/compiler.py
@@ -282,6 +282,16 @@ class TrinoCompiler(SQLGlotCompiler):
raise com.UnsupportedOperationError(f"{unit!r} unit is not supported")
return self.cast(res, op.dtype)
+ def visit_InSubquery(self, op, *, rel, needle):
+ # cast the needle to the same type as the column being queried, since
+ # trino is very strict about structs
+ if op.needle.dtype.is_struct():
+ needle = self.cast(
+ sge.Struct.from_arg_list([needle]), op.rel.schema.as_struct()
+ )
+
+ return super().visit_InSubquery(op, rel=rel, needle=needle)
+
def visit_StructColumn(self, op, *, names, values):
return self.cast(sge.Struct(expressions=list(values)), op.dtype)
diff --git a/errors.py b/errors.py
index 40fbb62..206ff13 100644
--- a/errors.py
+++ b/errors.py
@@ -61,12 +61,13 @@ except ImportError:
try:
from polars import ComputeError as PolarsComputeError
from polars import PanicException as PolarsPanicException
+ from polars.exceptions import ColumnNotFoundError as PolarsColumnNotFoundError
from polars.exceptions import InvalidOperationError as PolarsInvalidOperationError
from polars.exceptions import SchemaError as PolarsSchemaError
except ImportError:
PolarsComputeError = PolarsPanicException = PolarsInvalidOperationError = (
PolarsSchemaError
- ) = None
+ ) = PolarsColumnNotFoundError = None
try:
from pyarrow import ArrowInvalid, ArrowNotImplementedError
diff --git a/test_struct.py b/test_struct.py
index 37ace4a..527a9f2 100644
--- a/test_struct.py
+++ b/test_struct.py
@@ -15,11 +15,12 @@ import ibis.expr.datatypes as dt
from ibis import util
from ibis.backends.tests.errors import (
ClickHouseDatabaseError,
+ PolarsColumnNotFoundError,
PsycoPg2InternalError,
PsycoPg2SyntaxError,
Py4JJavaError,
)
-from ibis.common.exceptions import IbisError
+from ibis.common.exceptions import IbisError, OperationNotDefinedError
pytestmark = [
pytest.mark.never(["mysql", "sqlite", "mssql"], reason="No struct support"),
@@ -234,3 +235,30 @@ def test_keyword_fields(con, nullable):
finally:
with contextlib.suppress(NotImplementedError):
con.drop_table(name, force=True)
+
+
[email protected](
+ ["postgres"],
+ raises=PsycoPg2SyntaxError,
+ reason="sqlglot doesn't implement structs for postgres correctly",
+)
[email protected](
+ ["risingwave"],
+ raises=PsycoPg2InternalError,
+ reason="sqlglot doesn't implement structs for postgres correctly",
+)
[email protected](
+ ["polars"],
+ raises=PolarsColumnNotFoundError,
+ reason="doesn't seem to support IN-style subqueries on structs",
+)
[email protected](["pandas", "dask"], raises=OperationNotDefinedError)
+def test_isin_struct(con):
+ needle1 = ibis.struct({"x": 1, "y": 2})
+ needle2 = ibis.struct({"x": 2, "y": 3})
+ haystack_t = ibis.memtable({"xs": [1, 2, 3], "ys": [2, 3, 4]})
+ haystack = ibis.struct({"x": haystack_t.xs, "y": haystack_t.ys})
+ both = needle1.isin(haystack) | needle2.isin(haystack)
+ result = con.execute(both)
+ # TODO(cpcloud): ensure the type is consistent
+ assert result is True or result is np.bool_(True)
|
|
build: changed electron demo folder structure
|
2dee73f81ff85c0193dacb8e1242882934732434
|
build
|
https://github.com/tsparticles/tsparticles/commit/2dee73f81ff85c0193dacb8e1242882934732434
|
changed electron demo folder structure
|
diff --git a/index.js b/index.js
index 4163a7a..c8b9e34 100644
--- a/index.js
+++ b/index.js
@@ -10,7 +10,7 @@ const createWindow = () => {
}
});
- win.loadFile('index.html');
+ win.loadFile('client/index.html');
};
app.whenReady().then(() => {
diff --git a/preload.js b/preload.js
index 50fd189..bd40019 100644
--- a/preload.js
+++ b/preload.js
@@ -1,10 +1,13 @@
window.addEventListener('DOMContentLoaded', () => {
const replaceText = (selector, text) => {
- const element = document.getElementById(selector)
- if (element) element.innerText = text
+ const element = document.getElementById(selector);
+
+ if (element) {
+ element.innerText = text
+ }
}
for (const dependency of ['chrome', 'node', 'electron']) {
- replaceText(`${dependency}-version`, process.versions[dependency])
+ replaceText(`${dependency}-version`, process.versions[dependency]);
}
-})
+});
diff --git a/index.html b/index.html
index 4e16b3f..01a2a77 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,6 @@
We are using Node.js <span id="node-version"></span>,
Chromium <span id="chrome-version"></span>,
and Electron <span id="electron-version"></span>.
-<script type="text/javascript" src="client/dist/bundle.js"></script>
+<script type="text/javascript" src="dist/bundle.js"></script>
</body>
</html>
diff --git a/package.json b/package.json
index 964fcb8..a189af1 100644
--- a/package.json
+++ b/package.json
@@ -1,15 +1,15 @@
{
"name": "electron-particles-demo",
- "version": "1.0.0",
+ "version": "2.3.4",
"description": "",
- "main": "index.js",
+ "main": "app/index.js",
"scripts": {
"start": "pnpm run build:client && electron .",
"build:client":"webpack --mode production"
},
- "keywords": [],
- "author": "",
- "license": "ISC",
+ "keywords": ["electron"],
+ "author": "Matteo Bruni <[email protected]>",
+ "license": "MIT",
"dependencies": {
"tsparticles-engine": "^2.3.3",
"tsparticles": "^2.3.4"
|
|
test: fix getFrames and getAsyncFrames helpers
|
f9dde994f0cdfdeae9683a6dee410cfad142f840
|
test
|
https://github.com/pmndrs/react-spring/commit/f9dde994f0cdfdeae9683a6dee410cfad142f840
|
fix getFrames and getAsyncFrames helpers
|
diff --git a/Controller.test.ts b/Controller.test.ts
index cc52039..3b54b77 100644
--- a/Controller.test.ts
+++ b/Controller.test.ts
@@ -79,11 +79,11 @@ describe('async "to" prop', () => {
function getFrames<T extends object>(ctrl: Controller<T>): T[] {
const frames: any[] = []
- ctrl.props.onFrame = values => {
+ ctrl['_props'].onFrame = values => {
frames.push(values)
}
let steps = 0
- while (ctrl.runCount) {
+ while (!ctrl.idle) {
mockRaf.step()
if (++steps > 1e5) {
break // Prevent infinite loops
@@ -96,11 +96,11 @@ async function getAsyncFrames<T extends object>(
ctrl: Controller<T>
): Promise<T[]> {
const frames: any[] = []
- ctrl.props.onFrame = values => {
+ ctrl['_props'].onFrame = values => {
frames.push(values)
}
let steps = 0
- while (Globals.frameLoop.active) {
+ while (!ctrl.idle) {
mockRaf.step()
await Promise.resolve()
if (++steps > 1e5) {
|
|
chore: rename release_notes.qmd -> release_notes.md
|
ff9a67511d52f1f359e6e49611f024bb39278dab
|
chore
|
https://github.com/rohankumardubey/ibis/commit/ff9a67511d52f1f359e6e49611f024bb39278dab
|
rename release_notes.qmd -> release_notes.md
|
diff --git a/.releaserc.js b/.releaserc.js
index 53526e3..7468d7a 100644
--- a/.releaserc.js
+++ b/.releaserc.js
@@ -36,7 +36,7 @@ module.exports = {
"@semantic-release/changelog",
{
changelogTitle: "Release notes\\n---",
- changelogFile: "docs/release_notes.qmd",
+ changelogFile: "docs/release_notes.md",
},
],
[
diff --git a/release_notes.md b/release_notes.md
index 0d5fabf..09a9a12 100644
--- a/release_notes.md
+++ b/release_notes.md
|
|
feat(ux): show syntax-highlighted SQL if pygments is installed
|
09881b03b23aa7d938ebaf5defe22ba10c5efce1
|
feat
|
https://github.com/ibis-project/ibis/commit/09881b03b23aa7d938ebaf5defe22ba10c5efce1
|
show syntax-highlighted SQL if pygments is installed
|
diff --git a/sql.py b/sql.py
index 4856d42..3a31137 100644
--- a/sql.py
+++ b/sql.py
@@ -1,5 +1,6 @@
from __future__ import annotations
+import contextlib
import operator
from functools import singledispatch
from typing import IO
@@ -336,6 +337,25 @@ class SQLString(str):
def _repr_markdown_(self) -> str:
return f"```sql\\n{self!s}\\n```"
+ def _repr_pretty_(self, p, cycle) -> str:
+ output = str(self)
+ try:
+ from pygments import highlight
+ from pygments.formatters import TerminalFormatter
+ from pygments.lexers import SqlLexer
+ except ImportError:
+ pass
+ else:
+ with contextlib.suppress(Exception):
+ output = highlight(
+ code=output,
+ lexer=SqlLexer(),
+ formatter=TerminalFormatter(),
+ )
+
+ # strip trailing newline
+ p.text(output.strip())
+
@public
def to_sql(expr: ir.Expr, dialect: str | None = None, **kwargs) -> SQLString:
|
|
feat(api): allow grouping by scalar values (#9451)
|
14f1821ee7bfcb50d86fc418027d58195979bfe6
|
feat
|
https://github.com/ibis-project/ibis/commit/14f1821ee7bfcb50d86fc418027d58195979bfe6
|
allow grouping by scalar values (#9451)
|
diff --git a/test_aggregation.py b/test_aggregation.py
index e645b40..5a5fcdb 100644
--- a/test_aggregation.py
+++ b/test_aggregation.py
@@ -1553,3 +1553,39 @@ def test_group_by_expr(backend, con):
dict(n="int32", c="int64")
)
backend.assert_frame_equal(result, expected)
+
+
[email protected](
+ "value",
+ [
+ ibis.literal("a"),
+ param(
+ ibis.null("str"),
+ marks=[
+ pytest.mark.notimpl(
+ ["pandas", "dask"],
+ reason="nulls are discarded by default in group bys",
+ raises=IndexError,
+ ),
+ pytest.mark.notyet(
+ ["druid"],
+ raises=PyDruidProgrammingError,
+ reason=(
+ "druid resists typed nulls for reasons unrelated to grouping,"
+ " and this is compiled as an untyped NULL "
+ "which of course isn't allowed in a group by"
+ ),
+ ),
+ ],
+ ),
+ ],
+ ids=["string", "null"],
+)
[email protected](
+ ["mssql"], raises=PyODBCProgrammingError, reason="not supported by the database"
+)
+def test_group_by_scalar(alltypes, df, value):
+ expr = alltypes.group_by(key=value).agg(n=lambda t: t.count())
+ result = expr.execute()
+ n = result["n"].values[0].item()
+ assert n == len(df)
diff --git a/relations.py b/relations.py
index a01ed75..a62d599 100644
--- a/relations.py
+++ b/relations.py
@@ -299,7 +299,7 @@ class Aggregate(Relation):
"""Aggregate a table by a set of group by columns and metrics."""
parent: Relation
- groups: FrozenOrderedDict[str, Unaliased[Column]]
+ groups: FrozenOrderedDict[str, Unaliased[Value]]
metrics: FrozenOrderedDict[str, Unaliased[Scalar]]
def __init__(self, parent, groups, metrics):
diff --git a/groupby.py b/groupby.py
index 4d24031..22b44f0 100644
--- a/groupby.py
+++ b/groupby.py
@@ -16,16 +16,16 @@
from __future__ import annotations
-from typing import TYPE_CHECKING
+from typing import TYPE_CHECKING, Annotated
from public import public
import ibis
-import ibis.common.exceptions as com
import ibis.expr.datatypes as dt
import ibis.expr.operations as ops
import ibis.expr.types as ir
from ibis.common.grounds import Concrete
+from ibis.common.patterns import Length # noqa: TCH001
from ibis.common.typing import VarTuple # noqa: TCH001
from ibis.expr.rewrites import rewrite_window_input
@@ -38,15 +38,10 @@ class GroupedTable(Concrete):
"""An intermediate table expression to hold grouping information."""
table: ops.Relation
- groupings: VarTuple[ops.Column]
+ groupings: Annotated[VarTuple[ops.Value], Length(at_least=1)]
orderings: VarTuple[ops.SortKey] = ()
havings: VarTuple[ops.Value[dt.Boolean]] = ()
- def __init__(self, groupings, **kwargs):
- if not groupings:
- raise com.IbisInputError("No group keys provided")
- super().__init__(groupings=groupings, **kwargs)
-
def __getitem__(self, args):
# Shortcut for projection with window functions
return self.select(*args)
diff --git a/test_table.py b/test_table.py
index bd9b515..0b1498e 100644
--- a/test_table.py
+++ b/test_table.py
@@ -846,9 +846,13 @@ def test_groupby_convenience(table):
assert_equal(expr, expected)
[email protected]("group", [[], (), None])
[email protected](
+ "group",
+ [[], (), None, s.startswith("over9000")],
+ ids=["list", "tuple", "none", "selector"],
+)
def test_group_by_nothing(table, group):
- with pytest.raises(com.IbisInputError):
+ with pytest.raises(ValidationError):
table.group_by(group)
@@ -1695,13 +1699,6 @@ def test_group_by_key_function():
assert expr.columns == ["new_key", "foo"]
-def test_group_by_no_keys():
- t = ibis.table([("a", "timestamp"), ("b", "string"), ("c", "double")])
-
- with pytest.raises(com.IbisInputError):
- t.group_by(s.startswith("x")).aggregate(foo=t.c.mean())
-
-
def test_unbound_table_name():
t = ibis.table([("a", "timestamp")])
name = t.op().name
|
|
fix(mysql): support `order by nulls first/last` for raw query fragments in order by keys
|
a2a8f0df09c5e6f5420ecc352d1d034d84816a37
|
fix
|
https://github.com/mikro-orm/mikro-orm/commit/a2a8f0df09c5e6f5420ecc352d1d034d84816a37
|
support `order by nulls first/last` for raw query fragments in order by keys
|
diff --git a/QueryBuilderHelper.ts b/QueryBuilderHelper.ts
index 57e522f..bfeec85 100644
--- a/QueryBuilderHelper.ts
+++ b/QueryBuilderHelper.ts
@@ -631,7 +631,7 @@ export class QueryBuilderHelper {
const raw = RawQueryFragment.getKnownFragment(key);
if (raw) {
- ret.push(`${this.platform.formatQuery(raw.sql, raw.params)} ${order.toLowerCase()}`);
+ ret.push(...this.platform.getOrderByExpression(this.platform.formatQuery(raw.sql, raw.params), order));
continue;
}
diff --git a/GHx6.mariadb.test.ts b/GHx6.mariadb.test.ts
index 2d5b8a9..b92a3b8 100644
--- a/GHx6.mariadb.test.ts
+++ b/GHx6.mariadb.test.ts
@@ -132,7 +132,7 @@ test('qb.joinAndSelect', async () => {
[raw('coalesce(`u`.`name`, ?)', ['abc'])]: { $gte: 0.3 },
})
.orderBy({
- [raw('coalesce(`u`.`name`, ?)', ['def'])]: QueryOrder.DESC,
+ [raw('coalesce(`u`.`name`, ?)', ['def'])]: QueryOrder.DESC_NULLS_LAST,
})
.limit(100)
.offset(0);
@@ -140,8 +140,8 @@ test('qb.joinAndSelect', async () => {
'from `tag` as `u` ' +
'left join `tag_jobs` as `t1` on `u`.`id` = `t1`.`tag_id` ' +
'left join `job` as `a` on `t1`.`job_id` = `a`.`id` ' +
- 'where (json_contains((select json_arrayagg(`u`.`id`) from (select `u`.`id` from `tag` as `u` left join `tag_jobs` as `t1` on `u`.`id` = `t1`.`tag_id` left join `job` as `a` on `t1`.`job_id` = `a`.`id` where coalesce(`u`.`name`, \\'abc\\') >= 0.3 group by `u`.`id` order by coalesce(`u`.`name`, \\'def\\') desc limit 100) as `u`), `u`.`id`)) ' +
- 'order by coalesce(`u`.`name`, \\'def\\') desc');
+ 'where (json_contains((select json_arrayagg(`u`.`id`) from (select `u`.`id` from `tag` as `u` left join `tag_jobs` as `t1` on `u`.`id` = `t1`.`tag_id` left join `job` as `a` on `t1`.`job_id` = `a`.`id` where coalesce(`u`.`name`, \\'abc\\') >= 0.3 group by `u`.`id` order by coalesce(`u`.`name`, \\'def\\') is null, coalesce(`u`.`name`, \\'def\\') desc limit 100) as `u`), `u`.`id`)) ' +
+ 'order by coalesce(`u`.`name`, \\'def\\') is null, coalesce(`u`.`name`, \\'def\\') desc');
await query;
expect(RawQueryFragment.checkCacheSize()).toBe(0);
});
|
|
fix: infinite loop
|
9b6d19a8f4a12b31905b98457cead00eba4e747a
|
fix
|
https://github.com/erg-lang/erg/commit/9b6d19a8f4a12b31905b98457cead00eba4e747a
|
infinite loop
|
diff --git a/mod.rs b/mod.rs
index ad80dc0..0b0ab86 100644
--- a/mod.rs
+++ b/mod.rs
@@ -1033,6 +1033,9 @@ impl Context {
);
for sup in self.super_classes.iter() {
if let Some((_, sup_ctx)) = namespace.get_nominal_type_ctx(sup) {
+ if sup_ctx.name == self.name {
+ continue;
+ }
attrs.guaranteed_extend(sup_ctx.type_dir(namespace));
}
}
|
|
fix(core): fix snapshotting of composite properties
Closes #1079
|
b5f19f2fff9d31138e23c12dc430249ca2854026
|
fix
|
https://github.com/mikro-orm/mikro-orm/commit/b5f19f2fff9d31138e23c12dc430249ca2854026
|
fix snapshotting of composite properties
Closes #1079
|
diff --git a/MetadataDiscovery.ts b/MetadataDiscovery.ts
index af06793..51dad9a 100644
--- a/MetadataDiscovery.ts
+++ b/MetadataDiscovery.ts
@@ -736,18 +736,20 @@ export class MetadataDiscovery {
const meta = this.metadata.get(prop.type);
prop.columnTypes = [];
- meta.primaryKeys.forEach(primaryKey => {
- const pk = meta.properties[primaryKey];
+ meta.getPrimaryProps().forEach(pk => {
this.initCustomType(pk);
this.initColumnType(pk);
- if (pk.customType) {
- prop.columnTypes.push(pk.customType.getColumnType(pk, this.platform));
- prop.customType = pk.customType;
+ if (!pk.customType) {
+ prop.columnTypes.push(...pk.columnTypes);
return;
}
- prop.columnTypes.push(...pk.columnTypes);
+ prop.columnTypes.push(pk.customType.getColumnType(pk, this.platform));
+
+ if (!meta.compositePK) {
+ prop.customType = pk.customType;
+ }
});
}
diff --git a/AbstractSqlDriver.ts b/AbstractSqlDriver.ts
index 6991ed3..410b74f 100644
--- a/AbstractSqlDriver.ts
+++ b/AbstractSqlDriver.ts
@@ -356,7 +356,7 @@ export abstract class AbstractSqlDriver<C extends AbstractSqlConnection = Abstra
// wrong order if we just delete and insert to the end (only owning sides can have fixed order)
if (coll.property.owner && coll.property.fixedOrder && !equals && Array.isArray(deleteDiff)) {
- deleteDiff.length = insertDiff.length = 0;
+ (deleteDiff as unknown[]).length = insertDiff.length = 0;
deleteDiff.push(...snapshot);
insertDiff.push(...current);
}
diff --git a/GH1079.test.ts b/GH1079.test.ts
index 58d2274..863440d 100644
--- a/GH1079.test.ts
+++ b/GH1079.test.ts
@@ -0,0 +1,133 @@
+import { Entity, PrimaryKey, MikroORM, ManyToOne, Enum, PrimaryKeyType, Property, BigIntType, Logger } from '@mikro-orm/core';
+import { PostgreSqlDriver } from '@mikro-orm/postgresql';
+import { v4 } from 'uuid';
+
+@Entity()
+class User {
+
+ @PrimaryKey({ type: BigIntType })
+ _id!: string;
+
+}
+
+@Entity()
+class Wallet {
+
+ [PrimaryKeyType]: [string, string];
+
+ @PrimaryKey()
+ currencyRef!: string;
+
+ @ManyToOne({ primary: true, entity: () => User })
+ owner!: User;
+
+ @Property({ type: String, nullable: false, default: '0' })
+ mainBalance!: string;
+
+}
+
+class AbstractDeposit {
+
+ @Property({ type: String, nullable: false })
+ amount!: string;
+
+ @Property({ type: String, nullable: false })
+ gatewayKey!: string;
+
+ @Property()
+ createdAt: Date = new Date();
+
+ @Property({ onUpdate: () => new Date() })
+ updatedAt: Date = new Date();
+
+}
+
+enum DepositStatus {
+ UNPAID = 'UNPAID',
+ PENDING = 'PENDING',
+ COMPLETED = 'COMPLETED',
+ FAILED = 'FAILED'
+}
+
+
+@Entity()
+export class Deposit extends AbstractDeposit {
+
+ [PrimaryKeyType]: [string, string, string];
+
+ @PrimaryKey()
+ txRef!: string;
+
+ @ManyToOne({ primary: true, entity: () => Wallet })
+ wallet!: Wallet;
+
+ @Enum({
+ nullable: false,
+ items: () => DepositStatus,
+ })
+ status: DepositStatus = DepositStatus.UNPAID;
+
+}
+
+describe('GH issue 1079', () => {
+
+ let orm: MikroORM<PostgreSqlDriver>;
+
+ beforeAll(async () => {
+ orm = await MikroORM.init({
+ entities: [User, Wallet, Deposit, AbstractDeposit],
+ dbName: `mikro_orm_test_gh_1079`,
+ type: 'postgresql',
+ });
+ await orm.getSchemaGenerator().ensureDatabase();
+ await orm.getSchemaGenerator().dropSchema();
+ await orm.getSchemaGenerator().createSchema();
+ });
+
+ afterAll(() => orm.close(true));
+
+ test(`GH issue 1079`, async () => {
+ const user = new User();
+ const wallet = new Wallet();
+ const deposit = new Deposit();
+ user._id = '1';
+ wallet.currencyRef = 'USD';
+ wallet.owner = user;
+ wallet.mainBalance = '456';
+ deposit.wallet = wallet;
+ deposit.amount = '123';
+ deposit.txRef = '456';
+ deposit.gatewayKey = '789';
+
+ const mock = jest.fn();
+ const logger = new Logger(mock, ['query']);
+ Object.assign(orm.config, { logger });
+
+ await orm.em.fork().persistAndFlush(deposit);
+
+ const w = await orm.em.findOneOrFail(Wallet, {
+ currencyRef: 'USD',
+ owner: { _id: '1' },
+ });
+
+ const deposit2 = orm.em.create(Deposit, {
+ wallet: w,
+ gatewayKey: 'STRIPE',
+ amount: '98765',
+ txRef: v4(),
+ });
+ await orm.em.persistAndFlush(deposit2);
+
+ const queries: string[] = mock.mock.calls.map(c => c[0]);
+ expect(queries[0]).toMatch(`begin`);
+ expect(queries[1]).toMatch(`insert into "user" ("_id") values ($1) returning "_id"`);
+ expect(queries[2]).toMatch(`insert into "wallet" ("currency_ref", "main_balance", "owner__id") values ($1, $2, $3)`);
+ expect(queries[3]).toMatch(`insert into "deposit" ("amount", "created_at", "gateway_key", "status", "tx_ref", "updated_at", "wallet_currency_ref", "wallet_owner__id") values ($1, $2, $3, $4, $5, $6, $7, $8)`);
+ expect(queries[4]).toMatch(`commit`);
+ expect(queries[5]).toMatch(`select "e0".* from "wallet" as "e0" left join "user" as "e1" on "e0"."owner__id" = "e1"."_id" where "e0"."currency_ref" = $1 and "e1"."_id" = $2 limit $3`);
+ expect(queries[6]).toMatch(`begin`);
+ expect(queries[7]).toMatch(`insert into "deposit" ("amount", "created_at", "gateway_key", "status", "tx_ref", "updated_at", "wallet_currency_ref", "wallet_owner__id") values ($1, $2, $3, $4, $5, $6, $7, $8)`);
+ expect(queries[8]).toMatch(`commit`);
+ });
+
+});
|
|
docs: add decorator reference
|
871b321733adda892b8f31f008c41e134c43d082
|
docs
|
https://github.com/mikro-orm/mikro-orm/commit/871b321733adda892b8f31f008c41e134c43d082
|
add decorator reference
|
diff --git a/decorators.md b/decorators.md
index 928288a..5538496 100644
--- a/decorators.md
+++ b/decorators.md
@@ -0,0 +1,358 @@
+---
+title: Decorators Reference
+---
+
+## Entity Definition
+
+### @Entity()
+
+`@Entity` decorator is used to mark your model classes as entities. Do not use it for
+abstract base classes.
+
+| Parameter | Type | Optional | Description |
+|-----------|------|----------|-------------|
+| `collection` | `string` | yes | Override default collection/table name. |
+| `customRepository` | `() => EntityRepository` | yes | Set custom repository class. |
+
+> You can also use `@Repository()` decorator instead of `customRepository` parameter.
+
+```typescript
+@Entity({ collection: 'authors' })
+export class Author implements IdEntity<Author> { ... }
+```
+
+## Entity Properties
+
+### @Property()
+
+`@Property()` decorator is used to define regular entity property. All following decorators
+extend the `@Property()` decorator, so you can also use its parameters there.
+
+| Parameter | Type | Optional | Description |
+|-----------|------|----------|-------------|
+| `fieldName` | `string` | yes | Override default property name (see [Naming Strategy](naming-strategy.md)). |
+| `type` | `string` | yes | Explicitly specify the runtime type (see [Metadata Providers](metadata-providers.md)). |
+| `onUpdate` | `() => any` | yes | Automatically update the property value every time entity gets updated. |
+| `persist` | `boolean` | yes | Set to `false` to define [Shadow Property](serializing.md#shadow-properties). |
+| `hidden` | `boolean` | yes | Set to `true` to omit the property when [Serializing](serializing.md). |
+| `columnType` | `string` | yes | Specify exact database column type for [Schema Generator](schema-generator.md). **(SQL only)** |
+| `length` | `number` | yes | Length/precision of database column, used for `datetime/timestamp/varchar` column types for [Schema Generator](schema-generator.md). **(SQL only)** |
+| `default` | `any` | yes | Specify default column value for [Schema Generator](schema-generator.md). **(SQL only)** |
+| `unique` | `boolean` | yes | Set column as unique for [Schema Generator](schema-generator.md).. **(SQL only)** |
+| `nullable` | `boolean` | yes | Set column as nullable for [Schema Generator](schema-generator.md).. **(SQL only)** |
+| `unsigned` | `boolean` | yes | Set column as unsigned for [Schema Generator](schema-generator.md).. **(SQL only)** |
+| `version` | `boolean` | yes | Set to true to enable [Optimistic Locking](transactions.md#optimistic-locking). **(SQL only)** |
+
+> You can use property initializers as usual.
+
+```typescript
+@Property({ length: 50, fieldName: 'first_name' })
+name!: string;
+
+@Property({ columnType: 'datetime', fieldName: 'born_date' })
+born?: Date;
+
+@Property({ columnType: 'tinyint' })
+age?: number;
+
+@Property({ onUpdate: () => new Date() })
+updatedAt = new Date();
+
+@Property()
+registered = false;
+```
+
+### @PrimaryKey()
+
+`@PrimaryKey()` decorator is used to define entity's unique primary key identifier.
+
+> Every entity needs to have exactly one primary key.
+
+```typescript
+@PrimaryKey()
+id!: number; // auto increment PK in SQL drivers
+
+@PrimaryKey()
+uuid = uuid.v4(); // uuid PK in SQL drivers
+
+@PrimaryKey()
+_id!: ObjectId; // ObjectId PK in mongodb driver
+```
+
+### @SerializedPrimaryKey()
+
+For MongoDB you can define serialized primary key, which will be then used in entity
+serialization via `JSON.stringify()` (through method `entity.toJSON()`).
+You will be able to use it to manipulate with the primary key as string.
+
+See [Usage with MongoDH](usage-with-mongo.md) and [Serializing](serializing.md).
+
+```typescript
+@PrimaryKey()
+_id: ObjectId;
+
+@SerializedPrimaryKey()
+id!: string;
+```
+
+### @Enum()
+
+`@Enum()` decorator can be used for both numeric and string enums. By default enums are
+considered numeric, and will be represented in the database schema as `tinyint/smallint`.
+For string enums, if you define the enum in same file, its values will be automatically
+sniffed.
+
+See [Defining Entities](defining-entities.md#enums).
+
+| Parameter | Type | Optional | Description |
+|-----------|------|----------|-------------|
+| `items` | `number[]` | `string[]` | `() => Dictionary` | yes | Specify enum items explicitly. |
+
+```typescript
+@Enum(() => MyEnum1)
+enum1 = MyEnum1.VALUE_1;
+
+@Enum({ type: 'MyEnum2', nullable: true })
+enum2?: MyEnum2; // MyEnum2 needs to be defined in current file (can be re-exported)
+
+@Enum({ items: [1, 2, 3] })
+enum3 = 3;
+
+@Enum({ items: ['a', 'b', 'c'] })
+enum4 = 'a';
+```
+
+## Entity Relationships
+
+All relationship decorators have `entity`, `cascade` and `eager` optional parameters.
+If you use the default `ReflectMetadataProvider`, then `entity` parameter might be required
+You will be warned about it being not defined while required during discovery process if you
+use `ReflectMetadataProvider`.
+
+You can also use `type` parameter instead of it - the difference being that `type` parameter
+needs to be string, while in `entity` parameter you can provide a reference (wrapped in
+a callback to overcome issues with circular dependencies) to the entity, which plays nice
+with refactoring features in IDEs like WebStorm.
+
+> If you explicitly provide `entity` as a reference, it will enable type checks for other
+> reference parameters like `inversedBy` or `mappedBy`.
+
+### @ManyToOne()
+
+Many instances of the current Entity refer to One instance of the referred Entity.
+
+See [Defining Entities](relationships.md#manytoone) for more examples.
+
+| Parameter | Type | Optional | Description |
+|-----------|------|----------|-------------|
+| `entity` | `string` | `() => EntityName` | yes | Set target entity type. |
+| `cascade` | `Cascade[]` | yes | Set what actions on owning entity should be cascaded to the relationship. Defaults to `[Cascade.PERSIST, Cascade.MERGE]` (see [Cascading](cascading.md)). |
+| `eager` | `boolean` | yes | Always load the relationship. |
+| `inversedBy` | `(string & keyof T) ` | ` (e: T) => any` | yes | Point to the inverse side property name. |
+| `wrappedReference` | `boolean` | yes | Wrap the entity in [`Reference` wrapper](entity-references.md). |
+
+```typescript
+@ManyToOne()
+author1?: Author; // type taken via reflection (TsMorphMetadataProvider)
+
+@ManyToOne(() => Author) // explicit type
+author2?: Author;
+
+@ManyToOne({ entity: () => Author, cascade: [Cascade.ALL] }) // options object
+author3?: Author;
+```
+
+### @OneToOne()
+
+One instance of the current Entity refers to One instance of the referred Entity.
+
+See [Defining Entities](relationships.md#onetoone) for more examples, including bi-directional 1:1.
+
+| Parameter | Type | Optional | Description |
+|-----------|------|----------|-------------|
+| `entity` | `string` | `() => EntityName` | yes | Set target entity type. |
+| `cascade` | `Cascade[]` | yes | Set what actions on owning entity should be cascaded to the relationship. Defaults to `[Cascade.PERSIST, Cascade.MERGE]` (see [Cascading](cascading.md)). |
+| `eager` | `boolean` | yes | Always load the relationship. |
+| `owner` | `boolean` | yes | Explicitly set as owning side (same as providing `inversedBy`). |
+| `inversedBy` | `(string & keyof T) ` | ` (e: T) => any` | yes | Point to the inverse side property name. |
+| `mappedBy` | `(string & keyof T)` | `(e: T) => any` | yes | Point to the owning side property name. |
+| `wrappedReference` | `boolean` | yes | Wrap the entity in [`Reference` wrapper](entity-references.md). |
+| `orphanRemoval` | `boolean` | yes | Remove the entity when it gets disconnected from the relationship (see [Cascading](cascading.md#orphan-removal)). |
+| `joinColumn` | `string` | yes | Override default database column name on the owning side (see [Naming Strategy](naming-strategy.md)). |
+
+```typescript
+// when none of `owner/inverseBy/mappedBy` is provided, it will be considered owning side
+@OneToOne()
+bestFriend1!: User;
+
+// side with `inversedBy` is the owning one, to define inverse side use `mappedBy`
+@OneToOne({ inversedBy: 'bestFriend1', orphanRemoval: true })
+bestFriend2!: User;
+
+// when defining it like this, you need to specifically mark the owning side with `owner: true`
+@OneToOne(() => User, user => user.bestFriend2, { owner: true, orphanRemoval: true })
+bestFriend3!: User;
+```
+
+### @OneToMany()
+
+One instance of the current Entity has Many instances (references) to the referred Entity.
+
+See [Defining Entities](relationships.md#onetomany) for more examples, including bi-directional 1:m.
+
+> You need to initialize the value with `Collection<T>` instance.
+
+| Parameter | Type | Optional | Description |
+|-----------|------|----------|-------------|
+| `mappedBy` | `(string & keyof T)` | `(e: T) => any` | no | Point to the owning side property name. |
+| `entity` | `string` | `() => EntityName` | yes | Set target entity type. |
+| `cascade` | `Cascade[]` | yes | Set what actions on owning entity should be cascaded to the relationship. Defaults to `[Cascade.PERSIST, Cascade.MERGE]` (see [Cascading](cascading.md)). |
+| `eager` | `boolean` | yes | Always load the relationship. |
+| `orphanRemoval` | `boolean` | yes | Remove the entity when it gets disconnected from the connection (see [Cascading](cascading.md#orphan-removal)). |
+| `orderBy` | `{ [field: string]: QueryOrder }` | yes | Set default ordering condition. |
+| `joinColumn` | `string` | yes | Override default database column name on the owning side (see [Naming Strategy](naming-strategy.md)). |
+| `inverseJoinColumn` | `string` | yes | Override default database column name on the inverse side (see [Naming Strategy](naming-strategy.md)). |
+
+```typescript
+@OneToMany(() => Book, book => book.author)
+books1 = new Collection<Book>(this);
+
+@OneToMany({ mappedBy: 'author', cascade: [Cascade.ALL] })
+books2 = new Collection<Book>(this); // target entity type can be read via `TsMorphMetadataProvider` too
+```
+
+### @ManyToMany()
+
+Many instances of the current Entity refers to Many instances of the referred Entity.
+
+See [Defining Entities](relationships.md#manytomany) for more examples, including bi-directional m:n.
+
+> You need to initialize the value with `Collection<T>` instance.
+
+| Parameter | Type | Optional | Description |
+|-----------|------|----------|-------------|
+| `entity` | `string` | `() => EntityName` | yes | Set target entity type. |
+| `cascade` | `Cascade[]` | yes | Set what actions on owning entity should be cascaded to the relationship. Defaults to `[Cascade.PERSIST, Cascade.MERGE]` (see [Cascading](cascading.md)). |
+| `eager` | `boolean` | yes | Always load the relationship. |
+| `owner` | `boolean` | yes | Explicitly set as owning side (same as providing `inversedBy`). |
+| `inversedBy` | `(string & keyof T) ` | ` (e: T) => any` | yes | Point to the inverse side property name. |
+| `mappedBy` | `(string & keyof T)` | `(e: T) => any` | yes | Point to the owning side property name. |
+| `orderBy` | `{ [field: string]: QueryOrder }` | yes | Set default ordering condition. |
+| `fixedOrder` | `boolean` | yes | Force stable insertion order of items in the collection (see [Collections](collections.md#forcing-fixed-order-of-collection-items)). |
+| `fixedOrderColumn` | `string` | yes | Override default order column name (`id`). |
+| `pivotTable` | `string` | yes | Override default name for pivot table (see [Naming Strategy](naming-strategy.md)). |
+| `joinColumn` | `string` | yes | Override default database column name on the owning side (see [Naming Strategy](naming-strategy.md)). |
+| `inverseJoinColumn` | `string` | yes | Override default database column name on the inverse side (see [Naming Strategy](naming-strategy.md)). |
+
+```typescript
+@ManyToMany({ entity: () => BookTag, cascade: [], fixedOrderColumn: 'order' })
+tags = new Collection<BookTag>(this); // m:n with autoincrement PK
+
+@ManyToMany(() => BookTag, undefined, { pivotTable: 'book_to_tag_unordered', orderBy: { name: QueryOrder.ASC } })
+tagsUnordered = new Collection<BookTag>(this); // m:n with composite PK
+```
+
+## Lifecycle Hooks
+
+You can use lifecycle hooks to run some code when entity gets persisted. You can mark any of
+entity methods with them, you can also mark multiple methods with same hook.
+
+> All hooks support async methods with one exception - `@OnInit`.
+
+### @OnInit()
+
+Fired when new instance of entity is created, either manually `em.create()`, or
+automatically when new entities are loaded from database
+
+> `@OnInit` is not fired when you create the entity manually via its constructor (`new MyEntity()`)
+
+```typescript
+@OnInit()
+doStuffOnInit() {
+ this.fullName = `${this.firstName} - ${this.lastName}`; // initialize shadow property
+}
+```
+
+### @BeforeCreate()
+
+Fired right before we persist the new entity into the database.
+
+```typescript
+@BeforeCreate()
+async doStuffBeforeCreate() {
+ // ...
+}
+```
+
+### @AfterCreate()
+
+Fired right after the new entity is created in the database and merged to identity map.
+Since this event entity will have reference to `EntityManager` and will be
+enabled to call `entity.init()` method (including all entity references and collections).
+
+```typescript
+@AfterCreate()
+async doStuffAfterCreate() {
+ // ...
+}
+```
+
+### @BeforeUpdate()
+
+Fired right before we update the entity in the database.
+
+```typescript
+@BeforeUpdate()
+async doStuffBeforeUpdate() {
+ // ...
+}
+```
+
+### @AfterUpdate()
+
+Fired right after the entity is updated in the database.
+
+```typescript
+@AfterUpdate()
+async doStuffAfterUpdate() {
+ // ...
+}
+```
+
+### @BeforeDelete()
+
+Fired right before we delete the record from database. It is fired only when
+removing entity or entity reference, not when deleting records by query.
+
+```typescript
+@BeforeDelete()
+async doStuffBeforeDelete() {
+ // ...
+}
+```
+
+### @AfterDelete()
+
+Fired right after the record gets deleted from database and it is unset from the identity map.
+
+```typescript
+@AfterDelete()
+async doStuffAfterDelete() {
+ // ...
+}
+```
+
+## Entity Repository
+
+### @Repository()
+
+Used to register custom entity repository.
+
+> `em.getRepository()` will automatically return custom repository if it is registered.
+
+```typescript
+@Repository(Author)
+export class CustomAuthorRepository extends EntityRepository<Author> {
+ // your custom methods...
+}
+```
diff --git a/sidebars.js b/sidebars.js
index c2121c6..5f8b1bc 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -16,6 +16,7 @@ module.exports = {
'transactions',
'cascading',
'deployment',
+ 'decorators',
],
'Advanced Features': [
'nested-populate',
diff --git a/ManyToMany.ts b/ManyToMany.ts
index 8dc9d81..d1fcf7e 100644
--- a/ManyToMany.ts
+++ b/ManyToMany.ts
@@ -30,7 +30,6 @@ export function ManyToMany<T extends AnyEntity<T>>(
}
export interface ManyToManyOptions<T extends AnyEntity<T>> extends ReferenceOptions<T> {
- entity?: string | (() => EntityName<T>);
owner?: boolean;
inversedBy?: (string & keyof T) | ((e: T) => any);
mappedBy?: (string & keyof T) | ((e: T) => any);
diff --git a/ManyToOne.ts b/ManyToOne.ts
index 918ca7f..6bf5e19 100644
--- a/ManyToOne.ts
+++ b/ManyToOne.ts
@@ -25,7 +25,6 @@ export function ManyToOne<T extends AnyEntity<T>>(
}
export interface ManyToOneOptions<T extends AnyEntity<T>> extends ReferenceOptions<T> {
- entity?: string | (() => EntityName<T>);
inversedBy?: (string & keyof T) | ((e: T) => any);
wrappedReference?: boolean;
primary?: boolean;
|
|
build: introduce a justfile for development convenience
|
22617b6206bbf58767b4f2671f7d3f940cc28389
|
build
|
https://github.com/rohankumardubey/ibis/commit/22617b6206bbf58767b4f2671f7d3f940cc28389
|
introduce a justfile for development convenience
|
diff --git a/ibis-backends.yml b/ibis-backends.yml
index e5857f1..83ba1b3 100644
--- a/ibis-backends.yml
+++ b/ibis-backends.yml
@@ -70,15 +70,16 @@ jobs:
- name: install ibis
run: poetry install --extras ${{ matrix.backend.name }}
+ - uses: extractions/setup-just@v1
+
- name: download backend data
- run: poetry run python ci/datamgr.py download
+ run: just download-data
- name: install backend data
- run: poetry run python ci/datamgr.py ${{ matrix.backend.name }}
+ run: just load-data ${{ matrix.backend.name }}
- name: run tests
- shell: bash
- run: ./ci/run_tests.sh -m ${{ matrix.backend.name }} --numprocesses auto
+ run: just ci-check -m ${{ matrix.backend.name }} --numprocesses auto
- name: publish test report
uses: actions/upload-artifact@v2
@@ -114,15 +115,16 @@ jobs:
- name: install minimum dask version
run: poetry add --lock --optional [email protected] --extras array --extras dataframe
+ - uses: extractions/setup-just@v1
+
- name: install ibis
run: poetry install --extras dask
- name: download backend data
- run: poetry run python ci/datamgr.py download
+ run: just download-data
- name: run tests
- shell: bash
- run: ./ci/run_tests.sh -m dask --numprocesses auto
+ run: just ci-check -m dask --numprocesses auto
- name: publish test report
uses: actions/upload-artifact@v2
@@ -158,14 +160,16 @@ jobs:
- name: install ibis
run: poetry install --extras postgres --extras geospatial
+ - uses: extractions/setup-just@v1
+
- name: download backend data
- run: poetry run python ci/datamgr.py download
+ run: just download-data
- name: install backend data
- run: poetry run python ci/datamgr.py postgres
+ run: just load-data postgres
- name: run tests
- run: ./ci/run_tests.sh -m postgres --numprocesses auto
+ run: just ci-check -m postgres --numprocesses auto
- name: publish test report
uses: actions/upload-artifact@v2
@@ -213,11 +217,13 @@ jobs:
- name: install ibis
run: poetry install --extras pyspark
+ - uses: extractions/setup-just@v1
+
- name: download backend data
- run: poetry run python ci/datamgr.py download
+ run: just download-data
- name: run tests
- run: ./ci/run_tests.sh -m pyspark
+ run: just ci-check -m pyspark
- name: publish test report
uses: actions/upload-artifact@v2
@@ -276,14 +282,16 @@ jobs:
- name: install ibis
run: poetry install --extras impala
+ - uses: extractions/setup-just@v1
+
- name: download backend data
- run: poetry run python ci/datamgr.py download
+ run: just download-data
- name: install backend data
- run: poetry run python ci/datamgr.py impala
+ run: just load-data impala
- name: run tests
- run: ./ci/run_tests.sh -m impala
+ run: just ci-check -m impala
- name: publish test report
uses: actions/upload-artifact@v2
@@ -355,14 +363,16 @@ jobs:
if: ${{ matrix.backend.name == 'postgres' }}
run: sudo apt-get install -qq -y build-essential libgeos-dev python-dev
+ - uses: extractions/setup-just@v1
+
- name: download backend data
- run: poetry run python ci/datamgr.py download
+ run: just download-data
- name: install backend data
- run: poetry run python ci/datamgr.py ${{ matrix.backend.name }}
+ run: just load-data ${{ matrix.backend.name }}
- name: run tests
- run: ./ci/run_tests.sh -m ${{ matrix.backend.name }} --numprocesses auto
+ run: just ci-check -m ${{ matrix.backend.name }} --numprocesses auto
- name: publish test report
uses: actions/upload-artifact@v2
diff --git a/ibis-main.yml b/ibis-main.yml
index e4cc89a..9684a7f 100644
--- a/ibis-main.yml
+++ b/ibis-main.yml
@@ -81,9 +81,10 @@ jobs:
- name: install ibis
run: poetry install
+ - uses: extractions/setup-just@v1
+
- name: run tests
- shell: bash
- run: ./ci/run_tests.sh -m core --numprocesses auto
+ run: just check
- name: publish test report
uses: actions/upload-artifact@v2
diff --git a/.gitignore b/.gitignore
index 6646f9b..f356dd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,3 +95,4 @@ geography.db
ci/udf/.ninja_deps
ci/udf/.ninja_log
ci/udf/build.ninja
+junit.xml
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8b95313..05f3223 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -104,4 +104,15 @@ repos:
- toml
- yaml
- markdown
+ - entry: just --fmt --unstable --check
+ exclude: ^$
+ files: ^justfile$
+ id: just
+ language: system
+ name: just
+ pass_filenames: false
+ stages:
+ - commit
+ types:
+ - file
repo: local
diff --git a/datamgr.py b/datamgr.py
index 2a844fb..42ec628 100644
--- a/datamgr.py
+++ b/datamgr.py
@@ -3,7 +3,8 @@
from __future__ import annotations
import collections
-import concurrent.futures
+import concurrent.futures as fut
+import io
import itertools
import logging
import multiprocessing
@@ -11,24 +12,26 @@ import os
import subprocess
import tempfile
import zipfile
-from io import BytesIO
from pathlib import Path
-from typing import Any, Iterable, Iterator
+from typing import TYPE_CHECKING, Any, Iterable, Iterator
import click
-import pyarrow as pa
-import pyarrow.csv
import sqlalchemy as sa
+if TYPE_CHECKING:
+ import pyarrow as pa
+
import ibis
-import ibis.expr.datatypes as dt
-import ibis.expr.datatypes.pyarrow
+IBIS_HOME = Path(__file__).parent.parent
SCRIPT_DIR = Path(__file__).parent.absolute()
-DATA_DIR_NAME = 'ibis-testing-data'
DATA_DIR = Path(
- os.environ.get('IBIS_TEST_DATA_DIRECTORY', SCRIPT_DIR / DATA_DIR_NAME)
+ os.environ.get(
+ 'IBIS_TEST_DATA_DIRECTORY',
+ SCRIPT_DIR / 'ibis-testing-data',
+ )
)
+CPU_COUNT = multiprocessing.cpu_count()
TEST_TABLES = {
"functional_alltypes": ibis.schema(
@@ -131,7 +134,7 @@ logger = get_logger(Path(__file__).with_suffix('').name)
def impala_raise_if_cannot_write_to_hdfs(con, env):
test_path = os.path.join(env.test_data_dir, ibis.util.guid())
- con.hdfs.put(test_path, BytesIO(ibis.util.guid().encode('UTF-8')))
+ con.hdfs.put(test_path, io.BytesIO(ibis.util.guid().encode('UTF-8')))
con.hdfs.rm(test_path)
@@ -191,35 +194,26 @@ AVRO_SCHEMAS = {
}
-def impala_create_table(method, *, env, path, schema):
- table = method(
- path,
- schema,
- name=os.path.basename(path),
- database=env.test_data_db,
- persist=True,
- )
- table.compute_stats()
-
-
def impala_create_tables(con, env, executor):
test_data_dir = env.test_data_dir
avro_files = (
- ("avro_file", os.path.join(test_data_dir, 'avro', path))
+ (con.avro_file, os.path.join(test_data_dir, 'avro', path))
for path in con.hdfs.ls(os.path.join(test_data_dir, 'avro'))
)
parquet_files = (
- ("parquet_file", os.path.join(test_data_dir, 'parquet', path))
+ (con.parquet_file, os.path.join(test_data_dir, 'parquet', path))
for path in con.hdfs.ls(os.path.join(test_data_dir, 'parquet'))
)
schemas = collections.ChainMap(PARQUET_SCHEMAS, AVRO_SCHEMAS)
for method, path in itertools.chain(parquet_files, avro_files):
+ logger.info(os.path.basename(path))
yield executor.submit(
- impala_create_table,
- getattr(con, method),
- env=env,
- path=path,
- schema=schemas.get(os.path.basename(path)),
+ method,
+ path,
+ schemas.get(os.path.basename(path)),
+ name=os.path.basename(path),
+ database=env.test_data_db,
+ persist=True,
)
@@ -240,13 +234,15 @@ def impala_upload_udfs(con, ibis_home_dir, env):
def load_impala_data(con, data_dir, env):
impala_upload_ibis_test_data_to_hdfs(con, data_dir, env)
impala_create_test_database(con, env)
- with concurrent.futures.ThreadPoolExecutor(
- max_workers=multiprocessing.cpu_count()
- ) as executor:
- for future in concurrent.futures.as_completed(
- impala_create_tables(con, env, executor)
- ):
- future.result()
+ with fut.ThreadPoolExecutor(max_workers=CPU_COUNT) as executor:
+ table_futures = (
+ executor.submit(table_future.result().compute_stats)
+ for table_future in fut.as_completed(
+ impala_create_tables(con, env, executor)
+ )
+ )
+ for stats_future in fut.as_completed(table_futures):
+ stats_future.result()
def recreate_database(
@@ -276,6 +272,7 @@ def init_database(
url.database = database
except AttributeError:
url = url.set(database=database)
+
engine = sa.create_engine(url, **kwargs)
if schema:
@@ -290,23 +287,26 @@ def read_tables(
names: Iterable[str],
data_directory: Path,
) -> Iterator[tuple[str, pa.Table]]:
+ import pyarrow.csv as pa_csv
+
+ import ibis.expr.datatypes.pyarrow as pa_dt
+
for name in names:
- schema = TEST_TABLES.get(name)
- if schema is not None:
- convert_options = pa.csv.ConvertOptions(
- column_types={
- name: dt.pyarrow.to_pyarrow_type(type)
- for name, type in schema.items()
- }
- )
- else:
- convert_options = None
- path = data_directory / f'{name}.csv'
- yield name, pa.csv.read_csv(path, convert_options=convert_options)
+ schema = TEST_TABLES[name]
+ convert_options = pa_csv.ConvertOptions(
+ column_types={
+ name: pa_dt.to_pyarrow_type(type)
+ for name, type in schema.items()
+ }
+ )
+ yield name, pa_csv.read_csv(
+ data_directory / f"{name}.csv",
+ convert_options=convert_options,
+ )
@click.group()
[email protected]('--quiet/--verbose', '-q', default=False, is_flag=True)
[email protected]('--quiet/--verbose', '-q/-v', default=False, is_flag=True)
def cli(quiet):
if quiet:
logger.setLevel(logging.ERROR)
@@ -643,9 +643,8 @@ def impala(data_dir):
verify=env.auth_mechanism not in ('GSSAPI', 'LDAP'),
user=env.webhdfs_user,
),
- pool_size=multiprocessing.cpu_count(),
+ pool_size=CPU_COUNT,
)
- ibis_home_dir = Path(__file__).parent.parent
# validate our environment before performing possibly expensive operations
impala_raise_if_cannot_write_to_hdfs(con, env)
@@ -654,44 +653,28 @@ def impala(data_dir):
load_impala_data(con, str(data_dir), env)
# build and upload the UDFs
- impala_build_udfs(ibis_home_dir)
- impala_upload_udfs(con, ibis_home_dir, env)
+ impala_build_udfs(IBIS_HOME)
+ impala_upload_udfs(con, IBIS_HOME, env)
@cli.command()
-def pandas(**params):
- """
- The pandas backend does not need test data, but we still
- have an option for the backend for consistency, and to not
- have to avoid calling `./datamgr.py pandas` in the CI.
- """
+def pandas():
+ """No-op to allow `python ./datamgr.py pandas`."""
@cli.command()
-def dask(**params):
- """
- The dask backend does not need test data, but we still
- have an option for the backend for consistency, and to not
- have to avoid calling `./datamgr.py dask` in the CI.
- """
+def dask():
+ """No-op to allow `python ./datamgr.py dask`."""
@cli.command()
-def datafusion(**params):
- """
- The datafusion backend does not need test data, but we still
- have an option for the backend for consistency, and to not
- have to avoid calling `./datamgr.py datafusion` in the CI.
- """
+def datafusion():
+ """No-op to allow `python ./datamgr.py datafusion`."""
@cli.command()
-def pyspark(**params):
- """
- The pyspark backend does not need test data, but we still
- have an option for the backend for consistency, and to not
- have to avoid calling `./datamgr.py pyspark` in the CI.
- """
+def pyspark():
+ """No-op to allow `python ./datamgr.py pyspark`."""
if __name__ == '__main__':
diff --git a/run_tests.sh b/run_tests.sh
index a2521b0..55881c6 100644
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-
-set -euo pipefail
-
-poetry run pytest \\
- --durations=25 \\
- -ra \\
- --junitxml=junit.xml \\
- --cov=ibis \\
- --cov-report=xml:coverage.xml "$@"
diff --git a/justfile b/justfile
index 60b0c99..dd09c4d 100644
--- a/justfile
+++ b/justfile
@@ -0,0 +1,88 @@
+# list justfile recipes
+default:
+ just --list
+
+# clean untracked files
+clean:
+ git clean -fdx -e 'ci/ibis-testing-data'
+
+# show all backends
+@list-backends:
+ yj -tj < pyproject.toml | \\
+ jq -rcM '.tool.poetry.plugins["ibis.backends"] | keys[]' | grep -v '^spark' | sort
+
+# format code
+fmt:
+ poetry run black .
+ poetry run isort .
+ poetry run pyupgrade --py38-plus ibis/**/*.py
+
+# run all non-backend tests in parallel; additional arguments are forwarded to pytest
+check *args:
+ poetry run pytest -m 'not backend' -q -n auto {{ args }}
+
+# run pytest for ci; additional arguments are forwarded to pytest
+ci-check *args:
+ poetry run pytest --durations=25 -ra --junitxml=junit.xml --cov=ibis --cov-report=xml:coverage.xml {{ args }}
+
+# lint code
+lint:
+ poetry run black -q . --check
+ poetry run isort -q . --check
+ poetry run flake8 .
+
+# type check code using mypy
+typecheck:
+ poetry run mypy .
+
+# run the test suite for one or more backends
+test +backends:
+ #!/usr/bin/env bash
+ set -euo pipefail
+
+ pytest_args=("-m" "$(sed 's/ / or /g' <<< '{{ backends }}')")
+
+ if ! [[ "{{ backends }}" =~ impala|pyspark ]]; then
+ pytest_args+=("-n" "auto" "-q")
+ fi
+
+ poetry run pytest "${pytest_args[@]}"
+
+# download testing data
+download-data owner="ibis-project" repo="testing-data" rev="master":
+ #!/usr/bin/env bash
+ set -euo pipefail
+
+ outdir="{{ justfile_directory() }}/ci/ibis-testing-data"
+ rm -rf "$outdir"
+ tmpdatadir="$(mktemp -d)"
+ tmpdir="$(mktemp -d)"
+ curl -L -o "$tmpdatadir/data.zip" "https://github.com/{{ owner }}/{{ repo }}/archive/{{ rev }}.zip"
+ unzip "$tmpdatadir/data.zip" -d "$tmpdir"
+ mv "$tmpdir/{{ repo }}-{{ rev }}" "$outdir"
+ rm -r "$tmpdir" "$tmpdatadir"
+
+# start backends using docker compose and load data; no arguments starts all backends
+up *backends:
+ docker compose up --wait {{ backends }}
+ just load-data {{ backends }}
+
+# stop and remove containers; clean up networks and volumes
+down:
+ docker compose down --volumes --remove-orphans
+
+# load data into running backends; requires a running backend
+load-data *backends:
+ #!/usr/bin/env bash
+ set -euo pipefail
+
+ if [ -z "{{ backends }}" ]; then
+ mapfile -t services < <(just list-backends | grep -v '^spark')
+ else
+ mapfile -t -d ' ' services <<< "{{ backends }}"
+ fi
+ for backend in "${services[@]}"; do
+ poetry run python ci/datamgr.py "$(tr -d '\\n' <<< "${backend}")" &
+ done
+
+ wait
diff --git a/shell.nix b/shell.nix
index 63f538b..fc7c01d 100644
--- a/shell.nix
+++ b/shell.nix
@@ -8,6 +8,8 @@ let
commitlint
curl
git
+ jq
+ just
niv
nix-linter
nixpkgs-fmt
@@ -15,6 +17,8 @@ let
prettierTOML
shellcheck
shfmt
+ unzip
+ yj
];
impalaUdfDeps = with pkgs; [
|
|
fix: don't overwrite unexpanded `git-lfs` pointer files. (#607)
It's possible for those with incomplete `git-lfs` installations
(and many more situations) to end up in a spot where pointer files
aren't expanded. If we overwrite the with archives, files look
changed which can be confusing and lead to even bigger messes
to happen.
Now we don't overwrite those files anyomre.
|
761b7d71977a5aa4876010faa61ab88f0dba6eab
|
fix
|
https://github.com/Byron/gitoxide/commit/761b7d71977a5aa4876010faa61ab88f0dba6eab
|
don't overwrite unexpanded `git-lfs` pointer files. (#607)
It's possible for those with incomplete `git-lfs` installations
(and many more situations) to end up in a spot where pointer files
aren't expanded. If we overwrite the with archives, files look
changed which can be confusing and lead to even bigger messes
to happen.
Now we don't overwrite those files anyomre.
|
diff --git a/lib.rs b/lib.rs
index ddcef49..323d04b 100644
--- a/lib.rs
+++ b/lib.rs
@@ -417,6 +417,16 @@ fn write_failure_marker(failure_marker: &Path) {
std::fs::write(failure_marker, []).ok();
}
+fn is_lfs_pointer_file(path: &Path) -> bool {
+ const PREFIX: &[u8] = b"version https://git-lfs";
+ let mut buf = [0_u8; PREFIX.len()];
+ std::fs::OpenOptions::new()
+ .read(true)
+ .open(path)
+ .and_then(|mut f| f.read_exact(&mut buf))
+ .map_or(false, |_| buf.starts_with(PREFIX))
+}
+
/// The `script_identity` will be baked into the soon to be created `archive` as it identitifies the script
/// that created the contents of `source_dir`.
fn create_archive_if_not_on_ci(source_dir: &Path, archive: &Path, script_identity: u32) -> std::io::Result<()> {
@@ -426,6 +436,13 @@ fn create_archive_if_not_on_ci(source_dir: &Path, archive: &Path, script_identit
if is_excluded(archive) {
return Ok(());
}
+ if is_lfs_pointer_file(archive) {
+ eprintln!(
+ "Refusing to overwrite `git-lfs` pointer file at \\"{}\\" - git lfs might not be properly installed.",
+ archive.display()
+ );
+ return Ok(());
+ }
std::fs::create_dir_all(archive.parent().expect("archive is a file"))?;
let meta_dir = populate_meta_dir(source_dir, script_identity)?;
|
|
build: removed editorconfig flag from prettier
|
9138171f4a62d678a10374df561928000ba8b5d8
|
build
|
https://github.com/tsparticles/tsparticles/commit/9138171f4a62d678a10374df561928000ba8b5d8
|
removed editorconfig flag from prettier
|
diff --git a/prettier-config.json b/prettier-config.json
index bc17137..6424e8d 100644
--- a/prettier-config.json
+++ b/prettier-config.json
@@ -2,7 +2,6 @@
"$schema": "http://json.schemastore.org/prettierrc",
"printWidth": 120,
"endOfLine": "lf",
- "editorconfig": true,
"overrides": [
{
"files": [
|
|
build: adding an options-updater command for updating old json configurations
|
fb63b196a9e7b643128804e64e95570942c68bf1
|
build
|
https://github.com/tsparticles/tsparticles/commit/fb63b196a9e7b643128804e64e95570942c68bf1
|
adding an options-updater command for updating old json configurations
|
diff --git a/TestContainer.ts b/TestContainer.ts
index c804728..fd3621e 100644
--- a/TestContainer.ts
+++ b/TestContainer.ts
@@ -1,9 +1,7 @@
+import { Options, RecursivePartial, tsParticles } from "../../src";
import { Container } from "../../src/Core/Container";
import type { IOptions } from "../../src";
-import { Options } from "../../src";
-import { RecursivePartial } from "../../src";
import { TestWindow } from "./Window";
-import { tsParticles } from "../../src";
declare global {
interface Window {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 36410d9..9854828 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1588,7 +1588,7 @@ importers:
jquery: 3.6.1
jquery-particles: link:../../components/jquery
tsparticles: link:../../bundles/full/dist
- tsparticles-demo-configs: link:../../utils/configs/dist
+ tsparticles-demo-configs: link:../vanilla_new/configs
tsparticles-engine: link:../../engine/dist
tsparticles-preset-links: link:../../presets/links/dist
devDependencies:
@@ -2041,7 +2041,7 @@ importers:
stats.ts: 1.1.0
stylus: 0.59.0
tsparticles: link:../../bundles/full/dist
- tsparticles-demo-configs: link:../../utils/configs/dist
+ tsparticles-demo-configs: link:../vanilla_new/configs
tsparticles-engine: link:../../engine/dist
tsparticles-interaction-external-attract: link:../../interactions/external/attract/dist
tsparticles-interaction-external-bounce: link:../../interactions/external/bounce/dist
@@ -2148,7 +2148,7 @@ importers:
rimraf: 3.0.2
sass: 1.56.0
tsparticles: link:../../bundles/full/dist
- tsparticles-demo-configs: link:../../utils/configs/dist
+ tsparticles-demo-configs: link:configs
tsparticles-engine: link:../../engine/dist
tsparticles-interaction-light: link:../../interactions/light/dist
tsparticles-interaction-particles-repulse: link:../../interactions/particles/repulse/dist
@@ -6493,6 +6493,195 @@ importers:
webpack-tsparticles-plugin: 1.4.3
publishDirectory: dist
+ utils/options-updater:
+ specifiers:
+ '@tsparticles/eslint-config': ^1.3.2
+ '@tsparticles/prettier-config': ^1.3.1
+ '@tsparticles/tsconfig': ^1.4.0
+ '@types/eslint': ^8.4.7
+ '@types/fs-extra': ^9.0.13
+ '@types/jsdom': ^20.0.1
+ '@types/klaw': ^3.0.3
+ '@types/lodash': ^4.14.188
+ '@types/node': ^18.11.4
+ '@types/prettier': ^2.7.1
+ '@types/rimraf': ^3.0.2
+ '@typescript-eslint/eslint-plugin': ^5.40.1
+ '@typescript-eslint/parser': ^5.40.1
+ eslint: ^8.26.0
+ eslint-config-prettier: ^8.5.0
+ fs-extra: ^10.1.0
+ jsdom: ^20.0.2
+ klaw: ^4.0.1
+ lodash: ^4.17.21
+ prettier: ^2.7.1
+ rimraf: ^3.0.2
+ tsparticles: ^2.5.3
+ tsparticles-demo-configs: ^1.5.3
+ tsparticles-engine: ^2.5.2
+ tsparticles-interaction-external-attract: ^2.5.3
+ tsparticles-interaction-external-bounce: ^2.5.3
+ tsparticles-interaction-external-bubble: ^2.5.3
+ tsparticles-interaction-external-connect: ^2.5.3
+ tsparticles-interaction-external-grab: ^2.5.3
+ tsparticles-interaction-external-pause: ^2.5.3
+ tsparticles-interaction-external-push: ^2.5.3
+ tsparticles-interaction-external-remove: ^2.5.3
+ tsparticles-interaction-external-repulse: ^2.5.3
+ tsparticles-interaction-external-slow: ^2.5.3
+ tsparticles-interaction-external-trail: ^2.5.3
+ tsparticles-interaction-light: ^2.5.3
+ tsparticles-interaction-particles-attract: ^2.5.3
+ tsparticles-interaction-particles-collisions: ^2.5.3
+ tsparticles-interaction-particles-links: ^2.5.3
+ tsparticles-interaction-particles-repulse: ^2.5.3
+ tsparticles-move-base: ^2.5.3
+ tsparticles-move-parallax: ^2.5.3
+ tsparticles-particles.js: ^2.5.3
+ tsparticles-path-curves: ^2.5.3
+ tsparticles-path-perlin-noise: ^2.5.3
+ tsparticles-path-polygon: ^2.5.3
+ tsparticles-path-simplex-noise: ^2.5.3
+ tsparticles-plugin-absorbers: ^2.5.3
+ tsparticles-plugin-canvas-mask: ^2.5.3
+ tsparticles-plugin-easing-back: ^2.5.3
+ tsparticles-plugin-easing-circ: ^2.5.3
+ tsparticles-plugin-easing-cubic: ^2.5.3
+ tsparticles-plugin-easing-expo: ^2.5.3
+ tsparticles-plugin-easing-quad: ^2.5.3
+ tsparticles-plugin-easing-quart: ^2.5.3
+ tsparticles-plugin-easing-quint: ^2.5.3
+ tsparticles-plugin-easing-sine: ^2.5.3
+ tsparticles-plugin-emitters: ^2.5.3
+ tsparticles-plugin-hsv-color: ^2.5.3
+ tsparticles-plugin-infection: ^2.5.3
+ tsparticles-plugin-motion: ^2.5.3
+ tsparticles-plugin-polygon-mask: ^2.5.3
+ tsparticles-shape-bubble: ^2.5.3
+ tsparticles-shape-circle: ^2.5.3
+ tsparticles-shape-heart: ^2.5.3
+ tsparticles-shape-image: ^2.5.3
+ tsparticles-shape-line: ^2.5.3
+ tsparticles-shape-multiline-text: ^2.5.3
+ tsparticles-shape-polygon: ^2.5.3
+ tsparticles-shape-rounded-rect: ^2.5.3
+ tsparticles-shape-spiral: ^2.5.3
+ tsparticles-shape-square: ^2.5.3
+ tsparticles-shape-star: ^2.5.3
+ tsparticles-shape-text: ^2.5.3
+ tsparticles-slim: ^2.5.3
+ tsparticles-updater-angle: ^2.5.3
+ tsparticles-updater-color: ^2.5.3
+ tsparticles-updater-destroy: ^2.5.3
+ tsparticles-updater-gradient: ^2.5.3
+ tsparticles-updater-life: ^2.5.3
+ tsparticles-updater-opacity: ^2.5.3
+ tsparticles-updater-orbit: ^2.5.3
+ tsparticles-updater-out-modes: ^2.5.3
+ tsparticles-updater-roll: ^2.5.3
+ tsparticles-updater-size: ^2.5.3
+ tsparticles-updater-stroke-color: ^2.5.3
+ tsparticles-updater-tilt: ^2.5.3
+ tsparticles-updater-twinkle: ^2.5.3
+ tsparticles-updater-wobble: ^2.5.3
+ typescript: ^4.8.4
+ webpack: ^5.74.0
+ webpack-tsparticles-plugin: ^1.4.3
+ dependencies:
+ '@tsparticles/eslint-config': 1.3.2_h6ovu3vtbopef5tmregupb63lm
+ '@tsparticles/prettier-config': [email protected]
+ '@tsparticles/tsconfig': [email protected]
+ '@typescript-eslint/eslint-plugin': 5.42.1_2udltptbznfmezdozpdoa2aemq
+ '@typescript-eslint/parser': 5.42.1_rmayb2veg2btbq6mbmnyivgasy
+ eslint: 8.27.0
+ eslint-config-prettier: [email protected]
+ fs-extra: 10.1.0
+ jsdom: 20.0.2
+ klaw: 4.0.1
+ lodash: 4.17.21
+ prettier: 2.7.1
+ rimraf: 3.0.2
+ tsparticles: link:../../bundles/full/dist
+ tsparticles-demo-configs: link:../../demo/vanilla_new/configs
+ tsparticles-engine: link:../../engine/dist
+ tsparticles-interaction-external-attract: link:../../interactions/external/attract/dist
+ tsparticles-interaction-external-bounce: link:../../interactions/external/bounce/dist
+ tsparticles-interaction-external-bubble: link:../../interactions/external/bubble/dist
+ tsparticles-interaction-external-connect: link:../../interactions/external/connect/dist
+ tsparticles-interaction-external-grab: link:../../interactions/external/grab/dist
+ tsparticles-interaction-external-pause: link:../../interactions/external/pause/dist
+ tsparticles-interaction-external-push: link:../../interactions/external/push/dist
+ tsparticles-interaction-external-remove: link:../../interactions/external/remove/dist
+ tsparticles-interaction-external-repulse: link:../../interactions/external/repulse/dist
+ tsparticles-interaction-external-slow: link:../../interactions/external/slow/dist
+ tsparticles-interaction-external-trail: link:../../interactions/external/trail/dist
+ tsparticles-interaction-light: link:../../interactions/light/dist
+ tsparticles-interaction-particles-attract: link:../../interactions/particles/attract/dist
+ tsparticles-interaction-particles-collisions: link:../../interactions/particles/collisions/dist
+ tsparticles-interaction-particles-links: link:../../interactions/particles/links/dist
+ tsparticles-interaction-particles-repulse: link:../../interactions/particles/repulse/dist
+ tsparticles-move-base: link:../../move/base/dist
+ tsparticles-move-parallax: link:../../move/parallax/dist
+ tsparticles-particles.js: link:../../bundles/pjs/dist
+ tsparticles-path-curves: link:../../paths/curves/dist
+ tsparticles-path-perlin-noise: link:../../paths/perlinNoise/dist
+ tsparticles-path-polygon: link:../../paths/polygon/dist
+ tsparticles-path-simplex-noise: link:../../paths/simplexNoise/dist
+ tsparticles-plugin-absorbers: link:../../plugins/absorbers/dist
+ tsparticles-plugin-canvas-mask: link:../../plugins/canvasMask/dist
+ tsparticles-plugin-easing-back: link:../../plugins/easings/back/dist
+ tsparticles-plugin-easing-circ: link:../../plugins/easings/circ/dist
+ tsparticles-plugin-easing-cubic: link:../../plugins/easings/cubic/dist
+ tsparticles-plugin-easing-expo: link:../../plugins/easings/expo/dist
+ tsparticles-plugin-easing-quad: link:../../plugins/easings/quad/dist
+ tsparticles-plugin-easing-quart: link:../../plugins/easings/quart/dist
+ tsparticles-plugin-easing-quint: link:../../plugins/easings/quint/dist
+ tsparticles-plugin-easing-sine: link:../../plugins/easings/sine/dist
+ tsparticles-plugin-emitters: link:../../plugins/emitters/dist
+ tsparticles-plugin-hsv-color: link:../../plugins/hsvColor/dist
+ tsparticles-plugin-infection: link:../../plugins/infection/dist
+ tsparticles-plugin-motion: link:../../plugins/motion/dist
+ tsparticles-plugin-polygon-mask: link:../../plugins/polygonMask/dist
+ tsparticles-shape-bubble: link:../../shapes/bubble/dist
+ tsparticles-shape-circle: link:../../shapes/circle/dist
+ tsparticles-shape-heart: link:../../shapes/heart/dist
+ tsparticles-shape-image: link:../../shapes/image/dist
+ tsparticles-shape-line: link:../../shapes/line/dist
+ tsparticles-shape-multiline-text: link:../../shapes/multiline-text/dist
+ tsparticles-shape-polygon: link:../../shapes/polygon/dist
+ tsparticles-shape-rounded-rect: link:../../shapes/rounded-rect/dist
+ tsparticles-shape-spiral: link:../../shapes/spiral/dist
+ tsparticles-shape-square: link:../../shapes/square/dist
+ tsparticles-shape-star: link:../../shapes/star/dist
+ tsparticles-shape-text: link:../../shapes/text/dist
+ tsparticles-slim: link:../../bundles/slim/dist
+ tsparticles-updater-angle: link:../../updaters/angle/dist
+ tsparticles-updater-color: link:../../updaters/color/dist
+ tsparticles-updater-destroy: link:../../updaters/destroy/dist
+ tsparticles-updater-gradient: link:../../updaters/gradient/dist
+ tsparticles-updater-life: link:../../updaters/life/dist
+ tsparticles-updater-opacity: link:../../updaters/opacity/dist
+ tsparticles-updater-orbit: link:../../updaters/orbit/dist
+ tsparticles-updater-out-modes: link:../../updaters/outModes/dist
+ tsparticles-updater-roll: link:../../updaters/roll/dist
+ tsparticles-updater-size: link:../../updaters/size/dist
+ tsparticles-updater-stroke-color: link:../../updaters/strokeColor/dist
+ tsparticles-updater-tilt: link:../../updaters/tilt/dist
+ tsparticles-updater-twinkle: link:../../updaters/twinkle/dist
+ tsparticles-updater-wobble: link:../../updaters/wobble/dist
+ typescript: 4.8.4
+ webpack: [email protected]
+ webpack-tsparticles-plugin: 1.4.3
+ devDependencies:
+ '@types/eslint': 8.4.10
+ '@types/fs-extra': 9.0.13
+ '@types/jsdom': 20.0.1
+ '@types/klaw': 3.0.3
+ '@types/lodash': 4.14.188
+ '@types/node': 18.11.9
+ '@types/prettier': 2.7.1
+ '@types/rimraf': 3.0.2
+
websites/confetti.js.org:
specifiers:
gh-pages: ^4.0.0
@@ -6549,7 +6738,6 @@ packages:
dependencies:
'@jridgewell/gen-mapping': 0.1.1
'@jridgewell/trace-mapping': 0.3.17
- dev: true
/@angular-devkit/architect/0.1402.8:
resolution: {integrity: sha512-z3HXPBi3h3y+D04NNA/5lVaUCMF+dkE/75bCqg4DG3FqV0i0dh4hozjKtWgX6xuoJ8AJlDfrJSaBCvjsog+Jhg==}
@@ -7212,7 +7400,6 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/highlight': 7.18.6
- dev: true
/@babel/code-frame/7.5.5:
resolution: {integrity: sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==}
@@ -7223,7 +7410,6 @@ packages:
/@babel/compat-data/7.20.1:
resolution: {integrity: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==}
engines: {node: '>=6.9.0'}
- dev: true
/@babel/core/7.18.10:
resolution: {integrity: sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==}
@@ -7269,7 +7455,6 @@ packages:
semver: 6.3.0
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/eslint-parser/7.19.1_qn3xnppexigqgidmp7nt2fn2oy:
resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==}
@@ -7294,15 +7479,6 @@ packages:
jsesc: 2.5.2
dev: true
- /@babel/generator/7.20.3:
- resolution: {integrity: sha512-Wl5ilw2UD1+ZYprHVprxHZJCFeBWlzZYOovE4SDYLZnqCOD11j+0QzNeEWKLLTWM7nixrZEh7vNIyb76MyJg3A==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.20.2
- '@jridgewell/gen-mapping': 0.3.2
- jsesc: 2.5.2
- dev: true
-
/@babel/generator/7.20.4:
resolution: {integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==}
engines: {node: '>=6.9.0'}
@@ -7310,14 +7486,12 @@ packages:
'@babel/types': 7.20.2
'@jridgewell/gen-mapping': 0.3.2
jsesc: 2.5.2
- dev: true
/@babel/helper-annotate-as-pure/7.18.6:
resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.20.2
- dev: true
/@babel/helper-builder-binary-assignment-operator-visitor/7.18.9:
resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==}
@@ -7325,7 +7499,6 @@ packages:
dependencies:
'@babel/helper-explode-assignable-expression': 7.18.6
'@babel/types': 7.20.2
- dev: true
/@babel/helper-compilation-targets/7.20.0_@[email protected]:
resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==}
@@ -7351,7 +7524,6 @@ packages:
'@babel/helper-validator-option': 7.18.6
browserslist: 4.21.4
semver: 6.3.0
- dev: true
/@babel/helper-create-class-features-plugin/7.20.2_@[email protected]:
resolution: {integrity: sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==}
@@ -7387,7 +7559,6 @@ packages:
'@babel/helper-split-export-declaration': 7.18.6
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/helper-create-regexp-features-plugin/7.19.0_@[email protected]:
resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==}
@@ -7409,7 +7580,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-annotate-as-pure': 7.18.6
regexpu-core: 5.2.1
- dev: true
/@babel/helper-define-polyfill-provider/0.3.3_@[email protected]:
resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==}
@@ -7441,19 +7611,16 @@ packages:
semver: 6.3.0
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/helper-environment-visitor/7.18.9:
resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==}
engines: {node: '>=6.9.0'}
- dev: true
/@babel/helper-explode-assignable-expression/7.18.6:
resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.20.2
- dev: true
/@babel/helper-function-name/7.19.0:
resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==}
@@ -7461,21 +7628,18 @@ packages:
dependencies:
'@babel/template': 7.18.10
'@babel/types': 7.20.2
- dev: true
/@babel/helper-hoist-variables/7.18.6:
resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.20.2
- dev: true
/@babel/helper-member-expression-to-functions/7.18.9:
resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.20.2
- dev: true
/@babel/helper-module-imports/7.16.0:
resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==}
@@ -7489,7 +7653,6 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.20.2
- dev: true
/@babel/helper-module-transforms/7.20.2:
resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==}
@@ -7505,19 +7668,16 @@ packages:
'@babel/types': 7.20.2
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/helper-optimise-call-expression/7.18.6:
resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.20.2
- dev: true
/@babel/helper-plugin-utils/7.20.2:
resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==}
engines: {node: '>=6.9.0'}
- dev: true
/@babel/helper-remap-async-to-generator/7.18.9_@[email protected]:
resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==}
@@ -7547,7 +7707,6 @@ packages:
'@babel/types': 7.20.2
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/helper-replace-supers/7.19.1:
resolution: {integrity: sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==}
@@ -7560,28 +7719,24 @@ packages:
'@babel/types': 7.20.2
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/helper-simple-access/7.20.2:
resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.20.2
- dev: true
/@babel/helper-skip-transparent-expression-wrappers/7.20.0:
resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.20.2
- dev: true
/@babel/helper-split-export-declaration/7.18.6:
resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.20.2
- dev: true
/@babel/helper-string-parser/7.19.4:
resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==}
@@ -7594,7 +7749,6 @@ packages:
/@babel/helper-validator-option/7.18.6:
resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==}
engines: {node: '>=6.9.0'}
- dev: true
/@babel/helper-wrap-function/7.19.0:
resolution: {integrity: sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==}
@@ -7606,7 +7760,6 @@ packages:
'@babel/types': 7.20.2
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/helpers/7.20.1:
resolution: {integrity: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==}
@@ -7617,7 +7770,6 @@ packages:
'@babel/types': 7.20.2
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/highlight/7.18.6:
resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==}
@@ -7626,7 +7778,6 @@ packages:
'@babel/helper-validator-identifier': 7.19.1
chalk: 2.4.2
js-tokens: 4.0.0
- dev: true
/@babel/parser/7.20.3:
resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==}
@@ -7653,7 +7804,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@[email protected]:
resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==}
@@ -7677,7 +7827,6 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
'@babel/plugin-proposal-optional-chaining': 7.18.9_@[email protected]
- dev: true
/@babel/plugin-proposal-async-generator-functions/7.18.10_@[email protected]:
resolution: {integrity: sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==}
@@ -7707,7 +7856,6 @@ packages:
'@babel/plugin-syntax-async-generators': 7.8.4_@[email protected]
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-proposal-class-properties/7.18.6_@[email protected]:
resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
@@ -7733,7 +7881,6 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-proposal-class-static-block/7.18.6_@[email protected]:
resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==}
@@ -7761,7 +7908,6 @@ packages:
'@babel/plugin-syntax-class-static-block': 7.14.5_@[email protected]
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-proposal-decorators/7.20.2_@[email protected]:
resolution: {integrity: sha512-nkBH96IBmgKnbHQ5gXFrcmez+Z9S2EIDKDQGp005ROqBigc88Tky4rzCnlP/lnlj245dCEQl4/YyV0V1kYh5dw==}
@@ -7799,7 +7945,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-dynamic-import': 7.8.3_@[email protected]
- dev: true
/@babel/plugin-proposal-export-namespace-from/7.18.9_@[email protected]:
resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==}
@@ -7821,7 +7966,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@[email protected]
- dev: true
/@babel/plugin-proposal-json-strings/7.18.6_@[email protected]:
resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==}
@@ -7843,7 +7987,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-json-strings': 7.8.3_@[email protected]
- dev: true
/@babel/plugin-proposal-logical-assignment-operators/7.18.9_@[email protected]:
resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==}
@@ -7865,7 +8008,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@[email protected]
- dev: true
/@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@[email protected]:
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
@@ -7887,7 +8029,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@[email protected]
- dev: true
/@babel/plugin-proposal-numeric-separator/7.18.6_@[email protected]:
resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
@@ -7909,7 +8050,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-numeric-separator': 7.10.4_@[email protected]
- dev: true
/@babel/plugin-proposal-object-rest-spread/7.20.2_@[email protected]:
resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==}
@@ -7937,7 +8077,6 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@[email protected]
'@babel/plugin-transform-parameters': 7.20.3_@[email protected]
- dev: true
/@babel/plugin-proposal-optional-catch-binding/7.18.6_@[email protected]:
resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
@@ -7959,7 +8098,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@[email protected]
- dev: true
/@babel/plugin-proposal-optional-chaining/7.18.9_@[email protected]:
resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==}
@@ -7983,7 +8121,6 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
'@babel/plugin-syntax-optional-chaining': 7.8.3_@[email protected]
- dev: true
/@babel/plugin-proposal-private-methods/7.18.6_@[email protected]:
resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
@@ -8009,7 +8146,6 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-proposal-private-property-in-object/7.18.6_@[email protected]:
resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==}
@@ -8039,7 +8175,6 @@ packages:
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@[email protected]
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-proposal-unicode-property-regex/7.18.6_@[email protected]:
resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==}
@@ -8061,7 +8196,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-create-regexp-features-plugin': 7.19.0_@[email protected]
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-async-generators/7.8.4_@[email protected]:
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
@@ -8079,7 +8213,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-bigint/7.8.3_@[email protected]:
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
@@ -8106,7 +8239,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-class-static-block/7.14.5_@[email protected]:
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
@@ -8126,7 +8258,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-decorators/7.19.0_@[email protected]:
resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==}
@@ -8154,7 +8285,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-export-namespace-from/7.8.3_@[email protected]:
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
@@ -8172,7 +8302,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-import-assertions/7.20.0_@[email protected]:
resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==}
@@ -8192,7 +8321,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-import-meta/7.10.4_@[email protected]:
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
@@ -8219,7 +8347,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-jsx/7.18.6_@[email protected]:
resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==}
@@ -8247,7 +8374,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@[email protected]:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
@@ -8265,7 +8391,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-numeric-separator/7.10.4_@[email protected]:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
@@ -8283,7 +8408,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-object-rest-spread/7.8.3_@[email protected]:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
@@ -8301,7 +8425,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@[email protected]:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
@@ -8319,7 +8442,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-optional-chaining/7.8.3_@[email protected]:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
@@ -8337,7 +8459,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-private-property-in-object/7.14.5_@[email protected]:
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
@@ -8357,7 +8478,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-top-level-await/7.14.5_@[email protected]:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
@@ -8377,7 +8497,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-syntax-typescript/7.20.0_@[email protected]:
resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==}
@@ -8407,7 +8526,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-async-to-generator/7.18.6_@[email protected]:
resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==}
@@ -8435,7 +8553,6 @@ packages:
'@babel/helper-remap-async-to-generator': 7.18.9_@[email protected]
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-transform-block-scoped-functions/7.18.6_@[email protected]:
resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==}
@@ -8455,7 +8572,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-block-scoping/7.20.2_@[email protected]:
resolution: {integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==}
@@ -8475,7 +8591,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-classes/7.20.2_@[email protected]:
resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==}
@@ -8515,7 +8630,6 @@ packages:
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-transform-computed-properties/7.18.9_@[email protected]:
resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==}
@@ -8535,7 +8649,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-destructuring/7.20.2_@[email protected]:
resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==}
@@ -8555,7 +8668,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-dotall-regex/7.18.6_@[email protected]:
resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==}
@@ -8577,7 +8689,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-create-regexp-features-plugin': 7.19.0_@[email protected]
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-duplicate-keys/7.18.9_@[email protected]:
resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==}
@@ -8597,7 +8708,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-exponentiation-operator/7.18.6_@[email protected]:
resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==}
@@ -8619,7 +8729,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-for-of/7.18.8_@[email protected]:
resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==}
@@ -8639,7 +8748,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-function-name/7.18.9_@[email protected]:
resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==}
@@ -8663,7 +8771,6 @@ packages:
'@babel/helper-compilation-targets': 7.20.0_@[email protected]
'@babel/helper-function-name': 7.19.0
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-literals/7.18.9_@[email protected]:
resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==}
@@ -8683,7 +8790,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-member-expression-literals/7.18.6_@[email protected]:
resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==}
@@ -8703,7 +8809,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-modules-amd/7.19.6_@[email protected]:
resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==}
@@ -8729,7 +8834,6 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-transform-modules-commonjs/7.19.6_@[email protected]:
resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==}
@@ -8757,7 +8861,6 @@ packages:
'@babel/helper-simple-access': 7.20.2
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-transform-modules-systemjs/7.19.6_@[email protected]:
resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==}
@@ -8787,7 +8890,6 @@ packages:
'@babel/helper-validator-identifier': 7.19.1
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-transform-modules-umd/7.18.6_@[email protected]:
resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==}
@@ -8813,7 +8915,6 @@ packages:
'@babel/helper-plugin-utils': 7.20.2
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-transform-named-capturing-groups-regex/7.19.1_@[email protected]:
resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==}
@@ -8835,7 +8936,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-create-regexp-features-plugin': 7.19.0_@[email protected]
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-new-target/7.18.6_@[email protected]:
resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==}
@@ -8855,7 +8955,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-object-assign/7.18.6_@[email protected]:
resolution: {integrity: sha512-mQisZ3JfqWh2gVXvfqYCAAyRs6+7oev+myBsTwW5RnPhYXOTuCEw2oe3YgxlXMViXUS53lG8koulI7mJ+8JE+A==}
@@ -8891,7 +8990,6 @@ packages:
'@babel/helper-replace-supers': 7.19.1
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/plugin-transform-parameters/7.20.3_@[email protected]:
resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==}
@@ -8911,7 +9009,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-property-literals/7.18.6_@[email protected]:
resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==}
@@ -8931,7 +9028,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-react-constant-elements/7.20.2_@[email protected]:
resolution: {integrity: sha512-KS/G8YI8uwMGKErLFOHS/ekhqdHhpEloxs43NecQHVgo2QuQSyJhGIY1fL8UGl9wy5ItVwwoUL4YxVqsplGq2g==}
@@ -9008,7 +9104,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
regenerator-transform: 0.15.0
- dev: true
/@babel/plugin-transform-reserved-words/7.18.6_@[email protected]:
resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==}
@@ -9028,7 +9123,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-runtime/7.18.10_@[email protected]:
resolution: {integrity: sha512-q5mMeYAdfEbpBAgzl7tBre/la3LeCxmDO1+wMXRdPWbcoMjR3GiXlCLk7JBZVVye0bqTGNMbt0yYVXX1B1jEWQ==}
@@ -9082,7 +9176,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-spread/7.19.0_@[email protected]:
resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==}
@@ -9104,7 +9197,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
- dev: true
/@babel/plugin-transform-sticky-regex/7.18.6_@[email protected]:
resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==}
@@ -9124,7 +9216,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-template-literals/7.18.9_@[email protected]:
resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==}
@@ -9144,7 +9235,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-typeof-symbol/7.18.9_@[email protected]:
resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==}
@@ -9164,7 +9254,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-typescript/7.20.2_@[email protected]:
resolution: {integrity: sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==}
@@ -9198,7 +9287,6 @@ packages:
dependencies:
'@babel/core': 7.20.2
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/plugin-transform-unicode-regex/7.18.6_@[email protected]:
resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==}
@@ -9220,7 +9308,6 @@ packages:
'@babel/core': 7.20.2
'@babel/helper-create-regexp-features-plugin': 7.19.0_@[email protected]
'@babel/helper-plugin-utils': 7.20.2
- dev: true
/@babel/preset-env/7.18.10_@[email protected]:
resolution: {integrity: sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==}
@@ -9392,7 +9479,6 @@ packages:
semver: 6.3.0
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/preset-modules/0.1.5_@[email protected]:
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
@@ -9418,7 +9504,6 @@ packages:
'@babel/plugin-transform-dotall-regex': 7.18.6_@[email protected]
'@babel/types': 7.20.2
esutils: 2.0.3
- dev: true
/@babel/preset-react/7.18.6_@[email protected]:
resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==}
@@ -9469,7 +9554,6 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.10
- dev: true
/@babel/template/7.18.10:
resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==}
@@ -9478,7 +9562,6 @@ packages:
'@babel/code-frame': 7.18.6
'@babel/parser': 7.20.3
'@babel/types': 7.20.2
- dev: true
/@babel/traverse/7.20.1:
resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==}
@@ -9496,7 +9579,6 @@ packages:
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/types/7.20.2:
resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==}
@@ -10079,7 +10161,6 @@ packages:
/@discoveryjs/json-ext/0.5.7:
resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
engines: {node: '>=10.0.0'}
- dev: true
/@electron/get/1.14.1:
resolution: {integrity: sha512-BrZYyL/6m0ZXz/lDxy/nlVhQz+WF+iPS6qXolEU8atw7h6v1aYkjwJZ63m+bJMBTxDE66X+r2tPS4a/8C82sZw==}
@@ -10314,7 +10395,6 @@ packages:
strip-json-comments: 3.1.1
transitivePeerDependencies:
- supports-color
- dev: true
/@floating-ui/core/1.0.1:
resolution: {integrity: sha512-bO37brCPfteXQfFY0DyNDGB3+IMe4j150KFQcgJ5aBP295p9nBGeHEs/p0czrRbtlHq4Px/yoPXO/+dOCcF4uA==}
@@ -10398,16 +10478,13 @@ packages:
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
- dev: true
/@humanwhocodes/module-importer/1.0.1:
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
engines: {node: '>=12.22'}
- dev: true
/@humanwhocodes/object-schema/1.2.1:
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
- dev: true
/@hutson/parse-repository-url/3.0.2:
resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==}
@@ -10601,7 +10678,7 @@ packages:
dependencies:
'@jest/types': 28.1.3
'@types/node': 18.11.9
- chalk: 4.1.0
+ chalk: 4.1.2
jest-message-util: 28.1.3
jest-util: 28.1.3
slash: 3.0.0
@@ -10899,10 +10976,10 @@ packages:
'@jest/types': 28.1.3
'@jridgewell/trace-mapping': 0.3.17
'@types/node': 18.11.9
- chalk: 4.1.0
+ chalk: 4.1.2
collect-v8-coverage: 1.0.1
exit: 0.1.2
- glob: 7.1.4
+ glob: 7.2.3
graceful-fs: 4.2.10
istanbul-lib-coverage: 3.2.0
istanbul-lib-instrument: 5.2.1
@@ -11095,7 +11172,7 @@ packages:
'@jest/types': 28.1.3
'@jridgewell/trace-mapping': 0.3.17
babel-plugin-istanbul: 6.1.1
- chalk: 4.1.0
+ chalk: 4.1.2
convert-source-map: 1.9.0
fast-json-stable-stringify: 2.1.0
graceful-fs: 4.2.10
@@ -11141,7 +11218,7 @@ packages:
'@types/istanbul-reports': 3.0.1
'@types/node': 18.11.9
'@types/yargs': 17.0.13
- chalk: 4.1.0
+ chalk: 4.1.2
dev: true
/@jest/types/29.2.1:
@@ -11162,7 +11239,6 @@ packages:
dependencies:
'@jridgewell/set-array': 1.1.2
'@jridgewell/sourcemap-codec': 1.4.14
- dev: true
/@jridgewell/gen-mapping/0.3.2:
resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==}
@@ -11204,7 +11280,6 @@ packages:
/@leichtgewicht/ip-codec/2.0.4:
resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==}
- dev: true
/@lerna/add/6.0.3:
resolution: {integrity: sha512-EM9hJExG6bV4Hg+XpHTg5nGCuZl3pUEdbYLtyXfMUj/7fpCrUkxB0oESIVhFINVbxHm2pdnUfOxPDHwFSyWBig==}
@@ -12320,7 +12395,6 @@ packages:
dependencies:
'@nodelib/fs.stat': 2.0.5
run-parallel: 1.2.0
- dev: true
/@nodelib/fs.stat/1.1.3:
resolution: {integrity: sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==}
@@ -12330,7 +12404,6 @@ packages:
/@nodelib/fs.stat/2.0.5:
resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
engines: {node: '>= 8'}
- dev: true
/@nodelib/fs.walk/1.2.8:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
@@ -12338,7 +12411,6 @@ packages:
dependencies:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.13.0
- dev: true
/@npmcli/arborist/5.3.0:
resolution: {integrity: sha512-+rZ9zgL1lnbl8Xbb1NQdMjveOMwj4lIYfcDtyJHHi5x4X8jtR6m8SXooJMZy5vmFVZ8w7A2Bnd/oX9eTuU8w5A==}
@@ -14898,7 +14970,6 @@ packages:
/@tootallnate/once/2.0.0:
resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
engines: {node: '>= 10'}
- dev: true
/@trysound/sax/0.2.0:
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
@@ -14983,7 +15054,6 @@ packages:
eslint-config-prettier: [email protected]
prettier: 2.7.1
typescript: 4.8.4
- dev: true
/@tsparticles/prettier-config/[email protected]:
resolution: {integrity: sha512-JrVLsadnKuB86nOLOh0OXeMZ507OWBfPdVCzb18b1B/gnH90FsrAqdEjLsE7qjOdPLLTy5cGYyis16YZUZS3Bw==}
@@ -14991,7 +15061,6 @@ packages:
prettier: ^2.7.1
dependencies:
prettier: 2.7.1
- dev: true
/@tsparticles/tsconfig/[email protected]:
resolution: {integrity: sha512-DiqUtsDhSI4ReDpvhK+6wq7xNJv0c8LTOhSgxmZHrTVDTm5RPo7zGpQwRisHZhe1jF+Gzyu6EnNALvvCcbHANg==}
@@ -14999,7 +15068,6 @@ packages:
typescript: ^4.8.4
dependencies:
typescript: 4.8.4
- dev: true
/@types/argparse/1.0.38:
resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==}
@@ -15049,13 +15117,11 @@ packages:
dependencies:
'@types/connect': 3.4.35
'@types/node': 18.11.9
- dev: true
/@types/bonjour/3.5.10:
resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==}
dependencies:
'@types/node': 18.11.9
- dev: true
/@types/chai/4.3.4:
resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==}
@@ -15066,13 +15132,11 @@ packages:
dependencies:
'@types/express-serve-static-core': 4.17.31
'@types/node': 18.11.9
- dev: true
/@types/connect/3.4.35:
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
dependencies:
'@types/node': 18.11.9
- dev: true
/@types/cookie/0.4.1:
resolution: {integrity: sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==}
@@ -15086,15 +15150,13 @@ packages:
resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==}
dependencies:
'@types/eslint': 8.4.10
- '@types/estree': 0.0.51
- dev: true
+ '@types/estree': 1.0.0
/@types/eslint/8.4.10:
resolution: {integrity: sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==}
dependencies:
- '@types/estree': 0.0.51
+ '@types/estree': 1.0.0
'@types/json-schema': 7.0.11
- dev: true
/@types/estree/0.0.39:
resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==}
@@ -15102,11 +15164,9 @@ packages:
/@types/estree/0.0.51:
resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==}
- dev: true
/@types/estree/1.0.0:
resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==}
- dev: true
/@types/express-serve-static-core/4.17.31:
resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==}
@@ -15114,7 +15174,6 @@ packages:
'@types/node': 18.11.9
'@types/qs': 6.9.7
'@types/range-parser': 1.2.4
- dev: true
/@types/express/4.17.14:
resolution: {integrity: sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==}
@@ -15123,7 +15182,6 @@ packages:
'@types/express-serve-static-core': 4.17.31
'@types/qs': 6.9.7
'@types/serve-static': 1.15.0
- dev: true
/@types/fs-extra/8.1.2:
resolution: {integrity: sha512-SvSrYXfWSc7R4eqnOzbQF4TZmfpNSM9FrSWLU3EUnWBuyZqNBOrv1B1JA3byUDPUl9z4Ab3jeZG2eDdySlgNMg==}
@@ -15131,6 +15189,12 @@ packages:
'@types/node': 18.11.9
dev: true
+ /@types/fs-extra/9.0.13:
+ resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==}
+ dependencies:
+ '@types/node': 18.11.9
+ dev: true
+
/@types/glob/7.2.0:
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies:
@@ -15158,7 +15222,6 @@ packages:
resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==}
dependencies:
'@types/node': 18.11.9
- dev: true
/@types/istanbul-lib-coverage/2.0.4:
resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==}
@@ -15209,7 +15272,6 @@ packages:
/@types/json-schema/7.0.11:
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
- dev: true
/@types/json5/0.0.29:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
@@ -15218,12 +15280,21 @@ packages:
/@types/keyv/3.1.4:
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies:
- '@types/node': 16.18.3
+ '@types/node': 18.11.9
+ dev: true
+
+ /@types/klaw/3.0.3:
+ resolution: {integrity: sha512-mXlRDFbTLpVysvxahXUQav0hFctgu3Fqr2xmSrpf/ptO/FwOp7SFEGsJkEihwshMbof3/BIiVJ/o42cuOOuv6g==}
+ dependencies:
+ '@types/node': 18.11.9
+ dev: true
+
+ /@types/lodash/4.14.188:
+ resolution: {integrity: sha512-zmEmF5OIM3rb7SbLCFYoQhO4dGt2FRM9AMkxvA3LaADOF1n8in/zGJlWji9fmafLoNyz+FoL6FE0SLtGIArD7w==}
dev: true
/@types/mime/3.0.1:
resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==}
- dev: true
/@types/minimatch/3.0.5:
resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==}
@@ -15259,7 +15330,6 @@ packages:
/@types/node/18.11.9:
resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==}
- dev: true
/@types/normalize-package-data/2.4.1:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
@@ -15291,11 +15361,9 @@ packages:
/@types/qs/6.9.7:
resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==}
- dev: true
/@types/range-parser/1.2.4:
resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==}
- dev: true
/@types/react-dom/17.0.18:
resolution: {integrity: sha512-rLVtIfbwyur2iFKykP2w0pl/1unw26b5td16d5xMgp7/yjTHomkyxPYChFoCr/FtEX1lN9wY6lFj1qvKdS5kDw==}
@@ -15350,11 +15418,17 @@ packages:
/@types/responselike/1.0.0:
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
dependencies:
- '@types/node': 16.18.3
+ '@types/node': 18.11.9
dev: true
/@types/retry/0.12.0:
resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
+
+ /@types/rimraf/3.0.2:
+ resolution: {integrity: sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==}
+ dependencies:
+ '@types/glob': 7.2.0
+ '@types/node': 18.11.9
dev: true
/@types/sass/1.43.1:
@@ -15373,20 +15447,17 @@ packages:
/@types/semver/7.3.13:
resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==}
- dev: true
/@types/serve-index/1.9.1:
resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==}
dependencies:
'@types/express': 4.17.14
- dev: true
/@types/serve-static/1.15.0:
resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==}
dependencies:
'@types/mime': 3.0.1
'@types/node': 18.11.9
- dev: true
/@types/sizzle/2.3.3:
resolution: {integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==}
@@ -15400,7 +15471,6 @@ packages:
resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==}
dependencies:
'@types/node': 18.11.9
- dev: true
/@types/source-list-map/0.1.2:
resolution: {integrity: sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==}
@@ -15443,11 +15513,9 @@ packages:
- esbuild
- uglify-js
- webpack-cli
- dev: true
/@types/webpack-env/1.18.0:
resolution: {integrity: sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg==}
- dev: true
/@types/webpack-sources/3.2.0:
resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==}
@@ -15472,7 +15540,6 @@ packages:
resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==}
dependencies:
'@types/node': 18.11.9
- dev: true
/@types/yargs-parser/21.0.0:
resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
@@ -15500,7 +15567,7 @@ packages:
resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
requiresBuild: true
dependencies:
- '@types/node': 16.18.3
+ '@types/node': 18.11.9
dev: true
optional: true
@@ -15529,7 +15596,6 @@ packages:
typescript: 4.8.4
transitivePeerDependencies:
- supports-color
- dev: true
/@typescript-eslint/experimental-utils/5.42.1_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-qona75z2MLpeZADEuCet5Pwvh1g/0cWScEEDy43chuUPc4klgDiwz5hLFk5dHcjFEETSYQHRPYiiHKW24EMPjw==}
@@ -15562,7 +15628,6 @@ packages:
typescript: 4.8.4
transitivePeerDependencies:
- supports-color
- dev: true
/@typescript-eslint/scope-manager/5.37.0:
resolution: {integrity: sha512-F67MqrmSXGd/eZnujjtkPgBQzgespu/iCZ+54Ok9X5tALb9L2v3G+QBSoWkXG0p3lcTJsL+iXz5eLUEdSiJU9Q==}
@@ -15578,7 +15643,6 @@ packages:
dependencies:
'@typescript-eslint/types': 5.42.1
'@typescript-eslint/visitor-keys': 5.42.1
- dev: true
/@typescript-eslint/type-utils/5.37.0_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-BSx/O0Z0SXOF5tY0bNTBcDEKz2Ec20GVYvq/H/XNKiUorUFilH7NPbFUuiiyzWaSdN3PA8JV0OvYx0gH/5aFAQ==}
@@ -15618,7 +15682,6 @@ packages:
typescript: 4.8.4
transitivePeerDependencies:
- supports-color
- dev: true
/@typescript-eslint/types/5.37.0:
resolution: {integrity: sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA==}
@@ -15628,7 +15691,6 @@ packages:
/@typescript-eslint/types/5.42.1:
resolution: {integrity: sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dev: true
/@typescript-eslint/typescript-estree/[email protected]:
resolution: {integrity: sha512-JkFoFIt/cx59iqEDSgIGnQpCTRv96MQnXCYvJi7QhBC24uyuzbD8wVbajMB1b9x4I0octYFJ3OwjAwNqk1AjDA==}
@@ -15670,7 +15732,6 @@ packages:
typescript: 4.8.4
transitivePeerDependencies:
- supports-color
- dev: true
/@typescript-eslint/utils/5.37.0_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-jUEJoQrWbZhmikbcWSMDuUSxEE7ID2W/QCV/uz10WtQqfOuKZUqFGjqLJ+qhDd17rjgp+QJPqTdPIBWwoob2NQ==}
@@ -15708,7 +15769,6 @@ packages:
transitivePeerDependencies:
- supports-color
- typescript
- dev: true
/@typescript-eslint/visitor-keys/5.37.0:
resolution: {integrity: sha512-Hp7rT4cENBPIzMwrlehLW/28EVCOcE9U1Z1BQTc8EA8v5qpr7GRGuG+U58V5tTY48zvUOA3KHvw3rA8tY9fbdA==}
@@ -15724,7 +15784,6 @@ packages:
dependencies:
'@typescript-eslint/types': 5.42.1
eslint-visitor-keys: 3.3.0
- dev: true
/@use-gesture/core/10.2.22:
resolution: {integrity: sha512-Ek0JZFYfk+hicLmoG094gm3YOuDMBNckHb988e59YOZoAkETT8dQSzT+g3QkSHSiP1m5wFXAGPSgxvOuwvGKHQ==}
@@ -16761,7 +16820,6 @@ packages:
dependencies:
'@webassemblyjs/helper-numbers': 1.11.1
'@webassemblyjs/helper-wasm-bytecode': 1.11.1
- dev: true
/@webassemblyjs/ast/1.9.0:
resolution: {integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==}
@@ -16773,7 +16831,6 @@ packages:
/@webassemblyjs/floating-point-hex-parser/1.11.1:
resolution: {integrity: sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==}
- dev: true
/@webassemblyjs/floating-point-hex-parser/1.9.0:
resolution: {integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==}
@@ -16781,7 +16838,6 @@ packages:
/@webassemblyjs/helper-api-error/1.11.1:
resolution: {integrity: sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==}
- dev: true
/@webassemblyjs/helper-api-error/1.9.0:
resolution: {integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==}
@@ -16789,7 +16845,6 @@ packages:
/@webassemblyjs/helper-buffer/1.11.1:
resolution: {integrity: sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==}
- dev: true
/@webassemblyjs/helper-buffer/1.9.0:
resolution: {integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==}
@@ -16817,11 +16872,9 @@ packages:
'@webassemblyjs/floating-point-hex-parser': 1.11.1
'@webassemblyjs/helper-api-error': 1.11.1
'@xtuc/long': 4.2.2
- dev: true
/@webassemblyjs/helper-wasm-bytecode/1.11.1:
resolution: {integrity: sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==}
- dev: true
/@webassemblyjs/helper-wasm-bytecode/1.9.0:
resolution: {integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==}
@@ -16834,7 +16887,6 @@ packages:
'@webassemblyjs/helper-buffer': 1.11.1
'@webassemblyjs/helper-wasm-bytecode': 1.11.1
'@webassemblyjs/wasm-gen': 1.11.1
- dev: true
/@webassemblyjs/helper-wasm-section/1.9.0:
resolution: {integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==}
@@ -16849,7 +16901,6 @@ packages:
resolution: {integrity: sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==}
dependencies:
'@xtuc/ieee754': 1.2.0
- dev: true
/@webassemblyjs/ieee754/1.9.0:
resolution: {integrity: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==}
@@ -16861,7 +16912,6 @@ packages:
resolution: {integrity: sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==}
dependencies:
'@xtuc/long': 4.2.2
- dev: true
/@webassemblyjs/leb128/1.9.0:
resolution: {integrity: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==}
@@ -16871,7 +16921,6 @@ packages:
/@webassemblyjs/utf8/1.11.1:
resolution: {integrity: sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==}
- dev: true
/@webassemblyjs/utf8/1.9.0:
resolution: {integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==}
@@ -16888,7 +16937,6 @@ packages:
'@webassemblyjs/wasm-opt': 1.11.1
'@webassemblyjs/wasm-parser': 1.11.1
'@webassemblyjs/wast-printer': 1.11.1
- dev: true
/@webassemblyjs/wasm-edit/1.9.0:
resolution: {integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==}
@@ -16911,7 +16959,6 @@ packages:
'@webassemblyjs/ieee754': 1.11.1
'@webassemblyjs/leb128': 1.11.1
'@webassemblyjs/utf8': 1.11.1
- dev: true
/@webassemblyjs/wasm-gen/1.9.0:
resolution: {integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==}
@@ -16930,7 +16977,6 @@ packages:
'@webassemblyjs/helper-buffer': 1.11.1
'@webassemblyjs/wasm-gen': 1.11.1
'@webassemblyjs/wasm-parser': 1.11.1
- dev: true
/@webassemblyjs/wasm-opt/1.9.0:
resolution: {integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==}
@@ -16950,7 +16996,6 @@ packages:
'@webassemblyjs/ieee754': 1.11.1
'@webassemblyjs/leb128': 1.11.1
'@webassemblyjs/utf8': 1.11.1
- dev: true
/@webassemblyjs/wasm-parser/1.9.0:
resolution: {integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==}
@@ -16979,7 +17024,6 @@ packages:
dependencies:
'@webassemblyjs/ast': 1.11.1
'@xtuc/long': 4.2.2
- dev: true
/@webassemblyjs/wast-printer/1.9.0:
resolution: {integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==}
@@ -17001,7 +17045,6 @@ packages:
dependencies:
webpack: [email protected]
webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri
- dev: true
/@webpack-cli/info/[email protected]:
resolution: {integrity: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==}
@@ -17010,7 +17053,6 @@ packages:
dependencies:
envinfo: 7.8.1
webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri
- dev: true
/@webpack-cli/serve/1.7.0_ud4agclah7rahur6ntojouq57y:
resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==}
@@ -17023,7 +17065,6 @@ packages:
dependencies:
webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri
webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq
- dev: true
/@webpack-cli/serve/[email protected]:
resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==}
@@ -17035,7 +17076,6 @@ packages:
optional: true
dependencies:
webpack-cli: 4.10.0_jjttw5sjvzoyowuo6e4jiwo6cy
- dev: true
/@wordpress/a11y/3.21.0:
resolution: {integrity: sha512-8LUJEMJOKgWIG1kZu1lZFqbFYQEac7UBhsPcpFUjfJJbCP5OR1nqL0pjnDXS17cmJafO8eW/3Z4qPH28G2gXjA==}
@@ -17757,11 +17797,9 @@ packages:
/@xtuc/ieee754/1.2.0:
resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
- dev: true
/@xtuc/long/4.2.2:
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
- dev: true
/@yarnpkg/lockfile/1.1.0:
resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==}
@@ -17792,7 +17830,6 @@ packages:
/abab/2.0.6:
resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==}
- dev: true
/abbrev/1.1.1:
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
@@ -17808,7 +17845,6 @@ packages:
dependencies:
mime-types: 2.1.35
negotiator: 0.6.3
- dev: true
/ace-builds/1.12.5:
resolution: {integrity: sha512-2OTOZZdXVqWHfsV63n/bWLJ4uGnGNm9uwEQSECbEzMpKF2RKxD04lWu7s+eRBTZoEbqPXziyI1qamJH2OAwdwA==}
@@ -17839,7 +17875,6 @@ packages:
dependencies:
acorn: 8.8.1
acorn-walk: 8.2.0
- dev: true
/acorn-import-assertions/[email protected]:
resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==}
@@ -17847,7 +17882,6 @@ packages:
acorn: ^8
dependencies:
acorn: 8.8.1
- dev: true
/acorn-jsx/[email protected]:
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
@@ -17855,7 +17889,6 @@ packages:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
acorn: 8.8.1
- dev: true
/acorn-walk/6.2.0:
resolution: {integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==}
@@ -17870,7 +17903,6 @@ packages:
/acorn-walk/8.2.0:
resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==}
engines: {node: '>=0.4.0'}
- dev: true
/acorn/3.3.0:
resolution: {integrity: sha512-OLUyIIZ7mF5oaAUT1w0TFqQS81q3saT46x8t7ukpPjMNk+nbs4ZHhs7ToV8EWnLYLepjETXd4XaCE4uxkMeqUw==}
@@ -17953,7 +17985,6 @@ packages:
debug: 4.3.4
transitivePeerDependencies:
- supports-color
- dev: true
/agentkeepalive/4.2.1:
resolution: {integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==}
@@ -17991,7 +18022,6 @@ packages:
optional: true
dependencies:
ajv: 8.11.0
- dev: true
/ajv-keywords/[email protected]:
resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
@@ -17999,7 +18029,6 @@ packages:
ajv: ^6.9.1
dependencies:
ajv: 6.12.6
- dev: true
/ajv-keywords/[email protected]:
resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==}
@@ -18008,7 +18037,6 @@ packages:
dependencies:
ajv: 8.11.0
fast-deep-equal: 3.1.3
- dev: true
/ajv/6.12.6:
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
@@ -18017,7 +18045,6 @@ packages:
fast-json-stable-stringify: 2.1.0
json-schema-traverse: 0.4.1
uri-js: 4.4.1
- dev: true
/ajv/8.11.0:
resolution: {integrity: sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==}
@@ -18026,7 +18053,6 @@ packages:
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
uri-js: 4.4.1
- dev: true
/align-text/0.1.4:
resolution: {integrity: sha512-GrTZLRpmp6wIC2ztrWW9MjjTgSKccffgFagbNDOX95/dcjEcYZibYTeaOntySQLcdw1ztBoFkviiUvTMbb9MYg==}
@@ -18092,7 +18118,6 @@ packages:
resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==}
engines: {'0': node >= 0.8.0}
hasBin: true
- dev: true
/ansi-regex/2.1.1:
resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==}
@@ -18123,7 +18148,6 @@ packages:
engines: {node: '>=4'}
dependencies:
color-convert: 1.9.3
- dev: true
/ansi-styles/4.3.0:
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
@@ -18228,7 +18252,6 @@ packages:
/argparse/2.0.1:
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
- dev: true
/aria-query/4.2.2:
resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==}
@@ -18288,11 +18311,9 @@ packages:
/array-flatten/1.1.1:
resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
- dev: true
/array-flatten/2.1.2:
resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==}
- dev: true
/array-ify/1.0.0:
resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==}
@@ -18347,7 +18368,6 @@ packages:
/array-union/2.1.0:
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
engines: {node: '>=8'}
- dev: true
/array-union/3.0.1:
resolution: {integrity: sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==}
@@ -18521,7 +18541,6 @@ packages:
/asynckit/0.4.0:
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
- dev: true
/at-least-node/1.0.0:
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
@@ -18813,7 +18832,7 @@ packages:
'@types/babel__core': 7.1.20
babel-plugin-istanbul: 6.1.1
babel-preset-jest: 28.1.3_@[email protected]
- chalk: 4.1.0
+ chalk: 4.1.2
graceful-fs: 4.2.10
slash: 3.0.0
transitivePeerDependencies:
@@ -18848,7 +18867,6 @@ packages:
make-dir: 3.1.0
schema-utils: 2.7.1
webpack: 5.74.0
- dev: true
/babel-loader/8.3.0_tktscwi5cl3qcx6vcfwkvrwn6i:
resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==}
@@ -18994,7 +19012,6 @@ packages:
semver: 6.3.0
transitivePeerDependencies:
- supports-color
- dev: true
/babel-plugin-polyfill-corejs3/0.5.3_@[email protected]:
resolution: {integrity: sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==}
@@ -19018,7 +19035,6 @@ packages:
core-js-compat: 3.26.0
transitivePeerDependencies:
- supports-color
- dev: true
/babel-plugin-polyfill-regenerator/0.4.1_@[email protected]:
resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==}
@@ -19040,7 +19056,6 @@ packages:
'@babel/helper-define-polyfill-provider': 0.3.3_@[email protected]
transitivePeerDependencies:
- supports-color
- dev: true
/babel-plugin-syntax-async-functions/6.13.0:
resolution: {integrity: sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==}
@@ -19497,7 +19512,6 @@ packages:
/batch/0.6.1:
resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==}
- dev: true
/bcrypt-pbkdf/1.0.2:
resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==}
@@ -19542,7 +19556,6 @@ packages:
/big.js/5.2.2:
resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
- dev: true
/bin-links/3.0.3:
resolution: {integrity: sha512-zKdnMPWEdh4F5INR07/eBrodC7QrF5JKvqskjz/ZZRXg5YSAZIbn8zGhbhUrElzHBZ2fvEQdOU59RHcTG3GiwA==}
@@ -19619,7 +19632,6 @@ packages:
unpipe: 1.0.0
transitivePeerDependencies:
- supports-color
- dev: true
/body-parser/[email protected]:
resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==}
@@ -19652,7 +19664,6 @@ packages:
dns-equal: 1.0.0
fast-deep-equal: 3.1.3
multicast-dns: 7.2.5
- dev: true
/bonjour/3.5.0:
resolution: {integrity: sha512-RaVTblr+OnEli0r/ud8InrU7D+G0y6aJhlxaLa6Pwty4+xoxboF1BsUI45tujvRpbj9dQVoglChqonGAsjEBYg==}
@@ -19841,7 +19852,6 @@ packages:
electron-to-chromium: 1.4.284
node-releases: 2.0.6
update-browserslist-db: [email protected]
- dev: true
/browserslist/4.7.0:
resolution: {integrity: sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==}
@@ -19928,12 +19938,10 @@ packages:
/bytes/3.0.0:
resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==}
engines: {node: '>= 0.8'}
- dev: true
/bytes/3.1.2:
resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
engines: {node: '>= 0.8'}
- dev: true
/cacache/12.0.4:
resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==}
@@ -20102,7 +20110,6 @@ packages:
dependencies:
function-bind: 1.1.1
get-intrinsic: 1.1.3
- dev: true
/call-me-maybe/1.0.2:
resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==}
@@ -20130,7 +20137,6 @@ packages:
/callsites/3.1.0:
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
engines: {node: '>=6'}
- dev: true
/camel-case/3.0.0:
resolution: {integrity: sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==}
@@ -20271,7 +20277,6 @@ packages:
ansi-styles: 3.2.1
escape-string-regexp: 1.0.5
supports-color: 5.5.0
- dev: true
/chalk/3.0.0:
resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==}
@@ -20295,7 +20300,6 @@ packages:
dependencies:
ansi-styles: 4.3.0
supports-color: 7.2.0
- dev: true
/change-case/4.1.2:
resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==}
@@ -20450,7 +20454,6 @@ packages:
/chrome-trace-event/1.0.3:
resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==}
engines: {node: '>=6.0'}
- dev: true
/ci-env/1.17.0:
resolution: {integrity: sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==}
@@ -20686,7 +20689,6 @@ packages:
is-plain-object: 2.0.4
kind-of: 6.0.3
shallow-clone: 3.0.1
- dev: true
/clone-response/1.0.3:
resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==}
@@ -20771,7 +20773,6 @@ packages:
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
dependencies:
color-name: 1.1.3
- dev: true
/color-convert/2.0.1:
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
@@ -20781,7 +20782,6 @@ packages:
/color-name/1.1.3:
resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
- dev: true
/color-name/1.1.4:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
@@ -20811,7 +20811,6 @@ packages:
/colorette/2.0.19:
resolution: {integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==}
- dev: true
/colors/1.2.5:
resolution: {integrity: sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==}
@@ -20836,7 +20835,6 @@ packages:
engines: {node: '>= 0.8'}
dependencies:
delayed-stream: 1.0.0
- dev: true
/comma-separated-tokens/1.0.8:
resolution: {integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==}
@@ -20861,7 +20859,6 @@ packages:
/commander/7.2.0:
resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
engines: {node: '>= 10'}
- dev: true
/commander/8.3.0:
resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
@@ -20936,7 +20933,6 @@ packages:
engines: {node: '>= 0.6'}
dependencies:
mime-db: 1.52.0
- dev: true
/compression-webpack-plugin/[email protected]:
resolution: {integrity: sha512-BEHft9M6lwOqVIQFMS/YJGmeCYXVOakC5KzQk05TFpMBlODByh1qNsZCWjUBxCQhUP9x0WfGidxTbGkjbWO/TQ==}
@@ -20967,7 +20963,6 @@ packages:
vary: 1.1.2
transitivePeerDependencies:
- supports-color
- dev: true
/compression/[email protected]:
resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==}
@@ -21042,7 +21037,6 @@ packages:
/connect-history-api-fallback/2.0.0:
resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==}
engines: {node: '>=0.8'}
- dev: true
/connect-livereload/0.6.1:
resolution: {integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g==}
@@ -21442,12 +21436,10 @@ packages:
engines: {node: '>= 0.6'}
dependencies:
safe-buffer: 5.2.1
- dev: true
/content-type/1.0.4:
resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==}
engines: {node: '>= 0.6'}
- dev: true
/conventional-changelog-angular/5.0.13:
resolution: {integrity: sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==}
@@ -21545,11 +21537,9 @@ packages:
/convert-source-map/1.9.0:
resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
- dev: true
/cookie-signature/1.0.6:
resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
- dev: true
/cookie/0.4.2:
resolution: {integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==}
@@ -21559,7 +21549,6 @@ packages:
/cookie/0.5.0:
resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==}
engines: {node: '>= 0.6'}
- dev: true
/copy-anything/2.0.6:
resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==}
@@ -21673,7 +21662,6 @@ packages:
resolution: {integrity: sha512-piOX9Go+Z4f9ZiBFLnZ5VrOpBl0h7IGCkiFUN11QTe6LjAvOT3ifL/5TdoizMh99hcGy5SoLyWbapIY/PIb/3A==}
dependencies:
browserslist: 4.21.4
- dev: true
/core-js-pure/3.26.0:
resolution: {integrity: sha512-LiN6fylpVBVwT8twhhluD9TzXmZQQsr2I2eIKtWNbZI1XMfBT7CV18itaN6RA7EtQd/SDdRx/wzvAShX2HvhQA==}
@@ -21868,7 +21856,6 @@ packages:
path-key: 3.1.1
shebang-command: 2.0.0
which: 2.0.2
- dev: true
/crypto-browserify/3.12.0:
resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==}
@@ -22333,7 +22320,6 @@ packages:
/cssom/0.3.8:
resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==}
- dev: true
/cssom/0.4.4:
resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==}
@@ -22341,7 +22327,6 @@ packages:
/cssom/0.5.0:
resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==}
- dev: true
/cssstyle/1.4.0:
resolution: {integrity: sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==}
@@ -22354,7 +22339,6 @@ packages:
engines: {node: '>=8'}
dependencies:
cssom: 0.3.8
- dev: true
/csstype/2.6.21:
resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==}
@@ -22436,7 +22420,6 @@ packages:
abab: 2.0.6
whatwg-mimetype: 3.0.0
whatwg-url: 11.0.0
- dev: true
/date-fns/2.29.3:
resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==}
@@ -22465,7 +22448,6 @@ packages:
optional: true
dependencies:
ms: 2.0.0
- dev: true
/debug/[email protected]:
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
@@ -22587,7 +22569,6 @@ packages:
/decimal.js/10.4.2:
resolution: {integrity: sha512-ic1yEvwT6GuvaYwBLLY6/aFFgjZdySKTE8en/fkU3QICTmRtgtSlFn0u0BXN06InZwtfCelR7j8LRiDI/02iGA==}
- dev: true
/decode-uri-component/0.2.0:
resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==}
@@ -22637,7 +22618,6 @@ packages:
/deep-is/0.1.4:
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
- dev: true
/deepcopy/1.0.0:
resolution: {integrity: sha512-WJrecobaoqqgQHtvRI2/VCzWoWXPAnFYyAkF/spmL46lZMnd0gW0gLGuyeFVSrqt2B3s0oEEj6i+j2L/2QiS4g==}
@@ -22675,7 +22655,6 @@ packages:
engines: {node: '>= 10'}
dependencies:
execa: 5.1.1
- dev: true
/default-require-extensions/3.0.1:
resolution: {integrity: sha512-eXTJmRbm2TIt9MgWTsOH1wEuhew6XGZcMeGKCtLedIg/NCsg1iBePXkceTdK4Fii7pzmN9tGsZhKzZ4h7O/fxw==}
@@ -22702,7 +22681,6 @@ packages:
/define-lazy-prop/2.0.0:
resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
engines: {node: '>=8'}
- dev: true
/define-properties/1.1.4:
resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==}
@@ -22763,7 +22741,6 @@ packages:
/delayed-stream/1.0.0:
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
engines: {node: '>=0.4.0'}
- dev: true
/delegate/3.2.0:
resolution: {integrity: sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==}
@@ -22776,12 +22753,10 @@ packages:
/depd/1.1.2:
resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==}
engines: {node: '>= 0.6'}
- dev: true
/depd/2.0.0:
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
engines: {node: '>= 0.8'}
- dev: true
/dependency-graph/0.11.0:
resolution: {integrity: sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==}
@@ -22802,7 +22777,6 @@ packages:
/destroy/1.2.0:
resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
- dev: true
/detect-file/1.0.0:
resolution: {integrity: sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==}
@@ -22837,7 +22811,6 @@ packages:
/detect-node/2.1.0:
resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
- dev: true
/detect-port-alt/1.1.6:
resolution: {integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==}
@@ -22916,7 +22889,6 @@ packages:
engines: {node: '>=8'}
dependencies:
path-type: 4.0.0
- dev: true
/discontinuous-range/1.0.0:
resolution: {integrity: sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==}
@@ -22924,7 +22896,6 @@ packages:
/dns-equal/1.0.0:
resolution: {integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==}
- dev: true
/dns-packet/1.3.4:
resolution: {integrity: sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==}
@@ -22938,7 +22909,6 @@ packages:
engines: {node: '>=6'}
dependencies:
'@leichtgewicht/ip-codec': 2.0.4
- dev: true
/dns-txt/2.0.2:
resolution: {integrity: sha512-Ix5PrWjphuSoUXV/Zv5gaFHjnaJtb02F2+Si3Ht9dyJ87+Z/lMmy+dpNHtTGraNK958ndXq2i+GLkWsWHcKaBQ==}
@@ -22958,7 +22928,6 @@ packages:
engines: {node: '>=6.0.0'}
dependencies:
esutils: 2.0.3
- dev: true
/doctypes/1.1.0:
resolution: {integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==}
@@ -23041,7 +23010,6 @@ packages:
engines: {node: '>=12'}
dependencies:
webidl-conversions: 7.0.0
- dev: true
/domhandler/4.3.1:
resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==}
@@ -23139,7 +23107,6 @@ packages:
/duplexer/0.1.2:
resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
- dev: true
/duplexer3/0.1.5:
resolution: {integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==}
@@ -23175,7 +23142,6 @@ packages:
/ee-first/1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- dev: true
/ejs-loader/0.5.0:
resolution: {integrity: sha512-iirFqlP3tiFoedNZ7dQcjvechunl054VbW6Ki38T/pabgXMAncduSE0ZXLeVGn1NbmcUJF9Z5TC0EvQ4RIpP9Q==}
@@ -23194,7 +23160,6 @@ packages:
/electron-to-chromium/1.4.284:
resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==}
- dev: true
/electron/21.2.2:
resolution: {integrity: sha512-Q0j1tzLTM5JRjSJVAfDSONZgdtuyruHR1pc1y2IbMYQz62pVJWVWAvcJXzpty5iRh2HKzW9+B9WVlmfWNFA8ag==}
@@ -23265,12 +23230,10 @@ packages:
/emojis-list/3.0.0:
resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==}
engines: {node: '>= 4'}
- dev: true
/encodeurl/1.0.2:
resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
engines: {node: '>= 0.8'}
- dev: true
/encoding/0.1.13:
resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==}
@@ -23325,7 +23288,6 @@ packages:
dependencies:
graceful-fs: 4.2.10
tapable: 2.2.1
- dev: true
/enquirer/2.3.6:
resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==}
@@ -23364,7 +23326,6 @@ packages:
resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==}
engines: {node: '>=4'}
hasBin: true
- dev: true
/enzyme-adapter-preact-pure/4.0.1_iis6uhuvbdn4qfhp3h7qledc2m:
resolution: {integrity: sha512-bNrUQhj/mHi5hmO0vV3PHfWi+fHAZ04Hrk09UBh1+L8Msm3ihJ2JshBhQg71wMpusNp03B19NPIXL+RSOCTWRg==}
@@ -23479,7 +23440,6 @@ packages:
/es-module-lexer/0.9.3:
resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==}
- dev: true
/es-shim-unscopables/1.0.0:
resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==}
@@ -23991,7 +23951,6 @@ packages:
/escape-html/1.0.3:
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
- dev: true
/escape-string-regexp/1.0.5:
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
@@ -24005,7 +23964,6 @@ packages:
/escape-string-regexp/4.0.0:
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
engines: {node: '>=10'}
- dev: true
/escodegen/1.14.3:
resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==}
@@ -24031,7 +23989,6 @@ packages:
optionator: 0.8.3
optionalDependencies:
source-map: 0.6.1
- dev: true
/eslint-config-next/13.0.2_rmayb2veg2btbq6mbmnyivgasy:
resolution: {integrity: sha512-SrrHp+zBDYLjOFZdM5b9aW/pliK687Xxfa+qpDuL08Z04ReHhmz3L+maXaAqgrEVZHQximP7nh0El4yNDJW+CA==}
@@ -24087,7 +24044,6 @@ packages:
eslint: '>=7.0.0'
dependencies:
eslint: 8.27.0
- dev: true
/eslint-import-resolver-node/0.3.6:
resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==}
@@ -24459,7 +24415,6 @@ packages:
dependencies:
esrecurse: 4.3.0
estraverse: 4.3.0
- dev: true
/eslint-scope/7.1.1:
resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==}
@@ -24467,7 +24422,6 @@ packages:
dependencies:
esrecurse: 4.3.0
estraverse: 5.3.0
- dev: true
/eslint-utils/[email protected]:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
@@ -24477,17 +24431,14 @@ packages:
dependencies:
eslint: 8.27.0
eslint-visitor-keys: 2.1.0
- dev: true
/eslint-visitor-keys/2.1.0:
resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==}
engines: {node: '>=10'}
- dev: true
/eslint-visitor-keys/3.3.0:
resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dev: true
/eslint/8.27.0:
resolution: {integrity: sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==}
@@ -24535,7 +24486,6 @@ packages:
text-table: 0.2.0
transitivePeerDependencies:
- supports-color
- dev: true
/esm/3.2.25:
resolution: {integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==}
@@ -24549,37 +24499,31 @@ packages:
acorn: 8.8.1
acorn-jsx: [email protected]
eslint-visitor-keys: 3.3.0
- dev: true
/esprima/4.0.1:
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
engines: {node: '>=4'}
hasBin: true
- dev: true
/esquery/1.4.0:
resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==}
engines: {node: '>=0.10'}
dependencies:
estraverse: 5.3.0
- dev: true
/esrecurse/4.3.0:
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
engines: {node: '>=4.0'}
dependencies:
estraverse: 5.3.0
- dev: true
/estraverse/4.3.0:
resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
engines: {node: '>=4.0'}
- dev: true
/estraverse/5.3.0:
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
engines: {node: '>=4.0'}
- dev: true
/estree-walker/0.6.1:
resolution: {integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==}
@@ -24595,12 +24539,10 @@ packages:
/esutils/2.0.3:
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
engines: {node: '>=0.10.0'}
- dev: true
/etag/1.8.1:
resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
engines: {node: '>= 0.6'}
- dev: true
/event-pubsub/4.3.0:
resolution: {integrity: sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==}
@@ -24613,12 +24555,10 @@ packages:
/eventemitter3/4.0.7:
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
- dev: true
/events/3.3.0:
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
engines: {node: '>=0.8.x'}
- dev: true
/eventsource/1.1.2:
resolution: {integrity: sha512-xAH3zWhgO2/3KIniEKYPr8plNSzlGINOUqYj0m0u7AB81iRw8b/3E73W6AuU+6klLbaSFmZnaETQ2lXPfAydrA==}
@@ -24695,7 +24635,6 @@ packages:
onetime: 5.1.2
signal-exit: 3.0.7
strip-final-newline: 2.0.0
- dev: true
/exit/0.1.2:
resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==}
@@ -24840,7 +24779,6 @@ packages:
vary: 1.1.2
transitivePeerDependencies:
- supports-color
- dev: true
/express/[email protected]:
resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==}
@@ -25019,7 +24957,6 @@ packages:
glob-parent: 5.1.2
merge2: 1.4.1
micromatch: 4.0.5
- dev: true
/fast-glob/3.2.7:
resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==}
@@ -25034,7 +24971,6 @@ packages:
/fast-json-stable-stringify/2.1.0:
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
- dev: true
/fast-levenshtein/1.1.4:
resolution: {integrity: sha512-Ia0sQNrMPXXkqVFt6w6M1n1oKo3NfKs+mvaV811Jwir7vAk9a6PVV9VPYf6X3BU97QiLEmuW3uXH9u87zDFfdw==}
@@ -25042,7 +24978,6 @@ packages:
/fast-levenshtein/2.0.6:
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
- dev: true
/fast-xml-parser/3.21.1:
resolution: {integrity: sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==}
@@ -25054,7 +24989,6 @@ packages:
/fastest-levenshtein/1.0.16:
resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==}
engines: {node: '>= 4.9.1'}
- dev: true
/fastparse/1.1.2:
resolution: {integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==}
@@ -25064,7 +24998,6 @@ packages:
resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==}
dependencies:
reusify: 1.0.4
- dev: true
/fault/1.0.4:
resolution: {integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==}
@@ -25077,7 +25010,6 @@ packages:
engines: {node: '>=0.8.0'}
dependencies:
websocket-driver: 0.7.4
- dev: true
/fb-watchman/2.0.2:
resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==}
@@ -25114,7 +25046,6 @@ packages:
engines: {node: ^10.12.0 || >=12.0.0}
dependencies:
flat-cache: 3.0.4
- dev: true
/file-loader/[email protected]:
resolution: {integrity: sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==}
@@ -25211,7 +25142,6 @@ packages:
unpipe: 1.0.0
transitivePeerDependencies:
- supports-color
- dev: true
/finalhandler/[email protected]:
resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==}
@@ -25314,7 +25244,6 @@ packages:
dependencies:
locate-path: 6.0.0
path-exists: 4.0.0
- dev: true
/find-up/6.3.0:
resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==}
@@ -25370,7 +25299,6 @@ packages:
dependencies:
flatted: 3.2.7
rimraf: 3.0.2
- dev: true
/flat/5.0.2:
resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==}
@@ -25379,7 +25307,6 @@ packages:
/flatted/3.2.7:
resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==}
- dev: true
/flatten/1.0.3:
resolution: {integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==}
@@ -25401,7 +25328,6 @@ packages:
peerDependenciesMeta:
debug:
optional: true
- dev: true
/follow-redirects/[email protected]:
resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==}
@@ -25603,7 +25529,6 @@ packages:
asynckit: 0.4.0
combined-stream: 1.0.8
mime-types: 2.1.35
- dev: true
/format/0.2.2:
resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==}
@@ -25613,7 +25538,6 @@ packages:
/forwarded/0.2.0:
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
engines: {node: '>= 0.6'}
- dev: true
/fraction.js/4.2.0:
resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
@@ -25653,7 +25577,6 @@ packages:
/fresh/0.5.2:
resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
engines: {node: '>= 0.6'}
- dev: true
/from2/2.3.0:
resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==}
@@ -25741,7 +25664,6 @@ packages:
/fs-monkey/1.0.3:
resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==}
- dev: true
/fs-write-stream-atomic/1.0.10:
resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==}
@@ -25776,7 +25698,6 @@ packages:
/function-bind/1.1.1:
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
- dev: true
/function.prototype.name/1.1.5:
resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==}
@@ -25837,7 +25758,6 @@ packages:
/gensync/1.0.0-beta.2:
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
engines: {node: '>=6.9.0'}
- dev: true
/get-caller-file/1.0.3:
resolution: {integrity: sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==}
@@ -25857,7 +25777,6 @@ packages:
function-bind: 1.1.1
has: 1.0.3
has-symbols: 1.0.3
- dev: true
/get-own-enumerable-property-symbols/3.0.2:
resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==}
@@ -25925,7 +25844,6 @@ packages:
/get-stream/6.0.1:
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
engines: {node: '>=10'}
- dev: true
/get-symbol-description/1.0.0:
resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==}
@@ -26040,7 +25958,6 @@ packages:
engines: {node: '>=10.13.0'}
dependencies:
is-glob: 4.0.3
- dev: true
/glob-stream/6.1.0:
resolution: {integrity: sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==}
@@ -26064,7 +25981,6 @@ packages:
/glob-to-regexp/0.4.1:
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
- dev: true
/glob-watcher/5.0.5:
resolution: {integrity: sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==}
@@ -26087,7 +26003,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: true
@@ -26232,14 +26148,12 @@ packages:
/globals/11.12.0:
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
engines: {node: '>=4'}
- dev: true
/globals/13.17.0:
resolution: {integrity: sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==}
engines: {node: '>=8'}
dependencies:
type-fest: 0.20.2
- dev: true
/globals/9.18.0:
resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==}
@@ -26264,7 +26178,6 @@ packages:
ignore: 5.2.0
merge2: 1.4.1
slash: 3.0.0
- dev: true
/globby/12.2.0:
resolution: {integrity: sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==}
@@ -26381,7 +26294,6 @@ packages:
/grapheme-splitter/1.0.4:
resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
- dev: true
/growly/1.3.0:
resolution: {integrity: sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==}
@@ -26448,11 +26360,9 @@ packages:
engines: {node: '>=10'}
dependencies:
duplexer: 0.1.2
- dev: true
/handle-thing/2.0.1:
resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==}
- dev: true
/handlebars/4.7.7:
resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==}
@@ -26509,12 +26419,10 @@ packages:
/has-flag/3.0.0:
resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
engines: {node: '>=4'}
- dev: true
/has-flag/4.0.0:
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
engines: {node: '>=8'}
- dev: true
/has-property-descriptors/1.0.0:
resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==}
@@ -26525,7 +26433,6 @@ packages:
/has-symbols/1.0.3:
resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
engines: {node: '>= 0.4'}
- dev: true
/has-tostringtag/1.0.0:
resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==}
@@ -26579,7 +26486,6 @@ packages:
engines: {node: '>= 0.4.0'}
dependencies:
function-bind: 1.1.1
- dev: true
/hash-base/3.1.0:
resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==}
@@ -26725,7 +26631,6 @@ packages:
obuf: 1.1.2
readable-stream: 2.3.7
wbuf: 1.7.3
- dev: true
/hpq/1.3.0:
resolution: {integrity: sha512-fvYTvdCFOWQupGxqkahrkA+ERBuMdzkxwtUdKrxR6rmMd4Pfl+iZ1QiQYoaZ0B/v0y59MOMnz3XFUWbT50/NWA==}
@@ -26764,7 +26669,6 @@ packages:
engines: {node: '>=12'}
dependencies:
whatwg-encoding: 2.0.0
- dev: true
/html-entities/1.4.0:
resolution: {integrity: sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==}
@@ -26776,7 +26680,6 @@ packages:
/html-entities/2.3.3:
resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
- dev: true
/html-escaper/2.0.2:
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
@@ -26954,7 +26857,6 @@ packages:
/http-deceiver/1.2.7:
resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==}
- dev: true
/http-errors/1.6.3:
resolution: {integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==}
@@ -26964,7 +26866,6 @@ packages:
inherits: 2.0.3
setprototypeof: 1.1.0
statuses: 1.5.0
- dev: true
/http-errors/2.0.0:
resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==}
@@ -26975,11 +26876,9 @@ packages:
setprototypeof: 1.2.0
statuses: 2.0.1
toidentifier: 1.0.1
- dev: true
/http-parser-js/0.5.8:
resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==}
- dev: true
/http-proxy-agent/4.0.1:
resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==}
@@ -27001,7 +26900,6 @@ packages:
debug: 4.3.4
transitivePeerDependencies:
- supports-color
- dev: true
/http-proxy-middleware/0.19.1_tmpgdztspuwvsxzgjkhoqk7duq:
resolution: {integrity: sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==}
@@ -27033,7 +26931,6 @@ packages:
micromatch: 4.0.5
transitivePeerDependencies:
- debug
- dev: true
/http-proxy-middleware/2.0.6_bwlemkrjb22k3yqlwsvvolpocy:
resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==}
@@ -27063,7 +26960,6 @@ packages:
requires-port: 1.0.0
transitivePeerDependencies:
- debug
- dev: true
/http-proxy/[email protected]:
resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==}
@@ -27107,7 +27003,6 @@ packages:
debug: 4.3.4
transitivePeerDependencies:
- supports-color
- dev: true
/human-signals/1.1.1:
resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==}
@@ -27117,7 +27012,6 @@ packages:
/human-signals/2.1.0:
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
engines: {node: '>=10.17.0'}
- dev: true
/humanize-ms/1.2.1:
resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
@@ -27136,14 +27030,12 @@ packages:
engines: {node: '>=0.10.0'}
dependencies:
safer-buffer: 2.1.2
- dev: true
/iconv-lite/0.6.3:
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
engines: {node: '>=0.10.0'}
dependencies:
safer-buffer: 2.1.2
- dev: true
/icss-replace-symbols/1.1.0:
resolution: {integrity: sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==}
@@ -27209,7 +27101,6 @@ packages:
/ignore/5.2.0:
resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==}
engines: {node: '>= 4'}
- dev: true
/image-size/0.5.5:
resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==}
@@ -27244,7 +27135,6 @@ packages:
dependencies:
parent-module: 1.0.1
resolve-from: 4.0.0
- dev: true
/import-lazy/2.1.0:
resolution: {integrity: sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==}
@@ -27272,12 +27162,10 @@ packages:
dependencies:
pkg-dir: 4.2.0
resolve-cwd: 3.0.0
- dev: true
/imurmurhash/0.1.4:
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
engines: {node: '>=0.8.19'}
- dev: true
/indent-string/4.0.0:
resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
@@ -27448,7 +27336,6 @@ packages:
/interpret/2.2.0:
resolution: {integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==}
engines: {node: '>= 0.10'}
- dev: true
/invariant/2.2.4:
resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==}
@@ -27483,12 +27370,10 @@ packages:
/ipaddr.js/1.9.1:
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
engines: {node: '>= 0.10'}
- dev: true
/ipaddr.js/2.0.1:
resolution: {integrity: sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==}
engines: {node: '>= 10'}
- dev: true
/irregular-plurals/3.3.0:
resolution: {integrity: sha512-MVBLKUTangM3EfRPFROhmWQQKRDsrgI83J8GS3jXy+OwYqiR2/aoWndYQ5416jLE3uaGgLH7ncme3X9y09gZ3g==}
@@ -27626,7 +27511,6 @@ packages:
resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==}
dependencies:
has: 1.0.3
- dev: true
/is-data-descriptor/0.1.4:
resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==}
@@ -27680,7 +27564,6 @@ packages:
resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
engines: {node: '>=8'}
hasBin: true
- dev: true
/is-expression/3.0.0:
resolution: {integrity: sha512-vyMeQMq+AiH5uUnoBfMTwf18tO3bM6k1QXBE9D6ueAAquEfCZe3AJPtud9g6qS0+4X8xA7ndpZiDyeb2l2qOBw==}
@@ -27870,7 +27753,6 @@ packages:
/is-path-inside/3.0.3:
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
engines: {node: '>=8'}
- dev: true
/is-plain-obj/1.1.0:
resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==}
@@ -27885,14 +27767,12 @@ packages:
/is-plain-obj/3.0.0:
resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==}
engines: {node: '>=10'}
- dev: true
/is-plain-object/2.0.4:
resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
engines: {node: '>=0.10.0'}
dependencies:
isobject: 3.0.1
- dev: true
/is-plain-object/5.0.0:
resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
@@ -27901,7 +27781,6 @@ packages:
/is-potential-custom-element-name/1.0.1:
resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
- dev: true
/is-promise/2.2.2:
resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==}
@@ -27966,7 +27845,6 @@ packages:
/is-stream/2.0.1:
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
engines: {node: '>=8'}
- dev: true
/is-string/1.0.7:
resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==}
@@ -28055,7 +27933,6 @@ packages:
engines: {node: '>=8'}
dependencies:
is-docker: 2.2.1
- dev: true
/is-yarn-global/0.3.0:
resolution: {integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==}
@@ -28074,7 +27951,6 @@ packages:
/isexe/2.0.0:
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
- dev: true
/isobject/2.1.0:
resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==}
@@ -28086,7 +27962,6 @@ packages:
/isobject/3.0.1:
resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
engines: {node: '>=0.10.0'}
- dev: true
/isomorphic-unfetch/3.1.0:
resolution: {integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==}
@@ -28202,9 +28077,9 @@ packages:
hasBin: true
dependencies:
async: 3.2.4
- chalk: 4.1.0
+ chalk: 4.1.2
filelist: 1.0.4
- minimatch: 3.0.5
+ minimatch: 3.1.2
dev: true
/jasmine-core/2.8.0:
@@ -28297,7 +28172,7 @@ packages:
'@jest/test-result': 28.1.3
'@jest/types': 28.1.3
'@types/node': 18.11.9
- chalk: 4.1.0
+ chalk: 4.1.2
co: 4.6.0
dedent: 0.7.0
is-generator-fn: 2.1.0
@@ -28462,10 +28337,10 @@ packages:
'@jest/types': 28.1.3
'@types/node': 18.11.9
babel-jest: 28.1.3_@[email protected]
- chalk: 4.1.0
+ chalk: 4.1.2
ci-info: 3.5.0
deepmerge: 4.2.2
- glob: 7.1.4
+ glob: 7.2.3
graceful-fs: 4.2.10
jest-circus: 28.1.3
jest-environment-node: 28.1.3
@@ -28524,7 +28399,7 @@ packages:
resolution: {integrity: sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies:
- chalk: 4.1.0
+ chalk: 4.1.2
diff-sequences: 28.1.1
jest-get-type: 28.0.2
pretty-format: 28.1.3
@@ -28588,7 +28463,7 @@ packages:
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies:
'@jest/types': 28.1.3
- chalk: 4.1.0
+ chalk: 4.1.2
jest-get-type: 28.0.2
jest-util: 28.1.3
pretty-format: 28.1.3
@@ -28851,7 +28726,7 @@ packages:
resolution: {integrity: sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies:
- chalk: 4.1.0
+ chalk: 4.1.2
jest-diff: 28.1.3
jest-get-type: 28.0.2
pretty-format: 28.1.3
@@ -28904,7 +28779,7 @@ packages:
'@babel/code-frame': 7.18.6
'@jest/types': 28.1.3
'@types/stack-utils': 2.0.1
- chalk: 4.1.0
+ chalk: 4.1.2
graceful-fs: 4.2.10
micromatch: 4.0.5
pretty-format: 28.1.3
@@ -29070,7 +28945,7 @@ packages:
resolution: {integrity: sha512-/d1UbyUkf9nvsgdBildLe6LAD4DalgkgZcKd0nZ8XUGPyA/7fsnaQIlKVnDiuUXv/IeZhPEDrRJubVSulxrShA==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies:
- chalk: 4.1.0
+ chalk: 4.1.2
graceful-fs: 4.2.10
jest-haste-map: 28.1.3
jest-pnp-resolver: [email protected]
@@ -29085,7 +28960,7 @@ packages:
resolution: {integrity: sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==}
engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0}
dependencies:
- chalk: 4.1.0
+ chalk: 4.1.2
graceful-fs: 4.2.10
jest-haste-map: 28.1.3
jest-pnp-resolver: [email protected]
@@ -29170,7 +29045,7 @@ packages:
'@jest/transform': 28.1.3
'@jest/types': 28.1.3
'@types/node': 18.11.9
- chalk: 4.1.0
+ chalk: 4.1.2
emittery: 0.10.2
graceful-fs: 4.2.10
jest-docblock: 28.1.1
@@ -29270,11 +29145,11 @@ packages:
'@jest/test-result': 28.1.3
'@jest/transform': 28.1.3
'@jest/types': 28.1.3
- chalk: 4.1.0
+ chalk: 4.1.2
cjs-module-lexer: 1.2.2
collect-v8-coverage: 1.0.1
execa: 5.1.1
- glob: 7.1.4
+ glob: 7.2.3
graceful-fs: 4.2.10
jest-haste-map: 28.1.3
jest-message-util: 28.1.3
@@ -29334,7 +29209,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@babel/core': 7.20.2
- '@babel/generator': 7.20.3
+ '@babel/generator': 7.20.4
'@babel/plugin-syntax-typescript': 7.20.0_@[email protected]
'@babel/traverse': 7.20.1
'@babel/types': 7.20.2
@@ -29374,7 +29249,7 @@ packages:
'@types/babel__traverse': 7.18.2
'@types/prettier': 2.7.1
babel-preset-current-node-syntax: 1.0.1_@[email protected]
- chalk: 4.1.0
+ chalk: 4.1.2
expect: 28.1.3
graceful-fs: 4.2.10
jest-diff: 28.1.3
@@ -29420,7 +29295,7 @@ packages:
dependencies:
'@jest/types': 28.1.3
'@types/node': 18.11.9
- chalk: 4.1.0
+ chalk: 4.1.2
ci-info: 3.5.0
graceful-fs: 4.2.10
picomatch: 2.3.1
@@ -29432,7 +29307,7 @@ packages:
dependencies:
'@jest/types': 28.1.3
'@types/node': 18.11.9
- chalk: 4.1.0
+ chalk: 4.1.2
ci-info: 3.5.0
graceful-fs: 4.2.10
picomatch: 2.3.1
@@ -29480,7 +29355,7 @@ packages:
dependencies:
'@jest/types': 28.1.3
camelcase: 6.3.0
- chalk: 4.1.0
+ chalk: 4.1.2
jest-get-type: 28.0.2
leven: 3.1.0
pretty-format: 28.1.3
@@ -29536,7 +29411,7 @@ packages:
'@jest/types': 28.1.3
'@types/node': 18.11.9
ansi-escapes: 4.3.2
- chalk: 4.1.0
+ chalk: 4.1.2
emittery: 0.10.2
jest-util: 28.1.3
string-length: 4.0.2
@@ -29566,7 +29441,6 @@ packages:
'@types/node': 18.11.9
merge-stream: 2.0.0
supports-color: 8.1.1
- dev: true
/jest-worker/28.1.3:
resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==}
@@ -29646,7 +29520,6 @@ packages:
/js-sdsl/4.1.5:
resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==}
- dev: true
/js-stringify/1.0.2:
resolution: {integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==}
@@ -29672,7 +29545,6 @@ packages:
hasBin: true
dependencies:
argparse: 2.0.1
- dev: true
/jsbn/0.1.1:
resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==}
@@ -29811,7 +29683,6 @@ packages:
- bufferutil
- supports-color
- utf-8-validate
- dev: true
/jsdom/[email protected]:
resolution: {integrity: sha512-AHWa+QO/cgRg4N+DsmHg1Y7xnz+8KU3EflM0LVDTdmrYOc1WWTSkOjtpUveQH+1Bqd5rtcVnb/DuxV/UjDO4rA==}
@@ -29858,13 +29729,11 @@ packages:
/jsesc/0.5.0:
resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
hasBin: true
- dev: true
/jsesc/2.5.2:
resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
engines: {node: '>=4'}
hasBin: true
- dev: true
/json-buffer/3.0.0:
resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==}
@@ -29876,15 +29745,12 @@ packages:
/json-parse-even-better-errors/2.3.1:
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
- dev: true
/json-schema-traverse/0.4.1:
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
- dev: true
/json-schema-traverse/1.0.0:
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
- dev: true
/json-schema/0.4.0:
resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==}
@@ -29896,7 +29762,6 @@ packages:
/json-stable-stringify-without-jsonify/1.0.1:
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
- dev: true
/json-stable-stringify/1.0.1:
resolution: {integrity: sha512-i/J297TW6xyj7sDFa7AmBPkQvLIxWr2kKPWI26tXydnZrzVAocNqn5DMNT1Mzk0vit1V5UkRM7C1KdVNp7Lmcg==}
@@ -29936,7 +29801,6 @@ packages:
resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==}
engines: {node: '>=6'}
hasBin: true
- dev: true
/jsonc-parser/3.0.0:
resolution: {integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==}
@@ -30175,12 +30039,10 @@ packages:
/kind-of/6.0.3:
resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
engines: {node: '>=0.10.0'}
- dev: true
/klaw/4.0.1:
resolution: {integrity: sha512-pgsE40/SvC7st04AHiISNewaIMUbY5V/K8b21ekiPiFoYs/EYSdsGa+FJArB1d441uq4Q8zZyIxvAzkGNlBdRw==}
engines: {node: '>=14.14.0'}
- dev: true
/kleur/3.0.3:
resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
@@ -30379,7 +30241,6 @@ packages:
dependencies:
prelude-ls: 1.1.2
type-check: 0.3.2
- dev: true
/levn/0.4.1:
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
@@ -30387,7 +30248,6 @@ packages:
dependencies:
prelude-ls: 1.2.1
type-check: 0.4.0
- dev: true
/libnpmaccess/6.0.4:
resolution: {integrity: sha512-qZ3wcfIyUoW0+qSFkMBovcTrSGJ3ZeyvpR7d5N9pEYv/kXs8sHP2wiqEIXBKLFrZlmM0kR0RJD7mtfLngtlLag==}
@@ -30637,7 +30497,6 @@ packages:
/loader-runner/4.3.0:
resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
engines: {node: '>=6.11.5'}
- dev: true
/loader-utils/0.2.17:
resolution: {integrity: sha512-tiv66G0SmiOx+pLWMtGEkfSEejxvb6N6uRrQjfWJIT79W9GMpgKeCAmm9aVBKtd4WEgntciI8CsGqjpDoCWJug==}
@@ -30673,7 +30532,6 @@ packages:
big.js: 5.2.2
emojis-list: 3.0.0
json5: 2.2.1
- dev: true
/loader-utils/3.2.0:
resolution: {integrity: sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==}
@@ -30711,7 +30569,6 @@ packages:
engines: {node: '>=10'}
dependencies:
p-locate: 5.0.0
- dev: true
/locate-path/7.1.1:
resolution: {integrity: sha512-vJXaRMJgRVD3+cUZs3Mncj2mxpt5mP0EmNOsxRSZRMlbqjvxzDEOIUWXGmavo0ZC9+tNZCBLQ66reA11nbpHZg==}
@@ -30726,7 +30583,6 @@ packages:
/lodash.debounce/4.0.8:
resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
- dev: true
/lodash.defaultsdeep/4.6.1:
resolution: {integrity: sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==}
@@ -30766,7 +30622,6 @@ packages:
/lodash.merge/4.6.2:
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
- dev: true
/lodash.sortby/4.7.0:
resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==}
@@ -30892,7 +30747,6 @@ packages:
engines: {node: '>=10'}
dependencies:
yallist: 4.0.0
- dev: true
/lru-cache/7.14.1:
resolution: {integrity: sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==}
@@ -31121,14 +30975,12 @@ packages:
/media-typer/0.3.0:
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
engines: {node: '>= 0.6'}
- dev: true
/memfs/3.4.10:
resolution: {integrity: sha512-0bCUP+L79P4am30yP1msPzApwuMQG23TjwlwdHeEV5MxioDR1a0AgB0T9FfggU52eJuDCq8WVwb5ekznFyWiTQ==}
engines: {node: '>= 4.0.0'}
dependencies:
fs-monkey: 1.0.3
- dev: true
/memize/1.1.0:
resolution: {integrity: sha512-K4FcPETOMTwe7KL2LK0orMhpOmWD2wRGwWWpbZy0fyArwsyIKR8YJVz8+efBAh3BO4zPqlSICu4vsLTRRqtFAg==}
@@ -31217,7 +31069,6 @@ packages:
/merge-descriptors/1.0.1:
resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==}
- dev: true
/merge-source-map/1.1.0:
resolution: {integrity: sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==}
@@ -31227,17 +31078,14 @@ packages:
/merge-stream/2.0.0:
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
- dev: true
/merge2/1.4.1:
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
engines: {node: '>= 8'}
- dev: true
/methods/1.1.2:
resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
engines: {node: '>= 0.6'}
- dev: true
/microevent.ts/0.1.1:
resolution: {integrity: sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==}
@@ -31291,7 +31139,6 @@ packages:
dependencies:
braces: 3.0.2
picomatch: 2.3.1
- dev: true
/miller-rabin/4.0.1:
resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==}
@@ -31304,20 +31151,17 @@ packages:
/mime-db/1.52.0:
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
engines: {node: '>= 0.6'}
- dev: true
/mime-types/2.1.35:
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
engines: {node: '>= 0.6'}
dependencies:
mime-db: 1.52.0
- dev: true
/mime/1.6.0:
resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
engines: {node: '>=4'}
hasBin: true
- dev: true
/mime/2.5.2:
resolution: {integrity: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==}
@@ -31339,7 +31183,6 @@ packages:
/mimic-fn/2.1.0:
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
engines: {node: '>=6'}
- dev: true
/mimic-response/1.0.1:
resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==}
@@ -31399,7 +31242,6 @@ packages:
/minimalistic-assert/1.0.1:
resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==}
- dev: true
/minimalistic-crypto-utils/1.0.1:
resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==}
@@ -31677,14 +31519,12 @@ packages:
/ms/2.0.0:
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
- dev: true
/ms/2.1.2:
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
/ms/2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
- dev: true
/msgpackr-extract/2.1.2:
resolution: {integrity: sha512-cmrmERQFb19NX2JABOGtrKdHMyI6RUyceaPBQ2iRz9GnDkjBWFjNJC0jyyoOfZl2U/LZE3tQCCQc4dlRyA8mcA==}
@@ -31730,7 +31570,6 @@ packages:
dependencies:
dns-packet: 5.4.0
thunky: 1.1.0
- dev: true
/multimatch/5.0.0:
resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==}
@@ -31851,11 +31690,9 @@ packages:
/natural-compare-lite/1.4.0:
resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==}
- dev: true
/natural-compare/1.4.0:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
- dev: true
/nearley/2.20.1:
resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==}
@@ -31884,11 +31721,9 @@ packages:
/negotiator/0.6.3:
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
engines: {node: '>= 0.6'}
- dev: true
/neo-async/2.6.2:
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
- dev: true
/next-tick/1.1.0:
resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
@@ -32037,7 +31872,6 @@ packages:
/node-forge/1.3.1:
resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
engines: {node: '>= 6.13.0'}
- dev: true
/node-gyp-build-optional-packages/5.0.3:
resolution: {integrity: sha512-k75jcVzk5wnnc/FMxsf4udAoTEUv2jY3ycfdSd3yWu6Cnd1oee6/CfZJApyscA4FJOmdoixWwiwOyf16RzD5JA==}
@@ -32151,7 +31985,6 @@ packages:
/node-releases/2.0.6:
resolution: {integrity: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==}
- dev: true
/node-sass/7.0.3:
resolution: {integrity: sha512-8MIlsY/4dXUkJDYht9pIWBhMil3uHmE8b/AdJPjmFn1nBx9X9BASzfzmsCy0uCCb8eqI3SYYzVPDswWqSx7gjw==}
@@ -32364,7 +32197,7 @@ packages:
dependencies:
hosted-git-info: 5.2.1
proc-log: 2.0.1
- semver: 7.3.7
+ semver: 7.3.8
validate-npm-package-name: 4.0.0
dev: true
@@ -32431,7 +32264,7 @@ packages:
npm-install-checks: 5.0.0
npm-normalize-package-bin: 1.0.1
npm-package-arg: 9.1.0
- semver: 7.3.7
+ semver: 7.3.8
dev: true
/npm-pick-manifest/7.0.2:
@@ -32488,7 +32321,6 @@ packages:
engines: {node: '>=8'}
dependencies:
path-key: 3.1.1
- dev: true
/npmlog/5.0.1:
resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==}
@@ -32536,7 +32368,6 @@ packages:
/nwsapi/2.2.2:
resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==}
- dev: true
/nx/15.0.13:
resolution: {integrity: sha512-5mJGWz91B9/sxzLjXdD+pmZTel54NeNNxFDis8OhtGDn6eRZ25qWsZNDgzqIDtwKn3c9gThAMHU4XH2OTgWUnA==}
@@ -32652,7 +32483,6 @@ packages:
/object-inspect/1.12.2:
resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==}
- dev: true
/object-is/1.1.5:
resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==}
@@ -32763,7 +32593,6 @@ packages:
/obuf/1.1.2:
resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==}
- dev: true
/on-finished/2.3.0:
resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==}
@@ -32777,12 +32606,10 @@ packages:
engines: {node: '>= 0.8'}
dependencies:
ee-first: 1.1.1
- dev: true
/on-headers/1.0.2:
resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==}
engines: {node: '>= 0.8'}
- dev: true
/once/1.4.0:
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
@@ -32801,7 +32628,6 @@ packages:
engines: {node: '>=6'}
dependencies:
mimic-fn: 2.1.0
- dev: true
/open/6.4.0:
resolution: {integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==}
@@ -32817,7 +32643,6 @@ packages:
define-lazy-prop: 2.0.0
is-docker: 2.2.1
is-wsl: 2.2.0
- dev: true
/opencollective-postinstall/2.0.3:
resolution: {integrity: sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==}
@@ -32826,7 +32651,6 @@ packages:
/opener/1.5.2:
resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==}
hasBin: true
- dev: true
/opn/5.5.0:
resolution: {integrity: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==}
@@ -32866,7 +32690,6 @@ packages:
prelude-ls: 1.1.2
type-check: 0.3.2
word-wrap: 1.2.3
- dev: true
/optionator/0.9.1:
resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==}
@@ -32878,7 +32701,6 @@ packages:
prelude-ls: 1.2.1
type-check: 0.4.0
word-wrap: 1.2.3
- dev: true
/opts/2.0.2:
resolution: {integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==}
@@ -32963,7 +32785,6 @@ packages:
engines: {node: '>=10'}
dependencies:
yocto-queue: 0.1.0
- dev: true
/p-limit/4.0.0:
resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
@@ -32997,7 +32818,6 @@ packages:
engines: {node: '>=10'}
dependencies:
p-limit: 3.1.0
- dev: true
/p-locate/6.0.0:
resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
@@ -33061,7 +32881,6 @@ packages:
dependencies:
'@types/retry': 0.12.0
retry: 0.13.1
- dev: true
/p-timeout/3.2.0:
resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
@@ -33230,7 +33049,6 @@ packages:
engines: {node: '>=6'}
dependencies:
callsites: 3.1.0
- dev: true
/parse-asn1/5.1.6:
resolution: {integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==}
@@ -33364,12 +33182,10 @@ packages:
resolution: {integrity: sha512-kwpuwzB+px5WUg9pyK0IcK/shltJN5/OVhQagxhCQNtT9Y9QRZqNY2e1cmbu/paRh5LMnz/oVTVLBpjFmMZhSg==}
dependencies:
entities: 4.4.0
- dev: true
/parseurl/1.3.3:
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
engines: {node: '>= 0.8'}
- dev: true
/pascal-case/3.1.2:
resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==}
@@ -33442,11 +33258,9 @@ packages:
/path-key/3.1.1:
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
engines: {node: '>=8'}
- dev: true
/path-parse/1.0.7:
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
- dev: true
/path-root-regex/0.1.2:
resolution: {integrity: sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==}
@@ -33462,7 +33276,6 @@ packages:
/path-to-regexp/0.1.7:
resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==}
- dev: true
/path-to-regexp/6.2.1:
resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==}
@@ -33487,7 +33300,6 @@ packages:
/path-type/4.0.0:
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
engines: {node: '>=8'}
- dev: true
/path/0.12.7:
resolution: {integrity: sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==}
@@ -34386,7 +34198,7 @@ packages:
cosmiconfig: 7.0.1
klona: 2.0.5
postcss: 8.4.16
- semver: 7.3.7
+ semver: 7.3.8
webpack: 5.74.0
dev: true
@@ -35614,12 +35426,10 @@ packages:
/prelude-ls/1.1.2:
resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==}
engines: {node: '>= 0.8.0'}
- dev: true
/prelude-ls/1.2.1:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
- dev: true
/prepend-http/1.0.4:
resolution: {integrity: sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==}
@@ -35892,7 +35702,6 @@ packages:
dependencies:
forwarded: 0.2.0
ipaddr.js: 1.9.1
- dev: true
/proxy-compare/2.3.0:
resolution: {integrity: sha512-c3L2CcAi7f7pvlD0D7xsF+2CQIW8C3HaYx2Pfgq8eA4HAl3GAH6/dVYsyBbYF/0XJs2ziGLrzmz5fmzPm6A0pQ==}
@@ -35912,7 +35721,6 @@ packages:
/psl/1.9.0:
resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
- dev: true
/pstree.remy/1.1.8:
resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==}
@@ -36156,7 +35964,6 @@ packages:
/punycode/2.1.1:
resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==}
engines: {node: '>=6'}
- dev: true
/pupa/2.1.1:
resolution: {integrity: sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==}
@@ -36208,7 +36015,6 @@ packages:
engines: {node: '>=0.6'}
dependencies:
side-channel: 1.0.4
- dev: true
/qs/6.5.3:
resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==}
@@ -36242,11 +36048,9 @@ packages:
/querystringify/2.2.0:
resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==}
- dev: true
/queue-microtask/1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
- dev: true
/quick-lru/4.0.1:
resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==}
@@ -36275,7 +36079,6 @@ packages:
resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
dependencies:
safe-buffer: 5.2.1
- dev: true
/randomfill/1.0.4:
resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==}
@@ -36287,7 +36090,6 @@ packages:
/range-parser/1.2.1:
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==}
@@ -36297,7 +36099,6 @@ packages:
http-errors: 2.0.0
iconv-lite: 0.4.24
unpipe: 1.0.0
- dev: true
/raw-loader/[email protected]:
resolution: {integrity: sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==}
@@ -36619,7 +36420,6 @@ packages:
inherits: 2.0.4
string_decoder: 1.3.0
util-deprecate: 1.0.2
- dev: true
/readdir-scoped-modules/1.1.0:
resolution: {integrity: sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==}
@@ -36736,7 +36536,6 @@ packages:
engines: {node: '>= 0.10'}
dependencies:
resolve: 1.22.1
- dev: true
/recursive-readdir/2.2.2:
resolution: {integrity: sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==}
@@ -36776,11 +36575,9 @@ packages:
engines: {node: '>=4'}
dependencies:
regenerate: 1.4.2
- dev: true
/regenerate/1.4.2:
resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==}
- dev: true
/regenerator-runtime/0.11.1:
resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==}
@@ -36788,7 +36585,6 @@ packages:
/regenerator-runtime/0.13.10:
resolution: {integrity: sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==}
- dev: true
/regenerator-runtime/0.13.9:
resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==}
@@ -36806,7 +36602,6 @@ packages:
resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==}
dependencies:
'@babel/runtime': 7.20.1
- dev: true
/regex-not/1.0.2:
resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==}
@@ -36832,7 +36627,6 @@ packages:
/regexpp/3.2.0:
resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==}
engines: {node: '>=8'}
- dev: true
/regexpu-core/2.0.0:
resolution: {integrity: sha512-tJ9+S4oKjxY8IZ9jmjnp/mtytu1u3iyIQAfmI51IKWH6bFf7XR1ybtaO6j7INhZKXOTYADk7V5qxaqLkmNxiZQ==}
@@ -36852,7 +36646,6 @@ packages:
regjsparser: 0.9.1
unicode-match-property-ecmascript: 2.0.0
unicode-match-property-value-ecmascript: 2.0.0
- dev: true
/regextras/0.8.0:
resolution: {integrity: sha512-k519uI04Z3SaY0fLX843MRXnDeG2+vHOFsyhiPZvNLe7r8rD2YNRjq4BQLZZ0oAr2NrtvZlICsXysGNFPGa3CQ==}
@@ -36879,7 +36672,6 @@ packages:
/regjsgen/0.7.1:
resolution: {integrity: sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==}
- dev: true
/regjsparser/0.1.5:
resolution: {integrity: sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==}
@@ -36893,7 +36685,6 @@ packages:
hasBin: true
dependencies:
jsesc: 0.5.0
- dev: true
/relateurl/0.2.7:
resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==}
@@ -37040,7 +36831,6 @@ packages:
/require-from-string/2.0.2:
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
engines: {node: '>=0.10.0'}
- dev: true
/require-main-filename/1.0.1:
resolution: {integrity: sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug==}
@@ -37061,7 +36851,6 @@ packages:
/requires-port/1.0.0:
resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==}
- dev: true
/resolve-bin/0.4.3:
resolution: {integrity: sha512-9u8TMpc+SEHXxQXblXHz5yRvRZERkCZimFN9oz85QI3uhkh7nqfjm6OGTLg+8vucpXGcY4jLK6WkylPmt7GSvw==}
@@ -37081,7 +36870,6 @@ packages:
engines: {node: '>=8'}
dependencies:
resolve-from: 5.0.0
- dev: true
/resolve-dir/0.1.1:
resolution: {integrity: sha512-QxMPqI6le2u0dCLyiGzgy92kjkkL6zO0XyvHzjdTNH3zM6e5Hz3BwG6+aEyNgiQ5Xz6PwTwgQEj3U50dByPKIA==}
@@ -37107,12 +36895,10 @@ packages:
/resolve-from/4.0.0:
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
engines: {node: '>=4'}
- dev: true
/resolve-from/5.0.0:
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
engines: {node: '>=8'}
- dev: true
/resolve-global/1.0.0:
resolution: {integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==}
@@ -37169,7 +36955,6 @@ packages:
is-core-module: 2.11.0
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
- dev: true
/resolve/2.0.0-next.4:
resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==}
@@ -37215,12 +37000,10 @@ packages:
/retry/0.13.1:
resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==}
engines: {node: '>= 4'}
- dev: true
/reusify/1.0.4:
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
- dev: true
/rfdc/1.3.0:
resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==}
@@ -37636,7 +37419,6 @@ packages:
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
dependencies:
queue-microtask: 1.2.3
- dev: true
/run-queue/1.0.3:
resolution: {integrity: sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==}
@@ -37671,7 +37453,6 @@ packages:
/safe-buffer/5.2.1:
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
- dev: true
/safe-regex-test/1.0.0:
resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==}
@@ -37694,7 +37475,6 @@ packages:
/safer-buffer/2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- dev: true
/sander/0.5.1:
resolution: {integrity: sha512-3lVqBir7WuKDHGrKRDn/1Ye3kwpXaDOMsiRP1wd6wpZW56gJhsbp5RqQpA6JG/P+pkXizygnr1dKR8vzWaVsfA==}
@@ -37902,7 +37682,6 @@ packages:
engines: {node: '>=v12.22.7'}
dependencies:
xmlchars: 2.2.0
- dev: true
/scheduler/0.20.2:
resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==}
@@ -37941,7 +37720,6 @@ packages:
'@types/json-schema': 7.0.11
ajv: 6.12.6
ajv-keywords: [email protected]
- dev: true
/schema-utils/3.1.1:
resolution: {integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==}
@@ -37950,7 +37728,6 @@ packages:
'@types/json-schema': 7.0.11
ajv: 6.12.6
ajv-keywords: [email protected]
- dev: true
/schema-utils/4.0.0:
resolution: {integrity: sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==}
@@ -37960,7 +37737,6 @@ packages:
ajv: 8.11.0
ajv-formats: [email protected]
ajv-keywords: [email protected]
- dev: true
/scss-tokenizer/0.4.3:
resolution: {integrity: sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==}
@@ -37971,7 +37747,6 @@ packages:
/select-hose/2.0.0:
resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==}
- dev: true
/select/1.1.2:
resolution: {integrity: sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==}
@@ -37998,7 +37773,6 @@ packages:
engines: {node: '>=10'}
dependencies:
node-forge: 1.3.1
- dev: true
/semiver/1.1.0:
resolution: {integrity: sha512-QNI2ChmuioGC1/xjyYwyZYADILWyW6AmS1UH6gDj/SFUUUS4MBAWs/7mxnkRPc/F4iHezDP+O8t0dO8WHiEOdg==}
@@ -38067,7 +37841,6 @@ packages:
hasBin: true
dependencies:
lru-cache: 6.0.0
- dev: true
/send/0.18.0:
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
@@ -38088,7 +37861,6 @@ packages:
statuses: 2.0.1
transitivePeerDependencies:
- supports-color
- dev: true
/send/[email protected]:
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
@@ -38143,7 +37915,6 @@ packages:
resolution: {integrity: sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==}
dependencies:
randombytes: 2.1.0
- dev: true
/serve-index/1.9.1:
resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==}
@@ -38158,7 +37929,6 @@ packages:
parseurl: 1.3.3
transitivePeerDependencies:
- supports-color
- dev: true
/serve-index/[email protected]:
resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==}
@@ -38185,7 +37955,6 @@ packages:
send: 0.18.0
transitivePeerDependencies:
- supports-color
- dev: true
/serve-static/[email protected]:
resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==}
@@ -38219,11 +37988,9 @@ packages:
/setprototypeof/1.1.0:
resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==}
- dev: true
/setprototypeof/1.2.0:
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
- dev: true
/sha.js/2.4.11:
resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==}
@@ -38248,7 +38015,6 @@ packages:
engines: {node: '>=8'}
dependencies:
kind-of: 6.0.3
- dev: true
/shebang-command/1.2.0:
resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==}
@@ -38262,7 +38028,6 @@ packages:
engines: {node: '>=8'}
dependencies:
shebang-regex: 3.0.0
- dev: true
/shebang-regex/1.0.0:
resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==}
@@ -38272,7 +38037,6 @@ packages:
/shebang-regex/3.0.0:
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
engines: {node: '>=8'}
- dev: true
/shell-quote/1.7.2:
resolution: {integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==}
@@ -38308,11 +38072,9 @@ packages:
call-bind: 1.0.2
get-intrinsic: 1.1.3
object-inspect: 1.12.2
- dev: true
/signal-exit/3.0.7:
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
- dev: true
/simple-concat/1.0.1:
resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
@@ -38372,7 +38134,6 @@ packages:
'@polka/url': 1.0.0-next.21
mrmime: 1.0.1
totalist: 1.1.0
- dev: true
/sirv/2.0.2:
resolution: {integrity: sha512-4Qog6aE29nIjAOKe/wowFTxOdmbEZKb+3tsLljaBRzJwtqto0BChD2zzH0LhgCSXiI+V7X+Y45v14wBZQ1TK3w==}
@@ -38412,7 +38173,6 @@ packages:
/slash/3.0.0:
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
engines: {node: '>=8'}
- dev: true
/slash/4.0.0:
resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==}
@@ -38550,7 +38310,6 @@ packages:
faye-websocket: 0.11.4
uuid: 8.3.2
websocket-driver: 0.7.4
- dev: true
/socks-proxy-agent/6.2.1:
resolution: {integrity: sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==}
@@ -38859,7 +38618,6 @@ packages:
wbuf: 1.7.3
transitivePeerDependencies:
- supports-color
- dev: true
/spdy-transport/[email protected]:
resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==}
@@ -38885,7 +38643,6 @@ packages:
spdy-transport: 3.0.0
transitivePeerDependencies:
- supports-color
- dev: true
/spdy/[email protected]:
resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==}
@@ -39025,12 +38782,10 @@ packages:
/statuses/1.5.0:
resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==}
engines: {node: '>= 0.6'}
- dev: true
/statuses/2.0.1:
resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==}
engines: {node: '>= 0.8'}
- dev: true
/stdout-stream/1.4.1:
resolution: {integrity: sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==}
@@ -39201,7 +38956,6 @@ packages:
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
dependencies:
safe-buffer: 5.2.1
- dev: true
/stringify-object/3.3.0:
resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==}
@@ -39277,7 +39031,6 @@ packages:
/strip-final-newline/2.0.0:
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
engines: {node: '>=6'}
- dev: true
/strip-indent/2.0.0:
resolution: {integrity: sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==}
@@ -39299,7 +39052,6 @@ packages:
/strip-json-comments/3.1.1:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
- dev: true
/strip-outer/1.0.1:
resolution: {integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==}
@@ -39511,7 +39263,7 @@ packages:
safer-buffer: 2.1.2
sax: 1.2.4
semver: 6.3.0
- source-map: 0.7.3
+ source-map: 0.7.4
transitivePeerDependencies:
- supports-color
dev: true
@@ -39556,7 +39308,6 @@ packages:
engines: {node: '>=4'}
dependencies:
has-flag: 3.0.0
- dev: true
/supports-color/6.1.0:
resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==}
@@ -39570,14 +39321,12 @@ packages:
engines: {node: '>=8'}
dependencies:
has-flag: 4.0.0
- dev: true
/supports-color/8.1.1:
resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
engines: {node: '>=10'}
dependencies:
has-flag: 4.0.0
- dev: true
/supports-hyperlinks/2.3.0:
resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==}
@@ -39590,7 +39339,6 @@ packages:
/supports-preserve-symlinks-flag/1.0.0:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
- dev: true
/svelte-check/[email protected]:
resolution: {integrity: sha512-DRi8HhnCiqiGR2YF9ervPGvtoYrheE09cXieCTEqeTPOTJzfoa54Py8rovIBv4bH4n5HgZYIyTQ3DDLHQLl2uQ==}
@@ -39733,7 +39481,6 @@ packages:
/symbol-tree/3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
- dev: true
/table/6.8.1:
resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==}
@@ -39760,7 +39507,6 @@ packages:
/tapable/2.2.1:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
engines: {node: '>=6'}
- dev: true
/tar-fs/2.1.1:
resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==}
@@ -39932,7 +39678,6 @@ packages:
serialize-javascript: 6.0.0
terser: 5.15.1
webpack: [email protected]
- dev: true
/terser/4.8.1:
resolution: {integrity: sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==}
@@ -39971,8 +39716,8 @@ packages:
engines: {node: '>=8'}
dependencies:
'@istanbuljs/schema': 0.1.3
- glob: 7.1.4
- minimatch: 3.0.5
+ glob: 7.2.3
+ minimatch: 3.1.2
dev: true
/text-extensions/1.9.0:
@@ -39982,7 +39727,6 @@ packages:
/text-table/0.2.0:
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
- dev: true
/thenify-all/1.6.0:
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
@@ -40044,7 +39788,6 @@ packages:
/thunky/1.1.0:
resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==}
- dev: true
/time-stamp/1.1.0:
resolution: {integrity: sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==}
@@ -40168,7 +39911,6 @@ packages:
/toidentifier/1.0.1:
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
engines: {node: '>=0.6'}
- dev: true
/token-stream/0.0.1:
resolution: {integrity: sha512-nfjOAu/zAWmX9tgwi5NRp7O7zTDUD1miHiB40klUnAh9qnL1iXdgzcz/i5dMaL5jahcBAaSfmNOBBJBLJW8TEg==}
@@ -40185,7 +39927,6 @@ packages:
/totalist/1.1.0:
resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==}
engines: {node: '>=6'}
- dev: true
/totalist/3.0.0:
resolution: {integrity: sha512-eM+pCBxXO/njtF7vdFsHuqb+ElbxqtI4r5EAvk6grfAFyJ6IvWlSkfZ5T9ozC6xWw3Fj1fGoSmrl0gUs46JVIw==}
@@ -40214,7 +39955,6 @@ packages:
punycode: 2.1.1
universalify: 0.2.0
url-parse: 1.5.10
- dev: true
/tr46/0.0.3:
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
@@ -40238,7 +39978,6 @@ packages:
engines: {node: '>=12'}
dependencies:
punycode: 2.1.1
- dev: true
/traverse/0.6.7:
resolution: {integrity: sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==}
@@ -40402,7 +40141,6 @@ packages:
/tslib/1.14.1:
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
- dev: true
/tslib/2.0.1:
resolution: {integrity: sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==}
@@ -40423,7 +40161,6 @@ packages:
dependencies:
tslib: 1.14.1
typescript: 4.8.4
- dev: true
/tty-browserify/0.0.0:
resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==}
@@ -40454,14 +40191,12 @@ packages:
engines: {node: '>= 0.8.0'}
dependencies:
prelude-ls: 1.1.2
- dev: true
/type-check/0.4.0:
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
engines: {node: '>= 0.8.0'}
dependencies:
prelude-ls: 1.2.1
- dev: true
/type-detect/4.0.8:
resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
@@ -40486,7 +40221,6 @@ packages:
/type-fest/0.20.2:
resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
engines: {node: '>=10'}
- dev: true
/type-fest/0.21.3:
resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
@@ -40514,7 +40248,6 @@ packages:
dependencies:
media-typer: 0.3.0
mime-types: 2.1.35
- dev: true
/type/1.2.0:
resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==}
@@ -40718,7 +40451,6 @@ packages:
/unicode-canonical-property-names-ecmascript/2.0.0:
resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
engines: {node: '>=4'}
- dev: true
/unicode-match-property-ecmascript/2.0.0:
resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
@@ -40726,17 +40458,14 @@ packages:
dependencies:
unicode-canonical-property-names-ecmascript: 2.0.0
unicode-property-aliases-ecmascript: 2.1.0
- dev: true
/unicode-match-property-value-ecmascript/2.0.0:
resolution: {integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==}
engines: {node: '>=4'}
- dev: true
/unicode-property-aliases-ecmascript/2.1.0:
resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==}
engines: {node: '>=4'}
- dev: true
/union-value/1.0.1:
resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==}
@@ -40807,7 +40536,6 @@ packages:
/universalify/0.2.0:
resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==}
engines: {node: '>= 4.0.0'}
- dev: true
/universalify/2.0.0:
resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==}
@@ -40816,7 +40544,6 @@ packages:
/unpipe/1.0.0:
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
engines: {node: '>= 0.8'}
- dev: true
/unquote/1.1.1:
resolution: {integrity: sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==}
@@ -40853,7 +40580,6 @@ packages:
browserslist: 4.21.4
escalade: 3.1.1
picocolors: 1.0.0
- dev: true
/update-notifier/5.1.0:
resolution: {integrity: sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==}
@@ -40895,7 +40621,6 @@ packages:
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
dependencies:
punycode: 2.1.1
- dev: true
/urix/0.1.0:
resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==}
@@ -40964,7 +40689,6 @@ packages:
dependencies:
querystringify: 2.2.0
requires-port: 1.0.0
- dev: true
/url/0.11.0:
resolution: {integrity: sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==}
@@ -41072,7 +40796,6 @@ packages:
/utils-merge/1.0.1:
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
engines: {node: '>= 0.4.0'}
- dev: true
/uuid/3.4.0:
resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==}
@@ -41083,7 +40806,6 @@ packages:
/uuid/8.3.2:
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
hasBin: true
- dev: true
/v8-compile-cache-lib/3.0.1:
resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==}
@@ -41195,7 +40917,6 @@ packages:
/vary/1.1.2:
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
engines: {node: '>= 0.8'}
- dev: true
/vendors/1.0.4:
resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==}
@@ -41628,7 +41349,6 @@ packages:
engines: {node: '>=12'}
dependencies:
xml-name-validator: 4.0.0
- dev: true
/wait-on/6.0.1:
resolution: {integrity: sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==}
@@ -41682,13 +41402,11 @@ packages:
dependencies:
glob-to-regexp: 0.4.1
graceful-fs: 4.2.10
- dev: true
/wbuf/1.7.3:
resolution: {integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==}
dependencies:
minimalistic-assert: 1.0.1
- dev: true
/wcwidth/1.0.1:
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
@@ -41747,7 +41465,6 @@ packages:
/webidl-conversions/7.0.0:
resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
engines: {node: '>=12'}
- dev: true
/webpack-bundle-analyzer/4.7.0:
resolution: {integrity: sha512-j9b8ynpJS4K+zfO5GGwsAcQX4ZHpWV+yRiHDiL+bE0XHJ8NiPYLTNVQdlFYWxtpg9lfAQNlwJg16J9AJtFSXRg==}
@@ -41766,7 +41483,6 @@ packages:
transitivePeerDependencies:
- bufferutil
- utf-8-validate
- dev: true
/webpack-chain/6.5.1:
resolution: {integrity: sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==}
@@ -41810,7 +41526,6 @@ packages:
webpack: [email protected]
webpack-bundle-analyzer: 4.7.0
webpack-merge: 5.8.0
- dev: true
/webpack-cli/4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri:
resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==}
@@ -41846,7 +41561,6 @@ packages:
webpack: [email protected]
webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq
webpack-merge: 5.8.0
- dev: true
/webpack-cli/[email protected]:
resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==}
@@ -41922,8 +41636,7 @@ packages:
mime-types: 2.1.35
range-parser: 1.2.1
schema-utils: 4.0.0
- webpack: [email protected]
- dev: true
+ webpack: 5.74.0
/webpack-dev-server/[email protected]:
resolution: {integrity: sha512-3x31rjbEQWKMNzacUZRE6wXvUFuGpH7vr0lIEbYpMAG9BOxi0928QU1BBswOAP3kg3H1O4hiS+sq4YyAn6ANnA==}
@@ -42070,7 +41783,6 @@ packages:
- debug
- supports-color
- utf-8-validate
- dev: true
/webpack-dev-server/[email protected][email protected]:
resolution: {integrity: sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==}
@@ -42210,7 +41922,6 @@ packages:
dependencies:
clone-deep: 4.0.1
wildcard: 2.0.0
- dev: true
/webpack-node-externals/3.0.0:
resolution: {integrity: sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==}
@@ -42240,7 +41951,6 @@ packages:
/webpack-sources/3.2.3:
resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==}
engines: {node: '>=10.13.0'}
- dev: true
/webpack-subresource-integrity/[email protected]:
resolution: {integrity: sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==}
@@ -42290,7 +42000,6 @@ packages:
- uglify-js
- utf-8-validate
- webpack-dev-server
- dev: true
/webpack-virtual-modules/0.4.6:
resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==}
@@ -42374,7 +42083,6 @@ packages:
- '@swc/core'
- esbuild
- uglify-js
- dev: true
/webpack/[email protected]:
resolution: {integrity: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==}
@@ -42415,7 +42123,6 @@ packages:
- '@swc/core'
- esbuild
- uglify-js
- dev: true
/websocket-driver/0.7.4:
resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==}
@@ -42424,12 +42131,10 @@ packages:
http-parser-js: 0.5.8
safe-buffer: 5.2.1
websocket-extensions: 0.1.4
- dev: true
/websocket-extensions/0.1.4:
resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==}
engines: {node: '>=0.8.0'}
- dev: true
/whatwg-encoding/1.0.5:
resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==}
@@ -42442,7 +42147,6 @@ packages:
engines: {node: '>=12'}
dependencies:
iconv-lite: 0.6.3
- dev: true
/whatwg-fetch/3.6.2:
resolution: {integrity: sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==}
@@ -42455,7 +42159,6 @@ packages:
/whatwg-mimetype/3.0.0:
resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==}
engines: {node: '>=12'}
- dev: true
/whatwg-url/11.0.0:
resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==}
@@ -42463,7 +42166,6 @@ packages:
dependencies:
tr46: 3.0.0
webidl-conversions: 7.0.0
- dev: true
/whatwg-url/5.0.0:
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
@@ -42520,7 +42222,6 @@ packages:
hasBin: true
dependencies:
isexe: 2.0.0
- dev: true
/wide-align/1.1.5:
resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==}
@@ -42537,7 +42238,6 @@ packages:
/wildcard/2.0.0:
resolution: {integrity: sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==}
- dev: true
/window-size/0.1.0:
resolution: {integrity: sha512-1pTPQDKTdd61ozlKGNCjhNRd+KPmgLSGa3mZTHoOliaGcESD8G1PXhh7c1fgiPjVbNVfgy2Faw4BI8/m0cC8Mg==}
@@ -42564,7 +42264,6 @@ packages:
/word-wrap/1.2.3:
resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==}
engines: {node: '>=0.10.0'}
- dev: true
/wordwrap/0.0.2:
resolution: {integrity: sha512-xSBsCeh+g+dinoBv3GAOWM4LcVVO68wLXRanibtBSdUvkGWQRGeE9P7IwU9EmDDi4jA6L44lz15CGMwdw9N5+Q==}
@@ -43012,7 +42711,6 @@ packages:
optional: true
utf-8-validate:
optional: true
- dev: true
/ws/8.11.0:
resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==}
@@ -43025,7 +42723,6 @@ packages:
optional: true
utf-8-validate:
optional: true
- dev: true
/ws/8.2.3:
resolution: {integrity: sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==}
@@ -43065,7 +42762,6 @@ packages:
/xml-name-validator/4.0.0:
resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
engines: {node: '>=12'}
- dev: true
/xml2js/0.4.23:
resolution: {integrity: sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==}
@@ -43087,7 +42783,6 @@ packages:
/xmlchars/2.2.0:
resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
- dev: true
/xtend/4.0.2:
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
@@ -43125,7 +42820,6 @@ packages:
/yallist/4.0.0:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
- dev: true
/yaml/1.10.2:
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
@@ -43313,7 +43007,6 @@ packages:
/yocto-queue/0.1.0:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
- dev: true
/yocto-queue/1.0.0:
resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
diff --git a/package.json b/package.json
index b2c1f33..d9fd5b6 100644
--- a/package.json
+++ b/package.json
@@ -0,0 +1,124 @@
+{
+ "name": "@tsparticles/options-updater",
+ "version": "2.5.3",
+ "license": "MIT",
+ "bin": {
+ "tsparticles-options-updater": "dist/updater.js"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "scripts": {
+ "prettify:ci:src": "prettier --check ./src/*",
+ "prettify:ci:readme": "prettier --check ./README.md",
+ "prettify:src": "prettier --write ./src/*",
+ "prettify:readme": "prettier --write ./README.md",
+ "lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
+ "lint:ci": "eslint src --ext .js,.jsx,.ts,.tsx",
+ "compile": "pnpm run build:ts",
+ "compile:ci": "pnpm run build:ts",
+ "build:ts": "pnpm run build:ts:cjs",
+ "build:ts:cjs": "tsc",
+ "build": "pnpm run clear:dist && pnpm run prettify:src && pnpm run lint && pnpm run compile && pnpm run prettify:readme && chmod +x dist/updater.js",
+ "build:ci": "pnpm run clear:dist && pnpm run prettify:ci:src && pnpm run lint:ci && pnpm run compile && pnpm run prettify:ci:readme",
+ "clear:dist": "rimraf -f ./dist",
+ "prepack": "pnpm run build"
+ },
+ "dependencies": {
+ "@tsparticles/eslint-config": "^1.3.2",
+ "@tsparticles/prettier-config": "^1.3.1",
+ "@tsparticles/tsconfig": "^1.4.0",
+ "@typescript-eslint/eslint-plugin": "^5.40.1",
+ "@typescript-eslint/parser": "^5.40.1",
+ "eslint": "^8.26.0",
+ "eslint-config-prettier": "^8.5.0",
+ "fs-extra": "^10.1.0",
+ "jsdom": "^20.0.2",
+ "klaw": "^4.0.1",
+ "lodash": "^4.17.21",
+ "prettier": "^2.7.1",
+ "rimraf": "^3.0.2",
+ "tsparticles": "^2.5.3",
+ "tsparticles-demo-configs": "^1.5.3",
+ "tsparticles-engine": "^2.5.2",
+ "tsparticles-interaction-external-attract": "^2.5.3",
+ "tsparticles-interaction-external-bounce": "^2.5.3",
+ "tsparticles-interaction-external-bubble": "^2.5.3",
+ "tsparticles-interaction-external-connect": "^2.5.3",
+ "tsparticles-interaction-external-grab": "^2.5.3",
+ "tsparticles-interaction-external-pause": "^2.5.3",
+ "tsparticles-interaction-external-push": "^2.5.3",
+ "tsparticles-interaction-external-remove": "^2.5.3",
+ "tsparticles-interaction-external-repulse": "^2.5.3",
+ "tsparticles-interaction-external-slow": "^2.5.3",
+ "tsparticles-interaction-external-trail": "^2.5.3",
+ "tsparticles-interaction-light": "^2.5.3",
+ "tsparticles-interaction-particles-attract": "^2.5.3",
+ "tsparticles-interaction-particles-collisions": "^2.5.3",
+ "tsparticles-interaction-particles-links": "^2.5.3",
+ "tsparticles-interaction-particles-repulse": "^2.5.3",
+ "tsparticles-move-base": "^2.5.3",
+ "tsparticles-move-parallax": "^2.5.3",
+ "tsparticles-particles.js": "^2.5.3",
+ "tsparticles-path-curves": "^2.5.3",
+ "tsparticles-path-perlin-noise": "^2.5.3",
+ "tsparticles-path-polygon": "^2.5.3",
+ "tsparticles-path-simplex-noise": "^2.5.3",
+ "tsparticles-plugin-absorbers": "^2.5.3",
+ "tsparticles-plugin-canvas-mask": "^2.5.3",
+ "tsparticles-plugin-easing-back": "^2.5.3",
+ "tsparticles-plugin-easing-circ": "^2.5.3",
+ "tsparticles-plugin-easing-cubic": "^2.5.3",
+ "tsparticles-plugin-easing-expo": "^2.5.3",
+ "tsparticles-plugin-easing-quad": "^2.5.3",
+ "tsparticles-plugin-easing-quart": "^2.5.3",
+ "tsparticles-plugin-easing-quint": "^2.5.3",
+ "tsparticles-plugin-easing-sine": "^2.5.3",
+ "tsparticles-plugin-emitters": "^2.5.3",
+ "tsparticles-plugin-hsv-color": "^2.5.3",
+ "tsparticles-plugin-infection": "^2.5.3",
+ "tsparticles-plugin-motion": "^2.5.3",
+ "tsparticles-plugin-polygon-mask": "^2.5.3",
+ "tsparticles-shape-bubble": "^2.5.3",
+ "tsparticles-shape-circle": "^2.5.3",
+ "tsparticles-shape-heart": "^2.5.3",
+ "tsparticles-shape-image": "^2.5.3",
+ "tsparticles-shape-line": "^2.5.3",
+ "tsparticles-shape-multiline-text": "^2.5.3",
+ "tsparticles-shape-polygon": "^2.5.3",
+ "tsparticles-shape-rounded-rect": "^2.5.3",
+ "tsparticles-shape-spiral": "^2.5.3",
+ "tsparticles-shape-square": "^2.5.3",
+ "tsparticles-shape-star": "^2.5.3",
+ "tsparticles-shape-text": "^2.5.3",
+ "tsparticles-slim": "^2.5.3",
+ "tsparticles-updater-angle": "^2.5.3",
+ "tsparticles-updater-color": "^2.5.3",
+ "tsparticles-updater-destroy": "^2.5.3",
+ "tsparticles-updater-gradient": "^2.5.3",
+ "tsparticles-updater-life": "^2.5.3",
+ "tsparticles-updater-opacity": "^2.5.3",
+ "tsparticles-updater-orbit": "^2.5.3",
+ "tsparticles-updater-out-modes": "^2.5.3",
+ "tsparticles-updater-roll": "^2.5.3",
+ "tsparticles-updater-size": "^2.5.3",
+ "tsparticles-updater-stroke-color": "^2.5.3",
+ "tsparticles-updater-tilt": "^2.5.3",
+ "tsparticles-updater-twinkle": "^2.5.3",
+ "tsparticles-updater-wobble": "^2.5.3",
+ "typescript": "^4.8.4",
+ "webpack": "^5.74.0",
+ "webpack-tsparticles-plugin": "^1.4.3"
+ },
+ "devDependencies": {
+ "@types/eslint": "^8.4.7",
+ "@types/fs-extra": "^9.0.13",
+ "@types/jsdom": "^20.0.1",
+ "@types/klaw": "^3.0.3",
+ "@types/lodash": "^4.14.188",
+ "@types/node": "^18.11.4",
+ "@types/prettier": "^2.7.1",
+ "@types/rimraf": "^3.0.2"
+ }
+}
diff --git a/absorbers.json b/absorbers.json
index f7db840..e0a0d8f 100644
--- a/absorbers.json
+++ b/absorbers.json
@@ -30,7 +30,6 @@
"direction": "top",
"random": false,
"straight": true,
- "outModes": "out",
"warp": true
}
},
diff --git a/amongUs.json b/amongUs.json
index 402cb6e..d78bd1f 100644
--- a/amongUs.json
+++ b/amongUs.json
@@ -63,8 +63,7 @@
"speed": 5,
"direction": "right",
"random": false,
- "straight": false,
- "outModes": "out"
+ "straight": false
},
"zIndex": {
"value": 5,
diff --git a/background.json b/background.json
index 4195148..25ab184 100644
--- a/background.json
+++ b/background.json
@@ -34,8 +34,7 @@
"speed": 2,
"direction": "none",
"random": false,
- "straight": false,
- "outModes": "out"
+ "straight": false
}
},
"interactivity": {
diff --git a/basic.json b/basic.json
index 33ad2d9..6bc3868 100644
--- a/basic.json
+++ b/basic.json
@@ -39,8 +39,7 @@
"speed": 6,
"direction": "none",
"random": false,
- "straight": false,
- "outModes": "out"
+ "straight": false
}
},
"interactivity": {
diff --git a/big.json b/big.json
index 2bb1864..4cf5280 100644
--- a/big.json
+++ b/big.json
@@ -31,8 +31,7 @@
"speed": 10,
"direction": "top",
"random": false,
- "straight": false,
- "outModes": "out"
+ "straight": false
}
},
"background": {
diff --git a/blackHole.json b/blackHole.json
index 5136795..94057c3 100644
--- a/blackHole.json
+++ b/blackHole.json
@@ -46,7 +46,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/bubble.json b/bubble.json
index 2781355..efb7f5c 100644
--- a/bubble.json
+++ b/bubble.json
@@ -55,7 +55,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/chars.json b/chars.json
index 433b7b7..1af83cf 100644
--- a/chars.json
+++ b/chars.json
@@ -66,7 +66,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/clickPause.json b/clickPause.json
index 12fa582..e499c22 100644
--- a/clickPause.json
+++ b/clickPause.json
@@ -14,23 +14,12 @@
"type": "circle"
},
"opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
+ "value": 0.5
},
"size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
+ "value": {
+ "min": 1,
+ "max": 3
}
},
"links": {
@@ -46,7 +35,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/collisionsAbsorb.json b/collisionsAbsorb.json
index 7c1a5a4..737d6d7 100644
--- a/collisionsAbsorb.json
+++ b/collisionsAbsorb.json
@@ -56,7 +56,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/collisionsBounce.json b/collisionsBounce.json
index a5cfeaf..7c11bbf 100644
--- a/collisionsBounce.json
+++ b/collisionsBounce.json
@@ -50,7 +50,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/collisionsDestroy.json b/collisionsDestroy.json
index 65ecb46..c37b4d4 100644
--- a/collisionsDestroy.json
+++ b/collisionsDestroy.json
@@ -79,7 +79,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/connect.json b/connect.json
index 8ac2b3b..2ca6ab3 100644
--- a/connect.json
+++ b/connect.json
@@ -76,7 +76,6 @@
"bounce": false,
"direction": "none",
"enable": true,
- "outModes": "out",
"random": false,
"speed": 6,
"straight": false
diff --git a/dataImages.json b/dataImages.json
index 5365c19..598b749 100644
--- a/dataImages.json
+++ b/dataImages.json
@@ -76,7 +76,6 @@
"bounce": false,
"direction": "none",
"enable": true,
- "outModes": "out",
"random": false,
"speed": 2,
"straight": false
diff --git a/delay.json b/delay.json
index f837d21..2a66d1d 100644
--- a/delay.json
+++ b/delay.json
@@ -37,13 +37,7 @@
},
"move": {
"enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- }
+ "speed": 6
}
},
"interactivity": {
diff --git a/divEvents.json b/divEvents.json
index 49108e5..fcd0127 100644
--- a/divEvents.json
+++ b/divEvents.json
@@ -89,7 +89,6 @@
"bounce": false,
"direction": "none",
"enable": true,
- "outModes": "out",
"random": false,
"speed": 2,
"straight": false
diff --git a/emitter.json b/emitter.json
index b22f5e9..259c288 100644
--- a/emitter.json
+++ b/emitter.json
@@ -46,7 +46,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/emitterAbsorber.json b/emitterAbsorber.json
index f6a997a..e43526e 100644
--- a/emitterAbsorber.json
+++ b/emitterAbsorber.json
@@ -42,7 +42,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/fontawesome.json b/fontawesome.json
index 1303a51..abb6893 100644
--- a/fontawesome.json
+++ b/fontawesome.json
@@ -49,7 +49,6 @@
"collisions": false,
"direction": "none",
"enable": true,
- "outModes": "out",
"random": false,
"speed": 2,
"straight": false,
diff --git a/forward.json b/forward.json
index 7332e08..8b9128a 100644
--- a/forward.json
+++ b/forward.json
@@ -59,7 +59,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/grabRandomColor.json b/grabRandomColor.json
index 256180d..3025a55 100644
--- a/grabRandomColor.json
+++ b/grabRandomColor.json
@@ -51,7 +51,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/gradients.json b/gradients.json
index ba73931..ddb9e4b 100644
--- a/gradients.json
+++ b/gradients.json
@@ -94,11 +94,7 @@
},
"move": {
"enable": true,
- "speed": 5,
- "direction": "none",
- "outModes": {
- "default": "out"
- }
+ "speed": 5
}
},
"background": {
diff --git a/imageMask.json b/imageMask.json
index a5bc45c..4fd9bc8 100644
--- a/imageMask.json
+++ b/imageMask.json
@@ -26,7 +26,6 @@
"direction": "none",
"distance": 10,
"enable": true,
- "outModes": "out",
"speed": 1
},
"number": {
diff --git a/images.json b/images.json
index f67051c..db08a77 100644
--- a/images.json
+++ b/images.json
@@ -27,14 +27,8 @@
"value": "#ffffff"
},
"move": {
- "direction": "none",
"enable": true,
- "outModes": {
- "default": "out"
- },
- "random": false,
- "speed": 2,
- "straight": false
+ "speed": 2
},
"number": {
"density": {
diff --git a/imagesDirections.json b/imagesDirections.json
index 49a1bf0..08b6757 100644
--- a/imagesDirections.json
+++ b/imagesDirections.json
@@ -26,7 +26,6 @@
"move": {
"direction": "none",
"enable": true,
- "outModes": "out",
"speed": 2
},
"number": {
diff --git a/life.json b/life.json
index 193c7c0..5b4aa46 100644
--- a/life.json
+++ b/life.json
@@ -51,7 +51,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/lightHover.json b/lightHover.json
index 5d6fdb3..7778ef7 100644
--- a/lightHover.json
+++ b/lightHover.json
@@ -39,8 +39,7 @@
"move": {
"enable": true,
"speed": 6,
- "direction": "none",
- "outModes": "out"
+ "direction": "none"
}
},
"interactivity": {
diff --git a/linkTriangles.json b/linkTriangles.json
index 40558c9..0d6c76a 100644
--- a/linkTriangles.json
+++ b/linkTriangles.json
@@ -56,7 +56,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/manual.json b/manual.json
index d6a6fdf..160ba07 100644
--- a/manual.json
+++ b/manual.json
@@ -76,7 +76,6 @@
"direction": "top",
"random": false,
"straight": true,
- "outModes": "out",
"warp": true,
"attract": {
"enable": false,
diff --git a/motionDisable.json b/motionDisable.json
index 4cc98c0..09368ce 100644
--- a/motionDisable.json
+++ b/motionDisable.json
@@ -43,7 +43,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/motionReduce.json b/motionReduce.json
index f96ffe6..7f5da79 100644
--- a/motionReduce.json
+++ b/motionReduce.json
@@ -58,7 +58,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/mouseAttract.json b/mouseAttract.json
index f48d2a1..b39be63 100644
--- a/mouseAttract.json
+++ b/mouseAttract.json
@@ -51,7 +51,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/mouseBounce.json b/mouseBounce.json
index 57aa441..31be3e0 100644
--- a/mouseBounce.json
+++ b/mouseBounce.json
@@ -51,7 +51,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/mouseFollow.json b/mouseFollow.json
index 2fddd2b..b8f515a 100644
--- a/mouseFollow.json
+++ b/mouseFollow.json
@@ -35,7 +35,6 @@
"move": {
"direction": "none",
"enable": true,
- "outModes": "out",
"random": false,
"speed": 2,
"straight": false
diff --git a/mouseTrail.json b/mouseTrail.json
index 2b7b0e7..e66c68b 100644
--- a/mouseTrail.json
+++ b/mouseTrail.json
@@ -51,7 +51,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/moveAngle.json b/moveAngle.json
index 7ae8a3e..dfe9bb0 100644
--- a/moveAngle.json
+++ b/moveAngle.json
@@ -51,7 +51,6 @@
"direction": -30,
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/moveInside.json b/moveInside.json
index 343f40c..2439ce3 100644
--- a/moveInside.json
+++ b/moveInside.json
@@ -32,8 +32,7 @@
"speed": 10,
"direction": "inside",
"random": false,
- "straight": true,
- "outModes": "out"
+ "straight": true
}
},
"background": {
diff --git a/moveOutside.json b/moveOutside.json
index 37625aa..211ec9a 100644
--- a/moveOutside.json
+++ b/moveOutside.json
@@ -32,8 +32,7 @@
"speed": 10,
"direction": "outside",
"random": false,
- "straight": true,
- "outModes": "out"
+ "straight": true
}
},
"background": {
diff --git a/nasa.json b/nasa.json
index a73c14d..9b3a53e 100644
--- a/nasa.json
+++ b/nasa.json
@@ -46,7 +46,6 @@
"direction": "none",
"random": true,
"straight": false,
- "outModes": "out",
"bounce": false,
"attract": {
"enable": false,
diff --git a/noisePlanes.json b/noisePlanes.json
index 7729213..ff63c4b 100644
--- a/noisePlanes.json
+++ b/noisePlanes.json
@@ -46,11 +46,7 @@
},
"generator": "simplexNoise"
},
- "direction": "none",
"enable": true,
- "outModes": {
- "default": "out"
- },
"speed": 6
},
"number": {
diff --git a/nyancat.json b/nyancat.json
index e711a43..a81dade 100644
--- a/nyancat.json
+++ b/nyancat.json
@@ -58,7 +58,6 @@
"direction": "right",
"random": false,
"straight": true,
- "outModes": "out",
"bounce": false,
"attract": {
"enable": false,
diff --git a/nyancat2.json b/nyancat2.json
index cdc630d..3f5e763 100644
--- a/nyancat2.json
+++ b/nyancat2.json
@@ -49,7 +49,6 @@
"direction": "left",
"random": false,
"straight": true,
- "outModes": "out",
"bounce": false,
"attract": {
"enable": false,
diff --git a/orbit.json b/orbit.json
index e737f16..ff96a5e 100644
--- a/orbit.json
+++ b/orbit.json
@@ -4,18 +4,7 @@
"value": ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"]
},
"move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "direction": "none",
"enable": true,
- "outModes": {
- "default": "out"
- },
"speed": 3
},
"number": {
diff --git a/parallax.json b/parallax.json
index 117d075..6ec5107 100644
--- a/parallax.json
+++ b/parallax.json
@@ -44,13 +44,7 @@
},
"move": {
"enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- }
+ "speed": 2
}
},
"interactivity": {
diff --git a/planes.json b/planes.json
index 99d661e..1a59262 100644
--- a/planes.json
+++ b/planes.json
@@ -25,7 +25,6 @@
"bounce": false,
"direction": "none",
"enable": true,
- "outModes": "out",
"random": false,
"speed": 6,
"straight": false
diff --git a/polygons.json b/polygons.json
index 0edac5f..c23b000 100644
--- a/polygons.json
+++ b/polygons.json
@@ -110,7 +110,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/random.json b/random.json
index 6550edc..333ae0e 100644
--- a/random.json
+++ b/random.json
@@ -76,7 +76,6 @@
"bounce": false,
"direction": "none",
"enable": true,
- "outModes": "out",
"random": false,
"speed": 6,
"straight": false
diff --git a/reactBubbles.json b/reactBubbles.json
index 6bb468a..172bd54 100644
--- a/reactBubbles.json
+++ b/reactBubbles.json
@@ -84,7 +84,6 @@
"collisions": true,
"direction": "top",
"enable": true,
- "outModes": "out",
"random": true,
"speed": 1,
"straight": false,
diff --git a/reactMultipleImages.json b/reactMultipleImages.json
index a6fd2f7..5f09ec3 100644
--- a/reactMultipleImages.json
+++ b/reactMultipleImages.json
@@ -16,7 +16,6 @@
"collisions": true,
"direction": "none",
"enable": true,
- "outModes": "out",
"random": false,
"speed": 1,
"straight": false
diff --git a/reactSnow.json b/reactSnow.json
index 2c5280f..43b62ee 100644
--- a/reactSnow.json
+++ b/reactSnow.json
@@ -75,7 +75,6 @@
"collisions": true,
"direction": "bottom",
"enable": true,
- "outModes": "out",
"random": false,
"speed": 3,
"straight": false,
diff --git a/repulse.json b/repulse.json
index 088c47c..5e68202 100644
--- a/repulse.json
+++ b/repulse.json
@@ -101,18 +101,7 @@
},
"move": {
"enable": true,
- "speed": 3,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- },
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
+ "speed": 3
}
},
"interactivity": {
diff --git a/repulseBack.json b/repulseBack.json
index fed77c8..fa07826 100644
--- a/repulseBack.json
+++ b/repulseBack.json
@@ -24,13 +24,7 @@
},
"move": {
"enable": true,
- "speed": 0,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- }
+ "speed": 0
}
},
"interactivity": {
diff --git a/repulseCirc.json b/repulseCirc.json
index 052099d..ee2d5f2 100644
--- a/repulseCirc.json
+++ b/repulseCirc.json
@@ -24,13 +24,7 @@
},
"move": {
"enable": true,
- "speed": 0,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- }
+ "speed": 0
}
},
"interactivity": {
diff --git a/repulseCubic.json b/repulseCubic.json
index 32df52b..156f935 100644
--- a/repulseCubic.json
+++ b/repulseCubic.json
@@ -24,13 +24,7 @@
},
"move": {
"enable": true,
- "speed": 0,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- }
+ "speed": 0
}
},
"interactivity": {
diff --git a/repulseExpo.json b/repulseExpo.json
index 7b0f54b..83fe421 100644
--- a/repulseExpo.json
+++ b/repulseExpo.json
@@ -24,13 +24,7 @@
},
"move": {
"enable": true,
- "speed": 0,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- }
+ "speed": 0
}
},
"interactivity": {
diff --git a/repulseQuart.json b/repulseQuart.json
index 1bf6999..0a6698f 100644
--- a/repulseQuart.json
+++ b/repulseQuart.json
@@ -24,13 +24,7 @@
},
"move": {
"enable": true,
- "speed": 0,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- }
+ "speed": 0
}
},
"interactivity": {
diff --git a/repulseQuint.json b/repulseQuint.json
index 1dd85ad..1839ddb 100644
--- a/repulseQuint.json
+++ b/repulseQuint.json
@@ -24,13 +24,7 @@
},
"move": {
"enable": true,
- "speed": 0,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- }
+ "speed": 0
}
},
"interactivity": {
diff --git a/repulseSine.json b/repulseSine.json
index b487dc2..71872f0 100644
--- a/repulseSine.json
+++ b/repulseSine.json
@@ -24,13 +24,7 @@
},
"move": {
"enable": true,
- "speed": 0,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- }
+ "speed": 0
}
},
"interactivity": {
diff --git a/responsive.json b/responsive.json
index dce90ec..545d8b9 100644
--- a/responsive.json
+++ b/responsive.json
@@ -46,7 +46,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/shadow.json b/shadow.json
index 3303696..6943790 100644
--- a/shadow.json
+++ b/shadow.json
@@ -60,7 +60,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/shape-bubble.json b/shape-bubble.json
index 4a2c659..1ceda7f 100644
--- a/shape-bubble.json
+++ b/shape-bubble.json
@@ -47,7 +47,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/shape-heart.json b/shape-heart.json
index 260727c..e3b794d 100644
--- a/shape-heart.json
+++ b/shape-heart.json
@@ -54,7 +54,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/shape-multiline-text.json b/shape-multiline-text.json
index 67aa62b..e7c3696 100644
--- a/shape-multiline-text.json
+++ b/shape-multiline-text.json
@@ -59,7 +59,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/shape-options.json b/shape-options.json
index 0d761df..640e45e 100644
--- a/shape-options.json
+++ b/shape-options.json
@@ -6,7 +6,6 @@
"move": {
"direction": "none",
"enable": true,
- "outModes": "out",
"speed": 6
},
"number": {
diff --git a/shape-rounded-rect.json b/shape-rounded-rect.json
index 0f5e9a3..ed4a316 100644
--- a/shape-rounded-rect.json
+++ b/shape-rounded-rect.json
@@ -51,8 +51,7 @@
"speed": 6,
"direction": "none",
"random": false,
- "straight": false,
- "outModes": "out"
+ "straight": false
}
},
"interactivity": {
diff --git a/shape-spiral.json b/shape-spiral.json
index 1f0d3f5..bcc6e31 100644
--- a/shape-spiral.json
+++ b/shape-spiral.json
@@ -72,7 +72,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/slow.json b/slow.json
index 6eb502b..629c67f 100644
--- a/slow.json
+++ b/slow.json
@@ -46,7 +46,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/snow.json b/snow.json
index 25bdc35..fd8c6f1 100644
--- a/snow.json
+++ b/snow.json
@@ -24,10 +24,7 @@
"speed": 2,
"direction": "bottom",
"random": false,
- "straight": true,
- "outModes": {
- "default": "out"
- }
+ "straight": true
},
"wobble": {
"enable": true,
diff --git a/spin.json b/spin.json
index f6c1568..b095ac9 100644
--- a/spin.json
+++ b/spin.json
@@ -47,7 +47,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/star.json b/star.json
index 6ee8113..19f7551 100644
--- a/star.json
+++ b/star.json
@@ -61,7 +61,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/strokeAnimation.json b/strokeAnimation.json
index aa2c61b..6c87c47 100644
--- a/strokeAnimation.json
+++ b/strokeAnimation.json
@@ -62,7 +62,6 @@
"direction": "none",
"random": false,
"straight": false,
- "outModes": "out",
"attract": {
"enable": false,
"rotateX": 600,
diff --git a/style.json b/style.json
index 9ef4f1c..2fd244f 100644
--- a/style.json
+++ b/style.json
@@ -28,7 +28,6 @@
"enable": true,
"speed": 6,
"direction": "none",
- "outModes": "out",
"trail": {
"enable": true,
"length": 50
diff --git a/svgReplace.json b/svgReplace.json
index 96dc3b6..3855d91 100644
--- a/svgReplace.json
+++ b/svgReplace.json
@@ -76,7 +76,6 @@
"bounce": false,
"direction": "none",
"enable": true,
- "outModes": "out",
"random": false,
"speed": 2,
"straight": false
diff --git a/textMask.json b/textMask.json
index a597751..30283de 100644
--- a/textMask.json
+++ b/textMask.json
@@ -26,7 +26,6 @@
"direction": "none",
"distance": 2,
"enable": true,
- "outModes": "out",
"speed": 1
},
"number": {
diff --git a/textMaskMultiline.json b/textMaskMultiline.json
index 2fad946..663ffa4 100644
--- a/textMaskMultiline.json
+++ b/textMaskMultiline.json
@@ -26,7 +26,6 @@
"direction": "none",
"distance": 2,
"enable": true,
- "outModes": "out",
"speed": 1
},
"number": {
diff --git a/twinkle.json b/twinkle.json
index aeca571..4e82f41 100644
--- a/twinkle.json
+++ b/twinkle.json
@@ -14,22 +14,24 @@
"type": "circle"
},
"opacity": {
- "value": 0.5,
- "random": true,
+ "value": {
+ "min": 0.1,
+ "max": 0.5
+ },
"animation": {
"enable": true,
"speed": 3,
- "opacity_min": 0.1,
"sync": false
}
},
"size": {
- "value": 5,
- "random": true,
+ "value": {
+ "min": 0.1,
+ "max": 5
+ },
"animation": {
"enable": true,
"speed": 20,
- "size_min": 0.1,
"sync": false
}
},
@@ -42,16 +44,7 @@
},
"move": {
"enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": "out",
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
+ "speed": 2
},
"twinkle": {
"particles": {
diff --git a/vibrate.json b/vibrate.json
index ed9f044..b39e19a 100644
--- a/vibrate.json
+++ b/vibrate.json
@@ -14,23 +14,24 @@
"type": "circle"
},
"opacity": {
- "value": 0.5,
- "random": true,
+ "value": {
+ "min": 0.1,
+ "max": 0.5
+ },
"animation": {
"enable": true,
"speed": 3,
- "opacity_min": 0.1,
"sync": false
}
},
"size": {
- "value": 5,
- "random": true,
+ "value": {
+ "min": 0.1,
+ "max": 5
+ },
"animation": {
"enable": true,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
+ "speed": 20
}
},
"links": {
@@ -43,15 +44,6 @@
"move": {
"enable": true,
"speed": 0,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": "out",
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- },
"vibrate": true
}
},
@@ -67,26 +59,11 @@
}
},
"modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
"repulse": {
"distance": 200
},
"push": {
"quantity": 4
- },
- "remove": {
- "quantity": 2
}
}
},
diff --git a/virus.json b/virus.json
index d55d2d8..771bc16 100644
--- a/virus.json
+++ b/virus.json
@@ -34,18 +34,9 @@
"width": 1
},
"move": {
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- },
- "bounce": false,
- "direction": "none",
"enable": true,
"outModes": "bounce",
- "random": false,
- "speed": 6,
- "straight": false
+ "speed": 6
},
"number": {
"density": {
@@ -55,62 +46,23 @@
"value": 170
},
"opacity": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": false,
"value": 0.5
},
"shape": {
- "character": {
- "fill": false,
- "font": "Verdana",
- "style": "",
- "value": "*",
- "weight": "400"
- },
- "image": {
- "height": 32,
- "replace_color": true,
- "src": "https://particles.js.org/images/sars-cov-2.png",
- "width": 32
- },
- "polygon": {
- "nb_sides": 5
- },
- "stroke": {
- "color": "#000000",
- "width": 0
+ "options": {
+ "image": {
+ "height": 32,
+ "replace_color": true,
+ "src": "https://particles.js.org/images/sars-cov-2.png",
+ "width": 32
+ }
},
"type": "image"
},
"size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": false,
"value": 16
}
},
- "polygon": {
- "draw": {
- "enable": false,
- "lineColor": "#ffffff",
- "lineWidth": 0.5
- },
- "move": {
- "radius": 10
- },
- "scale": 1,
- "type": "none",
- "url": ""
- },
"background": {
"color": "#323031"
}
diff --git a/warp.json b/warp.json
index 6c7fd9f..5029430 100644
--- a/warp.json
+++ b/warp.json
@@ -14,23 +14,12 @@
"type": "circle"
},
"opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
+ "value": 0.5
},
"size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
+ "value": {
+ "min": 1,
+ "max": 3
}
},
"links": {
@@ -45,50 +34,7 @@
"enable": true,
"speed": 6,
"direction": "none",
- "random": false,
- "straight": false,
- "outModes": "out",
- "warp": true,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "repulse"
- },
- "onClick": {
- "enable": false,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
+ "warp": true
}
},
"background": {
diff --git a/wobble.json b/wobble.json
index 40797be..7404e92 100644
--- a/wobble.json
+++ b/wobble.json
@@ -1,12 +1,6 @@
{
"background": {
- "color": {
- "value": "#000000"
- }
- },
- "fullScreen": {
- "enable": false,
- "zIndex": -1
+ "color": "#000000"
},
"particles": {
"bounce": {
diff --git a/zindex.json b/zindex.json
index 0aaafc2..132eced 100644
--- a/zindex.json
+++ b/zindex.json
@@ -68,17 +68,7 @@
},
"enable": true,
"speed": 5,
- "direction": "right",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "out"
- },
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
+ "direction": "right"
},
"zIndex": {
"value": 5,
diff --git a/.eslintignore b/.eslintignore
index 2008297..fe0daf7 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -0,0 +1,2 @@
+dist
+node_modules
\\ No newline at end of file
diff --git a/.eslintrc.js b/.eslintrc.js
index aeb69b5..b440646 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -0,0 +1,5 @@
+module.exports = {
+ extends: [
+ "@tsparticles/eslint-config",
+ ]
+};
diff --git a/.gitignore b/.gitignore
index acf340b..5477d27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,3 @@
+dist
+node_modules
+.DS_Store
\\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index 53989f4..3b79e78 100644
--- a/LICENSE
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
index 564cedf..f0c2531 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,3 @@
+[](https://particles.js.org)
+
+# tsParticles Options Updater
diff --git a/updater.ts b/updater.ts
index c991beb..e4c4070 100644
--- a/updater.ts
+++ b/updater.ts
@@ -0,0 +1,196 @@
+#!/usr/bin/env node
+import { Options, tsParticles } from "tsparticles-engine";
+import { JSDOM } from "jsdom";
+import _ from "lodash";
+import fs from "fs-extra";
+import { loadBubbleShape } from "tsparticles-shape-bubble";
+import { loadCanvasMaskPlugin } from "tsparticles-plugin-canvas-mask";
+import { loadCurvesPath } from "tsparticles-path-curves";
+import { loadEasingBackPlugin } from "tsparticles-plugin-easing-back";
+import { loadEasingCircPlugin } from "tsparticles-plugin-easing-circ";
+import { loadEasingCubicPlugin } from "tsparticles-plugin-easing-cubic";
+import { loadEasingExpoPlugin } from "tsparticles-plugin-easing-expo";
+import { loadEasingQuartPlugin } from "tsparticles-plugin-easing-quart";
+import { loadEasingQuintPlugin } from "tsparticles-plugin-easing-quint";
+import { loadEasingSinePlugin } from "tsparticles-plugin-easing-sine";
+import { loadFull } from "tsparticles";
+import { loadGradientUpdater } from "tsparticles-updater-gradient";
+import { loadHeartShape } from "tsparticles-shape-heart";
+import { loadHsvColorPlugin } from "tsparticles-plugin-hsv-color";
+import { loadInfectionPlugin } from "tsparticles-plugin-infection";
+import { loadLightInteraction } from "tsparticles-interaction-light";
+import { loadMotionPlugin } from "tsparticles-plugin-motion";
+import { loadMultilineTextShape } from "tsparticles-shape-multiline-text";
+import { loadOrbitUpdater } from "tsparticles-updater-orbit";
+import { loadParticlesRepulseInteraction } from "tsparticles-interaction-particles-repulse";
+import { loadPerlinNoisePath } from "tsparticles-path-perlin-noise";
+import { loadPolygonMaskPlugin } from "tsparticles-plugin-polygon-mask";
+import { loadPolygonPath } from "tsparticles-path-polygon";
+import { loadRoundedRectShape } from "tsparticles-shape-rounded-rect";
+import { loadSimplexNoisePath } from "tsparticles-path-simplex-noise";
+import { loadSpiralShape } from "tsparticles-shape-spiral";
+import path from "path";
+
+// eslint-disable-next-line @typescript-eslint/no-var-requires
+const pkgInfo = require("../package.json");
+
+type CustomRecord = {
+ [key: string]: CustomRecord;
+};
+
+const objectDifference = (object: CustomRecord, base: CustomRecord): CustomRecord => {
+ function changes(object: CustomRecord, base: CustomRecord): CustomRecord {
+ return _.transform(object, function (result: CustomRecord, value: CustomRecord, key: string) {
+ if (!_.isEqual(value, base[key])) {
+ result[key] = _.isObject(value) && _.isObject(base[key]) ? changes(value, base[key]) : value;
+ }
+ });
+ }
+
+ return changes(object, base);
+};
+
+(async function (): Promise<void> {
+ console.log(`tsParticles Options Updater v${pkgInfo.version}\\n`);
+
+ if (process.argv[2] === "--version" || process.argv[2] === "-v") {
+ console.log(`
+ tsParticles Builder version ${pkgInfo.version}
+`);
+
+ process.exitCode = 0;
+ return;
+ }
+
+ if (process.argv[2] === "--help" || process.argv[2] === "-h") {
+ console.log(`
+ Usage: tsparticles-options-updater [path]
+
+ Arguments:
+ path Path to the tsParticles options to update, can be a JSON file or a directory
+ Only JSON files will be searched in the given directory
+
+ Options:
+ -h, --help Prints this help message
+ -v, --version Prints the version
+`);
+
+ process.exitCode = 0;
+ return;
+ }
+
+ const hasPath = !!process.argv.find((a, idx) => idx > 1 && !a.startsWith("-"));
+
+ if (!hasPath) {
+ console.log("Error: No path specified");
+
+ process.exitCode = 1;
+
+ return;
+ }
+
+ const basePath = process.cwd(),
+ argPath = process.argv[2],
+ srcPath = path.join(basePath, argPath);
+
+ if (!(await fs.pathExists(srcPath))) {
+ console.error("Error: Provided path does not exist");
+
+ process.exitCode = 1;
+
+ return;
+ }
+
+ await loadHsvColorPlugin();
+
+ await loadFull(tsParticles);
+
+ await loadCanvasMaskPlugin(tsParticles);
+ await loadEasingBackPlugin();
+ await loadEasingCircPlugin();
+ await loadEasingCubicPlugin();
+ await loadEasingExpoPlugin();
+ await loadEasingQuartPlugin();
+ await loadEasingQuintPlugin();
+ await loadEasingSinePlugin();
+ await loadInfectionPlugin(tsParticles);
+ await loadMotionPlugin(tsParticles);
+ await loadPolygonMaskPlugin(tsParticles);
+ await loadLightInteraction(tsParticles);
+ await loadParticlesRepulseInteraction(tsParticles);
+ await loadGradientUpdater(tsParticles);
+ await loadOrbitUpdater(tsParticles);
+ await loadCurvesPath(tsParticles);
+ await loadPolygonPath(tsParticles);
+ await loadPerlinNoisePath(tsParticles);
+ await loadSimplexNoisePath(tsParticles);
+ await loadBubbleShape(tsParticles);
+ await loadHeartShape(tsParticles);
+ await loadMultilineTextShape(tsParticles);
+ await loadRoundedRectShape(tsParticles);
+ await loadSpiralShape(tsParticles);
+
+ let canContinue = true;
+
+ if (canContinue) {
+ globalThis.window = new JSDOM("").window as unknown as Window & typeof globalThis;
+
+ const container = await tsParticles.load("tmp", {});
+
+ if (!container) {
+ console.error("Error: Couldn't load tsParticles");
+
+ process.exitCode = 1;
+
+ return;
+ }
+
+ const defaultOptions = new Options(tsParticles, container) as unknown as CustomRecord,
+ fileStat = await fs.lstat(srcPath);
+
+ if (fileStat.isFile()) {
+ const fileContent = await fs.readFile(srcPath, "utf8"),
+ fileData = JSON.parse(fileContent),
+ fileContainer = await tsParticles.load(`file-tmp`, fileData);
+
+ if (fileContainer) {
+ const newOptions = objectDifference(fileContainer.options as unknown as CustomRecord, defaultOptions);
+
+ await fs.writeFile(srcPath, JSON.stringify(newOptions, undefined, 4));
+ }
+ } else {
+ const files = await fs.readdir(srcPath);
+
+ for (const file of files) {
+ const filePath = path.join(srcPath, file);
+
+ if (path.extname(filePath) !== ".json") {
+ continue;
+ }
+
+ const fileContent = await fs.readFile(filePath, "utf8"),
+ fileData = JSON.parse(fileContent),
+ fileContainer = await tsParticles.load(`file-${file}`, fileData);
+
+ if (fileContainer) {
+ const newOptions = objectDifference(
+ fileContainer.options as unknown as CustomRecord,
+ defaultOptions
+ );
+
+ await fs.writeFile(filePath, JSON.stringify(newOptions, undefined, 4));
+ }
+ }
+ }
+
+ canContinue = true;
+ }
+
+ if (!canContinue) {
+ process.exitCode = 1;
+ }
+})().catch(error => {
+ process.exitCode = 1;
+
+ console.error(error);
+});
diff --git a/tsconfig.json b/tsconfig.json
index 7bb04db..42ce008 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -0,0 +1,123 @@
+{
+ "compilerOptions": {
+ /* Visit https://aka.ms/tsconfig to read more about this file */
+
+ /* Projects */
+ // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
+ // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
+ // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
+ // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
+ // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
+ // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
+
+ /* Language and Environment */
+ "target": "esnext",
+ /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
+ "lib": [
+ "ESNext",
+ "ES2021",
+ "ES2020",
+ "ES2019",
+ "ES2018",
+ "ES2017",
+ "ES2016",
+ "ES2015"
+ ],
+ /* Specify a set of bundled library declaration files that describe the target runtime environment. */
+ // "jsx": "preserve", /* Specify what JSX code is generated. */
+ // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
+ // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
+ // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
+ // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
+ // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
+ // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
+ // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
+ // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
+ // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
+
+ /* Modules */
+ "module": "commonjs",
+ /* Specify what module code is generated. */
+ "rootDir": "./src",
+ /* Specify the root folder within your source files. */
+ "moduleResolution": "node",
+ /* Specify how TypeScript looks up a file from a given module specifier. */
+ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
+ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
+ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
+ // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
+ // "types": [], /* Specify type package names to be included without being referenced in a source file. */
+ // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
+ // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
+ "resolveJsonModule": true,
+ /* Enable importing .json files. */
+ // "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
+
+ /* JavaScript Support */
+ // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
+ // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
+ // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
+
+ /* Emit */
+ // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
+ // "declarationMap": true, /* Create sourcemaps for d.ts files. */
+ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
+ // "sourceMap": true, /* Create source map files for emitted JavaScript files. */
+ // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
+ "outDir": "./dist",
+ /* Specify an output folder for all emitted files. */
+ // "removeComments": true, /* Disable emitting comments. */
+ // "noEmit": true, /* Disable emitting files from a compilation. */
+ // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
+ // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
+ // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
+ // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
+ // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
+ // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
+ // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
+ // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
+ // "newLine": "crlf", /* Set the newline character for emitting files. */
+ // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */
+ // "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
+ // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
+ // "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */
+ // "declarationDir": "./", /* Specify the output directory for generated declaration files. */
+ // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
+
+ /* Interop Constraints */
+ // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
+ // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
+ "esModuleInterop": true,
+ /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
+ // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
+ "forceConsistentCasingInFileNames": true,
+ /* Ensure that casing is correct in imports. */
+
+ /* Type Checking */
+ "strict": true
+ /* Enable all strict type-checking options. */
+ // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
+ // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
+ // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
+ // "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
+ // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
+ // "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
+ // "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
+ // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
+ // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
+ // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
+ // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
+ // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
+ // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
+ // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
+ // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
+ // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
+ // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
+ // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
+
+ /* Completeness */
+ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
+ // "skipLibCheck": true
+ /* Skip type checking all .d.ts files. */
+ }
+}
|
|
feat: `Repository::head_id()` (#364)
A long-needed shortcut.
|
f0d8a49587c08713350252e1701a45bb308b6f9d
|
feat
|
https://github.com/Byron/gitoxide/commit/f0d8a49587c08713350252e1701a45bb308b6f9d
|
`Repository::head_id()` (#364)
A long-needed shortcut.
|
diff --git a/head.rs b/head.rs
index 1a47594..0eaa3f5 100644
--- a/head.rs
+++ b/head.rs
@@ -124,7 +124,8 @@ pub mod peel {
use crate::head::Kind;
- mod peel_to_commit {
+ ///
+ pub mod to_commit {
use crate::object;
/// The error returned by [Head::peel_to_commit_in_place()][super::Head::peel_to_commit_in_place()].
@@ -192,14 +193,12 @@ pub mod peel {
/// more object to follow, transform the id into a commit if possible and return that.
///
/// Returns an error if the head is unborn or if it doesn't point to a commit.
- pub fn peel_to_commit_in_place(&mut self) -> Result<crate::Commit<'repo>, peel_to_commit::Error> {
- let id = self
- .peel_to_id_in_place()
- .ok_or_else(|| peel_to_commit::Error::Unborn {
- name: self.referent_name().expect("unborn").to_owned(),
- })??;
+ pub fn peel_to_commit_in_place(&mut self) -> Result<crate::Commit<'repo>, to_commit::Error> {
+ let id = self.peel_to_id_in_place().ok_or_else(|| to_commit::Error::Unborn {
+ name: self.referent_name().expect("unborn").to_owned(),
+ })??;
id.object()
- .map_err(|err| peel_to_commit::Error::Peel(Error::FindExistingObject(err)))
+ .map_err(|err| to_commit::Error::Peel(Error::FindExistingObject(err)))
.and_then(|object| object.try_into_commit().map_err(Into::into))
}
diff --git a/errors.rs b/errors.rs
index 095f233..2fa0267 100644
--- a/errors.rs
+++ b/errors.rs
@@ -28,6 +28,21 @@ pub mod peel {
}
}
+///
+pub mod head_id {
+ /// The error returned by [Repository::head_id(…)][crate::Repository::head_id()].
+ #[derive(Debug, thiserror::Error)]
+ #[allow(missing_docs)]
+ pub enum Error {
+ #[error(transparent)]
+ Head(#[from] crate::reference::find::existing::Error),
+ #[error(transparent)]
+ PeelToId(#[from] crate::head::peel::Error),
+ #[error("Branch '{name}' does not have any commits")]
+ Unborn { name: git_ref::FullName },
+ }
+}
+
///
pub mod find {
///
diff --git a/mod.rs b/mod.rs
index 3781085..749c38a 100644
--- a/mod.rs
+++ b/mod.rs
@@ -8,8 +8,7 @@ use crate::{Id, Reference};
pub mod iter;
mod errors;
-
-pub use errors::{edit, find, peel};
+pub use errors::{edit, find, head_id, peel};
use crate::ext::ObjectIdExt;
diff --git a/reference.rs b/reference.rs
index 4249e94..c4280ac 100644
--- a/reference.rs
+++ b/reference.rs
@@ -184,6 +184,22 @@ impl crate::Repository {
.attach(self))
}
+ /// Resolve the head, follow and peel its target and obtain its object id.
+ ///
+ /// Note that this may fail for various reasons, most notably because the repository
+ /// is freshly initialized and doesn't have any commits yet.
+ ///
+ /// Also note that the returned id is likely to point to a commit, but could also
+ /// point to a tree or blob. It won't, however, point to a tag as these are always peeled.
+ pub fn head_id(&self) -> Result<crate::Id<'_>, crate::reference::head_id::Error> {
+ let mut head = self.head()?;
+ head.peel_to_id_in_place()
+ .ok_or_else(|| crate::reference::head_id::Error::Unborn {
+ name: head.referent_name().expect("unborn").to_owned(),
+ })?
+ .map_err(Into::into)
+ }
+
/// Find the reference with the given partial or full `name`, like `main`, `HEAD`, `heads/branch` or `origin/other`,
/// or return an error if it wasn't found.
///
diff --git a/object.rs b/object.rs
index a1305e5..0300e8b 100644
--- a/object.rs
+++ b/object.rs
@@ -45,7 +45,7 @@ mod tag {
#[test]
fn simple() -> crate::Result {
let (repo, _keep) = crate::repo_rw("make_basic_repo.sh")?;
- let current_head_id = repo.head()?.peeled()?.id().expect("born");
+ let current_head_id = repo.head_id()?;
let message = "a multi\\nline message";
let tag_ref = repo.tag(
"v1.0.0",
|
|
chore(deps): relock
|
d46322867698a93f8ce815502b2446b40e87c089
|
chore
|
https://github.com/ibis-project/ibis/commit/d46322867698a93f8ce815502b2446b40e87c089
|
relock
|
diff --git a/poetry.lock b/poetry.lock
index 09cdbd7..f23aa59 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -731,7 +731,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[[package]]
name = "impyla"
-version = "0.17.0"
+version = "0.18.0"
description = "Python client for the Impala distributed query engine"
category = "main"
optional = true
@@ -741,7 +741,7 @@ python-versions = "*"
bitarray = "*"
kerberos = {version = ">=1.3.0", optional = true, markers = "extra == \\"kerberos\\""}
six = "*"
-thrift = "0.11.0"
+thrift = "0.16.0"
thrift-sasl = "0.4.3"
[package.extras]
@@ -2296,7 +2296,7 @@ tests = ["pytest-cov", "pytest"]
[[package]]
name = "thrift"
-version = "0.11.0"
+version = "0.16.0"
description = "Python bindings for the Apache Thrift RPC system"
category = "main"
optional = true
@@ -2306,8 +2306,7 @@ python-versions = "*"
six = ">=1.7.2"
[package.extras]
-all = ["ipaddress", "backports.ssl_match_hostname (>=3.5)", "tornado (>=4.0)", "twisted"]
-ssl = ["ipaddress", "backports.ssl_match_hostname (>=3.5)"]
+all = ["tornado (>=4.0)", "twisted"]
tornado = ["tornado (>=4.0)"]
twisted = ["twisted"]
@@ -3275,8 +3274,8 @@ importlib-resources = [
{file = "importlib_resources-5.9.0.tar.gz", hash = "sha256:5481e97fb45af8dcf2f798952625591c58fe599d0735d86b10f54de086a61681"},
]
impyla = [
- {file = "impyla-0.17.0-py2.py3-none-any.whl", hash = "sha256:3bf1a9aec0ce141a784962c5fc0db670df51ca08db59cb0eae01b74708377d9b"},
- {file = "impyla-0.17.0.tar.gz", hash = "sha256:2e44c8f594d75f40706394aa300c1f1f93ffa592b37b6e2bd02e0396a9443306"},
+ {file = "impyla-0.18.0-py2.py3-none-any.whl", hash = "sha256:3c80dc32d0fd0b7311995d5903844ff32745647b9345e54c92e80d47df163e13"},
+ {file = "impyla-0.18.0.tar.gz", hash = "sha256:d5e301de056d9e53caa75ba0a6e5108b6078d87d10052824d2eb7a37bdcc52a4"},
]
iniconfig = [
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
@@ -4386,7 +4385,7 @@ termcolor = [
{file = "termcolor-2.0.1.tar.gz", hash = "sha256:6b2cf769e93364a2676e1de56a7c0cff2cf5bd07f37e9cc80b0dd6320ebfe388"},
]
thrift = [
- {file = "thrift-0.11.0.tar.gz", hash = "sha256:7d59ac4fdcb2c58037ebd4a9da5f9a49e3e034bf75b3f26d9fe48ba3d8806e6b"},
+ {file = "thrift-0.16.0.tar.gz", hash = "sha256:2b5b6488fcded21f9d312aa23c9ff6a0195d0f6ae26ddbd5ad9e3e25dfc14408"},
]
thrift-sasl = [
{file = "thrift_sasl-0.4.3-py2.py3-none-any.whl", hash = "sha256:d24b49140115e6e2a96d08335cff225a27a28ea71866fb1b2bdb30ca5afca64e"},
diff --git a/requirements.txt b/requirements.txt
index 644d933..3c0f34d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -57,7 +57,7 @@ greenlet==1.1.3; python_version >= "3" and (platform_machine == "aarch64" or pla
idna==3.4; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.1"
importlib-metadata==4.12.0; python_version < "3.10" and python_version >= "3.7" and python_full_version >= "3.7.1"
importlib-resources==5.9.0; python_version >= "3.7" and python_version < "3.9" and python_full_version >= "3.7.1"
-impyla==0.17.0
+impyla==0.18.0
iniconfig==1.1.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
ipykernel==6.15.3; python_version >= "3.7"
ipython==8.5.0; python_version >= "3.8"
@@ -179,7 +179,7 @@ stack-data==0.5.0; python_version >= "3.8"
tabulate==0.8.10; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
termcolor==2.0.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7"
thrift-sasl==0.4.3
-thrift==0.11.0; python_version >= "3.0"
+thrift==0.16.0; python_version >= "3.0"
tinycss2==1.1.1; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
tokenize-rt==4.2.1; python_full_version >= "3.6.1" and python_version >= "3.7"
toml==0.10.2; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.7.1"
|
|
feat(core): add support for transaction locking (#57)
Closes #41
|
60d9788ef828ea09f7a0345dcb415c5c8472bc74
|
feat
|
https://github.com/mikro-orm/mikro-orm/commit/60d9788ef828ea09f7a0345dcb415c5c8472bc74
|
add support for transaction locking (#57)
Closes #41
|
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 56e7da2..aa866a4 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -3,13 +3,13 @@ version: "2"
checks:
file-lines:
config:
- threshold: 350
+ threshold: 400
method-lines:
config:
threshold: 30
method-count:
config:
- threshold: 30
+ threshold: 40
engines:
duplication:
diff --git a/README.md b/README.md
index 199edbb..d2bde5d 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,8 @@ MikroORM's documentation, included in this repo in the root directory, is built
- [Entity references](https://b4nan.github.io/mikro-orm/entity-references/)
- [Using entity constructors](https://b4nan.github.io/mikro-orm/using-entity-constructors/)
- [Collections](https://b4nan.github.io/mikro-orm/collections/)
-- [Unit of Work and transactions](https://b4nan.github.io/mikro-orm/unit-of-work/)
+- [Unit of Work](https://b4nan.github.io/mikro-orm/unit-of-work/)
+- [Transactions](https://b4nan.github.io/mikro-orm/transactions/)
- [Cascading persist and remove](https://b4nan.github.io/mikro-orm/cascading/)
- [Using `QueryBuilder`](https://b4nan.github.io/mikro-orm/query-builder/)
- [Preloading deeply nested structures via populate](https://b4nan.github.io/mikro-orm/nested-populate/)
diff --git a/ROADMAP.md b/ROADMAP.md
index a95610a..a538b05 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -12,7 +12,6 @@ discuss specifics.
- Association scopes
- Value transformers (e.g. mapping of `Date` object to formatted string)
- Support for connection pooling in MySQL and PostgresQL
-- Support for transaction locking
- Computing schema difference based on current database state
- Schema sync (allow automatic synchronization during development)
- Allow generating entities from existing database schema
diff --git a/sidebar.html b/sidebar.html
index 29d8cbe..bd511f8 100644
--- a/sidebar.html
+++ b/sidebar.html
@@ -12,7 +12,8 @@
<li><a href="{{ site.github.url | default: site.url }}/entity-references/">Entity references</a></li>
<li><a href="{{ site.github.url | default: site.url }}/entity-constructors/">Using entity constructors</a></li>
<li><a href="{{ site.github.url | default: site.url }}/collections/">Collections</a></li>
- <li><a href="{{ site.github.url | default: site.url }}/unit-of-work/">Unit of Work and transactions</a></li>
+ <li><a href="{{ site.github.url | default: site.url }}/unit-of-work/">Unit of Work</a></li>
+ <li><a href="{{ site.github.url | default: site.url }}/transactions/">Transactions</a></li>
<li><a href="{{ site.github.url | default: site.url }}/cascading/">Cascading persist and remove</a></li>
</ul>
<h3>Advanced features</h3>
diff --git a/identity-map.md b/identity-map.md
index 2213523..2bdaf5e 100644
--- a/identity-map.md
+++ b/identity-map.md
@@ -38,9 +38,10 @@ If you use dependency injection container like `inversify` or the one in `nestjs
can be hard to achieve this, because you usually want to access your repositories via DI container,
but it will always provide you with the same instance, rather than new one for each request.
-To solve this, you can use `RequestContext` helper, that will use `node`'s async hooks in the background
-to isolate the request context. MikroORM will always use request specific (forked) entity manager
-if available, so all you need to do is to create new request context preferably in middle:
+To solve this, you can use `RequestContext` helper, that will use `node`'s Domain API in the
+background to isolate the request context. MikroORM will always use request specific (forked)
+entity manager if available, so all you need to do is to create new request context preferably
+in middle:
```typescript
app.use((req, res, next) => {
diff --git a/index.md b/index.md
index 6ffb503..8457faf 100644
--- a/index.md
+++ b/index.md
@@ -28,7 +28,8 @@ Currently it supports MongoDB, MySQL, PostgreSQL and SQLite databases, but more
- [Entity references](entity-references.md)
- [Using entity constructors](entity-constructors.md)
- [Collections](collections.md)
- - [Unit of Work and transactions](unit-of-work.md)
+ - [Unit of Work](unit-of-work.md)
+ - [Transactions](transactions.md)
- [Cascading persist and remove](cascading.md)
- Advanced features
- [Smart nested populate](nested-populate.md)
diff --git a/query-builder.md b/query-builder.md
index a13acea..80ea5b9 100644
--- a/query-builder.md
+++ b/query-builder.md
@@ -148,6 +148,16 @@ console.log(qb.getQuery());
// SELECT `e0`.* FROM `test` AS `e0` WHERE (`e0`.`id` NOT IN (?, ?) AND `e0`.`id` > ?)
```
+## Locking support
+
+```typescript
+const qb = orm.em.createQueryBuilder(Test);
+qb.select('*').where({ name: 'Lol 321' }).setLockMode(LockMode.PESSIMISTIC_READ);
+
+console.log(qb.getQuery()); // for MySQL
+// SELECT `e0`.* FROM `test` AS `e0` WHERE `e0`.`name` = ? LOCK IN SHARE MODE
+```
+
## QueryBuilder API
`QueryBuilder` provides fluent interface with these methods:
@@ -168,6 +178,7 @@ QueryBuilder.having(cond: any): QueryBuilder;
QueryBuilder.populate(populate: string[]): QueryBuilder;
QueryBuilder.limit(limit: number, offset?: number): QueryBuilder;
QueryBuilder.offset(offset: number): QueryBuilder;
+QueryBuilder.setLockMode(mode: LockMode): QueryBuilder;
QueryBuilder.getQuery(): string;
QueryBuilder.getParams(): any;
QueryBuilder.clone(): QueryBuilder;
diff --git a/transactions.md b/transactions.md
index 9f26923..26f520f 100644
--- a/transactions.md
+++ b/transactions.md
@@ -0,0 +1,263 @@
+---
+---
+
+# Transactions and concurrency
+
+## Transaction demarcation
+
+Transaction demarcation is the task of defining your transaction boundaries. Proper
+transaction demarcation is very important because if not done properly it can negatively
+affect the performance of your application. Many databases and database abstraction
+layers by default operate in auto-commit mode, which means that every single SQL statement
+is wrapped in a small transaction. Without any explicit transaction demarcation from your
+side, this quickly results in poor performance because transactions are not cheap.
+
+For the most part, MikroORM already takes care of proper transaction demarcation for you:
+All the write operations (INSERT/UPDATE/DELETE) are queued until `EntityManager.flush()`
+is invoked which wraps all of these changes in a single transaction.
+
+However, MikroORM also allows (and encourages) you to take over and control transaction
+demarcation yourself.
+
+These are two ways to deal with transactions when using the MikroORM and are now described
+in more detail.
+
+### Approach 1: Implicitly
+
+The first approach is to use the implicit transaction handling provided by the MikroORM
+`EntityManager`. Given the following code snippet, without any explicit transaction
+demarcation:
+
+```typescript
+const user = new User(...);
+user.name = 'George';
+await orm.em.persistAndFlush(user);
+```
+
+Since we do not do any custom transaction demarcation in the above code, `EntityManager.flush()`
+will begin and commit/rollback a transaction. This behavior is made possible by the
+aggregation of the DML operations by the MikroORM and is sufficient if all the data
+manipulation that is part of a unit of work happens through the domain model and thus
+the ORM.
+
+### Approach 2: Explicitly
+
+The explicit alternative is to use the transactions API directly to control the boundaries.
+The code then looks like this:
+
+```typescript
+await orm.em.beginTransaction(); // suspend auto-commit
+try {
+ //... do some work
+ const user = new User(...);
+ user.name = 'George';
+ await orm.em.persistAndFlush(user);
+ await orm.em.commit();
+} catch (e) {
+ await orm.em.rollback();
+ throw e;
+}
+```
+
+Explicit transaction demarcation is required when you want to include custom DBAL operations
+in a unit of work or when you want to make use of some methods of the EntityManager API
+that require an active transaction. Such methods will throw a `ValidationError` to inform
+you of that requirement.
+
+A more convenient alternative for explicit transaction demarcation is the use of provided
+control abstractions in the form of `EntityManager.transactional(cb)`. When used, these
+control abstractions ensure that you never forget to rollback the transaction, in addition
+to the obvious code reduction. An example that is functionally equivalent to the previously
+shown code looks as follows:
+
+```typescript
+orm.em.transactional(_em => {
+ //... do some work
+ const user = new User(...);
+ user.name = 'George';
+ _em.persistLater(user);
+});
+```
+
+`EntityManager.transactional(cb)` will flush the inner `EntityManager` prior to transaction
+commit.
+
+### Exception Handling
+
+When using implicit transaction demarcation and an exception occurs during
+`EntityManager.flush()`, the transaction is automatically rolled back.
+
+When using explicit transaction demarcation and an exception occurs, the transaction should
+be rolled back immediately as demonstrated in the example above. This can be handled elegantly
+by the control abstractions shown earlier. Note that when catching Exception you should
+generally re-throw the exception. If you intend to recover from some exceptions, catch them
+explicitly in earlier catch blocks (but do not forget to rollback the transaction). All
+other best practices of exception handling apply similarly (i.e. either log or re-throw,
+not both, etc.).
+
+As a result of this procedure, all previously managed or removed instances of the `EntityManager`
+become detached. The state of the detached objects will be the state at the point at which the
+transaction was rolled back. The state of the objects is in no way rolled back and thus the
+objects are now out of sync with the database. The application can continue to use the detached
+objects, knowing that their state is potentially no longer accurate.
+
+If you intend to start another unit of work after an exception has occurred you should do that
+with a new EntityManager.
+
+## Locking Support
+
+MikroORM offers support for Pessimistic and Optimistic locking strategies natively. This allows
+to take very fine-grained control over what kind of locking is required for your Entities in your
+application.
+
+### Optimistic Locking
+
+Database transactions are fine for concurrency control during a single request. However, a
+database transaction should not span across requests, the so-called "user think time". Therefore
+a long-running "business transaction" that spans multiple requests needs to involve several
+database transactions. Thus, database transactions alone can no longer control concurrency
+during such a long-running business transaction. Concurrency control becomes the partial
+responsibility of the application itself.
+
+MikroORM has integrated support for automatic optimistic locking via a version field. In
+this approach any entity that should be protected against concurrent modifications during
+long-running business transactions gets a version field that is either a simple number
+(mapping type: integer) or a timestamp (mapping type: datetime). When changes to such an
+entity are persisted at the end of a long-running conversation the version of the entity
+is compared to the version in the database and if they don't match, a `ValidationError`
+is thrown, indicating that the entity has been modified by someone else already.
+
+You designate a version field in an entity as follows. In this example we'll use an integer.
+
+```typescript
+export class User
+{
+ // ...
+ @Property({ version: true })
+ version: number;
+ // ...
+}
+```
+
+Alternatively a datetime type can be used (which maps to a SQL timestamp or datetime):
+
+```typescript
+export class User
+{
+ // ...
+ @Property({ version: true })
+ version: Date;
+ // ...
+}
+```
+
+Version numbers (not timestamps) should however be preferred as they can not potentially
+conflict in a highly concurrent environment, unlike timestamps where this is a possibility,
+depending on the resolution of the timestamp on the particular database platform.
+
+When a version conflict is encountered during `EntityManager.flush()`, a `ValidationError`
+is thrown and the active transaction rolled back (or marked for rollback). This exception
+can be caught and handled. Potential responses to a `ValidationError` are to present the
+conflict to the user or to refresh or reload objects in a new transaction and then retrying
+the transaction.
+
+The time between showing an update form and actually modifying the entity can in the worst
+scenario be as long as your applications session timeout. If changes happen to the entity
+in that time frame you want to know directly when retrieving the entity that you will hit
+an optimistic locking exception:
+
+You can always verify the version of an entity during a request either when calling
+`EntityManager.findOne()`:
+
+```typescript
+const theEntityId = 1;
+const expectedVersion = 184;
+
+try {
+ const entity = await orm.em.findOne(User, theEntityId, LockMode.OPTIMISTIC, expectedVersion);
+
+ // do the work
+
+ await orm.em.flush();
+} catch (e) {
+ console.log('Sorry, but someone else has already changed this entity. Please apply the changes again!');
+}
+```
+
+Or you can use `EntityManager.lock()` to find out:
+
+```typescript
+const theEntityId = 1;
+const expectedVersion = 184;
+const entity = await orm.em.findOne(User, theEntityId);
+
+try {
+ // assert version
+ await orm.em.lock(entity, LockMode.OPTIMISTIC, expectedVersion);
+} catch (e) {
+ console.log('Sorry, but someone else has already changed this entity. Please apply the changes again!');
+}
+```
+
+#### Important Implementation Notes
+
+You can easily get the optimistic locking workflow wrong if you compare the wrong versions.
+Say you have Alice and Bob editing a hypothetical blog post:
+
+- Alice reads the headline of the blog post being "Foo", at optimistic lock version 1 (GET Request)
+- Bob reads the headline of the blog post being "Foo", at optimistic lock version 1 (GET Request)
+- Bob updates the headline to "Bar", upgrading the optimistic lock version to 2 (POST Request of a Form)
+- Alice updates the headline to "Baz", ... (POST Request of a Form)
+
+Now at the last stage of this scenario the blog post has to be read again from the database
+before Alice's headline can be applied. At this point you will want to check if the blog
+post is still at version 1 (which it is not in this scenario).
+
+Using optimistic locking correctly, you **have** to add the version as an additional hidden
+field (or into the session for more safety). Otherwise you cannot verify the version is still
+the one being originally read from the database when Alice performed her GET request for the
+blog post. If this happens you might see lost updates you wanted to prevent with Optimistic
+Locking.
+
+See the example code, The form (GET Request):
+
+```typescript
+const post = await orm.em.findOne(BlogPost, 123456);
+let html = '';
+html += `<input type="hidden" name="id" value="${post.id}" />`;
+html += `<input type="hidden" name="version" value="${post.version}" />`;
+```
+
+And the change headline action (POST Request):
+
+```typescript
+const postId = +req.query.id;
+const postVersion = +req.query.version;
+const post = await orm.em.findOne(BlogPost, postId, LockMode.OPTIMISTIC, postVersion);
+```
+
+### Pessimistic Locking
+
+MikroORM supports Pessimistic Locking at the database level. No attempt is being made to implement
+pessimistic locking inside MikroORM, rather vendor-specific and ANSI-SQL commands are used to
+acquire row-level locks. Every Entity can be part of a pessimistic lock, there is no special
+metadata required to use this feature.
+
+However for Pessimistic Locking to work you have to disable the Auto-Commit Mode of your Database
+and start a transaction around your pessimistic lock use-case using the "Approach 2: Explicit
+Transaction Demarcation" described above. MikroORM will throw an Exception if you attempt to
+acquire an pessimistic lock and no transaction is running.
+
+MikroORM currently supports two pessimistic lock modes:
+
+- Pessimistic Write (`LockMode.PESSIMISTIC_WRITE`), locks the underlying database rows for concurrent Read and Write Operations.
+- Pessimistic Read (`LockMode.PESSIMISTIC_READ`), locks other concurrent requests that attempt to update or lock rows in write mode.
+
+You can use pessimistic locks in three different scenarios:
+
+1. Using `EntityManager.findOne(className, id, LockMode.PESSIMISTIC_WRITE)` or `EntityManager.findOne(className, id, LockMode.PESSIMISTIC_READ)`
+2. Using `EntityManager.lock(entity, LockMode.PESSIMISTIC_WRITE)` or `EntityManager.lock(entity, LockMode.PESSIMISTIC_READ)`
+3. Using `QueryBuilder.setLockMode(LockMode.PESSIMISTIC_WRITE)` or `QueryBuilder.setLockMode(LockMode.PESSIMISTIC_READ)`
+
+> This part of documentation is highly inspired by [doctrine internals docs](https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/transactions-and-concurrency.html)
+> as the behaviour here is pretty much the same.
diff --git a/unit-of-work.md b/unit-of-work.md
index 0f47db7..fdbd8f6 100644
--- a/unit-of-work.md
+++ b/unit-of-work.md
@@ -81,6 +81,9 @@ transaction (if supported by given driver). This means that you can control the
of transactions simply by calling `EntityManager#persistLater()` and once all your changes
are ready, simply calling `flush()` will run them inside a transaction.
+You can find more information about transactions in [Transactions and concurrency](transactions.md)
+page.
+
### Beware: Auto-flushing and transactions
Originally there was only `EntityManager#persist(entity, flush = true)` method, that was
diff --git a/EntityManager.ts b/EntityManager.ts
index c53f791..f804a57 100644
--- a/EntityManager.ts
+++ b/EntityManager.ts
@@ -1,8 +1,8 @@
-import { Configuration, RequestContext, Utils } from './utils';
+import { Configuration, RequestContext, Utils, ValidationError } from './utils';
import { EntityAssigner, EntityFactory, EntityLoader, EntityRepository, EntityValidator, ReferenceType } from './entity';
-import { UnitOfWork } from './unit-of-work';
+import { LockMode, UnitOfWork } from './unit-of-work';
import { FilterQuery, IDatabaseDriver } from './drivers';
-import { EntityData, EntityName, IEntity, IEntityType, IPrimaryKey } from './decorators';
+import { EntityData, EntityMetadata, EntityName, IEntity, IEntityType, IPrimaryKey } from './decorators';
import { QueryBuilder, QueryOrder, SmartQueryHelper } from './query';
import { MetadataStorage } from './metadata';
import { Connection } from './connections';
@@ -77,25 +77,26 @@ export class EntityManager {
async findOne<T extends IEntityType<T>>(entityName: EntityName<T>, where: FilterQuery<T> | IPrimaryKey, populate?: string[], orderBy?: Record<string, QueryOrder>): Promise<T | null>;
async findOne<T extends IEntityType<T>>(entityName: EntityName<T>, where: FilterQuery<T> | IPrimaryKey, populate?: string[] | FindOneOptions, orderBy?: Record<string, QueryOrder>): Promise<T | null> {
entityName = Utils.className(entityName);
+ const options = Utils.isObject<FindOneOptions>(populate) ? populate : { populate, orderBy };
this.validator.validateEmptyWhere(where);
where = SmartQueryHelper.processWhere(where as FilterQuery<T>, entityName);
+ this.checkLockRequirements(options.lockMode, this.metadata[entityName]);
let entity = this.getUnitOfWork().tryGetById<T>(entityName, where);
- const options = Utils.isObject<FindOneOptions>(populate) ? populate : { populate, orderBy };
+ const isOptimisticLocking = !Utils.isDefined(options.lockMode) || options.lockMode === LockMode.OPTIMISTIC;
- if (entity && entity.isInitialized() && !options.refresh) {
- await this.entityLoader.populate(entityName, [entity], options.populate || []);
- return entity;
+ if (entity && entity.isInitialized() && !options.refresh && isOptimisticLocking) {
+ return this.lockAndPopulate(entity, options);
}
this.validator.validateParams(where);
- const data = await this.driver.findOne(entityName, where, options.populate, options.orderBy, options.fields);
+ const data = await this.driver.findOne(entityName, where, options.populate, options.orderBy, options.fields, options.lockMode);
if (!data) {
return null;
}
entity = this.merge(entityName, data, options.refresh) as T;
- await this.entityLoader.populate(entityName, [entity], options.populate || []);
+ await this.lockAndPopulate(entity, options);
return entity;
}
@@ -113,7 +114,7 @@ export class EntityManager {
}
async transactional(cb: (em: EntityManager) => Promise<any>): Promise<any> {
- const em = this.fork();
+ const em = this.fork(false);
await em.getDriver().transactional(async () => {
const ret = await cb(em);
await em.flush();
@@ -122,6 +123,10 @@ export class EntityManager {
});
}
+ async lock(entity: IEntity, lockMode: LockMode, lockVersion?: number | Date): Promise<void> {
+ await this.getUnitOfWork().lock(entity, lockMode, lockVersion);
+ }
+
async nativeInsert<T extends IEntityType<T>>(entityName: EntityName<T>, data: EntityData<T>): Promise<IPrimaryKey> {
entityName = Utils.className(entityName);
data = SmartQueryHelper.processParams(data);
@@ -313,6 +318,30 @@ export class EntityManager {
return em.entityFactory;
}
+ private checkLockRequirements(mode: LockMode | undefined, meta: EntityMetadata): void {
+ if (!mode) {
+ return;
+ }
+
+ if (mode === LockMode.OPTIMISTIC && !meta.versionProperty) {
+ throw ValidationError.notVersioned(meta);
+ }
+
+ if ([LockMode.PESSIMISTIC_READ, LockMode.PESSIMISTIC_WRITE].includes(mode) && !this.getDriver().isInTransaction()) {
+ throw ValidationError.transactionRequired();
+ }
+ }
+
+ private async lockAndPopulate<T extends IEntityType<T>>(entity: T, options: FindOneOptions): Promise<T> {
+ if (options.lockMode === LockMode.OPTIMISTIC) {
+ await this.lock(entity, options.lockMode, options.lockVersion);
+ }
+
+ await this.entityLoader.populate(entity.constructor.name, [entity], options.populate || []);
+
+ return entity;
+ }
+
}
export interface FindOptions {
@@ -325,6 +354,8 @@ export interface FindOptions {
export interface FindOneOptions {
populate?: string[];
orderBy?: Record<string, QueryOrder>;
+ lockMode?: LockMode;
+ lockVersion?: number | Date;
refresh?: boolean;
fields?: string[];
}
diff --git a/Entity.ts b/Entity.ts
index 2c3d2bb..d292b09 100644
--- a/Entity.ts
+++ b/Entity.ts
@@ -4,6 +4,7 @@ import { IPrimaryKey } from './PrimaryKey';
import { AssignOptions, Cascade, Collection, EntityRepository, ReferenceType } from '../entity';
import { Utils } from '../utils';
import { QueryOrder } from '../query';
+import { LockMode } from '../unit-of-work';
export function Entity(options: EntityOptions = {}): Function {
return function <T extends { new(...args: any[]): IEntity }>(target: T) {
@@ -27,7 +28,7 @@ export interface IEntity<K = number | string> {
id: K;
isInitialized(): boolean;
populated(populated?: boolean): void;
- init(populated?: boolean): Promise<this>;
+ init(populated?: boolean, lockMode?: LockMode): Promise<this>;
toObject(ignoreFields?: string[]): Record<string, any>;
toJSON(...args: any[]): Record<string, any>;
assign(data: any, options?: AssignOptions | boolean): void;
@@ -69,6 +70,7 @@ export interface EntityProperty<T extends IEntityType<T> = any> {
nullable?: boolean;
persist?: boolean;
hidden?: boolean;
+ version?: boolean;
cascade: Cascade[];
orphanRemoval?: boolean;
onUpdate?: () => any;
@@ -90,6 +92,7 @@ export interface EntityMetadata<T extends IEntityType<T> = any> {
collection: string;
path: string;
primaryKey: keyof T & string;
+ versionProperty: keyof T & string;
serializedPrimaryKey: keyof T & string;
properties: { [K in keyof T & string]: EntityProperty<T> };
customRepository: () => { new (em: EntityManager, entityName: EntityName<T>): EntityRepository<T> };
diff --git a/Property.ts b/Property.ts
index 93740b4..149dc6c 100644
--- a/Property.ts
+++ b/Property.ts
@@ -23,4 +23,5 @@ export type PropertyOptions = {
nullable?: boolean;
persist?: boolean;
hidden?: boolean;
+ version?: boolean;
}
diff --git a/AbstractSqlDriver.ts b/AbstractSqlDriver.ts
index 4da1d11..81aaffb 100644
--- a/AbstractSqlDriver.ts
+++ b/AbstractSqlDriver.ts
@@ -5,6 +5,7 @@ import { ReferenceType } from '../entity';
import { FilterQuery } from './IDatabaseDriver';
import { QueryBuilder, QueryOrder } from '../query';
import { Utils } from '../utils';
+import { LockMode } from '../unit-of-work';
export abstract class AbstractSqlDriver<C extends Connection> extends DatabaseDriver<C> {
@@ -19,20 +20,25 @@ export abstract class AbstractSqlDriver<C extends Connection> extends DatabaseDr
return qb.execute('all');
}
- async findOne<T extends IEntityType<T>>(entityName: string, where: FilterQuery<T> | string, populate: string[] = [], orderBy: Record<string, QueryOrder> = {}, fields?: string[]): Promise<T | null> {
+ async findOne<T extends IEntityType<T>>(entityName: string, where: FilterQuery<T> | string, populate: string[] = [], orderBy: Record<string, QueryOrder> = {}, fields?: string[], lockMode?: LockMode): Promise<T | null> {
+ const pk = this.metadata[entityName].primaryKey;
+
if (Utils.isPrimaryKey(where)) {
- const pk = this.metadata[entityName].primaryKey;
where = { [pk]: where };
}
- const qb = this.createQueryBuilder(entityName);
- const pk = this.metadata[entityName].primaryKey;
-
if (fields && !fields.includes(pk)) {
fields.unshift(pk);
}
- return qb.select(fields || '*').populate(populate).where(where).orderBy(orderBy).limit(1).execute('get');
+ return this.createQueryBuilder(entityName)
+ .select(fields || '*')
+ .populate(populate)
+ .where(where)
+ .orderBy(orderBy)
+ .limit(1)
+ .setLockMode(lockMode)
+ .execute('get');
}
async count(entityName: string, where: any): Promise<number> {
diff --git a/DatabaseDriver.ts b/DatabaseDriver.ts
index afbed01..a5237ce 100644
--- a/DatabaseDriver.ts
+++ b/DatabaseDriver.ts
@@ -5,6 +5,7 @@ import { Connection, QueryResult } from '../connections';
import { Configuration, Utils } from '../utils';
import { QueryOrder } from '../query';
import { Platform } from '../platforms';
+import { LockMode } from '../unit-of-work';
export abstract class DatabaseDriver<C extends Connection> implements IDatabaseDriver<C> {
@@ -19,7 +20,7 @@ export abstract class DatabaseDriver<C extends Connection> implements IDatabaseD
abstract async find<T extends IEntity>(entityName: string, where: FilterQuery<T>, populate?: string[], orderBy?: Record<string, QueryOrder>, limit?: number, offset?: number): Promise<T[]>;
- abstract async findOne<T extends IEntity>(entityName: string, where: FilterQuery<T> | string, populate: string[], orderBy?: Record<string, QueryOrder>, fields?: string[]): Promise<T | null>;
+ abstract async findOne<T extends IEntity>(entityName: string, where: FilterQuery<T> | string, populate: string[], orderBy?: Record<string, QueryOrder>, fields?: string[], lockMode?: LockMode): Promise<T | null>;
abstract async nativeInsert<T extends IEntityType<T>>(entityName: string, data: EntityData<T>): Promise<QueryResult>;
diff --git a/IDatabaseDriver.ts b/IDatabaseDriver.ts
index d34e6f1..9c2368e 100644
--- a/IDatabaseDriver.ts
+++ b/IDatabaseDriver.ts
@@ -2,6 +2,7 @@ import { EntityData, EntityMetadata, EntityProperty, IEntity, IEntityType, IPrim
import { Connection, QueryResult } from '../connections';
import { QueryOrder } from '../query';
import { Platform } from '../platforms';
+import { LockMode } from '../unit-of-work';
export interface IDatabaseDriver<C extends Connection = Connection> {
@@ -15,7 +16,7 @@ export interface IDatabaseDriver<C extends Connection = Connection> {
/**
* Finds single entity (table row, document)
*/
- findOne<T extends IEntity>(entityName: string, where: FilterQuery<T> | IPrimaryKey, populate?: string[], orderBy?: Record<string, QueryOrder>, fields?: string[]): Promise<T | null>;
+ findOne<T extends IEntity>(entityName: string, where: FilterQuery<T> | IPrimaryKey, populate?: string[], orderBy?: Record<string, QueryOrder>, fields?: string[], lockMode?: LockMode): Promise<T | null>;
nativeInsert<T extends IEntity>(entityName: string, data: EntityData<T>): Promise<QueryResult>;
diff --git a/MongoDriver.ts b/MongoDriver.ts
index 1f38388..c9a766d 100644
--- a/MongoDriver.ts
+++ b/MongoDriver.ts
@@ -6,6 +6,7 @@ import { QueryOrder } from '../query';
import { Utils } from '../utils';
import { MongoPlatform } from '../platforms/MongoPlatform';
import { QueryResult } from '../connections';
+import { LockMode } from '../unit-of-work';
export class MongoDriver extends DatabaseDriver<MongoConnection> {
@@ -19,7 +20,7 @@ export class MongoDriver extends DatabaseDriver<MongoConnection> {
return res.map((r: T) => this.mapResult(r, this.metadata[entityName]));
}
- async findOne<T extends IEntityType<T>>(entityName: string, where: FilterQuery<T> | IPrimaryKey, populate: string[] = [], orderBy: Record<string, QueryOrder> = {}, fields?: string[]): Promise<T | null> {
+ async findOne<T extends IEntityType<T>>(entityName: string, where: FilterQuery<T> | IPrimaryKey, populate: string[] = [], orderBy: Record<string, QueryOrder> = {}, fields?: string[], lockMode?: LockMode): Promise<T | null> {
if (Utils.isPrimaryKey(where)) {
where = { _id: new ObjectID(where as string) };
}
diff --git a/EntityHelper.ts b/EntityHelper.ts
index 922b45c..dd01d19 100644
--- a/EntityHelper.ts
+++ b/EntityHelper.ts
@@ -3,11 +3,12 @@ import { EntityManager } from '../EntityManager';
import { EntityClass, EntityData, EntityMetadata, IEntity, IEntityType, IPrimaryKey } from '../decorators';
import { EntityTransformer } from './EntityTransformer';
import { AssignOptions, EntityAssigner } from './EntityAssigner';
+import { LockMode } from '../unit-of-work';
export class EntityHelper {
- static async init(entity: IEntity, populated = true): Promise<IEntity> {
- await entity.__em.findOne(entity.constructor.name, entity.__primaryKey, { refresh: true });
+ static async init(entity: IEntity, populated = true, lockMode?: LockMode): Promise<IEntity> {
+ await entity.__em.findOne(entity.constructor.name, entity.__primaryKey, { refresh: true, lockMode });
entity.populated(populated);
entity.__lazyInitialized = true;
diff --git a/index.ts b/index.ts
index 01e701a..16524c0 100644
--- a/index.ts
+++ b/index.ts
@@ -1,3 +1,4 @@
+export * from './enums';
export * from './ChangeSet';
export * from './ChangeSetComputer';
export * from './ChangeSetPersister';
diff --git a/MetadataDiscovery.ts b/MetadataDiscovery.ts
index f823e6c..3c73ec9 100644
--- a/MetadataDiscovery.ts
+++ b/MetadataDiscovery.ts
@@ -195,7 +195,14 @@ export class MetadataDiscovery {
.forEach(prop => Utils.renameKey(prop, 'fk', 'mappedBy'));
this.validator.validateEntityDefinition(this.metadata, meta.name);
- Object.values(meta.properties).forEach(prop => this.applyNamingStrategy(meta, prop));
+ Object.values(meta.properties).forEach(prop => {
+ this.applyNamingStrategy(meta, prop);
+
+ if (prop.version) {
+ meta.versionProperty = prop.name;
+ prop.default = this.getDefaultVersionValue(prop);
+ }
+ });
meta.serializedPrimaryKey = this.platform.getSerializedPrimaryKeyField(meta.primaryKey);
if (!Utils.isEntity(meta.prototype)) {
@@ -285,4 +292,17 @@ export class MetadataDiscovery {
}
}
+ private getDefaultVersionValue(prop: EntityProperty): string {
+ if (prop.default) {
+ return prop.default;
+ }
+
+ if (prop.type.toLowerCase() === 'date') {
+ prop.length = prop.length || 3;
+ return this.platform.getCurrentTimestampSQL(prop.length);
+ }
+
+ return '1';
+ }
+
}
diff --git a/MetadataValidator.ts b/MetadataValidator.ts
index c436889..4f42d2c 100644
--- a/MetadataValidator.ts
+++ b/MetadataValidator.ts
@@ -12,6 +12,7 @@ export class MetadataValidator {
throw ValidationError.fromMissingPrimaryKey(meta);
}
+ this.validateVersionField(meta);
const references = Object.values(meta.properties).filter(prop => prop.reference !== ReferenceType.SCALAR);
for (const prop of references) {
@@ -101,4 +102,11 @@ export class MetadataValidator {
}
}
+ private validateVersionField(meta: EntityMetadata): void {
+ // TODO validate there is only one version field and its type is either Date or number
+ for (const prop of Object.values(meta.properties)) {
+ // ...
+ }
+ }
+
}
diff --git a/MySqlPlatform.ts b/MySqlPlatform.ts
index 4915aad..7d2b034 100644
--- a/MySqlPlatform.ts
+++ b/MySqlPlatform.ts
@@ -5,4 +5,8 @@ export class MySqlPlatform extends Platform {
protected schemaHelper = new MySqlSchemaHelper();
+ getReadLockSQL(): string {
+ return 'LOCK IN SHARE MODE';
+ }
+
}
diff --git a/Platform.ts b/Platform.ts
index 40cf4d8..b6c3b7e 100644
--- a/Platform.ts
+++ b/Platform.ts
@@ -63,4 +63,38 @@ export abstract class Platform {
return field;
}
+ /**
+ * Returns the SQL specific for the platform to get the current timestamp
+ */
+ getCurrentTimestampSQL(length: number): string {
+ return 'CURRENT_TIMESTAMP' + (length ? `(${length})` : '');
+ }
+
+ /**
+ * Returns the FOR UPDATE expression.
+ *
+ */
+ getForUpdateSQL(): string {
+ return 'FOR UPDATE';
+ }
+
+ /**
+ * Returns the SQL snippet to append to any SELECT statement which locks rows in shared read lock.
+ *
+ * This defaults to the ANSI SQL "FOR UPDATE", which is an exclusive lock (Write). Some database
+ * vendors allow to lighten this constraint up to be a real read lock.
+ */
+ getReadLockSQL(): string {
+ return this.getForUpdateSQL();
+ }
+
+ /**
+ * Returns the SQL snippet to append to any SELECT statement which obtains an exclusive lock on the rows.
+ *
+ * The semantics of this lock mode should equal the SELECT .. FOR UPDATE of the ANSI SQL standard.
+ */
+ getWriteLockSQL(): string {
+ return this.getForUpdateSQL();
+ }
+
}
diff --git a/PostgreSqlPlatform.ts b/PostgreSqlPlatform.ts
index c8abe32..c42ccbb 100644
--- a/PostgreSqlPlatform.ts
+++ b/PostgreSqlPlatform.ts
@@ -26,4 +26,8 @@ export class PostgreSqlPlatform extends Platform {
return true;
}
+ getReadLockSQL(): string {
+ return 'FOR SHARE';
+ }
+
}
diff --git a/SqlitePlatform.ts b/SqlitePlatform.ts
index 2eafddf..39cfc56 100644
--- a/SqlitePlatform.ts
+++ b/SqlitePlatform.ts
@@ -13,4 +13,12 @@ export class SqlitePlatform extends Platform {
return true;
}
+ getCurrentTimestampSQL(length: number): string {
+ return super.getCurrentTimestampSQL(0);
+ }
+
+ getForUpdateSQL(): string {
+ return '';
+ }
+
}
diff --git a/QueryBuilder.ts b/QueryBuilder.ts
index 1714aba..e9cb86d 100644
--- a/QueryBuilder.ts
+++ b/QueryBuilder.ts
@@ -1,10 +1,11 @@
-import { Utils } from '../utils';
+import { Utils, ValidationError } from '../utils';
import { QueryBuilderHelper } from './QueryBuilderHelper';
import { SmartQueryHelper } from './SmartQueryHelper';
import { EntityMetadata, EntityProperty } from '../decorators';
import { ReferenceType } from '../entity';
import { QueryFlag, QueryOrder, QueryType } from './enums';
import { IDatabaseDriver } from '../drivers';
+import { LockMode } from '../unit-of-work';
/**
* SQL query builder
@@ -28,6 +29,7 @@ export class QueryBuilder {
private _having: Record<string, any> = {};
private _limit: number;
private _offset: number;
+ private lockMode?: LockMode;
private readonly connection = this.driver.getConnection();
private readonly platform = this.driver.getPlatform();
private readonly helper = new QueryBuilderHelper(this.entityName, this.alias, this._aliasMap, this.metadata, this.platform);
@@ -188,6 +190,16 @@ export class QueryBuilder {
return this;
}
+ setLockMode(mode?: LockMode): this {
+ if ([LockMode.NONE, LockMode.PESSIMISTIC_READ, LockMode.PESSIMISTIC_WRITE].includes(mode!) && !this.driver.isInTransaction()) {
+ throw ValidationError.transactionRequired();
+ }
+
+ this.lockMode = mode;
+
+ return this;
+ }
+
getQuery(): string {
this.finalize();
let sql = this.getQueryBase();
@@ -203,6 +215,8 @@ export class QueryBuilder {
sql += ' CASCADE';
}
+ sql += this.helper.getLockSQL(this.lockMode);
+
return this.helper.finalize(this.type, sql, this.metadata[this.entityName]);
}
@@ -386,7 +400,9 @@ export class QueryBuilder {
break;
case QueryType.UPDATE:
sql += this.helper.getTableName(this.entityName, true);
- sql += ' SET ' + Object.keys(this._data).map(k => this.helper.wrap(k) + ' = ?').join(', ');
+ const set = Object.keys(this._data).map(k => this.helper.wrap(k) + ' = ?');
+ this.helper.updateVersionProperty(set);
+ sql += ' SET ' + set.join(', ');
break;
case QueryType.DELETE:
sql += 'FROM ' + this.helper.getTableName(this.entityName, true);
diff --git a/QueryBuilderHelper.ts b/QueryBuilderHelper.ts
index 7837152..1b03246 100644
--- a/QueryBuilderHelper.ts
+++ b/QueryBuilderHelper.ts
@@ -1,9 +1,10 @@
-import { Utils } from '../utils';
+import { Utils, ValidationError } from '../utils';
import { EntityMetadata, EntityProperty } from '../decorators';
import { QueryOrder, QueryType } from './enums';
import { Platform } from '../platforms';
import { JoinOptions } from './QueryBuilder';
import { ReferenceType } from '../entity';
+import { LockMode } from '../unit-of-work';
export class QueryBuilderHelper {
@@ -330,6 +331,41 @@ export class QueryBuilderHelper {
}
}
+ getLockSQL(lockMode?: LockMode): string {
+ if (lockMode === LockMode.PESSIMISTIC_READ) {
+ return ' ' + this.platform.getReadLockSQL();
+ }
+
+ if (lockMode === LockMode.PESSIMISTIC_WRITE) {
+ return ' ' + this.platform.getWriteLockSQL();
+ }
+
+ if (lockMode === LockMode.OPTIMISTIC && this.metadata[this.entityName] && !this.metadata[this.entityName].versionProperty) {
+ throw ValidationError.lockFailed(this.entityName);
+ }
+
+ return '';
+ }
+
+ updateVersionProperty(set: string[]): void {
+ const meta = this.metadata[this.entityName];
+
+ if (!meta || !meta.versionProperty) {
+ return;
+ }
+
+ const versionProperty = meta.properties[meta.versionProperty];
+ let sql = `${this.wrap(versionProperty.fieldName)} = `;
+
+ if (versionProperty.type.toLowerCase() === 'date') {
+ sql += this.platform.getCurrentTimestampSQL(versionProperty.length);
+ } else {
+ sql += this.wrap(versionProperty.fieldName) + ' + 1';
+ }
+
+ set.push(sql);
+ }
+
private processComplexParam(key: string, cond: any): any[] {
// unwind parameters when ? found in field name
const customExpression = key.match(/\\(.*\\)| |\\?/) && Array.isArray(cond);
@@ -371,7 +407,7 @@ export class QueryBuilderHelper {
return ' LIKE ?';
}
- if (Utils.isObject(value)) {
+ if (Utils.isObject(value) && !(value instanceof Date)) {
return this.processObjectValue(value);
}
diff --git a/ChangeSetPersister.ts b/ChangeSetPersister.ts
index 27ac633..23dbe0e 100644
--- a/ChangeSetPersister.ts
+++ b/ChangeSetPersister.ts
@@ -4,6 +4,7 @@ import { EntityIdentifier } from '../entity';
import { ChangeSet, ChangeSetType } from './ChangeSet';
import { IDatabaseDriver } from '..';
import { QueryResult } from '../connections';
+import { ValidationError } from '../utils';
export class ChangeSetPersister {
@@ -25,22 +26,50 @@ export class ChangeSetPersister {
}
private async persistEntity<T extends IEntityType<T>>(changeSet: ChangeSet<T>, meta: EntityMetadata<T>): Promise<void> {
+ let res: QueryResult | undefined;
+
if (changeSet.type === ChangeSetType.DELETE) {
await this.driver.nativeDelete(changeSet.name, changeSet.entity.__primaryKey);
} else if (changeSet.type === ChangeSetType.UPDATE) {
- const res = await this.driver.nativeUpdate(changeSet.name, changeSet.entity.__primaryKey, changeSet.payload);
+ res = await this.updateEntity(meta, changeSet);
this.mapReturnedValues(changeSet.entity, res, meta);
} else if (changeSet.entity.__primaryKey) { // ChangeSetType.CREATE with primary key
- const res = await this.driver.nativeInsert(changeSet.name, changeSet.payload);
+ res = await this.driver.nativeInsert(changeSet.name, changeSet.payload);
this.mapReturnedValues(changeSet.entity, res, meta);
delete changeSet.entity.__initialized;
} else { // ChangeSetType.CREATE without primary key
- const res = await this.driver.nativeInsert(changeSet.name, changeSet.payload);
+ res = await this.driver.nativeInsert(changeSet.name, changeSet.payload);
this.mapReturnedValues(changeSet.entity, res, meta);
changeSet.entity.__primaryKey = res.insertId;
this.identifierMap[changeSet.entity.__uuid].setValue(changeSet.entity.__primaryKey);
delete changeSet.entity.__initialized;
}
+
+ await this.processOptimisticLock(meta, changeSet, res);
+ }
+
+ private async updateEntity<T extends IEntityType<T>>(meta: EntityMetadata<T>, changeSet: ChangeSet<T>): Promise<QueryResult> {
+ if (!meta.versionProperty || !changeSet.entity[meta.versionProperty]) {
+ return this.driver.nativeUpdate(changeSet.name, changeSet.entity.__primaryKey, changeSet.payload);
+ }
+
+ const cond = {
+ [changeSet.entity.__primaryKeyField]: changeSet.entity.__primaryKey,
+ [meta.versionProperty]: changeSet.entity[meta.versionProperty],
+ };
+
+ return this.driver.nativeUpdate(changeSet.name, cond, changeSet.payload);
+ }
+
+ private async processOptimisticLock<T extends IEntityType<T>>(meta: EntityMetadata<T>, changeSet: ChangeSet<T>, res: QueryResult | undefined) {
+ if (meta.versionProperty && changeSet.type === ChangeSetType.UPDATE && res && !res.affectedRows) {
+ throw ValidationError.lockFailed(changeSet.entity);
+ }
+
+ if (meta.versionProperty && [ChangeSetType.CREATE, ChangeSetType.UPDATE].includes(changeSet.type)) {
+ const e = await this.driver.findOne<T>(meta.name, changeSet.entity.__primaryKey, [], {}, [meta.versionProperty]);
+ changeSet.entity[meta.versionProperty] = e![meta.versionProperty] as T[keyof T];
+ }
}
private processReference<T extends IEntityType<T>>(changeSet: ChangeSet<T>, prop: EntityProperty): void {
diff --git a/UnitOfWork.ts b/UnitOfWork.ts
index d3950cd..c885645 100644
--- a/UnitOfWork.ts
+++ b/UnitOfWork.ts
@@ -5,8 +5,8 @@ import { ChangeSetComputer } from './ChangeSetComputer';
import { ChangeSetPersister } from './ChangeSetPersister';
import { ChangeSet, ChangeSetType } from './ChangeSet';
import { EntityManager } from '../EntityManager';
-import { Utils } from '../utils';
-import { FilterQuery } from '..';
+import { Utils, ValidationError } from '../utils';
+import { FilterQuery, LockMode } from '..';
export class UnitOfWork {
@@ -112,6 +112,20 @@ export class UnitOfWork {
this.postCommitCleanup();
}
+ async lock<T extends IEntityType<T>>(entity: T, mode: LockMode, version?: number | Date): Promise<void> {
+ if (!this.getById(entity.constructor.name, entity.__primaryKey)) {
+ throw ValidationError.entityNotManaged(entity);
+ }
+
+ const meta = this.metadata[entity.constructor.name] as EntityMetadata<T>;
+
+ if (mode === LockMode.OPTIMISTIC) {
+ await this.lockOptimistic(entity, meta, version!);
+ } else if ([LockMode.NONE, LockMode.PESSIMISTIC_READ, LockMode.PESSIMISTIC_WRITE].includes(mode)) {
+ await this.lockPessimistic(entity, mode);
+ }
+ }
+
clear(): void {
Object.keys(this.identityMap).forEach(key => delete this.identityMap[key]);
Object.keys(this.originalEntityData).forEach(key => delete this.originalEntityData[key]);
@@ -324,5 +338,32 @@ export class UnitOfWork {
return prop.cascade && (prop.cascade.includes(type) || prop.cascade.includes(Cascade.ALL));
}
+ private async lockPessimistic<T extends IEntityType<T>>(entity: T, mode: LockMode): Promise<void> {
+ if (!this.em.getDriver().isInTransaction()) {
+ throw ValidationError.transactionRequired();
+ }
+
+ const qb = this.em.createQueryBuilder(entity.constructor.name);
+ await qb.select('1').where({ [entity.__primaryKeyField]: entity.__primaryKey }).setLockMode(mode).execute();
+ }
+
+ private async lockOptimistic<T extends IEntityType<T>>(entity: T, meta: EntityMetadata<T>, version: number | Date): Promise<void> {
+ if (!meta.versionProperty) {
+ throw ValidationError.notVersioned(meta);
+ }
+
+ if (!Utils.isDefined(version)) {
+ return;
+ }
+
+ if (!entity.isInitialized()) {
+ await entity.init();
+ }
+
+ if (entity[meta.versionProperty] !== version) {
+ throw ValidationError.lockFailedVersionMismatch(entity, version, entity[meta.versionProperty]);
+ }
+ }
+
}
diff --git a/enums.ts b/enums.ts
index 02058bc..40169c0 100644
--- a/enums.ts
+++ b/enums.ts
@@ -0,0 +1,6 @@
+export enum LockMode {
+ NONE = 0,
+ OPTIMISTIC = 1,
+ PESSIMISTIC_READ = 2,
+ PESSIMISTIC_WRITE = 3,
+}
diff --git a/Utils.ts b/Utils.ts
index bcc8507..70ba29e 100644
--- a/Utils.ts
+++ b/Utils.ts
@@ -7,6 +7,10 @@ import { ArrayCollection, Collection, ReferenceType } from '../entity';
export class Utils {
+ static isDefined(data: any): data is object {
+ return typeof data !== 'undefined';
+ }
+
static isObject<T = Record<string, any>>(o: any): o is T {
return !!o && typeof o === 'object' && !Array.isArray(o);
}
diff --git a/ValidationError.ts b/ValidationError.ts
index dcbbeea..9370548 100644
--- a/ValidationError.ts
+++ b/ValidationError.ts
@@ -1,8 +1,9 @@
import { EntityMetadata, EntityProperty, IEntity } from '../decorators';
+import { Utils } from './Utils';
export class ValidationError extends Error {
- constructor(message: string) {
+ constructor(message: string, private readonly entity?: IEntity) {
super(message);
Error.captureStackTrace(this, this.constructor);
@@ -10,6 +11,10 @@ export class ValidationError extends Error {
this.message = message;
}
+ getEntity(): IEntity | undefined {
+ return this.entity;
+ }
+
static fromWrongPropertyType(entity: IEntity, property: string, expectedType: string, givenType: string, givenValue: string): ValidationError {
const entityName = entity.constructor.name;
const msg = `Trying to set ${entityName}.${property} of type '${expectedType}' to '${givenValue}' of type '${givenType}'`;
@@ -56,11 +61,37 @@ export class ValidationError extends Error {
}
static fromMergeWithoutPK(meta: EntityMetadata): void {
- throw new Error(`You cannot merge entity '${meta.name}' without identifier!`);
+ throw new ValidationError(`You cannot merge entity '${meta.name}' without identifier!`);
}
static fromUnknownBaseEntity(meta: EntityMetadata): ValidationError {
- return new Error(`Entity '${meta.name}' extends unknown base entity '${meta.extends}', please make sure to provide it in 'entities' array when initializing the ORM`);
+ return new ValidationError(`Entity '${meta.name}' extends unknown base entity '${meta.extends}', please make sure to provide it in 'entities' array when initializing the ORM`);
+ }
+
+ static transactionRequired(): ValidationError {
+ return new ValidationError('An open transaction is required for this operation');
+ }
+
+ static entityNotManaged(entity: IEntity): ValidationError {
+ return new ValidationError(`Entity ${entity.constructor.name} is not managed. An entity is managed if its fetched from the database or registered as new through EntityManager.persist()`);
+ }
+
+ static notVersioned(meta: EntityMetadata): ValidationError {
+ return new ValidationError(`Cannot obtain optimistic lock on unversioned entity ${meta.name}`);
+ }
+
+ static lockFailed(entityOrName: IEntity | string): ValidationError {
+ const name = Utils.isString(entityOrName) ? entityOrName : entityOrName.constructor.name;
+ const entity = Utils.isString(entityOrName) ? undefined : entityOrName;
+
+ return new ValidationError(`The optimistic lock on entity ${name} failed`, entity);
+ }
+
+ static lockFailedVersionMismatch(entity: IEntity, expectedLockVersion: number | Date, actualLockVersion: number | Date): ValidationError {
+ expectedLockVersion = expectedLockVersion instanceof Date ? expectedLockVersion.getTime() : expectedLockVersion;
+ actualLockVersion = actualLockVersion instanceof Date ? actualLockVersion.getTime() : actualLockVersion;
+
+ return new ValidationError(`The optimistic lock failed, version ${expectedLockVersion} was expected, but is actually ${actualLockVersion}`, entity);
}
private static fromMessage(meta: EntityMetadata, prop: EntityProperty, message: string): ValidationError {
diff --git a/EntityManager.mysql.test.ts b/EntityManager.mysql.test.ts
index e1545ac..c98c5c1 100644
--- a/EntityManager.mysql.test.ts
+++ b/EntityManager.mysql.test.ts
@@ -1,9 +1,9 @@
import { v4 } from 'uuid';
-import { Collection, Configuration, EntityManager, MikroORM, QueryOrder, Utils } from '../lib';
+import { Collection, Configuration, EntityManager, LockMode, MikroORM, QueryOrder, Utils } from '../lib';
import { Author2, Book2, BookTag2, FooBar2, FooBaz2, Publisher2, PublisherType, Test2 } from './entities-sql';
import { initORMMySql, wipeDatabaseMySql } from './bootstrap';
import { MySqlDriver } from '../lib/drivers/MySqlDriver';
-import { Logger } from '../lib/utils';
+import { Logger, ValidationError } from '../lib/utils';
import { MySqlConnection } from '../lib/connections/MySqlConnection';
/**
@@ -364,6 +364,156 @@ describe('EntityManagerMySql', () => {
expect(authors[2].name).toBe('Author 3');
});
+ test('findOne supports optimistic locking [testMultipleFlushesDoIncrementalUpdates]', async () => {
+ const test = new Test2();
+
+ for (let i = 0; i < 5; i++) {
+ test.name = 'test' + i;
+ await orm.em.persistAndFlush(test);
+ expect(typeof test.version).toBe('number');
+ expect(test.version).toBe(i + 1);
+ }
+ });
+
+ test('findOne supports optimistic locking [testStandardFailureThrowsException]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ expect(typeof test.version).toBe('number');
+ expect(test.version).toBe(1);
+ orm.em.clear();
+
+ const test2 = await orm.em.findOne(Test2, test.id);
+ await orm.em.nativeUpdate(Test2, { id: test.id }, { name: 'Changed!' }); // simulate concurrent update
+ test2!.name = 'WHATT???';
+
+ try {
+ await orm.em.flush();
+ expect(1).toBe('should be unreachable');
+ } catch (e) {
+ expect(e).toBeInstanceOf(ValidationError);
+ expect(e.message).toBe(`The optimistic lock on entity Test2 failed`);
+ expect((e as ValidationError).getEntity()).toBe(test2);
+ }
+ });
+
+ test('findOne supports optimistic locking [versioned proxy]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ orm.em.clear();
+
+ const proxy = orm.em.getReference(Test2, test.id);
+ await orm.em.lock(proxy, LockMode.OPTIMISTIC, 1);
+ expect(proxy.isInitialized()).toBe(true);
+ });
+
+ test('findOne supports optimistic locking [versioned entity]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ orm.em.clear();
+
+ const test2 = await orm.em.findOne(Test2, test.id, { lockMode: LockMode.OPTIMISTIC, lockVersion: test.version });
+ await orm.em.lock(test2!, LockMode.OPTIMISTIC, test.version);
+ const test3 = await orm.em.findOne(Test2, test.id, { lockMode: LockMode.OPTIMISTIC, lockVersion: test.version });
+ expect(test3).toBe(test2);
+ });
+
+ test('findOne supports optimistic locking [testOptimisticTimestampLockFailureThrowsException]', async () => {
+ const bar = FooBar2.create('Testing');
+ expect(bar.version).toBeUndefined();
+ await orm.em.persistAndFlush(bar);
+ expect(bar.version).toBeInstanceOf(Date);
+ orm.em.clear();
+
+ const bar2 = (await orm.em.findOne(FooBar2, bar.id))!;
+ expect(bar2.version).toBeInstanceOf(Date);
+
+ try {
+ // Try to lock the record with an older timestamp and it should throw an exception
+ const expectedVersionExpired = new Date(+bar2.version - 3600);
+ await orm.em.lock(bar2, LockMode.OPTIMISTIC, expectedVersionExpired);
+ expect(1).toBe('should be unreachable');
+ } catch (e) {
+ expect((e as ValidationError).getEntity()).toBe(bar2);
+ }
+ });
+
+ test('findOne supports optimistic locking [unversioned entity]', async () => {
+ const author = new Author2('name', 'email');
+ await orm.em.persistAndFlush(author);
+ await expect(orm.em.lock(author, LockMode.OPTIMISTIC)).rejects.toThrowError('Cannot obtain optimistic lock on unversioned entity Author2');
+ await expect(orm.em.findOne(Author2, author.id, { lockMode: LockMode.OPTIMISTIC })).rejects.toThrowError('Cannot obtain optimistic lock on unversioned entity Author2');
+ });
+
+ test('lock supports optimistic locking [versioned entity]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ await orm.em.lock(test, undefined!);
+ await orm.em.lock(test, LockMode.OPTIMISTIC);
+ await orm.em.lock(test, LockMode.OPTIMISTIC, test.version);
+ });
+
+ test('lock supports optimistic locking [version mismatch]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ await expect(orm.em.lock(test, LockMode.OPTIMISTIC, test.version + 1)).rejects.toThrowError('The optimistic lock failed, version 2 was expected, but is actually 1');
+ });
+
+ test('lock supports optimistic locking [testLockUnmanagedEntityThrowsException]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await expect(orm.em.lock(test, LockMode.OPTIMISTIC)).rejects.toThrowError('Entity Test2 is not managed. An entity is managed if its fetched from the database or registered as new through EntityManager.persist()');
+ });
+
+ test('pessimistic locking requires active transaction', async () => {
+ const test = Test2.create('Lock test');
+ await orm.em.persistAndFlush(test);
+ await expect(orm.em.findOne(Test2, test.id, { lockMode: LockMode.PESSIMISTIC_READ })).rejects.toThrowError('An open transaction is required for this operation');
+ await expect(orm.em.findOne(Test2, test.id, { lockMode: LockMode.PESSIMISTIC_WRITE })).rejects.toThrowError('An open transaction is required for this operation');
+ await expect(orm.em.lock(test, LockMode.PESSIMISTIC_READ)).rejects.toThrowError('An open transaction is required for this operation');
+ await expect(orm.em.lock(test, LockMode.PESSIMISTIC_WRITE)).rejects.toThrowError('An open transaction is required for this operation');
+ });
+
+ test('lock supports pessimistic locking [pessimistic write]', async () => {
+ const author = new Author2('name', 'email');
+ await orm.em.persistAndFlush(author);
+
+ const mock = jest.fn();
+ const logger = new Logger(mock, true);
+ Object.assign(orm.em.getConnection(), { logger });
+
+ await orm.em.transactional(async em => {
+ await em.lock(author, LockMode.PESSIMISTIC_WRITE);
+ });
+
+ expect(mock.mock.calls.length).toBe(3);
+ expect(mock.mock.calls[0][0]).toMatch('START TRANSACTION');
+ expect(mock.mock.calls[1][0]).toMatch('SELECT 1 FROM `author2` AS `e0` WHERE `e0`.`id` = ? FOR UPDATE');
+ expect(mock.mock.calls[2][0]).toMatch('COMMIT');
+ });
+
+ test('lock supports pessimistic locking [pessimistic read]', async () => {
+ const author = new Author2('name', 'email');
+ await orm.em.persistAndFlush(author);
+
+ const mock = jest.fn();
+ const logger = new Logger(mock, true);
+ Object.assign(orm.em.getConnection(), { logger });
+
+ await orm.em.transactional(async em => {
+ await em.lock(author, LockMode.PESSIMISTIC_READ);
+ });
+
+ expect(mock.mock.calls.length).toBe(3);
+ expect(mock.mock.calls[0][0]).toMatch('START TRANSACTION');
+ expect(mock.mock.calls[1][0]).toMatch('SELECT 1 FROM `author2` AS `e0` WHERE `e0`.`id` = ? LOCK IN SHARE MODE');
+ expect(mock.mock.calls[2][0]).toMatch('COMMIT');
+ });
+
test('custom query expressions via query builder', async () => {
const god = new Author2('God', '[email protected]');
const bible = new Book2('Bible', god);
diff --git a/EntityManager.postgre.test.ts b/EntityManager.postgre.test.ts
index 32f08ed..02060a6 100644
--- a/EntityManager.postgre.test.ts
+++ b/EntityManager.postgre.test.ts
@@ -1,9 +1,9 @@
import { v4 } from 'uuid';
-import { Collection, Configuration, EntityManager, MikroORM, Utils } from '../lib';
-import { Author2, Book2, BookTag2, Publisher2, PublisherType, Test2 } from './entities-sql';
+import { Collection, Configuration, EntityManager, LockMode, MikroORM, Utils } from '../lib';
+import { Author2, Book2, BookTag2, FooBar2, Publisher2, PublisherType, Test2 } from './entities-sql';
import { initORMPostgreSql, wipeDatabasePostgreSql } from './bootstrap';
import { PostgreSqlDriver } from '../lib/drivers/PostgreSqlDriver';
-import { Logger } from '../lib/utils';
+import { Logger, ValidationError } from '../lib/utils';
import { PostgreSqlConnection } from '../lib/connections/PostgreSqlConnection';
/**
@@ -330,6 +330,151 @@ describe('EntityManagerPostgre', () => {
expect(authors[2].name).toBe('Author 3');
});
+ test('findOne supports optimistic locking [testMultipleFlushesDoIncrementalUpdates]', async () => {
+ const test = new Test2();
+
+ for (let i = 0; i < 5; i++) {
+ test.name = 'test' + i;
+ await orm.em.persistAndFlush(test);
+ expect(typeof test.version).toBe('number');
+ expect(test.version).toBe(i + 1);
+ }
+ });
+
+ test('findOne supports optimistic locking [testStandardFailureThrowsException]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ expect(typeof test.version).toBe('number');
+ expect(test.version).toBe(1);
+ orm.em.clear();
+
+ const test2 = await orm.em.findOne(Test2, test.id);
+ await orm.em.nativeUpdate(Test2, { id: test.id }, { name: 'Changed!' }); // simulate concurrent update
+ test2!.name = 'WHATT???';
+
+ try {
+ await orm.em.flush();
+ expect(1).toBe('should be unreachable');
+ } catch (e) {
+ expect(e).toBeInstanceOf(ValidationError);
+ expect(e.message).toBe(`The optimistic lock on entity Test2 failed`);
+ expect((e as ValidationError).getEntity()).toBe(test2);
+ }
+ });
+
+ test('findOne supports optimistic locking [versioned proxy]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ orm.em.clear();
+
+ const proxy = orm.em.getReference(Test2, test.id);
+ await orm.em.lock(proxy, LockMode.OPTIMISTIC, 1);
+ expect(proxy.isInitialized()).toBe(true);
+ });
+
+ test('findOne supports optimistic locking [versioned proxy]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ orm.em.clear();
+
+ const test2 = await orm.em.findOne(Test2, test.id);
+ await orm.em.lock(test2!, LockMode.OPTIMISTIC, test.version);
+ });
+
+ test('findOne supports optimistic locking [testOptimisticTimestampLockFailureThrowsException]', async () => {
+ const bar = FooBar2.create('Testing');
+ expect(bar.version).toBeUndefined();
+ await orm.em.persistAndFlush(bar);
+ expect(bar.version).toBeInstanceOf(Date);
+ orm.em.clear();
+
+ const bar2 = (await orm.em.findOne(FooBar2, bar.id))!;
+ expect(bar2.version).toBeInstanceOf(Date);
+
+ try {
+ // Try to lock the record with an older timestamp and it should throw an exception
+ const expectedVersionExpired = new Date(+bar2.version - 3600);
+ await orm.em.lock(bar2, LockMode.OPTIMISTIC, expectedVersionExpired);
+ expect(1).toBe('should be unreachable');
+ } catch (e) {
+ expect((e as ValidationError).getEntity()).toBe(bar2);
+ }
+ });
+
+ test('findOne supports optimistic locking [unversioned entity]', async () => {
+ const author = new Author2('name', 'email');
+ await orm.em.persistAndFlush(author);
+ await expect(orm.em.lock(author, LockMode.OPTIMISTIC)).rejects.toThrowError('Cannot obtain optimistic lock on unversioned entity Author2');
+ });
+
+ test('findOne supports optimistic locking [versioned entity]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ await orm.em.lock(test, LockMode.OPTIMISTIC, test.version);
+ });
+
+ test('findOne supports optimistic locking [version mismatch]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ await expect(orm.em.lock(test, LockMode.OPTIMISTIC, test.version + 1)).rejects.toThrowError('The optimistic lock failed, version 2 was expected, but is actually 1');
+ });
+
+ test('findOne supports optimistic locking [testLockUnmanagedEntityThrowsException]', async () => {
+ const test = new Test2();
+ test.name = 'test';
+ await expect(orm.em.lock(test, LockMode.OPTIMISTIC)).rejects.toThrowError('Entity Test2 is not managed. An entity is managed if its fetched from the database or registered as new through EntityManager.persist()');
+ });
+
+ test('pessimistic locking requires active transaction', async () => {
+ const test = Test2.create('Lock test');
+ await orm.em.persistAndFlush(test);
+ await expect(orm.em.findOne(Test2, test.id, { lockMode: LockMode.PESSIMISTIC_READ })).rejects.toThrowError('An open transaction is required for this operation');
+ await expect(orm.em.findOne(Test2, test.id, { lockMode: LockMode.PESSIMISTIC_WRITE })).rejects.toThrowError('An open transaction is required for this operation');
+ await expect(orm.em.lock(test, LockMode.PESSIMISTIC_READ)).rejects.toThrowError('An open transaction is required for this operation');
+ await expect(orm.em.lock(test, LockMode.PESSIMISTIC_WRITE)).rejects.toThrowError('An open transaction is required for this operation');
+ });
+
+ test('findOne supports pessimistic locking [pessimistic write]', async () => {
+ const author = new Author2('name', 'email');
+ await orm.em.persistAndFlush(author);
+
+ const mock = jest.fn();
+ const logger = new Logger(mock, true);
+ Object.assign(orm.em.getConnection(), { logger });
+
+ await orm.em.transactional(async em => {
+ await em.lock(author, LockMode.PESSIMISTIC_WRITE);
+ });
+
+ expect(mock.mock.calls.length).toBe(3);
+ expect(mock.mock.calls[0][0]).toMatch('START TRANSACTION');
+ expect(mock.mock.calls[1][0]).toMatch('SELECT 1 FROM "author2" AS "e0" WHERE "e0"."id" = $1 FOR UPDATE');
+ expect(mock.mock.calls[2][0]).toMatch('COMMIT');
+ });
+
+ test('findOne supports pessimistic locking [pessimistic read]', async () => {
+ const author = new Author2('name', 'email');
+ await orm.em.persistAndFlush(author);
+
+ const mock = jest.fn();
+ const logger = new Logger(mock, true);
+ Object.assign(orm.em.getConnection(), { logger });
+
+ await orm.em.transactional(async em => {
+ await em.lock(author, LockMode.PESSIMISTIC_READ);
+ });
+
+ expect(mock.mock.calls.length).toBe(3);
+ expect(mock.mock.calls[0][0]).toMatch('START TRANSACTION');
+ expect(mock.mock.calls[1][0]).toMatch('SELECT 1 FROM "author2" AS "e0" WHERE "e0"."id" = $1 FOR SHARE');
+ expect(mock.mock.calls[2][0]).toMatch('COMMIT');
+ });
+
test('stable results of serialization', async () => {
const god = new Author2('God', '[email protected]');
const bible = new Book2('Bible', god);
diff --git a/EntityManager.sqlite.test.ts b/EntityManager.sqlite.test.ts
index 4c9f70a..82c9763 100644
--- a/EntityManager.sqlite.test.ts
+++ b/EntityManager.sqlite.test.ts
@@ -1,8 +1,8 @@
import { unlinkSync } from 'fs';
-import { Collection, EntityManager, JavaScriptMetadataProvider, MikroORM, Utils } from '../lib';
+import { Collection, EntityManager, JavaScriptMetadataProvider, LockMode, MikroORM, Utils } from '../lib';
import { initORMSqlite, wipeDatabaseSqlite } from './bootstrap';
import { SqliteDriver } from '../lib/drivers/SqliteDriver';
-import { Logger } from '../lib/utils';
+import { Logger, ValidationError } from '../lib/utils';
import { EntityMetadata } from '../lib/decorators';
const { Author3 } = require('./entities-js').Author3;
@@ -288,6 +288,151 @@ describe('EntityManagerSqlite', () => {
expect(authors[2].name).toBe('Author 3');
});
+ test('findOne supports optimistic locking [testMultipleFlushesDoIncrementalUpdates]', async () => {
+ const test = new Test3();
+
+ for (let i = 0; i < 5; i++) {
+ test.name = 'test' + i;
+ await orm.em.persistAndFlush(test);
+ expect(typeof test.version).toBe('number');
+ expect(test.version).toBe(i + 1);
+ }
+ });
+
+ test('findOne supports optimistic locking [testStandardFailureThrowsException]', async () => {
+ const test = new Test3();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ expect(typeof test.version).toBe('number');
+ expect(test.version).toBe(1);
+ orm.em.clear();
+
+ const test2 = await orm.em.findOne<any>(Test3, test.id);
+ await orm.em.nativeUpdate(Test3, { id: test.id }, { name: 'Changed!' }); // simulate concurrent update
+ test2!.name = 'WHATT???';
+
+ try {
+ await orm.em.flush();
+ expect(1).toBe('should be unreachable');
+ } catch (e) {
+ expect(e).toBeInstanceOf(ValidationError);
+ expect(e.message).toBe(`The optimistic lock on entity Test3 failed`);
+ expect((e as ValidationError).getEntity()).toBe(test2);
+ }
+ });
+
+ test('findOne supports optimistic locking [versioned proxy]', async () => {
+ const test = new Test3();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ orm.em.clear();
+
+ const proxy = orm.em.getReference(Test3, test.id);
+ await orm.em.lock(proxy, LockMode.OPTIMISTIC, 1);
+ expect(proxy.isInitialized()).toBe(true);
+ });
+
+ test('findOne supports optimistic locking [versioned proxy]', async () => {
+ const test = new Test3();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ orm.em.clear();
+
+ const test2 = await orm.em.findOne(Test3, test.id);
+ await orm.em.lock(test2!, LockMode.OPTIMISTIC, test.version);
+ });
+
+ test('findOne supports optimistic locking [testOptimisticTimestampLockFailureThrowsException]', async () => {
+ const tag = new BookTag3('Testing');
+ expect(tag.version).toBeUndefined();
+ await orm.em.persistAndFlush(tag);
+ expect(tag.version).toBeInstanceOf(Date);
+ orm.em.clear();
+
+ const tag2 = (await orm.em.findOne<any>(BookTag3, tag.id))!;
+ expect(tag2.version).toBeInstanceOf(Date);
+
+ try {
+ // Try to lock the record with an older timestamp and it should throw an exception
+ const expectedVersionExpired = new Date(+tag2.version - 3600);
+ await orm.em.lock(tag2, LockMode.OPTIMISTIC, expectedVersionExpired);
+ expect(1).toBe('should be unreachable');
+ } catch (e) {
+ expect((e as ValidationError).getEntity()).toBe(tag2);
+ }
+ });
+
+ test('findOne supports optimistic locking [unversioned entity]', async () => {
+ const author = new Author3('name', 'email');
+ await orm.em.persistAndFlush(author);
+ await expect(orm.em.lock(author, LockMode.OPTIMISTIC)).rejects.toThrowError('Cannot obtain optimistic lock on unversioned entity Author3');
+ });
+
+ test('findOne supports optimistic locking [versioned entity]', async () => {
+ const test = new Test3();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ await orm.em.lock(test, LockMode.OPTIMISTIC, test.version);
+ });
+
+ test('findOne supports optimistic locking [version mismatch]', async () => {
+ const test = new Test3();
+ test.name = 'test';
+ await orm.em.persistAndFlush(test);
+ await expect(orm.em.lock(test, LockMode.OPTIMISTIC, test.version + 1)).rejects.toThrowError('The optimistic lock failed, version 2 was expected, but is actually 1');
+ });
+
+ test('findOne supports optimistic locking [testLockUnmanagedEntityThrowsException]', async () => {
+ const test = new Test3();
+ test.name = 'test';
+ await expect(orm.em.lock(test, LockMode.OPTIMISTIC)).rejects.toThrowError('Entity Test3 is not managed. An entity is managed if its fetched from the database or registered as new through EntityManager.persist()');
+ });
+
+ test('pessimistic locking requires active transaction', async () => {
+ const test = Test3.create('Lock test');
+ await orm.em.persistAndFlush(test);
+ await expect(orm.em.findOne(Test3, test.id, { lockMode: LockMode.PESSIMISTIC_READ })).rejects.toThrowError('An open transaction is required for this operation');
+ await expect(orm.em.findOne(Test3, test.id, { lockMode: LockMode.PESSIMISTIC_WRITE })).rejects.toThrowError('An open transaction is required for this operation');
+ await expect(orm.em.lock(test, LockMode.PESSIMISTIC_READ)).rejects.toThrowError('An open transaction is required for this operation');
+ await expect(orm.em.lock(test, LockMode.PESSIMISTIC_WRITE)).rejects.toThrowError('An open transaction is required for this operation');
+ });
+
+ test('findOne does not support pessimistic locking [pessimistic write]', async () => {
+ const author = new Author3('name', 'email');
+ await orm.em.persistAndFlush(author);
+
+ const mock = jest.fn();
+ const logger = new Logger(mock, true);
+ Object.assign(orm.em.getConnection(), { logger });
+
+ await orm.em.transactional(async em => {
+ await em.lock(author, LockMode.PESSIMISTIC_WRITE);
+ });
+
+ expect(mock.mock.calls.length).toBe(3);
+ expect(mock.mock.calls[0][0]).toMatch('BEGIN');
+ expect(mock.mock.calls[1][0]).toMatch('SELECT 1 FROM "author3" AS "e0" WHERE "e0"."id" = ?');
+ expect(mock.mock.calls[2][0]).toMatch('COMMIT');
+ });
+
+ test('findOne does not support pessimistic locking [pessimistic read]', async () => {
+ const author = new Author3('name', 'email');
+ await orm.em.persistAndFlush(author);
+
+ const mock = jest.fn();
+ const logger = new Logger(mock, true);
+ Object.assign(orm.em.getConnection(), { logger });
+
+ await orm.em.transactional(async em => {
+ await em.lock(author, LockMode.PESSIMISTIC_READ);
+ });
+
+ expect(mock.mock.calls.length).toBe(3);
+ expect(mock.mock.calls[0][0]).toMatch('BEGIN');
+ expect(mock.mock.calls[1][0]).toMatch('SELECT 1 FROM "author3" AS "e0" WHERE "e0"."id" = ?');
+ expect(mock.mock.calls[2][0]).toMatch('COMMIT');
+ });
+
test('stable results of serialization', async () => {
const god = new Author3('God', '[email protected]');
const bible = new Book3('Bible', god);
diff --git a/QueryBuilder.test.ts b/QueryBuilder.test.ts
index ccee6cc..8a94b02 100644
--- a/QueryBuilder.test.ts
+++ b/QueryBuilder.test.ts
@@ -1,6 +1,6 @@
import { Author2, Book2, BookTag2, FooBar2, FooBaz2, Publisher2, PublisherType, Test2 } from './entities-sql';
import { initORMMySql } from './bootstrap';
-import { MikroORM, QueryOrder } from '../lib';
+import { LockMode, MikroORM, QueryOrder } from '../lib';
/**
* @class QueryBuilderTest
@@ -527,6 +527,35 @@ describe('QueryBuilder', () => {
expect(qb.getParams()).toEqual(['test 123']);
});
+ test('select with locking', async () => {
+ const qb1 = orm.em.createQueryBuilder(Test2);
+ qb1.select('*').where({ title: 'test 123' }).setLockMode(LockMode.OPTIMISTIC);
+ expect(qb1.getQuery()).toEqual('SELECT `e0`.* FROM `test2` AS `e0` WHERE `e0`.`title` = ?');
+
+ await orm.em.beginTransaction();
+ const qb2 = orm.em.createQueryBuilder(Book2);
+ qb2.select('*').where({ title: 'test 123' }).setLockMode(LockMode.NONE);
+ expect(qb2.getQuery()).toEqual('SELECT `e0`.* FROM `book2` AS `e0` WHERE `e0`.`title` = ?');
+
+ const qb3 = orm.em.createQueryBuilder(Book2);
+ qb3.select('*').where({ title: 'test 123' }).setLockMode(LockMode.PESSIMISTIC_READ);
+ expect(qb3.getQuery()).toEqual('SELECT `e0`.* FROM `book2` AS `e0` WHERE `e0`.`title` = ? LOCK IN SHARE MODE');
+
+ const qb4 = orm.em.createQueryBuilder(Book2);
+ qb4.select('*').where({ title: 'test 123' }).setLockMode(LockMode.PESSIMISTIC_WRITE);
+ expect(qb4.getQuery()).toEqual('SELECT `e0`.* FROM `book2` AS `e0` WHERE `e0`.`title` = ? FOR UPDATE');
+ await orm.em.commit();
+ });
+
+ test('pessimistic locking requires active transaction', async () => {
+ const qb = orm.em.createQueryBuilder(Author2);
+ qb.select('*').where({ name: '...' });
+ expect(() => qb.setLockMode(LockMode.NONE)).toThrowError('An open transaction is required for this operation');
+ expect(() => qb.setLockMode(LockMode.PESSIMISTIC_READ)).toThrowError('An open transaction is required for this operation');
+ expect(() => qb.setLockMode(LockMode.PESSIMISTIC_WRITE)).toThrowError('An open transaction is required for this operation');
+ expect(() => qb.setLockMode(LockMode.OPTIMISTIC).getQuery()).toThrowError('The optimistic lock on entity Author2 failed');
+ });
+
test('insert query', async () => {
const qb1 = orm.em.createQueryBuilder(Publisher2);
qb1.insert({ name: 'test 123', type: PublisherType.GLOBAL });
diff --git a/SchemaGenerator.test.ts.snap b/SchemaGenerator.test.ts.snap
index 04a0020..92b6786 100644
--- a/SchemaGenerator.test.ts.snap
+++ b/SchemaGenerator.test.ts.snap
@@ -68,6 +68,7 @@ CREATE TABLE \\`test2\\` (
\\`id\\` int(11) unsigned NOT NULL AUTO_INCREMENT,
\\`name\\` varchar(255) DEFAULT NULL,
\\`book_uuid_pk\\` varchar(36) UNIQUE DEFAULT NULL,
+ \\`version\\` int(11) NOT NULL DEFAULT 1,
PRIMARY KEY (\\`id\\`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
@@ -79,6 +80,7 @@ CREATE TABLE \\`foo_bar2\\` (
\\`name\\` varchar(255) NOT NULL,
\\`baz_id\\` int(11) unsigned UNIQUE DEFAULT NULL,
\\`foo_bar_id\\` int(11) unsigned UNIQUE DEFAULT NULL,
+ \\`version\\` datetime(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3),
PRIMARY KEY (\\`id\\`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
@@ -222,6 +224,7 @@ CREATE TABLE \\\\"test2\\\\" (
\\\\"id\\\\" int check (\\\\"id\\\\" > 0) NOT NULL DEFAULT NEXTVAL('test2_seq'),
\\\\"name\\\\" varchar(255) DEFAULT NULL,
\\\\"book_uuid_pk\\\\" varchar(36) UNIQUE DEFAULT NULL,
+ \\\\"version\\\\" int NOT NULL DEFAULT 1,
PRIMARY KEY (\\\\"id\\\\")
);
@@ -235,6 +238,7 @@ CREATE TABLE \\\\"foo_bar2\\\\" (
\\\\"name\\\\" varchar(255) NOT NULL,
\\\\"baz_id\\\\" int check (\\\\"baz_id\\\\" > 0) UNIQUE DEFAULT NULL,
\\\\"foo_bar_id\\\\" int check (\\\\"foo_bar_id\\\\" > 0) UNIQUE DEFAULT NULL,
+ \\\\"version\\\\" timestamp(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3),
PRIMARY KEY (\\\\"id\\\\")
);
@@ -338,7 +342,8 @@ DROP TABLE IF EXISTS \\\\"book_tag3\\\\";
CREATE TABLE \\\\"book_tag3\\\\" (
\\\\"id\\\\" INTEGER PRIMARY KEY AUTOINCREMENT,
- \\\\"name\\\\" TEXT NOT NULL
+ \\\\"name\\\\" TEXT NOT NULL,
+ \\\\"version\\\\" TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP
);
@@ -355,7 +360,8 @@ DROP TABLE IF EXISTS \\\\"test3\\\\";
CREATE TABLE \\\\"test3\\\\" (
\\\\"id\\\\" INTEGER PRIMARY KEY AUTOINCREMENT,
- \\\\"name\\\\" TEXT DEFAULT NULL
+ \\\\"name\\\\" TEXT DEFAULT NULL,
+ \\\\"version\\\\" INTEGER NOT NULL DEFAULT 1
);
diff --git a/BookTag3.js b/BookTag3.js
index 6c04b29..309722e 100644
--- a/BookTag3.js
+++ b/BookTag3.js
@@ -29,6 +29,10 @@ const schema = {
mappedBy: 'tags',
type: 'Book3',
},
+ version: {
+ version: true,
+ type: 'Date',
+ },
},
path: __filename,
};
diff --git a/Test3.js b/Test3.js
index 1deef56..6d80e58 100644
--- a/Test3.js
+++ b/Test3.js
@@ -27,6 +27,10 @@ const schema = {
type: 'string',
nullable: true,
},
+ version: {
+ version: true,
+ type: 'number',
+ },
},
path: __filename,
};
diff --git a/FooBar2.ts b/FooBar2.ts
index e70d8fe..9400dc2 100644
--- a/FooBar2.ts
+++ b/FooBar2.ts
@@ -17,6 +17,9 @@ export class FooBar2 extends BaseEntity22 {
@OneToOne({ owner: true })
fooBar: FooBar2;
+ @Property({ version: true })
+ version: Date;
+
static create(name: string) {
const bar = new FooBar2();
bar.name = name;
diff --git a/Test2.ts b/Test2.ts
index dffd452..a0dddcc 100644
--- a/Test2.ts
+++ b/Test2.ts
@@ -13,6 +13,9 @@ export class Test2 {
@OneToOne({ cascade: [], inversedBy: 'test' })
book: Book2;
+ @Property({ version: true })
+ version: number;
+
static create(name: string) {
const t = new Test2();
t.name = name;
diff --git a/mysql-schema.sql b/mysql-schema.sql
index c832295..ed53434 100644
--- a/mysql-schema.sql
+++ b/mysql-schema.sql
@@ -66,6 +66,7 @@ CREATE TABLE `test2` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`book_uuid_pk` varchar(36) UNIQUE DEFAULT NULL,
+ `version` int(11) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
@@ -77,6 +78,7 @@ CREATE TABLE `foo_bar2` (
`name` varchar(255) NOT NULL,
`baz_id` int(11) unsigned UNIQUE DEFAULT NULL,
`foo_bar_id` int(11) unsigned UNIQUE DEFAULT NULL,
+ `version` datetime(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3),
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
diff --git a/postgre-schema.sql b/postgre-schema.sql
index 7df69d5..5ed2abb 100644
--- a/postgre-schema.sql
+++ b/postgre-schema.sql
@@ -71,6 +71,7 @@ CREATE TABLE "test2" (
"id" int check ("id" > 0) NOT NULL DEFAULT NEXTVAL('test2_seq'),
"name" varchar(255) DEFAULT NULL,
"book_uuid_pk" varchar(36) UNIQUE DEFAULT NULL,
+ "version" int NOT NULL DEFAULT 1,
PRIMARY KEY ("id")
);
@@ -84,6 +85,7 @@ CREATE TABLE "foo_bar2" (
"name" varchar(255) NOT NULL,
"baz_id" int check ("baz_id" > 0) UNIQUE DEFAULT NULL,
"foo_bar_id" int check ("foo_bar_id" > 0) UNIQUE DEFAULT NULL,
+ "version" timestamp(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3),
PRIMARY KEY ("id")
);
diff --git a/sqlite-schema.sql b/sqlite-schema.sql
index 0d4e056..477189d 100644
--- a/sqlite-schema.sql
+++ b/sqlite-schema.sql
@@ -29,7 +29,8 @@ DROP TABLE IF EXISTS "book_tag3";
CREATE TABLE "book_tag3" (
"id" INTEGER PRIMARY KEY AUTOINCREMENT,
- "name" TEXT NOT NULL
+ "name" TEXT NOT NULL,
+ "version" TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP
);
@@ -46,7 +47,8 @@ DROP TABLE IF EXISTS "test3";
CREATE TABLE "test3" (
"id" INTEGER PRIMARY KEY AUTOINCREMENT,
- "name" TEXT DEFAULT NULL
+ "name" TEXT DEFAULT NULL,
+ "version" INTEGER NOT NULL DEFAULT 1
);
|
|
feat(core): log number of results
|
261b3d95ac225b819a26b67a65f4c32c3e34e52f
|
feat
|
https://github.com/mikro-orm/mikro-orm/commit/261b3d95ac225b819a26b67a65f4c32c3e34e52f
|
log number of results
|
diff --git a/Connection.ts b/Connection.ts
index 7631d0e..d6b5db5 100644
--- a/Connection.ts
+++ b/Connection.ts
@@ -107,7 +107,7 @@ export abstract class Connection {
try {
const res = await cb();
- this.logQuery(query, { ...context, took: Date.now() - now });
+ this.logQuery(query, { ...context, took: Date.now() - now, results: Array.isArray(res) ? res.length : undefined });
return res;
} catch (e) {
diff --git a/DefaultLogger.ts b/DefaultLogger.ts
index eb272bc..d6d57f6 100644
--- a/DefaultLogger.ts
+++ b/DefaultLogger.ts
@@ -1,5 +1,4 @@
import type { Logger, LoggerNamespace, LogContext, LoggerOptions } from './Logger';
-import { Utils } from '../utils/Utils';
import { colors } from './colors';
export class DefaultLogger implements Logger {
@@ -69,8 +68,15 @@ export class DefaultLogger implements Logger {
}
/* istanbul ignore next */
- const query = this.highlighter?.highlight(context.query) ?? context.query;
- let msg = query + (Utils.isDefined(context.took) ? colors.grey(` [took ${context.took} ms]`) : '');
+ let msg = this.highlighter?.highlight(context.query) ?? context.query;
+
+ if (context.took) {
+ if (context.results) {
+ msg += colors.grey(` [took ${context.took} ms, ${context.results} result${context.results > 1 ? 's' : ''}]`);
+ } else {
+ msg += colors.grey(` [took ${context.took} ms]`);
+ }
+ }
if (this.usesReplicas && context.connection) {
msg += colors.cyan(` (via ${context.connection.type} connection '${context.connection.name}')`);
diff --git a/Logger.ts b/Logger.ts
index e652219..7c45e25 100644
--- a/Logger.ts
+++ b/Logger.ts
@@ -37,6 +37,7 @@ export interface LogContext {
query?: string;
params?: unknown[];
took?: number;
+ results?: number;
level?: 'info' | 'warning' | 'error';
connection?: {
type?: string;
diff --git a/MongoConnection.ts b/MongoConnection.ts
index 9bc98a9..40fc900 100644
--- a/MongoConnection.ts
+++ b/MongoConnection.ts
@@ -181,7 +181,7 @@ export class MongoConnection extends Connection {
const now = Date.now();
const res = await resultSet.toArray();
- this.logQuery(`${query}.toArray();`, { took: Date.now() - now });
+ this.logQuery(`${query}.toArray();`, { took: Date.now() - now, results: res.length });
return res as EntityData<T>[];
}
@@ -212,8 +212,8 @@ export class MongoConnection extends Connection {
const options: Dictionary = ctx ? { session: ctx } : {};
const query = `db.getCollection('${collection}').aggregate(${this.logObject(pipeline)}, ${this.logObject(options)}).toArray();`;
const now = Date.now();
- const res = this.getCollection(collection).aggregate<T>(pipeline, options).toArray();
- this.logQuery(query, { took: Date.now() - now });
+ const res = await this.getCollection(collection).aggregate<T>(pipeline, options).toArray();
+ this.logQuery(query, { took: Date.now() - now, results: res.length });
return res;
}
diff --git a/Migrator.mongo.test.ts b/Migrator.mongo.test.ts
index 968aa81..ffd664d 100644
--- a/Migrator.mongo.test.ts
+++ b/Migrator.mongo.test.ts
@@ -213,7 +213,7 @@ describe('Migrator (mongo)', () => {
await remove(path + '/' + migration.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ trx\\d+/, 'trx\\\\d+');
});
@@ -249,7 +249,7 @@ describe('Migrator (mongo)', () => {
await remove(path + '/' + migration2.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ISODate\\('.*'\\)/, 'ISODate(...)')
.replace(/ trx\\d+/, 'trx_xx');
@@ -280,7 +280,7 @@ describe('Migrator (mongo)', () => {
await remove(path + '/' + migration.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ISODate\\('.*'\\)/, 'ISODate(...)')
.replace(/ trx\\d+/, 'trx_xx');
diff --git a/Migrator.postgres.test.ts b/Migrator.postgres.test.ts
index 90405f1..317b713 100644
--- a/Migrator.postgres.test.ts
+++ b/Migrator.postgres.test.ts
@@ -343,7 +343,7 @@ describe('Migrator (postgres)', () => {
await remove(path + '/' + migration.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ trx\\d+/, 'trx\\\\d+');
});
@@ -383,7 +383,7 @@ describe('Migrator (postgres)', () => {
await remove(path + '/' + migration2.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ trx\\d+/, 'trx_xx');
});
@@ -416,7 +416,7 @@ describe('Migrator (postgres)', () => {
await remove(path + '/' + migration.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ trx\\d+/, 'trx_xx');
});
diff --git a/Migrator.sqlite.test.ts b/Migrator.sqlite.test.ts
index 9f740e3..69e662f 100644
--- a/Migrator.sqlite.test.ts
+++ b/Migrator.sqlite.test.ts
@@ -264,7 +264,7 @@ describe('Migrator (sqlite)', () => {
await remove(path + '/' + migration.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ trx\\d+/, 'trx\\\\d+');
});
@@ -297,7 +297,7 @@ describe('Migrator (sqlite)', () => {
await remove(path + '/' + migration.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ trx\\d+/, 'trx_xx');
});
diff --git a/Migrator.test.ts b/Migrator.test.ts
index bad5f0b..48187f7 100644
--- a/Migrator.test.ts
+++ b/Migrator.test.ts
@@ -316,7 +316,7 @@ describe('Migrator', () => {
await remove(path + '/' + migration.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ trx\\d+/, 'trx\\\\d+');
});
@@ -356,7 +356,7 @@ describe('Migrator', () => {
await remove(path + '/' + migration2.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ trx\\d+/, 'trx_xx');
});
@@ -389,7 +389,7 @@ describe('Migrator', () => {
await remove(path + '/' + migration.fileName);
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ trx\\d+/, 'trx_xx');
});
@@ -431,7 +431,7 @@ describe('Migrator - with explicit migrations', () => {
expect(spy1).toBeCalledWith('select 1 - 1');
const calls = mock.mock.calls.map(call => {
return call[0]
- .replace(/ \\[took \\d+ ms]/, '')
+ .replace(/ \\[took \\d+ ms([^\\]]*)]/, '')
.replace(/\\[query] /, '')
.replace(/ trx\\d+/, 'trx_xx');
});
|
|
build: test on node v15 instead of v13
|
b1518b475ca722274e6b881f4c68c4b3cfbb5aa3
|
build
|
https://github.com/mikro-orm/mikro-orm/commit/b1518b475ca722274e6b881f4c68c4b3cfbb5aa3
|
test on node v15 instead of v13
|
diff --git a/tests.yml b/tests.yml
index 42f2aaa..edb3ab1 100644
--- a/tests.yml
+++ b/tests.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- node-version: [10.x, 12.x, 13.x, 14.x]
+ node-version: [10.x, 12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v2
|
|
docs(schema): update reference page URLs and prettify all touched pages
|
0c7abb465c3831e7c6917d029e86dbaeb1c7cfcb
|
docs
|
https://github.com/wzhiqing/cube/commit/0c7abb465c3831e7c6917d029e86dbaeb1c7cfcb
|
update reference page URLs and prettify all touched pages
|
diff --git a/Security-Context.md b/Security-Context.md
index 6eaf148..8c50cd8 100644
--- a/Security-Context.md
+++ b/Security-Context.md
@@ -168,7 +168,7 @@ build one from a JSON object.
[link-multitenancy]: /multitenancy-setup
[ref-config-sched-refresh]: /config#options-reference-scheduled-refresh-contexts
[ref-config-sec-ctx]: /config#request-context-security-context
-[ref-schema-sec-ctx]: /cube#context-variables-security-context
+[ref-schema-sec-ctx]: /schema/reference/cube#context-variables-security-context
[ref-cubes-compile-ctx]:
https://cube.dev/docs/cube#context-variables-compile-context
[ref-sec-ctx-vs-compile-ctx]:
diff --git a/Overview.md b/Overview.md
index ee1fa63..c10596a 100644
--- a/Overview.md
+++ b/Overview.md
@@ -40,7 +40,7 @@ mode does the following:
- Logs incorrect/invalid configuration for `externalRefresh` /`waitForRenew`
instead of throwing errors
-[link-scheduled-refresh]: /pre-aggregations#scheduled-refresh
+[link-scheduled-refresh]: /schema/reference/pre-aggregations#scheduled-refresh
[link-dev-playground]: /dev-tools/dev-playground
## Configuring CORS
diff --git a/Config.md b/Config.md
index 44e8e07..fb7e58a 100644
--- a/Config.md
+++ b/Config.md
@@ -39,8 +39,8 @@ interface CubejsConfiguration {
preAggregationsSchema: string | ((context: RequestContext) => string);
schemaVersion: (context: RequestContext) => string;
scheduledRefreshTimer: boolean | number;
- scheduledRefreshTimeZones: string[],
- scheduledRefreshContexts: () => Promise<object[]>,
+ scheduledRefreshTimeZones: string[];
+ scheduledRefreshContexts: () => Promise<object[]>;
extendContext: (req: ExpressRequest) => any;
compilerCacheSize: number;
maxCompilerCacheKeepAlive: number;
@@ -57,8 +57,8 @@ interface CubejsConfiguration {
maxAge: number;
preflightContinue: boolean;
optionsSuccessStatus: number;
- },
- },
+ };
+ };
jwt: {
jwkUrl?: ((payload: any) => string) | string;
key?: string;
@@ -67,11 +67,15 @@ interface CubejsConfiguration {
audience?: string;
subject?: string;
claimsNamespace?: string;
- },
+ };
externalDbType: string | ((context: RequestContext) => string);
- externalDriverFactory: (context: RequestContext) => BaseDriver | Promise<BaseDriver>;
+ externalDriverFactory: (
+ context: RequestContext
+ ) => BaseDriver | Promise<BaseDriver>;
cacheAndQueueDriver: 'memory' | 'redis';
- orchestratorOptions: OrchestratorOptions | ((context: RequestContext) => OrchestratorOptions);
+ orchestratorOptions:
+ | OrchestratorOptions
+ | ((context: RequestContext) => OrchestratorOptions);
allowJsDuplicatePropsInSchema: boolean;
}
@@ -81,10 +85,10 @@ interface OrchestratorOptions {
refreshKeyRenewalThreshold: number;
backgroundRenew: boolean;
queueOptions: QueueOptions;
- }
+ };
preAggregationsOptions: {
queueOptions: QueueOptions;
- }
+ };
}
interface QueueOptions {
@@ -276,8 +280,8 @@ your app needs and transform input query accordingly.
Called on each request.
-For example you can use `queryRewrite` to add row level security filter
-where needed.
+For example you can use `queryRewrite` to add row level security filter where
+needed.
```javascript
module.exports = {
@@ -691,8 +695,9 @@ the additional transpiler for check duplicates.
[link-jwt-ref-aud]: https://tools.ietf.org/html/rfc7519#section-4.1.3
[link-wiki-tz]: https://en.wikipedia.org/wiki/Tz_databas
[ref-caching-up-to-date]: /caching#keeping-cache-up-to-date
-[ref-cube-refresh-key]: /cube#parameters-refresh-key
-[ref-cube-ctx-sec-ctx]: /cube#context-variables-security-context
+[ref-cube-refresh-key]: /schema/reference/cube#parameters-refresh-key
+[ref-cube-ctx-sec-ctx]:
+ /schema/reference/cube#context-variables-security-context
[ref-multitenancy]: /multitenancy-setup
[ref-ext-driverfactory]: #external-driver-factory
[ref-opts-req-ctx]: #request-context
@@ -701,7 +706,7 @@ the additional transpiler for check duplicates.
[ref-opts-ctx-to-datasourceid]: #options-reference-context-to-data-source-id
[ref-opts-sched-refresh-ctxs]: #options-reference-scheduled-refresh-contexts
[ref-opts-sched-refresh-tz]: #options-reference-scheduled-refresh-time-zones
-[ref-preagg-ext-rollup]: /pre-aggregations#external-rollup
+[ref-preagg-ext-rollup]: /schema/reference/pre-aggregations#external-rollup
[ref-repofactory]: #repositoryFactory
[ref-schemafilerepo]: #SchemaFileRepository
[ref-schemapath]: #schemaPath
@@ -710,4 +715,5 @@ the additional transpiler for check duplicates.
[ref-rest-api]: /rest-api
[ref-rest-api-sched-refresh]: /rest-api#api-reference-v-1-run-scheduled-refresh
[ref-development-mode]: /overview#development-mode
-[ref-pre-aggregations-refresh-key]: /pre-aggregations#refresh-key
+[ref-pre-aggregations-refresh-key]:
+ /schema/reference/pre-aggregations#refresh-key
diff --git a/Multitenancy-Setup.md b/Multitenancy-Setup.md
index 81d22c8..43c6425 100644
--- a/Multitenancy-Setup.md
+++ b/Multitenancy-Setup.md
@@ -400,10 +400,10 @@ need to configure [`scheduledRefreshTimeZones`][ref-config-refresh-tz].
## Connecting to Redis
-When configured for multitenancy, Cube.js uses a separate connection pool
-for each configured tenant. This means that the `CUBEJS_REDIS_POOL_MIN` and
-`CUBEJS_REDIS_POOL_MAX` environment variables specify the minimum and
-maximum number of Redis connections **per-tenant**.
+When configured for multitenancy, Cube.js uses a separate connection pool for
+each configured tenant. This means that the `CUBEJS_REDIS_POOL_MIN` and
+`CUBEJS_REDIS_POOL_MAX` environment variables specify the minimum and maximum
+number of Redis connections **per-tenant**.
[npm-cubejs-sls-aws]:
https://www.npmjs.com/package/@cubejs-backend/serverless-aws
@@ -421,5 +421,6 @@ maximum number of Redis connections **per-tenant**.
[ref-config-security-ctx]: /config#request-context-security-context
[ref-deployment-sls]: /deployment/serverless/aws
[ref-security]: /security
-[ref-cube-datasource]: /cube#parameters-data-source
-[ref-cube-security-ctx]: /cube#context-variables-security-context
+[ref-cube-datasource]: /schema/reference/cube#parameters-data-source
+[ref-cube-security-ctx]:
+ /schema/reference/cube#context-variables-security-context
diff --git a/Query-Format.md b/Query-Format.md
index 276bea6..7a2dbfb 100644
--- a/Query-Format.md
+++ b/Query-Format.md
@@ -5,15 +5,21 @@ category: Cube.js Backend
menuOrder: 5
---
-Cube Queries are plain JavaScript objects, describing an analytics query. The basic elements of a query (query members) are `measures`, `dimensions`, and `segments`.
+Cube Queries are plain JavaScript objects, describing an analytics query. The
+basic elements of a query (query members) are `measures`, `dimensions`, and
+`segments`.
-The query member format name is `CUBE_NAME.MEMBER_NAME`, for example the dimension `email` in the Cube `Users` would have the name `Users.email`.
+The query member format name is `CUBE_NAME.MEMBER_NAME`, for example the
+dimension `email` in the Cube `Users` would have the name `Users.email`.
-In the case of dimension of type `time` granularity could be optionally added to the name, in the following format `CUBE_NAME.TIME_DIMENSION_NAME.GRANULARITY`, ex: `Stories.time.month`.
+In the case of dimension of type `time` granularity could be optionally added to
+the name, in the following format `CUBE_NAME.TIME_DIMENSION_NAME.GRANULARITY`,
+ex: `Stories.time.month`.
Supported granularities: `second`, `minute`, `hour`, `day`, `week`, `month`.
-The Cube.js client also accepts an array of queries. By default it will be treated as a [Data Blending](/data-blending) query.
+The Cube.js client also accepts an array of queries. By default it will be
+treated as a [Data Blending](/data-blending) query.
## Query Properties
@@ -21,22 +27,43 @@ A Query has the following properties:
- `measures`: An array of measures.
- `dimensions`: An array of dimensions.
-- `filters`: An array of objects, describing filters. Learn about [filters format](#filters-format).
-- `timeDimensions`: A convenient way to specify a time dimension with a filter. It is an array of objects in [timeDimension format.](#time-dimensions-format)
-- `segments`: An array of segments. A segment is a named filter, created in the Data Schema.
-- `limit`: A row limit for your query. The default value is `10000`. The
- maximum allowed limit is `50000`.
-- `offset`: The number of initial rows to be skipped for your query. The default value is `0`.
+- `filters`: An array of objects, describing filters. Learn about
+ [filters format](#filters-format).
+- `timeDimensions`: A convenient way to specify a time dimension with a filter.
+ It is an array of objects in [timeDimension format.](#time-dimensions-format)
+- `segments`: An array of segments. A segment is a named filter, created in the
+ Data Schema.
+- `limit`: A row limit for your query. The default value is `10000`. The maximum
+ allowed limit is `50000`.
+- `offset`: The number of initial rows to be skipped for your query. The default
+ value is `0`.
- `order`: An object, where the keys are measures or dimensions to order by and
- their corresponding values are either `asc` or `desc`. The order of the
- fields to order on is based on the order of the keys in the object.
-- `timezone`: All time based calculations performed within Cube.js are timezone-aware. This property is applied to all time dimensions during aggregation and filtering. It isn't applied to the time dimension referenced in a `dimensions` query property unless granularity or date filter is specified. Using this property you can set your desired timezone in [TZ Database Name](https://en.wikipedia.org/wiki/Tz_database) format, e.g.: `America/Los_Angeles`. The default value is `UTC`.
-- `renewQuery`: If `renewQuery` is set to `true`, Cube.js will renew all `refreshKey` for queries and query results in the foreground. However if the `refreshKey` or `refreshKeyRenewalThreshold` don't indicate that there's a need for an update this setting has no effect. The default value is `false`.
-> **NOTE**: Cube.js provides only eventual consistency guarantee. Using too small `refreshKeyRenewalThreshold` values together with `renewQuery` in order to achieve immediate consistency can lead to endless refresh loops and overall system instability.
-- `ungrouped`: If `ungrouped` is set to `true` no `GROUP BY` statement will be added to the query. Instead, the raw results after filtering and joining will be returned without grouping.
-By default `ungrouped` queries require a primary key as a dimension of every cube involved in the query for security purposes.
-To disable this behavior please see the [allowUngroupedWithoutPrimaryKey](@cubejs-backend-server-core#options-reference-allow-ungrouped-without-primary-key) server option.
-In case of `ungrouped` query measures will be rendered as underlying `sql` of measures without aggregation and time dimensions will be truncated as usual however not grouped by.
+ their corresponding values are either `asc` or `desc`. The order of the fields
+ to order on is based on the order of the keys in the object.
+- `timezone`: All time based calculations performed within Cube.js are
+ timezone-aware. This property is applied to all time dimensions during
+ aggregation and filtering. It isn't applied to the time dimension referenced
+ in a `dimensions` query property unless granularity or date filter is
+ specified. Using this property you can set your desired timezone in
+ [TZ Database Name](https://en.wikipedia.org/wiki/Tz_database) format, e.g.:
+ `America/Los_Angeles`. The default value is `UTC`.
+- `renewQuery`: If `renewQuery` is set to `true`, Cube.js will renew all
+ `refreshKey` for queries and query results in the foreground. However if the
+ `refreshKey` or `refreshKeyRenewalThreshold` don't indicate that there's a
+ need for an update this setting has no effect. The default value is `false`.
+ > **NOTE**: Cube.js provides only eventual consistency guarantee. Using too
+ > small `refreshKeyRenewalThreshold` values together with `renewQuery` in
+ > order to achieve immediate consistency can lead to endless refresh loops and
+ > overall system instability.
+- `ungrouped`: If `ungrouped` is set to `true` no `GROUP BY` statement will be
+ added to the query. Instead, the raw results after filtering and joining will
+ be returned without grouping. By default `ungrouped` queries require a primary
+ key as a dimension of every cube involved in the query for security purposes.
+ To disable this behavior please see the
+ [allowUngroupedWithoutPrimaryKey](@cubejs-backend-server-core#options-reference-allow-ungrouped-without-primary-key)
+ server option. In case of `ungrouped` query measures will be rendered as
+ underlying `sql` of measures without aggregation and time dimensions will be
+ truncated as usual however not grouped by.
```js
{
@@ -64,15 +91,18 @@ In case of `ungrouped` query measures will be rendered as underlying `sql` of me
### Default order
-If the `order` property is not specified in the query, Cube.js sorts results by default using the following rules:
+If the `order` property is not specified in the query, Cube.js sorts results by
+default using the following rules:
-- The first time dimension with granularity, ascending. If no time dimension with granularity exists...
+- The first time dimension with granularity, ascending. If no time dimension
+ with granularity exists...
- The first measure, descending. If no measure exists...
- The first dimension, ascending.
### Alternative order format
-Also you can control the ordering of the `order` specification, Cube.js support alternative order format - array of tuples:
+Also you can control the ordering of the `order` specification, Cube.js support
+alternative order format - array of tuples:
```js
{
@@ -90,27 +120,36 @@ Also you can control the ordering of the `order` specification, Cube.js support
A filter is a Javascript object with the following properties:
-- `member`: Dimension or measure to be used in the filter, for example: `Stories.isDraft`. See below on difference between filtering dimensions vs filtering measures.
-- `operator`: An operator to be used in the filter. Only some operators are available for measures. For dimensions the available operators depend on the type
- of the dimension. Please see the reference below for the full list of available
- operators.
-- `values`: An array of values for the filter. Values must be of type String. If you need to pass a date, pass it as a string in `YYYY-MM-DD` format.
+- `member`: Dimension or measure to be used in the filter, for example:
+ `Stories.isDraft`. See below on difference between filtering dimensions vs
+ filtering measures.
+- `operator`: An operator to be used in the filter. Only some operators are
+ available for measures. For dimensions the available operators depend on the
+ type of the dimension. Please see the reference below for the full list of
+ available operators.
+- `values`: An array of values for the filter. Values must be of type String. If
+ you need to pass a date, pass it as a string in `YYYY-MM-DD` format.
#### Filtering Dimensions vs Filtering Measures
+
Filters are applied differently to dimensions and measures.
-When you filter on a dimension, you are restricting the raw data before any calculations are made.
-When you filter on a measure, you are restricting the results after the measure has been calculated.
+When you filter on a dimension, you are restricting the raw data before any
+calculations are made. When you filter on a measure, you are restricting the
+results after the measure has been calculated.
## Filters Operators
-Only some operators are available for measures. For dimensions, the available operators depend on the [type of the dimension](types-and-formats#dimensions-types).
+
+Only some operators are available for measures. For dimensions, the available
+operators depend on the
+[type of the dimension](/schema/reference/types-and-formats#dimensions-types).
### equals
Use it when you need an exact match. It supports multiple values.
-* Applied to measures.
-* Dimension types: `string`, `number`, `time`.
+- Applied to measures.
+- Dimension types: `string`, `number`, `time`.
```js
{
@@ -124,8 +163,8 @@ Use it when you need an exact match. It supports multiple values.
The opposite operator of `equals`. It supports multiple values.
-* Applied to measures.
-* Dimension types: `string`, `number`, `time`.
+- Applied to measures.
+- Dimension types: `string`, `number`, `time`.
```js
{
@@ -137,9 +176,11 @@ The opposite operator of `equals`. It supports multiple values.
### contains
-The `contains` filter acts as a wildcard case insensitive `LIKE` operator. In the majority of SQL backends it uses `ILIKE` operator with values being surrounded by `%`. It supports multiple values.
+The `contains` filter acts as a wildcard case insensitive `LIKE` operator. In
+the majority of SQL backends it uses `ILIKE` operator with values being
+surrounded by `%`. It supports multiple values.
-* Dimension types: `string`.
+- Dimension types: `string`.
```js
{
@@ -153,7 +194,7 @@ The `contains` filter acts as a wildcard case insensitive `LIKE` operator. In th
The opposite operator of `contains`. It supports multiple values.
-* Dimension types: `string`.
+- Dimension types: `string`.
```js
{
@@ -165,10 +206,11 @@ The opposite operator of `contains`. It supports multiple values.
### gt
-The `gt` operator means **greater than** and is used with measures or dimensions of type `number`.
+The `gt` operator means **greater than** and is used with measures or dimensions
+of type `number`.
-* Applied to measures.
-* Dimension types: `number`.
+- Applied to measures.
+- Dimension types: `number`.
```js
{
@@ -180,10 +222,11 @@ The `gt` operator means **greater than** and is used with measures or dimensions
### gte
-The `gte` operator means **greater than or equal to** and is used with measures or dimensions of type `number`.
+The `gte` operator means **greater than or equal to** and is used with measures
+or dimensions of type `number`.
-* Applied to measures.
-* Dimension types: `number`.
+- Applied to measures.
+- Dimension types: `number`.
```js
{
@@ -195,10 +238,11 @@ The `gte` operator means **greater than or equal to** and is used with measures
### lt
-The `lt` operator means **less than** and is used with measures or dimensions of type `number`.
+The `lt` operator means **less than** and is used with measures or dimensions of
+type `number`.
-* Applied to measures.
-* Dimension types: `number`.
+- Applied to measures.
+- Dimension types: `number`.
```js
{
@@ -210,10 +254,11 @@ The `lt` operator means **less than** and is used with measures or dimensions of
### lte
-The `lte` operator means **less than or equal to** and is used with measures or dimensions of type `number`.
+The `lte` operator means **less than or equal to** and is used with measures or
+dimensions of type `number`.
-* Applied to measures.
-* Dimension types: `number`.
+- Applied to measures.
+- Dimension types: `number`.
```js
{
@@ -225,11 +270,11 @@ The `lte` operator means **less than or equal to** and is used with measures or
### set
-Operator `set` checks whether the value of the member **is not** `NULL`. You don't
-need to pass `values` for this operator.
+Operator `set` checks whether the value of the member **is not** `NULL`. You
+don't need to pass `values` for this operator.
-* Applied to measures.
-* Dimension types: `number`, `string`, `time`.
+- Applied to measures.
+- Dimension types: `number`, `string`, `time`.
```js
{
@@ -240,11 +285,11 @@ need to pass `values` for this operator.
### notSet
-An opposite to the `set` operator. It checks whether the value of the member **is** `NULL`. You don't
-need to pass `values` for this operator.
+An opposite to the `set` operator. It checks whether the value of the member
+**is** `NULL`. You don't need to pass `values` for this operator.
-* Applied to measures.
-* Dimension types: `number`, `string`, `time`.
+- Applied to measures.
+- Dimension types: `number`, `string`, `time`.
```js
{
@@ -255,12 +300,15 @@ need to pass `values` for this operator.
### inDateRange
-The operator `inDateRange` is used to filter a time dimension into a specific date range. The values must be an array of dates with the following format 'YYYY-MM-DD'. If only one date specified the filter would be set exactly to this date.
+The operator `inDateRange` is used to filter a time dimension into a specific
+date range. The values must be an array of dates with the following format
+'YYYY-MM-DD'. If only one date specified the filter would be set exactly to this
+date.
-There is a convient way to use date filters with grouping - [learn more about
-timeDimensions query property here](#time-dimensions-format)
+There is a convient way to use date filters with grouping -
+[learn more about timeDimensions query property here](#time-dimensions-format)
-* Dimension types: `time`.
+- Dimension types: `time`.
```js
{
@@ -272,9 +320,10 @@ timeDimensions query property here](#time-dimensions-format)
### notInDateRange
-An opposite operator to `inDateRange`, use it when you want to exclude specific dates. The values format is the same as for `inDateRange`.
+An opposite operator to `inDateRange`, use it when you want to exclude specific
+dates. The values format is the same as for `inDateRange`.
-* Dimension types: `time`.
+- Dimension types: `time`.
```js
{
@@ -289,7 +338,7 @@ An opposite operator to `inDateRange`, use it when you want to exclude specific
Use it when you want to retreive all results before some specific date. The
values should be an array of one element in `YYYY-MM-DD` format.
-* Dimension types: `time`.
+- Dimension types: `time`.
```js
{
@@ -303,8 +352,7 @@ values should be an array of one element in `YYYY-MM-DD` format.
The same as `beforeDate`, but is used to get all results after a specific date.
-
-* Dimension types: `time`.
+- Dimension types: `time`.
```js
{
@@ -314,13 +362,13 @@ The same as `beforeDate`, but is used to get all results after a specific date.
}
```
-## Boolean logical operators
+## Boolean logical operators
-Filters can contain `or` and `and` logical operators.
-Logical operators have only one of the following properties:
+Filters can contain `or` and `and` logical operators. Logical operators have
+only one of the following properties:
-- `or` An array with two or more filters or other logical operators
-- `and` An array with two or more filters or other logical operators
+- `or` An array with two or more filters or other logical operators
+- `and` An array with two or more filters or other logical operators
```js
{
@@ -328,41 +376,50 @@ Logical operators have only one of the following properties:
{
member: 'visitors.source',
operator: 'equals',
- values: ['some']
+ values: ['some'],
},
- {
+ {
and: [
{
member: 'visitors.source',
operator: 'equals',
- values: ['other']
+ values: ['other'],
},
{
member: 'visitor_checkins.cardsCount',
operator: 'equals',
- values: ['0']
+ values: ['0'],
},
- ]
+ ],
},
- ]
+ ];
}
```
-> **Note:** You can not put dimensions and measures filters in the same logical operator.
+> **Note:** You can not put dimensions and measures filters in the same logical
+> operator.
## Time Dimensions Format
-Since grouping and filtering by a time dimension is quite a common case, Cube.js provides a convenient shortcut to pass a dimension and a filter as a `timeDimension` property.
-
- - `dimension`: Time dimension name.
- - `dateRange`: An array of dates with the following format `YYYY-MM-DD` or in `YYYY-MM-DDTHH:mm:ss.SSS` format.
-Values should always be local and in query `timezone`.
-Dates in `YYYY-MM-DD` format are also accepted.
-Such dates are padded to the start and end of the day if used in start and end of date range interval accordingly.
-If only one date is specified it's equivalent to passing two of the same dates as a date range.
-You can also pass a string instead of array with relative date range, for example: `last quarter` or `last 360 days`.
- - `compareDateRange`: An array of date ranges to compare a measure change over previous period
- - `granularity`: A granularity for a time dimension. It supports the following values `second`, `minute`, `hour`, `day`, `week`, `month`, `year`. If you pass `null` to the granularity, Cube.js will only perform filtering by a specified time dimension, without grouping.
+Since grouping and filtering by a time dimension is quite a common case, Cube.js
+provides a convenient shortcut to pass a dimension and a filter as a
+`timeDimension` property.
+
+- `dimension`: Time dimension name.
+- `dateRange`: An array of dates with the following format `YYYY-MM-DD` or in
+ `YYYY-MM-DDTHH:mm:ss.SSS` format. Values should always be local and in query
+ `timezone`. Dates in `YYYY-MM-DD` format are also accepted. Such dates are
+ padded to the start and end of the day if used in start and end of date range
+ interval accordingly. If only one date is specified it's equivalent to passing
+ two of the same dates as a date range. You can also pass a string instead of
+ array with relative date range, for example: `last quarter` or
+ `last 360 days`.
+- `compareDateRange`: An array of date ranges to compare a measure change over
+ previous period
+- `granularity`: A granularity for a time dimension. It supports the following
+ values `second`, `minute`, `hour`, `day`, `week`, `month`, `year`. If you pass
+ `null` to the granularity, Cube.js will only perform filtering by a specified
+ time dimension, without grouping.
```js
{
@@ -375,23 +432,28 @@ You can also pass a string instead of array with relative date range, for exampl
}
```
-You can use compare date range queries when you want to see, for example, how a metric performed over a period in the past and how it performs now. You can pass two or more date ranges where each of them is in the same format as a `dateRange`
+You can use compare date range queries when you want to see, for example, how a
+metric performed over a period in the past and how it performs now. You can pass
+two or more date ranges where each of them is in the same format as a
+`dateRange`
```js
// ...
const resultSet = cubejsApi.load({
measures: ['Stories.count'],
- timeDimensions: [{
- dimension: 'Stories.time',
- compareDateRange: ['this week', ['2020-05-21', '2020-05-28']],
- granularity: 'month'
- }]
+ timeDimensions: [
+ {
+ dimension: 'Stories.time',
+ compareDateRange: ['this week', ['2020-05-21', '2020-05-28']],
+ granularity: 'month',
+ },
+ ],
});
// ...
```
-You can also set a relative `dateRange`, e.g. `today`, `yesterday`, `last
-year`, or `last 6 months`.
+You can also set a relative `dateRange`, e.g. `today`, `yesterday`, `last year`,
+or `last 6 months`.
```js
{
@@ -404,7 +466,8 @@ year`, or `last 6 months`.
}
```
-Be aware that e.g. `Last 7 days` does not include the current date. If you need the current date also you can use `from N days ago to now`.
+Be aware that e.g. `Last 7 days` does not include the current date. If you need
+the current date also you can use `from N days ago to now`.
```js
{
diff --git a/REST-API.md b/REST-API.md
index 7944c2b..ceacbdb 100644
--- a/REST-API.md
+++ b/REST-API.md
@@ -6,19 +6,24 @@ menuOrder: 4
---
## Prerequisites
+
### Base path
-REST API is used to communicate with Cube.js backend.
-All requests are prefixed with **basePath** described in [Backend Server Core](@cubejs-backend-server-core). By default it's `/cubejs-api`.
+REST API is used to communicate with Cube.js backend. All requests are prefixed
+with **basePath** described in
+[Backend Server Core](@cubejs-backend-server-core). By default it's
+`/cubejs-api`.
### Authentication
Cube.js uses API Token for requests' authorization and also for passing
-additional security context, which could be used in the [SECURITY_CONTEXT](cube#context-variables-security-context) object in the Data
-Schema.
+additional security context, which could be used in the
+[SECURITY_CONTEXT](/schema/reference/cube#context-variables-security-context)
+object in the Data Schema.
-The API Token is passed via the Authorization Header. The token itself is a [JSON
-Web Token](https://jwt.io), the [Security section](security) describes how to generate it.
+The API Token is passed via the Authorization Header. The token itself is a
+[JSON Web Token](https://jwt.io), the [Security section](security) describes how
+to generate it.
In the development environment the token is not required for authorization, but
you can still use it to pass a security context.
@@ -31,30 +36,37 @@ curl -H "Authorization: EXAMPLE-API-TOKEN" https://example.com/cubejs-api/v1/sql
### Continue wait
-If the request takes too long to be processed, Cube.js Backend responds with ```{ "error": "Continue wait" }``` and 200 status code. To get the data requested, simply retry your request a bit later.
+If the request takes too long to be processed, Cube.js Backend responds with
+`{ "error": "Continue wait" }` and 200 status code. To get the data requested,
+simply retry your request a bit later.
Possible reasons of **Continue wait**:
- * The query requested is heavy and it takes some time for the database to process it.
- * There are many queries requested and Cube.js backend queues them to save database from overloading.
+- The query requested is heavy and it takes some time for the database to
+ process it.
+- There are many queries requested and Cube.js backend queues them to save
+ database from overloading.
### Error Handling
Cube.js REST API has basic errors and HTTP Error codes for all requests.
-| Status | Error response | Description |
-| --- | --- | --- |
-| 400 | Error message | General error. It may be a database error, timeout, or other issue. Check error message for details. |
-| 403 | Authorization header isn't set | You didn't provide an auth token. Provide a valid API Token or disable authorization. |
-| 403 | Invalid token | The auth token provided is not valid. It may be expired or have invalid signature. |
-| 500 | Error message | Cube.js internal server error. Check error message for details. |
+| Status | Error response | Description |
+| ------ | ------------------------------ | ---------------------------------------------------------------------------------------------------- |
+| 400 | Error message | General error. It may be a database error, timeout, or other issue. Check error message for details. |
+| 403 | Authorization header isn't set | You didn't provide an auth token. Provide a valid API Token or disable authorization. |
+| 403 | Invalid token | The auth token provided is not valid. It may be expired or have invalid signature. |
+| 500 | Error message | Cube.js internal server error. Check error message for details. |
### Request Span Annotation
-For monitoring tools such as Cube Cloud proper request span annotation should be provided in `x-request-id` header of a request.
-Each request id should consist of two parts: `spanId` and `requestSequenceId` which define `x-request-id` as whole: `${spanId}-span-${requestSequenceId}`.
-Values of `x-request-id` header should be unique for each separate request.
-`spanId` should define user interaction span such us `Continue wait` retry cycle and it's value shouldn't change during one single interaction.
+For monitoring tools such as Cube Cloud proper request span annotation should be
+provided in `x-request-id` header of a request. Each request id should consist
+of two parts: `spanId` and `requestSequenceId` which define `x-request-id` as
+whole: `${spanId}-span-${requestSequenceId}`. Values of `x-request-id` header
+should be unique for each separate request. `spanId` should define user
+interaction span such us `Continue wait` retry cycle and it's value shouldn't
+change during one single interaction.
## API Reference
@@ -62,18 +74,19 @@ Values of `x-request-id` header should be unique for each separate request.
Get the data for a query.
-| Parameter | Description |
-| --- | --- |
-| query | URL encoded Cube.js [Query](/query-format) |
+| Parameter | Description |
+| --------- | ------------------------------------------ |
+| query | URL encoded Cube.js [Query](/query-format) |
Response
-* `query` - The query passed via params. It can be an array of queries and in such case it will be treated as a [Data Blending](/data-blending) query.
-* `data` - Formatted dataset of query results.
-* `annotation` - Metadata for query. Contains descriptions for all query items.
- * `title` - Human readable title from data schema.
- * `shortTitle` - Short title for visualization usage (ex. chart overlay)
- * `type` - Data type
+- `query` - The query passed via params. It can be an array of queries and in
+ such case it will be treated as a [Data Blending](/data-blending) query.
+- `data` - Formatted dataset of query results.
+- `annotation` - Metadata for query. Contains descriptions for all query items.
+ - `title` - Human readable title from data schema.
+ - `shortTitle` - Short title for visualization usage (ex. chart overlay)
+ - `type` - Data type
Example request:
@@ -128,6 +141,7 @@ Example response:
}
}
```
+
<!-- prettier-ignore-start -->
[[warning | Note]]
| Currently all fetched numericals are returned in the same format as driver returns it without any additional processing. Most of drivers return numerical values as strings instead of javascript integer or float to ensure there's no loss of significance. Client code should take care of parsing such numerical values.
@@ -137,17 +151,17 @@ Example response:
Get the SQL Code generated by Cube.js to be executed in the database.
-| Parameter | Description |
-| --- | --- |
-| query | URLencoded Cube.js [Query](/query-format) |
+| Parameter | Description |
+| --------- | ----------------------------------------- |
+| query | URLencoded Cube.js [Query](/query-format) |
Response
-* `sql` - JSON Object with the following properties
- * `sql` - Formatted SQL query with parameters
- * `order` - Order fields and direction used in SQL query
- * `cacheKeyQueries` - Key names and TTL of Cube.js data cache
- * `preAggregations` - SQL queries used to build pre-aggregation tables
+- `sql` - JSON Object with the following properties
+ - `sql` - Formatted SQL query with parameters
+ - `order` - Order fields and direction used in SQL query
+ - `cacheKeyQueries` - Key names and TTL of Cube.js data cache
+ - `preAggregations` - SQL queries used to build pre-aggregation tables
Example request:
@@ -158,7 +172,7 @@ curl \\
--data-urlencode 'query={"measures":["Users.count"],
"timeDimensions":[{"dimension": "Users.createdAt","granularity":"day","dateRange":["2019-03-01","2019-03-31"]}]}' \\
http://localhost:4000/cubejs-api/v1/sql
-````
+```
Example response:
@@ -200,13 +214,14 @@ Get meta-information for cubes defined in data schema
Response
-* `cubes` - Array of cubes
- * `name` - Codename of the cube
- * `title` - Human-readable cube name
- * `measures` - Array of measures defined within this cube
- * `dimensions` - Array of dimensions defined within this cube
- * `segments` - Array of segments defined within this cube
- * `connectedComponent` - if it has the same value for two cubes, then there is at least one join path between them.
+- `cubes` - Array of cubes
+ - `name` - Codename of the cube
+ - `title` - Human-readable cube name
+ - `measures` - Array of measures defined within this cube
+ - `dimensions` - Array of dimensions defined within this cube
+ - `segments` - Array of segments defined within this cube
+ - `connectedComponent` - if it has the same value for two cubes, then there is
+ at least one join path between them.
Example request:
@@ -215,59 +230,62 @@ curl \\
-H "Authorization: EXAMPLE-API-TOKEN" \\
-G \\
http://localhost:4000/cubejs-api/v1/meta
-````
+```
Example response:
```javascript
{
- cubes:[
+ cubes: [
{
- name:"Users",
- title:"Users",
- connectedComponent:1,
- measures:[
+ name: 'Users',
+ title: 'Users',
+ connectedComponent: 1,
+ measures: [
{
- name:"Users.count",
- title:"Users Count",
- shortTitle:"Count",
- aliasName:"users.count",
- type:"number",
- aggType:"count",
- drillMembers:[
- "Users.id",
- "Users.city",
- "Users.createdAt"
- ]
- }
+ name: 'Users.count',
+ title: 'Users Count',
+ shortTitle: 'Count',
+ aliasName: 'users.count',
+ type: 'number',
+ aggType: 'count',
+ drillMembers: ['Users.id', 'Users.city', 'Users.createdAt'],
+ },
],
- dimensions:[
+ dimensions: [
{
- name:"Users.city",
- title:"Users City",
- type:"string",
- aliasName:"users.city",
- shortTitle:"City",
- suggestFilterValues:true
- }
+ name: 'Users.city',
+ title: 'Users City',
+ type: 'string',
+ aliasName: 'users.city',
+ shortTitle: 'City',
+ suggestFilterValues: true,
+ },
],
- segments:[]
- }
- ]
+ segments: [],
+ },
+ ];
}
```
### /v1/run-scheduled-refresh
-Trigger scheduled refresh run to refresh pre-aggregations. Use it in serverless deployments.
+Trigger scheduled refresh run to refresh pre-aggregations. Use it in serverless
+deployments.
+<!-- prettier-ignore-start -->
[[warning | Note]]
-| Single call to this API may be not enough to refresh everything is pending. This call just populates queue with refresh workload and it should be continously called until refresh jobs are done. Otherwise refresh jobs will be marked orphaned and they will be removed from queue.
+| Single call to this API may be not enough to refresh everything is pending.
+| This call just populates queue with refresh workload and should be
+| continuously called until refresh jobs have completed; otherwise refresh
+| jobs will be marked as orphaned, and they will be removed from the queue.
+<!-- prettier-ignore-end -->
-Learn more about [scheduled refresh here](caching#keeping-cache-up-to-date).
+Learn more about
+[scheduled refresh here](/caching/pre-aggregations/getting-started#keeping-pre-aggregations-up-to-date).
-| Parameter | Description |
-| --- | --- |
+| Parameter | Description |
+| --------------- | ---------------------------------------------------------------------------- |
| queryingOptions | Optional URL encoded Cube.js [Query](/query-format) options such as timezone |
Empty object response if scheduled successfully.
@@ -286,9 +304,11 @@ curl \\
Returns the ready state of the deployment.
-**Single-tenant:** Ensures the orchestration layer is operational and tests the connection to the default `dataSource`.
+**Single-tenant:** Ensures the orchestration layer is operational and tests the
+connection to the default `dataSource`.
-**Multi-tenant:** Tests connections per-tenant. If no connections exist, it will report as successful.
+**Multi-tenant:** Tests connections per-tenant. If no connections exist, it will
+report as successful.
Example request:
@@ -297,6 +317,7 @@ curl -i http://localhost:4000/readyz
```
Successful example response:
+
```bash
HTTP/1.1 200 OK
X-Powered-By: Express
@@ -312,6 +333,7 @@ Keep-Alive: timeout=5
```
Failure example response:
+
```bash
HTTP/1.1 500 Internal Server Error
X-Powered-By: Express
@@ -328,13 +350,16 @@ Keep-Alive: timeout=5
### /livez
-Returns the liveness state of the deployment. This is confirmed by testing any existing connections to `dataSource`. If no connections exist, it will report as successful.
+Returns the liveness state of the deployment. This is confirmed by testing any
+existing connections to `dataSource`. If no connections exist, it will report as
+successful.
```bash
curl -i http://localhost:4000/livez
```
Successful example response:
+
```bash
HTTP/1.1 200 OK
X-Powered-By: Express
@@ -350,6 +375,7 @@ Keep-Alive: timeout=5
```
Failure example response:
+
```bash
HTTP/1.1 500 Internal Server Error
X-Powered-By: Express
diff --git a/Real-Time-Data-Fetch.md b/Real-Time-Data-Fetch.md
index ca3765c..9cb848c 100644
--- a/Real-Time-Data-Fetch.md
+++ b/Real-Time-Data-Fetch.md
@@ -5,28 +5,35 @@ category: Cube.js Frontend
menuOrder: 3
---
-Most of databases supported by Cube.js are retroactive.
-It means Cube.js should continuously poll for changes rather than receive updates as subscribed listener.
-Cube.js provides convenient way to create such polling database subscriptions on your behalf.
+Most of databases supported by Cube.js are retroactive. It means Cube.js should
+continuously poll for changes rather than receive updates as subscribed
+listener. Cube.js provides convenient way to create such polling database
+subscriptions on your behalf.
## Web Sockets
-To provide best real-time experience it's recommended to use Web Sockets transport instead of default http long polling.
-Web sockets on backend can be enabled using `CUBEJS_WEB_SOCKETS` environment variable:
+To provide best real-time experience it's recommended to use Web Sockets
+transport instead of default http long polling. Web sockets on backend can be
+enabled using `CUBEJS_WEB_SOCKETS` environment variable:
**.env:**
+
```dotenv
CUBEJS_WEB_SOCKETS=true
```
-Clients can be switched to Web Sockets by passing `WebSocketTransport` to `CubejsApi` constructor:
+Clients can be switched to Web Sockets by passing `WebSocketTransport` to
+`CubejsApi` constructor:
```javascript
import cubejs from '@cubejs-client/core';
import WebSocketTransport from '@cubejs-client/ws-transport';
const cubejsApi = cubejs({
- transport: new WebSocketTransport({ authorization: CUBEJS_TOKEN, apiUrl: 'ws://localhost:4000/' })
+ transport: new WebSocketTransport({
+ authorization: CUBEJS_TOKEN,
+ apiUrl: 'ws://localhost:4000/',
+ }),
});
```
@@ -41,7 +48,10 @@ import cubejs from '@cubejs-client/core';
import WebSocketTransport from '@cubejs-client/ws-transport';
const cubejsApi = cubejs({
- transport: new WebSocketTransport({ authorization: CUBEJS_TOKEN, apiUrl: 'ws://localhost:4000/' })
+ transport: new WebSocketTransport({
+ authorization: CUBEJS_TOKEN,
+ apiUrl: 'ws://localhost:4000/',
+ }),
});
cubejsApi.subscribe(
@@ -70,7 +80,9 @@ cubejsApi.subscribe(
import { useCubeQuery } from '@cubejs-client/react';
const Chart = ({ query }) => {
- const { resultSet, error, isLoading } = useCubeQuery(query, { subscribe: true });
+ const { resultSet, error, isLoading } = useCubeQuery(query, {
+ subscribe: true,
+ });
if (isLoading) {
return <div>Loading...</div>;
@@ -84,13 +96,15 @@ const Chart = ({ query }) => {
return null;
}
- return <LineChart resultSet={resultSet}/>;
+ return <LineChart resultSet={resultSet} />;
};
```
## Refresh Rate
-As in the case of a regular data fetch, real-time data fetch obeys [refreshKey refresh rules](caching#refresh-keys).
-In order to provide desired refresh rate `refreshKey` should reflect changes of the underlying data set as well it's querying time should be much less than the desired refresh rate.
-Please use the [refreshKey every](cube#parameters-refresh-key) parameter to adjust refresh interval.
-
+As in the case of a regular data fetch, real-time data fetch obeys
+[refreshKey refresh rules](caching#refresh-keys). In order to provide desired
+refresh rate `refreshKey` should reflect changes of the underlying data set as
+well it's querying time should be much less than the desired refresh rate.
+Please use the [refreshKey every](/schema/reference/cube#parameters-refresh-key)
+parameter to adjust refresh interval.
diff --git a/Code-Reusability-Extending-Cubes.md b/Code-Reusability-Extending-Cubes.md
index f54be1e..204bb2c 100644
--- a/Code-Reusability-Extending-Cubes.md
+++ b/Code-Reusability-Extending-Cubes.md
@@ -7,83 +7,90 @@ subCategory: Tutorials
menuOrder: 21
---
-[comment]: # (PROOFREAD: DONE)
-
-Cube.js supports the [extends feature](cube#parameters-extends), which allows you to reuse all declared members of a cube. This is a foundation for building reusable data schemas.
-
-Cubes in Cube.js are represented as [Javascript objects](https://www.w3schools.com/js/js_objects.asp) with such properties as measures, dimensions, and segments.
-Extending in Cube.js works similarly to JavaScript’s prototype inheritance. Measures, dimensions, and segments are merged as separate objects.
-So if the base cube defines measure A and the extending cube defines measure B, the resulting cube will have both measures A and B.
-
-The usual pattern is to **extract common measures, dimensions, and joins into the base cube** and then **extend from the base cube**.
-This helps to prevent code duplication and makes code easier to maintain and refactor.
-The base cube is usually placed into a separate file and excluded from the [context](context) for end users.
-
-In the example below, the `BaseEvents` cube defines the common events measures, dimensions, and a join to the `Users` cube.
-
+[comment]: # 'PROOFREAD: DONE'
+
+Cube.js supports the
+[extends feature](/schema/reference/cube#parameters-extends), which allows you
+to reuse all declared members of a cube. This is a foundation for building
+reusable data schemas.
+
+Cubes in Cube.js are represented as
+[Javascript objects](https://www.w3schools.com/js/js_objects.asp) with such
+properties as measures, dimensions, and segments. Extending in Cube.js works
+similarly to JavaScript’s prototype inheritance. Measures, dimensions, and
+segments are merged as separate objects. So if the base cube defines measure A
+and the extending cube defines measure B, the resulting cube will have both
+measures A and B.
+
+The usual pattern is to **extract common measures, dimensions, and joins into
+the base cube** and then **extend from the base cube**. This helps to prevent
+code duplication and makes code easier to maintain and refactor. The base cube
+is usually placed into a separate file and excluded from the [context](context)
+for end users.
+
+In the example below, the `BaseEvents` cube defines the common events measures,
+dimensions, and a join to the `Users` cube.
```javascript
cube(`BaseEvents`, {
- sql: `select * from events`,
-
- joins: {
- Users: {
- relationship: `belongsTo`,
- sql: `${CUBE}.user_id = ${Users}.id`
- }
- },
-
- measures: {
- count: {
- type: `count`
- }
- },
-
- dimensions: {
- timestamp: {
- sql: `time`,
- type: `time`
- }
- }
+ sql: `select * from events`,
+
+ joins: {
+ Users: {
+ relationship: `belongsTo`,
+ sql: `${CUBE}.user_id = ${Users}.id`,
+ },
+ },
+
+ measures: {
+ count: {
+ type: `count`,
+ },
+ },
+
+ dimensions: {
+ timestamp: {
+ sql: `time`,
+ type: `time`,
+ },
+ },
});
```
+
<div class="block attention-block">
- It’s important to use the `${CUBE}` reference instead of the `${BaseEvents}` reference when referencing the current cube,
- which is going to be extended.
- `${BaseEvents}` would not work in this case, when the cube will be extended.
+It’s important to use the `${CUBE}` reference instead of the `${BaseEvents}`
+reference when referencing the current cube, which is going to be extended.
+`${BaseEvents}` would not work in this case, when the cube will be extended.
</div>
-The `ProductPurchases` and `PageViews` cubes are extended from `BaseEvents` and define only the specific dimensions
-– `productName` for product purchases and `pagePath` for page views.
+The `ProductPurchases` and `PageViews` cubes are extended from `BaseEvents` and
+define only the specific dimensions – `productName` for product purchases and
+`pagePath` for page views.
```javascript
cube(`ProductPurchases`, {
- sql: `select * from product_purchases`,
- extends: BaseEvents,
-
- dimensions: {
- productName: {
- sql: `product_name`,
- type: `string`
- }
- }
+ sql: `select * from product_purchases`,
+ extends: BaseEvents,
+
+ dimensions: {
+ productName: {
+ sql: `product_name`,
+ type: `string`,
+ },
+ },
});
cube(`PageViews`, {
- sql: `select * from page_views`,
- extends: BaseEvents,
-
- dimensions: {
- pagePath: {
- sql: `page_path`,
- type: `string`
- }
- }
+ sql: `select * from page_views`,
+ extends: BaseEvents,
+
+ dimensions: {
+ pagePath: {
+ sql: `page_path`,
+ type: `string`,
+ },
+ },
});
```
-
-
-
-
diff --git a/Code-Reusability-Schema-Generation.md b/Code-Reusability-Schema-Generation.md
index 6b1c07a..679fae2 100644
--- a/Code-Reusability-Schema-Generation.md
+++ b/Code-Reusability-Schema-Generation.md
@@ -7,38 +7,56 @@ subCategory: Tutorials
menuOrder: 22
---
-Cube.js Schema is Javascript code, which means the full power of this language can be used to configure your schema definitions.
-In this guide we generate several measure definitions based on an array of strings.
+Cube.js Schema is Javascript code, which means the full power of this language
+can be used to configure your schema definitions. In this guide we generate
+several measure definitions based on an array of strings.
-One example, based on a real world scenario, is when you have a single `events` table containing an `event_type` and `user_id` column. Based on this table you want to create a separate user count measure for each event.
+One example, based on a real world scenario, is when you have a single `events`
+table containing an `event_type` and `user_id` column. Based on this table you
+want to create a separate user count measure for each event.
It can be done as simple as
```javascript
-
const events = ['app_engagement', 'login', 'purchase'];
cube(`Events`, {
sql: `select * from events`,
- measures: Object.assign({
- count: {
- type: `count`
- }
- }, events.map(e => ({
- [`${e}_userCount`]: {
- type: `countDistinct`,
- sql: `user_id`,
- filters: [{
- sql: `${CUBE}.event_type = '${e}'`
- }]
- }
- })).reduce((a, b) => Object.assign(a, b)))
+ measures: Object.assign(
+ {
+ count: {
+ type: `count`,
+ },
+ },
+ events
+ .map((e) => ({
+ [`${e}_userCount`]: {
+ type: `countDistinct`,
+ sql: `user_id`,
+ filters: [
+ {
+ sql: `${CUBE}.event_type = '${e}'`,
+ },
+ ],
+ },
+ }))
+ .reduce((a, b) => Object.assign(a, b))
+ ),
});
```
-In this case we use standard Javascript functions [Object.assign](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign), [Array.map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map) and [Array.reduce](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce) to add user count measure definitions based on `events` array.
-This approach allows you to maintain list of events in very concise manner without boilerplate code.
-This configuration can be reused using [export / import feature](export-import).
-
-Please refer to [asyncModule](schema-execution-environment#async-module) documentation to learn how to use databases and other data sources for schema generation.
+In this case we use standard Javascript functions
+[Object.assign](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign),
+[Array.map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map)
+and
+[Array.reduce](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce)
+to add user count measure definitions based on `events` array. This approach
+allows you to maintain list of events in very concise manner without boilerplate
+code. This configuration can be reused using
+[export / import feature](export-import).
+
+Please refer to
+[asyncModule](/schema/reference/execution-environment#async-module)
+documentation to learn how to use databases and other data sources for schema
+generation.
diff --git a/Direction-of-Joins.md b/Direction-of-Joins.md
index abdfade..f4c9972 100644
--- a/Direction-of-Joins.md
+++ b/Direction-of-Joins.md
@@ -7,7 +7,9 @@ subCategory: Tutorials
menuOrder: 18
---
-As mentioned in [Joins](/joins) the direction of joins influences the result set greatly. For example, we have two cubes Orders and Customers:
+As mentioned in [Joins](/schema/reference/joins) the direction of joins
+influences the result set greatly. For example, we have two cubes Orders and
+Customers:
```javascript
cube('Orders', {
@@ -16,8 +18,8 @@ cube('Orders', {
measures: {
count: {
sql: 'id',
- type: 'count'
- }
+ type: 'count',
+ },
},
dimensions: {
@@ -25,9 +27,9 @@ cube('Orders', {
sql: `id`,
type: `number`,
primaryKey: true,
- shown: true
- }
- }
+ shown: true,
+ },
+ },
});
```
@@ -38,8 +40,8 @@ cube('Customers', {
measures: {
count: {
sql: 'id',
- type: 'count'
- }
+ type: 'count',
+ },
},
dimensions: {
@@ -47,18 +49,23 @@ cube('Customers', {
sql: `id`,
type: `number`,
primaryKey: true,
- shown: true
+ shown: true,
},
customerId: {
sql: `customer_id`,
- type: `number`
- }
- }
+ type: `number`,
+ },
+ },
});
```
-The first case is to calculate total orders revenue. Let's give `totalRevenue` name for this metric. It is known that order could be placed without customer registration (so-called 'anonymous customer'). Because of anonymous customers we should join Orders then Customers in order not to lose data about anonymous orders. So we should add join to Orders cube. Cubes join and metric calculation look like following:
+The first case is to calculate total orders revenue. Let's give `totalRevenue`
+name for this metric. It is known that order could be placed without customer
+registration (so-called 'anonymous customer'). Because of anonymous customers we
+should join Orders then Customers in order not to lose data about anonymous
+orders. So we should add join to Orders cube. Cubes join and metric calculation
+look like following:
```javascript
cube('Orders', {
@@ -67,20 +74,20 @@ cube('Orders', {
joins: {
Customers: {
relationship: `belongsTo`,
- sql: `${Orders}.customer_id = ${Customers}.id`
- }
+ sql: `${Orders}.customer_id = ${Customers}.id`,
+ },
},
measures: {
count: {
sql: 'id',
- type: 'count'
+ type: 'count',
},
totalRevenue: {
sql: 'revenue',
- type: 'sum'
- }
+ type: 'sum',
+ },
},
dimensions: {
@@ -88,13 +95,17 @@ cube('Orders', {
sql: `id`,
type: `number`,
primaryKey: true,
- shown: true
- }
- }
+ shown: true,
+ },
+ },
});
```
-The second case is to find customers without any orders. Let's call this metric `count`. In this case we should join Customers with Orders to find customers with 0 orders placed. The reverse order of joins would lead to losing customers without orders. So we add join to Customers cube. Cubes join and metric calculation would look the following way:
+The second case is to find customers without any orders. Let's call this metric
+`count`. In this case we should join Customers with Orders to find customers
+with 0 orders placed. The reverse order of joins would lead to losing customers
+without orders. So we add join to Customers cube. Cubes join and metric
+calculation would look the following way:
```javascript
cube('Customers', {
@@ -103,15 +114,15 @@ cube('Customers', {
joins: {
Orders: {
relationship: `hasMany`,
- sql: `${Customers}.id = ${Orders}.customer_id`
- }
+ sql: `${Customers}.id = ${Orders}.customer_id`,
+ },
},
measures: {
count: {
sql: 'id',
- type: 'count'
- }
+ type: 'count',
+ },
},
dimensions: {
@@ -119,27 +130,28 @@ cube('Customers', {
sql: `id`,
type: `number`,
primaryKey: true,
- shown: true
+ shown: true,
},
customerId: {
sql: `customer_id`,
- type: `number`
- }
- }
+ type: `number`,
+ },
+ },
});
```
## Transitive Join Pitfall
-Let's consider an example where we have many to many relationship between `A-C` through `B` cube:
+Let's consider an example where we have many to many relationship between `A-C`
+through `B` cube:
```javascript
cube(`A`, {
// ...
measures: {
- type: `count`
- }
+ type: `count`,
+ },
});
cube(`B`, {
@@ -147,13 +159,13 @@ cube(`B`, {
joins: {
A: {
sql: `${B}.a_id = ${A}.id`,
- relationship: `hasMany`
+ relationship: `hasMany`,
},
C: {
sql: `${B}.c_id = ${C}.id`,
- relationship: `hasMany`
- }
- }
+ relationship: `hasMany`,
+ },
+ },
});
cube(`C`, {
@@ -161,9 +173,9 @@ cube(`C`, {
dimensions: {
category: {
sql: `category`,
- type: `string`
- }
- }
+ type: `string`,
+ },
+ },
});
```
@@ -176,12 +188,16 @@ And we want to build the query:
}
```
-You'll get an error: `Error: Can't find join path to join 'A', 'C'`.
-The problem is joins are directed and if we try to connect `A` and `C` there's no path from `A` to `C` or either from `C` to `A`.
-On possible solution is to move `A-B` join from `B` cube to `A`:
+You'll get an error: `Error: Can't find join path to join 'A', 'C'`. The problem
+is joins are directed and if we try to connect `A` and `C` there's no path from
+`A` to `C` or either from `C` to `A`. On possible solution is to move `A-B` join
+from `B` cube to `A`:
-[[warning | Note]]
-| Moving the join affects semantics and results of a join which are discussed in previous section.
+<!-- prettier-ignore-start -->
+[[warning |]]
+| Moving the join affects semantics and results of a join which are discussed
+| in previous section.
+<!-- prettier-ignore-end -->
```javascript
cube(`A`, {
@@ -189,13 +205,13 @@ cube(`A`, {
joins: {
B: {
sql: `${B}.a_id = ${A}.id`,
- relationship: `hasMany`
+ relationship: `hasMany`,
},
},
-
+
measures: {
- type: `count`
- }
+ type: `count`,
+ },
});
cube(`B`, {
@@ -203,9 +219,9 @@ cube(`B`, {
joins: {
C: {
sql: `${B}.c_id = ${C}.id`,
- relationship: `hasMany`
- }
- }
+ relationship: `hasMany`,
+ },
+ },
});
cube(`C`, {
@@ -213,8 +229,8 @@ cube(`C`, {
dimensions: {
category: {
sql: `category`,
- type: `string`
- }
- }
+ type: `string`,
+ },
+ },
});
```
diff --git a/Drill-Downs.md b/Drill-Downs.md
index 2234fb8..a7bf08e 100644
--- a/Drill-Downs.md
+++ b/Drill-Downs.md
@@ -6,52 +6,61 @@ subCategory: Tutorials
menuOrder: 27
---
-Drill Down is a powerful feature to facilitate data exploration. It allows to build an interface to let users dive deeper into visualizations and data tables.
-See [ResultSet.drillDown()](@cubejs-client-core#result-set-drill-down) on how to use this feature on the client side.
+Drill Down is a powerful feature to facilitate data exploration. It allows to
+build an interface to let users dive deeper into visualizations and data tables.
+See [ResultSet.drillDown()](@cubejs-client-core#result-set-drill-down) on how to
+use this feature on the client side.
-You can follow [this tutorial](https://cube.dev/blog/introducing-a-drill-down-table-api-in-cubejs/) to learn more about building drill downs UI.
+You can follow
+[this tutorial](https://cube.dev/blog/introducing-a-drill-down-table-api-in-cubejs/)
+to learn more about building drill downs UI.
## Defining a Drill Down in Schema
-A drill down is defined on the [measure](/measures) level in your data schema. It’s defined as a list of dimensions called __drill members__. Once defined, these drill members will always be used to show underlying data when drilling into that measure.
+A drill down is defined on the [measure](/schema/reference/measures) level in
+your data schema. It’s defined as a list of dimensions called **drill members**.
+Once defined, these drill members will always be used to show underlying data
+when drilling into that measure.
-Let’s consider the following example of our imaginary e-commerce store. We have an Orders cube, which describes orders in our store. It’s connected to Users and Products.
+Let’s consider the following example of our imaginary e-commerce store. We have
+an Orders cube, which describes orders in our store. It’s connected to Users and
+Products.
```javascript
- cube(`Orders`, {
- sql: `select * from orders`,
-
- joins: {
- Users: {
- type: `belongsTo`,
- sql: `${Orders}.user_id = ${Users}.id`
- },
-
- Products: {
- type: `belongsTo`,
- sql: `${Orders}.product_id = ${Products}.id`
- }
+cube(`Orders`, {
+ sql: `select * from orders`,
+
+ joins: {
+ Users: {
+ type: `belongsTo`,
+ sql: `${Orders}.user_id = ${Users}.id`,
+ },
+
+ Products: {
+ type: `belongsTo`,
+ sql: `${Orders}.product_id = ${Products}.id`,
},
+ },
- measures: {
- count: {
- type: `count`,
- drillMembers: [id, status, Products.name, Users.email]
- }
+ measures: {
+ count: {
+ type: `count`,
+ drillMembers: [id, status, Products.name, Users.email],
},
+ },
- dimensions: {
- id: {
- type: `number`,
- sql: `id`,
- primaryKey: true,
- shown: true
- },
-
- status: {
- type: `string`,
- sql: `status`
- }
- }
- });
+ dimensions: {
+ id: {
+ type: `number`,
+ sql: `id`,
+ primaryKey: true,
+ shown: true,
+ },
+
+ status: {
+ type: `string`,
+ sql: `status`,
+ },
+ },
+});
```
diff --git a/Incremental-Pre-Aggregations.md b/Incremental-Pre-Aggregations.md
index 64f793a..f12133b 100644
--- a/Incremental-Pre-Aggregations.md
+++ b/Incremental-Pre-Aggregations.md
@@ -7,14 +7,20 @@ subCategory: Tutorials
menuOrder: 25
---
-When you use partitioned rollups on immutable data there's an opportunity to build pre-aggregations incrementally.
-Cube.js allows to set `refreshKey` in a way that partitions in past would be never refreshed without a need which leads to significant performance boost.
+When you use partitioned rollups on immutable data there's an opportunity to
+build pre-aggregations incrementally. Cube.js allows to set `refreshKey` in a
+way that partitions in past would be never refreshed without a need which leads
+to significant performance boost.
+<!-- prettier-ignore-start -->
[[warning | Note]]
-| Since 0.15.0 `incremental` flag is a built-in [pre-aggregations refreshKey](pre-aggregations#refresh-key) parameter.
+| Since 0.15.0 `incremental` flag is a built-in [pre-aggregations `refreshKey`
+| ](/schema/reference/pre-aggregations#refresh-key) parameter.
+<!-- prettier-ignore-end -->
-As usually there're multiple cubes that require incremental partitions building it's best practice to introduce separate `RefreshKeyHelper.js` file which will contain this reusable logic.
-Typical immutable partition rollup will look like:
+As usually there're multiple cubes that require incremental partitions building
+it's best practice to introduce separate `RefreshKeyHelper.js` file which will
+contain this reusable logic. Typical immutable partition rollup will look like:
```javascript
const defaultRefreshKey = `DATE(CURRENT_TIMESTAMP())`;
@@ -23,12 +29,13 @@ export const refreshKeySql = `select ${defaultRefreshKey}`;
export const immutablePartitionRollupRefreshKey = (filterFn) =>
`SELECT CASE WHEN ${filterFn(
- (from, to) => `CURRENT_TIMESTAMP() < TIMESTAMP_ADD(TIMESTAMP(${to}), INTERVAL 72 HOUR)`
+ (from, to) =>
+ `CURRENT_TIMESTAMP() < TIMESTAMP_ADD(TIMESTAMP(${to}), INTERVAL 72 HOUR)`
)} THEN ${defaultRefreshKey} END`;
```
-Here we use Standard BigQuery SQL dialect.
-To use this `refreshKey` with for example `Events` table you can define `rollup` like this:
+Here we use Standard BigQuery SQL dialect. To use this `refreshKey` with for
+example `Events` table you can define `rollup` like this:
```javascript
import { immutablePartitionRollupRefreshKey } from './RefreshKeyHelper';
@@ -40,19 +47,20 @@ cube(`Events`, {
main: {
type: `rollup`,
partitionGranularity: `month`,
-
+
// ...
-
+
refreshKey: {
sql: immutablePartitionRollupRefreshKey(
FILTER_PARAMS.FirebaseEvents.time.filter
- )
- }
+ ),
+ },
},
- }
+ },
});
```
-In this case SQL generated by `immutablePartitionRollupRefreshKey` returns current date in case `to` date of partition is within 72 hours of current timestamp.
-Otherwise it returns `NULL`.
-This behavior leads to partitions with `NULL` keys would never refresh until it's SQL is changed.
+In this case SQL generated by `immutablePartitionRollupRefreshKey` returns
+current date in case `to` date of partition is within 72 hours of current
+timestamp. Otherwise it returns `NULL`. This behavior leads to partitions with
+`NULL` keys would never refresh until it's SQL is changed.
diff --git a/Polymorphic-Cubes.md b/Polymorphic-Cubes.md
index 4394dfe..0a1bc3f 100644
--- a/Polymorphic-Cubes.md
+++ b/Polymorphic-Cubes.md
@@ -7,60 +7,67 @@ subCategory: Tutorials
menuOrder: 26
---
-[comment]: # (PROOFREAD: DONE)
-
-In programming languages, polymorphism usually means **the use of a single symbol to represent multiple different types**.
-It can be quite common for a database and application to be designed in such a way that leverages one single database table for entities of different types but sharing common traits.
-
-For example, you are working on an online education platform, where teachers assign lessons to students.
-The database can contain only two tables: one for `users` and another one for `lessons`.
-The `users` table can contain a `type` column, with possible values `teacher` or `student`. Here is how it could look:
-
-| **id** | **type** | **name** | **school** |
-| ------ | ------ | ------ | ------ |
-| 1 | student | Carl Anderson | Balboa High School |
-| 2 | student | Luke Skywalker | Balboa High School |
-| 31 | teacher | John Doe | Balboa High School |
-
-Lessons are assigned by teachers and completed by students. The `lessons` table has both `teacher_id` and `student_id`, which are actually references to the `user id`.
-The `lessons` table can look like this:
-
-| **id** | **teacher_id** | **student_id** | **name** |
-| ------ | ------ | ------ | ------ |
-| 100 | 31 | 1 | Multiplication and the meaning of the Factors |
-| 101 | 31 | 2 | Division as an Unknown Factor Problem |
-
-The best way to design such a schema is by using what we call **Polymorphic Cubes**.
-It relies on the [extends](cube#parameters-extends) feature and prevents you from duplicating code, while preserving the correct domain logic.
+[comment]: # 'PROOFREAD: DONE'
+
+In programming languages, polymorphism usually means **the use of a single
+symbol to represent multiple different types**. It can be quite common for a
+database and application to be designed in such a way that leverages one single
+database table for entities of different types but sharing common traits.
+
+For example, you are working on an online education platform, where teachers
+assign lessons to students. The database can contain only two tables: one for
+`users` and another one for `lessons`. The `users` table can contain a `type`
+column, with possible values `teacher` or `student`. Here is how it could look:
+
+| **id** | **type** | **name** | **school** |
+| ------ | -------- | -------------- | ------------------ |
+| 1 | student | Carl Anderson | Balboa High School |
+| 2 | student | Luke Skywalker | Balboa High School |
+| 31 | teacher | John Doe | Balboa High School |
+
+Lessons are assigned by teachers and completed by students. The `lessons` table
+has both `teacher_id` and `student_id`, which are actually references to the
+`user id`. The `lessons` table can look like this:
+
+| **id** | **teacher_id** | **student_id** | **name** |
+| ------ | -------------- | -------------- | --------------------------------------------- |
+| 100 | 31 | 1 | Multiplication and the meaning of the Factors |
+| 101 | 31 | 2 | Division as an Unknown Factor Problem |
+
+The best way to design such a schema is by using what we call **Polymorphic
+Cubes**. It relies on the [extends](/schema/reference/cube#parameters-extends)
+feature and prevents you from duplicating code, while preserving the correct
+domain logic.
<div class="block help-block">
<a href="extending-cubes">Learn more about using the extends feature.</a>
</div>
-
-The first step is to create a `User` cube, which will act as a base cube for our `Teachers` and `Students` cubes and will contain all common measures and dimensions.
+The first step is to create a `User` cube, which will act as a base cube for our
+`Teachers` and `Students` cubes and will contain all common measures and
+dimensions.
```javascript
cube(`Users`, {
- sql: `select * from users`,
-
- measures: {
- count: {
- type: `count`
- }
- },
-
- dimensions: {
- name: {
- sql: `name`,
- type: `string`
- },
-
- school: {
- sql: `school`,
- type: `string`
- }
- }
+ sql: `select * from users`,
+
+ measures: {
+ count: {
+ type: `count`,
+ },
+ },
+
+ dimensions: {
+ name: {
+ sql: `name`,
+ type: `string`,
+ },
+
+ school: {
+ sql: `school`,
+ type: `string`,
+ },
+ },
});
```
@@ -69,12 +76,12 @@ Then you can extend the `Teachers` and `Students` cubes from `Users`.
```javascript
cube(`Teachers`, {
extends: Users,
- sql: `select * from ${Users.sql()} where type = 'teacher'`
+ sql: `select * from ${Users.sql()} where type = 'teacher'`,
});
cube(`Students`, {
extends: Users,
- sql: `select * from ${Users.sql()} where type = 'student'`
+ sql: `select * from ${Users.sql()} where type = 'student'`,
});
```
@@ -82,28 +89,17 @@ Once we have those cubes, we can define correct joins from the `Lessons` cube.
```javascript
cube(`Lessons`, {
- sql: `select * from lessons`,
-
- joins: {
- Students: {
- relationship: `belongsTo`,
- sql: `${CUBE}.student_id = ${Students}.id`
- },
- Teachers: {
- relationship: `belongsTo`,
- sql: `${CUBE}.teacher_id = ${Teachers}.id`
- }
- }
+ sql: `select * from lessons`,
+
+ joins: {
+ Students: {
+ relationship: `belongsTo`,
+ sql: `${CUBE}.student_id = ${Students}.id`,
+ },
+ Teachers: {
+ relationship: `belongsTo`,
+ sql: `${CUBE}.teacher_id = ${Teachers}.id`,
+ },
+ },
});
```
-
-Now that we have all required cubes joined correctly, the last step is to **present it to end users in the Insights in an easy-to-consume way**.
-We don’t want to show the `Users` cube so as to not confuse the end users.
-We can use the [context feature](context) for this and expose only `Lessons`, `Teachers`, and `Students` into the Insights.
-
-```javascript
-context(`Lessons`, {
- contextMembers: [Lessons, Students, Teachers]
-});
-```
-
diff --git a/Dynamic-Schema-Creation.md b/Dynamic-Schema-Creation.md
index 078344f..28a7995 100644
--- a/Dynamic-Schema-Creation.md
+++ b/Dynamic-Schema-Creation.md
@@ -17,8 +17,8 @@ schema properties can be dynamically updated through an API, for example.
| Each `asyncModule` call will be invoked only once per schema compilation.
<!-- prettier-ignore-end -->
-[ref-schema-env]: /schema-execution-environment
-[ref-async-module]: /schema-execution-environment#asyncmodule
+[ref-schema-env]: /schema/reference/execution-environment
+[ref-async-module]: /schema/reference/execution-environment#asyncmodule
When creating schemas via `asyncModule()`, it is important to be aware of the
following differences compared to statically defining schemas with `cube()`:
@@ -82,7 +82,8 @@ using `fetch()`, transform some of the properties to be functions that return a
string, and then finally use the [`cube()` global function][ref-globals] to
generate schemas from that data:
-[ref-globals]: /schema-execution-environment#cube-js-globals-cube-and-others
+[ref-globals]:
+ /schema/reference/execution-environment#cube-js-globals-cube-and-others
```javascript
// schema/DynamicSchema.js
@@ -170,7 +171,11 @@ dimensions and measures, you could do the following:
```javascript
// schema/DynamicSchema.js
const fetch = require('node-fetch');
-import { convertStringPropToFunction, transformDimensions, transformMeasures } from './utils';
+import {
+ convertStringPropToFunction,
+ transformDimensions,
+ transformMeasures,
+} from './utils';
asyncModule(async () => {
const {
@@ -217,7 +222,7 @@ schemas, as well as ensuring the corresponding database drivers are set up with
[`driverFactory()`][ref-config-driverfactory] in your [`cube.js` configuration
file][ref-config].
-[ref-schema-datasource]: /cube#parameters-data-source
+[ref-schema-datasource]: /schema/reference/cube#parameters-data-source
[ref-config-driverfactory]: /config#options-reference-driver-factory
[ref-config]: /config
@@ -227,7 +232,11 @@ databases, you could do the following:
```javascript
// schema/DynamicSchema.js
const fetch = require('node-fetch');
-import { convertStringPropToFunction, transformDimensions, transformMeasures } from './utils';
+import {
+ convertStringPropToFunction,
+ transformDimensions,
+ transformMeasures,
+} from './utils';
asyncModule(async () => {
const dynamicCubes = await (
diff --git a/Funnels.md b/Funnels.md
index 1007fc2..fef7447 100644
--- a/Funnels.md
+++ b/Funnels.md
@@ -12,15 +12,20 @@ menuOrder: 13
| We encourage you to follow the content and discussions [in the new forum post](https://forum.cube.dev/t/funnels-a-series-of-events-that-lead-users-towards-a-defined-goal).
<!-- prettier-ignore-end -->
-Funnels represent a series of events that lead users towards a defined goal. Funnel analysis is an approach commonly used in product, marketing and sales analytics.
+Funnels represent a series of events that lead users towards a defined goal.
+Funnel analysis is an approach commonly used in product, marketing and sales
+analytics.
Regardless of the domain, every funnel has the following traits:
-* The identity of the object moving through the funnel – e.g. user or lead
-* A set of steps, through which the object moves
-* The date and time of each step
-* The time to convert between steps
-Since funnels have a pretty standard structure, they are good candidates for being extracted into reusable packages. Cube.js comes pre-packaged with a standard funnel package.
+- The identity of the object moving through the funnel – e.g. user or lead
+- A set of steps, through which the object moves
+- The date and time of each step
+- The time to convert between steps
+
+Since funnels have a pretty standard structure, they are good candidates for
+being extracted into reusable packages. Cube.js comes pre-packaged with a
+standard funnel package.
```javascript
// First step is to require the Funnel package
@@ -29,31 +34,37 @@ const Funnels = require(`Funnels`);
cube(`PurchaseFunnel`, {
extends: Funnels.eventFunnel({
userId: {
- sql: `user_id`
+ sql: `user_id`,
},
time: {
- sql: `timestamp`
+ sql: `timestamp`,
},
- steps: [{
- name: `view_product`,
- eventsView: {
- sql: `select * from events where event = 'view_product'`
- }
- }, {
- name: `purchase_product`,
- eventsView: {
- sql: `select * from events where event = 'purchase_product'`
+ steps: [
+ {
+ name: `view_product`,
+ eventsView: {
+ sql: `select * from events where event = 'view_product'`,
+ },
},
- timeToConvert: '1 day'
- }]
- })
+ {
+ name: `purchase_product`,
+ eventsView: {
+ sql: `select * from events where event = 'purchase_product'`,
+ },
+ timeToConvert: '1 day',
+ },
+ ],
+ }),
});
```
-Cube.js will generate an SQL query for this funnel. Since funnel analysis in SQL is
-not straight forward, the SQL code itself is quite complicated,
-even for such a small funnel.
-<a href="#" class="accordion-trigger" id="show-sql-accordion"> Show Funnel's SQL </a>
+Cube.js will generate an SQL query for this funnel. Since funnel analysis in SQL
+is not straight forward, the SQL code itself is quite complicated, even for such
+a small funnel.
+
+<a href="#" class="accordion-trigger" id="show-sql-accordion"> Show Funnel's SQL
+</a>
+
<div class="accordion" id="show-sql-accordion-body">
```sql
@@ -148,91 +159,118 @@ LIMIT
## Funnel parameters
### userId
+
A unique key to identify the users moving through the funnel.
+
```javascript
- userId: {
- sql: `user_id`
- }
+userId: {
+ sql: `user_id`;
+}
```
### nextStepUserId
-In the situation where `user_id` changes between steps, you can pass a unique key to join two adjacent steps.
-For example, if a user signs in after having been tracked anonymously until that point in the funnel, you could use `nextStepUserId` to define a funnel where users are tracked by anonymous ID on the first step and then by an identified user ID on subsequent steps.
+
+In the situation where `user_id` changes between steps, you can pass a unique
+key to join two adjacent steps. For example, if a user signs in after having
+been tracked anonymously until that point in the funnel, you could use
+`nextStepUserId` to define a funnel where users are tracked by anonymous ID on
+the first step and then by an identified user ID on subsequent steps.
+
```javascript
const Funnels = require(`Funnels`);
cube(`OnboardingFunnel`, {
extends: Funnels.eventFunnel({
userId: {
- sql: `id`
+ sql: `id`,
},
time: {
- sql: `timestamp`
+ sql: `timestamp`,
},
- steps: [{
- name: `View Page`,
- eventsView: {
- sql: `select anonymous_id as id, timestamp from pages`
- }
- }, {
- name: `Sign Up`,
- eventsView: {
- sql: `select anonymous_id as id, user_id, timestamp from sign_ups`
+ steps: [
+ {
+ name: `View Page`,
+ eventsView: {
+ sql: `select anonymous_id as id, timestamp from pages`,
+ },
},
- nextStepUserId: {
- sql: `user_id`
+ {
+ name: `Sign Up`,
+ eventsView: {
+ sql: `select anonymous_id as id, user_id, timestamp from sign_ups`,
+ },
+ nextStepUserId: {
+ sql: `user_id`,
+ },
+ timeToConvert: '1 day',
},
- timeToConvert: '1 day'
- }, {
- name: `Action`,
- eventsView: {
- sql: `select user_id as id from actions`
+ {
+ name: `Action`,
+ eventsView: {
+ sql: `select user_id as id from actions`,
+ },
+ timeToConvert: '1 day',
},
- timeToConvert: '1 day'
- }]
- })
+ ],
+ }),
});
```
### time
+
A timestamp of the event.
+
```javascript
- time: {
- sql: `timestamp`
- }
+time: {
+ sql: `timestamp`;
+}
```
### steps
+
An array of steps. Each step has 2 required and 1 optional parameters:
- * __name__ *(required)* - Name of the step. It must be unique within a funnel.
- * __eventsView__ *(required)* - Events table for the step. It must contain `userId` and `time` fields. For example, if we have defined the userId as `user_id` and time as `timestamp`, we need to have these fields in the table we're selecting from.
- * __timeToConvert__ *(optional)* - A time window during which conversion should happen. Set it depending on your funnel logic. If this is set to `1 day`, for instance, it means the funnel will include only users who made a purchase within 1 day of visiting the product page.
+
+- **name** _(required)_ - Name of the step. It must be unique within a funnel.
+- **eventsView** _(required)_ - Events table for the step. It must contain
+ `userId` and `time` fields. For example, if we have defined the userId as
+ `user_id` and time as `timestamp`, we need to have these fields in the table
+ we're selecting from.
+- **timeToConvert** _(optional)_ - A time window during which conversion should
+ happen. Set it depending on your funnel logic. If this is set to `1 day`, for
+ instance, it means the funnel will include only users who made a purchase
+ within 1 day of visiting the product page.
```javascript
- steps: [{
+steps: [
+ {
name: `purchase_product`,
eventsView: {
- sql: `select * from events where event = 'purchase_product'`
+ sql: `select * from events where event = 'purchase_product'`,
},
- timeToConvert: '1 day'
- }]
+ timeToConvert: '1 day',
+ },
+];
```
## Joining funnels
-In order to provide additional dimensions, funnels can be joined with other cubes using `user_id` at the first step of a funnel.
-This will always use a `belongsTo` relationship, so hence you should always join with the corresponding user cube.
-Here, by 'user' we understand this to be any entity that can go through a sequence of steps within funnel.
-It could be a real web user with an auto assigned ID or a specific email sent by an email automation that goes through a typical flow of events like 'sent', 'opened', 'clicked', and so on.
-For example, for our `PurchaseFunnel` we can add a join to another funnel as following:
+In order to provide additional dimensions, funnels can be joined with other
+cubes using `user_id` at the first step of a funnel. This will always use a
+`belongsTo` relationship, so hence you should always join with the corresponding
+user cube. Here, by 'user' we understand this to be any entity that can go
+through a sequence of steps within funnel. It could be a real web user with an
+auto assigned ID or a specific email sent by an email automation that goes
+through a typical flow of events like 'sent', 'opened', 'clicked', and so on.
+For example, for our `PurchaseFunnel` we can add a join to another funnel as
+following:
```javascript
cube(`PurchaseFunnel`, {
joins: {
Users: {
relationship: `belongsTo`,
- sql: `${CUBE}.first_step_user_id = ${Users}.id`
- }
+ sql: `${CUBE}.first_step_user_id = ${Users}.id`,
+ },
},
extends: Funnels.eventFunnel({
@@ -243,30 +281,38 @@ cube(`PurchaseFunnel`, {
## Using funnels
-Cube.js is based on [multidimensional analysis](https://en.wikipedia.org/wiki/Multidimensional_analysis) and operates on the measures and dimensions level. Thus, all funnel data is represented via a set of measures and dimensions.
+Cube.js is based on
+[multidimensional analysis](https://en.wikipedia.org/wiki/Multidimensional_analysis)
Funnel-based cubes have the following structure:
### Measures
-* __conversions__ - Count of conversions in the funnel. The most useful when
- broken down by __steps__. It's the classic funnel view.
-* __conversionsPercent__ - Percentage of conversions. It is useful when you
- want to inspect a specific step, or set of steps, and find out how a conversion has changed over time.
+
+- **conversions** - Count of conversions in the funnel. The most useful when
+ broken down by **steps**. It's the classic funnel view.
+- **conversionsPercent** - Percentage of conversions. It is useful when you want
+ to inspect a specific step, or set of steps, and find out how a conversion has
+ changed over time.
### Dimensions
-* __step__ - Describes funnels' steps. Use it to break down __conversions__ or
- __conversionsPercent__ by steps, or to filter for a specific step.
-* __time__ - time dimension for the funnel. Use it to filter your analysis for
+
+- **step** - Describes funnels' steps. Use it to break down **conversions** or
+ **conversionsPercent** by steps, or to filter for a specific step.
+- **time** - time dimension for the funnel. Use it to filter your analysis for
specific dates or to analyze how conversion changes over time.
-In the following example, we use the `conversions` measure along with the `steps` dimension
-to display a classic bar chart showing the funnel's steps.
+In the following example, we use the `conversions` measure along with the
+`steps` dimension to display a classic bar chart showing the funnel's steps.
<iframe src="https://codesandbox.io/embed/nw87w1nnjm?fontsize=14" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
## Performance considerations
-Funnel joins are extremely heavy for most modern databases and complexity grows in a non-linear way with the addition of steps.
+Funnel joins are extremely heavy for most modern databases and complexity grows
+in a non-linear way with the addition of steps. However, if the cardinality of
+the first event isn't too high, very simple optimization can be applied:
+[originalSql pre-aggregation](/schema/reference/pre-aggregations#original-sql).
+
It is best to use [partitioned rollups][ref-partitioned-rollups] to cache the steps instead. Add one to the `PurchaseFunnel` cube as follows:
```javascript
@@ -278,8 +324,8 @@ cube(`PurchaseFunnel`, {
preAggregations: {
main: {
type: `originalSql`,
- }
- }
+ },
+ },
});
```
diff --git a/Getting-Started.md b/Getting-Started.md
index 5293f00..85e0742 100644
--- a/Getting-Started.md
+++ b/Getting-Started.md
@@ -207,9 +207,9 @@ As with other measures, `payingPercentage` can be used with dimensions.
4. [Schema reference documentation][ref-schema-cube]
[ref-backend-restapi]: /rest-api
-[ref-schema-cube]: /cube
-[ref-schema-measures]: /measures
-[ref-schema-dimensions]: /dimensions
-[ref-schema-types-formats]: /types-and-formats
+[ref-schema-cube]: /schema/reference/cube
+[ref-schema-measures]: /schema/reference/measures
+[ref-schema-dimensions]: /schema/reference/dimensions
+[ref-schema-types-formats]: /schema/reference/types-and-formats
[ref-examples]: /examples
[ref-backend-query-format]: /query-format
diff --git a/cube.md b/cube.md
index 95b2555..72ccf3d 100644
--- a/cube.md
+++ b/cube.md
@@ -1,14 +1,19 @@
---
title: Cubes
-permalink: /cube
+permalink: /schema/reference/cube
scope: cubejs
category: Reference
menuOrder: 2
subCategory: Reference
proofread: 06/18/2019
+redirect_from:
+ - /cube
---
-A `cube` represents a table of data in Cube.js. Cubes are typically declared in separate files with one cube per file. Within each cube are definitions of measures, dimensions, and joins between cubes. A cube should always be declared with a capital letter.
+A `cube` represents a table of data in Cube.js. Cubes are typically declared in
+separate files with one cube per file. Within each cube are definitions of
+measures, dimensions, and joins between cubes. A cube should always be declared
+with a capital letter.
```javascript
cube(`Users`, {
@@ -17,48 +22,55 @@ cube(`Users`, {
joins: {
Organizations: {
relationship: `belongsTo`,
- sql: `${Users}.organization_id = ${Organizations}.id`
- }
+ sql: `${Users}.organization_id = ${Organizations}.id`,
+ },
},
measures: {
count: {
type: `count`,
- sql: `id`
- }
+ sql: `id`,
+ },
},
dimensions: {
createdAt: {
type: `time`,
- sql: `created_at`
+ sql: `created_at`,
},
country: {
type: `string`,
- sql: `country`
- }
- }
+ sql: `country`,
+ },
+ },
});
```
## Naming
-There are certain rules to follow for a cube and cube member names.
-You can use only `0-9`, `_`, and letter characters when naming a cube or a cube member.
-Names should always start with a letter.
+There are certain rules to follow for a cube and cube member names. You can use
+only `0-9`, `_` and letter characters when naming a cube or a cube member. Names
+**must** always start with a letter.
-As a convention cube names start with upper case letters and member names with lower case letters.
-As in case of JavaScript camel case is used for multi-word cube and member names.
+As a convention, cube names start with upper case letters and member names with
+lower case letters. As in JavaScript, [camel case][wiki-camelcase] is used for
+multi-word cube and member names.
## Members and Referencing
-Cubes have three types of members: measures, dimensions and segments.
-Each member can be referenced by either fully qualified name `<CubeName>.<memberName>` or by short version `<memberName>` if member within same cube is referenced.
-There's also handy `CUBE` context variable which references to the current cube.
-Important difference between same cube references is `CUBE.<memberName>` references are resolved runtime as opposed to compile time `<memberName>` references.
+Cubes have three types of members: measures, dimensions and segments. Each
+member can be referenced either by its fully-qualified name
+(`<CubeName>.<memberName>`) or by its short version (`<memberName>`) if member
+exists within the same cube. There is also a handy `CUBE` context variable which
+references the current cube. Important difference between same cube references
+is `CUBE.<memberName>` references are resolved runtime as opposed to compile
+time `<memberName>` references.
-Referencing cubes directly renders it's alias. For example it's handy to avoid name ambiguity in complex expressions:
+Using the `CUBE` referencing causes its alias to be used in SQL queries. For
+example, to avoid ambiguity in the `name` dimension in the following example, we
+use the `CUBE` context variable to explicitly reference the `name` property from
+the `Users` cube:
```javascript
cube(`Users`, {
@@ -85,19 +97,21 @@ cube(`Contacts`, {
sql: `select * from contacts`
// primary key
+ ...
});
```
-Referencing foreign cube in sql parameter instructs Cube.js to build implicit join to this cube.
-For previous example following query
+Referencing a foreign cube in the `sql` parameter instructs Cube.js to build an
+implicit join to this cube. Using the schema above, we'll use a query as an
+example:
-```javascript
+```jsom
{
- dimensions: ['Users.name']
+ "dimensions": ["Users.name"];
}
```
-leads to a join
+The resulting SQL output from [`/v1/sql`][ref-restapi-sql] would look like:
```sql
select COALESCE("users".name, "contacts".name) "users__name"
@@ -112,9 +126,6 @@ Abstract cubes can be defined by simply omitting the first parameter to the
"hidden" from the [Developer Playground][ref-dev-playground] and calls to the
[`/meta` API endpoint][ref-rest-api-meta].
-[ref-dev-playground]: /dev-tools/dev-playground
-[ref-rest-api-meta]: /rest-api#api-reference-v-1-meta
-
```javascript
const Users = cube({
sql: `select * from users`,
@@ -124,9 +135,9 @@ const Users = cube({
name: {
sql: `${CUBE}.name`,
- type: `string`
- }
- }
+ type: `string`,
+ },
+ },
});
cube(`Contacts`, {
@@ -139,29 +150,33 @@ cube(`Contacts`, {
### sql
The `sql` parameter specifies the SQL that will be used to generate a table that
-will be queried by a cube. It can be any valid SQL query, but usually it takes the
-form of a `select * from my_table` query. Please note that you don't need to use
-`GROUP BY` in a SQL query on the cube level. This query should return a plain table,
-without aggregations.
+will be queried by a cube. It can be any valid SQL query, but usually it takes
+the form of a `select * from my_table` query. Please note that you don't need to
+use `GROUP BY` in a SQL query on the cube level. This query should return a
+plain table, without aggregations.
```javascript
cube(`Orders`, {
- sql: `SELECT * FROM orders`
+ sql: `SELECT * FROM orders`,
});
```
You can reference others’ cubes SQL statement for code reuse.
+
```javascript
cube(`Companies`, {
- sql: `SELECT users.company_name, users.company_id FROM ${Users.sql()} AS users`
+ sql: `SELECT users.company_name, users.company_id FROM ${Users.sql()} AS users`,
});
```
### title
-Use `title` to change the display name of the cube.
-By default, Cube.js will humanize the cube's name, so for instance, `UsersOrder`
-would become `Users Orders`. If default humanizing doesn't work in your case, please use the title parameter. It is highly recommended to give human readable names to your cubes.
-It will help everyone on a team better understand the data structure and will help maintain a consistent set of definitions across an organization.
+
+Use `title` to change the display name of the cube. By default, Cube.js will
+humanize the cube's name, so for instance, `UsersOrder` would become
+`Users Orders`. If default humanizing doesn't work in your case, please use the
+title parameter. It is highly recommended to give human readable names to your
+cubes. It will help everyone on a team better understand the data structure and
+will help maintain a consistent set of definitions across an organization.
```javascript
cube(`Orders`, {
@@ -172,7 +187,10 @@ cube(`Orders`, {
```
### description
-Use a description in your cubes to allow your team to better understand what this cube is about. It is a very simple and yet useful tool that gives a hint to everyone and makes sure data is interpreted correctly by users.
+
+Use a description in your cubes to allow your team to better understand what
+this cube is about. It is a very simple and yet useful tool that gives a hint to
+everyone and makes sure data is interpreted correctly by users.
```javascript
cube(`Orders`, {
@@ -183,11 +201,11 @@ cube(`Orders`, {
});
```
-
### extends
-You can extend cubes in order to reuse all declared members of a cube.
-In the example below, `ExtendedOrderFacts` will reuse the `sql` and `count` measures from `OrderFacts`:
+You can extend cubes in order to reuse all declared members of a cube. In the
+example below, `ExtendedOrderFacts` will reuse the `sql` and `count` measures
+from `OrderFacts`:
```javascript
cube(`OrderFacts`, {
@@ -213,10 +231,11 @@ cube(`ExtendedOrderFacts`, {
});
```
-You can also omit the cube name while defining it.
-This way Cube.js doesn't register this cube globally but instead it returns reference to it which you can use while combining cubes.
-It makes sense to use it for dynamic schema generation and reusing with `extends`.
-Previous example without defining `OrderFacts` cube globally:
+You can also omit the cube name while defining it. This way Cube.js doesn't
+register this cube globally but instead it returns reference to it which you can
+use while combining cubes. It makes sense to use it for dynamic schema
+generation and reusing with `extends`. Previous example without defining
+`OrderFacts` cube globally:
```javascript
const OrderFacts = cube({
@@ -244,19 +263,22 @@ cube(`ExtendedOrderFacts`, {
### refreshKey
-Cube.js caching layer uses `refreshKey` queries to get the current version of content for a specific cube.
-If a query result changes, Cube.js will invalidate all queries that rely on that cube.
-
+Cube.js caching layer uses `refreshKey` queries to get the current version of
+content for a specific cube. If a query result changes, Cube.js will invalidate
+all queries that rely on that cube.
The default values for `refreshKey` are
- * `every: '2 minute'` for BigQuery, Athena, Snowflake, and Presto.
- * `every: '10 second'` for all other databases.
-Refresh key of a query is a concatenation of all cubes refresh keys involved in query.
-For rollup queries pre-aggregation table name is used as a refresh key.
+- `every: '2 minute'` for BigQuery, Athena, Snowflake, and Presto.
+- `every: '10 second'` for all other databases.
+
+Refresh key of a query is a concatenation of all cubes refresh keys involved in
+query. For rollup queries pre-aggregation table name is used as a refresh key.
-You can set up a custom refresh check SQL by changing `refreshKey` property. Often, a `MAX(updated_at_timestamp)` for OLTP data is a viable option, or examining a metadata table for whatever system is managing the data to see when it last ran.
-timestamp in that case.
+You can set up a custom refresh check SQL by changing `refreshKey` property.
+Often, a `MAX(updated_at_timestamp)` for OLTP data is a viable option, or
+examining a metadata table for whatever system is managing the data to see when
+it last ran. timestamp in that case.
```javascript
cube(`OrderFacts`, {
@@ -266,27 +288,26 @@ cube(`OrderFacts`, {
// the value of previous MAX(updated_at_timestamp) changed
// By default Cube.js will check this refreshKey every 10 seconds
refreshKey: {
- sql: `SELECT MAX(updated_at_timestamp) FROM orders`
- }
+ sql: `SELECT MAX(updated_at_timestamp) FROM orders`,
+ },
});
```
-You can use interval based `refreshKey`.
-For example:
+You can use interval based `refreshKey`. For example:
```javascript
cube(`OrderFacts`, {
sql: `SELECT * FROM orders`,
refreshKey: {
- every: `1 hour`
- }
+ every: `1 hour`,
+ },
});
```
-
-`every` - can be set as an interval with granularities `second`, `minute`, `hour`, `day`, and `week` or accept CRON string with some limitations.
-If you set `every` as CRON string, you can use the `timezone` property.
+`every` - can be set as an interval with granularities `second`, `minute`,
+`hour`, `day`, and `week` or accept CRON string with some limitations. If you
+set `every` as CRON string, you can use the `timezone` property.
For example:
@@ -295,29 +316,34 @@ cube(`OrderFacts`, {
sql: `SELECT * FROM orders`,
refreshKey: {
every: '30 5 * * 5',
- timezone: 'America/Los_Angeles'
- }
+ timezone: 'America/Los_Angeles',
+ },
});
```
-`every` can accept only equal time intervals - so "Day of month" and "month" intervals in CRON expressions are not supported.
+`every` can accept only equal time intervals - so "Day of month" and "month"
+intervals in CRON expressions are not supported.
<!-- prettier-ignore-start -->
[[warning |]]
| Cube.js supports two different formats of CRON expressions: standard and advanced with support for seconds.
<!-- prettier-ignore-end -->
-Such `refreshKey` is just a syntactic sugar over `refreshKey` SQL.
-It's guaranteed that `refreshKey` change it's value at least once during `every` interval.
-It will be converted to appropriate SQL select which value will change over time based on interval value.
-Values of interval based `refreshKey` are tried to be checked ten times within defined interval but not more than once per `1 second` and not less than once per `5 minute`.
-For example if interval is `10 minute` it's `refreshKeyRenewalThreshold` will be 60 seconds and generated `refreshKey` SQL (Postgres) would be:
+Such `refreshKey` is just a syntactic sugar over `refreshKey` SQL. It's
+guaranteed that `refreshKey` change it's value at least once during `every`
+interval. It will be converted to appropriate SQL select which value will change
+over time based on interval value. Values of interval based `refreshKey` are
+tried to be checked ten times within defined interval but not more than once per
+`1 second` and not less than once per `5 minute`. For example if interval is
+`10 minute` it's `refreshKeyRenewalThreshold` will be 60 seconds and generated
+`refreshKey` SQL (Postgres) would be:
```sql
SELECT FLOOR(EXTRACT(EPOCH FROM NOW()) / 600)
```
-For `5 second` interval `refreshKeyRenewalThreshold` will be just 1 second and SQL will be:
+For `5 second` interval `refreshKeyRenewalThreshold` will be just 1 second and
+SQL will be:
```sql
SELECT FLOOR(EXTRACT(EPOCH FROM NOW()) / 5)
@@ -325,7 +351,7 @@ SELECT FLOOR(EXTRACT(EPOCH FROM NOW()) / 5)
### Supported cron formats
-* Standard cron syntax
+- Standard cron syntax
```
* * * * *
@@ -338,7 +364,7 @@ SELECT FLOOR(EXTRACT(EPOCH FROM NOW()) / 5)
└──────────────────── minute (0 - 59)
```
-* Advanced cron format with support for seconds
+- Advanced cron format with support for seconds
```
* * * * * *
@@ -354,26 +380,25 @@ SELECT FLOOR(EXTRACT(EPOCH FROM NOW()) / 5)
### dataSource
-Each cube in schema can have it's own `dataSource` name to support scenarios where data should be fetched from multiple databases.
+Each cube in schema can have it's own `dataSource` name to support scenarios
+where data should be fetched from multiple databases. Value of `dataSource`
Value of `dataSource` parameter will be passed to [`dbType`][ref-config-dbtype] and
[`driverFactory`][ref-config-driverfactory] functions as part of the context parameter.
By default, each cube has a `default` value for it's `dataSource`.
To override it you can use:
-[ref-config-dbtype]: /config#options-reference-db-type
-[ref-config-driverfactory]: /config#options-reference-driver-factory
-
```javascript
cube(`OrderFacts`, {
sql: `SELECT * FROM orders`,
- dataSource: `prod_db`
+ dataSource: `prod_db`,
});
```
### sqlAlias
-Use `sqlAlias` when auto-generated cube alias prefix is too long and truncated by DB such as Postgres:
+Use `sqlAlias` when auto-generated cube alias prefix is too long and truncated
+by DB such as Postgres:
```javascript
cube(`OrderFacts`, {
@@ -385,14 +410,14 @@ cube(`OrderFacts`, {
});
```
-It'll generate aliases for members such as `ofacts__count`.
-`sqlAlias` affects all member names including pre-aggregation table names.
+It'll generate aliases for members such as `ofacts__count`. `sqlAlias` affects
+all member names including pre-aggregation table names.
### rewriteQueries
-Set this flag to true if you want Cube.js to rewrite your queries after final SQL has been generated.
-This may be helpful to apply filter pushdown optimizations or reduce unnecessary query nesting.
-For example:
+Set this flag to true if you want Cube.js to rewrite your queries after final
+SQL has been generated. This may be helpful to apply filter pushdown
+optimizations or reduce unnecessary query nesting. For example:
```javascript
cube(`Tickets`, {
@@ -402,12 +427,12 @@ cube(`Tickets`, {
});
```
-
## Context Variables
### Filter Params
-`FILTER_PARAMS` allows you to use filter values during SQL generation. You can add it for any valid SQL expression as in the case of dimensions.
+`FILTER_PARAMS` allows you to use filter values during SQL generation. You can
+add it for any valid SQL expression as in the case of dimensions.
It has the following structure:
@@ -415,25 +440,27 @@ It has the following structure:
FILTER_PARAMS.<CUBE_NAME>.<FILTER_NAME>.filter(expression)
```
-The `filter` function accepts the expression, which could be either `String` or `Function`. See the
-examples below.
+The `filter` function accepts the expression, which could be either `String` or
+`Function`. See the examples below.
```javascript
cube(`OrderFacts`, {
- sql: `SELECT * FROM orders WHERE ${FILTER_PARAMS.OrderFacts.date.filter('date')}`,
+ sql: `SELECT * FROM orders WHERE ${FILTER_PARAMS.OrderFacts.date.filter(
+ 'date'
+ )}`,
measures: {
count: {
- type: `count`
- }
+ type: `count`,
+ },
},
dimensions: {
date: {
sql: `date`,
- type: `time`
- }
- }
+ type: `time`,
+ },
+ },
});
```
@@ -443,7 +470,8 @@ This will generate the following SQL:
SELECT * FROM orders WHERE date >= '2018-01-01 00:00:00' and date <= '2018-12-31 23:59:59'
```
-for the `['2018-01-01', '2018-12-31']` date range passed for the `OrderFacts.date` dimension as in following query:
+for the `['2018-01-01', '2018-12-31']` date range passed for the
+`OrderFacts.date` dimension as in following query:
```javascript
{
@@ -456,37 +484,45 @@ for the `['2018-01-01', '2018-12-31']` date range passed for the `OrderFacts.dat
}
```
-You can also pass a function instead of an SQL expression as a `filter()` argument.
-This way you can add BigQuery sharding filtering for events, which will reduce your billing cost.
+You can also pass a function instead of an SQL expression as a `filter()`
+argument. This way you can add BigQuery sharding filtering for events, which
+will reduce your billing cost.
-> **NOTE:** When you're passing function to the `filter()` function, params are passed as string parameters from driver and it's your responsibility to handle type conversions in this case.
+> **NOTE:** When you're passing function to the `filter()` function, params are
+> passed as string parameters from driver and it's your responsibility to handle
+> type conversions in this case.
```javascript
cube(`Events`, {
sql: `
SELECT * FROM schema.\\`events*\\`
- WHERE ${FILTER_PARAMS.Events.date.filter((from, to) =>
- `_TABLE_SUFFIX >= FORMAT_TIMESTAMP('%Y%m%d', TIMESTAMP(${from})) AND _TABLE_SUFFIX <= FORMAT_TIMESTAMP('%Y%m%d', TIMESTAMP(${to}))`
+ WHERE ${FILTER_PARAMS.Events.date.filter(
+ (from, to) =>
+ `_TABLE_SUFFIX >= FORMAT_TIMESTAMP('%Y%m%d', TIMESTAMP(${from})) AND _TABLE_SUFFIX <= FORMAT_TIMESTAMP('%Y%m%d', TIMESTAMP(${to}))`
)}
`,
dimensions: {
date: {
sql: `date`,
- type: `time`
- }
- }
+ type: `time`,
+ },
+ },
});
```
### Security Context
-`SECURITY_CONTEXT` is a user security object that is passed by the Cube.js Client.
+`SECURITY_CONTEXT` is a user security object that is passed by the Cube.js
+Client.
-Please see [Security Context section](security#security-context) on how to set `SECURITY_CONTEXT` value.
+Please see [Security Context section](security#security-context) on how to set
+`SECURITY_CONTEXT` value.
-Security context is suitable for the row level security implementation.
-For example, if you have an `orders` table that contains an `email` field you can restrict all queries to render results that belong only to the current user as follows:
+Security context is suitable for the row level security implementation. For
+example, if you have an `orders` table that contains an `email` field you can
+restrict all queries to render results that belong only to the current user as
+follows:
```javascript
cube(`Orders`, {
@@ -495,9 +531,9 @@ cube(`Orders`, {
dimensions: {
date: {
sql: `date`,
- type: `time`
- }
- }
+ type: `time`,
+ },
+ },
});
```
@@ -505,75 +541,100 @@ To ensure filter value presents for all requests `requiredFilter` can be used:
```javascript
cube(`Orders`, {
- sql: `SELECT * FROM orders WHERE ${SECURITY_CONTEXT.email.requiredFilter('email')}`,
+ sql: `SELECT * FROM orders WHERE ${SECURITY_CONTEXT.email.requiredFilter(
+ 'email'
+ )}`,
dimensions: {
date: {
sql: `date`,
- type: `time`
- }
- }
+ type: `time`,
+ },
+ },
});
```
### Unsafe Value
-[[warning | Note]]
+<!-- prettier-ignore-start -->
+[[warning |]]
| Use of this feature entails SQL injection security risk. Use it with caution.
+<!-- prettier-ignore-end -->
-You can access values of context variables directly in javascript in order to use it during your SQL generation.
-For example:
+You can access values of context variables directly in javascript in order to
+use it during your SQL generation. For example:
```javascript
cube(`Orders`, {
- sql: `SELECT * FROM ${SECURITY_CONTEXT.type.unsafeValue() === 'employee' ? 'employee' : 'public'}.orders`,
+ sql: `SELECT * FROM ${
+ SECURITY_CONTEXT.type.unsafeValue() === 'employee' ? 'employee' : 'public'
+ }.orders`,
dimensions: {
date: {
sql: `date`,
- type: `time`
- }
- }
+ type: `time`,
+ },
+ },
});
```
### SQL Utils
+
#### convertTz
-In case you need to convert your timestamp to user request timezone in cube or member SQL you can use `SQL_UTILS.convertTz()` method. Note that Cube.js will automatically convert timezones for `timeDimensions` fields in [queries](Query-Format#query-properties).
+In case you need to convert your timestamp to user request timezone in cube or
+member SQL you can use `SQL_UTILS.convertTz()` method. Note that Cube.js will
+automatically convert timezones for `timeDimensions` fields in
+[queries](/query-format#query-properties).
-[[warning | Note]]
-| Dimensions that use `SQL_UTILS.convertTz()` should not be used as `timeDimensions` in queries. Doing so will apply the conversion multiple times and yield wrong results.
+<!-- prettier-ignore-start -->
+[[warning |]]
+| Dimensions that use `SQL_UTILS.convertTz()` should not be used as
+| `timeDimensions` in queries. Doing so will apply the conversion multiple
+| times and yield wrong results.
+<!-- prettier-ignore-end -->
-In case the same database field needs to be queried in `dimensions` and `timeDimensions`, create dedicated dimensions in the cube definition for the respective use:
+In case the same database field needs to be queried in `dimensions` and
+`timeDimensions`, create dedicated dimensions in the cube definition for the
+respective use:
```javascript
cube(`visitors`, {
// ...
dimensions: {
- createdAtConverted: { // do not use in timeDimensions query property
+ createdAtConverted: {
+ // do not use in timeDimensions query property
type: 'time',
- sql: SQL_UTILS.convertTz(`created_at`)
+ sql: SQL_UTILS.convertTz(`created_at`),
},
- createdAt: { // use in timeDimensions query property
+ createdAt: {
+ // use in timeDimensions query property
type: 'time',
- sql: `created_at`
+ sql: `created_at`,
},
- }
-})
+ },
+});
```
### Compile context
-There's global `COMPILE_CONTEXT` that captured as [RequestContext](@cubejs-backend-server-core#request-context) at the time of schema compilation.
-It contains `securityContext` and any other variables provided by [extendContext](@cubejs-backend-server-core#options-reference-extend-context).
+There's global `COMPILE_CONTEXT` that captured as
+[RequestContext][ref-config-req-ctx] at the time of schema compilation. It
+contains `securityContext` and any other variables provided by
+[extendContext][ref-config-ext-ctx].
-[[warning | Note]]
-| While `securityContext` defined in `COMPILE_CONTEXT` it doesn't change it's value for different users. It may change however for different tenants.
+<!-- prettier-ignore-start -->
+[[warning |]]
+| While `securityContext` defined in `COMPILE_CONTEXT` it doesn't change it's
+| value for different users. It may change however for different tenants.
+<!-- prettier-ignore-end -->
```javascript
-const { securityContext: { deploymentId } } = COMPILE_CONTEXT;
+const {
+ securityContext: { deploymentId },
+} = COMPILE_CONTEXT;
const schemaName = `user_${deploymentId}`;
@@ -583,3 +644,12 @@ cube(`Users`, {
// ...
});
```
+
+[ref-restapi-sql]: /rest-api#api-reference-v-1-sql
+[ref-dev-playground]: /dev-tools/dev-playground
+[ref-rest-api-meta]: /rest-api#api-reference-v-1-meta
+[ref-config-dbtype]: /config#options-reference-db-type
+[ref-config-driverfactory]: /config#options-reference-driver-factory
+[ref-config-req-ctx]: /config#request-context
+[ref-config-ext-ctx]: /config#options-reference-extend-context
+[wiki-camelcase]: https://en.wikipedia.org/wiki/Camel_case
diff --git a/dimensions.md b/dimensions.md
index dd24400..0da740a 100644
--- a/dimensions.md
+++ b/dimensions.md
@@ -1,18 +1,24 @@
---
title: Dimensions
-permalink: /dimensions
+permalink: /schema/reference/dimensions
scope: cubejs
category: Reference
subCategory: Reference
menuOrder: 4
proofread: 06/18/2019
+redirect_from:
+ - /dimensions
---
-The `dimensions` parameter contains a set of dimensions. You can think about a dimension as an attribute related to a measure, e.g. the measure `userCount` can have dimensions like `country`, `age`, `occupation`, etc.
+The `dimensions` property contains a set of dimensions. You can think about a
+dimension as an attribute related to a measure, e.g. the measure `userCount` can
+have dimensions like `country`, `age`, `occupation`, etc.
-Any dimension should have a name, sql parameter, and type.
+Any dimension should have the following properties: `name`, `sql` and `type`.
+
+You can name a dimension by following the same rules as for measure, so each
+name should:
-You can name a dimension by following the same rules as for measure, so each name should:
- Be unique within a cube
- Start with a lowercase letter
@@ -23,156 +29,213 @@ cube(`Products`, {
dimensions: {
price: {
sql: `price`,
- type: `number`
+ type: `number`,
},
brandName: {
sql: `brand_name`,
- type: `string`
- }
- }
+ type: `string`,
+ },
+ },
});
```
## Parameters
### title
-You can use the `title` parameter to change a dimension’s displayed name. By default, Cube.js will humanize your dimension key to create a display name.
-In order to override default behavior, please use the `title` parameter.
+
+You can use the `title` parameter to change a dimension's displayed name. By
+default, Cube.js will humanize your dimension key to create a display name. In
+order to override default behavior, please use the `title` property:
```javascript
-dimensions: {
- metaValue: {
- type: `string`,
- sql: `meta_value`,
- title: `Size`
- }
-}
+cube('Products', {
+ dimensions: {
+ metaValue: {
+ type: `string`,
+ sql: `meta_value`,
+ title: `Size`,
+ },
+ },
+});
```
### description
-You can add details to a dimension’s definition via the `description` parameter.
+
+You can add details to a dimension's definition via the `description` property:
```javascript
-dimensions: {
- comment: {
- type: `string`,
- sql: `comments`,
- description: `Comments for orders`
- }
-}
+cube('Products', {
+ dimensions: {
+ comment: {
+ type: `string`,
+ sql: `comments`,
+ description: `Comments for orders`,
+ },
+ },
+});
```
### shown
-You can manage the visibility of the dimension using the `shown` parameter. The default value of `shown` is `true`.
+
+You can manage the visibility of the dimension using the `shown` property. The
+default value of `shown` is `true`.
```javascript
-dimensions: {
- comment: {
- type: `string`,
- sql: `comments`,
- shown: false
- }
-}
+cube('Products', {
+ dimensions: {
+ comment: {
+ type: `string`,
+ sql: `comments`,
+ shown: false,
+ },
+ },
+});
```
### case
-The `case` statement is used to define if/then/else conditions to display data.
-It contains two parameters: `when` and `then`.
-The first `when` statement declares a condition and result if the rule returns a true value.
-The second `else` statement declares results for options when rules return a false value.
+The `case` statement is used to define if/then/else conditions to display data.
+It contains two parameters: `when` and `then`. The first `when` statement
+declares a condition and result if the rule returns a true value. The second
+`else` statement declares results for options when rules return a false value.
-The following static `label` example will create a `size` dimension with values 'xl' and 'xxl'.
+The following static `label` example will create a `size` dimension with values
+`xl` and `xxl`:
```javascript
-size: {
- type: `string`,
- case: {
- when: [
- { sql: `${CUBE}.meta_value = 'xl-en'`, label: `xl` },
- { sql: `${CUBE}.meta_value = 'xl'`, label: `xl` },
- { sql: `${CUBE}.meta_value = 'xxl-en'`, label: `xxl` },
- { sql: `${CUBE}.meta_value = 'xxl'`, label: `xxl` },
- ],
- else: { label: `Unknown` }
- }
-}
+cube('Products', {
+ dimensions: {
+ size: {
+ type: `string`,
+ case: {
+ when: [
+ { sql: `${CUBE}.meta_value = 'xl-en'`, label: `xl` },
+ { sql: `${CUBE}.meta_value = 'xl'`, label: `xl` },
+ { sql: `${CUBE}.meta_value = 'xxl-en'`, label: `xxl` },
+ { sql: `${CUBE}.meta_value = 'xxl'`, label: `xxl` },
+ ],
+ else: { label: `Unknown` },
+ },
+ },
+ },
+});
```
-`label` can be defined dynamically as an object with a `sql` property.
+The `label` property can be defined dynamically as an object with a `sql`
+property:
```javascript
-size: {
- type: `string`,
- case: {
- when: [
- { sql: `${CUBE}.meta_value = 'xl-en'`, label: {sql: `${CUBE}.english_size`} },
- { sql: `${CUBE}.meta_value = 'xl'`, label: {sql: `${CUBE}.euro_size`} },
- { sql: `${CUBE}.meta_value = 'xxl-en'`, label: {sql: `${CUBE}.english_size`} },
- { sql: `${CUBE}.meta_value = 'xxl'`, label: {sql: `${CUBE}.euro_size`} },
- ],
- else: { label: `Unknown` }
- }
-}
+cube('Products', {
+ dimensions: {
+ size: {
+ type: `string`,
+ case: {
+ when: [
+ {
+ sql: `${CUBE}.meta_value = 'xl-en'`,
+ label: { sql: `${CUBE}.english_size` },
+ },
+ {
+ sql: `${CUBE}.meta_value = 'xl'`,
+ label: { sql: `${CUBE}.euro_size` },
+ },
+ {
+ sql: `${CUBE}.meta_value = 'xxl-en'`,
+ label: { sql: `${CUBE}.english_size` },
+ },
+ {
+ sql: `${CUBE}.meta_value = 'xxl'`,
+ label: { sql: `${CUBE}.euro_size` },
+ },
+ ],
+ else: { label: `Unknown` },
+ },
+ },
+ },
+});
```
### primaryKey
-Specify which dimension is a primary key for a cube. The default value is `false`.
-A primary key is used to make [joins](joins) work properly.
+Specify which dimension is a primary key for a cube. The default value is
+`false`.
+
+A primary key is used to make [joins][ref-schema-ref-joins] work properly.
-[[warning | Note]]
-| Setting `primaryKey` to `true` will change the default value of `shown` parameter to `false`. If you still want `shown` to be `true` - set it manually.
+<!-- prettier-ignore-start -->
+[[warning |]]
+| Setting `primaryKey` to `true` will change the default value of `shown`
+| parameter to `false`. If you still want `shown` to be `true`, set it
+| manually.
+<!-- prettier-ignore-end -->
```javascript
-dimensions: {
- id: {
- sql: `id`,
- type: `number`,
- primaryKey: true
- }
-}
+cube('Products', {
+ dimensions: {
+ id: {
+ sql: `id`,
+ type: `number`,
+ primaryKey: true,
+ },
+ },
+});
```
### subQuery
-The `subQuery` statement allows you to reference a measure in a dimension. It's an advanced concept and you can learn more about it [here](subquery).
+
+The `subQuery` statement allows you to reference a measure in a dimension. It's
+an advanced concept and you can learn more about it [here][ref-subquery].
```javascript
-dimensions: {
- usersCount: {
- sql: `${Users.count}`,
- type: `number`,
- subQuery: true
- }
-}
+cube('Products', {
+ dimensions: {
+ usersCount: {
+ sql: `${Users.count}`,
+ type: `number`,
+ subQuery: true,
+ },
+ },
+});
```
### propagateFiltersToSubQuery
-When this statement is set to `true` the filters applied to the query will be passed to the subquery
+
+When this statement is set to `true`, the filters applied to the query will be
+passed to the [subquery][self-subquery].
```javascript
-dimensions: {
- usersCount: {
- sql: `${Users.count}`,
- type: `number`,
- subQuery: true,
- propagateFiltersToSubQuery: true
- }
-}
+cube('Products', {
+ dimensions: {
+ usersCount: {
+ sql: `${Users.count}`,
+ type: `number`,
+ subQuery: true,
+ propagateFiltersToSubQuery: true,
+ },
+ },
+});
```
### meta
+
Custom metadata. Can be used to pass any information to the frontend.
+
```javascript
-dimensions: {
- usersCount: {
- sql: `${Users.count}`,
- type: `number`,
- //...
- meta: {
- any: 'value'
- }
- }
-}
+cube('Products', {
+ dimensions: {
+ usersCount: {
+ sql: `${Users.count}`,
+ type: `number`,
+ //...
+ meta: {
+ any: 'value',
+ },
+ },
+ },
+});
```
+
+[ref-schema-ref-joins]: /schema/reference/joins
+[ref-subquery]: /subquery
+[self-subquery]: #parameters-sub-query
diff --git a/joins.md b/joins.md
index 7d21f96..af67c91 100644
--- a/joins.md
+++ b/joins.md
@@ -1,62 +1,74 @@
---
title: Joins
-permalink: /joins
+permalink: /schema/reference/joins
scope: cubejs
category: Reference
subCategory: Reference
menuOrder: 5
proofread: 06/18/2019
+redirect_from:
+ - /joins
---
-The `joins` parameter declares a block to define relationships between cubes.
-It allows users to access and compare fields from two or more cubes at the same time.
+The `joins` parameter declares a block to define relationships between cubes. It
+allows users to access and compare fields from two or more cubes at the same
+time.
```javascript
-joins: {
- TargetCubeName: {
- relationship: `belongsTo` || `hasMany` || `hasOne`,
- sql: `SQL ON clause`
- }
-}
+cube('MyCube', {
+ joins: {
+ TargetCubeName: {
+ relationship: `belongsTo` || `hasMany` || `hasOne`,
+ sql: `SQL ON clause`,
+ },
+ },
+});
```
-All joins are generated as `LEFT JOIN` and cube which defines a join serves as a main table and cube inside `joins` definition is one which goes to `LEFT JOIN` clause.
-Learn more about direction of joins [here](direction-of-joins).
+All joins are generated as `LEFT JOIN`. The cube which defines the join serves
+as a main table, and any cubes referenced inside the `joins` property are used
+in the `LEFT JOIN` clause. Learn more about direction of joins
+[here][ref-schema-advanced-join-direction].
-Semantics of `INNER JOIN` can be achieved with an additional filtering.
-For example by checking column value `IS NOT NULL` by using [set filter](query-format#filters-operators-set).
+The semantics of `INNER JOIN` can be achieved with additional filtering. For
+example, a simple check of whether the column value `IS NOT NULL` by using [set
+filter][ref-restapi-query-filter-op-set] satisfies this requirement.
## Parameters
### relationship
-`relationship` enables you to describe the join relationship between joined cubes.
-It’s important to properly define the type of relationship in order for Cube.js
-to calculate accurate measures.
-
-<div class="block help-block">
- <p><b>Note:</b> It is very important to define the correct order of cubes in a join. It affects data in the result-set greatly.</p>
- <p>The basic cube represents the left entity in a join, all others would be right. That means that all rows of the left cube are selected, while rows of the right depend on the condition.</p>
- <p>For more information and specific examples, please take a look at our <a href="direction-of-joins">guides</a>.</p>
-</div>
+`relationship` enables you to describe the join relationship between joined
+cubes. It’s important to properly define the type of relationship in order for
+Cube.js to accurately calculate measures.
+<!-- prettier-ignore-start -->
+[[info |]]
+| It is very important to define the correct order of cubes in a join. It
+| affects data in the result-set greatly. The basic cube represents the left
+| entity in a join, all others would be right. That means that all rows of the
+| left cube are selected, while rows of the right depend on the condition.
+| For more information and specific examples, please read about [join directions
+| here][ref-schema-advanced-join-direction].
+<!-- prettier-ignore-end -->
The three possible values for a relationship are:
#### hasOne
-A `hasOne` relationship indicates a one-to-one connection with another cube. This relationship
-indicates that the one row in the cube can match only one row in the joined cube. For example,
-in a model containing users and user profiles, the users cube would have the following join:
+A `hasOne` relationship indicates a one-to-one connection with another cube.
+This relationship indicates that the one row in the cube can match only one row
+in the joined cube. For example, in a model containing users and user profiles,
+the users cube would have the following join:
```javascript
-cube("Users", {
+cube('Users', {
joins: {
Profile: {
relationship: `hasOne`,
- sql: `${Users}.id = ${Profile}.user_id`
- }
- }
+ sql: `${Users}.id = ${Profile}.user_id`,
+ },
+ },
});
```
@@ -64,114 +76,155 @@ cube("Users", {
A `hasMany` relationship indicates a one-to-many connection with another cube.
You'll often find this relationship on the "other side" of a `belongsTo`
-relationship. This relationship indicates that the one row in the cube can match many rows in the joined cube.
-For example, in a model containing authors and books, the authors cube would have the following join:
+relationship. This relationship indicates that the one row in the cube can match
+many rows in the joined cube. For example, in a model containing authors and
+books, the authors cube would have the following join:
```javascript
-cube("Authors", {
+cube('Authors', {
joins: {
Books: {
relationship: `hasMany`,
- sql: `${Authors}.id = ${Books}.author_id`
- }
- }
+ sql: `${Authors}.id = ${Books}.author_id`,
+ },
+ },
});
```
#### belongsTo
-A `belongsTo` relationship indicates a many-to-one connection with another cube. You’ll often find this relationship on the “other side” of a `hasMany` relationship. This relationship indicates that the one row of the declaring cube matches a row in the joined instance, while the joined instance can have many rows in the declaring cube. For example, in a model containing orders and customers, the orders cube would have the following join:
+A `belongsTo` relationship indicates a many-to-one connection with another cube.
+You’ll often find this relationship on the “other side” of a `hasMany`
+relationship. This relationship indicates that the one row of the declaring cube
+matches a row in the joined instance, while the joined instance can have many
+rows in the declaring cube. For example, in a model containing orders and
+customers, the orders cube would have the following join:
```javascript
-cube("Orders", {
+cube('Orders', {
joins: {
Customers: {
relationship: `belongsTo`,
- sql: `${Orders}.customer_id = ${Customers}.id`
- }
- }
+ sql: `${Orders}.customer_id = ${Customers}.id`,
+ },
+ },
});
```
### sql
-`sql` is necessary to indicate a related column between cubes. It is important to properly specify a matching column when creating joins. Take a look at the example below:
+`sql` is necessary to indicate a related column between cubes. It is important
+to properly specify a matching column when creating joins. Take a look at the
+example below:
+
```javascript
- sql: `${Orders}.customer_id = ${Customers}.id`
+cube('Orders', {
+ joins: {
+ Customers: {
+ relationship: `belongsTo`,
+ // The `customer_id` field on `Orders` corresponds to the
+ // `id` field on `Customers`
+ sql: `${Orders}.customer_id = ${Customers}.id`,
+ },
+ },
+});
```
## Setting a Primary Key
-In order to make `join` work, it is necessary to define a `primaryKey` as specified below.
-It's required when a join is defined because Cube.js takes care of row multiplication issues.
+In order for a join to work, it is necessary to define a `primaryKey` as
+specified below. It is a requirement when a join is defined so that Cube.js can
+handle row multiplication issues.
Let's imagine you want to calculate `Order Amount` by `Order Item Product Name`.
-In this case, `Order` rows will be multiplied by the `Order Item` join due to the `hasMany` relationship.
-In order to produce correct results, Cube.js will select distinct primary keys from `Order` first and then will join these primary keys with `Order` to get the correct `Order Amount` sum result.
-Please note that `primaryKey` should be defined in the `dimensions` section.
+In this case, `Order` rows will be multiplied by the `Order Item` join due to
+the `hasMany` relationship. In order to produce correct results, Cube.js will
+select distinct primary keys from `Order` first and then will join these primary
+keys with `Order` to get the correct `Order Amount` sum result. Please note that
+`primaryKey` should be defined in the `dimensions` section.
```javascript
-dimensions: {
- authorId: {
- sql: `id`,
- type: `number`,
- primaryKey: true
- }
-}
+cube('Orders', {
+ dimensions: {
+ customerId: {
+ sql: `id`,
+ type: `number`,
+ primaryKey: true,
+ },
+ },
+});
```
-<div class="block help-block">
- <p>
- <b>Note:</b>
- Setting <code>primaryKey</code> to <code>true</code> will change the default value of the <code>shown</code> parameter to <code>false</code>. If you still want <code>shown</code> to be <code>true</code>—set it manually.
- </p>
-</div>
+
+<!-- prettier-ignore-start -->
+[[info |]]
+| Setting `primaryKey` to `true` will change the default value of the `shown`
+| parameter to `false`. If you still want `shown` to be `true` — set it
+| manually.
+<!-- prettier-ignore-end -->
```javascript
-dimensions: {
- authorId: {
- sql: `id`,
- type: `number`,
- primaryKey: true,
- shown: true
- }
-}
+cube('Orders', {
+ dimensions: {
+ customerId: {
+ sql: `id`,
+ type: `number`,
+ primaryKey: true,
+ shown: true,
+ },
+ },
+});
```
-If you don't have a single column in a cube's table that can act as a primary key,
-you can create a composite primary key as shown below.
+If you don't have a single column in a cube's table that can act as a primary
+key, you can create a composite primary key as shown below.
-_The example uses Postgres string concatenation; note that SQL may be
-different depending on your database._
+<!-- prettier-ignore-start -->
+[[warning |]]
+| The example uses Postgres string concatenation; note that SQL may be
+| different depending on your database.
+<!-- prettier-ignore-end -->
```javascript
-dimensions: {
- id: {
- sql: `${CUBE}.user_id || '-' || ${CUBE}.signup_week || '-' || ${CUBE}.activity_week`,
- type: `string`,
- primaryKey: true
- }
-}
+cube('Users', {
+ dimensions: {
+ id: {
+ sql: `${CUBE}.user_id || '-' || ${CUBE}.signup_week || '-' || ${CUBE}.activity_week`,
+ type: `string`,
+ primaryKey: true,
+ },
+ },
+});
```
## CUBE reference
-When you have several joined cubes, you should accurately use columns’ names to avoid any mistakes. One way to make no mistakes is to use the `${CUBE}` reference. It allows you to specify columns’ names in cubes without any ambiguity. During the implementation of the query, this reference will be used as an alias for a basic cube. Take a look at the following example:
+When you have several joined cubes, you should accurately use columns’ names to
+avoid any mistakes. One way to make no mistakes is to use the `${CUBE}`
+reference. It allows you to specify columns’ names in cubes without any
+ambiguity. During the implementation of the query, this reference will be used
+as an alias for a basic cube. Take a look at the following example:
```javascript
-dimensions: {
- name: {
- sql: `${CUBE}.name`,
- type: `string`
- }
-}
+cube('Users', {
+ dimensions: {
+ name: {
+ sql: `${CUBE}.name`,
+ type: `string`,
+ },
+ },
+});
```
## Transitive joins
-[[warning | Note]]
-| Join graph is directed and `A-B` join is different from `B-A`. [Learn more about it here](direction-of-joins).
+<!-- prettier-ignore-start -->
+[[warning |]]
+| Join graph is directed and `A-B` join is different from `B-A`. [Learn more
+| about it here](direction-of-joins).
+<!-- prettier-ignore-end -->
-Cube.js automatically takes care of transitive joins. For example if you have following schema:
+Cube.js automatically takes care of transitive joins. For example if you have
+the following schema:
```javascript
cube(`A`, {
@@ -179,15 +232,15 @@ cube(`A`, {
joins: {
B: {
sql: `${A}.b_id = ${B}.id`,
- relationship: `belongsTo`
- }
+ relationship: `belongsTo`,
+ },
},
-
+
measures: {
count: {
- type: `count`
- }
- }
+ type: `count`,
+ },
+ },
});
cube(`B`, {
@@ -195,31 +248,36 @@ cube(`B`, {
joins: {
C: {
sql: `${B}.c_id = ${C}.id`,
- relationship: `belongsTo`
- }
- }
+ relationship: `belongsTo`,
+ },
+ },
});
cube(`C`, {
// ...
-
+
dimensions: {
category: {
sql: `category`,
- type: `string`
- }
- }
+ type: `string`,
+ },
+ },
});
```
-And following query:
+and the following query:
-```javascript
+```json
{
- measures: ['A.count'],
- dimensions: ['C.category']
+ "measures": ["A.count"],
+ "dimensions": ["C.category"]
}
```
-Joins `A-B` and `B-C` will be resolved automatically.
-Cube.js uses [Dijkstra algorithm](https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm) to find join path between cubes given requested members.
+Joins `A-B` and `B-C` will be resolved automatically. Cube.js uses [Dijkstra
+algorithm][wiki-djikstra-alg] to find join path between cubes given requested
+members.
+
+[ref-schema-advanced-join-direction]: /direction-of-joins
+[ref-restapi-query-filter-op-set]: query-format#filters-operators-set
+[wiki-djikstra-alg]: https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
diff --git a/measures.md b/measures.md
index 53eb362..b421252 100644
--- a/measures.md
+++ b/measures.md
@@ -1,16 +1,23 @@
---
title: Measures
-permalink: /measures
+permalink: /schema/reference/measures
scope: cubejs
category: Reference
subCategory: Reference
menuOrder: 3
proofread: 06/18/2019
+redirect_from:
+ - /measures
---
-The `measures` parameter contains a set of measures and each measure is an aggregation over a certain column in your database table. Any measure should have a name, sql parameter, and type.
+The `measures` parameter contains a set of measures and each measure is an
+aggregation over a certain column in your database table.
+
+Any measure should have the following properties: `name`, `sql` and `type`.
+
+When you give a name to a measure, there are certain rules to follow. Each
+measure should:
-When you give a name to a measure, there are certain rules to follow. Each measure should:
- Be unique within a cube
- Start with a lowercase letter
@@ -21,134 +28,203 @@ cube(`Orders`, {
measures: {
count: {
sql: `id`,
- type: `count`
+ type: `count`,
},
totalAmount: {
sql: `amount`,
- type: `sum`
- }
- }
+ type: `sum`,
+ },
+ },
});
```
## Parameters
+
### type
+
`type` is a required parameter. There are various types that can be assigned to
-a measure. Please refer to the [Measure Types Guide](types-and-formats#measures-types) for the full list of measure types.
+a measure. Please refer to the [Measure Types
+Guide][ref-schema-ref-types-formats-measures-types] for the full list of measure
+types.
```javascript
-ordersCount: {
- sql: `id`,
- type: `count`
-}
+cube(`Orders`, {
+ measures: {
+ ordersCount: {
+ sql: `id`,
+ type: `count`,
+ },
+ },
+});
```
### sql
-`sql` is a required parameter. It can take any valid SQL expression depending on the `type` of the measure.
-Please refer to the [Measure Types Guide](types-and-formats#measures-types) for detailed information on the corresponding sql parameter.
+
+`sql` is a required parameter. It can take any valid SQL expression depending on
+the `type` of the measure. Please refer to the [Measure Types
+Guide][ref-schema-ref-types-formats-measures-types] for detailed information on
+the corresponding sql parameter.
```javascript
-usersCount: {
- sql: `count(*)`,
- type: `number`
-}
+cube(`Orders`, {
+ measures: {
+ usersCount: {
+ sql: `count(*)`,
+ type: `number`,
+ },
+ },
+});
```
### format
-`format` is an optional parameter. It is used to format the output of measures in different ways, for example, as currency for `revenue`.
-Please refer to the [Measure Formats Guide](types-and-formats#measures-formats) for the full list of supported formats.
+
+`format` is an optional parameter. It is used to format the output of measures
+in different ways, for example, as currency for `revenue`. Please refer to the
+[Measure Formats Guide][ref-schema-ref-types-formats-measures-formats] for the
+full list of supported formats.
```javascript
-total: {
- sql: `amount`,
- type: `runningTotal`,
- format: `currency`
-}
+cube(`Orders`, {
+ measures: {
+ total: {
+ sql: `amount`,
+ type: `runningTotal`,
+ format: `currency`,
+ },
+ },
+});
```
### title
-You can use the `title` parameter to change a measure’s displayed name. By default, Cube.js will humanize your measure key to create a display name.
-In order to override default behavior, please use the `title` parameter.
+
+You can use the `title` parameter to change a measure’s displayed name. By
+default, Cube.js will humanize your measure key to create a display name. In
+order to override default behavior, please use the `title` parameter.
```javascript
-ordersCount: {
- sql: `id`,
- type: `count`,
- title: `Number of Orders Placed`
-}
+cube(`Orders`, {
+ measures: {
+ ordersCount: {
+ sql: `id`,
+ type: `count`,
+ title: `Number of Orders Placed`,
+ },
+ },
+});
```
### description
-You can add details to a measure’s definition via the `description` parameter.
+
+You can add details to a measure’s definition via the `description` parameter:
```javascript
-ordersCount: {
- sql: `id`,
- type: `count`,
- description: `count of all orders`
-}
+cube(`Orders`, {
+ measures: {
+ ordersCount: {
+ sql: `id`,
+ type: `count`,
+ description: `count of all orders`,
+ },
+ },
+});
```
### shown
-You can manage the visibility of the measure using the `shown` parameter. The default value of `shown` is `true`.
+
+You can manage the visibility of the measure using the `shown` parameter. The
+default value of `shown` is `true`.
```javascript
-ordersCount: {
- sql: `id`,
- type: `count`,
- shown: false
-}
+cube(`Orders`, {
+ measures: {
+ ordersCount: {
+ sql: `id`,
+ type: `count`,
+ shown: false,
+ },
+ },
+});
```
### filters
-If you want to add some conditions for a metric's calculation, you should use the `filters` parameter. The syntax looks like the following:
+
+If you want to add some conditions for a metric's calculation, you should use
+the `filters` parameter. The syntax looks like the following:
```javascript
-ordersCompletedCount: {
- sql: `id`,
- type: `count`,
- filters: [
- { sql: `${CUBE}.status = 'completed'` }
- ]
-}
+cube(`Orders`, {
+ measures: {
+ ordersCompletedCount: {
+ sql: `id`,
+ type: `count`,
+ filters: [{ sql: `${CUBE}.status = 'completed'` }],
+ },
+ },
+});
```
### rollingWindow
-If you want to calculate some metric within a window, for example a week or a month, you should use a `rollingWindow` parameter. The `trailing` and `leading` parameters define window size.
-[[warning | Note]]
-| `rollingWindow` only works for a query where there's a single `timeDimension` with a defined date range.
+If you want to calculate some metric within a window, for example a week or a
+month, you should use a `rollingWindow` parameter. The `trailing` and `leading`
+parameters define window size.
+
+<!-- prettier-ignore-start -->
+[[warning |]]
+| `rollingWindow` only works for a query where there's a single `timeDimension`
+| with a defined date range.
+<!-- prettier-ignore-end -->
-These parameters have a format defined as `(-?\\d+) (minute|hour|day|week|month|year)`. The `trailing` and `leading` parameters can also be set to an `unbounded` value, which means infinite size for the corresponding window part. You can define `trailing` and `leading` parameters using negative integers.
+These parameters have a format defined as
+`(-?\\d+) (minute|hour|day|week|month|year)`. The `trailing` and `leading`
+parameters can also be set to an `unbounded` value, which means infinite size
+for the corresponding window part. You can define `trailing` and `leading`
+parameters using negative integers.
-The `trailing` parameter is a window part size before the `offset` point and the `leading` parameter is after it. You can set the window `offset` parameter to either `start` or `end`, which will match the start or end of the selected date range.
-By default, the `leading` and `trailing` parameters are set to zero and `offset` is set to `end`.
+The `trailing` parameter is a window part size before the `offset` point and the
+`leading` parameter is after it. You can set the window `offset` parameter to
+either `start` or `end`, which will match the start or end of the selected date
+range. By default, the `leading` and `trailing` parameters are set to zero and
+`offset` is set to `end`.
```javascript
-rollingCountMonth: {
- sql: `id`,
- type: `count`,
- rollingWindow: {
- trailing: `1 month`
- }
- }
+cube(`Orders`, {
+ measures: {
+ rollingCountMonth: {
+ sql: `id`,
+ type: `count`,
+ rollingWindow: {
+ trailing: `1 month`,
+ },
+ },
+ },
+});
```
Here's an example of an `unbounded` window that's used for cumulative counts:
```javascript
-cumulativeCount: {
- type: `count`,
- rollingWindow: {
- trailing: `unbounded`
- }
- }
+cube(`Orders`, {
+ measures: {
+ cumulativeCount: {
+ type: `count`,
+ rollingWindow: {
+ trailing: `unbounded`,
+ },
+ },
+ },
+});
```
### drillMembers
-Using the `drillMembers` parameter, you can define a set of [drill down](drill-downs) fields for the measure. `drillMembers` is defined as an array of dimensions. Cube.js automatically injects dimensions’ names and other cubes’ names with dimensions in the context, so you can reference these variables in the `drillMembers` array.
-[Learn more about how to define and use drill downs](drill-downs).
+
+Using the `drillMembers` parameter, you can define a set of [drill
+down][ref-drilldowns] fields for the measure. `drillMembers` is defined as an
+array of dimensions. Cube.js automatically injects dimensions’ names and other
+cubes’ names with dimensions in the context, so you can reference these
+variables in the `drillMembers` array. [Learn more about how to define and use
+drill downs][ref-drilldowns].
```javascript
revenue: {
@@ -159,26 +235,47 @@ revenue: {
```
### meta
+
Custom metadata. Can be used to pass any information to the frontend.
+
```javascript
-revenue: {
- type: `sum`,
- sql: `price`,
- //...
- meta: {
- any: 'value'
- }
-}
+cube(`Orders`, {
+ measures: {
+ revenue: {
+ type: `sum`,
+ sql: `price`,
+ //...
+ meta: {
+ any: 'value',
+ },
+ },
+ },
+});
```
## Calculated Measures
-In the case where you need to specify a formula for measure calculating with other measures, you can compose a formula in `sql`. For example, you want to calculate the conversion of buyers of all users.
+
+In the case where you need to specify a formula for measure calculating with
+other measures, you can compose a formula in `sql`. For example, to calculate
+the conversion of buyers of all users.
```javascript
-purchasesToCreatedAccountRatio: {
- sql: `${purchases} / ${Users.count} * 100.0`,
- type: `number`,
- format: `percent`
-}
+cube(`Orders`, {
+ measures: {
+ purchasesToCreatedAccountRatio: {
+ sql: `${purchases} / ${Users.count} * 100.0`,
+ type: `number`,
+ format: `percent`,
+ },
+ },
+});
```
-You can create Calculated Measures from several joined cubes. In this case, a join will be created automatically.
+
+You can create calculated measures from several joined cubes. In this case, a
+join will be created automatically.
+
+[ref-schema-ref-types-formats-measures-types]:
+ /schema/reference/types-and-formats#measures-types
+[ref-schema-ref-types-formats-measures-formats]:
+ /schema/reference/types-and-formats#measures-formats
+[ref-drilldowns]: /drill-downs
diff --git a/pre-aggregations.md b/pre-aggregations.md
index 6049b3c..86a513b 100644
--- a/pre-aggregations.md
+++ b/pre-aggregations.md
@@ -1,10 +1,12 @@
---
title: Pre-aggregations
-permalink: /pre-aggregations
+permalink: /schema/reference/pre-aggregations
scope: cubejs
category: Reference
subCategory: Reference
menuOrder: 8
+redirect_from:
+ - /pre-aggregations
---
<!-- prettier-ignore-start -->
@@ -308,6 +310,36 @@ today's and the last 7 days of partitions once a day. Partitions before the
`7 day` interval **will not** be refreshed once they are built unless the rollup
SQL is changed.
+Partition tables are refreshed as a whole. When new partition table is available
+it replaces the old one. Old partition tables are collected by [Garbage
+Collection][ref-garbage-collection]. Append is never used to add new rows to the
+existing tables.
+
+An original SQL pre-aggregation can also be used with time partitioning and
+incremental `refreshKey`. It requires using `FILTER_PARAMS` inside the Cube's
+`sql` property.
+
+Below you can find an example of the partitioned `originalSql` pre-aggregation.
+
+```javascript
+cube(`Orders`, {
+ sql: `select * from visitors WHERE ${FILTER_PARAMS.visitors.created_at.filter(
+ 'created_at'
+ )}`,
+
+ preAggregations: {
+ main: {
+ type: `originalSql`,
+ timeDimensionReference: created_at,
+ partitionGranularity: `month`,
+ refreshKey: {
+ every: `1 day`,
+ incremental: true,
+ updateWindow: `7 day`,
+ },
+ },
+ },
+
Partition tables are refreshed as a whole. When a new partition table is
available, it replaces the old one. Old partition tables are collected by
[Garbage Collection][ref-caching-garbage-collection]. Append is never used to
@@ -506,10 +538,10 @@ cube(`Orders`, {
/connecting-to-the-database#external-pre-aggregations-database
[ref-config-driverfactory]: /config/#options-reference-driver-factory
[ref-config-preagg-schema]: /config#options-reference-pre-aggregations-schema
-[ref-cube-refreshkey]: /cube#parameters-refresh-key
+[ref-cube-refreshkey]: /schema/reference/cube#parameters-refresh-key
[ref-production-checklist-refresh]:
/deployment/production-checklist#set-up-refresh-worker
-[ref-sqlalias]: /cube#parameters-sql-alias
+[ref-sqlalias]: /schema/reference/cube#parameters-sql-alias
[ref-schema-funnels]: /funnels
[self-origsql-preaggs]: #use-original-sql-pre-aggregations
[wiki-olap-ops]: https://en.wikipedia.org/wiki/OLAP_cube#Operations
diff --git a/schema-execution-environment.md b/schema-execution-environment.md
index cfed299..155630b 100644
--- a/schema-execution-environment.md
+++ b/schema-execution-environment.md
@@ -1,27 +1,27 @@
---
title: Execution Environment
-permalink: /schema-execution-environment
+permalink: /schema/reference/execution-environment
scope: cubejs
category: Reference
menuOrder: 9
subCategory: Reference
+redirect_from:
+ - /schema-execution-environment
---
-Cube.js Schema Compiler uses [Node.js VM](https://nodejs.org/api/vm.html) to
-execute schema compiler code. It gives required flexibility allowing transpiling
-schema files before they get executed, storing schemas in external databases and
-executing untrusted code in a safe manner. Cube.js Schema JavaScript is standard
-JavaScript supported by Node.js starting in version 8 with the following
-exceptions.
+Cube.js Schema Compiler uses [Node.js VM][nodejs-vm] to execute schema compiler
+code. It gives required flexibility allowing transpiling schema files before
+they get executed, storing schemas in external databases and executing untrusted
+code in a safe manner. Cube.js Schema JavaScript is standard JavaScript
+supported by Node.js starting in version 8 with the following exceptions.
## Require
Being executed in VM data schema, JavaScript code doesn't have access to
-[Node.js require](https://nodejs.org/api/modules.html#modules_require_id)
-directly. Instead `require()` is implemented by Schema Compiler to provide
-access to other data schema files and to regular Node.js modules. Besides that,
-the data schema `require()` can resolve Cube.js packages such as `Funnels`
-unlike standard Node.js `require()`.
+[Node.js require][nodejs-require] directly. Instead `require()` is implemented
+by Schema Compiler to provide access to other data schema files and to regular
+Node.js modules. Besides that, the data schema `require()` can resolve Cube.js
+packages such as `Funnels` unlike standard Node.js `require()`.
## Node.js globals (process.env, console.log and others)
@@ -49,11 +49,11 @@ cube(`Users`, {
## console.log
-Data schema cannot access `console.log` due to a separate
-[VM instance](https://nodejs.org/api/vm.html) that runs it. Suppose you find
-yourself writing complex logic for SQL generation that depends on a lot of
-external input. In that case, you probably want to introduce a helper service
-outside of `schema` directory that you can debug as usual Node.js code.
+Data schema cannot access `console.log` due to a separate [VM
+instance][nodejs-vm] that runs it. Suppose you find yourself writing complex
+logic for SQL generation that depends on a lot of external input. In that case,
+you probably want to introduce a helper service outside of `schema` directory
+that you can debug as usual Node.js code.
## Cube.js globals (cube and others)
@@ -65,7 +65,7 @@ accessible outside of Cube.js schema.
Data schema JavaScript files are transpiled to convert ES6 `import` and `export`
expressions to corresponding Node.js calls. In fact `import` is routed to
-[Require](#require) method.
+[Require][self-require] method.
`export` can be used to define named exports as well as default ones:
@@ -114,11 +114,9 @@ Schemas can be externally stored and retrieved through an asynchronous operation
using the `asyncModule()`. For more information, consult the [Dynamic Schema
Creation][ref-dynamic-schemas] page.
-[ref-dynamic-schemas]: /schema/dynamic-schema-creation
-
## Context symbols transpile
-Cube.js uses custom transpiler to optimize boilerplate code around referencing
+Cube.js uses a custom transpiler to optimize boilerplate code around referencing
cubes and cube members. There are reserved property names inside `cube`
definition that undergo reference resolve transpiling process:
@@ -132,9 +130,7 @@ definition that undergo reference resolve transpiling process:
- `contextMembers`
Each of these properties inside `cube` and `context` definitions are transpiled
-to functions with resolved arguments.
-
-For example:
+to functions with resolved arguments. For example:
```javascript
cube(`Users`, {
@@ -172,8 +168,8 @@ cube(`Users`, {
});
```
-So for example if you want to pass definition of `ratio` outside of the cube you
-should define it as:
+So for example if you want to pass the definition of `ratio` outside of the
+cube, you would define it as:
```javascript
const measureRatioDefinition = {
@@ -193,3 +189,8 @@ cube(`Users`, {
},
});
```
+
+[nodejs-vm]: https://nodejs.org/api/vm.html
+[nodejs-require]: https://nodejs.org/api/modules.html#modules_require_id
+[ref-dynamic-schemas]: /schema/dynamic-schema-creation
+[self-require]: #require
diff --git a/segments.md b/segments.md
index e44454e..3fbeebb 100644
--- a/segments.md
+++ b/segments.md
@@ -1,27 +1,28 @@
---
title: Segments
-permalink: /segments
+permalink: /schema/reference/segments
scope: cubejs
category: Reference
subCategory: Reference
menuOrder: 6
proofread: 06/18/2019
+redirect_from:
+ - /segments
---
-Segments are predefined filters.
-
-You can use segments to define complex filtering logic in SQL.
-For example, users for one particular city can be treated as a segment.
+Segments are predefined filters. You can use segments to define complex
+filtering logic in SQL. For example, users for one particular city can be
+treated as a segment.
```javascript
cube(`Users`, {
// ...
-
+
segments: {
sfUsers: {
- sql: `${CUBE}.location = 'San Francisco'`
- }
- }
+ sql: `${CUBE}.location = 'San Francisco'`,
+ },
+ },
});
```
@@ -30,106 +31,116 @@ Or use segments to implement cross-column `OR` logic:
```javascript
cube(`Users`, {
// ...
-
+
segments: {
sfUsers: {
- sql: `${CUBE}.location = 'San Francisco' or ${CUBE}.state = 'CA'`
- }
- }
+ sql: `${CUBE}.location = 'San Francisco' or ${CUBE}.state = 'CA'`,
+ },
+ },
});
```
-As with other cube member definitions segments can be [generated](/schema-generation):
+As with other cube member definitions segments can be
+[generated][ref-schema-gen]:
```javascript
const userSegments = {
sfUsers: ['San Francisco', 'CA'],
- nyUsers: ['New York City', 'NY']
-}
+ nyUsers: ['New York City', 'NY'],
+};
cube(`Users`, {
// ...
-
+
segments: {
- ...(Object.keys(userSegments).map(segment => ({
- [segment]: {
- sql: `${CUBE}.location = '${userSegments[segment][0]}' or ${CUBE}.state = '${userSegments[segment][1]}'`
- }
- })).reduce((a, b) => ({ ...a, ...b })))
- }
+ ...Object.keys(userSegments)
+ .map((segment) => ({
+ [segment]: {
+ sql: `${CUBE}.location = '${userSegments[segment][0]}' or ${CUBE}.state = '${userSegments[segment][1]}'`,
+ },
+ }))
+ .reduce((a, b) => ({ ...a, ...b })),
+ },
});
```
-After defining a segment, you can pass it in [query object](/query-format):
+After defining a segment, you can pass it in [query object][ref-backend-query]:
-```javascript
+```json
{
- measures: ['Users.count'],
- segments: ['Users.sfUsers']
+ "measures": ["Users.count"],
+ "segments": ["Users.sfUsers"]
}
```
## Segments vs Dimension Filters
-As segments are just predefined filters there's a question when to use segments instead of dimension filters.
+As segments are simply predefined filters, it can be difficult to determine when
+to use segments instead of dimension filters.
Let's consider an example:
```javascript
cube(`Users`, {
// ...
-
+
dimensions: {
location: {
sql: `location`,
- type: `string`
- }
+ type: `string`,
+ },
},
-
+
segments: {
sfUsers: {
- sql: `${CUBE}.location = 'San Francisco'`
- }
- }
+ sql: `${CUBE}.location = 'San Francisco'`,
+ },
+ },
});
```
In this case following queries are equivalent:
-```javascript
+```json
{
- measures: ['Users.count'],
- filters: [{
- member: 'Users.location',
- operator: 'equals',
- values: ['San Francisco']
- }]
+ "measures": ["Users.count"],
+ "filters": [
+ {
+ "member": "Users.location",
+ "operator": "equals",
+ "values": ["San Francisco"]
+ }
+ ]
}
```
and
-```javascript
+```json
{
- measures: ['Users.count'],
- segments: ['Users.sfUsers']
+ "measures": ["Users.count"],
+ "segments": ["Users.sfUsers"]
}
```
-This case is a bad candidate for segment usage and dimension filter works better here.
-`Users.location` filter value can change a lot for user queries and `Users.sfUsers` segment won't be used much in this case.
+This case is a bad candidate for segment usage and dimension filter works better
+here. `Users.location` filter value can change a lot for user queries and
+`Users.sfUsers` segment won't be used much in this case.
-Good candidate case for segment is when you have complex filtering expression which can be reused for a lot of user queries.
-For example:
+A good candidate case for a segment is when you have a complex filtering
+expression which can be reused for a lot of user queries. For example:
```javascript
cube(`Users`, {
// ...
-
+
segments: {
sfNyUsers: {
- sql: `${CUBE}.location = 'San Francisco' OR ${CUBE}.location like '%New York%'`
- }
- }
+ sql: `${CUBE}.location = 'San Francisco' OR ${CUBE}.location like '%New York%'`,
+ },
+ },
});
```
+
+[ref-backend-query]: /query-format
+[ref-schema-gen]: /schema-generation
diff --git a/types-and-formats.md b/types-and-formats.md
index d2ba94e..151300b 100644
--- a/types-and-formats.md
+++ b/types-and-formats.md
@@ -1,10 +1,12 @@
---
title: Types and Formats
-permalink: /types-and-formats
+permalink: /schema/reference/types-and-formats
scope: cubejs
category: Reference
subCategory: Reference
menuOrder: 7
+redirect_from:
+ - /types-and-formats
---
## Measures Types
@@ -15,47 +17,59 @@ A measure can only have one type.
### number
The `sql` parameter is required and can take any valid SQL expression that
-results in a number or integer. Type `number` is usually used, when performing arithmetic operations on measures.
-[Learn more about Calculated Measures.](measures#calculated-measures)
+results in a number or integer. Type `number` is usually used, when performing
+arithmetic operations on measures. [Learn more about Calculated
+Measures][ref-schema-ref-calc-measures].
```javascript
-purchasesRatio: {
- sql: `${purchases} / ${count} * 100.0`,
- type: `number`,
- format: `percent`
-}
+cube('Orders', {
+ measures: {
+ purchasesRatio: {
+ sql: `${purchases} / ${count} * 100.0`,
+ type: `number`,
+ format: `percent`,
+ },
+ },
+});
```
-You can put any sql into `number` measure as soon as it's an aggregate expression:
+You can put any sql into `number` measure as soon as it's an aggregate
+expression:
```javascript
-ratio: {
- sql: `sum(${CUBE}.amount) / count(*)`,
- type: `number`
-}
+cube('Orders', {
+ measures: {
+ ratio: {
+ sql: `sum(${CUBE}.amount) / count(*)`,
+ type: `number`,
+ },
+ },
+});
```
### count
Performs a table count, similar to SQL’s `COUNT` function. However, unlike
writing raw SQL, Cube.js will properly calculate counts even if your query’s
-joins will produce row multiplication.
-You do not need to include a `sql` parameter for this type.
+joins will produce row multiplication. You do not need to include a `sql`
+parameter for this type.
`drillMembers` parameter is commonly used with type `count`. It allows users to
-click on the measure in the UI and inspect individual records that make up a count.
-[Learn more about Drill Downs.](drill-downs)
+click on the measure in the UI and inspect individual records that make up a
+count. [Learn more about Drill Downs][ref-drilldowns].
```javascript
-numberOfUsers: {
- type: `count`,
- // optional
- drillMembers: [id, name, email, company]
-}
+cube('Orders', {
+ measures: {
+ numberOfUsers: {
+ type: `count`,
+ // optional
+ drillMembers: [id, name, email, company],
+ },
+ },
+});
```
-
-
### countDistinct
Calculates the number of distinct values in a given field. It makes use of SQL’s
@@ -65,28 +79,38 @@ The `sql` parameter is required and can take any valid SQL expression that
results in a table column, or interpolated Javascript expression.
```javascript
-uniqueUserCount: {
- sql: `user_id`,
- type: "countDistinct"
-}
+cube('Orders', {
+ measures: {
+ uniqueUserCount: {
+ sql: `user_id`,
+ type: 'countDistinct',
+ },
+ },
+});
```
### countDistinctApprox
-Calculates approximate number of distinct values in a given field.
-Unlike `countDistinct` measure type, `countDistinctApprox` is decomposable aggregate function or *Additive*.
-This allows it's usage in *Additive* [rollup pre-aggregations](pre-aggregations#rollup) which are much more versatile than *Not Additive* ones.
-It uses special SQL backend dependent functions to estimate distinct counts.
-It usually based on HyperLogLog or similar algorithms.
-Where possible Cube.js will use multi-stage HLL which significantly improves calculation of distinct counts on scale.
+Calculates approximate number of distinct values in a given field. Unlike
+`countDistinct` measure type, `countDistinctApprox` is decomposable aggregate
+function or **additive**. This allows its usage in **additive** [rollup
+pre-aggregations][ref-schema-ref-preaggs-rollup] which are much more versatile
+than **non-additive** ones. It uses special SQL backend-dependent functions to
+estimate distinct counts, usually based on HyperLogLog or similar algorithms.
+Wherever possible Cube.js will use multi-stage HLL which significantly improves
+calculation of distinct counts at scale.
The `sql` parameter is required and can take any valid SQL expression.
```javascript
-uniqueUserCount: {
- sql: `user_id`,
- type: "countDistinctApprox"
-}
+cube('Orders', {
+ measures: {
+ uniqueUserCount: {
+ sql: `user_id`,
+ type: 'countDistinctApprox',
+ },
+ },
+});
```
### sum
@@ -96,132 +120,189 @@ However, unlike writing raw SQL, Cube.js will properly calculate sums even if
your query’s joins will result in row duplication.
The `sql` parameter is required and can take any valid SQL expression that
-results in a numeric table column, or interpolated Javascript expression.
-`sql` parameter should contain only expression to sum without actual aggregate function.
+results in a numeric table column, or interpolated Javascript expression. `sql`
+parameter should contain only expression to sum without actual aggregate
+function.
```javascript
-revenue: {
- sql: `${chargesAmount}`,
- type: `sum`
-}
+cube('Orders', {
+ measures: {
+ revenue: {
+ sql: `${chargesAmount}`,
+ type: `sum`,
+ },
+ },
+});
```
```javascript
-revenue: {
- sql: `amount`,
- type: `sum`
-}
+cube('Orders', {
+ measures: {
+ revenue: {
+ sql: `amount`,
+ type: `sum`,
+ },
+ },
+});
```
```javascript
-revenue: {
- sql: `fee * 0.1`,
- type: `sum`
-}
+cube('Orders', {
+ measures: {
+ revenue: {
+ sql: `fee * 0.1`,
+ type: `sum`,
+ },
+ },
+});
```
### avg
+
Averages the values in a given field. It is similar to SQL’s AVG function.
-However, unlike writing raw SQL, Cube.js will properly calculate averages even if
-your query’s joins will result in row duplication.
+However, unlike writing raw SQL, Cube.js will properly calculate averages even
+if your query’s joins will result in row duplication.
The sql parameter for type: average measures can take any valid SQL expression
that results in a numeric table column, or interpolated Javascript expression.
```javascript
-averageTransaction: {
- sql: `${transactionAmount}`,
- type: `avg`
-}
+cube('Orders', {
+ measures: {
+ averageTransaction: {
+ sql: `${transactionAmount}`,
+ type: `avg`,
+ },
+ },
+});
```
### min
+
Type of measure `min` is calculated as a minimum of values defined in `sql`.
```javascript
-dateFirstPurchase: {
- sql: `date_purchase`,
- type: `min`
-}
+cube('Orders', {
+ measures: {
+ dateFirstPurchase: {
+ sql: `date_purchase`,
+ type: `min`,
+ },
+ },
+});
```
### max
+
Type of measure `max` is calculated as a maximum of values defined in `sql`.
```javascript
-dateLastPurchase: {
- sql: `date_purchase`,
- type: `max`
-}
+cube('Orders', {
+ measures: {
+ dateLastPurchase: {
+ sql: `date_purchase`,
+ type: `max`,
+ },
+ },
+});
```
### runningTotal
-Type of measure `runningTotal` is calculated as summation of values defined in `sql`. Use it to calculate cumulative measures.
+
+Type of measure `runningTotal` is calculated as summation of values defined in
+`sql`. Use it to calculate cumulative measures.
```javascript
-totalSubscriptions: {
- sql: `subscription_amount`,
- type: `runningTotal`
-}
+cube('Orders', {
+ measures: {
+ totalSubscriptions: {
+ sql: `subscription_amount`,
+ type: `runningTotal`,
+ },
+ },
+});
```
## Measures Formats
-When creating a **measure** you can explicitly define the format you’d like to see as output.
+
+When creating a **measure** you can explicitly define the format you’d like to
+see as output.
### percent
+
`percent` is used for formatting numbers with a percent symbol.
```javascript
-purchaseConversion: {
- sql: `${purchase}/${checkout}*100.0`,
- type: `number`,
- format: `percent`
-}
+cube('Orders', {
+ measures: {
+ purchaseConversion: {
+ sql: `${purchase}/${checkout}*100.0`,
+ type: `number`,
+ format: `percent`,
+ },
+ },
+});
```
### currency
+
`currency` is used for monetary values.
```javascript
-totalAmount: {
- sql: `amount`,
- type: `runningTotal`,
- format: `currency`
-}
+cube('Orders', {
+ measures: {
+ totalAmount: {
+ sql: `amount`,
+ type: `runningTotal`,
+ format: `currency`,
+ },
+ },
+});
```
## Dimensions Types
-This section describes the various types that can be assigned to a **dimension**.
-A dimension can only have one type.
+This section describes the various types that can be assigned to a
+**dimension**. A dimension can only have one type.
### time
-In order to be able to create time series charts, Cube.js needs to identify time dimension which is a timestamp column in your database.
+In order to be able to create time series charts, Cube.js needs to identify time
+dimension which is a timestamp column in your database.
-You can define several time dimensions in schemas and apply each when creating charts.
-Note that type of target column should be TIMESTAMP. Please use [this guide](working-with-string-time-dimensions) if your datetime information stored as a string.
+You can define several time dimensions in schemas and apply each when creating
+charts. Note that type of target column should be `TIMESTAMP`. Please use [this
+guide][ref-string-time-dims] if your datetime information is stored as a string.
```javascript
-completedAt: {
- sql: `completed_at`,
- type: `time`
-}
+cube('Orders', {
+ dimensions: {
+ completedAt: {
+ sql: `completed_at`,
+ type: `time`,
+ },
+ },
+});
```
### string
-`string` is typically used with fields that contain letters or special characters.
-The `sql` parameter is required and can take any valid SQL expression.
-
+`string` is typically used with fields that contain letters or special
+characters. The `sql` parameter is required and can take any valid SQL
+expression.
-The following JS code creates a field `fullName` by combining 2 fields: `firstName` and `lastName`:
+The following JS code creates a field `fullName` by combining 2 fields:
+`firstName` and `lastName`:
```javascript
-fullName: {
- sql: `CONCAT(${firstName}, ' ', ${lastName})`,
- type: `string`
-}
+cube('Orders', {
+ dimensions: {
+ fullName: {
+ sql: `CONCAT(${firstName}, ' ', ${lastName})`,
+ type: `string`,
+ },
+ },
+});
```
### number
@@ -229,86 +310,117 @@ fullName: {
`number` is typically used with fields that contain number or integer.
```javascript
-amount: {
- sql: `amount`,
- type: `number`
-}
+cube('Orders', {
+ dimensions: {
+ amount: {
+ sql: `amount`,
+ type: `number`,
+ },
+ },
+});
```
### boolean
-`boolean` is used with fields that contain boolean data or data coercible to boolean.
-For example:
+`boolean` is used with fields that contain boolean data or data coercible to
+boolean. For example:
```javascript
-isEnabled: {
- sql: `is_enabled`,
- type: `boolean`
-}
+cube('Orders', {
+ dimensions: {
+ isEnabled: {
+ sql: `is_enabled`,
+ type: `boolean`,
+ },
+ },
+});
```
### geo
-`geo` dimension is used to display data on the map. Unlike other dimension types it requires to set two fields: latitude and longitude.
+`geo` dimension is used to display data on the map. Unlike other dimension types
+it requires to set two fields: latitude and longitude.
```javascript
-location: {
- type: `geo`,
- latitude: {
- sql: `${CUBE}.latitude`,
+cube('Orders', {
+ dimensions: {
+ location: {
+ type: `geo`,
+ latitude: {
+ sql: `${CUBE}.latitude`,
+ },
+ longitude: {
+ sql: `${CUBE}.longitude`,
+ },
+ },
},
- longitude: {
- sql: `${CUBE}.longitude`
- }
-}
+});
```
## Dimensions Formats
### imageUrl
-`imageUrl` is used for displaying images in table visualization.
-In this case `sql` parameter should contain full path to the image.
+
+`imageUrl` is used for displaying images in table visualization. In this case
+`sql` parameter should contain full path to the image.
```javascript
-image: {
- sql: `CONCAT('https://img.example.com/id/', ${id})`,
- type: `string`,
- format: `imageUrl`
-}
+cube('Orders', {
+ dimensions: {
+ image: {
+ sql: `CONCAT('https://img.example.com/id/', ${id})`,
+ type: `string`,
+ format: `imageUrl`,
+ },
+ },
+});
```
### id
-`id` is used for IDs. It allows to eliminate applying of comma for 5+ digit numbers which is default for type `number`.
-The `sql` parameter is required and can take any valid SQL expression.
+
+`id` is used for IDs. It allows to eliminate applying of comma for 5+ digit
+numbers which is default for type `number`. The `sql` parameter is required and
+can take any valid SQL expression.
```javascript
-image: {
- sql: `id`,
- type: `number`,
- format: `id`
-}
+cube('Orders', {
+ dimensions: {
+ image: {
+ sql: `id`,
+ type: `number`,
+ format: `id`,
+ },
+ },
+});
```
### link
-`link` is used for creating hyperlinks. `link` parameter could be either String or Object. Use Object, when you want to give a specific label to link. See examples below for details.
+
+`link` is used for creating hyperlinks. `link` parameter could be either String
+or Object. Use Object, when you want to give a specific label to link. See
+examples below for details.
The `sql` parameter is required and can take any valid SQL expression.
```javascript
-orderLink: {
- sql: `'http://myswebsite.com/orders/' || id`,
- type: `string`,
- format: `link`
-}
-
-crmLink: {
- sql: `'https://na1.salesforce.com/' || id`,
- type: `string`,
- format: {
- label: `View in Salesforce`,
- type: `link`
- }
-}
+cube('Orders', {
+ dimensions: {
+ orderLink: {
+ sql: `'http://myswebsite.com/orders/' || id`,
+ type: `string`,
+ format: `link`,
+ },
+
+ crmLink: {
+ sql: `'https://na1.salesforce.com/' || id`,
+ type: `string`,
+ format: {
+ label: `View in Salesforce`,
+ type: `link`,
+ },
+ },
+ },
+});
```
### currency
@@ -316,20 +428,34 @@ crmLink: {
`currency` is used for monetary values.
```javascript
-amount: {
- sql: `abount`,
- type: `number`,
- format: `currency`
-}
+cube('Orders', {
+ dimensions: {
+ amount: {
+ sql: `abount`,
+ type: `number`,
+ format: `currency`,
+ },
+ },
+});
```
### percent
+
`percent` is used for formatting numbers with a percent symbol.
```javascript
-openRate: {
- sql: `COALESCE(100.0 * ${uniqOpenCount} / NULLIF(${deliveredCount}, 0), 0)`,
- type: `number`,
- format: `percent`
-}
+cube('Orders', {
+ dimensions: {
+ openRate: {
+ sql: `COALESCE(100.0 * ${uniqOpenCount} / NULLIF(${deliveredCount}, 0), 0)`,
+ type: `number`,
+ format: `percent`,
+ },
+ },
+});
```
+
+[ref-string-time-dims]: /working-with-string-time-dimensions
+[ref-schema-ref-preaggs-rollup]: /schema/reference/pre-aggregations#rollup
+[ref-schema-ref-calc-measures]: /schema/reference/measures#calculated-measures
+[ref-drilldowns]: /drill-downs
diff --git a/active-users.md b/active-users.md
index c4545a1..62b1bf9 100644
--- a/active-users.md
+++ b/active-users.md
@@ -8,24 +8,31 @@ menuOrder: 14
<!-- prettier-ignore-start -->
[[info | ]]
-| This content is being moved to the [Cube.js community forum](https://forum.cube.dev/).
+| This content is being moved to the [Cube.js community forum](https://forum.cube.dev/).
| We encourage you to follow the content and discussions [in the new forum post](https://forum.cube.dev/t/daily-weekly-monthly-active-users).
<!-- prettier-ignore-end -->
-You may be familiar with <b>Active Users metric</b>, which is commonly used to get a sense of your engagement.
-Daily, weekly, and monthly active users are commonly referred to as <b>DAU, WAU, MAU</b>. To get these metrics, we need to use a <b>rolling time frame</b>
-to calculate a daily count of how many users interacted with the product or website in the prior day, 7 days, or 30 days.
+You may be familiar with <b>Active Users metric</b>, which is commonly used to
+get a sense of your engagement. Daily, weekly, and monthly active users are
+commonly referred to as <b>DAU, WAU, MAU</b>. To get these metrics, we need to
+use a <b>rolling time frame</b> to calculate a daily count of how many users
+interacted with the product or website in the prior day, 7 days, or 30 days.
-You need event data to build this analysis. You can use tools like Google Analytics, Segment, Snowplow, or your custom event tracking system.
+You need event data to build this analysis. You can use tools like Google
+Analytics, Segment, Snowplow, or your custom event tracking system.
-To calculate daily, weekly, or monthly active users we’re going to use the `rollingWindow` measure parameter.
-`rollingWindow` accepts 3 parameters: trailing, leading, and offset. You can read about what each of them does [here](/measures#parameters-rolling-window).
+To calculate daily, weekly, or monthly active users we’re going to use the
+`rollingWindow` measure parameter. `rollingWindow` accepts 3 parameters:
+trailing, leading, and offset. You can read about what each of them does
+[here](/schema/reference/measures#parameters-rolling-window).
-For our purpose, we need only offset and trailing. We will set offset to <b>start</b> and the trailing parameter to the number of days – 1, 7, or 30.
+For our purpose, we need only offset and trailing. We will set offset to
+<b>start</b> and the trailing parameter to the number of days – 1, 7, or 30.
-In the example below, we’ll create a cube called `ActiveUsers` with data from our events table.
+In the example below, we’ll create a cube called `ActiveUsers` with data from
+our events table.
-<div class="block help-block">Please note, we are using interval literal in the trailing parameter.
+<div class="block help-block">Please note, we are using interval literal in the trailing parameter.
The example below should work in Redshift and BigQuery. The exact interval literal could be different, depending on your database.
</div>
@@ -39,8 +46,8 @@ cube(`ActiveUsers`, {
type: `countDistinct`,
rollingWindow: {
trailing: `30 day`,
- offset: `start`
- }
+ offset: `start`,
+ },
},
weeklyActiveUsers: {
@@ -48,8 +55,8 @@ cube(`ActiveUsers`, {
type: `countDistinct`,
rollingWindow: {
trailing: `1 week`,
- offset: `start`
- }
+ offset: `start`,
+ },
},
dailyActiveUsers: {
@@ -57,23 +64,24 @@ cube(`ActiveUsers`, {
type: `countDistinct`,
rollingWindow: {
trailing: `1 day`,
- offset: `start`
- }
- }
+ offset: `start`,
+ },
+ },
},
dimensions: {
timestamp: {
sql: `timestamp`,
- type: `time`
- }
- }
+ type: `time`,
+ },
+ },
});
```
-Going further, we can build other metrics on top of these basic metrics.
-For example, <b>the DAU to MAU ratio</b> is one of the most popular metrics used to <b>measure the stickiness of the product</b>.
-We can easily add it, using already defined `dailyActiveUsers` and `monthlyActiveUsers`.
+Going further, we can build other metrics on top of these basic metrics. For
+example, <b>the DAU to MAU ratio</b> is one of the most popular metrics used to
+<b>measure the stickiness of the product</b>. We can easily add it, using
+already defined `dailyActiveUsers` and `monthlyActiveUsers`.
```javascript
cube(`ActiveUsers`, {
@@ -82,8 +90,8 @@ cube(`ActiveUsers`, {
title: `DAU to MAU`,
sql: `100.000 * ${dailyActiveUsers} / NULLIF(${monthlyActiveUsers}, 0)`,
type: `number`,
- format: `percent`
- }
- }
+ format: `percent`,
+ },
+ },
});
```
diff --git a/event-analytics.md b/event-analytics.md
index e674cfd..f5451d3 100644
--- a/event-analytics.md
+++ b/event-analytics.md
@@ -5,7 +5,8 @@ category: Reference
subCategory: Tutorials
menuOrder: 12
---
-[comment]: # (DOCUMENT IS PROOFREADED, MAKE CHANGES WITH CONFIDENCE)
+
+[comment]: # 'DOCUMENT IS PROOFREADED, MAKE CHANGES WITH CONFIDENCE'
<!-- prettier-ignore-start -->
[[info | ]]
@@ -13,23 +14,34 @@ menuOrder: 12
| We encourage you to follow the content and discussions [in the new forum post](https://forum.cube.dev/t/event-analytics-transforming-raw-event-data-into-sessions).
<!-- prettier-ignore-end -->
-This tutorial walks through how to transform raw event data into sessions. Many “out-of-box” web analytics solutions come already prepackaged with sessions, but they work as a “black box.” It doesn’t give the user either insight into or control how these sessions defined and work.
+This tutorial walks through how to transform raw event data into sessions. Many
+“out-of-box” web analytics solutions come already prepackaged with sessions, but
+they work as a “black box.” It doesn’t give the user either insight into or
+control how these sessions defined and work.
-With Cube.js SQL-based sessions schema, you’ll have full control over how these metrics are defined. It will give you great flexibility when designing sessions and events to your unique business use case.
+With Cube.js SQL-based sessions schema, you’ll have full control over how these
+metrics are defined. It will give you great flexibility when designing sessions
+and events to your unique business use case.
A few question we’ll answer with our sessions schema:
-* How do we measure session duration?
-* What is our bounce rate?
-* What areas of the app are most used?
-* Where are users spending most of their time?
-* How do we filter sessions where a user performs a specific action?
-We’ll explore the subject using the data from [Segment.com](https://segment.com)’s analytics.js library. The same concept could be applied for different data collection tools, such as [Snowplow](https://snowplowanalytics.com).
+- How do we measure session duration?
+- What is our bounce rate?
+- What areas of the app are most used?
+- Where are users spending most of their time?
+- How do we filter sessions where a user performs a specific action?
+We’ll explore the subject using the data from
+[Segment.com](https://segment.com)’s analytics.js library. The same concept
+could be applied for different data collection tools, such as
+[Snowplow](https://snowplowanalytics.com).
## What is a session?
-A session is defined as a group of interactions one user takes within a given time frame on your app. Usually that time frame defaults to 30 minutes, meaning that whatever a user does on your app (e.g. browses pages, downloads resources, purchases products) before they leave equals one session.
+A session is defined as a group of interactions one user takes within a given
+time frame on your app. Usually that time frame defaults to 30 minutes, meaning
+that whatever a user does on your app (e.g. browses pages, downloads resources,
+purchases products) before they leave equals one session.
<div
style="text-align: center"
@@ -43,16 +55,21 @@ A session is defined as a group of interactions one user takes within a given ti
## Unify events and page views into single cube
-Segment stores page view data as a `pages` table and events data as a `tracks` table. For sessions we want to rely not only on page views data, but on events as well. Imagine you have a highly interactive app, a user loads a page and can stay on this page interacting with the website for while. Hence, you want to count events as part of the session as well.
-
-To do that we need to combine page view data and event data into a single cube. We’ll call the cube just events and assign a page views event type to `pageview`. Also, we’re going to assign a unique event_id to every event to use as primary key.
+Segment stores page view data as a `pages` table and events data as a `tracks`
+table. For sessions we want to rely not only on page views data, but on events
+as well. Imagine you have a highly interactive app, a user loads a page and can
+stay on this page interacting with the website for while. Hence, you want to
+count events as part of the session as well.
+To do that we need to combine page view data and event data into a single cube.
+We’ll call the cube just events and assign a page views event type to
+`pageview`. Also, we’re going to assign a unique event_id to every event to use
+as primary key.
```javascript
// Create file Events.js with the following content
cube(`Events`, {
- sql:
- `
+ sql: `
SELECT
t.id || '-e' as event_id
, t.anonymous_id as anonymous_id
@@ -76,7 +93,9 @@ cube(`Events`, {
});
```
-The above SQL creates base table for our events cube. Now we can add some measures to calculate the number of events and number of page views only, using a filter on `event` column.
+The above SQL creates base table for our events cube. Now we can add some
+measures to calculate the number of events and number of page views only, using
+a filter on `event` column.
```javascript
// Add this measures block to Events cube
@@ -96,7 +115,9 @@ measures: {
}
```
-Having this in place, we will already be able to calculate the total number of events and pageviews. Next, we’re going to add dimensions to be able to filter events in a specific time range and for specific types.
+Having this in place, we will already be able to calculate the total number of
+events and pageviews. Next, we’re going to add dimensions to be able to filter
+events in a specific time range and for specific types.
```javascript
// Add this dimensions block to the Events cube
@@ -119,11 +140,16 @@ dimensions: {
}
```
-Now we have everything for Events cube and can move forward to grouping these events into sessions.
+Now we have everything for Events cube and can move forward to grouping these
+events into sessions.
## Creating Sessions
-As a recap, a session is defined as a group of interactions one user takes within a given time frame on your app. Usually that time frame defaults to 30 minutes. First, we’re going to use [LAG() function](https://docs.aws.amazon.com/redshift/latest/dg/r_WF_LAG.html) in Redshift to determine an inactivity_time between events.
+As a recap, a session is defined as a group of interactions one user takes
+within a given time frame on your app. Usually that time frame defaults to 30
+minutes. First, we’re going to use
+[LAG() function](https://docs.aws.amazon.com/redshift/latest/dg/r_WF_LAG.html)
+in Redshift to determine an inactivity_time between events.
```sql
select
@@ -134,13 +160,16 @@ select
FROM events AS e
```
-`inactivity_time` is the time in minutes between the current event and the previous. We’re going to use `inactivity_time` to terminate a session based on 30 minutes of inactivity. This window could be changed to any value, based on how users interact with your app. Now we’re ready to introduce our Sessions cube.
+`inactivity_time` is the time in minutes between the current event and the
+previous. We’re going to use `inactivity_time` to terminate a session based on
+30 minutes of inactivity. This window could be changed to any value, based on
+how users interact with your app. Now we’re ready to introduce our Sessions
+cube.
```javascript
// Create new file Sessions.js with the following content
cube(`Sessions`, {
- sql:
- `
+ sql: `
SELECT
row_number() over(partition by event.anonymous_id order by event.timestamp) || ' - '|| event.anonymous_id as session_id
, event.anonymous_id
@@ -155,13 +184,18 @@ cube(`Sessions`, {
FROM ${Events.sql()} AS e
) as event
WHERE (event.inactivity_time > 30 OR event.inactivity_time is null)
- `
+ `,
});
```
-The SQL query above creates sessions, either where inactivity_time is NULL, which means it is the first session for the user, or after 30 minutes of inactivity.
+The SQL query above creates sessions, either where inactivity_time is NULL,
+which means it is the first session for the user, or after 30 minutes of
+inactivity.
-As a primary key, we’re going to use `session_id`, which is the combination of the `anonymous_id` and the session sequence, since it’s guaranteed to be unique for each session. Having this in place, we can already count sessions and plot a time series chart of sessions.
+As a primary key, we’re going to use `session_id`, which is the combination of
+the `anonymous_id` and the session sequence, since it’s guaranteed to be unique
+for each session. Having this in place, we can already count sessions and plot a
+time series chart of sessions.
```javascript
// Add these two blocks for measures and dimensions to the Sessions cube
@@ -186,11 +220,15 @@ measures: {
}
```
-
## Connecting Events to Sessions
-The next step is to identify the events contained within the session and the events ending the session. It’s required to get metrics such as session duration and events per session, or to identify sessions where specific events occurred (we’re going to use that for funnel analysis later on).
-We’re going to [declare join](/joins), that Events `belongsTo` Sessions and a specify condition, such as all users' events from session start (inclusive) till the start of the next session (exclusive) belong to that session.
+The next step is to identify the events contained within the session and the
+events ending the session. It’s required to get metrics such as session duration
+and events per session, or to identify sessions where specific events occurred
+(we’re going to use that for funnel analysis later on). We’re going to
+[declare join](/schema/reference/joins), that Events `belongsTo` Sessions and a
+specify condition, such as all users' events from session start (inclusive) till
+the start of the next session (exclusive) belong to that session.
```javascript
// Add the joins block to the Events cube
@@ -206,7 +244,8 @@ joins: {
}
```
-To determine the end of the session, we’re going to use the [subQuery feature](/subquery) in Cube.js.
+To determine the end of the session, we’re going to use the
+[subQuery feature](/subquery) in Cube.js.
```javascript
// Add the lastEventTimestamp measure to the measures block in the Events cube
@@ -246,34 +285,44 @@ averageDurationMinutes: {
```
## Mapping Sessions to Users
-Right now all our sessions are anonymous, so the final step in our modelling would be to map sessions to users in case, they have signed up and have been assigned a `user_id`. Segment keeps track of such assignments in a table called identifies. Every time you identify a user with segment it will connect the current `anonymous_id` to the identified user id.
-We’re going to create an __Identifies__ cube, which will not contain any visible measures and dimensions for users to use in Insights, but instead will provide us with a `user_id` to use in the __Sessions__ cube. Also, Identifies could be used later on to join __Sessions__ to your __Users__ cube, which could be a cube built based on your internal database data for users.
+Right now all our sessions are anonymous, so the final step in our modelling
+would be to map sessions to users in case, they have signed up and have been
+assigned a `user_id`. Segment keeps track of such assignments in a table called
+identifies. Every time you identify a user with segment it will connect the
+current `anonymous_id` to the identified user id.
+
+We’re going to create an **Identifies** cube, which will not contain any visible
+measures and dimensions for users to use in Insights, but instead will provide
+us with a `user_id` to use in the **Sessions** cube. Also, Identifies could be
+used later on to join **Sessions** to your **Users** cube, which could be a cube
+built based on your internal database data for users.
```javascript
// Create a new file for the Identifies cube with following content
cube(`Identifies`, {
sql: `select distinct user_id, anonymous_id from javascript.identifies`,
- measures: {
- },
+ measures: {},
dimensions: {
id: {
primaryKey: true,
sql: `user_id || '-' || anonymous_id`,
- type: `string`
+ type: `string`,
},
userId: {
sql: `user_id`,
type: `number`,
- format: `id`
- }
- }
+ format: `id`,
+ },
+ },
});
```
-We need to declare a relationship between __Identifies__ and __Sessions__, where session belongs to identity.
+
+We need to declare a relationship between **Identifies** and **Sessions**, where
+session belongs to identity.
```javascript
// Declare this joins block in the Sessions cube
@@ -285,7 +334,9 @@ joins: {
}
```
-Once we have it, we can create a dimension `userId`, which will be either a `user_id` from the identifies table or an `anonymous_id` in case we don’t have the identity of a visitor, which means that this visitor never signed in.
+Once we have it, we can create a dimension `userId`, which will be either a
+`user_id` from the identifies table or an `anonymous_id` in case we don’t have
+the identity of a visitor, which means that this visitor never signed in.
```javascript
// Add a new dimension to the Sessions cube
@@ -295,7 +346,8 @@ userId: {
}
```
-Based on the just-created dimension, we can add two new metrics: the count of users and the average sessions per user.
+Based on the just-created dimension, we can add two new metrics: the count of
+users and the average sessions per user.
```javascript
// Add following measures to the Sessions cube
@@ -310,12 +362,17 @@ averageSessionsPerUser: {
}
```
-That was our final step in building a foundation for sessions schema. Congratulations on making it here! Now we’re ready to add some advanced metrics on top of it.
+That was our final step in building a foundation for sessions schema.
+Congratulations on making it here! Now we’re ready to add some advanced metrics
+on top of it.
## More metrics for Sessions
### Number of Events per Session
-This one is super easy to add with a subQuery dimension. We just calculate count of Events, which we already have as a measure in the Events cube, as a dimension in the Sessions cube.
+
+This one is super easy to add with a subQuery dimension. We just calculate count
+of Events, which we already have as a measure in the Events cube, as a dimension
+in the Sessions cube.
```javascript
numberEvents: {
@@ -325,10 +382,13 @@ numberEvents: {
}
```
-
### Bounce Rate
-A bounced session is usually defined as a session with only one event.
-Since we’ve just defined the number of events per session, we can easily add a dimension `isBounced` to identify bounced sessions to the Sessions cube. Using this dimension, we can add two measures to the Sessions cube as well - a count of bounced sessions and a bounce rate.
+
+A bounced session is usually defined as a session with only one event. Since
+we’ve just defined the number of events per session, we can easily add a
+dimension `isBounced` to identify bounced sessions to the Sessions cube. Using
+this dimension, we can add two measures to the Sessions cube as well - a count
+of bounced sessions and a bounce rate.
```javascript
dimensions: {
@@ -359,8 +419,9 @@ measures: {
```
### First Referrer
-We already have this column in place in our base table. We’re just going to define a dimension on top of this.
+We already have this column in place in our base table. We’re just going to
+define a dimension on top of this.
```javascript
firstReferrer: {
@@ -369,10 +430,12 @@ firstReferrer: {
}
```
-
### Sessions New vs Returning
-Same as for the first referrer. We already have a `session_sequence` field in the base table, which we can use for the `isFirst` dimension. If `session_sequence` is 1 - then it belongs to the first session, otherwise - to a repeated session.
+Same as for the first referrer. We already have a `session_sequence` field in
+the base table, which we can use for the `isFirst` dimension. If
+`session_sequence` is 1 - then it belongs to the first session, otherwise - to a
+repeated session.
```javascript
// Add this dimension to the Sessions cube
@@ -404,9 +467,9 @@ repeatPercent: {
### Filter Sessions, where user performs specific event
-Often, you want to select specific sessions where a user performed some important action.
-In the example below, we’ll filter out sessions where the `form_submitted` event happened.
-To do that, we need to follow 3 steps:
+Often, you want to select specific sessions where a user performed some
+important action. In the example below, we’ll filter out sessions where the
+`form_submitted` event happened. To do that, we need to follow 3 steps:
Define a measure on the Events cube to count only `form_submitted` events.
@@ -432,7 +495,8 @@ formSubmittedCount: {
}
```
-Create a measure to count only sessions where `formSubmittedCount` is greater than 0.
+Create a measure to count only sessions where `formSubmittedCount` is greater
+than 0.
```javascript
// Add this measure to the Sessions cube
@@ -445,4 +509,5 @@ withFormSubmittedCount: {
}
```
-Now we can use the `withFormSubmittedCount` measure to get only sessions when the `form_submitted`event occured.
+Now we can use the `withFormSubmittedCount` measure to get only sessions when
+the `form_submitted`event occured.
|
|
chore: add negate to interval expressions
|
0a88a41ac8f3294625a784dbd05ac0d01efa5483
|
chore
|
https://github.com/rohankumardubey/ibis/commit/0a88a41ac8f3294625a784dbd05ac0d01efa5483
|
add negate to interval expressions
|
diff --git a/temporal.py b/temporal.py
index 06fffcb..c46db1f 100644
--- a/temporal.py
+++ b/temporal.py
@@ -622,6 +622,12 @@ class IntervalValue(Value):
__neg__ = negate
+ @staticmethod
+ def __negate_op__():
+ import ibis.expr.operations as ops
+
+ return ops.Negate
+
@public
class IntervalScalar(Scalar, IntervalValue):
|
|
fix(clickhouse): cast empty result dataframe
|
27ae68ae2da28e5c46ba6c7e5ecaed25b6982fac
|
fix
|
https://github.com/rohankumardubey/ibis/commit/27ae68ae2da28e5c46ba6c7e5ecaed25b6982fac
|
cast empty result dataframe
|
diff --git a/__init__.py b/__init__.py
index ee72390..95ee788 100644
--- a/__init__.py
+++ b/__init__.py
@@ -166,11 +166,10 @@ class Backend(BaseSQLBackend):
def fetch_from_cursor(self, cursor, schema):
data, _ = cursor
names = schema.names
- if not len(data):
- # handle empty resultset
- return pd.DataFrame([], columns=names)
-
- df = pd.DataFrame.from_dict(dict(zip(names, data)))
+ if not data:
+ df = pd.DataFrame([], columns=names)
+ else:
+ df = pd.DataFrame.from_dict(dict(zip(names, data)))
return schema.apply_to(df)
def close(self):
|
|
feat: when blob-merging, clarify if something would have conflicted.
|
09213bc1b2aa725af1571dff040415772e844c3a
|
feat
|
https://github.com/Byron/gitoxide/commit/09213bc1b2aa725af1571dff040415772e844c3a
|
when blob-merging, clarify if something would have conflicted.
|
diff --git a/function.rs b/function.rs
index 17036cb..df8dc99 100644
--- a/function.rs
+++ b/function.rs
@@ -31,14 +31,17 @@ pub fn merge<'a>(
current: &'a [u8],
ancestor: &'a [u8],
other: &'a [u8],
- opts: Options,
+ Options {
+ diff_algorithm,
+ conflict,
+ }: Options,
) -> Resolution {
out.clear();
input.update_before(tokens(ancestor));
input.update_after(tokens(current));
let hunks = imara_diff::diff(
- opts.diff_algorithm,
+ diff_algorithm,
input,
CollectHunks {
side: Side::Current,
@@ -50,7 +53,7 @@ pub fn merge<'a>(
input.update_after(tokens(other));
let mut hunks = imara_diff::diff(
- opts.diff_algorithm,
+ diff_algorithm,
input,
CollectHunks {
side: Side::Other,
@@ -86,7 +89,7 @@ pub fn merge<'a>(
fill_ancestor(&extended_range, &mut current_hunks);
fill_ancestor(&extended_range, &mut intersecting);
}
- match opts.conflict {
+ match conflict {
Conflict::Keep { style, marker_size } => {
let marker_size = marker_size.get();
let (hunks_front_and_back, num_hunks_front) = match style {
@@ -177,7 +180,10 @@ pub fn merge<'a>(
unreachable!("initial hunks are never ancestors")
}
};
- let hunks_to_write = if opts.conflict == Conflict::ResolveWithOurs {
+ if hunks_differ_in_diff3(ConflictStyle::Diff3, our_hunks, their_hunks, input, ¤t_tokens) {
+ resolution = Resolution::CompleteWithAutoResolvedConflict;
+ }
+ let hunks_to_write = if conflict == Conflict::ResolveWithOurs {
our_hunks
} else {
their_hunks
@@ -201,6 +207,9 @@ pub fn merge<'a>(
unreachable!("initial hunks are never ancestors")
}
};
+ if hunks_differ_in_diff3(ConflictStyle::Diff3, our_hunks, their_hunks, input, ¤t_tokens) {
+ resolution = Resolution::CompleteWithAutoResolvedConflict;
+ }
let (front_hunks, back_hunks) = hunks_front_and_back.split_at(num_hunks_front);
let first_hunk = first_hunk(front_hunks, our_hunks, their_hunks, back_hunks);
write_ancestor(input, ancestor_integrated_until, first_hunk.before.start as usize, out);
diff --git a/mod.rs b/mod.rs
index 7227f1f..8f9bd98 100644
--- a/mod.rs
+++ b/mod.rs
@@ -15,13 +15,13 @@ pub mod platform;
/// Define if a merge is conflicted or not.
#[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
pub enum Resolution {
- /// Everything could be resolved during the merge.
- ///
- /// Conflicts may have been resolved automatically, depending on the options.
+ /// Everything could be resolved during the merge, and there was no conflict.
Complete,
+ /// Conflicts were resolved automatically, even thought the result is complete
+ /// and free of conflict markers.
+ /// This can only be the case for text-file content merges.
+ CompleteWithAutoResolvedConflict,
/// A conflict is still present in the form of conflict markers.
- ///
- /// Note that this won't be the case if conflicts were automatically resolved.
Conflict,
}
diff --git a/builtin_driver.rs b/builtin_driver.rs
index 58a8c7f..99a9cea 100644
--- a/builtin_driver.rs
+++ b/builtin_driver.rs
@@ -25,7 +25,7 @@ fn binary() {
mod text {
use bstr::ByteSlice;
- use gix_merge::blob::builtin_driver::text::Conflict;
+ use gix_merge::blob::builtin_driver::text::{Conflict, ConflictStyle};
use gix_merge::blob::{builtin_driver, Resolution};
use pretty_assertions::assert_str_eq;
@@ -160,10 +160,17 @@ mod text {
if is_case_diverging(&case, diverging) {
num_diverging += 1;
} else {
- let expected_resolution = if case.expected.contains_str("<<<<<<<") {
- Resolution::Conflict
+ if case.expected.contains_str("<<<<<<<") {
+ assert_eq!(actual, Resolution::Conflict, "{}: resolution mismatch", case.name,);
} else {
- Resolution::Complete
+ assert!(
+ matches!(
+ actual,
+ Resolution::Complete | Resolution::CompleteWithAutoResolvedConflict
+ ),
+ "{}: resolution mismatch",
+ case.name
+ );
};
assert_str_eq!(
out.as_bstr().to_str_lossy(),
@@ -173,7 +180,6 @@ mod text {
out.as_bstr()
);
assert_eq!(out.as_bstr(), case.expected);
- assert_eq!(actual, expected_resolution, "{}: resolution mismatch", case.name,);
}
}
@@ -191,6 +197,100 @@ mod text {
Ok(())
}
+ #[test]
+ fn both_sides_same_changes_are_conflict_free() {
+ for conflict in [
+ builtin_driver::text::Conflict::Keep {
+ style: ConflictStyle::Merge,
+ marker_size: 7.try_into().unwrap(),
+ },
+ builtin_driver::text::Conflict::Keep {
+ style: ConflictStyle::Diff3,
+ marker_size: 7.try_into().unwrap(),
+ },
+ builtin_driver::text::Conflict::Keep {
+ style: ConflictStyle::ZealousDiff3,
+ marker_size: 7.try_into().unwrap(),
+ },
+ builtin_driver::text::Conflict::ResolveWithOurs,
+ builtin_driver::text::Conflict::ResolveWithTheirs,
+ builtin_driver::text::Conflict::ResolveWithUnion,
+ ] {
+ let options = builtin_driver::text::Options {
+ conflict,
+ ..Default::default()
+ };
+ let mut input = imara_diff::intern::InternedInput::default();
+ let mut out = Vec::new();
+ let actual = builtin_driver::text(
+ &mut out,
+ &mut input,
+ Default::default(),
+ b"1\\n3\\nother",
+ b"1\\n2\\n3",
+ b"1\\n3\\nother",
+ options,
+ );
+ assert_eq!(actual, Resolution::Complete, "{conflict:?}");
+ }
+ }
+
+ #[test]
+ fn both_differ_partially_resolution_is_conflicting() {
+ for (conflict, expected) in [
+ (
+ builtin_driver::text::Conflict::Keep {
+ style: ConflictStyle::Merge,
+ marker_size: 7.try_into().unwrap(),
+ },
+ Resolution::Conflict,
+ ),
+ (
+ builtin_driver::text::Conflict::Keep {
+ style: ConflictStyle::Diff3,
+ marker_size: 7.try_into().unwrap(),
+ },
+ Resolution::Conflict,
+ ),
+ (
+ builtin_driver::text::Conflict::Keep {
+ style: ConflictStyle::ZealousDiff3,
+ marker_size: 7.try_into().unwrap(),
+ },
+ Resolution::Conflict,
+ ),
+ (
+ builtin_driver::text::Conflict::ResolveWithOurs,
+ Resolution::CompleteWithAutoResolvedConflict,
+ ),
+ (
+ builtin_driver::text::Conflict::ResolveWithTheirs,
+ Resolution::CompleteWithAutoResolvedConflict,
+ ),
+ (
+ builtin_driver::text::Conflict::ResolveWithUnion,
+ Resolution::CompleteWithAutoResolvedConflict,
+ ),
+ ] {
+ let options = builtin_driver::text::Options {
+ conflict,
+ ..Default::default()
+ };
+ let mut input = imara_diff::intern::InternedInput::default();
+ let mut out = Vec::new();
+ let actual = builtin_driver::text(
+ &mut out,
+ &mut input,
+ Default::default(),
+ b"1\\n3\\nours",
+ b"1\\n2\\n3",
+ b"1\\n3\\ntheirs",
+ options,
+ );
+ assert_eq!(actual, expected, "{conflict:?}");
+ }
+ }
+
mod baseline {
use bstr::BString;
use gix_merge::blob::builtin_driver::text::{Conflict, ConflictStyle};
diff --git a/platform.rs b/platform.rs
index 631ed42..92bc2ee 100644
--- a/platform.rs
+++ b/platform.rs
@@ -125,25 +125,25 @@ theirs
let res = platform_ref.merge(&mut buf, default_labels(), &Default::default())?;
assert_eq!(
res,
- (Pick::Buffer, Resolution::Complete),
- "it's actually unclear now if there ever was a conflict, but we *could* compute it"
+ (Pick::Buffer, Resolution::CompleteWithAutoResolvedConflict),
+ "we can determine that there was a conflict, despite the resolution being complete"
);
assert_eq!(buf.as_bstr(), "ours");
platform_ref.options.text.conflict = builtin_driver::text::Conflict::ResolveWithTheirs;
let res = platform_ref.merge(&mut buf, default_labels(), &Default::default())?;
- assert_eq!(res, (Pick::Buffer, Resolution::Complete));
+ assert_eq!(res, (Pick::Buffer, Resolution::CompleteWithAutoResolvedConflict));
assert_eq!(buf.as_bstr(), "theirs");
platform_ref.options.text.conflict = builtin_driver::text::Conflict::ResolveWithUnion;
let res = platform_ref.merge(&mut buf, default_labels(), &Default::default())?;
- assert_eq!(res, (Pick::Buffer, Resolution::Complete));
+ assert_eq!(res, (Pick::Buffer, Resolution::CompleteWithAutoResolvedConflict));
assert_eq!(buf.as_bstr(), "ours\\ntheirs");
platform_ref.driver = DriverChoice::BuiltIn(BuiltinDriver::Union);
platform_ref.options.text.conflict = builtin_driver::text::Conflict::default();
let res = platform_ref.merge(&mut buf, default_labels(), &Default::default())?;
- assert_eq!(res, (Pick::Buffer, Resolution::Complete));
+ assert_eq!(res, (Pick::Buffer, Resolution::CompleteWithAutoResolvedConflict));
assert_eq!(buf.as_bstr(), "ours\\ntheirs");
platform_ref.driver = DriverChoice::BuiltIn(BuiltinDriver::Binary);
|
|
test: refactor data loading to reduce container build time
|
885faa5ba87cdf746f804fc377354064b8674003
|
test
|
https://github.com/rohankumardubey/ibis/commit/885faa5ba87cdf746f804fc377354064b8674003
|
refactor data loading to reduce container build time
|
diff --git a/ibis-backends.yml b/ibis-backends.yml
index 6e16a1b..178ba3e 100644
--- a/ibis-backends.yml
+++ b/ibis-backends.yml
@@ -568,7 +568,7 @@ jobs:
- uses: syphar/restore-pip-download-cache@v1
with:
requirement_files: poetry.lock
- custom_cache_key_element: ${{ matrix.backend.name }}-${{ steps.install_python.outputs.python-version }}
+ custom_cache_key_element: ${{ matrix.backend.name }}-sqlalchemy2-${{ steps.install_python.outputs.python-version }}
- run: python -m pip install --upgrade pip 'poetry<1.4'
diff --git a/clickhouse.sql b/clickhouse.sql
index f131a66..13926d7 100644
--- a/clickhouse.sql
+++ b/clickhouse.sql
@@ -1,33 +1,17 @@
-- NB: The paths in this file are all relative to /var/lib/clickhouse/user_files
CREATE OR REPLACE TABLE diamonds ENGINE = Memory AS
-SELECT * FROM file('parquet/diamonds/diamonds.parquet', 'Parquet');
+SELECT * FROM file('ibis/diamonds.parquet', 'Parquet');
CREATE OR REPLACE TABLE batting ENGINE = Memory AS
-SELECT * FROM file('parquet/batting/batting.parquet', 'Parquet');
+SELECT * FROM file('ibis/batting.parquet', 'Parquet');
CREATE OR REPLACE TABLE awards_players ENGINE = Memory AS
-SELECT * FROM file('parquet/awards_players/awards_players.parquet', 'Parquet');
+SELECT * FROM file('ibis/awards_players.parquet', 'Parquet');
-CREATE OR REPLACE TABLE functional_alltypes (
- `index` Nullable(Int64),
- `Unnamed: 0` Nullable(Int64),
- id Nullable(Int32),
- bool_col Nullable(Bool),
- tinyint_col Nullable(Int8),
- smallint_col Nullable(Int16),
- int_col Nullable(Int32),
- bigint_col Nullable(Int64),
- float_col Nullable(Float32),
- double_col Nullable(Float64),
- date_string_col Nullable(String),
- string_col Nullable(String),
- -- TODO: clean this up when timestamp scale is supported
- timestamp_col Nullable(DateTime),
- year Nullable(Int32),
- month Nullable(Int32)
-) ENGINE = Memory AS
-SELECT * FROM file('functional_alltypes.csv', 'CSVWithNames');
+CREATE OR REPLACE TABLE functional_alltypes ENGINE = Memory AS
+SELECT * REPLACE(CAST(timestamp_col AS Nullable(DateTime)) AS timestamp_col)
+FROM file('ibis/functional_alltypes.parquet', 'Parquet');
CREATE OR REPLACE TABLE tzone (
ts Nullable(DateTime),
diff --git a/docker-compose.yml b/docker-compose.yml
index 8a228f7..dfbe94c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,13 +1,12 @@
version: "3.4"
services:
clickhouse:
- build:
- context: .
- dockerfile: ./docker/clickhouse/Dockerfile
- image: ibis-clickhouse
+ image: clickhouse/clickhouse-server:23.2.1.2537-alpine
ports:
- 8123:8123
- 9000:9000
+ volumes:
+ - clickhouse:/var/lib/clickhouse/user_files/ibis
networks:
- clickhouse
impala:
@@ -117,6 +116,7 @@ services:
networks:
- postgres
mssql:
+ image: mcr.microsoft.com/mssql/server:2022-latest
environment:
MSSQL_SA_PASSWORD: 1bis_Testing!
ACCEPT_EULA: "Y"
@@ -127,12 +127,10 @@ services:
- CMD-SHELL
- /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P "$$MSSQL_SA_PASSWORD" -Q "IF DB_ID('ibis_testing') IS NULL BEGIN CREATE DATABASE [ibis_testing] END"
timeout: 10s
- build:
- context: .
- dockerfile: ./docker/mssql/Dockerfile
- image: ibis-mssql
ports:
- 1433:1433
+ volumes:
+ - mssql:/data
networks:
- mssql
trino-postgres:
@@ -355,4 +353,6 @@ volumes:
broker_var:
coordinator_var:
router_var:
+ clickhouse:
druid:
+ mssql:
diff --git a/Dockerfile b/Dockerfile
index f53c13a..455a4bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,2 +1,2 @@
FROM postgis/postgis:15-3.3-alpine
-RUN apk add postgresql14-plpython3
+RUN apk add postgresql15-plpython3
diff --git a/conftest.py b/conftest.py
index 778d4fc..5c8f4f7 100644
--- a/conftest.py
+++ b/conftest.py
@@ -9,7 +9,7 @@ import sqlalchemy as sa
import ibis
from ibis.backends.conftest import init_database
-from ibis.backends.tests.base import BackendTest, RoundHalfToEven
+from ibis.backends.tests.base import RoundHalfToEven, ServiceBackendTest, ServiceSpec
MSSQL_USER = os.environ.get('IBIS_TEST_MSSQL_USER', 'sa')
MSSQL_PASS = os.environ.get('IBIS_TEST_MSSQL_PASSWORD', '1bis_Testing!')
@@ -18,7 +18,7 @@ MSSQL_PORT = int(os.environ.get('IBIS_TEST_MSSQL_PORT', 1433))
IBIS_TEST_MSSQL_DB = os.environ.get('IBIS_TEST_MSSQL_DATABASE', 'ibis_testing')
-class TestConf(BackendTest, RoundHalfToEven):
+class TestConf(ServiceBackendTest, RoundHalfToEven):
# MSSQL has the same rounding behavior as postgres
check_dtype = False
supports_window_operations = False
@@ -29,8 +29,21 @@ class TestConf(BackendTest, RoundHalfToEven):
supports_arrays = False
supports_json = False
- def __init__(self, data_directory: Path) -> None:
- super().__init__(data_directory)
+ @classmethod
+ def service_spec(cls, data_dir: Path):
+ return ServiceSpec(
+ name=cls.name(),
+ data_volume="/data",
+ files=[
+ data_dir.joinpath(f"{name}.csv")
+ for name in (
+ "diamonds",
+ "batting",
+ "awards_players",
+ "functional_alltypes",
+ )
+ ],
+ )
@staticmethod
def _load_data(
diff --git a/base.py b/base.py
index 91dd75e..62b262c 100644
--- a/base.py
+++ b/base.py
@@ -1,9 +1,11 @@
from __future__ import annotations
import abc
+import concurrent.futures
import inspect
+import subprocess
from pathlib import Path
-from typing import Any, Mapping
+from typing import Any, Mapping, NamedTuple
import numpy as np
import pandas as pd
@@ -109,12 +111,7 @@ class BackendTest(abc.ABC):
@classmethod
def load_data(
- cls,
- data_dir: Path,
- script_dir: Path,
- tmpdir: Path,
- worker_id: str,
- **kwargs: Any,
+ cls, data_dir: Path, script_dir: Path, tmpdir: Path, worker_id: str, **kw: Any
) -> None:
"""Load testdata from `data_directory` into the backend using scripts
in `script_directory`."""
@@ -128,10 +125,15 @@ class BackendTest(abc.ABC):
fn = root_tmp_dir / f"lockfile_{cls.name()}"
with FileLock(f"{fn}.lock"):
if not fn.exists():
- cls._load_data(data_dir, script_dir, **kwargs)
+ cls.preload(data_dir)
+ cls._load_data(data_dir, script_dir, **kw)
fn.touch()
return cls(data_dir)
+ @classmethod
+ def preload(cls, data_dir: Path): # noqa: B027
+ """Code to execute before loading data."""
+
@classmethod
def assert_series_equal(
cls, left: pd.Series, right: pd.Series, *args: Any, **kwargs: Any
@@ -179,7 +181,6 @@ class BackendTest(abc.ABC):
return self.connection.table("struct")
else:
pytest.xfail(f"{self.name()} backend does not support struct types")
- return None
@property
def json_t(self) -> ir.Table | None:
@@ -189,7 +190,6 @@ class BackendTest(abc.ABC):
return self.connection.table("json_t").mutate(js=_.js.cast("json"))
else:
pytest.xfail(f"{self.name()} backend does not support json types")
- return None
@property
def api(self):
@@ -197,3 +197,37 @@ class BackendTest(abc.ABC):
def make_context(self, params: Mapping[ir.Value, Any] | None = None):
return self.api.compiler.make_context(params=params)
+
+
+class ServiceSpec(NamedTuple):
+ name: str
+ data_volume: str
+ files: list[Path]
+
+
+class ServiceBackendTest(BackendTest):
+ @classmethod
+ @abc.abstractmethod
+ def service_spec(data_dir: Path) -> ServiceSpec:
+ ...
+
+ @classmethod
+ def preload(cls, data_dir: Path):
+ spec = cls.service_spec(data_dir)
+ service = spec.name
+ data_volume = spec.data_volume
+ with concurrent.futures.ThreadPoolExecutor() as e:
+ for fut in concurrent.futures.as_completed(
+ e.submit(
+ subprocess.check_call,
+ [
+ "docker",
+ "compose",
+ "cp",
+ str(path),
+ f"{service}:{data_volume}/{path.name}",
+ ],
+ )
+ for path in spec.files
+ ):
+ fut.result()
diff --git a/overlay.nix b/overlay.nix
index 2b8c314..60a5c52 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -21,7 +21,7 @@ in
owner = "ibis-project";
repo = "testing-data";
rev = "master";
- sha256 = "sha256-BZWi4kEumZemQeYoAtlUSw922p+R6opSWp/bmX0DjAo=";
+ sha256 = "sha256-NbgEe0w/qf9hCr9rRfIpyaH9pv25I8x0ykY7EJxDOuk=";
};
rustNightly = pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.minimal);
|
|
fix(validation): throw when trying to call `em.flush()` from hooks (#574)
Hooks are executed inside the commit action of unit of work, after all change
sets are computed. This means that it is not possible to create new entities as
usual from inside the hook. Calling em.flush() from hooks will result in
validation error. Calling em.persist() can result in undefined behaviour like
locking errors.
The internal instance of EntityManager accessible under wrap(this).__em is
not meant for public usage.
Closes #493
|
c3d0ce6a1e2bbea14257cf118a20422294bd5283
|
fix
|
https://github.com/mikro-orm/mikro-orm/commit/c3d0ce6a1e2bbea14257cf118a20422294bd5283
|
throw when trying to call `em.flush()` from hooks (#574)
Hooks are executed inside the commit action of unit of work, after all change
sets are computed. This means that it is not possible to create new entities as
usual from inside the hook. Calling em.flush() from hooks will result in
validation error. Calling em.persist() can result in undefined behaviour like
locking errors.
The internal instance of EntityManager accessible under wrap(this).__em is
not meant for public usage.
Closes #493
|
diff --git a/lifecycle-hooks.md b/lifecycle-hooks.md
index 3c8b9c7..a8815da 100644
--- a/lifecycle-hooks.md
+++ b/lifecycle-hooks.md
@@ -23,3 +23,14 @@ removing entity or entity reference, not when deleting records by query.
the identity map.
> `@OnInit` is not fired when you create the entity manually via its constructor (`new MyEntity()`)
+
+## Limitations of lifecycle hooks
+
+Hooks are executed inside the commit action of unit of work, after all change
+sets are computed. This means that it is not possible to create new entities as
+usual from inside the hook. Calling `em.flush()` from hooks will result in
+validation error. Calling `em.persist()` can result in undefined behaviour like
+locking errors.
+
+> The **internal** instance of `EntityManager` accessible under `wrap(this).__em` is
+> not meant for public usage.
diff --git a/UnitOfWork.ts b/UnitOfWork.ts
index 05e4afe..181f7c4 100644
--- a/UnitOfWork.ts
+++ b/UnitOfWork.ts
@@ -28,6 +28,7 @@ export class UnitOfWork {
private readonly platform = this.em.getDriver().getPlatform();
private readonly changeSetComputer = new ChangeSetComputer(this.em.getValidator(), this.originalEntityData, this.identifierMap, this.collectionUpdates, this.removeStack, this.metadata, this.platform);
private readonly changeSetPersister = new ChangeSetPersister(this.em.getDriver(), this.identifierMap, this.metadata);
+ private working = false;
constructor(private readonly em: EntityManager) { }
@@ -105,6 +106,11 @@ export class UnitOfWork {
}
async commit(): Promise<void> {
+ if (this.working) {
+ throw ValidationError.cannotCommit();
+ }
+
+ this.working = true;
this.computeChangeSets();
if (this.changeSets.length === 0 && this.collectionUpdates.length === 0 && this.extraUpdates.length === 0) {
@@ -302,6 +308,7 @@ export class UnitOfWork {
this.changeSets.length = 0;
this.collectionUpdates.length = 0;
this.extraUpdates.length = 0;
+ this.working = false;
}
private cascade<T extends AnyEntity<T>>(entity: T, type: Cascade, visited: AnyEntity[], options: { checkRemoveStack?: boolean; mergeData?: boolean } = {}): void {
diff --git a/ValidationError.ts b/ValidationError.ts
index 637a291..aa5eabf 100644
--- a/ValidationError.ts
+++ b/ValidationError.ts
@@ -167,6 +167,10 @@ export class ValidationError<T extends AnyEntity = AnyEntity> extends Error {
return new ValidationError(`Composite key required for entity ${meta.className}.`);
}
+ static cannotCommit(): ValidationError {
+ return new ValidationError('You cannot call em.flush() from inside lifecycle hook handlers');
+ }
+
private static fromMessage(meta: EntityMetadata, prop: EntityProperty, message: string): ValidationError {
return new ValidationError(`${meta.className}.${prop.name} ${message}`);
}
diff --git a/GH493.test.ts b/GH493.test.ts
index b2143e6..1e00857 100644
--- a/GH493.test.ts
+++ b/GH493.test.ts
@@ -0,0 +1,57 @@
+import { unlinkSync } from 'fs';
+import { BeforeDelete, BeforeUpdate, Entity, MikroORM, PrimaryKey, Property, ReflectMetadataProvider, wrap } from '../../lib';
+import { PostgreSqlDriver } from '../../lib/drivers/PostgreSqlDriver';
+import { BASE_DIR } from '../bootstrap';
+
+@Entity()
+export class A {
+
+ @PrimaryKey()
+ id!: number;
+
+ @Property({ nullable: true })
+ name?: string;
+
+ @BeforeUpdate()
+ async beforeUpdate() {
+ await wrap(this).__em!.flush();
+ }
+
+ @BeforeDelete()
+ async beforeDelete() {
+ await wrap(this).__em!.flush();
+ }
+
+}
+
+describe('GH issue 493', () => {
+
+ let orm: MikroORM<PostgreSqlDriver>;
+
+ beforeAll(async () => {
+ orm = await MikroORM.init({
+ entities: [A],
+ dbName: BASE_DIR + '/../temp/mikro_orm_test_gh493.db',
+ type: 'sqlite',
+ metadataProvider: ReflectMetadataProvider,
+ cache: { enabled: false },
+ highlight: false,
+ });
+ await orm.getSchemaGenerator().dropSchema();
+ await orm.getSchemaGenerator().createSchema();
+ });
+
+ afterAll(async () => {
+ await orm.close(true);
+ unlinkSync(orm.config.get('dbName')!);
+ });
+
+ test(`GH issue 493`, async () => {
+ const a = new A();
+ await orm.em.persistAndFlush(a);
+ a.name = 'test';
+ await expect(orm.em.flush()).rejects.toThrowError('You cannot call em.flush() from inside lifecycle hook handlers');
+ orm.em.removeEntity(a);
+ await expect(orm.em.flush()).rejects.toThrowError('You cannot call em.flush() from inside lifecycle hook handlers');
+ });
+});
|
|
ci: test against postgres 15
|
0a2829127476db668edbf387c9dd0dd8badc785d
|
ci
|
https://github.com/ibis-project/ibis/commit/0a2829127476db668edbf387c9dd0dd8badc785d
|
test against postgres 15
|
diff --git a/Dockerfile b/Dockerfile
index b54263d..bfc4847 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,2 +1,2 @@
-FROM postgis/postgis:14-3.2-alpine
+FROM postgis/postgis:15-3.3-alpine
RUN apk add postgresql14-plpython3
|
|
fix: AnimatedTransform for @react-spring/native
We only care about FluidValue objects, not Animated objects
|
a1268e5341549805e09821746a1ac966a141ce8b
|
fix
|
https://github.com/pmndrs/react-spring/commit/a1268e5341549805e09821746a1ac966a141ce8b
|
AnimatedTransform for @react-spring/native
We only care about FluidValue objects, not Animated objects
|
diff --git a/AnimatedTransform.ts b/AnimatedTransform.ts
index 4fb7091..73845b2 100644
--- a/AnimatedTransform.ts
+++ b/AnimatedTransform.ts
@@ -1,10 +1,5 @@
-import { each } from 'shared'
-import {
- Animated,
- isAnimated,
- AnimatedValue,
- AnimatedObject,
-} from '@react-spring/animated'
+import { each, isFluidValue } from 'shared'
+import { Animated, AnimatedValue, AnimatedObject } from '@react-spring/animated'
type Transform = { [key: string]: string | number | Animated }
@@ -21,7 +16,7 @@ export class AnimatedTransform extends AnimatedObject {
? this.source.map(source => {
const transform: any = {}
each(source, (source, key) => {
- transform[key] = isAnimated(source) ? source.getValue() : source
+ transform[key] = isFluidValue(source) ? source.get() : source
})
return transform
})
|
|
chore(deps): remove unnecessary pyarrow extra
This was only used for CI, which we can solve by installing directly.
|
a50a8161980c9d599684c9c5fa06df9b862aceb8
|
chore
|
https://github.com/rohankumardubey/ibis/commit/a50a8161980c9d599684c9c5fa06df9b862aceb8
|
remove unnecessary pyarrow extra
This was only used for CI, which we can solve by installing directly.
|
diff --git a/ibis-backends.yml b/ibis-backends.yml
index 0731972..54967eb 100644
--- a/ibis-backends.yml
+++ b/ibis-backends.yml
@@ -104,6 +104,7 @@ jobs:
extras:
- postgres
- geospatial
+ additional_deps:
- pyarrow
services:
- postgres
@@ -205,6 +206,7 @@ jobs:
extras:
- postgres
- geospatial
+ additional_deps:
- pyarrow
services:
- postgres
@@ -306,6 +308,10 @@ jobs:
- name: install ibis
run: poetry install --without dev --without docs --extras "${{ join(matrix.backend.extras, ' ') }}"
+ - name: install other deps
+ if: matrix.backend.additional_deps != null
+ run: poetry run pip install "${{ join(matrix.backend.additional_deps, ' ') }}"
+
- name: "run parallel tests: ${{ matrix.backend.name }}"
if: ${{ !matrix.backend.serial }}
run: just ci-check -m ${{ matrix.backend.name }} --numprocesses auto --dist=loadgroup
diff --git a/poetry.lock b/poetry.lock
index 520658f..b2653dc 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -5578,7 +5578,6 @@ mysql = ["sqlalchemy", "pymysql", "sqlalchemy-views"]
pandas = ["regex"]
polars = ["polars", "pyarrow"]
postgres = ["psycopg2", "sqlalchemy", "sqlalchemy-views"]
-pyarrow = ["pyarrow"]
pyspark = ["pyarrow", "pyspark", "sqlalchemy"]
snowflake = ["snowflake-connector-python", "snowflake-sqlalchemy", "sqlalchemy-views"]
sqlite = ["regex", "sqlalchemy", "sqlalchemy-views"]
@@ -5588,4 +5587,4 @@ visualization = ["graphviz"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash = "9989a6b01793a2c3847ee57ac042c3a7258899d500bab10a19269f265e1d6635"
+content-hash = "eea8e627feed019f4b9a0548f490e7fd86aafaf2a1f2362b981dca0f406c2d4d"
diff --git a/pyproject.toml b/pyproject.toml
index 3b7409f..cba8d27 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -193,7 +193,6 @@ mysql = ["sqlalchemy", "pymysql", "sqlalchemy-views"]
pandas = ["regex"]
polars = ["polars", "pyarrow"]
postgres = ["psycopg2", "sqlalchemy", "sqlalchemy-views"]
-pyarrow = ["pyarrow"]
pyspark = ["pyarrow", "pyspark", "sqlalchemy"]
snowflake = [
"snowflake-connector-python",
|
|
chore: rewrite ibis_substrait_to_duckdb post to quarto
|
705f92040451564949760888f3884758eead9685
|
chore
|
https://github.com/rohankumardubey/ibis/commit/705f92040451564949760888f3884758eead9685
|
rewrite ibis_substrait_to_duckdb post to quarto
|
diff --git a/.gitignore b/.gitignore
index c1017ad..3721c0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -117,3 +117,4 @@ docs/_output
.local
docs/objects.json
docs/reference
+.null-ls*
diff --git a/index.qmd b/index.qmd
index 6792322..78d8422 100644
--- a/index.qmd
+++ b/index.qmd
|
|
chore: upgrade to clap 4.1
|
63969671df60b4e07e2d7d671c657639d055b0b8
|
chore
|
https://github.com/Byron/gitoxide/commit/63969671df60b4e07e2d7d671c657639d055b0b8
|
upgrade to clap 4.1
|
diff --git a/Cargo.lock b/Cargo.lock
index f8043c0..c411a82 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -345,7 +345,7 @@ dependencies = [
"bitflags",
"cargo_metadata",
"cargo_toml",
- "clap",
+ "clap 4.1.1",
"crates-index",
"env_logger",
"git-conventional",
@@ -456,8 +456,8 @@ checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
dependencies = [
"atty",
"bitflags",
- "clap_derive",
- "clap_lex",
+ "clap_derive 3.2.18",
+ "clap_lex 0.2.4",
"indexmap",
"once_cell",
"strsim",
@@ -465,6 +465,21 @@ dependencies = [
"textwrap",
]
+[[package]]
+name = "clap"
+version = "4.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2"
+dependencies = [
+ "bitflags",
+ "clap_derive 4.1.0",
+ "clap_lex 0.3.1",
+ "is-terminal",
+ "once_cell",
+ "strsim",
+ "termcolor",
+]
+
[[package]]
name = "clap_derive"
version = "3.2.18"
@@ -478,6 +493,19 @@ dependencies = [
"syn",
]
+[[package]]
+name = "clap_derive"
+version = "4.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
+dependencies = [
+ "heck",
+ "proc-macro-error",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
[[package]]
name = "clap_lex"
version = "0.2.4"
@@ -487,6 +515,15 @@ dependencies = [
"os_str_bytes",
]
+[[package]]
+name = "clap_lex"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
+dependencies = [
+ "os_str_bytes",
+]
+
[[package]]
name = "clru"
version = "0.6.1"
@@ -624,7 +661,7 @@ dependencies = [
"atty",
"cast",
"ciborium",
- "clap",
+ "clap 3.2.23",
"criterion-plot",
"itertools",
"lazy_static",
@@ -1910,7 +1947,7 @@ name = "gitoxide"
version = "0.21.0"
dependencies = [
"anyhow",
- "clap",
+ "clap 3.2.23",
"crosstermion",
"document-features",
"env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index e722c4e..f6f799b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ cache-efficiency-debug = ["git-repository/cache-efficiency-debug"]
[dependencies]
git-repository = { version = "^0.33.0", path = "../git-repository", default-features = false, features = ["max-performance-safe"] }
anyhow = "1.0.42"
-clap = { version = "3.2.5", features = ["derive", "cargo"] }
+clap = { version = "4.1.0", features = ["derive", "cargo"] }
env_logger = { version = "0.10.0", default-features = false, features = ["humantime", "auto-color"] }
cargo_metadata = "0.15.0"
log = "0.4.14"
|
|
feat: added mode to more coordinates options
feat: addConfig method added to the Engine class
build: migrated options package from json files to typescript for typechecking
|
543cfabb07f2ba56d3a4394ffc74cf0f57489f41
|
feat
|
https://github.com/tsparticles/tsparticles/commit/543cfabb07f2ba56d3a4394ffc74cf0f57489f41
|
added mode to more coordinates options
feat: addConfig method added to the Engine class
build: migrated options package from json files to typescript for typechecking
|
diff --git a/ICoordinates.ts b/ICoordinates.ts
index e032305..359667a 100644
--- a/ICoordinates.ts
+++ b/ICoordinates.ts
@@ -23,6 +23,10 @@ export interface IRangedCoordinates3d extends IRangedCoordinates {
z: RangeValue;
}
+export interface ICoordinatesWithMode extends ICoordinates {
+ mode: SizeMode;
+}
+
export interface ICenterCoordinates extends ICoordinates {
mode: SizeMode;
radius: number;
diff --git a/ManualParticle.ts b/ManualParticle.ts
index 80d7672..53c72cc 100644
--- a/ManualParticle.ts
+++ b/ManualParticle.ts
@@ -1,13 +1,14 @@
-import type { ICoordinates } from "../../Core/Interfaces/ICoordinates";
+import type { ICoordinatesWithMode } from "../../Core/Interfaces/ICoordinates";
import type { IManualParticle } from "../Interfaces/IManualParticle";
import type { IOptionLoader } from "../Interfaces/IOptionLoader";
import type { IParticlesOptions } from "../Interfaces/Particles/IParticlesOptions";
import type { RecursivePartial } from "../../Types/RecursivePartial";
+import { SizeMode } from "../../Enums/Modes/SizeMode";
import { deepExtend } from "../../Utils/Utils";
export class ManualParticle implements IManualParticle, IOptionLoader<IManualParticle> {
options?: RecursivePartial<IParticlesOptions>;
- position?: ICoordinates;
+ position?: ICoordinatesWithMode;
load(data?: RecursivePartial<IManualParticle>): void {
if (!data) {
@@ -18,6 +19,7 @@ export class ManualParticle implements IManualParticle, IOptionLoader<IManualPar
this.position = {
x: data.position.x ?? 50,
y: data.position.y ?? 50,
+ mode: data.position.mode ?? SizeMode.percent,
};
}
diff --git a/Options.ts b/Options.ts
index 8d61042..b507c94 100644
--- a/Options.ts
+++ b/Options.ts
@@ -41,6 +41,7 @@ export class Options implements IOptions, IOptionLoader<IOptions> {
fullScreen;
interactivity;
manualParticles: ManualParticle[];
+ name?: string;
particles;
pauseOnBlur;
pauseOnOutsideViewport;
diff --git a/Spin.ts b/Spin.ts
index 8bc6846..87b2b2e 100644
--- a/Spin.ts
+++ b/Spin.ts
@@ -1,4 +1,4 @@
-import type { ICoordinates } from "../../../../Core/Interfaces/ICoordinates";
+import type { ICoordinatesWithMode } from "../../../../Core/Interfaces/ICoordinates";
import type { IOptionLoader } from "../../../Interfaces/IOptionLoader";
import type { ISpin } from "../../../Interfaces/Particles/Move/ISpin";
import type { RangeValue } from "../../../../Types/RangeValue";
@@ -9,7 +9,7 @@ import { setRangeValue } from "../../../../Utils/NumberUtils";
export class Spin implements ISpin, IOptionLoader<ISpin> {
acceleration: RangeValue;
enable;
- position?: ICoordinates;
+ position?: ICoordinatesWithMode;
constructor() {
this.acceleration = 0;
@@ -29,6 +29,6 @@ export class Spin implements ISpin, IOptionLoader<ISpin> {
this.enable = data.enable;
}
- this.position = data.position ? (deepExtend({}, data.position) as ICoordinates | undefined) : undefined;
+ this.position = data.position ? (deepExtend({}, data.position) as ICoordinatesWithMode | undefined) : undefined;
}
}
diff --git a/IManualParticle.ts b/IManualParticle.ts
index 513cf23..dc45179 100644
--- a/IManualParticle.ts
+++ b/IManualParticle.ts
@@ -1,4 +1,4 @@
-import type { ICoordinates } from "../../Core/Interfaces/ICoordinates";
+import type { ICoordinatesWithMode } from "../../Core/Interfaces/ICoordinates";
import type { IParticlesOptions } from "./Particles/IParticlesOptions";
import type { RecursivePartial } from "../../Types/RecursivePartial";
@@ -16,5 +16,5 @@ export interface IManualParticle {
/**
* Particle position in canvas size percent, if undefined a random position will be used
*/
- position?: ICoordinates;
+ position?: ICoordinatesWithMode;
}
diff --git a/IOptions.ts b/IOptions.ts
index f95c47e..a2667fb 100644
--- a/IOptions.ts
+++ b/IOptions.ts
@@ -83,6 +83,8 @@ export interface IOptions {
*/
manualParticles: IManualParticle[];
+ name?: string;
+
/**
* The particles options
*/
diff --git a/IStroke.ts b/IStroke.ts
index fc79b83..91a8824 100644
--- a/IStroke.ts
+++ b/IStroke.ts
@@ -1,6 +1,7 @@
import type { IAnimatableColor } from "../IAnimatableColor";
import type { IColor } from "../../../Core/Interfaces/Colors";
import type { RangeValue } from "../../../Types/RangeValue";
+import type { RecursivePartial } from "../../../Types/RecursivePartial";
/**
* Particle stroke, outlines the particle with a customizable line
@@ -11,7 +12,7 @@ export interface IStroke {
/**
* The stroke color, can be animated too
*/
- color?: string | IAnimatableColor | IColor;
+ color?: string | RecursivePartial<IAnimatableColor> | RecursivePartial<IColor>;
/**
* The stroke opacity
diff --git a/ISpin.ts b/ISpin.ts
index 7efb461..9cc1fe1 100644
--- a/ISpin.ts
+++ b/ISpin.ts
@@ -1,8 +1,8 @@
-import type { ICoordinates } from "../../../../Core/Interfaces/ICoordinates";
+import type { ICoordinatesWithMode } from "../../../../Core/Interfaces/ICoordinates";
import type { RangeValue } from "../../../../Types/RangeValue";
export interface ISpin {
acceleration: RangeValue;
enable: boolean;
- position?: ICoordinates;
+ position?: ICoordinatesWithMode;
}
diff --git a/ISourceOptions.ts b/ISourceOptions.ts
index 012091e..2e07cbe 100644
--- a/ISourceOptions.ts
+++ b/ISourceOptions.ts
@@ -0,0 +1,4 @@
+import type { IOptions } from "../Options/Interfaces/IOptions";
+import type { RecursivePartial } from "./RecursivePartial";
+
+export type ISourceOptions = RecursivePartial<IOptions>;
diff --git a/engine.ts b/engine.ts
index c94f048..3c9b34f 100644
--- a/engine.ts
+++ b/engine.ts
@@ -20,6 +20,7 @@ import type { IParticleMover } from "./Core/Interfaces/IParticlesMover";
import type { IParticleUpdater } from "./Core/Interfaces/IParticleUpdater";
import type { IPlugin } from "./Core/Interfaces/IPlugin";
import type { IShapeDrawer } from "./Core/Interfaces/IShapeDrawer";
+import type { ISourceOptions } from "./Types/ISourceOptions";
import { Loader } from "./Core/Loader";
import type { Particle } from "./Core/Particle";
import { Plugins } from "./Core/Utils/Plugins";
@@ -40,6 +41,7 @@ export class Engine {
*/
readonly plugins: Plugins;
+ private readonly _configs: Map<string, ISourceOptions>;
/**
* Contains all the [[Container]] instances of the current engine instance
*/
@@ -62,6 +64,7 @@ export class Engine {
* Engine constructor, initializes plugins, loader and the containers array
*/
constructor() {
+ this._configs = new Map();
this._domArray = [];
this._eventDispatcher = new EventDispatcher();
this._initialized = false;
@@ -69,10 +72,32 @@ export class Engine {
this.plugins = new Plugins(this);
}
+ get configs(): Record<string, ISourceOptions> {
+ const res: { [key: string]: ISourceOptions } = {};
+
+ for (const [name, config] of this._configs) {
+ res[name] = config;
+ }
+
+ return res;
+ }
+
get version(): string {
return __VERSION__;
}
+ addConfig(nameOrConfig: string | ISourceOptions, config?: ISourceOptions): void {
+ if (typeof nameOrConfig === "string") {
+ if (config) {
+ config.name = nameOrConfig;
+
+ this._configs.set(nameOrConfig, config);
+ }
+ } else {
+ this._configs.set(nameOrConfig.name ?? "default", nameOrConfig);
+ }
+ }
+
/**
* Adds a listener to the specified event
* @param type The event to listen to
diff --git a/index.ts b/index.ts
index 8b28e35..4feeec9 100644
--- a/index.ts
+++ b/index.ts
@@ -1,390 +1,131 @@
import type { ISourceOptions } from "tsparticles-engine";
-import _absorbers from "./absorbers.json";
-import _amongUs from "./amongUs.json";
-import _backgroundMask from "./backgroundMask.json";
-import _basic from "./basic.json";
-import _big from "./big.json";
-import _blackHole from "./blackHole.json";
-import _bubble from "./bubble.json";
-import _cards from "./cards.json";
-import _chars from "./chars.json";
-import _clickConfetti from "./clickConfetti.json";
-import _clickPause from "./clickPause.json";
-import _collisionsAbsorb from "./collisionsAbsorb.json";
-import _collisionsBounce from "./collisionsBounce.json";
-import _collisionsDestroy from "./collisionsDestroy.json";
-import _colorAnimation from "./colorAnimation.json";
-import _connect from "./connect.json";
-import _customPreset from "./customPreset.json";
-import _customShape from "./customShape.json";
-import _dataImages from "./dataImages.json";
-import _delay from "./delay.json";
-import _destroy from "./destroy.json";
-import _disappearing from "./disappearing.json";
-import _divEvents from "./divEvents.json";
-import _emitter from "./emitter.json";
-import _emitterAbsorber from "./emitterAbsorber.json";
-import _emitterAngled from "./emitterAngled.json";
-import _emitterImages from "./emitterImages.json";
-import _emitterPaths from "./emitterPaths.json";
-import _emitterShapes from "./emitterShapes.json";
-import _fireworks from "./fireworks.json";
-import _fontawesome from "./fontawesome.json";
-import _forward from "./forward.json";
-import _grabRandomColor from "./grabRandomColor.json";
-import _gradients from "./gradients.json";
-import _gravity from "./gravity.json";
-import _growing from "./growing.json";
-import _hexagonPath from "./hexagonPath.json";
-import _hollowknight from "./hollowknight.json";
-import _hyperspace from "./hyperspace.json";
-import _imageMask from "./imageMask.json";
-import _images from "./images.json";
-import _imagesDirections from "./imagesDirections.json";
-import _infection from "./infection.json";
-import _life from "./life.json";
-import _lightHover from "./lightHover.json";
-import _linkTriangles from "./linkTriangles.json";
-import _localPolygonMask from "./localPolygonMask.json";
-import _manual from "./manual.json";
-import _motionDisable from "./motionDisable.json";
-import _motionReduce from "./motionReduce.json";
-import _mouseAttract from "./mouseAttract.json";
-import _mouseBounce from "./mouseBounce.json";
-import _mouseFollow from "./mouseFollow.json";
-import _mouseTrail from "./mouseTrail.json";
-import _moveAngle from "./moveAngle.json";
-import _moveDistance from "./moveDistance.json";
-import _moveInside from "./moveInside.json";
-import _moveOutside from "./moveOutside.json";
-import _multipleClickEmitters from "./multipleClickEmitters.json";
-import _multiplePolygonMasks from "./multiplePolygonMasks.json";
-import _nasa from "./nasa.json";
-import _noconfig from "./noconfig.json";
-import _noisePlanes from "./noisePlanes.json";
-import _nyancat from "./nyancat.json";
-import _nyancat2 from "./nyancat2.json";
-import _orbit from "./orbit.json";
-import _parallax from "./parallax.json";
-import _pathPolygonMask from "./pathPolygonMask.json";
-import _planes from "./planes.json";
-import _plasma from "./plasma.json";
-import _polygonMask from "./polygonMask.json";
-import _polygons from "./polygons.json";
-import _random from "./random.json";
-import _reactBubbles from "./reactBubbles.json";
-import _reactDefaults from "./reactDefaults.json";
-import _reactMultipleImages from "./reactMultipleImages.json";
-import _reactNightSky from "./reactNightSky.json";
-import _reactPolygonMask from "./reactPolygonMask.json";
-import _reactSimple from "./reactSimple.json";
-import _reactSnow from "./reactSnow.json";
-import _reduceDuplicates from "./reduceDuplicates.json";
-import _repulse from "./repulse.json";
-import _repulseBack from "./repulseBack.json";
-import _repulseCirc from "./repulseCirc.json";
-import _repulseCubic from "./repulseCubic.json";
-import _repulseExpo from "./repulseExpo.json";
-import _repulseQuart from "./repulseQuart.json";
-import _repulseQuint from "./repulseQuint.json";
-import _repulseSine from "./repulseSine.json";
-import _responsive from "./responsive.json";
-import _ring from "./ring.json";
-import _seaAnemone from "./seaAnemone.json";
-import _shadow from "./shadow.json";
-import _shapeBubble from "./shapeBubble.json";
-import _shapeCog from "./shapeCog.json";
-import _shapeHeart from "./shapeHeart.json";
-import _shapeMultilineText from "./shapeMultilineText.json";
-import _shapeOptions from "./shapeOptions.json";
-import _shapePath from "./shapePath.json";
-import _shapeRoundedRect from "./shapeRoundedRect.json";
-import _shapeSpiral from "./shapeSpiral.json";
-import _slow from "./slow.json";
-import _snow from "./snow.json";
-import _soundsAudio from "./soundsAudio.json";
-import _soundsLoop from "./soundsLoop.json";
-import _soundsMelodies from "./soundsMelodies.json";
-import _soundsMelodyLoop from "./soundsMelodyLoop.json";
-import _soundsNotes from "./soundsNotes.json";
-import _speedDecay from "./speedDecay.json";
-import _spin from "./spin.json";
-import _star from "./star.json";
-import _strokeAnimation from "./strokeAnimation.json";
-import _style from "./style.json";
-import _svgReplace from "./svgReplace.json";
-import _test from "./test.json";
-import _textMask from "./textMask.json";
-import _textMaskMultiline from "./textMaskMultiline.json";
-import _trail from "./trail.json";
-import _trailImage from "./trailImage.json";
-import _twinkle from "./twinkle.json";
-import _vibrate from "./vibrate.json";
-import _virus from "./virus.json";
-import _warp from "./warp.json";
-import _wobble from "./wobble.json";
-import _zIndex from "./zIndex.json";
+import absorbers from "./absorbers";
+import amongUs from "./amongUs";
+import backgroundMask from "./backgroundMask";
+import basic from "./basic";
+import big from "./big";
+import blackHole from "./blackHole";
+import bubble from "./bubble";
+import cards from "./cards";
+import chars from "./chars";
+import clickPause from "./clickPause";
+import collisionsAbsorb from "./collisionsAbsorb";
+import collisionsBounce from "./collisionsBounce";
+import collisionsDestroy from "./collisionsDestroy";
+import colorAnimation from "./colorAnimation";
+import connect from "./connect";
+import customPreset from "./customPreset";
+import customShape from "./customShape";
+import dataImages from "./dataImages";
+import delay from "./delay";
+import destroy from "./destroy";
+import disappearing from "./disappearing";
+import divEvents from "./divEvents";
+import emitter from "./emitter";
+import emitterAbsorber from "./emitterAbsorber";
+import emitterAngled from "./emitterAngled";
+import emitterImages from "./emitterImages";
+import emitterPaths from "./emitterPaths";
+import emitterShapes from "./emitterShapes";
+import fireworks from "./fireworks";
+import fontawesome from "./fontawesome";
+import forward from "./forward";
+import grabRandomColor from "./grabRandomColor";
+import gradients from "./gradients";
+import gravity from "./gravity";
+import growing from "./growing";
+import hexagonPath from "./hexagonPath";
+import hollowknight from "./hollowknight";
+import hyperspace from "./hyperspace";
+import imageMask from "./imageMask";
+import images from "./images";
+import imagesDirections from "./imagesDirections";
+import infection from "./infection";
+import life from "./life";
+import lightHover from "./lightHover";
+import linkTriangles from "./linkTriangles";
+import localPolygonMask from "./localPolygonMask";
+import manual from "./manual";
+import motionDisable from "./motionDisable";
+import motionReduce from "./motionReduce";
+import mouseAttract from "./mouseAttract";
+import mouseBounce from "./mouseBounce";
+import mouseFollow from "./mouseFollow";
+import mouseTrail from "./mouseTrail";
+import moveAngle from "./moveAngle";
+import moveDistance from "./moveDistance";
+import moveInside from "./moveInside";
+import moveOutside from "./moveOutside";
+import multipleClickEmitters from "./multipleClickEmitters";
+import multiplePolygonMasks from "./multiplePolygonMasks";
+import nasa from "./nasa";
+import noconfig from "./noconfig";
+import noisePlanes from "./noisePlanes";
+import nyancat from "./nyancat";
+import nyancat2 from "./nyancat2";
+import orbit from "./orbit";
+import parallax from "./parallax";
+import pathPolygonMask from "./pathPolygonMask";
+import planes from "./planes";
+import plasma from "./plasma";
+import polygonMask from "./polygonMask";
+import polygons from "./polygons";
+import random from "./random";
+import reactBubbles from "./reactBubbles";
+import reactDefaults from "./reactDefaults";
+import reactMultipleImages from "./reactMultipleImages";
+import reactNightSky from "./reactNightSky";
+import reactPolygonMask from "./reactPolygonMask";
+import reactSimple from "./reactSimple";
+import reactSnow from "./reactSnow";
+import reduceDuplicates from "./reduceDuplicates";
+import repulse from "./repulse";
+import repulseBack from "./repulseBack";
+import repulseCirc from "./repulseCirc";
+import repulseCubic from "./repulseCubic";
+import repulseExpo from "./repulseExpo";
+import repulseQuart from "./repulseQuart";
+import repulseQuint from "./repulseQuint";
+import repulseSine from "./repulseSine";
+import responsive from "./responsive";
+import ring from "./ring";
+import seaAnemone from "./seaAnemone";
+import shadow from "./shadow";
+import shapeBubble from "./shapeBubble";
+import shapeCog from "./shapeCog";
+import shapeHeart from "./shapeHeart";
+import shapeMultilineText from "./shapeMultilineText";
+import shapeOptions from "./shapeOptions";
+import shapePath from "./shapePath";
+import shapeRoundedRect from "./shapeRoundedRect";
+import shapeSpiral from "./shapeSpiral";
+import slow from "./slow";
+import snow from "./snow";
+import soundsAudio from "./soundsAudio";
+import soundsLoop from "./soundsLoop";
+import soundsMelodies from "./soundsMelodies";
+import soundsMelodyLoop from "./soundsMelodyLoop";
+import soundsNotes from "./soundsNotes";
+import speedDecay from "./speedDecay";
+import spin from "./spin";
+import star from "./star";
+import strokeAnimation from "./strokeAnimation";
+import style from "./style";
+import svgReplace from "./svgReplace";
+import test from "./test";
+import textMask from "./textMask";
+import textMaskMultiline from "./textMaskMultiline";
+import trail from "./trail";
+import trailImage from "./trailImage";
import { tsParticles } from "tsparticles-engine";
+import twinkle from "./twinkle";
+import vibrate from "./vibrate";
+import virus from "./virus";
+import warp from "./warp";
+import wobble from "./wobble";
+import zIndex from "./zIndex";
-const absorbers = _absorbers as unknown as ISourceOptions,
- amongUs = _amongUs as unknown as ISourceOptions,
- backgroundMask = _backgroundMask as unknown as ISourceOptions,
- basic = _basic as unknown as ISourceOptions,
- big = _big as unknown as ISourceOptions,
- blackHole = _blackHole as unknown as ISourceOptions,
- bubble = _bubble as unknown as ISourceOptions,
- cards = _cards as unknown as ISourceOptions,
- chars = _chars as unknown as ISourceOptions,
- clickConfetti = _clickConfetti as unknown as ISourceOptions,
- clickPause = _clickPause as unknown as ISourceOptions,
- collisionsAbsorb = _collisionsAbsorb as unknown as ISourceOptions,
- collisionsBounce = _collisionsBounce as unknown as ISourceOptions,
- collisionsDestroy = _collisionsDestroy as unknown as ISourceOptions,
- colorAnimation = _colorAnimation as unknown as ISourceOptions,
- connect = _connect as unknown as ISourceOptions,
- customPreset = _customPreset as unknown as ISourceOptions,
- customShape = _customShape as unknown as ISourceOptions,
- dataImages = _dataImages as unknown as ISourceOptions,
- delay = _delay as unknown as ISourceOptions,
- destroy = _destroy as unknown as ISourceOptions,
- disappearing = _disappearing as unknown as ISourceOptions,
- divEvents = _divEvents as unknown as ISourceOptions,
- emitter = _emitter as unknown as ISourceOptions,
- emitterAbsorber = _emitterAbsorber as unknown as ISourceOptions,
- emitterAngled = _emitterAngled as unknown as ISourceOptions,
- emitterImages = _emitterImages as unknown as ISourceOptions,
- emitterPaths = _emitterPaths as unknown as ISourceOptions,
- emitterShapes = _emitterShapes as unknown as ISourceOptions,
- fireworks = _fireworks as unknown as ISourceOptions,
- fontawesome = _fontawesome as unknown as ISourceOptions,
- forward = _forward as unknown as ISourceOptions,
- grabRandomColor = _grabRandomColor as unknown as ISourceOptions,
- gradients = _gradients as unknown as ISourceOptions,
- gravity = _gravity as unknown as ISourceOptions,
- growing = _growing as unknown as ISourceOptions,
- hexagonPath = _hexagonPath as unknown as ISourceOptions,
- hollowknight = _hollowknight as unknown as ISourceOptions,
- hyperspace = _hyperspace as unknown as ISourceOptions,
- imageMask = _imageMask as unknown as ISourceOptions,
- images = _images as unknown as ISourceOptions,
- imagesDirections = _imagesDirections as unknown as ISourceOptions,
- infection = _infection as unknown as ISourceOptions,
- life = _life as unknown as ISourceOptions,
- lightHover = _lightHover as unknown as ISourceOptions,
- linkTriangles = _linkTriangles as unknown as ISourceOptions,
- localPolygonMask = _localPolygonMask as unknown as ISourceOptions,
- manual = _manual as unknown as ISourceOptions,
- motionDisable = _motionDisable as unknown as ISourceOptions,
- motionReduce = _motionReduce as unknown as ISourceOptions,
- mouseAttract = _mouseAttract as unknown as ISourceOptions,
- mouseBounce = _mouseBounce as unknown as ISourceOptions,
- mouseFollow = _mouseFollow as unknown as ISourceOptions,
- mouseTrail = _mouseTrail as unknown as ISourceOptions,
- moveAngle = _moveAngle as unknown as ISourceOptions,
- moveDistance = _moveDistance as unknown as ISourceOptions,
- moveInside = _moveInside as unknown as ISourceOptions,
- moveOutside = _moveOutside as unknown as ISourceOptions,
- multipleClickEmitters = _multipleClickEmitters as unknown as ISourceOptions,
- multiplePolygonMasks = _multiplePolygonMasks as unknown as ISourceOptions,
- nasa = _nasa as unknown as ISourceOptions,
- noconfig = _noconfig as unknown as ISourceOptions,
- noisePlanes = _noisePlanes as unknown as ISourceOptions,
- nyancat = _nyancat as unknown as ISourceOptions,
- nyancat2 = _nyancat2 as unknown as ISourceOptions,
- orbit = _orbit as unknown as ISourceOptions,
- parallax = _parallax as unknown as ISourceOptions,
- pathPolygonMask = _pathPolygonMask as unknown as ISourceOptions,
- planes = _planes as unknown as ISourceOptions,
- plasma = _plasma as unknown as ISourceOptions,
- polygonMask = _polygonMask as unknown as ISourceOptions,
- polygons = _polygons as unknown as ISourceOptions,
- random = _random as unknown as ISourceOptions,
- reactBubbles = _reactBubbles as unknown as ISourceOptions,
- reactDefaults = _reactDefaults as unknown as ISourceOptions,
- reactMultipleImages = _reactMultipleImages as unknown as ISourceOptions,
- reactNightSky = _reactNightSky as unknown as ISourceOptions,
- reactPolygonMask = _reactPolygonMask as unknown as ISourceOptions,
- reactSimple = _reactSimple as unknown as ISourceOptions,
- reactSnow = _reactSnow as unknown as ISourceOptions,
- reduceDuplicates = _reduceDuplicates as unknown as ISourceOptions,
- repulse = _repulse as unknown as ISourceOptions,
- repulseBack = _repulseBack as unknown as ISourceOptions,
- repulseCirc = _repulseCirc as unknown as ISourceOptions,
- repulseCubic = _repulseCubic as unknown as ISourceOptions,
- repulseExpo = _repulseExpo as unknown as ISourceOptions,
- repulseQuart = _repulseQuart as unknown as ISourceOptions,
- repulseQuint = _repulseQuint as unknown as ISourceOptions,
- repulseSine = _repulseSine as unknown as ISourceOptions,
- responsive = _responsive as unknown as ISourceOptions,
- ring = _ring as unknown as ISourceOptions,
- seaAnemone = _seaAnemone as unknown as ISourceOptions,
- shadow = _shadow as unknown as ISourceOptions,
- shapeBubble = _shapeBubble as unknown as ISourceOptions,
- shapeCog = _shapeCog as unknown as ISourceOptions,
- shapeHeart = _shapeHeart as unknown as ISourceOptions,
- shapeMultilineText = _shapeMultilineText as unknown as ISourceOptions,
- shapeOptions = _shapeOptions as unknown as ISourceOptions,
- shapePath = _shapePath as unknown as ISourceOptions,
- shapeRoundedRect = _shapeRoundedRect as unknown as ISourceOptions,
- shapeSpiral = _shapeSpiral as unknown as ISourceOptions,
- slow = _slow as unknown as ISourceOptions,
- snow = _snow as unknown as ISourceOptions,
- soundsAudio = _soundsAudio as unknown as ISourceOptions,
- soundsLoop = _soundsLoop as unknown as ISourceOptions,
- soundsMelodies = _soundsMelodies as unknown as ISourceOptions,
- soundsMelodyLoop = _soundsMelodyLoop as unknown as ISourceOptions,
- soundsNotes = _soundsNotes as unknown as ISourceOptions,
- speedDecay = _speedDecay as unknown as ISourceOptions,
- spin = _spin as unknown as ISourceOptions,
- star = _star as unknown as ISourceOptions,
- strokeAnimation = _strokeAnimation as unknown as ISourceOptions,
- style = _style as unknown as ISourceOptions,
- svgReplace = _svgReplace as unknown as ISourceOptions,
- test = _test as unknown as ISourceOptions,
- textMask = _textMask as unknown as ISourceOptions,
- textMaskMultiline = _textMaskMultiline as unknown as ISourceOptions,
- trail = _trail as unknown as ISourceOptions,
- trailImage = _trailImage as unknown as ISourceOptions,
- twinkle = _twinkle as unknown as ISourceOptions,
- vibrate = _vibrate as unknown as ISourceOptions,
- virus = _virus as unknown as ISourceOptions,
- warp = _warp as unknown as ISourceOptions,
- wobble = _wobble as unknown as ISourceOptions,
- zIndex = _zIndex as unknown as ISourceOptions;
-
-export type ExportedConfigurations = {
- absorbers: ISourceOptions;
- amongUs: ISourceOptions;
- backgroundMask: ISourceOptions;
- basic: ISourceOptions;
- big: ISourceOptions;
- blackHole: ISourceOptions;
- bubble: ISourceOptions;
- cards: ISourceOptions;
- chars: ISourceOptions;
- clickConfetti: ISourceOptions;
- clickPause: ISourceOptions;
- collisionsAbsorb: ISourceOptions;
- collisionsBounce: ISourceOptions;
- collisionsDestroy: ISourceOptions;
- colorAnimation: ISourceOptions;
- connect: ISourceOptions;
- customPreset: ISourceOptions;
- customShape: ISourceOptions;
- dataImages: ISourceOptions;
- delay: ISourceOptions;
- destroy: ISourceOptions;
- disappearing: ISourceOptions;
- divEvents: ISourceOptions;
- emitter: ISourceOptions;
- emitterAbsorber: ISourceOptions;
- emitterAngled: ISourceOptions;
- emitterImages: ISourceOptions;
- emitterPaths: ISourceOptions;
- emitterShapes: ISourceOptions;
- fireworks: ISourceOptions;
- fontawesome: ISourceOptions;
- forward: ISourceOptions;
- grabRandomColor: ISourceOptions;
- gradients: ISourceOptions;
- gravity: ISourceOptions;
- growing: ISourceOptions;
- hexagonPath: ISourceOptions;
- hollowknight: ISourceOptions;
- hyperspace: ISourceOptions;
- imageMask: ISourceOptions;
- images: ISourceOptions;
- imagesDirections: ISourceOptions;
- infection: ISourceOptions;
- life: ISourceOptions;
- lightHover: ISourceOptions;
- linkTriangles: ISourceOptions;
- localPolygonMask: ISourceOptions;
- manual: ISourceOptions;
- motionDisable: ISourceOptions;
- motionReduce: ISourceOptions;
- mouseAttract: ISourceOptions;
- mouseBounce: ISourceOptions;
- mouseFollow: ISourceOptions;
- mouseTrail: ISourceOptions;
- moveAngle: ISourceOptions;
- moveDistance: ISourceOptions;
- moveInside: ISourceOptions;
- moveOutside: ISourceOptions;
- multipleClickEmitters: ISourceOptions;
- multiplePolygonMasks: ISourceOptions;
- nasa: ISourceOptions;
- noconfig: ISourceOptions;
- noisePlanes: ISourceOptions;
- nyancat: ISourceOptions;
- nyancat2: ISourceOptions;
- orbit: ISourceOptions;
- parallax: ISourceOptions;
- pathPolygonMask: ISourceOptions;
- planes: ISourceOptions;
- plasma: ISourceOptions;
- polygonMask: ISourceOptions;
- polygons: ISourceOptions;
- random: ISourceOptions;
- reactBubbles: ISourceOptions;
- reactDefaults: ISourceOptions;
- reactMultipleImages: ISourceOptions;
- reactNightSky: ISourceOptions;
- reactPolygonMask: ISourceOptions;
- reactSimple: ISourceOptions;
- reactSnow: ISourceOptions;
- reduceDuplicates: ISourceOptions;
- repulse: ISourceOptions;
- repulseBack: ISourceOptions;
- repulseCirc: ISourceOptions;
- repulseCubic: ISourceOptions;
- repulseExpo: ISourceOptions;
- repulseQuart: ISourceOptions;
- repulseQuint: ISourceOptions;
- repulseSine: ISourceOptions;
- responsive: ISourceOptions;
- ring: ISourceOptions;
- seaAnemone: ISourceOptions;
- shadow: ISourceOptions;
- shapeBubble: ISourceOptions;
- shapeCog: ISourceOptions;
- shapeHeart: ISourceOptions;
- shapeMultilineText: ISourceOptions;
- shapeOptions: ISourceOptions;
- shapePath: ISourceOptions;
- shapeRoundedRect: ISourceOptions;
- shapeSpiral: ISourceOptions;
- slow: ISourceOptions;
- snow: ISourceOptions;
- soundsAudio: ISourceOptions;
- soundsLoop: ISourceOptions;
- soundsMelodies: ISourceOptions;
- soundsMelodyLoop: ISourceOptions;
- soundsNotes: ISourceOptions;
- speedDecay: ISourceOptions;
- spin: ISourceOptions;
- star: ISourceOptions;
- strokeAnimation: ISourceOptions;
- style: ISourceOptions;
- svgReplace: ISourceOptions;
- test: ISourceOptions;
- textMask: ISourceOptions;
- textMaskMultiline: ISourceOptions;
- trail: ISourceOptions;
- trailImage: ISourceOptions;
- twinkle: ISourceOptions;
- vibrate: ISourceOptions;
- virus: ISourceOptions;
- warp: ISourceOptions;
- wobble: ISourceOptions;
- zIndex: ISourceOptions;
-};
-
-const mainConfigs = tsParticles as {
- configs?: ExportedConfigurations;
-};
-
-mainConfigs.configs = {
+const configs = {
absorbers,
amongUs,
backgroundMask,
@@ -394,7 +135,6 @@ mainConfigs.configs = {
bubble,
cards,
chars,
- clickConfetti,
clickPause,
collisionsAbsorb,
collisionsBounce,
@@ -512,130 +252,8 @@ mainConfigs.configs = {
zIndex,
};
-export {
- absorbers,
- amongUs,
- backgroundMask,
- basic,
- big,
- blackHole,
- bubble,
- cards,
- chars,
- clickConfetti,
- clickPause,
- collisionsAbsorb,
- collisionsBounce,
- collisionsDestroy,
- colorAnimation,
- connect,
- customPreset,
- customShape,
- dataImages,
- delay,
- destroy,
- disappearing,
- divEvents,
- emitter,
- emitterAbsorber,
- emitterAngled,
- emitterImages,
- emitterPaths,
- emitterShapes,
- fireworks,
- fontawesome,
- forward,
- grabRandomColor,
- gradients,
- gravity,
- growing,
- hexagonPath,
- hollowknight,
- hyperspace,
- imageMask,
- images,
- imagesDirections,
- infection,
- life,
- lightHover,
- linkTriangles,
- localPolygonMask,
- manual,
- motionDisable,
- motionReduce,
- mouseAttract,
- mouseBounce,
- mouseFollow,
- mouseTrail,
- moveAngle,
- moveDistance,
- moveInside,
- moveOutside,
- multipleClickEmitters,
- multiplePolygonMasks,
- nasa,
- noconfig,
- noisePlanes,
- nyancat,
- nyancat2,
- orbit,
- parallax,
- pathPolygonMask,
- planes,
- plasma,
- polygonMask,
- polygons,
- random,
- reactBubbles,
- reactDefaults,
- reactMultipleImages,
- reactNightSky,
- reactPolygonMask,
- reactSimple,
- reactSnow,
- reduceDuplicates,
- repulse,
- repulseBack,
- repulseCirc,
- repulseCubic,
- repulseExpo,
- repulseQuart,
- repulseQuint,
- repulseSine,
- responsive,
- ring,
- seaAnemone,
- shadow,
- shapeBubble,
- shapeCog,
- shapeHeart,
- shapeMultilineText,
- shapeOptions,
- shapePath,
- shapeRoundedRect,
- shapeSpiral,
- slow,
- snow,
- soundsAudio,
- soundsLoop,
- soundsMelodies,
- soundsMelodyLoop,
- soundsNotes,
- speedDecay,
- spin,
- star,
- strokeAnimation,
- style,
- svgReplace,
- test,
- textMask,
- textMaskMultiline,
- trail,
- trailImage,
- twinkle,
- vibrate,
- virus,
- warp,
- wobble,
- zIndex,
-};
+for (const key of Object.keys(configs)) {
+ tsParticles.addConfig((configs as { [key: string]: ISourceOptions })[key]);
+}
+
+export default configs;
diff --git a/package.json b/package.json
index d3d4171..bc07885 100644
--- a/package.json
+++ b/package.json
@@ -19,8 +19,8 @@
"build:ts:umd": "tsc -b tsconfig.umd.json",
"bundle": "webpack --mode production",
"distfiles": "node ./scripts/distfiles.js",
- "build": "node ./scripts/updateSrc.js && pnpm run clear:dist && pnpm run prettify:src && pnpm run lint && pnpm run compile && pnpm run bundle && pnpm run prettify:readme && pnpm run distfiles",
- "build:ci": "node ./scripts/updateSrc.js && pnpm run clear:dist && pnpm run prettify:ci:src && pnpm run lint:ci && pnpm run compile && pnpm run bundle && pnpm run prettify:ci:readme && pnpm run distfiles",
+ "build": "pnpm run clear:dist && pnpm run prettify:src && pnpm run lint && pnpm run compile && pnpm run bundle && pnpm run prettify:readme && pnpm run distfiles",
+ "build:ci": "pnpm run clear:dist && pnpm run prettify:ci:src && pnpm run lint:ci && pnpm run compile && pnpm run bundle && pnpm run prettify:ci:readme && pnpm run distfiles",
"clear:dist": "rimraf ./dist",
"version": "pnpm run distfiles && git add package.dist.json",
"prepack": "pnpm run build"
diff --git a/updateSrc.js b/updateSrc.js
index 854e835..4ebc195 100644
--- a/updateSrc.js
+++ b/updateSrc.js
@@ -1,54 +0,0 @@
-const fs = require("fs");
-
-const toCamelCase = (text) => text.replace(/-./g, (m) => m[1].toUpperCase());
-const files = fs.readdirSync("./src").filter(t => t.endsWith(".json"));
-const importsNames = files.map(t => `import _${toCamelCase(t.substring(0, t.length - 5))} from "./${t}";`);
-const exportsNames = files.map(t => ` ${toCamelCase(t.substring(0, t.length - 5))}`);
-
-importsNames.push("import type { ISourceOptions } from \\"tsparticles-engine\\";");
-importsNames.push("import { tsParticles } from \\"tsparticles-engine\\";");
-
-const regex = /import (type )?\\{?\\s?(_?\\w+)\\s?}? from/i;
-
-const checkStrings = (a, b) => {
- if (!b) {
- return -1;
- }
-
- if (!a) {
- return 1;
- }
-
- if (a === b) {
- return 0;
- }
-
- const aMatch = regex.exec(a), bMatch = regex.exec(b), first = aMatch[2], second = bMatch[2];
-
- return first > second ? 1 : first < second ? -1 : 0;
-};
-
-importsNames.sort(checkStrings);
-
-const text = `${importsNames.join("\\n")}
-
-const ${exportsNames.map((t, idx) => `${idx === 0 ? t.trim() : t} = _${t.trim()} as unknown as ISourceOptions`).join(",\\n")};
-
-export type ExportedConfigurations = {
-${exportsNames.map(t => `${t}: ISourceOptions;`).join("\\n")}
-};
-
-const mainConfigs = tsParticles as {
- configs?: ExportedConfigurations;
-};
-
-mainConfigs.configs = {
-${exportsNames.join(",\\n")},
-};
-
-export {
-${exportsNames.join(",\\n")},
-};
-`;
-
-fs.writeFileSync("./src/index.ts", text);
diff --git a/absorbers.json b/absorbers.json
index 654563b..e5a8487 100644
--- a/absorbers.json
+++ b/absorbers.json
@@ -1,67 +0,0 @@
-{
- "name": "Absorbers",
- "particles": {
- "number": {
- "value": 300
- },
- "collisions": {
- "enable": true
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": {
- "min": 0.1,
- "max": 1
- }
- },
- "size": {
- "value": {
- "min": 1,
- "max": 2
- }
- },
- "move": {
- "enable": true,
- "speed": 0.5,
- "direction": "top",
- "random": false,
- "straight": true,
- "warp": true
- }
- },
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "push": {
- "quantity": 10
- }
- }
- },
- "absorbers": {
- "draggable": true,
- "size": {
- "value": {
- "min": 5,
- "max": 10
- },
- "limit": 10
- },
- "position": {
- "x": 50,
- "y": 50
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/absorbers.ts b/absorbers.ts
index a192af8..96e2617 100644
--- a/absorbers.ts
+++ b/absorbers.ts
@@ -0,0 +1,69 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Absorbers",
+ particles: {
+ number: {
+ value: 300,
+ },
+ collisions: {
+ enable: true,
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 1,
+ },
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 2,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 0.5,
+ direction: "top",
+ straight: true,
+ warp: true,
+ },
+ },
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ push: {
+ quantity: 10,
+ },
+ },
+ },
+ absorbers: {
+ draggable: true,
+ size: {
+ value: {
+ min: 5,
+ max: 10,
+ },
+ limit: 10,
+ },
+ position: {
+ x: 50,
+ y: 50,
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+export default options;
diff --git a/amongUs.json b/amongUs.json
index 21ab355..f017d93 100644
--- a/amongUs.json
+++ b/amongUs.json
@@ -1,128 +0,0 @@
-{
- "name": "Among Us",
- "particles": {
- "groups": {
- "z5000": {
- "number": {
- "value": 70
- },
- "zIndex": {
- "value": 50
- }
- },
- "z7500": {
- "number": {
- "value": 30
- },
- "zIndex": {
- "value": 75
- }
- },
- "z2500": {
- "number": {
- "value": 50
- },
- "zIndex": {
- "value": 25
- }
- },
- "z1000": {
- "number": {
- "value": 40
- },
- "zIndex": {
- "value": 10
- }
- }
- },
- "number": {
- "value": 200
- },
- "color": {
- "value": "#fff",
- "animation": {
- "enable": false,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 3
- },
- "move": {
- "angle": {
- "value": 10,
- "offset": 0
- },
- "enable": true,
- "speed": 5,
- "direction": "right",
- "random": false,
- "straight": false
- },
- "zIndex": {
- "value": 5,
- "opacityRate": 0.5
- }
- },
- "background": {
- "color": "#000000"
- },
- "emitters": {
- "position": {
- "y": 55,
- "x": -5
- },
- "rate": {
- "delay": 7,
- "quantity": 1
- },
- "size": {
- "width": 0,
- "height": 0
- },
- "particles": {
- "shape": {
- "type": "images",
- "options": {
- "images": {
- "src": "https://particles.js.org/images/cyan_amongus.png",
- "width": 500,
- "height": 634
- }
- }
- },
- "size": {
- "value": 40
- },
- "move": {
- "speed": 10,
- "outModes": {
- "default": "none",
- "right": "destroy"
- },
- "straight": true
- },
- "zIndex": {
- "value": 0
- },
- "rotate": {
- "value": {
- "min": 0,
- "max": 360
- },
- "animation": {
- "enable": true,
- "speed": 10,
- "sync": true
- }
- }
- }
- }
-}
diff --git a/amongUs.ts b/amongUs.ts
index 2396a11..dc3c4ec 100644
--- a/amongUs.ts
+++ b/amongUs.ts
@@ -0,0 +1,130 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Among Us",
+ particles: {
+ groups: {
+ z5000: {
+ number: {
+ value: 70,
+ },
+ zIndex: {
+ value: 50,
+ },
+ },
+ z7500: {
+ number: {
+ value: 30,
+ },
+ zIndex: {
+ value: 75,
+ },
+ },
+ z2500: {
+ number: {
+ value: 50,
+ },
+ zIndex: {
+ value: 25,
+ },
+ },
+ z1000: {
+ number: {
+ value: 40,
+ },
+ zIndex: {
+ value: 10,
+ },
+ },
+ },
+ number: {
+ value: 200,
+ },
+ color: {
+ value: "#fff",
+ animation: {
+ enable: false,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 3,
+ },
+ move: {
+ angle: {
+ value: 10,
+ offset: 0,
+ },
+ enable: true,
+ speed: 5,
+ direction: "right",
+ },
+ zIndex: {
+ value: 5,
+ opacityRate: 0.5,
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+ emitters: {
+ position: {
+ y: 55,
+ x: -5,
+ },
+ rate: {
+ delay: 7,
+ quantity: 1,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ particles: {
+ shape: {
+ type: "images",
+ options: {
+ images: {
+ src: "https://particles.js.org/images/cyan_amongus.png",
+ width: 500,
+ height: 634,
+ },
+ },
+ },
+ size: {
+ value: 40,
+ },
+ move: {
+ speed: 10,
+ outModes: {
+ default: "none",
+ right: "destroy",
+ },
+ straight: true,
+ },
+ zIndex: {
+ value: 0,
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ animation: {
+ enable: true,
+ speed: 10,
+ sync: true,
+ },
+ },
+ },
+ },
+};
+
+export default options;
diff --git a/backgroundMask.json b/backgroundMask.json
index 714a76a..87b1b60 100644
--- a/backgroundMask.json
+++ b/backgroundMask.json
@@ -1,80 +0,0 @@
-{
- "name": "Background Mask",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": {
- "min": 1,
- "max": 30
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 1,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "bubble": {
- "distance": 400,
- "size": 100,
- "duration": 2,
- "opacity": 1
- },
- "push": {
- "quantity": 4
- }
- }
- },
- "backgroundMask": {
- "enable": true,
- "cover": {
- "value": {
- "r": 255,
- "g": 255,
- "b": 255
- }
- }
- },
- "background": {
- "color": "#ffffff",
- "image": "url('https://particles.js.org/images/background3.jpg')",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/backgroundMask.ts b/backgroundMask.ts
index dfe290f..f1ff9d0 100644
--- a/backgroundMask.ts
+++ b/backgroundMask.ts
@@ -0,0 +1,82 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Background Mask",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 30,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 1,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ direction: "none",
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 400,
+ size: 100,
+ duration: 2,
+ opacity: 1,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ backgroundMask: {
+ enable: true,
+ cover: {
+ value: {
+ r: 255,
+ g: 255,
+ b: 255,
+ },
+ },
+ },
+ background: {
+ color: "#ffffff",
+ image: "url('https://particles.js.org/images/background3.jpg')",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/basic.json b/basic.json
index a46c251..29ebedf 100644
--- a/basic.json
+++ b/basic.json
@@ -1,68 +0,0 @@
-{
- "name": "Basic",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/basic.ts b/basic.ts
index 477589b..8aeb0ef 100644
--- a/basic.ts
+++ b/basic.ts
@@ -0,0 +1,69 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Basic",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/big.json b/big.json
index 2d01c5e..7e62760 100644
--- a/big.json
+++ b/big.json
@@ -1,41 +0,0 @@
-{
- "name": "Big Particles",
- "particles": {
- "number": {
- "value": 30
- },
- "color": {
- "value": ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"]
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": {
- "min": 0.4,
- "max": 0.8
- }
- },
- "size": {
- "value": {
- "min": 300,
- "max": 400
- },
- "animation": {
- "enable": true,
- "speed": 100,
- "sync": false
- }
- },
- "move": {
- "enable": true,
- "speed": 10,
- "direction": "top",
- "random": false,
- "straight": false
- }
- },
- "background": {
- "color": "#ffffff"
- }
-}
diff --git a/big.ts b/big.ts
index b9af036..c9fbc52 100644
--- a/big.ts
+++ b/big.ts
@@ -0,0 +1,43 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Big Particles",
+ particles: {
+ number: {
+ value: 30,
+ },
+ color: {
+ value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"],
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: {
+ min: 0.4,
+ max: 0.8,
+ },
+ },
+ size: {
+ value: {
+ min: 300,
+ max: 400,
+ },
+ animation: {
+ enable: true,
+ speed: 100,
+ sync: false,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 10,
+ direction: "top",
+ },
+ },
+ background: {
+ color: "#ffffff",
+ },
+};
+
+export default options;
diff --git a/blackHole.json b/blackHole.json
index 187dd9f..0376a35 100644
--- a/blackHole.json
+++ b/blackHole.json
@@ -1,91 +0,0 @@
-{
- "name": "Black Hole",
- "particles": {
- "number": {
- "value": 1000,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": ["#ffffff", "#77ccff", "#ff3333", "#ffff33"]
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 10,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 0.5,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- },
- "warp": true
- }
- },
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "push": {
- "quantity": 4
- }
- }
- },
- "absorbers": {
- "orbits": true,
- "destroy": false,
- "size": {
- "value": 5,
- "limit": 50,
- "random": false,
- "density": 1500
- },
- "position": {
- "x": 50,
- "y": 50
- }
- },
- "background": {
- "color": "#000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/blackHole.ts b/blackHole.ts
index 3b7047a..b25c0d9 100644
--- a/blackHole.ts
+++ b/blackHole.ts
@@ -0,0 +1,75 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Black Hole",
+ particles: {
+ number: {
+ value: 1000,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: ["#ffffff", "#77ccff", "#ff3333", "#ffff33"],
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 10,
+ },
+ },
+ links: {
+ enable: false,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 0.5,
+ warp: true,
+ },
+ },
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ absorbers: {
+ orbits: true,
+ destroy: false,
+ size: {
+ value: 5,
+ limit: 50,
+ density: 1500,
+ },
+ position: {
+ x: 50,
+ y: 50,
+ },
+ },
+ background: {
+ color: "#000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/bubble.json b/bubble.json
index 8f32c00..b9660d8 100644
--- a/bubble.json
+++ b/bubble.json
@@ -1,105 +0,0 @@
-{
- "name": "Bubble",
- "particles": {
- "number": {
- "value": 6,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#1b1e34"
- },
- "shape": {
- "type": "polygon",
- "polygon": {
- "nb_sides": 6
- }
- },
- "opacity": {
- "value": 0.5,
- "random": {
- "enable": true,
- "minimumValue": 0.3
- },
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 160,
- "random": {
- "enable": true,
- "minimumValue": 100
- },
- "animation": {
- "enable": false,
- "speed": 5,
- "size_min": 40,
- "sync": false
- }
- },
- "links": {
- "enable": false,
- "distance": 200,
- "color": "#ffffff",
- "opacity": 1,
- "width": 2
- },
- "move": {
- "enable": true,
- "speed": 8,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble"
- },
- "onClick": {
- "enable": false,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "duration": 2,
- "size": 40,
- "opacity": 0.8,
- "color": "#ff0000",
- "mix": true
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#efefef"
- }
-}
diff --git a/bubble.ts b/bubble.ts
index c8b5c09..96e1dfe 100644
--- a/bubble.ts
+++ b/bubble.ts
@@ -0,0 +1,88 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Bubble",
+ particles: {
+ number: {
+ value: 6,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#1b1e34",
+ },
+ shape: {
+ type: "polygon",
+ options: {
+ polygon: {
+ sides: 6,
+ },
+ },
+ },
+ opacity: {
+ value: {
+ min: 0.3,
+ max: 0.5,
+ },
+ },
+ size: {
+ value: {
+ min: 100,
+ max: 160,
+ },
+ },
+ links: {
+ enable: false,
+ distance: 200,
+ color: "#ffffff",
+ opacity: 1,
+ width: 2,
+ },
+ move: {
+ enable: true,
+ speed: 8,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ onClick: {
+ enable: false,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ duration: 2,
+ size: 40,
+ opacity: 0.8,
+ color: "#ff0000",
+ mix: true,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#efefef",
+ },
+};
+export default options;
diff --git a/cards.json b/cards.json
index 34dd49c..64a9fc0 100644
--- a/cards.json
+++ b/cards.json
@@ -1,81 +0,0 @@
-{
- "name": "Cards",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "reduceDuplicates": true,
- "shape": {
- "type": ["spades", "hearts", "diamonds", "clubs"],
- "options": {
- "spades": {
- "particles": {
- "color": {
- "value": "#000000"
- }
- }
- },
- "hearts": {
- "particles": {
- "color": {
- "value": "#ff0000"
- }
- }
- },
- "diamonds": {
- "particles": {
- "color": {
- "value": "#ff0000"
- }
- }
- },
- "clubs": {
- "particles": {
- "color": {
- "value": "#000000"
- }
- }
- }
- }
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 30
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- }
- }
- },
- "background": {
- "color": "#fff"
- }
-}
diff --git a/cards.ts b/cards.ts
index e0adc96..1a329e4 100644
--- a/cards.ts
+++ b/cards.ts
@@ -0,0 +1,82 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Cards",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ reduceDuplicates: true,
+ shape: {
+ type: ["spades", "hearts", "diamonds", "clubs"],
+ options: {
+ spades: {
+ particles: {
+ color: {
+ value: "#000000",
+ },
+ },
+ },
+ hearts: {
+ particles: {
+ color: {
+ value: "#ff0000",
+ },
+ },
+ },
+ diamonds: {
+ particles: {
+ color: {
+ value: "#ff0000",
+ },
+ },
+ },
+ clubs: {
+ particles: {
+ color: {
+ value: "#000000",
+ },
+ },
+ },
+ },
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 30,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ background: {
+ color: "#fff",
+ },
+};
+
+export default options;
diff --git a/chars.json b/chars.json
index 11b2833..20fb38f 100644
--- a/chars.json
+++ b/chars.json
@@ -1,119 +0,0 @@
-{
- "name": "Chars",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000"
- },
- "stroke": {
- "width": 1,
- "color": "#ffffff"
- },
- "shape": {
- "type": "char",
- "character": [
- {
- "value": ["t", "s", "P", "a", "r", "t", "i", "c", "l", "e", "s"],
- "font": "Verdana",
- "style": "",
- "weight": "400",
- "fill": true
- },
- {
- "value": ["t", "s", "P", "a", "r", "t", "i", "c", "l", "e", "s"],
- "font": "Verdana",
- "style": "",
- "weight": "400",
- "fill": false
- }
- ]
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": true,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 16,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 10,
- "size_min": 10,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/chars.ts b/chars.ts
index c4e2993..b0f6e46 100644
--- a/chars.ts
+++ b/chars.ts
@@ -0,0 +1,110 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Chars",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ },
+ stroke: {
+ width: 1,
+ color: "#ffffff",
+ },
+ shape: {
+ type: "char",
+ options: {
+ char: [
+ {
+ value: ["t", "s", "P", "a", "r", "t", "i", "c", "l", "e", "s"],
+ font: "Verdana",
+ style: "",
+ weight: "400",
+ fill: true,
+ },
+ {
+ value: ["t", "s", "P", "a", "r", "t", "i", "c", "l", "e", "s"],
+ font: "Verdana",
+ style: "",
+ weight: "400",
+ fill: false,
+ },
+ ],
+ },
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 0.5,
+ },
+ animation: {
+ enable: true,
+ speed: 1,
+ },
+ },
+ size: {
+ value: 16,
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+
+export default options;
diff --git a/clickConfetti.json b/clickConfetti.json
index 1439d1b..40c4945 100644
--- a/clickConfetti.json
+++ b/clickConfetti.json
@@ -1,162 +0,0 @@
-{
- "name": "Click Confetti",
- "fpsLimit": 60,
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "emitter"
- }
- },
- "modes": {
- "emitters": {
- "direction": "none",
- "spawnColor": {
- "value": "#ff0000",
- "animation": {
- "h": {
- "enable": true,
- "offset": {
- "min": -1.4,
- "max": 1.4
- },
- "speed": 0.1,
- "sync": false
- },
- "l": {
- "enable": true,
- "offset": {
- "min": 20,
- "max": 80
- },
- "speed": 0,
- "sync": false
- }
- }
- },
- "life": {
- "count": 1,
- "duration": 0.1,
- "delay": 0.6
- },
- "rate": {
- "delay": 0.1,
- "quantity": 100
- },
- "size": {
- "width": 0,
- "height": 0
- }
- }
- }
- },
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#f00"
- },
- "shape": {
- "type": ["circle", "square", "polygon"],
- "options": {
- "polygon": {
- "sides": 6
- }
- }
- },
- "opacity": {
- "value": {
- "min": 0,
- "max": 1
- },
- "animation": {
- "enable": true,
- "speed": 1,
- "startValue": "max",
- "destroy": "min"
- }
- },
- "size": {
- "value": {
- "min": 3,
- "max": 7
- }
- },
- "life": {
- "duration": {
- "sync": true,
- "value": 7
- },
- "count": 1
- },
- "move": {
- "enable": true,
- "gravity": {
- "enable": true
- },
- "drift": {
- "min": -2,
- "max": 2
- },
- "speed": {
- "min": 10,
- "max": 30
- },
- "decay": 0.1,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "destroy",
- "top": "none"
- }
- },
- "rotate": {
- "value": {
- "min": 0,
- "max": 360
- },
- "direction": "random",
- "move": true,
- "animation": {
- "enable": true,
- "speed": 60
- }
- },
- "tilt": {
- "direction": "random",
- "enable": true,
- "move": true,
- "value": {
- "min": 0,
- "max": 360
- },
- "animation": {
- "enable": true,
- "speed": 60
- }
- },
- "roll": {
- "darken": {
- "enable": true,
- "value": 25
- },
- "enable": true,
- "speed": {
- "min": 15,
- "max": 25
- }
- },
- "wobble": {
- "distance": 30,
- "enable": true,
- "move": true,
- "speed": {
- "min": -15,
- "max": 15
- }
- }
- },
- "detectRetina": true
-}
diff --git a/clickConfetti.ts b/clickConfetti.ts
index 7ba99d9..3ec59f6 100644
--- a/clickConfetti.ts
+++ b/clickConfetti.ts
@@ -0,0 +1,165 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Click Confetti",
+ fpsLimit: 60,
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "emitter",
+ },
+ },
+ modes: {
+ emitters: {
+ direction: "none",
+ spawnColor: {
+ value: "#ff0000",
+ animation: {
+ h: {
+ enable: true,
+ offset: {
+ min: -1.4,
+ max: 1.4,
+ },
+ speed: 0.1,
+ sync: false,
+ },
+ l: {
+ enable: true,
+ offset: {
+ min: 20,
+ max: 80,
+ },
+ speed: 0,
+ sync: false,
+ },
+ },
+ },
+ life: {
+ count: 1,
+ duration: 0.1,
+ delay: 0.6,
+ },
+ rate: {
+ delay: 0.1,
+ quantity: 100,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ },
+ },
+ },
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#f00",
+ },
+ shape: {
+ type: ["circle", "square", "polygon"],
+ options: {
+ polygon: {
+ sides: 6,
+ },
+ },
+ },
+ opacity: {
+ value: {
+ min: 0,
+ max: 1,
+ },
+ animation: {
+ enable: true,
+ speed: 1,
+ startValue: "max",
+ destroy: "min",
+ },
+ },
+ size: {
+ value: {
+ min: 3,
+ max: 7,
+ },
+ },
+ life: {
+ duration: {
+ sync: true,
+ value: 7,
+ },
+ count: 1,
+ },
+ move: {
+ enable: true,
+ gravity: {
+ enable: true,
+ },
+ drift: {
+ min: -2,
+ max: 2,
+ },
+ speed: {
+ min: 10,
+ max: 30,
+ },
+ decay: 0.1,
+ direction: "none",
+ random: false,
+ straight: false,
+ outModes: {
+ default: "destroy",
+ top: "none",
+ },
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ direction: "random",
+ move: true,
+ animation: {
+ enable: true,
+ speed: 60,
+ },
+ },
+ tilt: {
+ direction: "random",
+ enable: true,
+ move: true,
+ value: {
+ min: 0,
+ max: 360,
+ },
+ animation: {
+ enable: true,
+ speed: 60,
+ },
+ },
+ roll: {
+ darken: {
+ enable: true,
+ value: 25,
+ },
+ enable: true,
+ speed: {
+ min: 15,
+ max: 25,
+ },
+ },
+ wobble: {
+ distance: 30,
+ enable: true,
+ move: true,
+ speed: {
+ min: -15,
+ max: 15,
+ },
+ },
+ },
+ detectRetina: true,
+};
+export default options;
diff --git a/clickPause.json b/clickPause.json
index 8923614..8873ab2 100644
--- a/clickPause.json
+++ b/clickPause.json
@@ -1,83 +0,0 @@
-{
- "name": "Click Pause",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "pause"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/clickPause.ts b/clickPause.ts
index 6d6953e..9ded38d 100644
--- a/clickPause.ts
+++ b/clickPause.ts
@@ -0,0 +1,79 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Click Pause",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "pause",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+
+export default options;
diff --git a/collisionsAbsorb.json b/collisionsAbsorb.json
index 3209284..b7857df 100644
--- a/collisionsAbsorb.json
+++ b/collisionsAbsorb.json
@@ -1,109 +0,0 @@
-{
- "name": "Collisions Absorb",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 15,
- "random": {
- "enable": true,
- "minimumValue": 10
- },
- "animation": {
- "enable": false,
- "speed": 40,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "collisions": {
- "enable": true,
- "mode": "absorb",
- "absorb": {
- "speed": 5
- }
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "repulse",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/collisionsAbsorb.ts b/collisionsAbsorb.ts
index ff38b35..77fef88 100644
--- a/collisionsAbsorb.ts
+++ b/collisionsAbsorb.ts
@@ -0,0 +1,91 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Collisions Absorb",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 10,
+ max: 15,
+ },
+ },
+ links: {
+ enable: false,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ collisions: {
+ enable: true,
+ mode: "absorb",
+ absorb: {
+ speed: 5,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: false,
+ mode: "repulse",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+
+export default options;
diff --git a/collisionsBounce.json b/collisionsBounce.json
index 99de4c2..7af1dfd 100644
--- a/collisionsBounce.json
+++ b/collisionsBounce.json
@@ -1,103 +0,0 @@
-{
- "name": "Collisions Bounce",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 15,
- "random": {
- "enable": true,
- "minimumValue": 10
- },
- "animation": {
- "enable": false,
- "speed": 40,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "bounce": true,
- "enable": true,
- "speed": 10,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "repulse",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/collisionsBounce.ts b/collisionsBounce.ts
index 6bef981..1124b03 100644
--- a/collisionsBounce.ts
+++ b/collisionsBounce.ts
@@ -0,0 +1,85 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Collisions Bounce",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 10,
+ max: 15,
+ },
+ },
+ links: {
+ enable: false,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ bounce: true,
+ enable: true,
+ speed: 10,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: false,
+ mode: "repulse",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+
+export default options;
diff --git a/collisionsDestroy.json b/collisionsDestroy.json
index df249f9..e56264a 100644
--- a/collisionsDestroy.json
+++ b/collisionsDestroy.json
@@ -1,132 +0,0 @@
-{
- "name": "Collisions Destroy",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": ["#3998D0", "#2EB6AF", "#A9BD33", "#FEC73B", "#F89930", "#F45623", "#D62E32", "#EB586E", "#9952CF"]
- },
- "destroy": {
- "mode": "split",
- "split": {
- "count": 1,
- "factor": {
- "value": {
- "min": 4,
- "max": 9
- }
- },
- "particles": {
- "collisions": {
- "enable": false
- },
- "destroy": {
- "mode": "none"
- },
- "life": {
- "count": 1,
- "duration": {
- "value": 1
- }
- }
- }
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 15,
- "random": {
- "enable": true,
- "minimumValue": 10
- },
- "animation": {
- "enable": false,
- "speed": 40,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "collisions": {
- "enable": true,
- "mode": "destroy"
- },
- "move": {
- "enable": true,
- "speed": 3,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "repulse",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 1
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/collisionsDestroy.ts b/collisionsDestroy.ts
index e72ea58..d8eb2f6 100644
--- a/collisionsDestroy.ts
+++ b/collisionsDestroy.ts
@@ -0,0 +1,114 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Collisions Destroy",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: ["#3998D0", "#2EB6AF", "#A9BD33", "#FEC73B", "#F89930", "#F45623", "#D62E32", "#EB586E", "#9952CF"],
+ },
+ destroy: {
+ mode: "split",
+ split: {
+ count: 1,
+ factor: {
+ value: {
+ min: 4,
+ max: 9,
+ },
+ },
+ particles: {
+ collisions: {
+ enable: false,
+ },
+ destroy: {
+ mode: "none",
+ },
+ life: {
+ count: 1,
+ duration: {
+ value: 1,
+ },
+ },
+ },
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 10,
+ max: 15,
+ },
+ },
+ links: {
+ enable: false,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ collisions: {
+ enable: true,
+ mode: "destroy",
+ },
+ move: {
+ enable: true,
+ speed: 3,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: false,
+ mode: "repulse",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 1,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/colorAnimation.json b/colorAnimation.json
index 1b777b7..01f54c1 100644
--- a/colorAnimation.json
+++ b/colorAnimation.json
@@ -1,48 +0,0 @@
-{
- "name": "Color Animation",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "count": 1,
- "enable": true,
- "speed": 60,
- "sync": true
- }
- },
- "stroke": {
- "width": 30,
- "color": {
- "value": "#0000ff",
- "animation": {
- "count": 1,
- "enable": true,
- "speed": 60,
- "sync": true
- }
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 15
- },
- "move": {
- "enable": true,
- "speed": 6
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/colorAnimation.ts b/colorAnimation.ts
index c04529b..9320e7f 100644
--- a/colorAnimation.ts
+++ b/colorAnimation.ts
@@ -0,0 +1,52 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Color Animation",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ count: 1,
+ enable: true,
+ speed: 60,
+ sync: true,
+ },
+ },
+ stroke: {
+ width: 30,
+ color: {
+ value: "#0000ff",
+ animation: {
+ count: 1,
+ enable: true,
+ speed: 60,
+ sync: true,
+ },
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 15,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/connect.json b/connect.json
index 147c0c3..acaf765 100644
--- a/connect.json
+++ b/connect.json
@@ -1,139 +0,0 @@
-{
- "name": "Connect",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- },
- "onDiv": {
- "elementId": "repulse-div",
- "enable": false,
- "mode": "repulse"
- },
- "onHover": {
- "enable": true,
- "mode": "connect",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- }
- },
- "modes": {
- "bubble": {
- "distance": 400,
- "duration": 2,
- "opacity": 0.8,
- "size": 40
- },
- "connect": {
- "distance": 80,
- "links": {
- "opacity": 0.5
- },
- "radius": 60
- },
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- }
- }
- },
- "particles": {
- "color": {
- "value": "random"
- },
- "links": {
- "blink": false,
- "color": "#ffffff",
- "consent": false,
- "distance": 150,
- "enable": false,
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "random": false,
- "speed": 6,
- "straight": false
- },
- "number": {
- "density": {
- "enable": true
- },
- "limit": 500,
- "value": 300
- },
- "opacity": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": false,
- "value": 0.5
- },
- "shape": {
- "type": "circle"
- },
- "stroke": {
- "color": "#fff",
- "width": 1
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": true,
- "value": 10
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "lineColor": "#ffffff",
- "lineWidth": 0.5
- },
- "move": {
- "radius": 10
- },
- "scale": 1,
- "type": "none",
- "url": ""
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/connect.ts b/connect.ts
index f622b3f..dd9d377 100644
--- a/connect.ts
+++ b/connect.ts
@@ -0,0 +1,120 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Connect",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ onDiv: {
+ elementId: "repulse-div",
+ enable: false,
+ mode: "repulse",
+ },
+ onHover: {
+ enable: true,
+ mode: "connect",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 400,
+ duration: 2,
+ opacity: 0.8,
+ size: 40,
+ },
+ connect: {
+ distance: 80,
+ links: {
+ opacity: 0.5,
+ },
+ radius: 60,
+ },
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "random",
+ },
+ links: {
+ blink: false,
+ color: "#ffffff",
+ consent: false,
+ distance: 150,
+ enable: false,
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ limit: 500,
+ value: 300,
+ },
+ opacity: {
+ value: 0.5,
+ },
+ shape: {
+ type: "circle",
+ },
+ stroke: {
+ color: "#fff",
+ width: 1,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 10,
+ },
+ },
+ },
+ polygon: {
+ draw: {
+ enable: false,
+ lineColor: "#ffffff",
+ lineWidth: 0.5,
+ },
+ move: {
+ radius: 10,
+ },
+ scale: 1,
+ type: "none",
+ url: "",
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+export default options;
diff --git a/customPreset.json b/customPreset.json
index 6bfaaf7..1f3a908 100644
--- a/customPreset.json
+++ b/customPreset.json
@@ -1,4 +0,0 @@
-{
- "name": "Custom Preset",
- "preset": "fire"
-}
diff --git a/customPreset.ts b/customPreset.ts
index 524ad3f..7796087 100644
--- a/customPreset.ts
+++ b/customPreset.ts
@@ -0,0 +1,7 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Custom Preset",
+ preset: "fire",
+};
+export default options;
diff --git a/customShape.json b/customShape.json
index 1ddcd6d..e6976fe 100644
--- a/customShape.json
+++ b/customShape.json
@@ -1,46 +0,0 @@
-{
- "name": "Custom Shape",
- "particles": {
- "links": {
- "enable": false
- },
- "stroke": {
- "color": {
- "value": "random"
- },
- "width": 1
- },
- "shape": {
- "type": "spiral",
- "custom": {
- "spiral": {
- "innerRadius": 1,
- "lineSpacing": 1,
- "fill": false,
- "close": false
- }
- }
- },
- "size": {
- "value": 20
- },
- "rotate": {
- "value": 0,
- "random": true,
- "direction": "clockwise",
- "animation": {
- "enable": true,
- "speed": 50,
- "sync": false
- }
- }
- },
- "preset": "links",
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/customShape.ts b/customShape.ts
index be2de39..9ec30ba 100644
--- a/customShape.ts
+++ b/customShape.ts
@@ -0,0 +1,52 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Custom Shape",
+ particles: {
+ links: {
+ enable: false,
+ },
+ stroke: {
+ color: {
+ value: "random",
+ },
+ width: 1,
+ },
+ shape: {
+ type: "spiral",
+ options: {
+ spiral: {
+ innerRadius: 1,
+ lineSpacing: 1,
+ fill: false,
+ close: false,
+ },
+ },
+ },
+ size: {
+ value: 20,
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ direction: "clockwise",
+ animation: {
+ enable: true,
+ speed: 50,
+ sync: false,
+ },
+ },
+ },
+ preset: "links",
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/dataImages.json b/dataImages.json
index b1a13b0..3fd762f 100644
--- a/dataImages.json
+++ b/dataImages.json
@@ -1,171 +0,0 @@
-{
- "name": "Data URI Images",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- },
- "onDiv": {
- "elementId": "repulse-div",
- "enable": false,
- "mode": "repulse"
- },
- "onHover": {
- "enable": true,
- "mode": "bubble",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- }
- },
- "modes": {
- "bubble": {
- "distance": 400,
- "duration": 2,
- "opacity": 0.8,
- "size": 40
- },
- "connect": {
- "distance": 80,
- "links": {
- "opacity": 0.5
- },
- "radius": 60
- },
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- }
- }
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "links": {
- "blink": false,
- "color": "#000",
- "consent": false,
- "distance": 150,
- "enable": false,
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "random": false,
- "speed": 2,
- "straight": false
- },
- "number": {
- "density": {
- "enable": true
- },
- "limit": 0,
- "value": 80
- },
- "opacity": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": false,
- "value": 0.5
- },
- "rotate": {
- "animation": {
- "enable": true,
- "speed": 5,
- "sync": false
- },
- "direction": "random",
- "random": true,
- "value": 0
- },
- "shape": {
- "character": {
- "fill": false,
- "font": "Verdana",
- "style": "",
- "value": "*",
- "weight": "400"
- },
- "image": [
- {
- "src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAACTElEQVRYhe2WzUtUYRTGf+eORZq1aGlESjEzjn2QY5KVYRiEJVngtk2LWljLahdGEeW2rf9AkS6EKKQSFxLoWOEHt1tYluHCFiONTJMz854WGQjpnXdmIArmgbs595zneTjn3ve8UEIJ/zuCd4/vD/a0Nhda7xQl3tPaLOIMi6GpUA6xSep+2rLbmEAHmL0gWwWJK7x4OOFEVMwG7/rza4UaKLOzufEbmu5CpAZAUYALR2qyoyOzzpNCxcFyBN0nBxeMBk4Di6vj2ytpdESsuliUAYDb7c9cRduBL79j8RTvjar+FQMAt04NjTjZzSFUO1Xk/NCMDBQjDrbfwApi0aqK8jsfNtW9nO4DCN07sWd1/6eb6rZ9X46nGsbnk7acVvNz68NRHL0P2ggEAE9EbnR07qgXSPU/+uyKchMIAVmQUYxcqX31drxoA140eNQIQ6zRrb7wlscBJXPWS3SsUZoRpCUc80b8+HOOwAi96+Wd8xKH/bgV7QVq/fh9O+AeCleTMR9zmfSDZgPVkdfup/Xe+/8F2czOYsQBKPPn8DWQTpVPAOki5Jd/pNMTBRvYNzkZBwYLlhcGD7yZXfRLyXkQKTwoXF9y1uY0kNSlPoG5/MWZWzKJ/qINNIzPJw3kvW6NcNXmRLTeZG5DcBg4Zpctw7Uxr8Um03oZKYEuIPFH+NezGgnFuWzLa20gEnOnBGkDvq6EjCoXES4BBgBhQZC2SMydsuXN+zIRi1ZVVEjlmYAwExp7NwbgHQwezCq7kro0kM8mLKGEfwI/AbDUxKelB9HiAAAAAElFTkSuQmCC",
- "width": 32,
- "height": 32
- },
- {
- "src": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGhlaWdodD0iMTAwcHgiIHdpZHRoPSIxMDBweCI+CjxnPgoJPHBhdGggZD0iTTI4LjEsMzYuNmM0LjYsMS45LDEyLjIsMS42LDIwLjksMS4xYzguOS0wLjQsMTktMC45LDI4LjksMC45YzYuMywxLjIsMTEuOSwzLjEsMTYuOCw2Yy0xLjUtMTIuMi03LjktMjMuNy0xOC42LTMxLjMgICBjLTQuOS0wLjItOS45LDAuMy0xNC44LDEuNEM0Ny44LDE3LjksMzYuMiwyNS42LDI4LjEsMzYuNnoiLz4KCTxwYXRoIGQ9Ik03MC4zLDkuOEM1Ny41LDMuNCw0Mi44LDMuNiwzMC41LDkuNWMtMyw2LTguNCwxOS42LTUuMywyNC45YzguNi0xMS43LDIwLjktMTkuOCwzNS4yLTIzLjFDNjMuNywxMC41LDY3LDEwLDcwLjMsOS44eiIvPgoJPHBhdGggZD0iTTE2LjUsNTEuM2MwLjYtMS43LDEuMi0zLjQsMi01LjFjLTMuOC0zLjQtNy41LTctMTEtMTAuOGMtMi4xLDYuMS0yLjgsMTIuNS0yLjMsMTguN0M5LjYsNTEuMSwxMy40LDUwLjIsMTYuNSw1MS4zeiIvPgoJPHBhdGggZD0iTTksMzEuNmMzLjUsMy45LDcuMiw3LjYsMTEuMSwxMS4xYzAuOC0xLjYsMS43LTMuMSwyLjYtNC42YzAuMS0wLjIsMC4zLTAuNCwwLjQtMC42Yy0yLjktMy4zLTMuMS05LjItMC42LTE3LjYgICBjMC44LTIuNywxLjgtNS4zLDIuNy03LjRjLTUuMiwzLjQtOS44LDgtMTMuMywxMy43QzEwLjgsMjcuOSw5LjgsMjkuNyw5LDMxLjZ6Ii8+Cgk8cGF0aCBkPSJNMTUuNCw1NC43Yy0yLjYtMS02LjEsMC43LTkuNywzLjRjMS4yLDYuNiwzLjksMTMsOCwxOC41QzEzLDY5LjMsMTMuNSw2MS44LDE1LjQsNTQuN3oiLz4KCTxwYXRoIGQ9Ik0zOS44LDU3LjZDNTQuMyw2Ni43LDcwLDczLDg2LjUsNzYuNGMwLjYtMC44LDEuMS0xLjYsMS43LTIuNWM0LjgtNy43LDctMTYuMyw2LjgtMjQuOGMtMTMuOC05LjMtMzEuMy04LjQtNDUuOC03LjcgICBjLTkuNSwwLjUtMTcuOCwwLjktMjMuMi0xLjdjLTAuMSwwLjEtMC4yLDAuMy0wLjMsMC40Yy0xLDEuNy0yLDMuNC0yLjksNS4xQzI4LjIsNDkuNywzMy44LDUzLjksMzkuOCw1Ny42eiIvPgoJPHBhdGggZD0iTTI2LjIsODguMmMzLjMsMiw2LjcsMy42LDEwLjIsNC43Yy0zLjUtNi4yLTYuMy0xMi42LTguOC0xOC41Yy0zLjEtNy4yLTUuOC0xMy41LTktMTcuMmMtMS45LDgtMiwxNi40LTAuMywyNC43ICAgQzIwLjYsODQuMiwyMy4yLDg2LjMsMjYuMiw4OC4yeiIvPgoJPHBhdGggZD0iTTMwLjksNzNjMi45LDYuOCw2LjEsMTQuNCwxMC41LDIxLjJjMTUuNiwzLDMyLTIuMyw0Mi42LTE0LjZDNjcuNyw3Niw1Mi4yLDY5LjYsMzcuOSw2MC43QzMyLDU3LDI2LjUsNTMsMjEuMyw0OC42ICAgYy0wLjYsMS41LTEuMiwzLTEuNyw0LjZDMjQuMSw1Ny4xLDI3LjMsNjQuNSwzMC45LDczeiIvPgo8L2c+Cjwvc3ZnPg==",
- "width": 32,
- "height": 32
- }
- ],
- "polygon": {
- "sides": 5
- },
- "stroke": {
- "color": "#000000",
- "width": 0
- },
- "type": "image"
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": false,
- "value": 16
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "lineColor": "#ffffff",
- "lineWidth": 0.5
- },
- "move": {
- "radius": 10
- },
- "scale": 1,
- "type": "none",
- "url": ""
- },
- "background": {
- "color": "#fff",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/dataImages.ts b/dataImages.ts
index 3e9d83a..71706ce 100644
--- a/dataImages.ts
+++ b/dataImages.ts
@@ -0,0 +1,132 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Data URI Images",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ onDiv: {
+ elementId: "repulse-div",
+ enable: false,
+ mode: "repulse",
+ },
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 400,
+ duration: 2,
+ opacity: 0.8,
+ size: 40,
+ },
+ connect: {
+ distance: 80,
+ links: {
+ opacity: 0.5,
+ },
+ radius: 60,
+ },
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ move: {
+ direction: "none",
+ enable: true,
+ speed: 2,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ limit: 0,
+ value: 80,
+ },
+ opacity: {
+ value: 0.5,
+ },
+ rotate: {
+ animation: {
+ enable: true,
+ speed: 5,
+ sync: false,
+ },
+ direction: "random",
+ value: {
+ min: 0,
+ max: 360,
+ },
+ },
+ shape: {
+ options: {
+ image: [
+ {
+ src: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAACTElEQVRYhe2WzUtUYRTGf+eORZq1aGlESjEzjn2QY5KVYRiEJVngtk2LWljLahdGEeW2rf9AkS6EKKQSFxLoWOEHt1tYluHCFiONTJMz854WGQjpnXdmIArmgbs595zneTjn3ve8UEIJ/zuCd4/vD/a0Nhda7xQl3tPaLOIMi6GpUA6xSep+2rLbmEAHmL0gWwWJK7x4OOFEVMwG7/rza4UaKLOzufEbmu5CpAZAUYALR2qyoyOzzpNCxcFyBN0nBxeMBk4Di6vj2ytpdESsuliUAYDb7c9cRduBL79j8RTvjar+FQMAt04NjTjZzSFUO1Xk/NCMDBQjDrbfwApi0aqK8jsfNtW9nO4DCN07sWd1/6eb6rZ9X46nGsbnk7acVvNz68NRHL0P2ggEAE9EbnR07qgXSPU/+uyKchMIAVmQUYxcqX31drxoA140eNQIQ6zRrb7wlscBJXPWS3SsUZoRpCUc80b8+HOOwAi96+Wd8xKH/bgV7QVq/fh9O+AeCleTMR9zmfSDZgPVkdfup/Xe+/8F2czOYsQBKPPn8DWQTpVPAOki5Jd/pNMTBRvYNzkZBwYLlhcGD7yZXfRLyXkQKTwoXF9y1uY0kNSlPoG5/MWZWzKJ/qINNIzPJw3kvW6NcNXmRLTeZG5DcBg4Zpctw7Uxr8Um03oZKYEuIPFH+NezGgnFuWzLa20gEnOnBGkDvq6EjCoXES4BBgBhQZC2SMydsuXN+zIRi1ZVVEjlmYAwExp7NwbgHQwezCq7kro0kM8mLKGEfwI/AbDUxKelB9HiAAAAAElFTkSuQmCC",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGhlaWdodD0iMTAwcHgiIHdpZHRoPSIxMDBweCI+CjxnPgoJPHBhdGggZD0iTTI4LjEsMzYuNmM0LjYsMS45LDEyLjIsMS42LDIwLjksMS4xYzguOS0wLjQsMTktMC45LDI4LjksMC45YzYuMywxLjIsMTEuOSwzLjEsMTYuOCw2Yy0xLjUtMTIuMi03LjktMjMuNy0xOC42LTMxLjMgICBjLTQuOS0wLjItOS45LDAuMy0xNC44LDEuNEM0Ny44LDE3LjksMzYuMiwyNS42LDI4LjEsMzYuNnoiLz4KCTxwYXRoIGQ9Ik03MC4zLDkuOEM1Ny41LDMuNCw0Mi44LDMuNiwzMC41LDkuNWMtMyw2LTguNCwxOS42LTUuMywyNC45YzguNi0xMS43LDIwLjktMTkuOCwzNS4yLTIzLjFDNjMuNywxMC41LDY3LDEwLDcwLjMsOS44eiIvPgoJPHBhdGggZD0iTTE2LjUsNTEuM2MwLjYtMS43LDEuMi0zLjQsMi01LjFjLTMuOC0zLjQtNy41LTctMTEtMTAuOGMtMi4xLDYuMS0yLjgsMTIuNS0yLjMsMTguN0M5LjYsNTEuMSwxMy40LDUwLjIsMTYuNSw1MS4zeiIvPgoJPHBhdGggZD0iTTksMzEuNmMzLjUsMy45LDcuMiw3LjYsMTEuMSwxMS4xYzAuOC0xLjYsMS43LTMuMSwyLjYtNC42YzAuMS0wLjIsMC4zLTAuNCwwLjQtMC42Yy0yLjktMy4zLTMuMS05LjItMC42LTE3LjYgICBjMC44LTIuNywxLjgtNS4zLDIuNy03LjRjLTUuMiwzLjQtOS44LDgtMTMuMywxMy43QzEwLjgsMjcuOSw5LjgsMjkuNyw5LDMxLjZ6Ii8+Cgk8cGF0aCBkPSJNMTUuNCw1NC43Yy0yLjYtMS02LjEsMC43LTkuNywzLjRjMS4yLDYuNiwzLjksMTMsOCwxOC41QzEzLDY5LjMsMTMuNSw2MS44LDE1LjQsNTQuN3oiLz4KCTxwYXRoIGQ9Ik0zOS44LDU3LjZDNTQuMyw2Ni43LDcwLDczLDg2LjUsNzYuNGMwLjYtMC44LDEuMS0xLjYsMS43LTIuNWM0LjgtNy43LDctMTYuMyw2LjgtMjQuOGMtMTMuOC05LjMtMzEuMy04LjQtNDUuOC03LjcgICBjLTkuNSwwLjUtMTcuOCwwLjktMjMuMi0xLjdjLTAuMSwwLjEtMC4yLDAuMy0wLjMsMC40Yy0xLDEuNy0yLDMuNC0yLjksNS4xQzI4LjIsNDkuNywzMy44LDUzLjksMzkuOCw1Ny42eiIvPgoJPHBhdGggZD0iTTI2LjIsODguMmMzLjMsMiw2LjcsMy42LDEwLjIsNC43Yy0zLjUtNi4yLTYuMy0xMi42LTguOC0xOC41Yy0zLjEtNy4yLTUuOC0xMy41LTktMTcuMmMtMS45LDgtMiwxNi40LTAuMywyNC43ICAgQzIwLjYsODQuMiwyMy4yLDg2LjMsMjYuMiw4OC4yeiIvPgoJPHBhdGggZD0iTTMwLjksNzNjMi45LDYuOCw2LjEsMTQuNCwxMC41LDIxLjJjMTUuNiwzLDMyLTIuMyw0Mi42LTE0LjZDNjcuNyw3Niw1Mi4yLDY5LjYsMzcuOSw2MC43QzMyLDU3LDI2LjUsNTMsMjEuMyw0OC42ICAgYy0wLjYsMS41LTEuMiwzLTEuNyw0LjZDMjQuMSw1Ny4xLDI3LjMsNjQuNSwzMC45LDczeiIvPgo8L2c+Cjwvc3ZnPg==",
+ width: 32,
+ height: 32,
+ },
+ ],
+ },
+ type: "image",
+ },
+ size: {
+ value: 16,
+ },
+ },
+ polygon: {
+ draw: {
+ enable: false,
+ lineColor: "#ffffff",
+ lineWidth: 0.5,
+ },
+ move: {
+ radius: 10,
+ },
+ scale: 1,
+ type: "none",
+ url: "",
+ },
+ background: {
+ color: "#fff",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/delay.json b/delay.json
index 9192482..2bc3aad 100644
--- a/delay.json
+++ b/delay.json
@@ -1,66 +0,0 @@
-{
- "name": "Delay",
- "delay": 5,
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/delay.ts b/delay.ts
index 2572ab8..335c626 100644
--- a/delay.ts
+++ b/delay.ts
@@ -0,0 +1,69 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Delay",
+ delay: 5,
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+export default options;
diff --git a/destroy.json b/destroy.json
index ffc594e..1fdd471 100644
--- a/destroy.json
+++ b/destroy.json
@@ -1,100 +0,0 @@
-{
- "name": "Destroy",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 5,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": "destroy",
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/destroy.ts b/destroy.ts
index 7023099..94d071d 100644
--- a/destroy.ts
+++ b/destroy.ts
@@ -0,0 +1,79 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Destroy",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 5,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ outModes: "destroy",
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+export default options;
diff --git a/disappearing.json b/disappearing.json
index 50e7231..1f23199 100644
--- a/disappearing.json
+++ b/disappearing.json
@@ -1,91 +0,0 @@
-{
- "name": "Disappearing",
- "background": {
- "color": {
- "value": "#000"
- }
- },
- "emitters": {
- "direction": "random",
- "size": {
- "width": 100,
- "height": 100
- },
- "position": {
- "x": 50,
- "y": 50
- },
- "rate": {
- "delay": 0.1,
- "quantity": 10
- }
- },
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "random"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.8,
- "random": {
- "enable": true,
- "minimumValue": 0.3
- }
- },
- "size": {
- "value": 50,
- "animation": {
- "enable": true,
- "speed": 30,
- "size_min": 2,
- "sync": true,
- "startValue": "max",
- "destroy": "min"
- }
- },
- "move": {
- "enable": true,
- "speed": 5,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": "destroy",
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "repulse": {
- "distance": 100
- },
- "push": {
- "quantity": 4
- }
- }
- }
-}
diff --git a/disappearing.ts b/disappearing.ts
index 3602d32..bddaafa 100644
--- a/disappearing.ts
+++ b/disappearing.ts
@@ -0,0 +1,88 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Disappearing",
+ background: {
+ color: {
+ value: "#000",
+ },
+ },
+ emitters: {
+ direction: "random",
+ size: {
+ width: 100,
+ height: 100,
+ },
+ position: {
+ x: 50,
+ y: 50,
+ },
+ rate: {
+ delay: 0.1,
+ quantity: 10,
+ },
+ },
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "random",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: {
+ min: 0.3,
+ max: 0.8,
+ },
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 50,
+ },
+ animation: {
+ enable: true,
+ speed: 30,
+ sync: true,
+ startValue: "max",
+ destroy: "min",
+ },
+ },
+ move: {
+ enable: true,
+ speed: 5,
+ outModes: "destroy",
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ repulse: {
+ distance: 100,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+};
+
+export default options;
diff --git a/divEvents.json b/divEvents.json
index 69303e8..b77a70a 100644
--- a/divEvents.json
+++ b/divEvents.json
@@ -1,141 +0,0 @@
-{
- "name": "Div Events",
- "background": {
- "color": "#0d47a1"
- },
- "interactivity": {
- "events": {
- "onDiv": [
- {
- "enable": true,
- "selectors": ".bubble.circle",
- "mode": "bubble",
- "type": "circle"
- },
- {
- "enable": true,
- "selectors": ".repulse.circle",
- "mode": "repulse",
- "type": "circle"
- },
- {
- "enable": true,
- "selectors": ".bubble.rectangle",
- "mode": "bubble",
- "type": "rectangle"
- },
- {
- "enable": true,
- "selectors": ".repulse.rectangle",
- "mode": "repulse",
- "type": "rectangle"
- },
- {
- "enable": true,
- "selectors": ".bounce.circle",
- "mode": "bounce",
- "type": "circle"
- },
- {
- "enable": true,
- "selectors": ".bounce.rectangle",
- "mode": "bounce",
- "type": "rectangle"
- }
- ]
- },
- "modes": {
- "bubble": {
- "distance": 400,
- "duration": 2,
- "opacity": 0.8,
- "size": 6,
- "color": "#000000"
- },
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- }
- }
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "links": {
- "color": "#ffffff",
- "distance": 150,
- "enable": true,
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "random": false,
- "speed": 2,
- "straight": false
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 80
- },
- "opacity": {
- "animation": {
- "enable": false,
- "opacity_min": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": false,
- "value": 0.5
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "animation": {
- "enable": false,
- "size_min": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": true,
- "value": 5
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "lineColor": "#ffffff",
- "lineWidth": 0.5
- },
- "move": {
- "radius": 10
- },
- "scale": 1,
- "type": "none",
- "url": ""
- },
- "detectRetina": true
-}
diff --git a/divEvents.ts b/divEvents.ts
index 033d737..62549ed 100644
--- a/divEvents.ts
+++ b/divEvents.ts
@@ -0,0 +1,112 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Div Events",
+ background: {
+ color: "#0d47a1",
+ },
+ interactivity: {
+ events: {
+ onDiv: [
+ {
+ enable: true,
+ selectors: ".bubble.circle",
+ mode: "bubble",
+ type: "circle",
+ },
+ {
+ enable: true,
+ selectors: ".repulse.circle",
+ mode: "repulse",
+ type: "circle",
+ },
+ {
+ enable: true,
+ selectors: ".bubble.rectangle",
+ mode: "bubble",
+ type: "rectangle",
+ },
+ {
+ enable: true,
+ selectors: ".repulse.rectangle",
+ mode: "repulse",
+ type: "rectangle",
+ },
+ {
+ enable: true,
+ selectors: ".bounce.circle",
+ mode: "bounce",
+ type: "circle",
+ },
+ {
+ enable: true,
+ selectors: ".bounce.rectangle",
+ mode: "bounce",
+ type: "rectangle",
+ },
+ ],
+ },
+ modes: {
+ bubble: {
+ distance: 400,
+ duration: 2,
+ opacity: 0.8,
+ size: 6,
+ color: "#000000",
+ },
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ links: {
+ color: "#ffffff",
+ distance: 150,
+ enable: true,
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ value: 80,
+ },
+ opacity: {
+ value: 0.5,
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 5,
+ },
+ },
+ },
+ detectRetina: true,
+};
+
+export default options;
diff --git a/emitter.json b/emitter.json
index 403bf8f..dc71468 100644
--- a/emitter.json
+++ b/emitter.json
@@ -1,273 +0,0 @@
-{
- "name": "Emitter",
- "particles": {
- "number": {
- "value": 100,
- "density": {
- "enable": false
- }
- },
- "color": {
- "value": "#000"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 5,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#000",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "repulse",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "emitter"
- }
- },
- "modes": {
- "emitters": {
- "life": {
- "count": 10,
- "delay": 0.5,
- "duration": 3
- },
- "particles": {
- "shape": {
- "type": "star",
- "polygon": {
- "sides": 7
- }
- },
- "rotate": {
- "value": 0,
- "random": true,
- "direction": "clockwise",
- "animation": {
- "enable": true,
- "speed": 15,
- "sync": false
- }
- },
- "color": {
- "value": "#f0f"
- },
- "links": {
- "enable": false
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 15,
- "random": false
- },
- "move": {
- "speed": 20,
- "random": false,
- "outModes": "destroy"
- }
- }
- },
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#fff"
- },
- "emitters": [
- {
- "life": {
- "count": 10,
- "delay": 0.5,
- "duration": 3
- },
- "particles": {
- "shape": {
- "type": "polygon",
- "polygon": {
- "sides": 6
- }
- },
- "rotate": {
- "value": 0,
- "random": true,
- "direction": "clockwise",
- "animation": {
- "enable": true,
- "speed": 15,
- "sync": false
- }
- },
- "color": {
- "value": "#0f0"
- },
- "links": {
- "enable": false
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 15,
- "random": false
- },
- "move": {
- "speed": 20,
- "random": false,
- "outModes": "destroy"
- }
- }
- },
- {
- "direction": "top-right",
- "position": {
- "x": 0,
- "y": 100
- },
- "particles": {
- "shape": {
- "type": "star"
- },
- "color": {
- "value": "#f00"
- },
- "links": {
- "enable": true,
- "id": "emitter1",
- "color": {
- "value": "#ff7700"
- }
- },
- "opacity": {
- "value": 0.3
- },
- "rotate": {
- "value": 0,
- "random": true,
- "direction": "counter-clockwise",
- "animation": {
- "enable": true,
- "speed": 15,
- "sync": false
- }
- },
- "size": {
- "value": 10,
- "random": {
- "enable": true
- }
- },
- "move": {
- "speed": 10,
- "random": false,
- "outModes": "destroy"
- }
- }
- },
- {
- "direction": "top-left",
- "position": {
- "x": 100,
- "y": 100
- },
- "particles": {
- "shape": {
- "type": "square"
- },
- "rotate": {
- "value": 0,
- "random": true,
- "direction": "clockwise",
- "animation": {
- "enable": true,
- "speed": 15,
- "sync": false
- }
- },
- "color": {
- "value": "#00f"
- },
- "links": {
- "enable": false
- },
- "opacity": {
- "value": 0.8
- },
- "size": {
- "value": 15,
- "random": false
- },
- "move": {
- "speed": 20,
- "random": false,
- "outModes": "destroy"
- }
- }
- }
- ]
-}
diff --git a/emitter.ts b/emitter.ts
index 846bf97..8d71bc6 100644
--- a/emitter.ts
+++ b/emitter.ts
@@ -0,0 +1,254 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Emitter",
+ particles: {
+ number: {
+ value: 100,
+ density: {
+ enable: false,
+ },
+ },
+ color: {
+ value: "#000",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 5,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#000",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: false,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "emitter",
+ },
+ },
+ modes: {
+ emitters: {
+ life: {
+ count: 10,
+ delay: 0.5,
+ duration: 3,
+ },
+ particles: {
+ shape: {
+ type: "star",
+ polygon: {
+ sides: 7,
+ },
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ direction: "clockwise",
+ animation: {
+ enable: true,
+ speed: 15,
+ sync: false,
+ },
+ },
+ color: {
+ value: "#f0f",
+ },
+ links: {
+ enable: false,
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 15,
+ },
+ move: {
+ speed: 20,
+ outModes: "destroy",
+ },
+ },
+ },
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#fff",
+ },
+ emitters: [
+ {
+ life: {
+ count: 10,
+ delay: 0.5,
+ duration: 3,
+ },
+ particles: {
+ shape: {
+ type: "polygon",
+ polygon: {
+ sides: 6,
+ },
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ direction: "clockwise",
+ animation: {
+ enable: true,
+ speed: 15,
+ sync: false,
+ },
+ },
+ color: {
+ value: "#0f0",
+ },
+ links: {
+ enable: false,
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 15,
+ },
+ move: {
+ speed: 20,
+ outModes: "destroy",
+ },
+ },
+ },
+ {
+ direction: "top-right",
+ position: {
+ x: 0,
+ y: 100,
+ },
+ particles: {
+ shape: {
+ type: "star",
+ },
+ color: {
+ value: "#f00",
+ },
+ links: {
+ enable: true,
+ id: "emitter1",
+ color: {
+ value: "#ff7700",
+ },
+ },
+ opacity: {
+ value: 0.3,
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ direction: "counter-clockwise",
+ animation: {
+ enable: true,
+ speed: 15,
+ sync: false,
+ },
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 10,
+ },
+ },
+ move: {
+ speed: 10,
+ outModes: "destroy",
+ },
+ },
+ },
+ {
+ direction: "top-left",
+ position: {
+ x: 100,
+ y: 100,
+ },
+ particles: {
+ shape: {
+ type: "square",
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ direction: "clockwise",
+ animation: {
+ enable: true,
+ speed: 15,
+ sync: false,
+ },
+ },
+ color: {
+ value: "#00f",
+ },
+ links: {
+ enable: false,
+ },
+ opacity: {
+ value: 0.8,
+ },
+ size: {
+ value: 15,
+ },
+ move: {
+ speed: 20,
+ outModes: "destroy",
+ },
+ },
+ },
+ ],
+};
+
+export default options;
diff --git a/emitterAbsorber.json b/emitterAbsorber.json
index 818977a..04b0628 100644
--- a/emitterAbsorber.json
+++ b/emitterAbsorber.json
@@ -1,160 +0,0 @@
-{
- "name": "Emitter and Absorber",
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#000"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 5,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#000",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "repulse",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": false,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#fff",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- },
- "absorbers": {
- "position": {
- "x": 50,
- "y": 50
- },
- "size": {
- "density": 20,
- "value": 50,
- "limit": 100,
- "random": {
- "enable": true,
- "minimumValue": 30
- }
- }
- },
- "emitters": [
- {
- "direction": "top-right",
- "position": {
- "x": 0,
- "y": 100
- },
- "particles": {
- "shape": {
- "type": "circle"
- },
- "color": {
- "value": "random"
- },
- "links": {
- "enable": false
- },
- "opacity": {
- "value": 0.3
- },
- "rotate": {
- "value": 0,
- "random": true,
- "direction": "counter-clockwise",
- "animation": {
- "enable": true,
- "speed": 15,
- "sync": false
- }
- },
- "size": {
- "value": 10,
- "random": {
- "enable": true,
- "minimumValue": 5
- }
- },
- "move": {
- "speed": 5,
- "random": false,
- "outModes": "bounce"
- }
- }
- }
- ]
-}
diff --git a/emitterAbsorber.ts b/emitterAbsorber.ts
index 176f5a2..8225a65 100644
--- a/emitterAbsorber.ts
+++ b/emitterAbsorber.ts
@@ -0,0 +1,139 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Emitter and Absorber",
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#000",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 5,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#000",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: false,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: false,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#fff",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+ absorbers: {
+ position: {
+ x: 50,
+ y: 50,
+ },
+ size: {
+ density: 20,
+ value: {
+ min: 30,
+ max: 50,
+ },
+ limit: 100,
+ },
+ },
+ emitters: [
+ {
+ direction: "top-right",
+ position: {
+ x: 0,
+ y: 100,
+ },
+ particles: {
+ shape: {
+ type: "circle",
+ },
+ color: {
+ value: "random",
+ },
+ links: {
+ enable: false,
+ },
+ opacity: {
+ value: 0.3,
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ direction: "counter-clockwise",
+ animation: {
+ enable: true,
+ speed: 15,
+ sync: false,
+ },
+ },
+ size: {
+ value: {
+ min: 5,
+ max: 10,
+ },
+ },
+ move: {
+ speed: 5,
+ outModes: "bounce",
+ },
+ },
+ },
+ ],
+};
+
+export default options;
diff --git a/emitterAngled.json b/emitterAngled.json
index 42354af..2e9cbf5 100644
--- a/emitterAngled.json
+++ b/emitterAngled.json
@@ -1,58 +0,0 @@
-{
- "name": "Emitter Angled",
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "random"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.3
- },
- "size": {
- "value": 10,
- "random": {
- "enable": true,
- "minimumValue": 5
- }
- },
- "move": {
- "angle": {
- "offset": 0,
- "value": 30
- },
- "enable": true,
- "speed": 15,
- "direction": "top",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "destroy"
- }
- }
- },
- "background": {
- "color": "#fff"
- },
- "emitters": [
- {
- "direction": "top",
- "position": {
- "x": {
- "min": 25,
- "max": 75
- },
- "y": 100
- },
- "life": {
- "duration": 3,
- "delay": 5,
- "count": 0
- }
- }
- ]
-}
diff --git a/emitterAngled.ts b/emitterAngled.ts
index 2849b90..7677e2b 100644
--- a/emitterAngled.ts
+++ b/emitterAngled.ts
@@ -0,0 +1,59 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Emitter Angled",
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "random",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.3,
+ },
+ size: {
+ value: {
+ min: 5,
+ max: 10,
+ },
+ },
+ move: {
+ angle: {
+ offset: 0,
+ value: 30,
+ },
+ enable: true,
+ speed: 15,
+ direction: "top",
+ outModes: {
+ default: "destroy",
+ },
+ },
+ },
+ background: {
+ color: "#fff",
+ },
+ emitters: [
+ {
+ direction: "top",
+ position: {
+ x: {
+ min: 25,
+ max: 75,
+ },
+ y: 100,
+ },
+ life: {
+ duration: 3,
+ delay: 5,
+ count: 0,
+ },
+ },
+ ],
+};
+
+export default options;
diff --git a/emitterImages.json b/emitterImages.json
index 8d311dd..785c238 100644
--- a/emitterImages.json
+++ b/emitterImages.json
@@ -1,147 +0,0 @@
-{
- "name": "Emitter Images",
- "particles": {
- "move": {
- "direction": "none",
- "enable": true,
- "outModes": "destroy",
- "random": false,
- "speed": 2,
- "straight": false
- },
- "number": {
- "density": {
- "enable": true
- },
- "limit": 0,
- "value": 80
- },
- "opacity": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": false,
- "value": 1
- },
- "rotate": {
- "animation": {
- "enable": true,
- "speed": 5,
- "sync": false
- },
- "direction": "random",
- "random": true,
- "value": 0
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": false,
- "value": 16
- }
- },
- "background": {
- "color": "#fff"
- },
- "emitters": {
- "particles": {
- "shape": {
- "type": "image",
- "options": {
- "image": [
- {
- "src": "https://particles.js.org/images/fruits/apple.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/avocado.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/banana.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/berries.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/cherry.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/grapes.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/lemon.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/orange.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/peach.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/pear.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/pepper.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/plum.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/star.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/strawberry.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/watermelon.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/watermelon_slice.png",
- "width": 32,
- "height": 32
- }
- ]
- }
- }
- }
- }
-}
diff --git a/emitterImages.ts b/emitterImages.ts
index 5da6d53..3f69935 100644
--- a/emitterImages.ts
+++ b/emitterImages.ts
@@ -0,0 +1,136 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Emitter Images",
+ particles: {
+ move: {
+ enable: true,
+ outModes: "destroy",
+ speed: 2,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ limit: 0,
+ value: 80,
+ },
+ opacity: {
+ value: 1,
+ },
+ rotate: {
+ animation: {
+ enable: true,
+ speed: 5,
+ sync: false,
+ },
+ direction: "random",
+ value: {
+ min: 0,
+ max: 360,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 16,
+ },
+ },
+ background: {
+ color: "#fff",
+ },
+ emitters: {
+ particles: {
+ shape: {
+ type: "image",
+ options: {
+ image: [
+ {
+ src: "https://particles.js.org/images/fruits/apple.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/avocado.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/banana.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/berries.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/cherry.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/grapes.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/lemon.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/orange.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/peach.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/pear.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/pepper.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/plum.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/star.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/strawberry.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/watermelon.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/watermelon_slice.png",
+ width: 32,
+ height: 32,
+ },
+ ],
+ },
+ },
+ },
+ },
+};
+
+export default options;
diff --git a/emitterPaths.json b/emitterPaths.json
index 2bf706d..000dddb 100644
--- a/emitterPaths.json
+++ b/emitterPaths.json
@@ -1,87 +0,0 @@
-{
- "name": "Emitter Paths",
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#000000"
- },
- "move": {
- "enable": true,
- "trail": {
- "enable": true,
- "fillColor": "#fff",
- "length": 20
- },
- "outModes": "destroy"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 3
- }
- },
- "background": {
- "color": "#fff"
- },
- "emitters": [
- {
- "position": {
- "x": 33,
- "y": 50
- },
- "rate": {
- "value": 0.5
- },
- "particles": {
- "life": {
- "count": 1,
- "duration": {
- "value": 10
- }
- },
- "move": {
- "path": {
- "clamp": false,
- "enable": true,
- "delay": {
- "value": 0
- },
- "generator": "polygonPathGenerator",
- "options": {
- "sides": 6,
- "turnSteps": 30,
- "angle": 30
- }
- }
- }
- }
- },
- {
- "position": {
- "x": 67,
- "y": 50
- },
- "rate": {
- "value": 0.5
- },
- "particles": {
- "move": {
- "path": {
- "clamp": false,
- "enable": true,
- "delay": {
- "value": 0
- },
- "generator": "curvesPathGenerator"
- }
- }
- }
- }
- ]
-}
diff --git a/emitterPaths.ts b/emitterPaths.ts
index efbca35..590ce59 100644
--- a/emitterPaths.ts
+++ b/emitterPaths.ts
@@ -0,0 +1,91 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Emitter Paths",
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#000000",
+ },
+ move: {
+ enable: true,
+ trail: {
+ enable: true,
+ fill: { color: "#fff" },
+ length: 20,
+ },
+ outModes: "destroy",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 3,
+ },
+ },
+ background: {
+ color: "#fff",
+ },
+ emitters: [
+ {
+ position: {
+ x: 33,
+ y: 50,
+ },
+ rate: {
+ value: 0.5,
+ },
+ particles: {
+ life: {
+ count: 1,
+ duration: {
+ value: 10,
+ },
+ },
+ move: {
+ path: {
+ clamp: false,
+ enable: true,
+ delay: {
+ value: 0,
+ },
+ generator: "polygonPathGenerator",
+ options: {
+ sides: 6,
+ turnSteps: 30,
+ angle: 30,
+ },
+ },
+ },
+ },
+ },
+ {
+ position: {
+ x: 67,
+ y: 50,
+ },
+ rate: {
+ value: 0.5,
+ },
+ particles: {
+ move: {
+ path: {
+ clamp: false,
+ enable: true,
+ delay: {
+ value: 0,
+ },
+ generator: "curvesPathGenerator",
+ },
+ },
+ },
+ },
+ ],
+};
+
+export default options;
diff --git a/emitterShapes.json b/emitterShapes.json
index 449a9b4..fc1f30c 100644
--- a/emitterShapes.json
+++ b/emitterShapes.json
@@ -1,95 +0,0 @@
-{
- "name": "Emitter Shapes",
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#000000"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 1
- }
- },
- "background": {
- "color": "#fff"
- },
- "emitters": [
- {
- "shape": "square",
- "position": {
- "x": 33,
- "y": 33
- },
- "size": {
- "width": 200,
- "height": 200,
- "mode": "precise"
- },
- "life": {
- "duration": 10,
- "delay": 0.5,
- "count": 1
- }
- },
- {
- "shape": "circle",
- "position": {
- "x": 67,
- "y": 33
- },
- "size": {
- "width": 200,
- "height": 200,
- "mode": "precise"
- },
- "life": {
- "duration": 10,
- "delay": 0.5,
- "count": 1
- }
- },
- {
- "fill": false,
- "shape": "square",
- "position": {
- "x": 33,
- "y": 67
- },
- "size": {
- "width": 200,
- "height": 200,
- "mode": "precise"
- },
- "life": {
- "duration": 10,
- "delay": 0.5,
- "count": 1
- }
- },
- {
- "fill": false,
- "shape": "circle",
- "position": {
- "x": 67,
- "y": 67
- },
- "size": {
- "width": 200,
- "height": 200,
- "mode": "precise"
- },
- "life": {
- "duration": 10,
- "delay": 0.5,
- "count": 1
- }
- }
- ]
-}
diff --git a/emitterShapes.ts b/emitterShapes.ts
index 71316b4..3e45da9 100644
--- a/emitterShapes.ts
+++ b/emitterShapes.ts
@@ -0,0 +1,99 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Emitter Shapes",
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#000000",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 1,
+ },
+ },
+ background: {
+ color: "#fff",
+ },
+ emitters: [
+ {
+ shape: "square",
+ position: {
+ x: 33,
+ y: 33,
+ },
+ size: {
+ width: 200,
+ height: 200,
+ mode: "precise",
+ },
+ life: {
+ duration: 10,
+ delay: 0.5,
+ count: 1,
+ },
+ },
+ {
+ shape: "circle",
+ position: {
+ x: 67,
+ y: 33,
+ },
+ size: {
+ width: 200,
+ height: 200,
+ mode: "precise",
+ },
+ life: {
+ duration: 10,
+ delay: 0.5,
+ count: 1,
+ },
+ },
+ {
+ fill: false,
+ shape: "square",
+ position: {
+ x: 33,
+ y: 67,
+ },
+ size: {
+ width: 200,
+ height: 200,
+ mode: "precise",
+ },
+ life: {
+ duration: 10,
+ delay: 0.5,
+ count: 1,
+ },
+ },
+ {
+ fill: false,
+ shape: "circle",
+ position: {
+ x: 67,
+ y: 67,
+ },
+ size: {
+ width: 200,
+ height: 200,
+ mode: "precise",
+ },
+ life: {
+ duration: 10,
+ delay: 0.5,
+ count: 1,
+ },
+ },
+ ],
+};
+
+export default options;
diff --git a/fireworks.json b/fireworks.json
index 63ba60e..e81b670 100644
--- a/fireworks.json
+++ b/fireworks.json
@@ -1,181 +0,0 @@
-{
- "name": "Fireworks",
- "fullScreen": {
- "enable": true
- },
- "background": {
- "color": "#000"
- },
- "emitters": {
- "direction": "top",
- "life": {
- "count": 0,
- "duration": 0.1,
- "delay": 0.1
- },
- "rate": {
- "delay": 0.15,
- "quantity": 1
- },
- "size": {
- "width": 100,
- "height": 0
- },
- "position": {
- "y": 100,
- "x": 50
- }
- },
- "particles": {
- "number": {
- "value": 0
- },
- "destroy": {
- "bounds": {
- "top": 30
- },
- "mode": "split",
- "split": {
- "count": 1,
- "factor": {
- "value": 0.333333
- },
- "rate": {
- "value": 100
- },
- "particles": {
- "stroke": {
- "width": 0
- },
- "color": {
- "value": ["#ff595e", "#ffca3a", "#8ac926", "#1982c4", "#6a4c93"]
- },
- "number": {
- "value": 0
- },
- "collisions": {
- "enable": false
- },
- "destroy": {
- "bounds": {
- "top": 0
- }
- },
- "opacity": {
- "value": {
- "min": 0.1,
- "max": 1
- },
- "animation": {
- "enable": true,
- "speed": 0.7,
- "sync": false,
- "startValue": "max",
- "destroy": "min"
- }
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "value": 2,
- "animation": {
- "enable": false
- }
- },
- "life": {
- "count": 1,
- "duration": {
- "value": {
- "min": 1,
- "max": 2
- }
- }
- },
- "move": {
- "enable": true,
- "gravity": {
- "enable": true,
- "acceleration": 9.81,
- "inverse": false
- },
- "decay": 0.1,
- "speed": {
- "min": 10,
- "max": 25
- },
- "direction": "outside",
- "random": true,
- "straight": false,
- "outModes": "destroy"
- }
- }
- }
- },
- "life": {
- "count": 1
- },
- "shape": {
- "type": "line"
- },
- "size": {
- "value": {
- "min": 0.1,
- "max": 50
- },
- "animation": {
- "enable": true,
- "sync": true,
- "speed": 90,
- "startValue": "max",
- "destroy": "min"
- }
- },
- "stroke": {
- "color": {
- "value": "#ffffff"
- },
- "width": 1
- },
- "rotate": {
- "path": true
- },
- "move": {
- "enable": true,
- "gravity": {
- "acceleration": 15,
- "enable": true,
- "inverse": true,
- "maxSpeed": 100
- },
- "speed": {
- "min": 10,
- "max": 20
- },
- "outModes": {
- "default": "destroy",
- "top": "none"
- },
- "trail": {
- "fillColor": "#000",
- "enable": true,
- "length": 10
- }
- }
- },
- "sounds": {
- "enable": true,
- "events": [
- {
- "event": "particleRemoved",
- "filter": "explodeSoundCheck",
- "audio": [
- "https://particles.js.org/audio/explosion0.mp3",
- "https://particles.js.org/audio/explosion1.mp3",
- "https://particles.js.org/audio/explosion2.mp3"
- ]
- }
- ],
- "volume": 50
- }
-}
diff --git a/fireworks.ts b/fireworks.ts
index 890f183..c879d7c 100644
--- a/fireworks.ts
+++ b/fireworks.ts
@@ -0,0 +1,183 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Fireworks",
+ fullScreen: {
+ enable: true,
+ },
+ background: {
+ color: "#000",
+ },
+ emitters: {
+ direction: "top",
+ life: {
+ count: 0,
+ duration: 0.1,
+ delay: 0.1,
+ },
+ rate: {
+ delay: 0.15,
+ quantity: 1,
+ },
+ size: {
+ width: 100,
+ height: 0,
+ },
+ position: {
+ y: 100,
+ x: 50,
+ },
+ },
+ particles: {
+ number: {
+ value: 0,
+ },
+ destroy: {
+ bounds: {
+ top: 30,
+ },
+ mode: "split",
+ split: {
+ count: 1,
+ factor: {
+ value: 0.333333,
+ },
+ rate: {
+ value: 100,
+ },
+ particles: {
+ stroke: {
+ width: 0,
+ },
+ color: {
+ value: ["#ff595e", "#ffca3a", "#8ac926", "#1982c4", "#6a4c93"],
+ },
+ number: {
+ value: 0,
+ },
+ collisions: {
+ enable: false,
+ },
+ destroy: {
+ bounds: {
+ top: 0,
+ },
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 1,
+ },
+ animation: {
+ enable: true,
+ speed: 0.7,
+ sync: false,
+ startValue: "max",
+ destroy: "min",
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 2,
+ animation: {
+ enable: false,
+ },
+ },
+ life: {
+ count: 1,
+ duration: {
+ value: {
+ min: 1,
+ max: 2,
+ },
+ },
+ },
+ move: {
+ enable: true,
+ gravity: {
+ enable: true,
+ acceleration: 9.81,
+ inverse: false,
+ },
+ decay: 0.1,
+ speed: {
+ min: 10,
+ max: 25,
+ },
+ direction: "outside",
+ outModes: "destroy",
+ },
+ },
+ },
+ },
+ life: {
+ count: 1,
+ },
+ shape: {
+ type: "line",
+ },
+ size: {
+ value: {
+ min: 0.1,
+ max: 50,
+ },
+ animation: {
+ enable: true,
+ sync: true,
+ speed: 90,
+ startValue: "max",
+ destroy: "min",
+ },
+ },
+ stroke: {
+ color: {
+ value: "#ffffff",
+ },
+ width: 1,
+ },
+ rotate: {
+ path: true,
+ },
+ move: {
+ enable: true,
+ gravity: {
+ acceleration: 15,
+ enable: true,
+ inverse: true,
+ maxSpeed: 100,
+ },
+ speed: {
+ min: 10,
+ max: 20,
+ },
+ outModes: {
+ default: "destroy",
+ top: "none",
+ },
+ trail: {
+ fill: { color: "#000" },
+ enable: true,
+ length: 10,
+ },
+ },
+ },
+ sounds: {
+ enable: true,
+ events: [
+ {
+ event: "particleRemoved",
+ filter: "explodeSoundCheck",
+ audio: [
+ "https://particles.js.org/audio/explosion0.mp3",
+ "https://particles.js.org/audio/explosion1.mp3",
+ "https://particles.js.org/audio/explosion2.mp3",
+ ],
+ },
+ ],
+ volume: 50,
+ },
+};
+
+export default options;
diff --git a/fontawesome.json b/fontawesome.json
index cfea8a7..75b154a 100644
--- a/fontawesome.json
+++ b/fontawesome.json
@@ -1,154 +0,0 @@
-{
- "name": "Font Awesome",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- },
- "onHover": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "push": {
- "quantity": 4
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- }
- }
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "links": {
- "blink": false,
- "color": "#ffffff",
- "consent": false,
- "distance": 150,
- "enable": true,
- "opacity": 0.4,
- "shadow": {
- "blur": 5,
- "color": "lime",
- "enable": false
- },
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "collisions": false,
- "direction": "none",
- "enable": true,
- "random": false,
- "speed": 2,
- "straight": false,
- "trail": {
- "enable": false,
- "length": 10,
- "fillColor": "#000000"
- }
- },
- "number": {
- "density": {
- "enable": true
- },
- "limit": 0,
- "value": 80
- },
- "opacity": {
- "animation": {
- "enable": true,
- "minimumValue": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": false,
- "value": 0.5
- },
- "rotate": {
- "animation": {
- "enable": false,
- "speed": 0,
- "sync": false
- },
- "direction": "clockwise",
- "random": false,
- "value": 0
- },
- "shape": {
- "character": [
- {
- "fill": true,
- "font": "Font Awesome 5 Brands",
- "style": "",
- "value": ["\\uf179"],
- "weight": "400"
- },
- {
- "fill": true,
- "font": "Font Awesome 5 Free",
- "style": "",
- "value": ["\\uf5d1"],
- "weight": "900"
- }
- ],
- "type": "char"
- },
- "stroke": {
- "color": "#ffffff",
- "width": 1
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 10,
- "speed": 10,
- "sync": false
- },
- "random": false,
- "value": 16
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "stroke": {
- "color": "#ffffff",
- "width": 0.5
- }
- },
- "enable": false,
- "inline": {
- "arrangement": "one-per-point"
- },
- "move": {
- "radius": 10,
- "type": "path"
- },
- "scale": 1,
- "type": "none",
- "url": ""
- },
- "backgroundMask": {
- "enable": false
- },
- "pauseOnBlur": true,
- "background": {
- "color": "#0d47a1",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/fontawesome.ts b/fontawesome.ts
index 43f0817..29098d5 100644
--- a/fontawesome.ts
+++ b/fontawesome.ts
@@ -0,0 +1,106 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Font Awesome",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ push: {
+ quantity: 4,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ links: {
+ blink: false,
+ color: "#ffffff",
+ consent: false,
+ distance: 150,
+ enable: true,
+ opacity: 0.4,
+ shadow: {
+ blur: 5,
+ color: "lime",
+ enable: false,
+ },
+ width: 1,
+ },
+ move: {
+ direction: "none",
+ enable: true,
+ speed: 2,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ limit: 0,
+ value: 80,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 1,
+ sync: false,
+ },
+ value: {
+ min: 0.1,
+ max: 0.5,
+ },
+ },
+ shape: {
+ options: {
+ char: [
+ {
+ fill: true,
+ font: "Font Awesome 5 Brands",
+ style: "",
+ value: ["\\uf179"],
+ weight: "400",
+ },
+ {
+ fill: true,
+ font: "Font Awesome 5 Free",
+ style: "",
+ value: ["\\uf5d1"],
+ weight: "900",
+ },
+ ],
+ },
+ type: "char",
+ },
+ stroke: {
+ color: "#ffffff",
+ width: 1,
+ },
+ size: {
+ value: 16,
+ },
+ },
+ pauseOnBlur: true,
+ background: {
+ color: "#0d47a1",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/forward.json b/forward.json
index 25d4665..54f395c 100644
--- a/forward.json
+++ b/forward.json
@@ -1,107 +0,0 @@
-{
- "name": "Forward",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "rotate": {
- "path": true
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "stroke": {
- "width": 0,
- "color": "#000000"
- },
- "shape": {
- "type": "image",
- "options": {
- "image": {
- "src": "https://particles.js.org/images/arrow.png",
- "width": 512,
- "height": 512,
- "replaceColor": true
- }
- }
- },
- "opacity": {
- "value": 1,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 32,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#ffffff"
- }
-}
diff --git a/forward.ts b/forward.ts
index 656610b..ff322db 100644
--- a/forward.ts
+++ b/forward.ts
@@ -0,0 +1,92 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Forward",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ rotate: {
+ path: true,
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ stroke: {
+ width: 0,
+ color: "#000000",
+ },
+ shape: {
+ type: "image",
+ options: {
+ image: {
+ src: "https://particles.js.org/images/arrow.png",
+ width: 512,
+ height: 512,
+ replaceColor: true,
+ },
+ },
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 32,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#ffffff",
+ },
+};
+
+export default options;
diff --git a/grabRandomColor.json b/grabRandomColor.json
index d152950..cacae8e 100644
--- a/grabRandomColor.json
+++ b/grabRandomColor.json
@@ -1,100 +0,0 @@
-{
- "name": "Grab Random Color",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "grab"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "color": "random",
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/grabRandomColor.ts b/grabRandomColor.ts
index c832bdd..1ce17ef 100644
--- a/grabRandomColor.ts
+++ b/grabRandomColor.ts
@@ -0,0 +1,85 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Grab Random Color",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "grab",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ color: "random",
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/gradients.json b/gradients.json
index 3252568..f5fc4ac 100644
--- a/gradients.json
+++ b/gradients.json
@@ -1,104 +0,0 @@
-{
- "name": "Gradients",
- "particles": {
- "number": {
- "value": 100
- },
- "gradient": [
- {
- "type": "radial",
- "colors": [
- {
- "stop": 0.25,
- "value": "#5bc0eb"
- },
- {
- "stop": 1,
- "value": "#000000",
- "opacity": 0
- }
- ]
- },
- {
- "type": "radial",
- "colors": [
- {
- "stop": 0.25,
- "value": "#fde74c"
- },
- {
- "stop": 1,
- "value": "#000000",
- "opacity": 0
- }
- ]
- },
- {
- "type": "radial",
- "colors": [
- {
- "stop": 0.25,
- "value": "#9bc53d"
- },
- {
- "stop": 1,
- "value": "#000000",
- "opacity": 0
- }
- ]
- },
- {
- "type": "radial",
- "colors": [
- {
- "stop": 0.25,
- "value": "#e55934"
- },
- {
- "stop": 1,
- "value": "#000000",
- "opacity": 0
- }
- ]
- },
- {
- "type": "radial",
- "colors": [
- {
- "stop": 0.25,
- "value": "#fa7921"
- },
- {
- "stop": 1,
- "value": "#000000",
- "opacity": 0
- }
- ]
- }
- ],
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": {
- "min": 15,
- "max": 20
- },
- "animation": {
- "enable": true,
- "speed": 5,
- "sync": false
- }
- },
- "move": {
- "enable": true,
- "speed": 5
- }
- },
- "background": {
- "color": "#000"
- }
-}
diff --git a/gradients.ts b/gradients.ts
index ee84846..ae66c34 100644
--- a/gradients.ts
+++ b/gradients.ts
@@ -0,0 +1,108 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Gradients",
+ particles: {
+ number: {
+ value: 100,
+ },
+ gradient: [
+ {
+ type: "radial",
+ colors: [
+ {
+ stop: 0.25,
+ value: "#5bc0eb",
+ },
+ {
+ stop: 1,
+ value: "#000000",
+ opacity: 0,
+ },
+ ],
+ },
+ {
+ type: "radial",
+ colors: [
+ {
+ stop: 0.25,
+ value: "#fde74c",
+ },
+ {
+ stop: 1,
+ value: "#000000",
+ opacity: 0,
+ },
+ ],
+ },
+ {
+ type: "radial",
+ colors: [
+ {
+ stop: 0.25,
+ value: "#9bc53d",
+ },
+ {
+ stop: 1,
+ value: "#000000",
+ opacity: 0,
+ },
+ ],
+ },
+ {
+ type: "radial",
+ colors: [
+ {
+ stop: 0.25,
+ value: "#e55934",
+ },
+ {
+ stop: 1,
+ value: "#000000",
+ opacity: 0,
+ },
+ ],
+ },
+ {
+ type: "radial",
+ colors: [
+ {
+ stop: 0.25,
+ value: "#fa7921",
+ },
+ {
+ stop: 1,
+ value: "#000000",
+ opacity: 0,
+ },
+ ],
+ },
+ ],
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 15,
+ max: 20,
+ },
+ animation: {
+ enable: true,
+ speed: 5,
+ sync: false,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 5,
+ },
+ },
+ background: {
+ color: "#000",
+ },
+};
+
+export default options;
diff --git a/gravity.json b/gravity.json
index 04ab95b..27445e1 100644
--- a/gravity.json
+++ b/gravity.json
@@ -1,181 +0,0 @@
-{
- "name": "Gravity",
- "particles": {
- "destroy": {
- "mode": "split",
- "split": {
- "count": 1,
- "factor": {
- "value": {
- "min": 4,
- "max": 9
- }
- },
- "particles": {
- "collisions": {
- "enable": false
- },
- "destroy": {
- "mode": "none"
- },
- "life": {
- "count": 1
- }
- }
- }
- },
- "number": {
- "value": 0
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 15,
- "random": {
- "enable": true,
- "minimumValue": 10
- },
- "animation": {
- "enable": false,
- "speed": 40,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": false
- },
- "life": {
- "duration": {
- "sync": true,
- "value": 5
- },
- "count": 1
- },
- "move": {
- "enable": true,
- "gravity": {
- "enable": true
- },
- "speed": 10,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "bottom": "split",
- "left": "destroy",
- "right": "destroy",
- "top": "none"
- },
- "trail": {
- "enable": true,
- "fillColor": "#000000",
- "length": 10
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "repulse",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000"
- },
- "emitters": {
- "direction": "top",
- "life": {
- "count": 0,
- "duration": 5,
- "delay": 2
- },
- "rate": {
- "delay": 0.1,
- "quantity": 1
- },
- "size": {
- "width": 0,
- "height": 0
- },
- "particles": {
- "bounce": {
- "vertical": {
- "value": 0.8,
- "random": {
- "enable": true,
- "minimValue": 0.4
- }
- }
- },
- "color": {
- "value": ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"]
- },
- "links": {
- "enable": false
- },
- "size": {
- "value": 10,
- "random": {
- "enable": true,
- "minimumValue": 5
- }
- },
- "opacity": {
- "value": 0.5
- },
- "move": {
- "speed": 10,
- "random": false
- }
- }
- }
-}
diff --git a/gravity.ts b/gravity.ts
index 785b5f2..51df7ec 100644
--- a/gravity.ts
+++ b/gravity.ts
@@ -0,0 +1,157 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Gravity",
+ particles: {
+ destroy: {
+ mode: "split",
+ split: {
+ count: 1,
+ factor: {
+ value: {
+ min: 4,
+ max: 9,
+ },
+ },
+ particles: {
+ collisions: {
+ enable: false,
+ },
+ destroy: {
+ mode: "none",
+ },
+ life: {
+ count: 1,
+ },
+ },
+ },
+ },
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 10,
+ max: 15,
+ },
+ },
+ life: {
+ duration: {
+ sync: true,
+ value: 5,
+ },
+ count: 1,
+ },
+ move: {
+ enable: true,
+ gravity: {
+ enable: true,
+ },
+ speed: 10,
+ outModes: {
+ bottom: "split",
+ default: "destroy",
+ top: "none",
+ },
+ trail: {
+ enable: true,
+ fill: { color: "#000000" },
+ length: 10,
+ },
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: false,
+ mode: "repulse",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000",
+ },
+ emitters: {
+ direction: "top",
+ life: {
+ count: 0,
+ duration: 5,
+ delay: 2,
+ },
+ rate: {
+ delay: 0.1,
+ quantity: 1,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ particles: {
+ bounce: {
+ vertical: {
+ value: {
+ min: 0.4,
+ max: 0.8,
+ },
+ },
+ },
+ color: {
+ value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"],
+ },
+ size: {
+ value: {
+ min: 5,
+ max: 10,
+ },
+ },
+ opacity: {
+ value: 0.5,
+ },
+ move: {
+ speed: 10,
+ },
+ },
+ },
+};
+export default options;
diff --git a/growing.json b/growing.json
index 8af9f55..823b898 100644
--- a/growing.json
+++ b/growing.json
@@ -1,81 +0,0 @@
-{
- "name": "Growing",
- "emitters": {
- "direction": "top",
- "size": {
- "width": 100,
- "height": 0
- },
- "position": {
- "x": 50,
- "y": 100
- },
- "rate": {
- "delay": 0.1,
- "quantity": 2
- }
- },
- "particles": {
- "number": {
- "value": 0,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "random"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 20,
- "random": false,
- "animation": {
- "enable": true,
- "speed": 5,
- "size_min": 0.1,
- "sync": true,
- "startValue": "min",
- "destroy": "max"
- }
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 5,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": "destroy",
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/growing.ts b/growing.ts
index 9bcba0c..c63c399 100644
--- a/growing.ts
+++ b/growing.ts
@@ -0,0 +1,71 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Growing",
+ emitters: {
+ direction: "top",
+ size: {
+ width: 100,
+ height: 0,
+ },
+ position: {
+ x: 50,
+ y: 100,
+ },
+ rate: {
+ delay: 0.1,
+ quantity: 2,
+ },
+ },
+ particles: {
+ number: {
+ value: 0,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "random",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 20,
+ },
+ animation: {
+ enable: true,
+ speed: 5,
+ sync: true,
+ startValue: "min",
+ destroy: "max",
+ },
+ },
+ links: {
+ enable: false,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 5,
+ outModes: "destroy",
+ },
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/hexagonPath.json b/hexagonPath.json
index f556811..a2b4f54 100644
--- a/hexagonPath.json
+++ b/hexagonPath.json
@@ -1,81 +0,0 @@
-{
- "name": "Hexagon Path",
- "particles": {
- "color": {
- "value": "#FF0000",
- "animation": {
- "enable": true,
- "speed": 10
- }
- },
- "move": {
- "attract": {
- "enable": true,
- "rotate": {
- "distance": 100,
- "x": 2000,
- "y": 2000
- }
- },
- "direction": "none",
- "enable": true,
- "outModes": {
- "default": "destroy"
- },
- "path": {
- "clamp": false,
- "enable": true,
- "delay": {
- "value": 0
- },
- "generator": "polygonPathGenerator",
- "options": {
- "sides": 6,
- "turnSteps": 30,
- "angle": 30
- }
- },
- "random": false,
- "speed": 3,
- "straight": false,
- "trail": {
- "fillColor": "#000",
- "length": 20,
- "enable": true
- }
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 0
- },
- "opacity": {
- "value": 1
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "value": 2
- }
- },
- "background": {
- "color": "#000"
- },
- "emitters": {
- "direction": "none",
- "rate": {
- "quantity": 1,
- "delay": 0.25
- },
- "size": {
- "width": 0,
- "height": 0
- },
- "position": {
- "x": 50,
- "y": 50
- }
- }
-}
diff --git a/hexagonPath.ts b/hexagonPath.ts
index 510363d..9eb60f5 100644
--- a/hexagonPath.ts
+++ b/hexagonPath.ts
@@ -0,0 +1,75 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Hexagon Path",
+ particles: {
+ color: {
+ value: "#FF0000",
+ animation: {
+ enable: true,
+ speed: 10,
+ },
+ },
+ move: {
+ direction: "none",
+ enable: true,
+ outModes: {
+ default: "destroy",
+ },
+ path: {
+ clamp: false,
+ enable: true,
+ delay: {
+ value: 0,
+ },
+ generator: "polygonPathGenerator",
+ options: {
+ sides: 6,
+ turnSteps: 30,
+ angle: 30,
+ },
+ },
+ speed: 3,
+ trail: {
+ fill: { color: "#000" },
+ length: 20,
+ enable: true,
+ },
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ value: 0,
+ },
+ opacity: {
+ value: 1,
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 2,
+ },
+ },
+ background: {
+ color: "#000",
+ },
+ emitters: {
+ direction: "none",
+ rate: {
+ quantity: 1,
+ delay: 0.25,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ position: {
+ x: 50,
+ y: 50,
+ },
+ },
+};
+
+export default options;
diff --git a/hollowknight.json b/hollowknight.json
index 961f216..ede704c 100644
--- a/hollowknight.json
+++ b/hollowknight.json
@@ -1,131 +0,0 @@
-{
- "name": "Hollow Knight",
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble"
- }
- },
- "modes": {
- "bubble": {
- "distance": 40,
- "duration": 2,
- "opacity": 8,
- "size": 6
- },
- "connect": {
- "distance": 80,
- "links": {
- "opacity": 0.5
- },
- "radius": 60
- },
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- },
- "slow": {
- "active": false,
- "radius": 0,
- "factor": 1
- }
- }
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "links": {
- "blink": false,
- "color": "#ffffff",
- "consent": false,
- "distance": 25,
- "enable": true,
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "outModes": "bounce",
- "random": false,
- "speed": 1,
- "straight": false
- },
- "number": {
- "density": {
- "enable": false
- },
- "limit": 0,
- "value": 400
- },
- "opacity": {
- "animation": {
- "enable": true,
- "minimumValue": 0.05,
- "speed": 2,
- "sync": false
- },
- "random": false,
- "value": 0.4
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": true,
- "value": 1
- }
- },
- "polygon": {
- "draw": {
- "enable": true,
- "lineColor": "rgba(255,255,255,0.2)",
- "lineWidth": 0.5
- },
- "enable": true,
- "move": {
- "radius": 10
- },
- "inline": {
- "arrangement": "equidistant"
- },
- "scale": 2,
- "type": "inline",
- "url": "https://particles.js.org/images/hollowknight.svg"
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/hollowknight.ts b/hollowknight.ts
index 854fd20..bbe371d 100644
--- a/hollowknight.ts
+++ b/hollowknight.ts
@@ -0,0 +1,118 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Hollow Knight",
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 40,
+ duration: 2,
+ opacity: 8,
+ size: 6,
+ },
+ connect: {
+ distance: 80,
+ links: {
+ opacity: 0.5,
+ },
+ radius: 60,
+ },
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ slow: {
+ active: false,
+ radius: 0,
+ factor: 1,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ links: {
+ blink: false,
+ color: "#ffffff",
+ consent: false,
+ distance: 25,
+ enable: true,
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ outModes: "bounce",
+ speed: 1,
+ },
+ number: {
+ density: {
+ enable: false,
+ },
+ limit: 0,
+ value: 400,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 2,
+ sync: false,
+ },
+ value: {
+ min: 0.05,
+ max: 0.4,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 1,
+ },
+ },
+ polygon: {
+ draw: {
+ enable: true,
+ lineColor: "rgba(255,255,255,0.2)",
+ lineWidth: 0.5,
+ },
+ enable: true,
+ move: {
+ radius: 10,
+ },
+ inline: {
+ arrangement: "equidistant",
+ },
+ scale: 2,
+ type: "inline",
+ url: "https://particles.js.org/images/hollowknight.svg",
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/hyperspace.json b/hyperspace.json
index eb56ae8..e1e40db 100644
--- a/hyperspace.json
+++ b/hyperspace.json
@@ -1,71 +0,0 @@
-{
- "name": "Hyperspace",
- "background": {
- "color": "#000"
- },
- "particles": {
- "color": {
- "value": ["#3998D0", "#2EB6AF", "#A9BD33", "#FEC73B", "#F89930", "#F45623", "#D62E32", "#EB586E", "#9952CF"]
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 800,
- "y": 800
- }
- },
- "direction": "none",
- "enable": true,
- "outModes": {
- "default": "destroy"
- },
- "random": false,
- "speed": 3,
- "straight": false,
- "trail": {
- "fillColor": "#000",
- "length": 30,
- "enable": true
- }
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 0
- },
- "opacity": {
- "value": 1
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "value": 25,
- "animation": {
- "startValue": "min",
- "enable": true,
- "minimumValue": 1,
- "speed": 2,
- "destroy": "max",
- "sync": true
- }
- }
- },
- "emitters": {
- "direction": "none",
- "rate": {
- "quantity": 5,
- "delay": 0.3
- },
- "size": {
- "width": 0,
- "height": 0
- },
- "position": {
- "x": 50,
- "y": 50
- }
- }
-}
diff --git a/hyperspace.ts b/hyperspace.ts
index 8e6374e..a916ae8 100644
--- a/hyperspace.ts
+++ b/hyperspace.ts
@@ -0,0 +1,67 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Hyperspace",
+ background: {
+ color: "#000",
+ },
+ particles: {
+ color: {
+ value: ["#3998D0", "#2EB6AF", "#A9BD33", "#FEC73B", "#F89930", "#F45623", "#D62E32", "#EB586E", "#9952CF"],
+ },
+ move: {
+ enable: true,
+ outModes: {
+ default: "destroy",
+ },
+ speed: 3,
+ trail: {
+ fill: { color: "#000" },
+ length: 30,
+ enable: true,
+ },
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ value: 0,
+ },
+ opacity: {
+ value: 1,
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 25,
+ },
+ animation: {
+ startValue: "min",
+ enable: true,
+ speed: 2,
+ destroy: "max",
+ sync: true,
+ },
+ },
+ },
+ emitters: {
+ direction: "none",
+ rate: {
+ quantity: 5,
+ delay: 0.3,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ position: {
+ x: 50,
+ y: 50,
+ },
+ },
+};
+
+export default options;
diff --git a/imageMask.json b/imageMask.json
index ec749b5..271c4b3 100644
--- a/imageMask.json
+++ b/imageMask.json
@@ -1,62 +0,0 @@
-{
- "name": "Image Mask",
- "smooth": true,
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble",
- "parallax": {
- "enable": false,
- "force": 2,
- "smooth": 10
- }
- }
- },
- "modes": {
- "bubble": {
- "distance": 40,
- "duration": 2,
- "opacity": 8,
- "size": 15
- }
- }
- },
- "particles": {
- "move": {
- "direction": "none",
- "distance": 10,
- "enable": true,
- "speed": 1
- },
- "number": {
- "value": 600
- },
- "shape": {
- "type": ["circle", "square", "triangle"]
- },
- "size": {
- "value": {
- "min": 3,
- "max": 5
- }
- }
- },
- "canvasMask": {
- "enable": true,
- "scale": 5,
- "pixels": {
- "filter": "pixelFilter"
- },
- "image": {
- "src": "https://particles.js.org/images/amongus_cyan.png"
- }
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/imageMask.ts b/imageMask.ts
index f5dfc7a..ee4d999 100644
--- a/imageMask.ts
+++ b/imageMask.ts
@@ -0,0 +1,66 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Image Mask",
+ smooth: true,
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ parallax: {
+ enable: false,
+ force: 2,
+ smooth: 10,
+ },
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 40,
+ duration: 2,
+ opacity: 8,
+ size: 15,
+ },
+ },
+ },
+ particles: {
+ move: {
+ direction: "none",
+ distance: 10,
+ enable: true,
+ speed: 1,
+ },
+ number: {
+ value: 600,
+ },
+ shape: {
+ type: ["circle", "square", "triangle"],
+ },
+ size: {
+ value: {
+ min: 3,
+ max: 5,
+ },
+ },
+ },
+ canvasMask: {
+ enable: true,
+ scale: 5,
+ pixels: {
+ filter: "pixelFilter",
+ },
+ image: {
+ src: "https://particles.js.org/images/amongus_cyan.png",
+ },
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/images.json b/images.json
index 9ca4bd2..cf80be6 100644
--- a/images.json
+++ b/images.json
@@ -1,150 +0,0 @@
-{
- "name": "Images",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- },
- "onHover": {
- "enable": true,
- "mode": "bubble"
- }
- },
- "modes": {
- "bubble": {
- "distance": 400,
- "duration": 2,
- "opacity": 0.8,
- "size": 40
- },
- "push": {
- "quantity": 4
- }
- }
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "move": {
- "enable": true,
- "speed": 2
- },
- "number": {
- "density": {
- "enable": true
- },
- "limit": 0,
- "value": 80
- },
- "opacity": {
- "value": 1
- },
- "rotate": {
- "animation": {
- "enable": true,
- "speed": 5,
- "sync": false
- },
- "direction": "random",
- "value": {
- "min": 0,
- "max": 360
- }
- },
- "shape": {
- "options": {
- "image": [
- {
- "src": "https://particles.js.org/images/fruits/apple.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/avocado.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/banana.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/berries.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/cherry.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/grapes.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/lemon.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/orange.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/peach.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/pear.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/pepper.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/plum.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/star.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/strawberry.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/watermelon.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/watermelon_slice.png",
- "width": 32,
- "height": 32
- }
- ]
- },
- "type": "image"
- },
- "size": {
- "value": 16
- }
- },
- "background": {
- "color": "#fff"
- }
-}
diff --git a/images.ts b/images.ts
index 9ec9d86..4d11010 100644
--- a/images.ts
+++ b/images.ts
@@ -0,0 +1,153 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Images",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 400,
+ duration: 2,
+ opacity: 0.8,
+ size: 40,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ limit: 0,
+ value: 80,
+ },
+ opacity: {
+ value: 1,
+ },
+ rotate: {
+ animation: {
+ enable: true,
+ speed: 5,
+ sync: false,
+ },
+ direction: "random",
+ value: {
+ min: 0,
+ max: 360,
+ },
+ },
+ shape: {
+ options: {
+ image: [
+ {
+ src: "https://particles.js.org/images/fruits/apple.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/avocado.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/banana.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/berries.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/cherry.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/grapes.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/lemon.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/orange.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/peach.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/pear.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/pepper.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/plum.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/star.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/strawberry.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/watermelon.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/watermelon_slice.png",
+ width: 32,
+ height: 32,
+ },
+ ],
+ },
+ type: "image",
+ },
+ size: {
+ value: 16,
+ },
+ },
+ background: {
+ color: "#fff",
+ },
+};
+export default options;
diff --git a/imagesDirections.json b/imagesDirections.json
index 70a1980..ff3b955 100644
--- a/imagesDirections.json
+++ b/imagesDirections.json
@@ -1,109 +0,0 @@
-{
- "name": "Images with Custom Directions",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- },
- "onHover": {
- "enable": true,
- "mode": "bubble"
- }
- },
- "modes": {
- "bubble": {
- "distance": 400,
- "duration": 2,
- "opacity": 0.8,
- "size": 40
- },
- "push": {
- "quantity": 4
- }
- }
- },
- "particles": {
- "move": {
- "direction": "none",
- "enable": true,
- "speed": 2
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 80
- },
- "opacity": {
- "value": 1
- },
- "rotate": {
- "animation": {
- "enable": true,
- "speed": 5,
- "sync": false
- },
- "direction": "random",
- "random": true,
- "value": 0
- },
- "shape": {
- "type": "image",
- "options": {
- "image": [
- {
- "src": "https://particles.js.org/images/fruits/apple.png",
- "width": 32,
- "height": 32,
- "particles": {
- "move": {
- "direction": "top"
- }
- }
- },
- {
- "src": "https://particles.js.org/images/fruits/avocado.png",
- "width": 32,
- "height": 32,
- "particles": {
- "move": {
- "direction": "bottom"
- }
- }
- }
- ]
- }
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": false,
- "value": 16
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "lineColor": "#ffffff",
- "lineWidth": 0.5
- },
- "move": {
- "radius": 10
- },
- "scale": 1,
- "type": "none",
- "url": ""
- },
- "background": {
- "color": "#fff",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/imagesDirections.ts b/imagesDirections.ts
index 96fb2f8..7979656 100644
--- a/imagesDirections.ts
+++ b/imagesDirections.ts
@@ -0,0 +1,108 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Images with Custom Directions",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 400,
+ duration: 2,
+ opacity: 0.8,
+ size: 40,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ particles: {
+ move: {
+ direction: "none",
+ enable: true,
+ speed: 2,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ value: 80,
+ },
+ opacity: {
+ value: 1,
+ },
+ rotate: {
+ animation: {
+ enable: true,
+ speed: 5,
+ sync: false,
+ },
+ direction: "random",
+ value: {
+ min: 0,
+ max: 360,
+ },
+ },
+ shape: {
+ type: "image",
+ options: {
+ image: [
+ {
+ src: "https://particles.js.org/images/fruits/apple.png",
+ width: 32,
+ height: 32,
+ particles: {
+ move: {
+ direction: "top",
+ },
+ },
+ },
+ {
+ src: "https://particles.js.org/images/fruits/avocado.png",
+ width: 32,
+ height: 32,
+ particles: {
+ move: {
+ direction: "bottom",
+ },
+ },
+ },
+ ],
+ },
+ },
+ size: {
+ value: 16,
+ },
+ },
+ polygon: {
+ draw: {
+ enable: false,
+ lineColor: "#ffffff",
+ lineWidth: 0.5,
+ },
+ move: {
+ radius: 10,
+ },
+ scale: 1,
+ type: "none",
+ url: "",
+ },
+ background: {
+ color: "#fff",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/infection.json b/infection.json
index 9e5be54..b55cba0 100644
--- a/infection.json
+++ b/infection.json
@@ -1,98 +0,0 @@
-{
- "name": "Infection",
- "infection": {
- "enable": true,
- "infections": 10,
- "cure": true,
- "stages": [
- {
- "color": "#ff0000",
- "duration": 1
- },
- {
- "color": "#ffa500",
- "duration": 1,
- "rate": 2
- },
- {
- "color": "#ffff00",
- "duration": 1,
- "rate": 2
- },
- {
- "color": "#008000",
- "duration": 1,
- "rate": 3
- },
- {
- "color": "#0000ff",
- "duration": 1,
- "rate": 4
- },
- {
- "color": "#4b0082",
- "duration": 1,
- "rate": 5
- },
- {
- "color": "#ee82ee",
- "duration": 1,
- "rate": 6,
- "infectedStage": 0
- }
- ]
- },
- "particles": {
- "number": {
- "value": 400,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.8,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "collisions": true,
- "enable": true,
- "speed": 20,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": "bounce"
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/infection.ts b/infection.ts
index 58e473f..299cd27 100644
--- a/infection.ts
+++ b/infection.ts
@@ -0,0 +1,79 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Infection",
+ infection: {
+ enable: true,
+ infections: 10,
+ cure: true,
+ stages: [
+ {
+ color: "#ff0000",
+ duration: 1,
+ },
+ {
+ color: "#ffa500",
+ duration: 1,
+ rate: 2,
+ },
+ {
+ color: "#ffff00",
+ duration: 1,
+ rate: 2,
+ },
+ {
+ color: "#008000",
+ duration: 1,
+ rate: 3,
+ },
+ {
+ color: "#0000ff",
+ duration: 1,
+ rate: 4,
+ },
+ {
+ color: "#4b0082",
+ duration: 1,
+ rate: 5,
+ },
+ {
+ color: "#ee82ee",
+ duration: 1,
+ rate: 6,
+ infectedStage: 0,
+ },
+ ],
+ },
+ particles: {
+ collisions: {
+ enable: true,
+ },
+ number: {
+ value: 400,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.8,
+ },
+ size: {
+ value: 5,
+ },
+ move: {
+ enable: true,
+ speed: 20,
+ outModes: "bounce",
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+export default options;
diff --git a/life.json b/life.json
index 1112a71..b2f0219 100644
--- a/life.json
+++ b/life.json
@@ -1,98 +0,0 @@
-{
- "name": "Life",
- "particles": {
- "number": {
- "value": 160,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- },
- "life": {
- "duration": {
- "sync": false,
- "value": 3
- },
- "count": 0,
- "delay": {
- "random": {
- "enable": true,
- "minimumValue": 1
- },
- "value": 2
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/life.ts b/life.ts
index 89988b6..9f95e5b 100644
--- a/life.ts
+++ b/life.ts
@@ -0,0 +1,81 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Life",
+ particles: {
+ number: {
+ value: 160,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ life: {
+ duration: {
+ sync: false,
+ value: 3,
+ },
+ count: 0,
+ delay: {
+ value: {
+ min: 1,
+ max: 2,
+ },
+ },
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+export default options;
diff --git a/lightHover.json b/lightHover.json
index d90c2b4..fd40a46 100644
--- a/lightHover.json
+++ b/lightHover.json
@@ -1,69 +0,0 @@
-{
- "name": "Light Hover",
- "particles": {
- "number": {
- "value": 30,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": ["circle", "square"]
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 30,
- "random": {
- "enable": true,
- "minimumValue": 15
- }
- },
- "rotate": {
- "value": 0,
- "direction": "clockwise",
- "animation": {
- "speed": 5,
- "enable": true
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none"
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "light"
- }
- },
- "modes": {
- "light": {
- "area": {
- "gradient": {
- "start": "3b5e98",
- "stop": "#17163e"
- }
- },
- "shadow": {
- "color": "#17163e"
- }
- }
- }
- },
- "background": {
- "color": "#17163e"
- }
-}
diff --git a/lightHover.ts b/lightHover.ts
index a6ae6a8..ce52ea5 100644
--- a/lightHover.ts
+++ b/lightHover.ts
@@ -0,0 +1,72 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Light Hover",
+ particles: {
+ number: {
+ value: 30,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: ["circle", "square"],
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 15,
+ max: 30,
+ },
+ },
+ rotate: {
+ value: 0,
+ direction: "clockwise",
+ animation: {
+ speed: 5,
+ enable: true,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "none",
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "light",
+ },
+ },
+ modes: {
+ light: {
+ area: {
+ gradient: {
+ start: "3b5e98",
+ stop: "#17163e",
+ },
+ },
+ shadow: {
+ color: "#17163e",
+ },
+ },
+ },
+ },
+ background: {
+ color: "#17163e",
+ },
+};
+
+export default options;
diff --git a/linkTriangles.json b/linkTriangles.json
index 70a4a25..2b3b0c3 100644
--- a/linkTriangles.json
+++ b/linkTriangles.json
@@ -1,104 +0,0 @@
-{
- "name": "Link Triangles",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "random",
- "opacity": 0.4,
- "width": 1,
- "triangles": {
- "enable": true,
- "color": "#ffffff",
- "opacity": 0.1
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/linkTriangles.ts b/linkTriangles.ts
index f47022b..42b4479 100644
--- a/linkTriangles.ts
+++ b/linkTriangles.ts
@@ -0,0 +1,89 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Link Triangles",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "random",
+ opacity: 0.4,
+ width: 1,
+ triangles: {
+ enable: true,
+ color: "#ffffff",
+ opacity: 0.1,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/localPolygonMask.json b/localPolygonMask.json
index 5e36d61..38f9455 100644
--- a/localPolygonMask.json
+++ b/localPolygonMask.json
@@ -1,93 +0,0 @@
-{
- "name": "Local Polygon Mask",
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble"
- }
- },
- "modes": {
- "bubble": {
- "distance": 40,
- "duration": 2,
- "opacity": 8,
- "size": 6
- }
- }
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "links": {
- "blink": false,
- "color": "#ffffff",
- "consent": false,
- "distance": 30,
- "enable": false,
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "outModes": "bounce",
- "random": false,
- "speed": 1,
- "straight": false
- },
- "number": {
- "density": {
- "enable": false
- },
- "limit": 0,
- "value": 200
- },
- "opacity": {
- "value": 0.5
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "value": 3
- }
- },
- "polygon": {
- "draw": {
- "enable": true,
- "lineColor": "rgba(255,255,255,1)",
- "lineWidth": 1
- },
- "enable": true,
- "move": {
- "radius": 10
- },
- "position": {
- "x": 50,
- "y": 50
- },
- "inline": {
- "arrangement": "equidistant"
- },
- "scale": 3,
- "type": "inside",
- "data": "<svg xmlns=\\"http://www.w3.org/2000/svg\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\" height=\\"200\\" width=\\"150\\"><path d=\\"M 75,0 0,200 h 150 z\\" /></svg>"
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/localPolygonMask.ts b/localPolygonMask.ts
index e713f13..8265807 100644
--- a/localPolygonMask.ts
+++ b/localPolygonMask.ts
@@ -0,0 +1,86 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Local Polygon Mask",
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 40,
+ duration: 2,
+ opacity: 8,
+ size: 6,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ links: {
+ blink: false,
+ color: "#ffffff",
+ consent: false,
+ distance: 30,
+ enable: false,
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ outModes: "bounce",
+ speed: 1,
+ },
+ number: {
+ density: {
+ enable: false,
+ },
+ limit: 0,
+ value: 200,
+ },
+ opacity: {
+ value: 0.5,
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 3,
+ },
+ },
+ polygon: {
+ draw: {
+ enable: true,
+ lineColor: "rgba(255,255,255,1)",
+ lineWidth: 1,
+ },
+ enable: true,
+ move: {
+ radius: 10,
+ },
+ position: {
+ x: 50,
+ y: 50,
+ },
+ inline: {
+ arrangement: "equidistant",
+ },
+ scale: 3,
+ type: "inside",
+ data: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="200" width="150"><path d="M 75,0 0,200 h 150 z" /></svg>',
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/manual.json b/manual.json
index cc036ea..71e0735 100644
--- a/manual.json
+++ b/manual.json
@@ -1,94 +0,0 @@
-{
- "name": "Manual Particles",
- "manualParticles": [
- {
- "position": {
- "x": 50,
- "y": 50
- }
- },
- {
- "position": {
- "x": 25,
- "y": 25
- }
- },
- {
- "position": {
- "x": 75,
- "y": 75
- }
- },
- {
- "position": {
- "x": 25,
- "y": 75
- }
- },
- {
- "position": {
- "x": 75,
- "y": 25
- }
- }
- ],
- "particles": {
- "number": {
- "value": 0,
- "density": {
- "enable": false
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 30
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "top",
- "random": false,
- "straight": true,
- "warp": true,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/manual.ts b/manual.ts
index 50aeb5a..a186a35 100644
--- a/manual.ts
+++ b/manual.ts
@@ -0,0 +1,85 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Manual Particles",
+ manualParticles: [
+ {
+ position: {
+ x: 50,
+ y: 50,
+ },
+ },
+ {
+ position: {
+ x: 25,
+ y: 25,
+ },
+ },
+ {
+ position: {
+ x: 75,
+ y: 75,
+ },
+ },
+ {
+ position: {
+ x: 25,
+ y: 75,
+ },
+ },
+ {
+ position: {
+ x: 75,
+ y: 25,
+ },
+ },
+ ],
+ particles: {
+ number: {
+ value: 0,
+ density: {
+ enable: false,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: 30,
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ direction: "top",
+ straight: true,
+ warp: true,
+ },
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/motionDisable.json b/motionDisable.json
index 052cfad..6710f08 100644
--- a/motionDisable.json
+++ b/motionDisable.json
@@ -1,76 +0,0 @@
-{
- "name": "Motion Disable",
- "motion": {
- "disable": true
- },
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/motionDisable.ts b/motionDisable.ts
index c6ecd0d..38dce93 100644
--- a/motionDisable.ts
+++ b/motionDisable.ts
@@ -0,0 +1,73 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Motion Disable",
+ motion: {
+ disable: true,
+ },
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "none",
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/motionReduce.json b/motionReduce.json
index 622d552..07dcd4b 100644
--- a/motionReduce.json
+++ b/motionReduce.json
@@ -1,106 +0,0 @@
-{
- "name": "Motion Reduce",
- "motion": {
- "disable": false,
- "reduce": {
- "value": true,
- "factor": 6
- }
- },
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/motionReduce.ts b/motionReduce.ts
index 08b1349..eb16f1f 100644
--- a/motionReduce.ts
+++ b/motionReduce.ts
@@ -0,0 +1,91 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Motion Reduce",
+ motion: {
+ disable: false,
+ reduce: {
+ value: true,
+ factor: 6,
+ },
+ },
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/mouseAttract.json b/mouseAttract.json
index a3fabef..9a12014 100644
--- a/mouseAttract.json
+++ b/mouseAttract.json
@@ -1,104 +0,0 @@
-{
- "name": "Mouse Attract",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "attract"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "attract": {
- "distance": 600,
- "duration": 0.4,
- "speed": 3
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/mouseAttract.ts b/mouseAttract.ts
index 27f4613..2fa4d00 100644
--- a/mouseAttract.ts
+++ b/mouseAttract.ts
@@ -0,0 +1,89 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Mouse Attract",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "attract",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ attract: {
+ distance: 600,
+ duration: 0.4,
+ speed: 3,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/mouseBounce.json b/mouseBounce.json
index 20edb2d..b3a4855 100644
--- a/mouseBounce.json
+++ b/mouseBounce.json
@@ -1,99 +0,0 @@
-{
- "name": "Mouse Bounce",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bounce"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "bounce": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/mouseBounce.ts b/mouseBounce.ts
index c6dadb6..d2fa118 100644
--- a/mouseBounce.ts
+++ b/mouseBounce.ts
@@ -0,0 +1,84 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Mouse Bounce",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bounce",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ bounce: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/mouseFollow.json b/mouseFollow.json
index f82f5b8..ba340f0 100644
--- a/mouseFollow.json
+++ b/mouseFollow.json
@@ -1,64 +0,0 @@
-{
- "name": "Mouse Follow",
- "background": {
- "color": "#000000"
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": ["bubble", "connect"]
- }
- },
- "modes": {
- "bubble": {
- "distance": 200,
- "duration": 2,
- "opacity": 1,
- "size": 30,
- "color": {
- "value": ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"]
- }
- },
- "connect": {
- "distance": 60,
- "links": {
- "opacity": 0.2
- },
- "radius": 200
- }
- }
- },
- "particles": {
- "color": {
- "value": "#000000"
- },
- "move": {
- "direction": "none",
- "enable": true,
- "random": false,
- "speed": 2,
- "straight": false
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 300
- },
- "opacity": {
- "value": 0
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "random": {
- "enable": true,
- "minimumValue": 10
- },
- "value": 15
- }
- },
- "detectRetina": true
-}
diff --git a/mouseFollow.ts b/mouseFollow.ts
index 78e765e..372b31c 100644
--- a/mouseFollow.ts
+++ b/mouseFollow.ts
@@ -0,0 +1,65 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Mouse Follow",
+ background: {
+ color: "#000000",
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: ["bubble", "connect"],
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 200,
+ duration: 2,
+ opacity: 1,
+ size: 30,
+ color: {
+ value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"],
+ },
+ },
+ connect: {
+ distance: 60,
+ links: {
+ opacity: 0.2,
+ },
+ radius: 200,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#000000",
+ },
+ move: {
+ direction: "none",
+ enable: true,
+ speed: 2,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ value: 300,
+ },
+ opacity: {
+ value: 0,
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: {
+ min: 10,
+ max: 15,
+ },
+ },
+ },
+ detectRetina: true,
+};
+
+export default options;
diff --git a/mouseTrail.json b/mouseTrail.json
index 80c6445..c8fdb4c 100644
--- a/mouseTrail.json
+++ b/mouseTrail.json
@@ -1,123 +0,0 @@
-{
- "name": "Mouse Trail",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "trail"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "trail": {
- "delay": 0.01,
- "pauseOnStop": true,
- "particles": {
- "color": {
- "value": "#00ff00",
- "animation": {
- "enable": true,
- "speed": 200,
- "sync": false
- }
- },
- "links": {
- "enable": false
- },
- "move": {
- "outModes": "destroy"
- },
- "size": {
- "random": true,
- "value": 10
- }
- }
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/mouseTrail.ts b/mouseTrail.ts
index f732f5c..cb8de0c 100644
--- a/mouseTrail.ts
+++ b/mouseTrail.ts
@@ -0,0 +1,121 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Mouse Trail",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "trail",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ trail: {
+ delay: 0.01,
+ pauseOnStop: true,
+ particles: {
+ color: {
+ value: "#00ff00",
+ animation: {
+ enable: true,
+ speed: 200,
+ sync: false,
+ },
+ },
+ links: {
+ enable: false,
+ },
+ move: {
+ outModes: "destroy",
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 1,
+ },
+ animation: {
+ enable: true,
+ speed: 3,
+ sync: true,
+ },
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 10,
+ },
+ },
+ },
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/moveAngle.json b/moveAngle.json
index fe90d2f..e2a79c2 100644
--- a/moveAngle.json
+++ b/moveAngle.json
@@ -1,99 +0,0 @@
-{
- "name": "Move Angle",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": -30,
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/moveAngle.ts b/moveAngle.ts
index 55ec42b..d0ed73c 100644
--- a/moveAngle.ts
+++ b/moveAngle.ts
@@ -0,0 +1,85 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Move Angle",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: -30,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/moveDistance.json b/moveDistance.json
index 1d628b7..40173b9 100644
--- a/moveDistance.json
+++ b/moveDistance.json
@@ -1,101 +0,0 @@
-{
- "name": "Move Distance",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "distance": 50,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": "none",
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/moveDistance.ts b/moveDistance.ts
index d7a504c..0701f04 100644
--- a/moveDistance.ts
+++ b/moveDistance.ts
@@ -0,0 +1,86 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Move Distance",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ distance: 50,
+ outModes: "none",
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/moveInside.json b/moveInside.json
index 30ce30e..9654a97 100644
--- a/moveInside.json
+++ b/moveInside.json
@@ -1,41 +0,0 @@
-{
- "name": "Move Inside",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": {
- "min": 5,
- "max": 7
- }
- },
- "move": {
- "enable": true,
- "speed": 10,
- "direction": "inside",
- "random": false,
- "straight": true
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/moveInside.ts b/moveInside.ts
index e80069a..7cd7754 100644
--- a/moveInside.ts
+++ b/moveInside.ts
@@ -0,0 +1,44 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Move Inside",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 5,
+ max: 7,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 10,
+ direction: "inside",
+ straight: true,
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/moveOutside.json b/moveOutside.json
index c347c35..bd6fce4 100644
--- a/moveOutside.json
+++ b/moveOutside.json
@@ -1,41 +0,0 @@
-{
- "name": "Move Outside",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": {
- "min": 5,
- "max": 7
- }
- },
- "move": {
- "enable": true,
- "speed": 10,
- "direction": "outside",
- "random": false,
- "straight": true
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/moveOutside.ts b/moveOutside.ts
index 4766985..613dc40 100644
--- a/moveOutside.ts
+++ b/moveOutside.ts
@@ -0,0 +1,44 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Move Outside",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 5,
+ max: 7,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 10,
+ direction: "outside",
+ straight: true,
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/multipleClickEmitters.json b/multipleClickEmitters.json
index 33d5f27..122d659 100644
--- a/multipleClickEmitters.json
+++ b/multipleClickEmitters.json
@@ -1,102 +0,0 @@
-{
- "name": "Multiple Click Emitters",
- "background": {
- "color": "#f00"
- },
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "emitter"
- }
- },
- "modes": {
- "emitters": {
- "random": {
- "enable": false,
- "count": 0
- },
- "value": [
- {
- "name": "big-particle",
- "startCount": 1,
- "life": {
- "count": 1,
- "delay": 0,
- "duration": 0.1
- },
- "rate": {
- "delay": 0,
- "quantity": 0
- },
- "particles": {
- "color": {
- "value": "#0f0"
- },
- "size": {
- "value": {
- "min": 150,
- "max": 300
- },
- "animation": {
- "enable": true,
- "speed": 1500,
- "decay": 0.02,
- "startValue": "min",
- "count": 1,
- "sync": true
- }
- },
- "life": {
- "duration": {
- "value": 1,
- "sync": true
- },
- "count": 1
- }
- }
- },
- {
- "name": "small-particles",
- "startCount": 50,
- "life": {
- "count": 1,
- "delay": 0,
- "duration": 0.1
- },
- "particles": {
- "color": {
- "value": "#f00"
- },
- "move": {
- "decay": 0.1,
- "enable": true,
- "speed": 60,
- "outModes": "destroy"
- },
- "life": {
- "duration": {
- "value": 1,
- "sync": true
- },
- "count": 1
- },
- "size": {
- "value": {
- "min": 1,
- "max": 10
- }
- }
- }
- }
- ]
- }
- }
- },
- "particles": {
- "number": {
- "value": 0
- }
- },
- "emitters": []
-}
diff --git a/multipleClickEmitters.ts b/multipleClickEmitters.ts
index e7dc4b4..9d7c4dc 100644
--- a/multipleClickEmitters.ts
+++ b/multipleClickEmitters.ts
@@ -0,0 +1,106 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Multiple Click Emitters",
+ background: {
+ color: "#f00",
+ },
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "emitter",
+ },
+ },
+ modes: {
+ emitters: {
+ random: {
+ enable: false,
+ count: 0,
+ },
+ value: [
+ {
+ name: "big-particle",
+ startCount: 1,
+ life: {
+ count: 1,
+ delay: 0,
+ duration: 0.1,
+ },
+ rate: {
+ delay: 0,
+ quantity: 0,
+ },
+ particles: {
+ color: {
+ value: "#0f0",
+ },
+ size: {
+ value: {
+ min: 150,
+ max: 300,
+ },
+ animation: {
+ enable: true,
+ speed: 1500,
+ decay: 0.02,
+ startValue: "min",
+ count: 1,
+ sync: true,
+ },
+ },
+ life: {
+ duration: {
+ value: 1,
+ sync: true,
+ },
+ count: 1,
+ },
+ },
+ },
+ {
+ name: "small-particles",
+ startCount: 50,
+ life: {
+ count: 1,
+ delay: 0,
+ duration: 0.1,
+ },
+ particles: {
+ color: {
+ value: "#f00",
+ },
+ move: {
+ decay: 0.1,
+ enable: true,
+ speed: 60,
+ outModes: "destroy",
+ },
+ life: {
+ duration: {
+ value: 1,
+ sync: true,
+ },
+ count: 1,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 10,
+ },
+ },
+ },
+ },
+ ],
+ },
+ },
+ },
+ particles: {
+ number: {
+ value: 0,
+ },
+ },
+ emitters: [],
+};
+
+export default options;
diff --git a/multiplePolygonMasks.json b/multiplePolygonMasks.json
index 3de0291..abbb8f3 100644
--- a/multiplePolygonMasks.json
+++ b/multiplePolygonMasks.json
@@ -1,146 +0,0 @@
-{
- "name": "Multiple Polygon Masks",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": false,
- "mode": "push"
- },
- "onDiv": {
- "elementId": "repulse-div",
- "enable": false,
- "mode": "repulse"
- },
- "onHover": {
- "enable": true,
- "mode": "bubble",
- "parallax": {
- "enable": false,
- "force": 2,
- "smooth": 10
- }
- }
- },
- "modes": {
- "bubble": {
- "distance": 40,
- "duration": 2,
- "opacity": 8,
- "size": 6
- },
- "connect": {
- "distance": 80,
- "links": {
- "opacity": 0.5
- },
- "radius": 60
- },
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- },
- "slow": {
- "active": false,
- "radius": 0,
- "factor": 1
- }
- }
- },
- "particles": {
- "color": {
- "value": ["#4285f4", "#34A853", "#FBBC05", "#EA4335"]
- },
- "links": {
- "blink": false,
- "color": "random",
- "consent": false,
- "distance": 40,
- "enable": true,
- "opacity": 1,
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "outModes": "bounce",
- "random": false,
- "speed": 1,
- "straight": false
- },
- "number": {
- "limit": 0,
- "value": 200
- },
- "opacity": {
- "animation": {
- "enable": true,
- "minimumValue": 0.05,
- "speed": 2,
- "sync": false
- },
- "random": false,
- "value": 0.4
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": true,
- "value": 1
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "lineColor": "rgba(255,255,255,0.2)",
- "lineWidth": 0.5
- },
- "enable": true,
- "move": {
- "radius": 10
- },
- "position": {
- "x": 30,
- "y": 30
- },
- "inline": {
- "arrangement": "equidistant"
- },
- "scale": 1,
- "type": "inline",
- "url": "https://particles.js.org/images/google.svg"
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/multiplePolygonMasks.ts b/multiplePolygonMasks.ts
index a1e4865..4caea4e 100644
--- a/multiplePolygonMasks.ts
+++ b/multiplePolygonMasks.ts
@@ -0,0 +1,133 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Multiple Polygon Masks",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: false,
+ mode: "push",
+ },
+ onDiv: {
+ elementId: "repulse-div",
+ enable: false,
+ mode: "repulse",
+ },
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ parallax: {
+ enable: false,
+ force: 2,
+ smooth: 10,
+ },
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 40,
+ duration: 2,
+ opacity: 8,
+ size: 6,
+ },
+ connect: {
+ distance: 80,
+ links: {
+ opacity: 0.5,
+ },
+ radius: 60,
+ },
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ slow: {
+ active: false,
+ radius: 0,
+ factor: 1,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: ["#4285f4", "#34A853", "#FBBC05", "#EA4335"],
+ },
+ links: {
+ blink: false,
+ color: "random",
+ consent: false,
+ distance: 40,
+ enable: true,
+ opacity: 1,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ outModes: "bounce",
+ speed: 1,
+ },
+ number: {
+ limit: 0,
+ value: 200,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 2,
+ sync: false,
+ },
+ value: {
+ min: 0.05,
+ max: 0.4,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 1,
+ },
+ },
+ polygon: {
+ draw: {
+ enable: true,
+ lineColor: "rgba(255,255,255,0.2)",
+ lineWidth: 0.5,
+ },
+ enable: true,
+ move: {
+ radius: 10,
+ },
+ position: {
+ x: 30,
+ y: 30,
+ },
+ inline: {
+ arrangement: "equidistant",
+ },
+ scale: 1,
+ type: "inline",
+ url: "https://particles.js.org/images/google.svg",
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/nasa.json b/nasa.json
index 33e92a6..2087e12 100644
--- a/nasa.json
+++ b/nasa.json
@@ -1,100 +0,0 @@
-{
- "name": "NASA",
- "particles": {
- "number": {
- "value": 160,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1,
- "random": true,
- "animation": {
- "enable": true,
- "speed": 1,
- "opacity_min": 0,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 4,
- "size_min": 0.3,
- "sync": false
- }
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 1,
- "direction": "none",
- "random": true,
- "straight": false,
- "bounce": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 600
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble"
- },
- "onClick": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 250,
- "size": 0,
- "duration": 2,
- "opacity": 0
- },
- "repulse": {
- "distance": 400,
- "duration": 0.4
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#232741",
- "image": "url('http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/NASA_logo.svg/1237px-NASA_logo.svg.png')",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "20%"
- }
-}
diff --git a/nasa.ts b/nasa.ts
index 151c2a6..1ade3a1 100644
--- a/nasa.ts
+++ b/nasa.ts
@@ -0,0 +1,88 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "NASA",
+ particles: {
+ number: {
+ value: 160,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 1,
+ },
+ animation: {
+ enable: true,
+ speed: 1,
+ sync: false,
+ },
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ move: {
+ enable: true,
+ speed: {
+ min: 0.1,
+ max: 1,
+ },
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ onClick: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 250,
+ size: 0,
+ duration: 2,
+ opacity: 0,
+ },
+ repulse: {
+ distance: 400,
+ duration: 0.4,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#232741",
+ image: "url('http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/NASA_logo.svg/1237px-NASA_logo.svg.png')",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "20%",
+ },
+};
+
+export default options;
diff --git a/noconfig.json b/noconfig.json
index ac30ce9..7cf6955 100644
--- a/noconfig.json
+++ b/noconfig.json
@@ -1,7 +0,0 @@
-{
- "name": "No Config",
- "fullScreen": {
- "enable": true,
- "zIndex": 0
- }
-}
diff --git a/noconfig.ts b/noconfig.ts
index 633241e..0fa235a 100644
--- a/noconfig.ts
+++ b/noconfig.ts
@@ -0,0 +1,11 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "No Config",
+ fullScreen: {
+ enable: true,
+ zIndex: 0,
+ },
+};
+
+export default options;
diff --git a/noisePlanes.json b/noisePlanes.json
index c65e61d..73de90d 100644
--- a/noisePlanes.json
+++ b/noisePlanes.json
@@ -1,87 +0,0 @@
-{
- "name": "Noise Planes",
- "background": {
- "color": "#000"
- },
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "bubble": {
- "distance": 400,
- "duration": 2,
- "opacity": 0.8,
- "size": 40,
- "speed": 3
- },
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- }
- }
- },
- "particles": {
- "move": {
- "path": {
- "enable": true,
- "options": {
- "size": 32,
- "draw": false,
- "increment": 0.004
- },
- "generator": "simplexNoise"
- },
- "enable": true,
- "speed": 6
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 80
- },
- "rotate": {
- "value": 45,
- "path": true
- },
- "opacity": {
- "value": 1
- },
- "shape": {
- "image": {
- "height": 128,
- "src": "https://particles.js.org/images/plane_alt.png",
- "width": 128
- },
- "type": "image"
- },
- "size": {
- "value": 32
- },
- "zIndex": {
- "value": {
- "min": 0,
- "max": 100
- },
- "opacityRate": 0,
- "sizeRate": 2,
- "velocityRate": 2
- }
- }
-}
diff --git a/noisePlanes.ts b/noisePlanes.ts
index b333503..a29650e 100644
--- a/noisePlanes.ts
+++ b/noisePlanes.ts
@@ -0,0 +1,93 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Noise Planes",
+ background: {
+ color: "#000",
+ },
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 400,
+ duration: 2,
+ opacity: 0.8,
+ size: 40,
+ speed: 3,
+ },
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ },
+ },
+ particles: {
+ move: {
+ path: {
+ enable: true,
+ options: {
+ size: 32,
+ draw: false,
+ increment: 0.004,
+ },
+ generator: "simplexNoise",
+ },
+ enable: true,
+ speed: 6,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ value: 80,
+ },
+ rotate: {
+ value: 45,
+ path: true,
+ },
+ opacity: {
+ value: 1,
+ },
+ shape: {
+ options: {
+ image: {
+ height: 128,
+ src: "https://particles.js.org/images/plane_alt.png",
+ width: 128,
+ },
+ },
+ type: "image",
+ },
+ size: {
+ value: 32,
+ },
+ zIndex: {
+ value: {
+ min: 0,
+ max: 100,
+ },
+ opacityRate: 0,
+ sizeRate: 2,
+ velocityRate: 2,
+ },
+ },
+};
+
+export default options;
diff --git a/nyancat.json b/nyancat.json
index 4578901..99cc679 100644
--- a/nyancat.json
+++ b/nyancat.json
@@ -1,112 +0,0 @@
-{
- "name": "Nyan Cat",
- "particles": {
- "number": {
- "value": 1,
- "density": {
- "enable": false
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "image",
- "stroke": {
- "width": 0,
- "color": "#000000"
- },
- "polygon": {
- "nb_sides": 5
- },
- "image": {
- "src": "https://cdn2.scratch.mit.edu/get_image/gallery/780516_170x100.png",
- "width": 1750,
- "height": 800
- }
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 240,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "right",
- "random": false,
- "straight": true,
- "bounce": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "grab"
- },
- "onClick": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "grab": {
- "distance": 200,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 8
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#0d47a1",
- "image": "url('http://fc06.deviantart.net/fs71/f/2011/187/1/0/nyan_cat_background_by_kento1-d3l6i50.jpg')",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/nyancat.ts b/nyancat.ts
index c571f15..b4b049f 100644
--- a/nyancat.ts
+++ b/nyancat.ts
@@ -0,0 +1,61 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Nyan Cat",
+ particles: {
+ number: {
+ value: 1,
+ density: {
+ enable: false,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "image",
+ options: {
+ image: {
+ src: "https://cdn2.scratch.mit.edu/get_image/gallery/780516_170x100.png",
+ width: 1750,
+ height: 800,
+ },
+ },
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: 240,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "right",
+ straight: true,
+ },
+ },
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ image: "url('http://fc06.deviantart.net/fs71/f/2011/187/1/0/nyan_cat_background_by_kento1-d3l6i50.jpg')",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/nyancat2.json b/nyancat2.json
index a34801e..633284a 100644
--- a/nyancat2.json
+++ b/nyancat2.json
@@ -1,81 +0,0 @@
-{
- "name": "Nyan Cat 2",
- "particles": {
- "number": {
- "value": 100,
- "density": {
- "enable": false
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "star",
- "options": {
- "sides": 5
- }
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 4,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "left",
- "random": false,
- "straight": true,
- "bounce": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200,
- "duration": 0.4
- }
- }
- },
- "background": {
- "color": "#043564",
- "image": "url('http://vincentgarreau.com/particles.js/assets/img/kbLd9vb_new.gif')",
- "position": "0 50%",
- "repeat": "no-repeat",
- "size": "60%"
- }
-}
diff --git a/nyancat2.ts b/nyancat2.ts
index 04cd823..ea39275 100644
--- a/nyancat2.ts
+++ b/nyancat2.ts
@@ -0,0 +1,62 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Nyan Cat 2",
+ particles: {
+ number: {
+ value: 100,
+ density: {
+ enable: false,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "star",
+ options: {
+ star: {
+ sides: 5,
+ },
+ },
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 4,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "left",
+ straight: true,
+ },
+ },
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ },
+ },
+ background: {
+ color: "#043564",
+ image: "url('https://vincentgarreau.com/particles.js/assets/img/kbLd9vb_new.gif')",
+ position: "0 50%",
+ repeat: "no-repeat",
+ size: "60%",
+ },
+};
+
+export default options;
diff --git a/orbit.json b/orbit.json
index 2a8b56b..045db63 100644
--- a/orbit.json
+++ b/orbit.json
@@ -1,49 +0,0 @@
-{
- "name": "Orbit",
- "particles": {
- "color": {
- "value": ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"]
- },
- "move": {
- "enable": true,
- "speed": 3
- },
- "number": {
- "density": {
- "enable": true
- },
- "limit": 300,
- "value": 100
- },
- "opacity": {
- "value": 1
- },
- "orbit": {
- "animation": {
- "enable": true,
- "speed": 1
- },
- "enable": true,
- "opacity": 1,
- "color": "#ff7700",
- "rotation": {
- "random": {
- "enable": true
- }
- }
- },
- "shape": {
- "type": ["circle", "square"]
- },
- "size": {
- "value": 10
- }
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/orbit.ts b/orbit.ts
index 5ab8925..127262a 100644
--- a/orbit.ts
+++ b/orbit.ts
@@ -0,0 +1,52 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Orbit",
+ particles: {
+ color: {
+ value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"],
+ },
+ move: {
+ enable: true,
+ speed: 3,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ limit: 300,
+ value: 100,
+ },
+ opacity: {
+ value: 1,
+ },
+ orbit: {
+ animation: {
+ enable: true,
+ speed: 1,
+ },
+ enable: true,
+ opacity: 1,
+ color: "#ff7700",
+ rotation: {
+ random: {
+ enable: true,
+ },
+ },
+ },
+ shape: {
+ type: ["circle", "square"],
+ },
+ size: {
+ value: 10,
+ },
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+export default options;
diff --git a/parallax.json b/parallax.json
index 46d94c1..4e1bc78 100644
--- a/parallax.json
+++ b/parallax.json
@@ -1,93 +0,0 @@
-{
- "name": "Parallax",
- "particles": {
- "number": {
- "value": 100,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": {
- "min": 0.1,
- "max": 0.5
- },
- "animation": {
- "enable": true,
- "speed": 3,
- "sync": false
- }
- },
- "size": {
- "value": {
- "min": 1,
- "max": 10
- },
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 2
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "grab",
- "parallax": {
- "enable": true,
- "smooth": 10,
- "force": 60
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/parallax.ts b/parallax.ts
index 55ac424..5bbaa49 100644
--- a/parallax.ts
+++ b/parallax.ts
@@ -0,0 +1,96 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Parallax",
+ particles: {
+ number: {
+ value: 100,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 0.5,
+ },
+ animation: {
+ enable: true,
+ speed: 3,
+ sync: false,
+ },
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 10,
+ },
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: false,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "grab",
+ parallax: {
+ enable: true,
+ smooth: 10,
+ force: 60,
+ },
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+export default options;
diff --git a/pathPolygonMask.json b/pathPolygonMask.json
index 5013703..dfb4428 100644
--- a/pathPolygonMask.json
+++ b/pathPolygonMask.json
@@ -1,110 +0,0 @@
-{
- "name": "Path Polygon Mask",
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble"
- }
- },
- "modes": {
- "bubble": {
- "distance": 40,
- "duration": 2,
- "opacity": 8,
- "size": 6
- }
- }
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "links": {
- "blink": false,
- "color": "#ffffff",
- "consent": false,
- "distance": 30,
- "enable": true,
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "outModes": "bounce",
- "random": false,
- "speed": 1,
- "straight": false
- },
- "number": {
- "limit": 0,
- "value": 80
- },
- "opacity": {
- "animation": {
- "enable": true,
- "minimumValue": 0.05,
- "speed": 2,
- "sync": false
- },
- "random": false,
- "value": 0.4
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": true,
- "value": 1
- }
- },
- "polygon": {
- "draw": {
- "enable": true,
- "lineColor": "rgba(255,255,255,0.2)",
- "lineWidth": 0.5
- },
- "enable": true,
- "move": {
- "radius": 10
- },
- "position": {
- "x": 50,
- "y": 50
- },
- "inline": {
- "arrangement": "equidistant"
- },
- "scale": 2,
- "type": "inline",
- "data": {
- "path": "M 75,0 0,200 h 150 z",
- "size": {
- "width": 150,
- "height": 200
- }
- }
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/pathPolygonMask.ts b/pathPolygonMask.ts
index a234b57..7693c81 100644
--- a/pathPolygonMask.ts
+++ b/pathPolygonMask.ts
@@ -0,0 +1,95 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Path Polygon Mask",
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 40,
+ duration: 2,
+ opacity: 8,
+ size: 6,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ links: {
+ color: "#ffffff",
+ distance: 30,
+ enable: true,
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ outModes: "bounce",
+ speed: 1,
+ },
+ number: {
+ limit: 0,
+ value: 80,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 2,
+ sync: false,
+ },
+ value: {
+ min: 0.05,
+ max: 0.4,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 1,
+ },
+ },
+ polygon: {
+ draw: {
+ enable: true,
+ lineColor: "rgba(255,255,255,0.2)",
+ lineWidth: 0.5,
+ },
+ enable: true,
+ move: {
+ radius: 10,
+ },
+ position: {
+ x: 50,
+ y: 50,
+ },
+ inline: {
+ arrangement: "equidistant",
+ },
+ scale: 2,
+ type: "inline",
+ data: {
+ path: "M 75,0 0,200 h 150 z",
+ size: {
+ width: 150,
+ height: 200,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/planes.json b/planes.json
index a51eefd..4f92fa1 100644
--- a/planes.json
+++ b/planes.json
@@ -1,76 +0,0 @@
-{
- "name": "Planes",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "push": {
- "quantity": 4
- }
- }
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "move": {
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "random": false,
- "speed": 6,
- "straight": false
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 80
- },
- "rotate": {
- "value": 45,
- "path": true
- },
- "opacity": {
- "animation": {
- "enable": false,
- "opacity_min": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": false,
- "value": 1
- },
- "shape": {
- "image": {
- "height": 128,
- "src": "https://particles.js.org/images/plane_alt.png",
- "width": 128
- },
- "type": "image"
- },
- "size": {
- "animation": {
- "enable": false,
- "size_min": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": {
- "enable": true,
- "minimumValue": 16
- },
- "value": 32
- }
- },
- "detectRetina": true
-}
diff --git a/planes.ts b/planes.ts
index eb70154..3228973 100644
--- a/planes.ts
+++ b/planes.ts
@@ -0,0 +1,59 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Planes",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ value: 80,
+ },
+ rotate: {
+ value: 45,
+ path: true,
+ },
+ opacity: {
+ value: 1,
+ },
+ shape: {
+ options: {
+ image: {
+ height: 128,
+ src: "https://particles.js.org/images/plane_alt.png",
+ width: 128,
+ },
+ },
+ type: "image",
+ },
+ size: {
+ value: {
+ min: 16,
+ max: 32,
+ },
+ },
+ },
+ detectRetina: true,
+};
+
+export default options;
diff --git a/plasma.json b/plasma.json
index c3668ba..5e373ac 100644
--- a/plasma.json
+++ b/plasma.json
@@ -1,112 +0,0 @@
-{
- "name": "Plasma",
- "background": {
- "color": {
- "value": "#000000"
- }
- },
- "particles": {
- "number": {
- "value": 150,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle",
- "stroke": {
- "width": 0,
- "color": "#000000"
- },
- "polygon": {
- "nb_sides": 5
- },
- "image": {
- "src": "img/github.svg",
- "width": 100,
- "height": 100
- }
- },
- "opacity": {
- "value": 1,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 0,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 110,
- "color": "#19f",
- "opacity": 0.4,
- "width": 2
- },
- "move": {
- "enable": true,
- "speed": 50,
- "direction": "none",
- "random": true,
- "straight": false,
- "outModes": "bounce",
- "bounce": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": false,
- "mode": "repulse"
- }
- },
- "modes": {
- "grab": {
- "distance": 200,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 200,
- "size": 40,
- "duration": 2,
- "opacity": 8
- },
- "repulse": {
- "distance": 150,
- "duration": 0.4
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "detectRetina": true
-}
diff --git a/plasma.ts b/plasma.ts
index 3548433..211adc9 100644
--- a/plasma.ts
+++ b/plasma.ts
@@ -0,0 +1,59 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Plasma",
+ background: {
+ color: {
+ value: "#000000",
+ },
+ },
+ particles: {
+ number: {
+ value: 150,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 0,
+ },
+ links: {
+ enable: true,
+ distance: 110,
+ color: "#19f",
+ opacity: 0.4,
+ width: 2,
+ },
+ move: {
+ enable: true,
+ speed: 50,
+ outModes: "bounce",
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 150,
+ duration: 0.4,
+ },
+ },
+ },
+ detectRetina: true,
+};
+
+export default options;
diff --git a/polygonMask.json b/polygonMask.json
index cd73949..c090f48 100644
--- a/polygonMask.json
+++ b/polygonMask.json
@@ -1,146 +0,0 @@
-{
- "name": "Polygon Mask",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": false,
- "mode": "push"
- },
- "onDiv": {
- "elementId": "repulse-div",
- "enable": false,
- "mode": "repulse"
- },
- "onHover": {
- "enable": true,
- "mode": "bubble",
- "parallax": {
- "enable": false,
- "force": 2,
- "smooth": 10
- }
- }
- },
- "modes": {
- "bubble": {
- "distance": 40,
- "duration": 2,
- "opacity": 8,
- "size": 6
- },
- "connect": {
- "distance": 80,
- "links": {
- "opacity": 0.5
- },
- "radius": 60
- },
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- },
- "slow": {
- "active": false,
- "radius": 0,
- "factor": 1
- }
- }
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "links": {
- "blink": false,
- "color": "#ffffff",
- "consent": false,
- "distance": 30,
- "enable": true,
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "outModes": "bounce",
- "random": false,
- "speed": 1,
- "straight": false
- },
- "number": {
- "limit": 0,
- "value": 200
- },
- "opacity": {
- "animation": {
- "enable": true,
- "minimumValue": 0.05,
- "speed": 2,
- "sync": false
- },
- "random": false,
- "value": 0.4
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": true,
- "value": 1
- }
- },
- "polygon": {
- "draw": {
- "enable": true,
- "lineColor": "rgba(255,255,255,0.2)",
- "lineWidth": 1
- },
- "enable": true,
- "move": {
- "radius": 10
- },
- "position": {
- "x": 50,
- "y": 50
- },
- "inline": {
- "arrangement": "equidistant"
- },
- "scale": 0.5,
- "type": "inline",
- "url": "https://particles.js.org/images/smalldeer.svg"
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/polygonMask.ts b/polygonMask.ts
index 29eec3a..93a17b7 100644
--- a/polygonMask.ts
+++ b/polygonMask.ts
@@ -0,0 +1,133 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Polygon Mask",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: false,
+ mode: "push",
+ },
+ onDiv: {
+ elementId: "repulse-div",
+ enable: false,
+ mode: "repulse",
+ },
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ parallax: {
+ enable: false,
+ force: 2,
+ smooth: 10,
+ },
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 40,
+ duration: 2,
+ opacity: 8,
+ size: 6,
+ },
+ connect: {
+ distance: 80,
+ links: {
+ opacity: 0.5,
+ },
+ radius: 60,
+ },
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ slow: {
+ active: false,
+ radius: 0,
+ factor: 1,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ links: {
+ blink: false,
+ color: "#ffffff",
+ consent: false,
+ distance: 30,
+ enable: true,
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ outModes: "bounce",
+ speed: 1,
+ },
+ number: {
+ limit: 0,
+ value: 200,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 2,
+ sync: false,
+ },
+ value: {
+ min: 0.05,
+ max: 0.4,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 1,
+ },
+ },
+ polygon: {
+ draw: {
+ enable: true,
+ lineColor: "rgba(255,255,255,0.2)",
+ lineWidth: 1,
+ },
+ enable: true,
+ move: {
+ radius: 10,
+ },
+ position: {
+ x: 50,
+ y: 50,
+ },
+ inline: {
+ arrangement: "equidistant",
+ },
+ scale: 0.5,
+ type: "inline",
+ url: "https://particles.js.org/images/smalldeer.svg",
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/polygons.json b/polygons.json
index b80759c..c2acbb9 100644
--- a/polygons.json
+++ b/polygons.json
@@ -1,163 +0,0 @@
-{
- "name": "Polygon Shape",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "polygon",
- "stroke": {
- "width": 0,
- "color": "#000000"
- },
- "polygon": [
- {
- "nb_sides": 3,
- "particles": {
- "opacity": {
- "value": 0.8,
- "random": {
- "enable": true,
- "minimumValue": 0.5
- }
- },
- "size": {
- "value": 12,
- "random": {
- "enable": true,
- "minimumValue": 10
- }
- },
- "color": {
- "value": "ff0"
- }
- }
- },
- {
- "nb_sides": 5,
- "particles": {
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": 8,
- "random": {
- "enable": false
- }
- },
- "color": {
- "value": "0f0"
- }
- }
- },
- {
- "nb_sides": 8,
- "particles": {
- "opacity": {
- "value": 1,
- "random": false
- },
- "size": {
- "value": 20,
- "random": {
- "enable": true,
- "minimumValue": 15
- }
- },
- "color": {
- "value": "f00"
- }
- }
- }
- ]
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 5,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/polygons.ts b/polygons.ts
index 9f09f64..aea2fc1 100644
--- a/polygons.ts
+++ b/polygons.ts
@@ -0,0 +1,139 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Polygon Shape",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "polygon",
+ options: {
+ polygon: [
+ {
+ sides: 3,
+ particles: {
+ opacity: {
+ value: {
+ min: 0.5,
+ max: 0.8,
+ },
+ },
+ size: {
+ value: {
+ min: 10,
+ max: 12,
+ },
+ },
+ color: {
+ value: "ff0",
+ },
+ },
+ },
+ {
+ sides: 5,
+ particles: {
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: 8,
+ },
+ color: {
+ value: "0f0",
+ },
+ },
+ },
+ {
+ nb_sides: 8,
+ particles: {
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 15,
+ max: 20,
+ },
+ },
+ color: {
+ value: "f00",
+ },
+ },
+ },
+ ],
+ },
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 5,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+
+export default options;
diff --git a/random.json b/random.json
index c759304..ff57a46 100644
--- a/random.json
+++ b/random.json
@@ -1,138 +0,0 @@
-{
- "name": "Random Colors",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- },
- "onDiv": {
- "elementId": "repulse-div",
- "enable": false,
- "mode": "repulse"
- },
- "onHover": {
- "enable": true,
- "mode": "connect",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- }
- },
- "modes": {
- "bubble": {
- "distance": 400,
- "duration": 2,
- "opacity": 0.8,
- "size": 40
- },
- "connect": {
- "distance": 80,
- "links": {
- "opacity": 0.5
- },
- "radius": 60
- },
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- }
- }
- },
- "particles": {
- "color": {
- "value": "random"
- },
- "links": {
- "blink": false,
- "color": "#ffffff",
- "consent": false,
- "distance": 150,
- "enable": false,
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "random": false,
- "speed": 6,
- "straight": false
- },
- "number": {
- "density": {
- "enable": true
- },
- "limit": 500,
- "value": 300
- },
- "opacity": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": false,
- "value": 0.5
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": {
- "enable": true,
- "minimumValue": 10
- },
- "value": 15
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "lineColor": "#ffffff",
- "lineWidth": 0.5
- },
- "move": {
- "radius": 10
- },
- "scale": 1,
- "type": "none",
- "url": ""
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/random.ts b/random.ts
index c183168..d933dc0 100644
--- a/random.ts
+++ b/random.ts
@@ -0,0 +1,103 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Random Colors",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ onDiv: {
+ elementId: "repulse-div",
+ enable: false,
+ mode: "repulse",
+ },
+ onHover: {
+ enable: true,
+ mode: "connect",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 400,
+ duration: 2,
+ opacity: 0.8,
+ size: 40,
+ },
+ connect: {
+ distance: 80,
+ links: {
+ opacity: 0.5,
+ },
+ radius: 60,
+ },
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "random",
+ },
+ links: {
+ blink: false,
+ color: "#ffffff",
+ consent: false,
+ distance: 150,
+ enable: false,
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ limit: 500,
+ value: 300,
+ },
+ opacity: {
+ value: 0.5,
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: {
+ min: 10,
+ max: 15,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+export default options;
diff --git a/reactBubbles.json b/reactBubbles.json
index ebb7c51..846fb93 100644
--- a/reactBubbles.json
+++ b/reactBubbles.json
@@ -1,221 +0,0 @@
-{
- "name": "React Bubbles",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "repulse"
- },
- "onDiv": {
- "elementId": "repulse-div",
- "enable": false,
- "mode": "repulse"
- },
- "onHover": {
- "enable": true,
- "mode": "bubble"
- }
- },
- "modes": {
- "bubble": {
- "distance": 250,
- "duration": 2,
- "opacity": 0,
- "size": 0
- },
- "connect": {
- "distance": 80,
- "links": {
- "opacity": 0.5
- },
- "radius": 60
- },
- "grab": {
- "distance": 180,
- "links": {
- "opacity": 0.35
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "repulse": {
- "distance": 200,
- "duration": 4
- },
- "slow": {
- "factor": 1,
- "radius": 0
- }
- }
- },
- "particles": {
- "color": {
- "value": "#FFF"
- },
- "links": {
- "blink": false,
- "color": {
- "value": "#fff"
- },
- "consent": false,
- "distance": 150,
- "enable": false,
- "opacity": 0.6,
- "shadow": {
- "blur": 5,
- "color": {
- "value": "lime"
- },
- "enable": false
- },
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 3000,
- "y": 3000
- }
- },
- "collisions": true,
- "direction": "top",
- "enable": true,
- "random": true,
- "speed": 1,
- "straight": false,
- "trail": {
- "enable": false,
- "length": 10,
- "fillColor": {
- "value": "#000000"
- }
- }
- },
- "number": {
- "limit": -1,
- "value": 160
- },
- "opacity": {
- "animation": {
- "enable": true,
- "minimumValue": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": {
- "enable": false,
- "minimumValue": 1
- },
- "value": 0.5
- },
- "rotate": {
- "animation": {
- "enable": false,
- "speed": 0,
- "sync": false
- },
- "direction": "clockwise",
- "random": false,
- "value": 0
- },
- "shape": {
- "character": {
- "fill": true,
- "font": "Verdana",
- "style": "",
- "value": "*",
- "weight": "400",
- "close": true
- },
- "image": {
- "height": 100,
- "replaceColor": true,
- "src": "",
- "width": 100,
- "fill": true,
- "close": true
- },
- "polygon": {
- "close": true,
- "fill": true,
- "sides": 5
- },
- "type": "circle",
- "custom": {}
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.3,
- "speed": 4,
- "sync": false
- },
- "random": {
- "enable": true,
- "minimumValue": 1
- },
- "value": 3
- },
- "shadow": {
- "blur": 0,
- "color": {
- "value": "#000000"
- },
- "enable": false,
- "offset": {
- "x": 0,
- "y": 0
- }
- },
- "stroke": {
- "color": {
- "value": "#ff0000"
- },
- "width": 0,
- "opacity": 1
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "stroke": {
- "color": "rgba(255, 255, 255, .1)",
- "width": 0.5,
- "opacity": 0.1
- }
- },
- "enable": false,
- "inline": {
- "arrangement": "one-per-point"
- },
- "move": {
- "radius": 10,
- "type": "path"
- },
- "scale": 1,
- "type": "inline",
- "url": ""
- },
- "backgroundMask": {
- "cover": {
- "color": {
- "value": "#fff"
- },
- "opacity": 1
- },
- "enable": false
- },
- "pauseOnBlur": true,
- "background": {
- "color": "#0d47a1",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/reactBubbles.ts b/reactBubbles.ts
index 752d98c..02fe83b 100644
--- a/reactBubbles.ts
+++ b/reactBubbles.ts
@@ -0,0 +1,112 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "React Bubbles",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "repulse",
+ },
+ onDiv: {
+ elementId: "repulse-div",
+ enable: false,
+ mode: "repulse",
+ },
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 250,
+ duration: 2,
+ opacity: 0,
+ size: 0,
+ },
+ connect: {
+ distance: 80,
+ links: {
+ opacity: 0.5,
+ },
+ radius: 60,
+ },
+ grab: {
+ distance: 180,
+ links: {
+ opacity: 0.35,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ repulse: {
+ distance: 200,
+ duration: 4,
+ },
+ slow: {
+ factor: 1,
+ radius: 0,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#FFF",
+ },
+ move: {
+ attract: {
+ enable: false,
+ rotate: {
+ x: 3000,
+ y: 3000,
+ },
+ },
+ collisions: true,
+ direction: "top",
+ enable: true,
+ speed: {
+ min: 0.1,
+ max: 1,
+ },
+ },
+ number: {
+ limit: -1,
+ value: 160,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 1,
+ sync: false,
+ },
+ value: {
+ min: 0.1,
+ max: 0.5,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ },
+ pauseOnBlur: true,
+ background: {
+ color: "#0d47a1",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/reactDefaults.json b/reactDefaults.json
index bdbc114..1ec3a8a 100644
--- a/reactDefaults.json
+++ b/reactDefaults.json
@@ -1,71 +0,0 @@
-{
- "name": "React Defaults",
- "particles": {
- "number": {
- "value": 40,
- "max": -1
- },
- "color": {
- "value": "#FFF"
- },
- "shape": {
- "type": "circle",
- "stroke": {
- "width": 0,
- "color": "#000000"
- },
- "polygon": {
- "nb_sides": 5
- },
- "image": {
- "src": "",
- "width": 100,
- "height": 100
- }
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": true,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 1,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#FFF",
- "opacity": 0.6,
- "width": 1,
- "shadow": {
- "enable": false,
- "blur": 5,
- "color": "lime"
- }
- },
- "move": {
- "enable": true,
- "speed": 3,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": "bounce",
- "bounce": true
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/reactDefaults.ts b/reactDefaults.ts
index 18a9ed7..f56003e 100644
--- a/reactDefaults.ts
+++ b/reactDefaults.ts
@@ -0,0 +1,56 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "React Defaults",
+ particles: {
+ number: {
+ value: 40,
+ max: -1,
+ },
+ color: {
+ value: "#FFF",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 0.5,
+ },
+ animation: {
+ enable: true,
+ speed: 1,
+ sync: false,
+ },
+ },
+ size: {
+ value: 1,
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#FFF",
+ opacity: 0.6,
+ width: 1,
+ shadow: {
+ enable: false,
+ blur: 5,
+ color: "lime",
+ },
+ },
+ move: {
+ enable: true,
+ speed: 3,
+ outModes: "bounce",
+ },
+ collisions: {
+ enable: true,
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+
+export default options;
diff --git a/reactMultipleImages.json b/reactMultipleImages.json
index 713d9d2..5a40714 100644
--- a/reactMultipleImages.json
+++ b/reactMultipleImages.json
@@ -1,138 +0,0 @@
-{
- "name": "React Multiple Images",
- "particles": {
- "color": {
- "value": "#CCC"
- },
- "links": {
- "blink": false,
- "color": "#fff",
- "consent": false,
- "distance": 150,
- "enable": false,
- "opacity": 0.6,
- "width": 1
- },
- "move": {
- "collisions": true,
- "direction": "none",
- "enable": true,
- "random": false,
- "speed": 1,
- "straight": false
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 8
- },
- "opacity": {
- "animation": {
- "enable": true,
- "speed": 1,
- "sync": false
- },
- "value": {
- "min": 0.1,
- "max": 0.5
- }
- },
- "shape": {
- "image": [
- {
- "height": 20,
- "replaceColor": true,
- "src": "https://particles.js.org/images/fruits/cherry.png",
- "width": 23,
- "fill": true,
- "close": true
- },
- {
- "height": 20,
- "replaceColor": true,
- "src": "https://particles.js.org/images/fruits/grapes.png",
- "width": 20,
- "fill": true,
- "close": true
- },
- {
- "height": 20,
- "replaceColor": true,
- "src": "https://particles.js.org/images/fruits/lemon.png",
- "width": 20,
- "fill": true,
- "close": true
- }
- ],
- "type": ["image", "circle"]
- },
- "size": {
- "animation": {
- "enable": true,
- "speed": 4,
- "sync": false
- },
- "value": {
- "min": 10,
- "max": 30
- }
- },
- "shadow": {
- "blur": 0,
- "color": {
- "value": "#000000"
- },
- "enable": false,
- "offset": {
- "x": 0,
- "y": 0
- }
- },
- "stroke": {
- "color": {
- "value": "#ff0000"
- },
- "width": 0,
- "opacity": 1
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "stroke": {
- "color": "rgba(255, 255, 255, .1)",
- "width": 0.5,
- "opacity": 0.1
- }
- },
- "enable": false,
- "inline": {
- "arrangement": "one-per-point"
- },
- "move": {
- "radius": 10,
- "type": "path"
- },
- "scale": 1,
- "type": "inline",
- "url": ""
- },
- "backgroundMask": {
- "cover": {
- "color": {
- "value": "#fff"
- },
- "opacity": 1
- },
- "enable": false
- },
- "pauseOnBlur": true,
- "background": {
- "color": "#0d47a1",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/reactMultipleImages.ts b/reactMultipleImages.ts
index 8589318..d97481a 100644
--- a/reactMultipleImages.ts
+++ b/reactMultipleImages.ts
@@ -0,0 +1,95 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "React Multiple Images",
+ particles: {
+ color: {
+ value: "#CCC",
+ },
+ collisions: {
+ enable: true,
+ },
+ links: {
+ blink: false,
+ color: "#fff",
+ consent: false,
+ distance: 150,
+ enable: false,
+ opacity: 0.6,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 1,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ value: 8,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 1,
+ sync: false,
+ },
+ value: {
+ min: 0.1,
+ max: 0.5,
+ },
+ },
+ shape: {
+ options: {
+ image: [
+ {
+ height: 20,
+ replaceColor: true,
+ src: "https://particles.js.org/images/fruits/cherry.png",
+ width: 23,
+ fill: true,
+ close: true,
+ },
+ {
+ height: 20,
+ replaceColor: true,
+ src: "https://particles.js.org/images/fruits/grapes.png",
+ width: 20,
+ fill: true,
+ close: true,
+ },
+ {
+ height: 20,
+ replaceColor: true,
+ src: "https://particles.js.org/images/fruits/lemon.png",
+ width: 20,
+ fill: true,
+ close: true,
+ },
+ ],
+ },
+ type: ["image", "circle"],
+ },
+ size: {
+ animation: {
+ enable: true,
+ speed: 4,
+ sync: false,
+ },
+ value: {
+ min: 10,
+ max: 30,
+ },
+ },
+ },
+ pauseOnBlur: true,
+ background: {
+ color: "#0d47a1",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/reactNightSky.json b/reactNightSky.json
index 5450282..b038b62 100644
--- a/reactNightSky.json
+++ b/reactNightSky.json
@@ -1,186 +0,0 @@
-{
- "name": "React Night Sky",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "push": {
- "quantity": 1
- }
- }
- },
- "particles": {
- "color": {
- "value": "#FFF"
- },
- "links": {
- "blink": false,
- "color": {
- "value": "#fff"
- },
- "consent": false,
- "distance": 150,
- "enable": true,
- "opacity": 0.02,
- "shadow": {
- "blur": 5,
- "color": {
- "value": "lime"
- },
- "enable": false
- },
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 3000,
- "y": 3000
- }
- },
- "collisions": true,
- "direction": "right",
- "enable": true,
- "outModes": "bounce",
- "random": false,
- "speed": 0.05,
- "straight": false,
- "trail": {
- "enable": false,
- "length": 10,
- "fillColor": {
- "value": "#000000"
- }
- }
- },
- "number": {
- "density": {
- "enable": true
- },
- "limit": -1,
- "value": 60
- },
- "opacity": {
- "animation": {
- "enable": true,
- "minimumValue": 0.05,
- "speed": 1,
- "sync": false
- },
- "random": {
- "enable": false,
- "minimumValue": 1
- },
- "value": 0.5
- },
- "rotate": {
- "animation": {
- "enable": false,
- "speed": 0,
- "sync": false
- },
- "direction": "clockwise",
- "random": false,
- "value": 0
- },
- "shape": {
- "character": {
- "fill": true,
- "font": "Verdana",
- "style": "",
- "value": "*",
- "weight": "400",
- "close": true
- },
- "image": {
- "height": 100,
- "replaceColor": true,
- "src": "",
- "width": 100,
- "fill": true,
- "close": true
- },
- "polygon": {
- "close": true,
- "fill": true,
- "sides": 5
- },
- "type": "circle",
- "custom": {}
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0,
- "speed": 40,
- "sync": false
- },
- "random": {
- "enable": false,
- "minimumValue": 1
- },
- "value": 1
- },
- "shadow": {
- "blur": 0,
- "color": {
- "value": "#000000"
- },
- "enable": false,
- "offset": {
- "x": 0,
- "y": 0
- }
- },
- "stroke": {
- "color": {
- "value": "#ff0000"
- },
- "width": 0,
- "opacity": 1
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "stroke": {
- "color": "rgba(255, 255, 255, .1)",
- "width": 0.5,
- "opacity": 0.1
- }
- },
- "enable": false,
- "inline": {
- "arrangement": "one-per-point"
- },
- "move": {
- "radius": 10,
- "type": "path"
- },
- "scale": 1,
- "type": "inline",
- "url": ""
- },
- "backgroundMask": {
- "cover": {
- "color": {
- "value": "#fff"
- },
- "opacity": 1
- },
- "enable": false
- },
- "pauseOnBlur": true,
- "background": {
- "color": "#0d47a1",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/reactNightSky.ts b/reactNightSky.ts
index 5ef190d..b7e651c 100644
--- a/reactNightSky.ts
+++ b/reactNightSky.ts
@@ -0,0 +1,91 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "React Night Sky",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ push: {
+ quantity: 1,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#FFF",
+ },
+ links: {
+ blink: false,
+ color: {
+ value: "#fff",
+ },
+ consent: false,
+ distance: 150,
+ enable: true,
+ opacity: 0.02,
+ shadow: {
+ blur: 5,
+ color: {
+ value: "lime",
+ },
+ enable: false,
+ },
+ width: 1,
+ },
+ move: {
+ attract: {
+ enable: false,
+ rotate: {
+ x: 3000,
+ y: 3000,
+ },
+ },
+ direction: "right",
+ enable: true,
+ outModes: "bounce",
+ speed: 0.05,
+ },
+ collisions: {
+ enable: true,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ limit: -1,
+ value: 60,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 1,
+ sync: false,
+ },
+ value: {
+ min: 0.05,
+ max: 0.5,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 1,
+ },
+ },
+ pauseOnBlur: true,
+ background: {
+ color: "#0d47a1",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/reactPolygonMask.json b/reactPolygonMask.json
index cc6333d..a1b0630 100644
--- a/reactPolygonMask.json
+++ b/reactPolygonMask.json
@@ -1,186 +0,0 @@
-{
- "name": "React Polygon Mask",
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble"
- }
- },
- "modes": {
- "bubble": {
- "distance": 40,
- "duration": 0.4,
- "opacity": 1,
- "size": 6
- }
- }
- },
- "particles": {
- "color": {
- "value": "#FFF"
- },
- "links": {
- "blink": false,
- "color": {
- "value": "#fff"
- },
- "consent": false,
- "distance": 30,
- "enable": true,
- "opacity": 0.4,
- "shadow": {
- "blur": 5,
- "color": {
- "value": "lime"
- },
- "enable": false
- },
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 3000,
- "y": 3000
- }
- },
- "collisions": false,
- "direction": "none",
- "enable": true,
- "outModes": "bounce",
- "random": false,
- "speed": 1,
- "straight": false,
- "trail": {
- "enable": false,
- "length": 10,
- "fillColor": {
- "value": "#000000"
- }
- }
- },
- "number": {
- "limit": -1,
- "value": 200
- },
- "opacity": {
- "animation": {
- "enable": true,
- "minimumValue": 0.05,
- "speed": 2,
- "sync": false
- },
- "random": {
- "enable": false,
- "minimumValue": 1
- },
- "value": 0.4
- },
- "rotate": {
- "animation": {
- "enable": false,
- "speed": 0,
- "sync": false
- },
- "direction": "clockwise",
- "random": false,
- "value": 0
- },
- "shape": {
- "character": {
- "fill": true,
- "font": "Verdana",
- "style": "",
- "value": "*",
- "weight": "400",
- "close": true
- },
- "image": {
- "height": 100,
- "replaceColor": true,
- "src": "",
- "width": 100,
- "fill": true,
- "close": true
- },
- "polygon": {
- "close": true,
- "fill": true,
- "sides": 5
- },
- "type": "circle",
- "custom": {}
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0,
- "speed": 40,
- "sync": false
- },
- "random": {
- "enable": false,
- "minimumValue": 1
- },
- "value": 1
- },
- "shadow": {
- "blur": 0,
- "color": {
- "value": "#000000"
- },
- "enable": false,
- "offset": {
- "x": 0,
- "y": 0
- }
- },
- "stroke": {
- "color": {
- "value": "#ff0000"
- },
- "width": 0,
- "opacity": 1
- }
- },
- "polygon": {
- "draw": {
- "enable": true,
- "stroke": {
- "color": "rgba(255, 255, 255, .2)",
- "width": 0.5,
- "opacity": 0.2
- }
- },
- "enable": true,
- "inline": {
- "arrangement": "equidistant"
- },
- "move": {
- "radius": 10,
- "type": "path"
- },
- "scale": 0.5,
- "type": "inline",
- "url": "https://particles.js.org/images/smalldeer.svg"
- },
- "backgroundMask": {
- "cover": {
- "color": {
- "value": "#fff"
- },
- "opacity": 1
- },
- "enable": false
- },
- "pauseOnBlur": true,
- "background": {
- "color": "#0d47a1",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/reactPolygonMask.ts b/reactPolygonMask.ts
index ad3928a..cde309f 100644
--- a/reactPolygonMask.ts
+++ b/reactPolygonMask.ts
@@ -0,0 +1,101 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "React Polygon Mask",
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 40,
+ duration: 0.4,
+ opacity: 1,
+ size: 6,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#FFF",
+ },
+ links: {
+ blink: false,
+ color: {
+ value: "#fff",
+ },
+ consent: false,
+ distance: 30,
+ enable: true,
+ opacity: 0.4,
+ shadow: {
+ blur: 5,
+ color: {
+ value: "lime",
+ },
+ enable: false,
+ },
+ width: 1,
+ },
+ move: {
+ enable: true,
+ outModes: "bounce",
+ speed: 1,
+ },
+ number: {
+ limit: -1,
+ value: 200,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 2,
+ sync: false,
+ },
+ value: {
+ min: 0.05,
+ max: 0.4,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 1,
+ },
+ },
+ polygon: {
+ draw: {
+ enable: true,
+ stroke: {
+ color: "rgba(255, 255, 255, .2)",
+ width: 0.5,
+ opacity: 0.2,
+ },
+ },
+ enable: true,
+ inline: {
+ arrangement: "equidistant",
+ },
+ move: {
+ radius: 10,
+ type: "path",
+ },
+ scale: 0.5,
+ type: "inline",
+ url: "https://particles.js.org/images/smalldeer.svg",
+ },
+ pauseOnBlur: true,
+ background: {
+ color: "#0d47a1",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/reactSimple.json b/reactSimple.json
index 37f9a77..1784561 100644
--- a/reactSimple.json
+++ b/reactSimple.json
@@ -1,184 +0,0 @@
-{
- "name": "React Simple",
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "repulse": {
- "distance": 100,
- "duration": 5
- }
- }
- },
- "particles": {
- "color": {
- "value": "#FFF"
- },
- "links": {
- "blink": false,
- "color": {
- "value": "#fff"
- },
- "consent": false,
- "distance": 150,
- "enable": true,
- "opacity": 0.6,
- "shadow": {
- "blur": 5,
- "color": {
- "value": "lime"
- },
- "enable": false
- },
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 3000,
- "y": 3000
- }
- },
- "collisions": true,
- "direction": "none",
- "enable": true,
- "outModes": "bounce",
- "random": false,
- "speed": 3,
- "straight": false,
- "trail": {
- "enable": false,
- "length": 10,
- "fillColor": {
- "value": "#000000"
- }
- }
- },
- "number": {
- "limit": -1,
- "value": 50
- },
- "opacity": {
- "animation": {
- "enable": true,
- "minimumValue": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": {
- "enable": false,
- "minimumValue": 1
- },
- "value": 0.5
- },
- "rotate": {
- "animation": {
- "enable": false,
- "speed": 0,
- "sync": false
- },
- "direction": "clockwise",
- "random": false,
- "value": 0
- },
- "shape": {
- "character": {
- "fill": true,
- "font": "Verdana",
- "style": "",
- "value": "*",
- "weight": "400",
- "close": true
- },
- "image": {
- "height": 100,
- "replaceColor": true,
- "src": "",
- "width": 100,
- "fill": true,
- "close": true
- },
- "polygon": {
- "close": true,
- "fill": true,
- "sides": 5
- },
- "type": "circle",
- "custom": {}
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0,
- "speed": 40,
- "sync": false
- },
- "random": {
- "enable": false,
- "minimumValue": 1
- },
- "value": 3
- },
- "shadow": {
- "blur": 0,
- "color": {
- "value": "#000000"
- },
- "enable": false,
- "offset": {
- "x": 0,
- "y": 0
- }
- },
- "stroke": {
- "color": {
- "value": "#ff0000"
- },
- "width": 0,
- "opacity": 1
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "stroke": {
- "color": "rgba(255, 255, 255, .1)",
- "width": 0.5,
- "opacity": 0.1
- }
- },
- "enable": false,
- "inline": {
- "arrangement": "one-per-point"
- },
- "move": {
- "radius": 10,
- "type": "path"
- },
- "scale": 1,
- "type": "inline",
- "url": ""
- },
- "backgroundMask": {
- "cover": {
- "color": {
- "value": "#fff"
- },
- "opacity": 1
- },
- "enable": false
- },
- "pauseOnBlur": true,
- "background": {
- "color": "#0d47a1",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/reactSimple.ts b/reactSimple.ts
index 8424d75..3d9f005 100644
--- a/reactSimple.ts
+++ b/reactSimple.ts
@@ -0,0 +1,129 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "React Simple",
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 100,
+ duration: 5,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#FFF",
+ },
+ links: {
+ blink: false,
+ color: {
+ value: "#fff",
+ },
+ consent: false,
+ distance: 150,
+ enable: true,
+ opacity: 0.6,
+ shadow: {
+ blur: 5,
+ color: {
+ value: "lime",
+ },
+ enable: false,
+ },
+ width: 1,
+ },
+ move: {
+ enable: true,
+ outModes: "bounce",
+ speed: 3,
+ },
+ collisions: {
+ enable: true,
+ },
+ number: {
+ limit: -1,
+ value: 50,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 1,
+ sync: false,
+ },
+ value: {
+ min: 0.1,
+ max: 0.5,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: 3,
+ },
+ shadow: {
+ blur: 0,
+ color: {
+ value: "#000000",
+ },
+ enable: false,
+ offset: {
+ x: 0,
+ y: 0,
+ },
+ },
+ stroke: {
+ color: {
+ value: "#ff0000",
+ },
+ width: 0,
+ opacity: 1,
+ },
+ },
+ polygon: {
+ draw: {
+ enable: false,
+ stroke: {
+ color: "rgba(255, 255, 255, .1)",
+ width: 0.5,
+ opacity: 0.1,
+ },
+ },
+ enable: false,
+ inline: {
+ arrangement: "one-per-point",
+ },
+ move: {
+ radius: 10,
+ type: "path",
+ },
+ scale: 1,
+ type: "inline",
+ url: "",
+ },
+ backgroundMask: {
+ cover: {
+ color: {
+ value: "#fff",
+ },
+ opacity: 1,
+ },
+ enable: false,
+ },
+ pauseOnBlur: true,
+ background: {
+ color: "#0d47a1",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/reactSnow.json b/reactSnow.json
index 6096966..44a63bd 100644
--- a/reactSnow.json
+++ b/reactSnow.json
@@ -1,212 +0,0 @@
-{
- "name": "React Snow",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "remove"
- }
- },
- "modes": {
- "bubble": {
- "distance": 200,
- "duration": 0.4,
- "opacity": 1,
- "size": 80
- },
- "connect": {
- "distance": 80,
- "links": {
- "opacity": 0.5
- },
- "radius": 60
- },
- "grab": {
- "distance": 180,
- "links": {
- "opacity": 0.35
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 10
- },
- "repulse": {
- "distance": 100,
- "duration": 5
- },
- "slow": {
- "factor": 1,
- "radius": 0
- }
- }
- },
- "particles": {
- "color": {
- "value": "#FFF"
- },
- "links": {
- "blink": false,
- "color": {
- "value": "#fff"
- },
- "consent": false,
- "distance": 150,
- "enable": false,
- "opacity": 0.6,
- "shadow": {
- "blur": 5,
- "color": {
- "value": "lime"
- },
- "enable": false
- },
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 3000,
- "y": 3000
- }
- },
- "collisions": true,
- "direction": "bottom",
- "enable": true,
- "random": false,
- "speed": 3,
- "straight": false,
- "trail": {
- "enable": false,
- "length": 10,
- "fillColor": {
- "value": "#000000"
- }
- }
- },
- "number": {
- "limit": -1,
- "value": 160
- },
- "opacity": {
- "animation": {
- "enable": true,
- "minimumValue": 0.1,
- "speed": 1,
- "sync": false
- },
- "random": {
- "enable": false,
- "minimumValue": 1
- },
- "value": 0.5
- },
- "rotate": {
- "animation": {
- "enable": false,
- "speed": 0,
- "sync": false
- },
- "direction": "clockwise",
- "random": false,
- "value": 0
- },
- "shape": {
- "character": {
- "fill": true,
- "font": "Verdana",
- "style": "",
- "value": "*",
- "weight": "400",
- "close": true
- },
- "image": {
- "height": 100,
- "replaceColor": true,
- "src": "",
- "width": 100,
- "fill": true,
- "close": true
- },
- "polygon": {
- "close": true,
- "fill": true,
- "sides": 5
- },
- "type": "circle",
- "custom": {}
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0,
- "speed": 40,
- "sync": false
- },
- "random": {
- "enable": true,
- "minimumValue": 1
- },
- "value": 10
- },
- "shadow": {
- "blur": 0,
- "color": {
- "value": "#000000"
- },
- "enable": false,
- "offset": {
- "x": 0,
- "y": 0
- }
- },
- "stroke": {
- "color": {
- "value": "#ff0000"
- },
- "width": 0,
- "opacity": 1
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "stroke": {
- "color": "rgba(255, 255, 255, .1)",
- "width": 0.5,
- "opacity": 0.1
- }
- },
- "enable": false,
- "inline": {
- "arrangement": "one-per-point"
- },
- "move": {
- "radius": 10,
- "type": "path"
- },
- "scale": 1,
- "type": "inline",
- "url": ""
- },
- "backgroundMask": {
- "cover": {
- "color": {
- "value": "#fff"
- },
- "opacity": 1
- },
- "enable": false
- },
- "pauseOnBlur": true,
- "background": {
- "color": "#0d47a1",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/reactSnow.ts b/reactSnow.ts
index a838d3b..46edcd6 100644
--- a/reactSnow.ts
+++ b/reactSnow.ts
@@ -0,0 +1,113 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "React Snow",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "remove",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 200,
+ duration: 0.4,
+ opacity: 1,
+ size: 80,
+ },
+ connect: {
+ distance: 80,
+ links: {
+ opacity: 0.5,
+ },
+ radius: 60,
+ },
+ grab: {
+ distance: 180,
+ links: {
+ opacity: 0.35,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 10,
+ },
+ repulse: {
+ distance: 100,
+ duration: 5,
+ },
+ slow: {
+ factor: 1,
+ radius: 0,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#FFF",
+ },
+ links: {
+ blink: false,
+ color: {
+ value: "#fff",
+ },
+ consent: false,
+ distance: 150,
+ enable: false,
+ opacity: 0.6,
+ shadow: {
+ blur: 5,
+ color: {
+ value: "lime",
+ },
+ enable: false,
+ },
+ width: 1,
+ },
+ move: {
+ direction: "bottom",
+ enable: true,
+ speed: 3,
+ },
+ collisions: {
+ enable: true,
+ },
+ number: {
+ limit: -1,
+ value: 160,
+ },
+ opacity: {
+ animation: {
+ enable: true,
+ speed: 1,
+ sync: false,
+ },
+ value: {
+ min: 0.1,
+ max: 0.5,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 10,
+ },
+ },
+ },
+ pauseOnBlur: true,
+ background: {
+ color: "#0d47a1",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/reduceDuplicates.json b/reduceDuplicates.json
index 1892a82..036b9f4 100644
--- a/reduceDuplicates.json
+++ b/reduceDuplicates.json
@@ -1,128 +0,0 @@
-{
- "name": "Reduce Duplicates",
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "move": {
- "direction": "none",
- "enable": true,
- "outModes": "bounce",
- "random": false,
- "speed": 2,
- "straight": false
- },
- "number": {
- "value": 16
- },
- "opacity": {
- "value": 1
- },
- "reduceDuplicates": true,
- "rotate": {
- "animation": {
- "enable": true,
- "speed": 5,
- "sync": false
- },
- "direction": "random",
- "value": {
- "min": 0,
- "max": 360
- }
- },
- "shape": {
- "options": {
- "image": [
- {
- "src": "https://particles.js.org/images/fruits/apple.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/avocado.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/banana.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/berries.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/cherry.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/grapes.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/lemon.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/orange.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/peach.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/pear.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/pepper.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/plum.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/star.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/strawberry.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/watermelon.png",
- "width": 32,
- "height": 32
- },
- {
- "src": "https://particles.js.org/images/fruits/watermelon_slice.png",
- "width": 32,
- "height": 32
- }
- ]
- },
- "type": "image"
- },
- "size": {
- "value": 16
- }
- },
- "background": {
- "color": "#fff"
- }
-}
diff --git a/reduceDuplicates.ts b/reduceDuplicates.ts
index 99b4f70..7187b91 100644
--- a/reduceDuplicates.ts
+++ b/reduceDuplicates.ts
@@ -0,0 +1,129 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Reduce Duplicates",
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ move: {
+ direction: "none",
+ enable: true,
+ outModes: "bounce",
+ speed: 2,
+ },
+ number: {
+ value: 16,
+ },
+ opacity: {
+ value: 1,
+ },
+ reduceDuplicates: true,
+ rotate: {
+ animation: {
+ enable: true,
+ speed: 5,
+ sync: false,
+ },
+ direction: "random",
+ value: {
+ min: 0,
+ max: 360,
+ },
+ },
+ shape: {
+ options: {
+ image: [
+ {
+ src: "https://particles.js.org/images/fruits/apple.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/avocado.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/banana.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/berries.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/cherry.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/grapes.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/lemon.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/orange.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/peach.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/pear.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/pepper.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/plum.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/star.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/strawberry.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/watermelon.png",
+ width: 32,
+ height: 32,
+ },
+ {
+ src: "https://particles.js.org/images/fruits/watermelon_slice.png",
+ width: 32,
+ height: 32,
+ },
+ ],
+ },
+ type: "image",
+ },
+ size: {
+ value: 16,
+ },
+ },
+ background: {
+ color: "#fff",
+ },
+};
+export default options;
diff --git a/repulse.json b/repulse.json
index 993e8ee..c9f988b 100644
--- a/repulse.json
+++ b/repulse.json
@@ -1,123 +0,0 @@
-{
- "name": "Repulse",
- "particles": {
- "groups": {
- "green": {
- "number": {
- "value": 30
- },
- "color": {
- "value": "#00ff00"
- },
- "repulse": {
- "enabled": true,
- "distance": 50,
- "factor": 20
- }
- },
- "yellow": {
- "number": {
- "value": 30
- },
- "color": {
- "value": "#ffff00"
- },
- "repulse": {
- "enabled": false,
- "distance": 0
- }
- },
- "blue": {
- "number": {
- "value": 30
- },
- "color": {
- "value": "#0000ff"
- },
- "repulse": {
- "enabled": true,
- "distance": 50
- }
- },
- "cyan": {
- "number": {
- "value": 30
- },
- "color": {
- "value": "#00ffff"
- },
- "repulse": {
- "enabled": false,
- "distance": 0
- }
- }
- },
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": false,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 14,
- "random": {
- "enable": false,
- "minimumValue": 7
- },
- "animation": {
- "enable": false,
- "speed": 20,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 3
- }
- },
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "push": {
- "quantity": 4
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/repulse.ts b/repulse.ts
index 36af86c..4ec0889 100644
--- a/repulse.ts
+++ b/repulse.ts
@@ -0,0 +1,109 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Repulse",
+ particles: {
+ groups: {
+ green: {
+ number: {
+ value: 30,
+ },
+ color: {
+ value: "#00ff00",
+ },
+ repulse: {
+ enabled: true,
+ distance: 50,
+ factor: 20,
+ },
+ },
+ yellow: {
+ number: {
+ value: 30,
+ },
+ color: {
+ value: "#ffff00",
+ },
+ repulse: {
+ enabled: false,
+ distance: 0,
+ },
+ },
+ blue: {
+ number: {
+ value: 30,
+ },
+ color: {
+ value: "#0000ff",
+ },
+ repulse: {
+ enabled: true,
+ distance: 50,
+ },
+ },
+ cyan: {
+ number: {
+ value: 30,
+ },
+ color: {
+ value: "#00ffff",
+ },
+ repulse: {
+ enabled: false,
+ distance: 0,
+ },
+ },
+ },
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: false,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 14,
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 3,
+ },
+ },
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+export default options;
diff --git a/repulseBack.json b/repulseBack.json
index 1f63ee0..d26b748 100644
--- a/repulseBack.json
+++ b/repulseBack.json
@@ -1,49 +0,0 @@
-{
- "name": "Repulse Back",
- "particles": {
- "number": {
- "value": 200,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "move": {
- "enable": true,
- "speed": 0
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200,
- "factor": 1,
- "speed": 5,
- "easing": "ease-out-back"
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/repulseBack.ts b/repulseBack.ts
index 96a770b..4e7ec1c 100644
--- a/repulseBack.ts
+++ b/repulseBack.ts
@@ -0,0 +1,53 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Repulse Back",
+ particles: {
+ number: {
+ value: 200,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 0,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ factor: 1,
+ speed: 5,
+ easing: "ease-out-back",
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/repulseCirc.json b/repulseCirc.json
index 336ffd0..b9d6a4e 100644
--- a/repulseCirc.json
+++ b/repulseCirc.json
@@ -1,49 +0,0 @@
-{
- "name": "Repulse Circ",
- "particles": {
- "number": {
- "value": 200,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "move": {
- "enable": true,
- "speed": 0
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200,
- "factor": 1,
- "speed": 5,
- "easing": "ease-out-circ"
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/repulseCirc.ts b/repulseCirc.ts
index 1702114..ebf2927 100644
--- a/repulseCirc.ts
+++ b/repulseCirc.ts
@@ -0,0 +1,53 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Repulse Circ",
+ particles: {
+ number: {
+ value: 200,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 0,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ factor: 1,
+ speed: 5,
+ easing: "ease-out-circ",
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/repulseCubic.json b/repulseCubic.json
index b6ee3d2..e0ca79e 100644
--- a/repulseCubic.json
+++ b/repulseCubic.json
@@ -1,49 +0,0 @@
-{
- "name": "Repulse Cubic",
- "particles": {
- "number": {
- "value": 200,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "move": {
- "enable": true,
- "speed": 0
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200,
- "factor": 1,
- "speed": 5,
- "easing": "ease-out-cubic"
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/repulseCubic.ts b/repulseCubic.ts
index 07999d7..d41ba2e 100644
--- a/repulseCubic.ts
+++ b/repulseCubic.ts
@@ -0,0 +1,53 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Repulse Cubic",
+ particles: {
+ number: {
+ value: 200,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 0,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ factor: 1,
+ speed: 5,
+ easing: "ease-out-cubic",
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/repulseExpo.json b/repulseExpo.json
index 90c6b6d..f1fd484 100644
--- a/repulseExpo.json
+++ b/repulseExpo.json
@@ -1,49 +0,0 @@
-{
- "name": "Repulse Expo",
- "particles": {
- "number": {
- "value": 200,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "move": {
- "enable": true,
- "speed": 0
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200,
- "factor": 1,
- "speed": 5,
- "easing": "ease-out-expo"
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/repulseExpo.ts b/repulseExpo.ts
index 53db431..d58a8fe 100644
--- a/repulseExpo.ts
+++ b/repulseExpo.ts
@@ -0,0 +1,53 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Repulse Expo",
+ particles: {
+ number: {
+ value: 200,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 0,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ factor: 1,
+ speed: 5,
+ easing: "ease-out-expo",
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/repulseQuart.json b/repulseQuart.json
index 118b236..da1f9a8 100644
--- a/repulseQuart.json
+++ b/repulseQuart.json
@@ -1,49 +0,0 @@
-{
- "name": "Repulse Quart",
- "particles": {
- "number": {
- "value": 200,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "move": {
- "enable": true,
- "speed": 0
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200,
- "factor": 1,
- "speed": 5,
- "easing": "ease-out-quart"
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/repulseQuart.ts b/repulseQuart.ts
index 7523b45..b1daa91 100644
--- a/repulseQuart.ts
+++ b/repulseQuart.ts
@@ -0,0 +1,53 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Repulse Quart",
+ particles: {
+ number: {
+ value: 200,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 0,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ factor: 1,
+ speed: 5,
+ easing: "ease-out-quart",
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/repulseQuint.json b/repulseQuint.json
index 03f9be0..c8f23ae 100644
--- a/repulseQuint.json
+++ b/repulseQuint.json
@@ -1,49 +0,0 @@
-{
- "name": "Repulse Quint",
- "particles": {
- "number": {
- "value": 200,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "move": {
- "enable": true,
- "speed": 0
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200,
- "factor": 1,
- "speed": 5,
- "easing": "ease-out-quint"
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/repulseQuint.ts b/repulseQuint.ts
index bcc9eaa..cab130a 100644
--- a/repulseQuint.ts
+++ b/repulseQuint.ts
@@ -0,0 +1,53 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Repulse Quint",
+ particles: {
+ number: {
+ value: 200,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 0,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ factor: 1,
+ speed: 5,
+ easing: "ease-out-quint",
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/repulseSine.json b/repulseSine.json
index 235fdf4..8e8575d 100644
--- a/repulseSine.json
+++ b/repulseSine.json
@@ -1,49 +0,0 @@
-{
- "name": "Repulse Sine",
- "particles": {
- "number": {
- "value": 200,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- },
- "move": {
- "enable": true,
- "speed": 0
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200,
- "factor": 1,
- "speed": 5,
- "easing": "ease-out-sine"
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/repulseSine.ts b/repulseSine.ts
index 02284e1..f123069 100644
--- a/repulseSine.ts
+++ b/repulseSine.ts
@@ -0,0 +1,53 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Repulse Sine",
+ particles: {
+ number: {
+ value: 200,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 0,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ factor: 1,
+ speed: 5,
+ easing: "ease-out-sine",
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/responsive.json b/responsive.json
index da5c29d..a40040f 100644
--- a/responsive.json
+++ b/responsive.json
@@ -1,122 +0,0 @@
-{
- "name": "Responsive",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": false
- }
- },
- "color": {
- "value": "#ff0000"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 3,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "responsive": [
- {
- "maxWidth": 600,
- "options": {
- "particles": {
- "color": {
- "value": "#0000ff"
- },
- "number": {
- "value": 40
- }
- }
- }
- },
- {
- "maxWidth": 1000,
- "options": {
- "particles": {
- "color": {
- "value": "#00ff00"
- },
- "number": {
- "value": 60
- }
- }
- }
- }
- ],
- "background": {
- "color": "#000000"
- }
-}
diff --git a/responsive.ts b/responsive.ts
index 67f3cce..94a351b 100644
--- a/responsive.ts
+++ b/responsive.ts
@@ -0,0 +1,106 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Responsive",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: false,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 3,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ responsive: [
+ {
+ maxWidth: 600,
+ options: {
+ particles: {
+ color: {
+ value: "#0000ff",
+ },
+ number: {
+ value: 40,
+ },
+ },
+ },
+ },
+ {
+ maxWidth: 1000,
+ options: {
+ particles: {
+ color: {
+ value: "#00ff00",
+ },
+ number: {
+ value: 60,
+ },
+ },
+ },
+ },
+ ],
+ background: {
+ color: "#000000",
+ },
+};
+export default options;
diff --git a/ring.json b/ring.json
index 824161d..5cb2020 100644
--- a/ring.json
+++ b/ring.json
@@ -1,64 +0,0 @@
-{
- "name": "Ring",
- "particles": {
- "number": {
- "value": 0,
- "limit": 1000
- },
- "color": {
- "value": "#ffffff"
- },
- "move": {
- "enable": true,
- "outModes": {
- "default": "destroy"
- },
- "speed": 1,
- "path": {
- "enable": true,
- "delay": {
- "value": 0.75
- }
- },
- "trail": {
- "enable": true,
- "fillColor": "#031927",
- "length": 1000
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.05
- },
- "size": {
- "value": 1
- }
- },
- "background": {
- "color": "#031927"
- },
- "emitters": {
- "fill": false,
- "shape": "circle",
- "position": {
- "x": 50,
- "y": 50
- },
- "size": {
- "width": 250,
- "height": 250,
- "mode": "precise"
- },
- "life": {
- "delay": 10,
- "wait": true
- },
- "rate": {
- "delay": 0.1,
- "quantity": 10
- },
- "startCount": 1000
- }
-}
diff --git a/ring.ts b/ring.ts
index 6423edb..5ec45ff 100644
--- a/ring.ts
+++ b/ring.ts
@@ -0,0 +1,68 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Ring",
+ particles: {
+ number: {
+ value: 0,
+ limit: 1000,
+ },
+ color: {
+ value: "#ffffff",
+ },
+ move: {
+ enable: true,
+ outModes: {
+ default: "destroy",
+ },
+ speed: 1,
+ path: {
+ enable: true,
+ delay: {
+ value: 0.75,
+ },
+ },
+ trail: {
+ enable: true,
+ fill: { color: "#031927" },
+ length: 1000,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.05,
+ },
+ size: {
+ value: 1,
+ },
+ },
+ background: {
+ color: "#031927",
+ },
+ emitters: {
+ fill: false,
+ shape: "circle",
+ position: {
+ x: 50,
+ y: 50,
+ },
+ size: {
+ width: 250,
+ height: 250,
+ mode: "precise",
+ },
+ life: {
+ delay: 10,
+ wait: true,
+ },
+ rate: {
+ delay: 0.1,
+ quantity: 10,
+ },
+ startCount: 1000,
+ },
+};
+
+export default options;
diff --git a/seaAnemone.json b/seaAnemone.json
index b62daf8..6ba4115 100644
--- a/seaAnemone.json
+++ b/seaAnemone.json
@@ -1,87 +0,0 @@
-{
- "name": "Sea Anemone",
- "particles": {
- "color": {
- "value": "#FF0000"
- },
- "move": {
- "attract": {
- "enable": true,
- "rotate": {
- "distance": 100,
- "x": 2000,
- "y": 2000
- }
- },
- "direction": "none",
- "enable": true,
- "outModes": {
- "default": "destroy"
- },
- "path": {
- "clamp": false,
- "enable": true,
- "delay": {
- "value": 0
- },
- "generator": "curvesPathGenerator"
- },
- "random": false,
- "speed": 1,
- "straight": false,
- "trail": {
- "fillColor": "#000",
- "length": 30,
- "enable": true
- }
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 0
- },
- "opacity": {
- "value": 1
- },
- "shape": {
- "type": "circle"
- },
- "size": {
- "value": 10,
- "animation": {
- "count": 1,
- "startValue": "min",
- "enable": true,
- "minimumValue": 1,
- "speed": 10,
- "sync": true
- }
- }
- },
- "background": {
- "color": "#000"
- },
- "emitters": {
- "direction": "none",
- "rate": {
- "quantity": 5,
- "delay": 0.3
- },
- "size": {
- "width": 0,
- "height": 0
- },
- "spawnColor": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 10
- }
- },
- "position": {
- "x": 50,
- "y": 50
- }
- }
-}
diff --git a/seaAnemone.ts b/seaAnemone.ts
index a5525d4..5959f91 100644
--- a/seaAnemone.ts
+++ b/seaAnemone.ts
@@ -0,0 +1,83 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Sea Anemone",
+ particles: {
+ color: {
+ value: "#FF0000",
+ },
+ move: {
+ direction: "none",
+ enable: true,
+ outModes: {
+ default: "destroy",
+ },
+ path: {
+ clamp: false,
+ enable: true,
+ delay: {
+ value: 0,
+ },
+ generator: "curvesPathGenerator",
+ },
+ speed: 1,
+ trail: {
+ fill: { color: "#000" },
+ length: 30,
+ enable: true,
+ },
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ value: 0,
+ },
+ opacity: {
+ value: 1,
+ },
+ shape: {
+ type: "circle",
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 10,
+ },
+ animation: {
+ count: 1,
+ startValue: "min",
+ enable: true,
+ speed: 10,
+ sync: true,
+ },
+ },
+ },
+ background: {
+ color: "#000",
+ },
+ emitters: {
+ direction: "none",
+ rate: {
+ quantity: 5,
+ delay: 0.3,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ spawnColor: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 10,
+ },
+ },
+ position: {
+ x: 50,
+ y: 50,
+ },
+ },
+};
+
+export default options;
diff --git a/shadow.json b/shadow.json
index 15a9ae0..0608242 100644
--- a/shadow.json
+++ b/shadow.json
@@ -1,114 +0,0 @@
-{
- "name": "Shadow",
- "smooth": true,
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shadow": {
- "enable": true,
- "color": "#000000",
- "blur": 5,
- "offset": {
- "x": 3,
- "y": 3
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 5,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1,
- "shadow": {
- "enable": true,
- "blur": 5,
- "color": "#000000"
- }
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/shadow.ts b/shadow.ts
index cfd3143..ebccc69 100644
--- a/shadow.ts
+++ b/shadow.ts
@@ -0,0 +1,98 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Shadow",
+ smooth: true,
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shadow: {
+ enable: true,
+ color: "#000000",
+ blur: 5,
+ offset: {
+ x: 3,
+ y: 3,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 5,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ shadow: {
+ enable: true,
+ blur: 5,
+ color: "#000000",
+ },
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+export default options;
diff --git a/shapeBubble.json b/shapeBubble.json
index 08fe0fa..e805342 100644
--- a/shapeBubble.json
+++ b/shapeBubble.json
@@ -1,95 +0,0 @@
-{
- "name": "Shape Bubble",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "bubble"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 50,
- "random": {
- "enable": true,
- "minimumValue": 5
- },
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/shapeBubble.ts b/shapeBubble.ts
index d7ffe6d..881da07 100644
--- a/shapeBubble.ts
+++ b/shapeBubble.ts
@@ -0,0 +1,77 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Shape Bubble",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "bubble",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 5,
+ max: 50,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/shapeCog.json b/shapeCog.json
index d006253..cfc63d4 100644
--- a/shapeCog.json
+++ b/shapeCog.json
@@ -1,91 +0,0 @@
-{
- "name": "Shape Cog",
- "particles": {
- "color": {
- "value": ["#777", "#333", "#700", "#007", "#070"]
- },
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "shape": {
- "type": "cog",
- "options": {
- "cog": {
- "holeRadius": 44,
- "innerRadius": 72,
- "innerTaper": 35,
- "notches": 7,
- "outerTaper": 50
- }
- }
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": { "min": 15, "max": 30 }
- },
- "links": {
- "enable": false,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "rotate": {
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": false
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/shapeCog.ts b/shapeCog.ts
index 7089d20..e886740 100644
--- a/shapeCog.ts
+++ b/shapeCog.ts
@@ -0,0 +1,94 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Shape Cog",
+ particles: {
+ color: {
+ value: ["#777", "#333", "#700", "#007", "#070"],
+ },
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ shape: {
+ type: "cog",
+ options: {
+ cog: {
+ holeRadius: 44,
+ innerRadius: 72,
+ innerTaper: 35,
+ notches: 7,
+ outerTaper: 50,
+ },
+ },
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: { min: 15, max: 30 },
+ },
+ links: {
+ enable: false,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ rotate: {
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: false,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "none",
+ random: false,
+ straight: false,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+export default options;
diff --git a/shapeHeart.json b/shapeHeart.json
index c3dea6b..a49dae7 100644
--- a/shapeHeart.json
+++ b/shapeHeart.json
@@ -1,102 +0,0 @@
-{
- "name": "Shape Heart",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "heart"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 10,
- "random": {
- "enable": true,
- "minimumValue": 5
- },
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/shapeHeart.ts b/shapeHeart.ts
index 55539e7..5a341ca 100644
--- a/shapeHeart.ts
+++ b/shapeHeart.ts
@@ -0,0 +1,84 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Shape Heart",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "heart",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 5,
+ max: 10,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/shapeMultilineText.json b/shapeMultilineText.json
index dacb212..fe4ea06 100644
--- a/shapeMultilineText.json
+++ b/shapeMultilineText.json
@@ -1,46 +0,0 @@
-{
- "name": "Shape Multiline Text",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "multiline-text",
- "options": {
- "multiline-text": {
- "value": "pippo\\npluto"
- }
- }
- },
- "opacity": {
- "value": {
- "min": 0.5,
- "max": 1
- }
- },
- "size": {
- "value": {
- "min": 16,
- "max": 32
- }
- },
- "move": {
- "enable": true,
- "speed": 6
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/shapeMultilineText.ts b/shapeMultilineText.ts
index e52a1fe..d08924b 100644
--- a/shapeMultilineText.ts
+++ b/shapeMultilineText.ts
@@ -0,0 +1,50 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Shape Multiline Text",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "multiline-text",
+ options: {
+ "multiline-text": {
+ value: "pippo\\npluto",
+ },
+ },
+ },
+ opacity: {
+ value: {
+ min: 0.5,
+ max: 1,
+ },
+ },
+ size: {
+ value: {
+ min: 16,
+ max: 32,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/shapeOptions.json b/shapeOptions.json
index 4e9e362..f7a33be 100644
--- a/shapeOptions.json
+++ b/shapeOptions.json
@@ -1,55 +0,0 @@
-{
- "name": "Shape Options",
- "particles": {
- "color": {
- "value": "#000"
- },
- "move": {
- "direction": "none",
- "enable": true,
- "speed": 6
- },
- "number": {
- "value": 80
- },
- "rotate": {
- "value": 45,
- "path": true
- },
- "opacity": {
- "value": 1
- },
- "shape": {
- "image": [
- {
- "height": 128,
- "src": "https://particles.js.org/images/plane_alt.png",
- "width": 128
- },
- {
- "height": 128,
- "src": "https://particles.js.org/images/plane_alt.png",
- "width": 128,
- "particles": {
- "rotate": {
- "value": 0
- },
- "size": {
- "animation": {
- "enable": true,
- "speed": 64
- }
- }
- }
- }
- ],
- "type": "image"
- },
- "size": {
- "value": {
- "min": 16,
- "max": 32
- }
- }
- }
-}
diff --git a/shapeOptions.ts b/shapeOptions.ts
index 04174f9..b3e1750 100644
--- a/shapeOptions.ts
+++ b/shapeOptions.ts
@@ -0,0 +1,61 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Shape Options",
+ particles: {
+ color: {
+ value: "#000",
+ },
+ move: {
+ direction: "none",
+ enable: true,
+ speed: 6,
+ },
+ number: {
+ value: 80,
+ },
+ rotate: {
+ value: 45,
+ path: true,
+ },
+ opacity: {
+ value: 1,
+ },
+ shape: {
+ options: {
+ image: [
+ {
+ height: 128,
+ src: "https://particles.js.org/images/plane_alt.png",
+ width: 128,
+ },
+ {
+ height: 128,
+ src: "https://particles.js.org/images/plane_alt.png",
+ width: 128,
+ particles: {
+ rotate: {
+ value: 0,
+ },
+ size: {
+ animation: {
+ enable: true,
+ speed: 64,
+ },
+ },
+ },
+ },
+ ],
+ },
+ type: "image",
+ },
+ size: {
+ value: {
+ min: 16,
+ max: 32,
+ },
+ },
+ },
+};
+
+export default options;
diff --git a/shapePath.json b/shapePath.json
index 39e5e86..b289408 100644
--- a/shapePath.json
+++ b/shapePath.json
@@ -1,165 +0,0 @@
-{
- "name": "Shape Path",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "path",
- "options": {
- "path": [
- {
- "segments": [
- {
- "type": "line",
- "values": [
- {
- "x": -0.5,
- "y": -0.5
- }
- ]
- },
- {
- "type": "bezier",
- "values": [
- {
- "x": -0.5,
- "y": 0.5
- },
- {
- "x": 1,
- "y": 1
- },
- {
- "x": 1,
- "y": 0.5
- },
- {
- "x": 1,
- "y": -0.5
- }
- ]
- },
- {
- "type": "quadratic",
- "values": [
- {
- "x": 0.5,
- "y": 0.5
- },
- {
- "x": 0.5,
- "y": -0.5
- },
- {
- "x": -0.5,
- "y": 0.5
- }
- ]
- },
- {
- "type": "line",
- "values": [
- {
- "x": 0.5,
- "y": -0.5
- }
- ]
- }
- ],
- "half": false
- },
- {
- "segments": [
- {
- "type": "line",
- "values": [
- {
- "x": -1,
- "y": -1
- }
- ]
- },
- {
- "type": "bezier",
- "values": [
- {
- "x": -1,
- "y": 1
- },
- {
- "x": 1,
- "y": 1
- },
- {
- "x": 0.5,
- "y": 1
- },
- {
- "x": -0.5,
- "y": 1
- }
- ]
- },
- {
- "type": "quadratic",
- "values": [
- {
- "x": 1,
- "y": 1
- },
- {
- "x": 1,
- "y": -1
- },
- {
- "x": -1,
- "y": 1
- }
- ]
- },
- {
- "type": "line",
- "values": [
- {
- "x": 1,
- "y": -1
- }
- ]
- }
- ],
- "half": false
- }
- ]
- }
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 5,
- "max": 50
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none"
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/shapePath.ts b/shapePath.ts
index 74aa5a3..01d72c1 100644
--- a/shapePath.ts
+++ b/shapePath.ts
@@ -0,0 +1,169 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Shape Path",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "path",
+ options: {
+ path: [
+ {
+ segments: [
+ {
+ type: "line",
+ values: [
+ {
+ x: -0.5,
+ y: -0.5,
+ },
+ ],
+ },
+ {
+ type: "bezier",
+ values: [
+ {
+ x: -0.5,
+ y: 0.5,
+ },
+ {
+ x: 1,
+ y: 1,
+ },
+ {
+ x: 1,
+ y: 0.5,
+ },
+ {
+ x: 1,
+ y: -0.5,
+ },
+ ],
+ },
+ {
+ type: "quadratic",
+ values: [
+ {
+ x: 0.5,
+ y: 0.5,
+ },
+ {
+ x: 0.5,
+ y: -0.5,
+ },
+ {
+ x: -0.5,
+ y: 0.5,
+ },
+ ],
+ },
+ {
+ type: "line",
+ values: [
+ {
+ x: 0.5,
+ y: -0.5,
+ },
+ ],
+ },
+ ],
+ half: false,
+ },
+ {
+ segments: [
+ {
+ type: "line",
+ values: [
+ {
+ x: -1,
+ y: -1,
+ },
+ ],
+ },
+ {
+ type: "bezier",
+ values: [
+ {
+ x: -1,
+ y: 1,
+ },
+ {
+ x: 1,
+ y: 1,
+ },
+ {
+ x: 0.5,
+ y: 1,
+ },
+ {
+ x: -0.5,
+ y: 1,
+ },
+ ],
+ },
+ {
+ type: "quadratic",
+ values: [
+ {
+ x: 1,
+ y: 1,
+ },
+ {
+ x: 1,
+ y: -1,
+ },
+ {
+ x: -1,
+ y: 1,
+ },
+ ],
+ },
+ {
+ type: "line",
+ values: [
+ {
+ x: 1,
+ y: -1,
+ },
+ ],
+ },
+ ],
+ half: false,
+ },
+ ],
+ },
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 5,
+ max: 50,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "none",
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/shapeRoundedRect.json b/shapeRoundedRect.json
index 8e2abe8..06fdc83 100644
--- a/shapeRoundedRect.json
+++ b/shapeRoundedRect.json
@@ -1,95 +0,0 @@
-{
- "name": "Shape Rounded Rect",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "rotate": {
- "value": 0,
- "random": true,
- "direction": "clockwise",
- "animation": {
- "enable": true,
- "speed": 5,
- "sync": false
- }
- },
- "shape": {
- "type": "rounded-rect",
- "options": {
- "rounded-rect": {
- "radius": 5
- }
- }
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 30
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/shapeRoundedRect.ts b/shapeRoundedRect.ts
index a346db6..82c39ad 100644
--- a/shapeRoundedRect.ts
+++ b/shapeRoundedRect.ts
@@ -0,0 +1,91 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Shape Rounded Rect",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ direction: "clockwise",
+ animation: {
+ enable: true,
+ speed: 5,
+ sync: false,
+ },
+ },
+ shape: {
+ type: "rounded-rect",
+ options: {
+ "rounded-rect": {
+ radius: 5,
+ },
+ },
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: 30,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/shapeSpiral.json b/shapeSpiral.json
index e76ae1d..ce3d1ea 100644
--- a/shapeSpiral.json
+++ b/shapeSpiral.json
@@ -1,106 +0,0 @@
-{
- "name": "Shape Spiral",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "stroke": {
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "width": 1
- },
- "shape": {
- "type": "spiral",
- "options": {
- "spiral": {
- "innerRadius": 1,
- "lineSpacing": 1,
- "widthFactor": 10,
- "fill": false,
- "close": false
- }
- }
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": { "min": 10, "max": 20 }
- },
- "links": {
- "enable": false,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "rotate": {
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": false
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/shapeSpiral.ts b/shapeSpiral.ts
index aa2dc1f..41d227e 100644
--- a/shapeSpiral.ts
+++ b/shapeSpiral.ts
@@ -0,0 +1,102 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Shape Spiral",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ stroke: {
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ width: 1,
+ },
+ shape: {
+ type: "spiral",
+ options: {
+ spiral: {
+ innerRadius: 0.5,
+ lineSpacing: 0.5,
+ fill: false,
+ close: false,
+ },
+ },
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 5,
+ max: 10,
+ },
+ },
+ links: {
+ enable: false,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ rotate: {
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: false,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+
+export default options;
diff --git a/slow.json b/slow.json
index 7ae2e04..efbe2c2 100644
--- a/slow.json
+++ b/slow.json
@@ -1,103 +0,0 @@
-{
- "name": "Slow",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 5,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 20,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "slow",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "slow": {
- "radius": 100,
- "factor": 3
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/slow.ts b/slow.ts
index 1391219..072e74d 100644
--- a/slow.ts
+++ b/slow.ts
@@ -0,0 +1,87 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Slow",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 5,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 20,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "slow",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ slow: {
+ radius: 100,
+ factor: 3,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+export default options;
diff --git a/snow.json b/snow.json
index a14ee72..88b2033 100644
--- a/snow.json
+++ b/snow.json
@@ -1,48 +0,0 @@
-{
- "name": "Snow",
- "particles": {
- "number": {
- "value": 400,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#fff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 10
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "bottom",
- "random": false,
- "straight": true
- },
- "wobble": {
- "enable": true,
- "distance": 10,
- "speed": 10
- },
- "zIndex": {
- "enable": true,
- "value": {
- "min": 0,
- "max": 100
- },
- "opacityRate": 10,
- "sizeRate": 10,
- "velocityRate": 10
- }
- },
- "background": {
- "color": "#333333"
- }
-}
diff --git a/snow.ts b/snow.ts
index 184af18..747fa7c 100644
--- a/snow.ts
+++ b/snow.ts
@@ -0,0 +1,50 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Snow",
+ particles: {
+ number: {
+ value: 400,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#fff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 10,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ direction: "bottom",
+ straight: true,
+ },
+ wobble: {
+ enable: true,
+ distance: 10,
+ speed: 10,
+ },
+ zIndex: {
+ value: {
+ min: 0,
+ max: 100,
+ },
+ opacityRate: 10,
+ sizeRate: 10,
+ velocityRate: 10,
+ },
+ },
+ background: {
+ color: "#333333",
+ },
+};
+
+export default options;
diff --git a/soundsAudio.json b/soundsAudio.json
index 2dfcba7..c075968 100644
--- a/soundsAudio.json
+++ b/soundsAudio.json
@@ -1,65 +0,0 @@
-{
- "name": "Sounds Audio",
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 120,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": {
- "min": 3,
- "max": 6
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "outModes": "destroy"
- }
- },
- "background": {
- "color": "#000000"
- },
- "emitters": {
- "position": {
- "x": 50,
- "y": 50
- },
- "rate": {
- "quantity": 1,
- "delay": 0.3
- },
- "size": {
- "width": 0,
- "height": 0
- }
- },
- "sounds": {
- "enable": true,
- "events": [
- {
- "event": "particleRemoved",
- "audio": [
- "https://particles.js.org/audio/explosion0.mp3",
- "https://particles.js.org/audio/explosion1.mp3",
- "https://particles.js.org/audio/explosion2.mp3"
- ]
- }
- ],
- "volume": 100
- }
-}
diff --git a/soundsAudio.ts b/soundsAudio.ts
index 8dca1a5..11bba65 100644
--- a/soundsAudio.ts
+++ b/soundsAudio.ts
@@ -0,0 +1,69 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Sounds Audio",
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 120,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 3,
+ max: 6,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "none",
+ outModes: "destroy",
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+ emitters: {
+ position: {
+ x: 50,
+ y: 50,
+ },
+ rate: {
+ quantity: 1,
+ delay: 0.3,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ },
+ sounds: {
+ enable: true,
+ events: [
+ {
+ event: "particleRemoved",
+ audio: [
+ "https://particles.js.org/audio/explosion0.mp3",
+ "https://particles.js.org/audio/explosion1.mp3",
+ "https://particles.js.org/audio/explosion2.mp3",
+ ],
+ },
+ ],
+ volume: 100,
+ },
+};
+
+export default options;
diff --git a/soundsLoop.json b/soundsLoop.json
index 7d384b0..f7cbca1 100644
--- a/soundsLoop.json
+++ b/soundsLoop.json
@@ -1,64 +0,0 @@
-{
- "name": "Sounds Loop",
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 120,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": {
- "min": 3,
- "max": 6
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "outModes": "destroy"
- }
- },
- "background": {
- "color": "#000000"
- },
- "emitters": {
- "position": {
- "x": 50,
- "y": 50
- },
- "rate": {
- "quantity": 1,
- "delay": 0.3
- },
- "size": {
- "width": 0,
- "height": 0
- }
- },
- "sounds": {
- "enable": true,
- "events": [
- {
- "event": "soundsUnmuted",
- "audio": {
- "loop": true,
- "source": "https://particles.js.org/audio/nyancat-loop.mp3"
- }
- }
- ],
- "volume": 100
- }
-}
diff --git a/soundsLoop.ts b/soundsLoop.ts
index d35aa07..6647798 100644
--- a/soundsLoop.ts
+++ b/soundsLoop.ts
@@ -0,0 +1,68 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Sounds Loop",
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 120,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 3,
+ max: 6,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "none",
+ outModes: "destroy",
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+ emitters: {
+ position: {
+ x: 50,
+ y: 50,
+ },
+ rate: {
+ quantity: 1,
+ delay: 0.3,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ },
+ sounds: {
+ enable: true,
+ events: [
+ {
+ event: "soundsUnmuted",
+ audio: {
+ loop: true,
+ source: "https://particles.js.org/audio/nyancat-loop.mp3",
+ },
+ },
+ ],
+ volume: 100,
+ },
+};
+
+export default options;
diff --git a/soundsMelodies.json b/soundsMelodies.json
index 0137669..217144f 100644
--- a/soundsMelodies.json
+++ b/soundsMelodies.json
@@ -1,87 +0,0 @@
-{
- "name": "Sounds Melodies",
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 120,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": {
- "min": 3,
- "max": 6
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "outModes": "destroy"
- }
- },
- "background": {
- "color": "#000000"
- },
- "emitters": {
- "position": {
- "x": 50,
- "y": 50
- },
- "rate": {
- "quantity": 1,
- "delay": 0.3
- },
- "size": {
- "width": 0,
- "height": 0
- }
- },
- "sounds": {
- "enable": true,
- "events": [
- {
- "event": "particleAdded",
- "melodies": [
- {
- "notes": [
- {
- "duration": 500,
- "value": ["C5", "E5", "G5"]
- },
- {
- "duration": 1000,
- "value": ["D5", "F5", "A5"]
- }
- ]
- }
- ]
- },
- {
- "event": "particleRemoved",
- "melodies": [
- {
- "notes": [
- {
- "duration": 500,
- "value": ["E5", "G5", "B5"]
- }
- ]
- }
- ]
- }
- ],
- "volume": 10
- }
-}
diff --git a/soundsMelodies.ts b/soundsMelodies.ts
index c192d90..9aa34e5 100644
--- a/soundsMelodies.ts
+++ b/soundsMelodies.ts
@@ -0,0 +1,91 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Sounds Melodies",
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 120,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 3,
+ max: 6,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "none",
+ outModes: "destroy",
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+ emitters: {
+ position: {
+ x: 50,
+ y: 50,
+ },
+ rate: {
+ quantity: 1,
+ delay: 0.3,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ },
+ sounds: {
+ enable: true,
+ events: [
+ {
+ event: "particleAdded",
+ melodies: [
+ {
+ notes: [
+ {
+ duration: 500,
+ value: ["C5", "E5", "G5"],
+ },
+ {
+ duration: 1000,
+ value: ["D5", "F5", "A5"],
+ },
+ ],
+ },
+ ],
+ },
+ {
+ event: "particleRemoved",
+ melodies: [
+ {
+ notes: [
+ {
+ duration: 500,
+ value: ["E5", "G5", "B5"],
+ },
+ ],
+ },
+ ],
+ },
+ ],
+ volume: 10,
+ },
+};
+
+export default options;
diff --git a/soundsMelodyLoop.json b/soundsMelodyLoop.json
index 3c33258..0cca14c 100644
--- a/soundsMelodyLoop.json
+++ b/soundsMelodyLoop.json
@@ -1,339 +0,0 @@
-{
- "name": "Sounds Melody Loop",
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 120,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": {
- "min": 3,
- "max": 6
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "outModes": "destroy"
- }
- },
- "background": {
- "color": "#000000"
- },
- "emitters": {
- "position": {
- "x": 50,
- "y": 50
- },
- "rate": {
- "quantity": 1,
- "delay": 0.3
- },
- "size": {
- "width": 0,
- "height": 0
- }
- },
- "sounds": {
- "enable": true,
- "events": [
- {
- "event": "soundsUnmuted",
- "melodies": [
- {
- "loop": true,
- "melodies": [
- {
- "notes": [
- {
- "duration": 217.39,
- "value": "E5"
- },
- {
- "duration": 217.39,
- "value": "Eb5"
- },
- {
- "duration": 217.39,
- "value": "E5"
- },
- {
- "duration": 217.39,
- "value": "Eb5"
- },
- {
- "duration": 217.39,
- "value": "E5"
- },
- {
- "duration": 217.39,
- "value": "B4"
- },
- {
- "duration": 217.39,
- "value": "D5"
- },
- {
- "duration": 217.39,
- "value": "C5"
- },
- {
- "duration": 434.78,
- "value": "A4"
- },
- {
- "duration": 217.39,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "C4"
- },
- {
- "duration": 217.39,
- "value": "E4"
- },
- {
- "duration": 217.39,
- "value": "A4"
- },
- {
- "duration": 434.78,
- "value": "B4"
- },
- {
- "duration": 217.39,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "E4"
- },
- {
- "duration": 217.39,
- "value": "Ab4"
- },
- {
- "duration": 217.39,
- "value": "B4"
- },
- {
- "duration": 434.78,
- "value": "C5"
- },
- {
- "duration": 217.39,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "E4"
- },
- {
- "duration": 217.39,
- "value": "E5"
- },
- {
- "duration": 217.39,
- "value": "Eb5"
- },
- {
- "duration": 217.39,
- "value": "E5"
- },
- {
- "duration": 217.39,
- "value": "Eb5"
- },
- {
- "duration": 217.39,
- "value": "E5"
- },
- {
- "duration": 217.39,
- "value": "B4"
- },
- {
- "duration": 217.39,
- "value": "D5"
- },
- {
- "duration": 217.39,
- "value": "C5"
- },
- {
- "duration": 434.78,
- "value": "A4"
- },
- {
- "duration": 217.39,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "C4"
- },
- {
- "duration": 217.39,
- "value": "E4"
- },
- {
- "duration": 217.39,
- "value": "A4"
- },
- {
- "duration": 434.78,
- "value": "B4"
- },
- {
- "duration": 217.39,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "E4"
- },
- {
- "duration": 217.39,
- "value": "C5"
- },
- {
- "duration": 217.39,
- "value": "B4"
- },
- {
- "duration": 434.78,
- "value": "A4"
- },
- {
- "duration": 434.78,
- "value": "pause"
- }
- ]
- },
- {
- "notes": [
- {
- "duration": 1739.12,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "A2"
- },
- {
- "duration": 217.39,
- "value": "E3"
- },
- {
- "duration": 217.39,
- "value": "A3"
- },
- {
- "duration": 652.17,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "E2"
- },
- {
- "duration": 217.39,
- "value": "B2"
- },
- {
- "duration": 217.39,
- "value": "E3"
- },
- {
- "duration": 652.17,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "A2"
- },
- {
- "duration": 217.39,
- "value": "E3"
- },
- {
- "duration": 217.39,
- "value": "A3"
- },
- {
- "duration": 1956.51,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "A2"
- },
- {
- "duration": 217.39,
- "value": "E3"
- },
- {
- "duration": 217.39,
- "value": "A3"
- },
- {
- "duration": 652.17,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "E2"
- },
- {
- "duration": 217.39,
- "value": "B2"
- },
- {
- "duration": 217.39,
- "value": "E3"
- },
- {
- "duration": 652.17,
- "value": "pause"
- },
- {
- "duration": 217.39,
- "value": "A2"
- },
- {
- "duration": 217.39,
- "value": "E3"
- },
- {
- "duration": 217.39,
- "value": "A3"
- },
- {
- "duration": 217.39,
- "value": "pause"
- }
- ]
- }
- ]
- }
- ]
- }
- ],
- "volume": 10
- }
-}
diff --git a/soundsMelodyLoop.ts b/soundsMelodyLoop.ts
index 67c5563..1185234 100644
--- a/soundsMelodyLoop.ts
+++ b/soundsMelodyLoop.ts
@@ -0,0 +1,343 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Sounds Melody Loop",
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 120,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 3,
+ max: 6,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "none",
+ outModes: "destroy",
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+ emitters: {
+ position: {
+ x: 50,
+ y: 50,
+ },
+ rate: {
+ quantity: 1,
+ delay: 0.3,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ },
+ sounds: {
+ enable: true,
+ events: [
+ {
+ event: "soundsUnmuted",
+ melodies: [
+ {
+ loop: true,
+ melodies: [
+ {
+ notes: [
+ {
+ duration: 217.39,
+ value: "E5",
+ },
+ {
+ duration: 217.39,
+ value: "Eb5",
+ },
+ {
+ duration: 217.39,
+ value: "E5",
+ },
+ {
+ duration: 217.39,
+ value: "Eb5",
+ },
+ {
+ duration: 217.39,
+ value: "E5",
+ },
+ {
+ duration: 217.39,
+ value: "B4",
+ },
+ {
+ duration: 217.39,
+ value: "D5",
+ },
+ {
+ duration: 217.39,
+ value: "C5",
+ },
+ {
+ duration: 434.78,
+ value: "A4",
+ },
+ {
+ duration: 217.39,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "C4",
+ },
+ {
+ duration: 217.39,
+ value: "E4",
+ },
+ {
+ duration: 217.39,
+ value: "A4",
+ },
+ {
+ duration: 434.78,
+ value: "B4",
+ },
+ {
+ duration: 217.39,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "E4",
+ },
+ {
+ duration: 217.39,
+ value: "Ab4",
+ },
+ {
+ duration: 217.39,
+ value: "B4",
+ },
+ {
+ duration: 434.78,
+ value: "C5",
+ },
+ {
+ duration: 217.39,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "E4",
+ },
+ {
+ duration: 217.39,
+ value: "E5",
+ },
+ {
+ duration: 217.39,
+ value: "Eb5",
+ },
+ {
+ duration: 217.39,
+ value: "E5",
+ },
+ {
+ duration: 217.39,
+ value: "Eb5",
+ },
+ {
+ duration: 217.39,
+ value: "E5",
+ },
+ {
+ duration: 217.39,
+ value: "B4",
+ },
+ {
+ duration: 217.39,
+ value: "D5",
+ },
+ {
+ duration: 217.39,
+ value: "C5",
+ },
+ {
+ duration: 434.78,
+ value: "A4",
+ },
+ {
+ duration: 217.39,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "C4",
+ },
+ {
+ duration: 217.39,
+ value: "E4",
+ },
+ {
+ duration: 217.39,
+ value: "A4",
+ },
+ {
+ duration: 434.78,
+ value: "B4",
+ },
+ {
+ duration: 217.39,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "E4",
+ },
+ {
+ duration: 217.39,
+ value: "C5",
+ },
+ {
+ duration: 217.39,
+ value: "B4",
+ },
+ {
+ duration: 434.78,
+ value: "A4",
+ },
+ {
+ duration: 434.78,
+ value: "pause",
+ },
+ ],
+ },
+ {
+ notes: [
+ {
+ duration: 1739.12,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "A2",
+ },
+ {
+ duration: 217.39,
+ value: "E3",
+ },
+ {
+ duration: 217.39,
+ value: "A3",
+ },
+ {
+ duration: 652.17,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "E2",
+ },
+ {
+ duration: 217.39,
+ value: "B2",
+ },
+ {
+ duration: 217.39,
+ value: "E3",
+ },
+ {
+ duration: 652.17,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "A2",
+ },
+ {
+ duration: 217.39,
+ value: "E3",
+ },
+ {
+ duration: 217.39,
+ value: "A3",
+ },
+ {
+ duration: 1956.51,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "A2",
+ },
+ {
+ duration: 217.39,
+ value: "E3",
+ },
+ {
+ duration: 217.39,
+ value: "A3",
+ },
+ {
+ duration: 652.17,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "E2",
+ },
+ {
+ duration: 217.39,
+ value: "B2",
+ },
+ {
+ duration: 217.39,
+ value: "E3",
+ },
+ {
+ duration: 652.17,
+ value: "pause",
+ },
+ {
+ duration: 217.39,
+ value: "A2",
+ },
+ {
+ duration: 217.39,
+ value: "E3",
+ },
+ {
+ duration: 217.39,
+ value: "A3",
+ },
+ {
+ duration: 217.39,
+ value: "pause",
+ },
+ ],
+ },
+ ],
+ },
+ ],
+ },
+ ],
+ volume: 10,
+ },
+};
+
+export default options;
diff --git a/soundsNotes.json b/soundsNotes.json
index 7bb74b3..ee08c15 100644
--- a/soundsNotes.json
+++ b/soundsNotes.json
@@ -1,79 +0,0 @@
-{
- "name": "Sounds Notes",
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 120,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": {
- "min": 3,
- "max": 6
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "outModes": "destroy"
- }
- },
- "background": {
- "color": "#000000"
- },
- "emitters": {
- "position": {
- "x": 50,
- "y": 50
- },
- "rate": {
- "quantity": 1,
- "delay": 0.3
- },
- "size": {
- "width": 0,
- "height": 0
- }
- },
- "sounds": {
- "enable": true,
- "events": [
- {
- "event": "particleAdded",
- "notes": [
- {
- "duration": 500,
- "value": ["C5", "E5", "G5"]
- },
- {
- "duration": 1000,
- "value": ["D5", "F5", "A5"]
- }
- ]
- },
- {
- "event": "particleRemoved",
- "notes": [
- {
- "duration": 500,
- "value": ["E5", "G5", "B5"]
- }
- ]
- }
- ],
- "volume": 10
- }
-}
diff --git a/soundsNotes.ts b/soundsNotes.ts
index 1251cca..192308e 100644
--- a/soundsNotes.ts
+++ b/soundsNotes.ts
@@ -0,0 +1,83 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Sounds Notes",
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 120,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: {
+ min: 3,
+ max: 6,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "none",
+ outModes: "destroy",
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+ emitters: {
+ position: {
+ x: 50,
+ y: 50,
+ },
+ rate: {
+ quantity: 1,
+ delay: 0.3,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ },
+ sounds: {
+ enable: true,
+ events: [
+ {
+ event: "particleAdded",
+ notes: [
+ {
+ duration: 500,
+ value: ["C5", "E5", "G5"],
+ },
+ {
+ duration: 1000,
+ value: ["D5", "F5", "A5"],
+ },
+ ],
+ },
+ {
+ event: "particleRemoved",
+ notes: [
+ {
+ duration: 500,
+ value: ["E5", "G5", "B5"],
+ },
+ ],
+ },
+ ],
+ volume: 10,
+ },
+};
+
+export default options;
diff --git a/speedDecay.json b/speedDecay.json
index 2e2efce..78bdd3b 100644
--- a/speedDecay.json
+++ b/speedDecay.json
@@ -1,160 +0,0 @@
-{
- "name": "Speed Decay",
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 15,
- "random": {
- "enable": true,
- "minimumValue": 10
- },
- "animation": {
- "enable": false,
- "speed": 40,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": false
- },
- "life": {
- "duration": {
- "sync": true,
- "value": 5
- },
- "count": 1
- },
- "move": {
- "enable": true,
- "gravity": {
- "enable": true
- },
- "speed": 10,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "bounce",
- "bottom": "bounce",
- "left": "destroy",
- "right": "destroy",
- "top": "none"
- },
- "trail": {
- "enable": true,
- "fillColor": "#000000",
- "length": 10
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "repulse",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000"
- },
- "emitters": {
- "direction": "top",
- "life": {
- "count": 0,
- "duration": 5,
- "delay": 2
- },
- "rate": {
- "delay": 0.1,
- "quantity": 1
- },
- "size": {
- "width": 0,
- "height": 0
- },
- "particles": {
- "bounce": {
- "vertical": {
- "value": 0.8,
- "random": {
- "enable": true,
- "minimValue": 0.4
- }
- }
- },
- "color": {
- "value": ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"]
- },
- "links": {
- "enable": false
- },
- "size": {
- "value": 10,
- "random": {
- "enable": true,
- "minimumValue": 5
- }
- },
- "opacity": {
- "value": 0.5
- },
- "move": {
- "speed": 30,
- "random": false,
- "decay": 0.1
- }
- }
- }
-}
diff --git a/speedDecay.ts b/speedDecay.ts
index dc1f358..f656816 100644
--- a/speedDecay.ts
+++ b/speedDecay.ts
@@ -0,0 +1,144 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Speed Decay",
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 10,
+ max: 15,
+ },
+ },
+ links: {
+ enable: false,
+ },
+ life: {
+ duration: {
+ sync: true,
+ value: 5,
+ },
+ count: 1,
+ },
+ move: {
+ enable: true,
+ gravity: {
+ enable: true,
+ },
+ speed: 10,
+ outModes: {
+ default: "bounce",
+ bottom: "bounce",
+ left: "destroy",
+ right: "destroy",
+ top: "none",
+ },
+ trail: {
+ enable: true,
+ fill: { color: "#000000" },
+ length: 10,
+ },
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: false,
+ mode: "repulse",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000",
+ },
+ emitters: {
+ direction: "top",
+ life: {
+ count: 0,
+ duration: 5,
+ delay: 2,
+ },
+ rate: {
+ delay: 0.1,
+ quantity: 1,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ particles: {
+ bounce: {
+ vertical: {
+ value: {
+ min: 0.4,
+ max: 0.8,
+ },
+ },
+ },
+ color: {
+ value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"],
+ },
+ links: {
+ enable: false,
+ },
+ size: {
+ value: {
+ min: 5,
+ max: 10,
+ },
+ },
+ opacity: {
+ value: 0.5,
+ },
+ move: {
+ speed: 30,
+ decay: 0.1,
+ },
+ },
+ },
+};
+
+export default options;
diff --git a/spin.json b/spin.json
index 4c41436..448dfea 100644
--- a/spin.json
+++ b/spin.json
@@ -1,72 +0,0 @@
-{
- "name": "Spin",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": false
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 10,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "move": {
- "enable": true,
- "speed": {
- "min": 1,
- "max": 5
- },
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- },
- "spin": {
- "acceleration": {
- "min": -1,
- "max": 1
- },
- "enable": true
- },
- "trail": {
- "enable": true,
- "fillColor": "#000",
- "length": 30
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/spin.ts b/spin.ts
index 2c3d8c8..cbe664d 100644
--- a/spin.ts
+++ b/spin.ts
@@ -0,0 +1,53 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Spin",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: false,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: 10,
+ },
+ move: {
+ enable: true,
+ speed: {
+ min: 1,
+ max: 5,
+ },
+ spin: {
+ acceleration: {
+ min: -1,
+ max: 1,
+ },
+ enable: true,
+ },
+ trail: {
+ enable: true,
+ fill: { color: "#000" },
+ length: 30,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+export default options;
diff --git a/star.json b/star.json
index 6e0506f..ce8f8f7 100644
--- a/star.json
+++ b/star.json
@@ -1,111 +0,0 @@
-{
- "name": "Star",
- "particles": {
- "number": {
- "value": 10,
- "density": {
- "enable": false
- }
- },
- "color": {
- "value": "#fff"
- },
- "shape": {
- "type": "star",
- "options": {
- "star": {
- "sides": 5
- }
- }
- },
- "opacity": {
- "value": 0.8,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 1,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 4,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 40,
- "size_min": 0.1,
- "sync": false
- }
- },
- "rotate": {
- "value": 0,
- "random": true,
- "direction": "clockwise",
- "animation": {
- "enable": true,
- "speed": 5,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 600,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 2
- },
- "move": {
- "enable": true,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "grab"
- },
- "onClick": {
- "enable": true,
- "mode": "bubble"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1,
- "color": "#f00"
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 8,
- "color": "#ffff00"
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#111"
- }
-}
diff --git a/star.ts b/star.ts
index 6cf113d..c2d3759 100644
--- a/star.ts
+++ b/star.ts
@@ -0,0 +1,94 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Star",
+ particles: {
+ number: {
+ value: 10,
+ density: {
+ enable: false,
+ },
+ },
+ color: {
+ value: "#fff",
+ },
+ shape: {
+ type: "star",
+ options: {
+ star: {
+ sides: 5,
+ },
+ },
+ },
+ opacity: {
+ value: 0.8,
+ },
+ size: {
+ value: 4,
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ direction: "clockwise",
+ animation: {
+ enable: true,
+ speed: 5,
+ sync: false,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 600,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 2,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "grab",
+ },
+ onClick: {
+ enable: true,
+ mode: "bubble",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ color: "#f00",
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 8,
+ color: "#ffff00",
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#111",
+ },
+};
+export default options;
diff --git a/strokeAnimation.json b/strokeAnimation.json
index 8ca90f4..eae67c8 100644
--- a/strokeAnimation.json
+++ b/strokeAnimation.json
@@ -1,110 +0,0 @@
-{
- "name": "Stroke Animation",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000",
- "animation": {
- "enable": true,
- "speed": 60,
- "sync": true
- }
- },
- "stroke": {
- "width": 3,
- "color": {
- "value": "#0000ff",
- "animation": {
- "enable": true,
- "speed": 60,
- "sync": true
- }
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 0.5,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "opacity_min": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3,
- "random": true,
- "animation": {
- "enable": false,
- "speed": 20,
- "size_min": 0.1,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 100,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "random": false,
- "straight": false,
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/strokeAnimation.ts b/strokeAnimation.ts
index fec1bcb..46f14c1 100644
--- a/strokeAnimation.ts
+++ b/strokeAnimation.ts
@@ -0,0 +1,94 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Stroke Animation",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ animation: {
+ enable: true,
+ speed: 60,
+ sync: true,
+ },
+ },
+ stroke: {
+ width: 3,
+ color: {
+ value: "#0000ff",
+ animation: {
+ enable: true,
+ speed: 60,
+ sync: true,
+ },
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 100,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+export default options;
diff --git a/style.json b/style.json
index 11e780b..fb61636 100644
--- a/style.json
+++ b/style.json
@@ -1,77 +0,0 @@
-{
- "name": "Style",
- "particles": {
- "number": {
- "value": 200,
- "limit": 200
- },
- "color": {
- "value": ["#ff0000", "#00ff00", "#0000ff", "#ffff00", "#ff00ff", "#00ffff"],
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": false
- }
- },
- "shape": {
- "type": ["circle", "square", "triangle", "star", "polygon"]
- },
- "opacity": {
- "value": 0.5
- },
- "size": {
- "value": {
- "min": 50,
- "max": 100
- }
- },
- "move": {
- "enable": true,
- "speed": 6,
- "direction": "none",
- "trail": {
- "enable": true,
- "length": 50
- },
- "path": {
- "enable": true,
- "delay": {
- "value": 0.1
- },
- "options": {
- "size": 50,
- "draw": false,
- "increment": 0.001
- },
- "generator": "perlinNoise"
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "trail"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "push": {
- "quantity": 4
- },
- "trail": {
- "delay": 0.1,
- "pauseOnStop": true
- }
- }
- },
- "background": {
- "color": "#000000"
- },
- "style": {
- "filter": "blur(50px)"
- }
-}
diff --git a/style.ts b/style.ts
index cb5503d..80a94a6 100644
--- a/style.ts
+++ b/style.ts
@@ -0,0 +1,83 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Style",
+ particles: {
+ number: {
+ value: 200,
+ limit: 200,
+ },
+ color: {
+ value: ["#ff0000", "#00ff00", "#0000ff", "#ffff00", "#ff00ff", "#00ffff"],
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: false,
+ },
+ },
+ shape: {
+ type: ["circle", "square", "triangle", "star", "polygon"],
+ },
+ opacity: {
+ value: 0.5,
+ },
+ size: {
+ value: {
+ min: 50,
+ max: 100,
+ },
+ },
+ move: {
+ enable: true,
+ speed: 6,
+ direction: "none",
+ trail: {
+ enable: true,
+ length: 50,
+ fill: {
+ color: "#000",
+ },
+ },
+ path: {
+ enable: true,
+ delay: {
+ value: 0.1,
+ },
+ options: {
+ size: 50,
+ draw: false,
+ increment: 0.001,
+ },
+ generator: "perlinNoise",
+ },
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "trail",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ push: {
+ quantity: 4,
+ },
+ trail: {
+ delay: 0.1,
+ pauseOnStop: true,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+ style: {
+ filter: "blur(50px)",
+ },
+};
+export default options;
diff --git a/svgReplace.json b/svgReplace.json
index 71267e9..0c2752e 100644
--- a/svgReplace.json
+++ b/svgReplace.json
@@ -1,154 +0,0 @@
-{
- "name": "SVG Replace",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- },
- "onDiv": {
- "elementId": "repulse-div",
- "enable": false,
- "mode": "repulse"
- },
- "onHover": {
- "enable": true,
- "mode": "bubble",
- "parallax": {
- "enable": false,
- "force": 60,
- "smooth": 10
- }
- }
- },
- "modes": {
- "bubble": {
- "distance": 400,
- "duration": 2,
- "opacity": 0.8,
- "size": 40
- },
- "connect": {
- "distance": 80,
- "links": {
- "opacity": 0.5
- },
- "radius": 60
- },
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- },
- "repulse": {
- "distance": 200,
- "duration": 0.4
- }
- }
- },
- "particles": {
- "color": {
- "value": "#00f"
- },
- "links": {
- "blink": false,
- "color": "#000",
- "consent": false,
- "distance": 150,
- "enable": false,
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "attract": {
- "enable": false,
- "rotate": {
- "x": 600,
- "y": 1200
- }
- },
- "bounce": false,
- "direction": "none",
- "enable": true,
- "random": false,
- "speed": 2,
- "straight": false
- },
- "number": {
- "density": {
- "enable": true
- },
- "limit": 0,
- "value": 80
- },
- "opacity": {
- "animation": {
- "enable": false,
- "speed": 1,
- "sync": false
- },
- "value": {
- "min": 0.1,
- "max": 1
- }
- },
- "rotate": {
- "animation": {
- "enable": true,
- "speed": 5,
- "sync": false
- },
- "direction": "random",
- "random": true,
- "value": 0
- },
- "shape": {
- "options": {
- "image": {
- "src": "/images/canine.svg",
- "width": 32,
- "height": 32,
- "replaceColor": true
- }
- },
- "type": "image"
- },
- "size": {
- "animation": {
- "enable": false,
- "minimumValue": 0.1,
- "speed": 40,
- "sync": false
- },
- "random": false,
- "value": 16
- }
- },
- "polygon": {
- "draw": {
- "enable": false,
- "lineColor": "#ffffff",
- "lineWidth": 0.5
- },
- "move": {
- "radius": 10
- },
- "scale": 1,
- "type": "none",
- "url": ""
- },
- "background": {
- "color": "#fff",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/svgReplace.ts b/svgReplace.ts
index 73577f3..692e5e5 100644
--- a/svgReplace.ts
+++ b/svgReplace.ts
@@ -0,0 +1,137 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "SVG Replace",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ onDiv: {
+ elementId: "repulse-div",
+ enable: false,
+ mode: "repulse",
+ },
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ parallax: {
+ enable: false,
+ force: 60,
+ smooth: 10,
+ },
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 400,
+ duration: 2,
+ opacity: 0.8,
+ size: 40,
+ },
+ connect: {
+ distance: 80,
+ links: {
+ opacity: 0.5,
+ },
+ radius: 60,
+ },
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ repulse: {
+ distance: 200,
+ duration: 0.4,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#00f",
+ },
+ links: {
+ blink: false,
+ color: "#000",
+ consent: false,
+ distance: 150,
+ enable: false,
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ limit: 0,
+ value: 80,
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 1,
+ },
+ },
+ rotate: {
+ animation: {
+ enable: true,
+ speed: 5,
+ sync: false,
+ },
+ direction: "random",
+ value: {
+ min: 0,
+ max: 360,
+ },
+ },
+ shape: {
+ options: {
+ image: {
+ src: "/images/canine.svg",
+ width: 32,
+ height: 32,
+ replaceColor: true,
+ },
+ },
+ type: "image",
+ },
+ size: {
+ value: 16,
+ },
+ },
+ polygon: {
+ draw: {
+ enable: false,
+ lineColor: "#ffffff",
+ lineWidth: 0.5,
+ },
+ move: {
+ radius: 10,
+ },
+ scale: 1,
+ type: "none",
+ url: "",
+ },
+ background: {
+ color: "#fff",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/test.json b/test.json
index dffdbb4..30dcfb0 100644
--- a/test.json
+++ b/test.json
@@ -1,42 +0,0 @@
-{
- "name": "Test",
- "background": {
- "color": "#000"
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "size": {
- "value": {
- "min": 0,
- "max": 6
- },
- "animation": {
- "enable": true,
- "speed": 3,
- "sync": false,
- "destroy": "none",
- "startValue": "min"
- }
- },
- "move": {
- "enable": true,
- "speed": 3,
- "random": false,
- "size": true
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 80
- },
- "opacity": {
- "value": 0.5
- },
- "shape": {
- "type": "circle"
- }
- }
-}
diff --git a/test.ts b/test.ts
index 66d66fd..0994c86 100644
--- a/test.ts
+++ b/test.ts
@@ -0,0 +1,37 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Test",
+ fullScreen: {
+ enable: false,
+ },
+ background: {
+ color: "#000",
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ size: {
+ value: 6,
+ },
+ links: {
+ enable: true,
+ distance: 200,
+ },
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ opacity: {
+ value: 0.5,
+ },
+ shape: {
+ type: "circle",
+ },
+ },
+};
+
+export default options;
diff --git a/textMask.json b/textMask.json
index 971a4cc..b978468 100644
--- a/textMask.json
+++ b/textMask.json
@@ -1,76 +0,0 @@
-{
- "name": "Text Mask",
- "smooth": true,
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble",
- "parallax": {
- "enable": false,
- "force": 2,
- "smooth": 10
- }
- }
- },
- "modes": {
- "bubble": {
- "distance": 40,
- "duration": 2,
- "opacity": 8,
- "size": 15
- }
- }
- },
- "particles": {
- "move": {
- "direction": "none",
- "distance": 2,
- "enable": true,
- "speed": 1
- },
- "number": {
- "value": 600
- },
- "color": {
- "value": "random"
- },
- "shape": {
- "type": ["circle", "square", "triangle"]
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- }
- },
- "canvasMask": {
- "enable": true,
- "override": {
- "color": false
- },
- "scale": 1,
- "pixels": {
- "filter": "pixelTextFilter"
- },
- "position": {
- "x": 70,
- "y": 30
- },
- "text": {
- "color": "#ff0000",
- "font": {
- "size": 500
- },
- "text": "Hello"
- }
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/textMask.ts b/textMask.ts
index 6167244..5dccddc 100644
--- a/textMask.ts
+++ b/textMask.ts
@@ -0,0 +1,80 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Text Mask",
+ smooth: true,
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ parallax: {
+ enable: false,
+ force: 2,
+ smooth: 10,
+ },
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 40,
+ duration: 2,
+ opacity: 8,
+ size: 15,
+ },
+ },
+ },
+ particles: {
+ move: {
+ direction: "none",
+ distance: 2,
+ enable: true,
+ speed: 1,
+ },
+ number: {
+ value: 600,
+ },
+ color: {
+ value: "random",
+ },
+ shape: {
+ type: ["circle", "square", "triangle"],
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ },
+ canvasMask: {
+ enable: true,
+ override: {
+ color: false,
+ },
+ scale: 1,
+ pixels: {
+ filter: "pixelTextFilter",
+ },
+ position: {
+ x: 70,
+ y: 30,
+ },
+ text: {
+ color: "#ff0000",
+ font: {
+ size: 500,
+ },
+ text: "Hello",
+ },
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/textMaskMultiline.json b/textMaskMultiline.json
index a2909de..a043991 100644
--- a/textMaskMultiline.json
+++ b/textMaskMultiline.json
@@ -1,79 +0,0 @@
-{
- "name": "Text Mask Multiline",
- "smooth": true,
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "bubble",
- "parallax": {
- "enable": false,
- "force": 2,
- "smooth": 10
- }
- }
- },
- "modes": {
- "bubble": {
- "distance": 40,
- "duration": 2,
- "opacity": 8,
- "size": 15
- }
- }
- },
- "particles": {
- "move": {
- "direction": "none",
- "distance": 2,
- "enable": true,
- "speed": 1
- },
- "number": {
- "value": 600
- },
- "color": {
- "value": "random"
- },
- "shape": {
- "type": ["circle", "square", "triangle"]
- },
- "size": {
- "value": {
- "min": 1,
- "max": 3
- }
- }
- },
- "canvasMask": {
- "enable": true,
- "override": {
- "color": false
- },
- "scale": 1,
- "pixels": {
- "filter": "pixelTextFilter"
- },
- "position": {
- "x": 50,
- "y": 50
- },
- "text": {
- "color": "#ff0000",
- "font": {
- "size": 300
- },
- "text": "Hello\\nWorld\\nHello\\nWorld",
- "lines": {
- "spacing": 50
- }
- }
- },
- "background": {
- "color": "#000000",
- "image": "",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- }
-}
diff --git a/textMaskMultiline.ts b/textMaskMultiline.ts
index feead75..414e6b0 100644
--- a/textMaskMultiline.ts
+++ b/textMaskMultiline.ts
@@ -0,0 +1,83 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Text Mask Multiline",
+ smooth: true,
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ parallax: {
+ enable: false,
+ force: 2,
+ smooth: 10,
+ },
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 40,
+ duration: 2,
+ opacity: 8,
+ size: 15,
+ },
+ },
+ },
+ particles: {
+ move: {
+ direction: "none",
+ distance: 2,
+ enable: true,
+ speed: 1,
+ },
+ number: {
+ value: 600,
+ },
+ color: {
+ value: "random",
+ },
+ shape: {
+ type: ["circle", "square", "triangle"],
+ },
+ size: {
+ value: {
+ min: 1,
+ max: 3,
+ },
+ },
+ },
+ canvasMask: {
+ enable: true,
+ override: {
+ color: false,
+ },
+ scale: 1,
+ pixels: {
+ filter: "pixelTextFilter",
+ },
+ position: {
+ x: 50,
+ y: 50,
+ },
+ text: {
+ color: "#ff0000",
+ font: {
+ size: 300,
+ },
+ text: "Hello\\nWorld\\nHello\\nWorld",
+ lines: {
+ spacing: 50,
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ image: "",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+};
+
+export default options;
diff --git a/trail.json b/trail.json
index 8e2e17c..9b7ede4 100644
--- a/trail.json
+++ b/trail.json
@@ -1,114 +0,0 @@
-{
- "name": "Trails",
- "background": {
- "color": "#000"
- },
- "emitters": {
- "position": {
- "x": 50,
- "y": 50
- },
- "size": {
- "width": 50,
- "height": 50,
- "mode": "precise"
- },
- "rate": {
- "delay": 1,
- "quantity": 10
- }
- },
- "particles": {
- "number": {
- "value": 0,
- "limit": 300
- },
- "color": {
- "value": ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"]
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 1
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 1,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "destroy"
- },
- "bounce": false,
- "path": {
- "enable": true,
- "delay": {
- "value": 0.1
- },
- "options": {
- "size": 5,
- "draw": false,
- "increment": 0.001
- },
- "generator": "perlinNoise"
- },
- "trail": {
- "enable": true,
- "fillColor": "#000000",
- "length": 20
- },
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "grab"
- },
- "onClick": {
- "enable": false,
- "mode": "repulse"
- }
- },
- "modes": {
- "grab": {
- "distance": 200,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- }
-}
diff --git a/trail.ts b/trail.ts
index 0cfc0d2..db557ee 100644
--- a/trail.ts
+++ b/trail.ts
@@ -0,0 +1,99 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Trails",
+ background: {
+ color: "#000",
+ },
+ emitters: {
+ position: {
+ x: 50,
+ y: 50,
+ },
+ size: {
+ width: 50,
+ height: 50,
+ mode: "precise",
+ },
+ rate: {
+ delay: 1,
+ quantity: 10,
+ },
+ },
+ particles: {
+ number: {
+ value: 0,
+ limit: 300,
+ },
+ color: {
+ value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"],
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 3,
+ },
+ move: {
+ enable: true,
+ speed: 1,
+ outModes: "destroy",
+ path: {
+ enable: true,
+ delay: {
+ value: 0.1,
+ },
+ options: {
+ size: 5,
+ draw: false,
+ increment: 0.001,
+ },
+ generator: "perlinNoise",
+ },
+ trail: {
+ enable: true,
+ fill: { color: "#000000" },
+ length: 20,
+ },
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: false,
+ mode: "grab",
+ },
+ onClick: {
+ enable: false,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 200,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+};
+export default options;
diff --git a/trailImage.json b/trailImage.json
index 46dda48..71a4a5d 100644
--- a/trailImage.json
+++ b/trailImage.json
@@ -1,118 +0,0 @@
-{
- "name": "Trails Image",
- "background": {
- "color": "#ffffff",
- "image": "url('https://particles.js.org/images/background3.jpg')",
- "position": "50% 50%",
- "repeat": "no-repeat",
- "size": "cover"
- },
- "emitters": {
- "position": {
- "x": 50,
- "y": 50
- },
- "size": {
- "width": 50,
- "height": 50,
- "mode": "precise"
- },
- "rate": {
- "delay": 1,
- "quantity": 10
- }
- },
- "particles": {
- "number": {
- "value": 0,
- "limit": 300
- },
- "color": {
- "value": ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"]
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 1
- },
- "links": {
- "enable": false,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 1,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": {
- "default": "destroy"
- },
- "bounce": false,
- "path": {
- "enable": true,
- "delay": {
- "value": 0.1
- },
- "options": {
- "size": 5,
- "draw": false,
- "increment": 0.001
- },
- "generator": "perlinNoise"
- },
- "trail": {
- "enable": true,
- "fill": { "image": "https://particles.js.org/images/background3.jpg" },
- "length": 20
- },
- "attract": {
- "enable": false,
- "rotateX": 600,
- "rotateY": 1200
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": false,
- "mode": "grab"
- },
- "onClick": {
- "enable": false,
- "mode": "repulse"
- }
- },
- "modes": {
- "grab": {
- "distance": 200,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- }
-}
diff --git a/trailImage.ts b/trailImage.ts
index f12b19f..999e940 100644
--- a/trailImage.ts
+++ b/trailImage.ts
@@ -0,0 +1,122 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Trails Image",
+ background: {
+ color: "#ffffff",
+ image: "url('https://particles.js.org/images/background3.jpg')",
+ position: "50% 50%",
+ repeat: "no-repeat",
+ size: "cover",
+ },
+ emitters: {
+ position: {
+ x: 50,
+ y: 50,
+ },
+ size: {
+ width: 50,
+ height: 50,
+ mode: "precise",
+ },
+ rate: {
+ delay: 1,
+ quantity: 10,
+ },
+ },
+ particles: {
+ number: {
+ value: 0,
+ limit: 300,
+ },
+ color: {
+ value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"],
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 1,
+ },
+ links: {
+ enable: false,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 1,
+ direction: "none",
+ random: false,
+ straight: false,
+ outModes: {
+ default: "destroy",
+ },
+ bounce: false,
+ path: {
+ enable: true,
+ delay: {
+ value: 0.1,
+ },
+ options: {
+ size: 5,
+ draw: false,
+ increment: 0.001,
+ },
+ generator: "perlinNoise",
+ },
+ trail: {
+ enable: true,
+ fill: { image: "https://particles.js.org/images/background3.jpg" },
+ length: 20,
+ },
+ attract: {
+ enable: false,
+ rotateX: 600,
+ rotateY: 1200,
+ },
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: false,
+ mode: "grab",
+ },
+ onClick: {
+ enable: false,
+ mode: "repulse",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 200,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+};
+
+export default options;
diff --git a/twinkle.json b/twinkle.json
index 8145644..d9306a3 100644
--- a/twinkle.json
+++ b/twinkle.json
@@ -1,102 +0,0 @@
-{
- "name": "Twinkle",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ff0000"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": {
- "min": 0.1,
- "max": 0.5
- },
- "animation": {
- "enable": true,
- "speed": 3,
- "sync": false
- }
- },
- "size": {
- "value": {
- "min": 0.1,
- "max": 5
- },
- "animation": {
- "enable": true,
- "speed": 20,
- "sync": false
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 2
- },
- "twinkle": {
- "particles": {
- "enable": true,
- "color": "#ffff00",
- "frequency": 0.05,
- "opacity": 1
- },
- "lines": {
- "enable": true,
- "color": "#ff0000",
- "frequency": 0.005,
- "opacity": 1
- }
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "grab": {
- "distance": 400,
- "links": {
- "opacity": 1
- }
- },
- "bubble": {
- "distance": 400,
- "size": 40,
- "duration": 2,
- "opacity": 0.8
- },
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- },
- "remove": {
- "quantity": 2
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/twinkle.ts b/twinkle.ts
index eacfcea..7f9cb54 100644
--- a/twinkle.ts
+++ b/twinkle.ts
@@ -0,0 +1,105 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Twinkle",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ff0000",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 0.5,
+ },
+ animation: {
+ enable: true,
+ speed: 3,
+ sync: false,
+ },
+ },
+ size: {
+ value: {
+ min: 0.1,
+ max: 5,
+ },
+ animation: {
+ enable: true,
+ speed: 20,
+ sync: false,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ twinkle: {
+ particles: {
+ enable: true,
+ color: "#ffff00",
+ frequency: 0.05,
+ opacity: 1,
+ },
+ lines: {
+ enable: true,
+ color: "#ff0000",
+ frequency: 0.005,
+ opacity: 1,
+ },
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ grab: {
+ distance: 400,
+ links: {
+ opacity: 1,
+ },
+ },
+ bubble: {
+ distance: 400,
+ size: 40,
+ duration: 2,
+ opacity: 0.8,
+ },
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ remove: {
+ quantity: 2,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+export default options;
diff --git a/vibrate.json b/vibrate.json
index ae25561..263f626 100644
--- a/vibrate.json
+++ b/vibrate.json
@@ -1,73 +0,0 @@
-{
- "name": "Vibrate",
- "particles": {
- "number": {
- "value": 80,
- "density": {
- "enable": true
- }
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": {
- "min": 0.1,
- "max": 0.5
- },
- "animation": {
- "enable": true,
- "speed": 3,
- "sync": false
- }
- },
- "size": {
- "value": {
- "min": 0.1,
- "max": 5
- },
- "animation": {
- "enable": true,
- "speed": 20
- }
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "speed": 0,
- "vibrate": true
- }
- },
- "interactivity": {
- "events": {
- "onHover": {
- "enable": true,
- "mode": "repulse"
- },
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "repulse": {
- "distance": 200
- },
- "push": {
- "quantity": 4
- }
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/vibrate.ts b/vibrate.ts
index f4674f3..987b012 100644
--- a/vibrate.ts
+++ b/vibrate.ts
@@ -0,0 +1,76 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Vibrate",
+ particles: {
+ number: {
+ value: 80,
+ density: {
+ enable: true,
+ },
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: {
+ min: 0.1,
+ max: 0.5,
+ },
+ animation: {
+ enable: true,
+ speed: 3,
+ sync: false,
+ },
+ },
+ size: {
+ value: {
+ min: 0.1,
+ max: 5,
+ },
+ animation: {
+ enable: true,
+ speed: 20,
+ },
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ speed: 0,
+ vibrate: true,
+ },
+ },
+ interactivity: {
+ events: {
+ onHover: {
+ enable: true,
+ mode: "repulse",
+ },
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ repulse: {
+ distance: 200,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+export default options;
diff --git a/virus.json b/virus.json
index e0c3b51..99bc195 100644
--- a/virus.json
+++ b/virus.json
@@ -1,69 +0,0 @@
-{
- "name": "Virus",
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- },
- "onHover": {
- "enable": true,
- "mode": "bubble"
- }
- },
- "modes": {
- "bubble": {
- "distance": 400,
- "duration": 2,
- "opacity": 0.8,
- "size": 40
- },
- "push": {
- "quantity": 4
- }
- }
- },
- "particles": {
- "color": {
- "value": "#ffffff"
- },
- "links": {
- "color": "#323031",
- "distance": 150,
- "enable": false,
- "opacity": 0.4,
- "width": 1
- },
- "move": {
- "enable": true,
- "outModes": "bounce",
- "speed": 6
- },
- "number": {
- "density": {
- "enable": true
- },
- "value": 170
- },
- "opacity": {
- "value": 0.5
- },
- "shape": {
- "options": {
- "image": {
- "height": 32,
- "replace_color": true,
- "src": "https://particles.js.org/images/sars-cov-2.png",
- "width": 32
- }
- },
- "type": "image"
- },
- "size": {
- "value": 16
- }
- },
- "background": {
- "color": "#323031"
- }
-}
diff --git a/virus.ts b/virus.ts
index b465ca1..81c4aca 100644
--- a/virus.ts
+++ b/virus.ts
@@ -0,0 +1,73 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Virus",
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ onHover: {
+ enable: true,
+ mode: "bubble",
+ },
+ },
+ modes: {
+ bubble: {
+ distance: 400,
+ duration: 2,
+ opacity: 0.8,
+ size: 40,
+ },
+ push: {
+ quantity: 4,
+ },
+ },
+ },
+ particles: {
+ color: {
+ value: "#ffffff",
+ },
+ links: {
+ color: "#323031",
+ distance: 150,
+ enable: false,
+ opacity: 0.4,
+ width: 1,
+ },
+ move: {
+ enable: true,
+ outModes: "bounce",
+ speed: 6,
+ },
+ number: {
+ density: {
+ enable: true,
+ },
+ value: 170,
+ },
+ opacity: {
+ value: 0.5,
+ },
+ shape: {
+ options: {
+ image: {
+ height: 32,
+ replace_color: true,
+ src: "https://particles.js.org/images/sars-cov-2.png",
+ width: 32,
+ },
+ },
+ type: "image",
+ },
+ size: {
+ value: 16,
+ },
+ },
+ background: {
+ color: "#323031",
+ },
+};
+
+export default options;
diff --git a/warp.json b/warp.json
index 3d62e12..bf34231 100644
--- a/warp.json
+++ b/warp.json
@@ -1,92 +0,0 @@
-{
- "name": "Warp",
- "fullScreen": false,
- "fpsLimit": 120,
- "manualParticles": [
- {
- "position": {
- "x": 2,
- "y": 2
- }
- },
- {
- "position": {
- "x": 2,
- "y": 98
- }
- },
- {
- "position": {
- "x": 98,
- "y": 2
- }
- },
- {
- "position": {
- "x": 98,
- "y": 98
- }
- },
- {
- "position": {
- "x": 3,
- "y": 1
- }
- },
- {
- "position": {
- "x": 99,
- "y": 2
- }
- },
- {
- "position": {
- "x": 3,
- "y": 2
- }
- },
- {
- "position": {
- "x": 99,
- "y": 1
- }
- }
- ],
- "particles": {
- "number": {
- "value": 0
- },
- "color": {
- "value": "#ffffff"
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1
- },
- "size": {
- "value": 3
- },
- "links": {
- "enable": true,
- "distance": 150,
- "color": "#ffffff",
- "warp": true,
- "opacity": 1,
- "width": 1
- },
- "move": {
- "enable": false,
- "speed": 2,
- "direction": "none",
- "random": false,
- "straight": false,
- "outModes": "out",
- "warp": true
- }
- },
- "background": {
- "color": "#0d47a1"
- }
-}
diff --git a/warp.ts b/warp.ts
index 2c1edc9..6aa7e8c 100644
--- a/warp.ts
+++ b/warp.ts
@@ -0,0 +1,92 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Warp",
+ fullScreen: false,
+ fpsLimit: 120,
+ manualParticles: [
+ {
+ position: {
+ x: 2,
+ y: 2,
+ },
+ },
+ {
+ position: {
+ x: 2,
+ y: 98,
+ },
+ },
+ {
+ position: {
+ x: 98,
+ y: 2,
+ },
+ },
+ {
+ position: {
+ x: 98,
+ y: 98,
+ },
+ },
+ {
+ position: {
+ x: 3,
+ y: 1,
+ },
+ },
+ {
+ position: {
+ x: 99,
+ y: 2,
+ },
+ },
+ {
+ position: {
+ x: 3,
+ y: 2,
+ },
+ },
+ {
+ position: {
+ x: 99,
+ y: 1,
+ },
+ },
+ ],
+ particles: {
+ number: {
+ value: 0,
+ },
+ color: {
+ value: "#ffffff",
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 3,
+ },
+ links: {
+ enable: true,
+ distance: 150,
+ color: "#ffffff",
+ warp: true,
+ opacity: 1,
+ width: 1,
+ },
+ move: {
+ enable: false,
+ speed: 2,
+ outModes: "out",
+ warp: true,
+ },
+ },
+ background: {
+ color: "#0d47a1",
+ },
+};
+export default options;
diff --git a/wobble.json b/wobble.json
index 5406957..0ccf349 100644
--- a/wobble.json
+++ b/wobble.json
@@ -1,138 +0,0 @@
-{
- "name": "Wobble",
- "background": {
- "color": "#000000"
- },
- "particles": {
- "bounce": {
- "vertical": {
- "value": 0
- },
- "horizontal": {
- "value": 0
- }
- },
- "color": {
- "value": ["#1E00FF", "#FF0061", "#E1FF00", "#00FF9E"],
- "animation": {
- "enable": true,
- "speed": 30
- }
- },
- "move": {
- "decay": {
- "min": 0.05,
- "max": 0.15
- },
- "direction": "top",
- "enable": true,
- "gravity": {
- "acceleration": 9.81,
- "enable": true,
- "maxSpeed": 200
- },
- "outModes": {
- "top": "none",
- "default": "destroy"
- },
- "speed": {
- "min": 50,
- "max": 150
- }
- },
- "number": {
- "value": 0,
- "limit": 300
- },
- "opacity": {
- "value": 1,
- "animation": {
- "enable": false,
- "startValue": "max",
- "destroy": "min",
- "speed": 0.3,
- "sync": true
- }
- },
- "rotate": {
- "value": {
- "min": 0,
- "max": 360
- },
- "direction": "random",
- "move": true,
- "animation": {
- "enable": true,
- "speed": 60
- }
- },
- "tilt": {
- "direction": "random",
- "enable": true,
- "move": true,
- "value": {
- "min": 0,
- "max": 360
- },
- "animation": {
- "enable": true,
- "speed": 60
- }
- },
- "shape": {
- "type": ["circle", "square", "polygon"],
- "options": {
- "polygon": [
- {
- "sides": 5
- },
- {
- "sides": 6
- }
- ]
- }
- },
- "size": {
- "value": 3
- },
- "roll": {
- "darken": {
- "enable": true,
- "value": 30
- },
- "enlighten": {
- "enable": true,
- "value": 30
- },
- "enable": true,
- "mode": "both",
- "speed": {
- "min": 15,
- "max": 25
- }
- },
- "wobble": {
- "distance": 30,
- "enable": true,
- "move": true,
- "speed": {
- "min": -15,
- "max": 15
- }
- }
- },
- "emitters": {
- "position": {
- "x": 50,
- "y": 100
- },
- "size": {
- "width": 0,
- "height": 0
- },
- "rate": {
- "quantity": 10,
- "delay": 0.05
- }
- }
-}
diff --git a/wobble.ts b/wobble.ts
index 5077c29..05d052a 100644
--- a/wobble.ts
+++ b/wobble.ts
@@ -0,0 +1,141 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Wobble",
+ background: {
+ color: "#000000",
+ },
+ particles: {
+ bounce: {
+ vertical: {
+ value: 0,
+ },
+ horizontal: {
+ value: 0,
+ },
+ },
+ color: {
+ value: ["#1E00FF", "#FF0061", "#E1FF00", "#00FF9E"],
+ animation: {
+ enable: true,
+ speed: 30,
+ },
+ },
+ move: {
+ decay: {
+ min: 0.05,
+ max: 0.15,
+ },
+ direction: "top",
+ enable: true,
+ gravity: {
+ acceleration: 9.81,
+ enable: true,
+ maxSpeed: 200,
+ },
+ outModes: {
+ top: "none",
+ default: "destroy",
+ },
+ speed: {
+ min: 50,
+ max: 150,
+ },
+ },
+ number: {
+ value: 0,
+ limit: 300,
+ },
+ opacity: {
+ value: 1,
+ animation: {
+ enable: false,
+ startValue: "max",
+ destroy: "min",
+ speed: 0.3,
+ sync: true,
+ },
+ },
+ rotate: {
+ value: {
+ min: 0,
+ max: 360,
+ },
+ direction: "random",
+ move: true,
+ animation: {
+ enable: true,
+ speed: 60,
+ },
+ },
+ tilt: {
+ direction: "random",
+ enable: true,
+ move: true,
+ value: {
+ min: 0,
+ max: 360,
+ },
+ animation: {
+ enable: true,
+ speed: 60,
+ },
+ },
+ shape: {
+ type: ["circle", "square", "polygon"],
+ options: {
+ polygon: [
+ {
+ sides: 5,
+ },
+ {
+ sides: 6,
+ },
+ ],
+ },
+ },
+ size: {
+ value: 3,
+ },
+ roll: {
+ darken: {
+ enable: true,
+ value: 30,
+ },
+ enlighten: {
+ enable: true,
+ value: 30,
+ },
+ enable: true,
+ mode: "both",
+ speed: {
+ min: 15,
+ max: 25,
+ },
+ },
+ wobble: {
+ distance: 30,
+ enable: true,
+ move: true,
+ speed: {
+ min: -15,
+ max: 15,
+ },
+ },
+ },
+ emitters: {
+ position: {
+ x: 50,
+ y: 100,
+ },
+ size: {
+ width: 0,
+ height: 0,
+ },
+ rate: {
+ quantity: 10,
+ delay: 0.05,
+ },
+ },
+};
+export default options;
diff --git a/zIndex.json b/zIndex.json
index c9a7528..6f948a0 100644
--- a/zIndex.json
+++ b/zIndex.json
@@ -1,96 +0,0 @@
-{
- "name": "Z Index",
- "particles": {
- "groups": {
- "z5000": {
- "number": {
- "value": 70
- },
- "zIndex": {
- "value": 50
- }
- },
- "z7500": {
- "number": {
- "value": 30
- },
- "zIndex": {
- "value": 75
- }
- },
- "z2500": {
- "number": {
- "value": 50
- },
- "zIndex": {
- "value": 25
- }
- },
- "z1000": {
- "number": {
- "value": 40
- },
- "zIndex": {
- "value": 10
- }
- }
- },
- "number": {
- "value": 200
- },
- "color": {
- "value": "#fff",
- "animation": {
- "enable": false,
- "speed": 20,
- "sync": true
- }
- },
- "shape": {
- "type": "circle"
- },
- "opacity": {
- "value": 1,
- "random": false,
- "animation": {
- "enable": false,
- "speed": 3,
- "minimumValue": 0.1,
- "sync": false
- }
- },
- "size": {
- "value": 3
- },
- "move": {
- "angle": {
- "value": 10,
- "offset": 0
- },
- "enable": true,
- "speed": 5,
- "direction": "right"
- },
- "zIndex": {
- "value": 5,
- "opacityRate": 0.5
- }
- },
- "interactivity": {
- "events": {
- "onClick": {
- "enable": true,
- "mode": "push"
- }
- },
- "modes": {
- "push": {
- "quantity": 4,
- "groups": ["z5000", "z7500", "z2500", "z1000"]
- }
- }
- },
- "background": {
- "color": "#000000"
- }
-}
diff --git a/zIndex.ts b/zIndex.ts
index a75d27f..ce763dd 100644
--- a/zIndex.ts
+++ b/zIndex.ts
@@ -0,0 +1,92 @@
+import type { ISourceOptions } from "tsparticles-engine";
+
+const options: ISourceOptions = {
+ name: "Z Index",
+ particles: {
+ groups: {
+ z5000: {
+ number: {
+ value: 70,
+ },
+ zIndex: {
+ value: 50,
+ },
+ },
+ z7500: {
+ number: {
+ value: 30,
+ },
+ zIndex: {
+ value: 75,
+ },
+ },
+ z2500: {
+ number: {
+ value: 50,
+ },
+ zIndex: {
+ value: 25,
+ },
+ },
+ z1000: {
+ number: {
+ value: 40,
+ },
+ zIndex: {
+ value: 10,
+ },
+ },
+ },
+ number: {
+ value: 200,
+ },
+ color: {
+ value: "#fff",
+ animation: {
+ enable: false,
+ speed: 20,
+ sync: true,
+ },
+ },
+ shape: {
+ type: "circle",
+ },
+ opacity: {
+ value: 1,
+ },
+ size: {
+ value: 3,
+ },
+ move: {
+ angle: {
+ value: 10,
+ offset: 0,
+ },
+ enable: true,
+ speed: 5,
+ direction: "right",
+ },
+ zIndex: {
+ value: 5,
+ opacityRate: 0.5,
+ },
+ },
+ interactivity: {
+ events: {
+ onClick: {
+ enable: true,
+ mode: "push",
+ },
+ },
+ modes: {
+ push: {
+ quantity: 4,
+ groups: ["z5000", "z7500", "z2500", "z1000"],
+ },
+ },
+ },
+ background: {
+ color: "#000000",
+ },
+};
+export default options;
|
|
chore: clean up just commands
|
2b4609ddfb88fb3809d20fece37579eff5e8d481
|
chore
|
https://github.com/rohankumardubey/ibis/commit/2b4609ddfb88fb3809d20fece37579eff5e8d481
|
clean up just commands
|
diff --git a/ibis-docs-lint.yml b/ibis-docs-lint.yml
index 11cf757..2b053b2 100644
--- a/ibis-docs-lint.yml
+++ b/ibis-docs-lint.yml
@@ -174,13 +174,13 @@ jobs:
uses: actions/checkout@v4
- name: generate api docs
- run: nix develop --ignore-environment -c just docs-apigen
+ run: nix develop --ignore-environment -c just docs-apigen --verbose
- name: build docs
run: nix develop --ignore-environment -c just docs-render
- name: verify internal links
- run: nix develop --ignore-environment '.#links' -c just checklinks docs/_output --offline --no-progress
+ run: nix develop --ignore-environment '.#links' -c just checklinks --offline --no-progress
docs_push:
runs-on: ubuntu-latest
@@ -212,10 +212,16 @@ jobs:
# path: docs/bench
- name: build api docs
- run: nix develop -c quartodoc build --verbose --config docs/_quarto.yml
+ run: nix develop --ignore-environment -c just docs-apigen --verbose
+
+ - name: build docs
+ run: nix develop --ignore-environment -c just docs-render
+
+ - name: verify internal links
+ run: nix develop --ignore-environment '.#links' -c just checklinks --offline --no-progress
- name: build and push quarto docs
- run: nix develop --ignore-environment --keep NETLIFY_AUTH_TOKEN -c quarto publish --no-prompt --no-browser netlify
+ run: nix develop --ignore-environment --keep NETLIFY_AUTH_TOKEN -c just docs-deploy
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
diff --git a/justfile b/justfile
index 2c18b34..2ca4735 100644
--- a/justfile
+++ b/justfile
@@ -116,9 +116,9 @@ benchcmp number *args:
just bench --benchmark-compare {{ number }} {{ args }}
# check for invalid links in a locally built version of the docs
-checklinks base *args:
+checklinks *args:
#!/usr/bin/env bash
- lychee --base {{ base }} $(find {{ base }} -name '*.html') {{ args }}
+ lychee --base docs/_output $(find docs/_output -name '*.html') {{ args }}
# view the changelog for upcoming release (use --pretty to format with glow)
view-changelog flags="":
@@ -135,30 +135,16 @@ decouple *args:
profile +args:
pyinstrument {{ args }}
-docs-apigen:
- quartodoc build --config docs/_quarto.yml
+docs-apigen *args:
+ quartodoc build {{ args }} --config docs/_quarto.yml
# build documentation
docs-render:
quarto render docs
# preview docs
-docs-preview: docs-render
+docs-preview:
quarto preview docs
-# upload docs to azure storage
-docs-upload:
- #!/usr/bin/env bash
- if [ -z "$AZURE_STORAGE_SECRET" ]; then
- >&2 echo "AZURE_STORAGE_SECRET must be set"
- exit 1
- fi
- az storage azcopy blob upload -c '$web' --account-name ibisdocs -s "docs/_output/*" --recursive --account-key "$AZURE_STORAGE_SECRET"
-
-# execute documentation generation steps for ci
-docs-ci-build: docs-apigen
- just docs-render
-
-# build and deploy docs
-docs-deploy: docs-ci-build
- just docs-upload
+docs-deploy:
+ quarto publish --no-prompt --no-browser --no-render netlify
|
|
fix: avoid overriding "attach" prop for first spring in useTrail
|
360b4e9bb72030cb1d01650c769f05428748e179
|
fix
|
https://github.com/pmndrs/react-spring/commit/360b4e9bb72030cb1d01650c769f05428748e179
|
avoid overriding "attach" prop for first spring in useTrail
|
diff --git a/useTrail.js b/useTrail.js
index 61fd48b..68e4af6 100644
--- a/useTrail.js
+++ b/useTrail.js
@@ -27,8 +27,10 @@ export const useTrail = (length, propsArg) => {
springs[i] = spring
return {
...props,
+ ...(i > 0 && {
+ attach: () => springs[i - 1],
+ }),
config: callProp(props.config, i),
- attach: i > 0 && (() => springs[i - 1]),
}
})
@@ -40,8 +42,8 @@ export const useTrail = (length, propsArg) => {
const parent = springsRef.current[props.reverse ? i + 1 : i - 1]
return {
...props,
+ ...(!!parent && { attach: () => parent }),
config: callProp(props.config, i),
- attach: !!parent && (() => parent),
}
}),
[]
|
|
docs(@cubejs-docs/site): improve types across project
|
a9a618398c59446c7d30988f512a0599a20a1d71
|
docs
|
https://github.com/wzhiqing/cube/commit/a9a618398c59446c7d30988f512a0599a20a1d71
|
improve types across project
|
diff --git a/package.json b/package.json
index 8579689..9e6284a 100644
--- a/package.json
+++ b/package.json
@@ -11,9 +11,11 @@
"deploy": "gatsby-plugin-s3 deploy",
"lint:markdown": "markdownlint-cli2 content/**/*.md",
"lint:text": "textlint content/**/*.md",
- "lint": "echo 'Happy linting one day!!'"
+ "lint": "echo 'Happy linting one day!!'",
+ "typecheck": "tsc"
},
"dependencies": {
+ "@reach/router": "^1.3.4",
"antd": "^3.3.3",
"classnames": "^2.2.6",
"cubedev-tracking": "^1.0.4",
@@ -42,6 +44,7 @@
"gatsby-transformer-remark": "^2.3.8",
"loader-utils": "^1.2.3",
"lockr": "^0.8.5",
+ "lodash": "^4.17.20",
"node-sass": "^4.14.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
@@ -53,9 +56,15 @@
},
"devDependencies": {
"@percy/agent": "^0.28.5",
+ "@types/classnames": "^2.2.11",
+ "@types/lockr": "^0.8.6",
+ "@types/lodash": "^4.14.165",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
+ "@types/react-helmet": "^6.1.0",
+ "@types/react-html-parser": "^2.0.1",
+ "@types/react-scroll": "^1.8.2",
"gatsby-plugin-percy": "^0.1.4",
"lint-staged": "^10.5.2",
"markdownlint-cli2": "^0.0.11",
@@ -64,6 +73,7 @@
"textlint-rule-alex": "^3.0.0",
"textlint-rule-diacritics": "^1.0.0",
"textlint-rule-no-todo": "^2.0.1",
- "textlint-rule-stop-words": "^2.0.7"
+ "textlint-rule-stop-words": "^2.0.7",
+ "typescript": "^4.1.2"
}
}
diff --git a/util.d.ts b/util.d.ts
index 4470d46..fc368cd 100644
--- a/util.d.ts
+++ b/util.d.ts
@@ -1,6 +1,6 @@
declare module '*.scss' {
- const src: string;
- export default src;
+ const content: { [className: string]: string };
+ export default content;
}
declare module '*.png' {
diff --git a/Head.tsx b/Head.tsx
index e24dead..71a4231 100644
--- a/Head.tsx
+++ b/Head.tsx
@@ -1,34 +1,59 @@
import React from 'react';
-const Dev = props => (
+type Props = {
+ css?: any;
+ headComponents: any;
+};
+
+const Dev: React.FC<Props> = (props) => (
<head>
<meta charSet="utf-8" />
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
{props.headComponents}
- <meta name="description" content="Documentation for working with Cube.js, the open-source analytics framework." />
+ <meta
+ name="description"
+ content="Documentation for working with Cube.js, the open-source analytics framework."
+ />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
+ <meta
+ name="viewport"
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
+ />
- <script src="/scripts/prism.js"/>
- <script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"/>
+ <script src="/scripts/prism.js" />
+ <script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" />
<link href="/styles/content.css" rel="stylesheet" />
</head>
);
-const Prod = props => (
+const Prod: React.FC<Props> = (props) => (
<head>
<meta charSet="utf-8" />
<meta httpEquiv="x-ua-compatible" content="ie=edge" />
{props.headComponents}
- <meta name="description" content="Documentation for working with Cube.js, the open-source analytics framework." />
+ <meta
+ name="description"
+ content="Documentation for working with Cube.js, the open-source analytics framework."
+ />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
+ <meta
+ name="viewport"
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
+ />
+ <script
+ type="text/javascript"
+ src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"
+ ></script>
<script src={`${process.env.PATH_PREFIX}/scripts/prism.js`} />
<script src={`${process.env.PATH_PREFIX}/scripts/analytics.js`} />
<script src={`${process.env.PATH_PREFIX}/scripts/fullstory.js`} />
- <link href={`${process.env.PATH_PREFIX}/styles/content.css`} rel="stylesheet" />
- <script dangerouslySetInnerHTML={{ __html: `
+ <link
+ href={`${process.env.PATH_PREFIX}/styles/content.css`}
+ rel="stylesheet"
+ />
+ <script
+ dangerouslySetInnerHTML={{
+ __html: `
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1405282,hjsv:6};
@@ -37,8 +62,12 @@ const Prod = props => (
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
- `}} />
- <script dangerouslySetInnerHTML={{ __html: `
+ `,
+ }}
+ />
+ <script
+ dangerouslySetInnerHTML={{
+ __html: `
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
@@ -49,14 +78,27 @@ const Prod = props => (
accurateTrackBounce:true,
webvisor:true
});
- `}} />
-<noscript><div><img src="https://mc.yandex.ru/watch/54473377" style={{ position: 'absolute', left:-9999 }} alt="" /></div></noscript>
+ `,
+ }}
+ />
+ <noscript>
+ <div>
+ <img
+ src="https://mc.yandex.ru/watch/54473377"
+ style={{ position: 'absolute', left: -9999 }}
+ alt=""
+ />
+ </div>
+ </noscript>
{props.css}
</head>
);
-const Head = props => (
- process.env.NODE_ENV === 'production' ? <Prod {...props} /> : <Dev {...props} />
-);
+const Head: React.FC<Props> = (props) =>
+ process.env.NODE_ENV === 'production' ? (
+ <Prod {...props} />
+ ) : (
+ <Dev {...props} />
+ );
export default Head;
diff --git a/Desktop.tsx b/Desktop.tsx
index 8ac4e8f..8f35cf1 100644
--- a/Desktop.tsx
+++ b/Desktop.tsx
@@ -1,12 +1,15 @@
import React from 'react';
import { Layout, Row, Col, Button, Icon } from 'antd';
-import PropTypes from 'prop-types';
import logo from '../../pages/images/Logo.png';
import styles from '../../../static/styles/index.module.scss';
-const Header = props => (
+type Props = {
+ className?: string;
+};
+
+const Header: React.FC<Props> = (props) => (
<Layout.Header className={props.className}>
<div className={styles.searchDimmer}></div>
<Row>
@@ -48,12 +51,20 @@ const Header = props => (
{/*<Button href="https://github.com/statsbotco/cube.js#community" className={styles.headerButton}>*/}
{/* Community*/}
{/*</Button>*/}
- <Button href="https://cubejs-community.herokuapp.com/" target="_blank" className={styles.headerButton}>
- <Icon style={{ fontSize: '22px' }} type="slack"/>
+ <Button
+ href="https://cubejs-community.herokuapp.com/"
+ target="_blank"
+ className={styles.headerButton}
+ >
+ <Icon style={{ fontSize: '22px' }} type="slack" />
Slack
</Button>
- <Button href="https://github.com/cube-js/cube.js" target="_blank" className={styles.headerButton}>
- <Icon style={{ fontSize: '22px' }} type="github"/>
+ <Button
+ href="https://github.com/cube-js/cube.js"
+ target="_blank"
+ className={styles.headerButton}
+ >
+ <Icon style={{ fontSize: '22px' }} type="github" />
Github
</Button>
</div>
@@ -62,12 +73,4 @@ const Header = props => (
</Layout.Header>
);
-Header.propTypes = {
- className: PropTypes.string
-}
-
-Header.defaultProps = {
- className: ''
-}
-
export default Header;
diff --git a/MobileSearch.tsx b/MobileSearch.tsx
index e5a5a3f..1776c16 100644
--- a/MobileSearch.tsx
+++ b/MobileSearch.tsx
@@ -1,10 +1,10 @@
import React from 'react';
import { Col } from 'antd';
-const MobileSearch = props => (
+const MobileSearch: React.FC = (props) => (
<Col md={0} xs={24}>
{props.children}
</Col>
);
-export default MobileSearch;
\\ No newline at end of file
+export default MobileSearch;
diff --git a/index.tsx b/index.tsx
index dcd406a..400a564 100644
--- a/index.tsx
+++ b/index.tsx
@@ -10,24 +10,29 @@ import imgInsights from './images/insights.svg';
import imgDashboards from './images/dashboards.svg';
import styles from '../../static/styles/index.module.scss';
+import { Page, Scopes, SetScrollSectionsAndGithubUrlFunction } from '../types';
-class IndexPage extends Component {
+type Props = {
+ changePage(page: Page): void;
+ setScrollSectionsAndGithubUrl: SetScrollSectionsAndGithubUrlFunction;
+};
+
+class IndexPage extends Component<Props> {
componentWillMount() {
- this.props.changePage({ scope: 'default', category: 'Index' });
+ this.props.changePage({ scope: Scopes.DEFAULT, category: 'Index' });
this.props.setScrollSectionsAndGithubUrl([], '');
}
render() {
return (
<div className={styles.docContent}>
- <Helmet
- title="Main | Cube.js Docs"
- />
+ <Helmet title="Main | Cube.js Docs" />
<h1>Documentation</h1>
<Row>
<Col span={24}>
<p>
- Read about major concepts, dive into technical details or follow practical examples to learn how Cube.js works.
+ Read about major concepts, dive into technical details or follow
+ practical examples to learn how Cube.js works.
</p>
</Col>
</Row>
diff --git a/MainMenu.tsx b/MainMenu.tsx
index 5d5cb17..456daf7 100644
--- a/MainMenu.tsx
+++ b/MainMenu.tsx
@@ -1,19 +1,21 @@
import React from 'react';
-import PropTypes from 'prop-types';
import { Col, Menu } from 'antd';
import omit from 'lodash/omit';
-import MenuItem from 'src/components/templates/MenuItem';
+import MenuItem from '../templates/MenuItem';
import styles from '../../../static/styles/index.module.scss';
import { useFrameworkOfChoice } from '../../stores/frameworkOfChoice';
+import {
+ Frontmatter,
+ MarkdownNode,
+ MobileModes,
+ ParsedNodeResults,
+ Scopes,
+} from '../../types';
+import { MenuMode } from 'antd/lib/menu';
-const { SubMenu } = Menu;
-
-const menuOrderCloud = [
- "Quickstart",
- "Configuring Cube Cloud"
-];
+const menuOrderCloud = ['Quickstart', 'Configuring Cube Cloud'];
const menuOrder = [
'Getting Started',
@@ -26,86 +28,101 @@ const menuOrder = [
'Cube.js Frontend',
'Deployment',
'Cube.js CLI',
- 'Examples & Tutorials'
+ 'Examples & Tutorials',
];
-const nameRules = {
- "Getting Started with Cube.js Schema": "Introduction",
- "cubejs-backend-server-core": "@cubejs-backend/server-core",
- "cubejs-backend-server": "@cubejs-backend/server",
- "Code Reusability: Export and Import": "Export and Import",
- "Code Reusability: Extending Cubes": "Extending Cubes",
- "Code Reusability: Schema Generation": "Schema Generation",
- "Daily, Weekly, Monthly Active Users": "Active Users",
-}
+const nameRules: Record<string, string> = {
+ 'Getting Started with Cube.js Schema': 'Introduction',
+ 'cubejs-backend-server-core': '@cubejs-backend/server-core',
+ 'cubejs-backend-server': '@cubejs-backend/server',
+ 'Code Reusability: Export and Import': 'Export and Import',
+ 'Code Reusability: Extending Cubes': 'Extending Cubes',
+ 'Code Reusability: Schema Generation': 'Schema Generation',
+ 'Daily, Weekly, Monthly Active Users': 'Active Users',
+};
+
+const getMenuTitle = (title: string) => nameRules[title] || title;
-const getMenuTitle = title => nameRules[title] || title;
+const frontmatterItem = ({ title, menuTitle, permalink }: Frontmatter) => (
+ <MenuItem
+ to={permalink}
+ title={getMenuTitle(menuTitle || title)}
+ key={permalink}
+ />
+);
+const nodeParser = ({ frontmatter }: MarkdownNode) =>
+ frontmatterItem(frontmatter);
-const frontmatterItem = ({ title, menuTitle, permalink }) => <MenuItem to={permalink} title={getMenuTitle(menuTitle || title)} key={permalink} />;
-const nodeParser = ({ frontmatter = {} }) => frontmatterItem(frontmatter);
+type Props = {
+ mode: MenuMode;
+ mobileMode?: MobileModes;
+ scope?: Scopes;
+ selectedKeys?: string[];
+ items: ParsedNodeResults;
+};
+
+const defaultProps: Props = {
+ mode: 'inline',
+ mobileMode: MobileModes.CONTENT,
+ scope: Scopes.DEFAULT,
+ selectedKeys: [],
+ items: {},
+};
-const MainMenu = props => {
+const MainMenu: React.FC<Props> = (props = defaultProps) => {
const menuProps = omit(props, ['mobileMode', 'scope']);
const [frameworkOfChoice] = useFrameworkOfChoice();
- const isCloudDocs = (props.selectedKeys || []).filter(e => e.match(/^cloud/)).length > 0
+ const isCloudDocs =
+ (props.selectedKeys || []).filter((e) => e.match(/^cloud/)).length > 0;
const menuOrderResolved = isCloudDocs ? menuOrderCloud : menuOrder;
return (
- <Col
- xxl={4}
- xl={5}
- lg={7}
- md={9}
- xs={props.mobileMode === 'menu' ? 24 : 0}
- >
+ <Col xxl={4} xl={5} lg={7} md={9} xs={props.mobileMode === 'menu' ? 24 : 0}>
<div className={styles.menuWrapper}>
<Menu {...menuProps} className={styles.antMenu}>
<MenuItem to={isCloudDocs ? '/cloud' : '/'} title="Home" />
- {
- menuOrderResolved.map(item => {
- const subCategories = Object.keys(props.items[item]);
- if (subCategories.length === 1 && props.items[item][subCategories[0]].length === 1) {
- return nodeParser(props.items[item][subCategories[0]][0]);
- }
- return (
- <SubMenu key={item} title={getMenuTitle(item)} className={styles.antSubMenu}>
- {
- Object.keys(props.items[item]).map(subCategory => {
- if (subCategory === 'nocat') {
- const subItems = props.items[item][subCategory]
- .filter(item => {
- return !item.frontmatter.frameworkOfChoice || item.frontmatter.frameworkOfChoice === frameworkOfChoice;
- });
-
- return subItems.map(nodeParser);
+ {menuOrderResolved.map((item) => {
+ const subcategoryData = props.items[item];
+ const subCategoryNames = Object.keys(subcategoryData);
+ if (
+ subCategoryNames.length === 1 &&
+ subcategoryData[subCategoryNames[0]].length === 1
+ ) {
+ return nodeParser(subcategoryData[subCategoryNames[0]][0]);
+ }
+ return (
+ <Menu.SubMenu
+ key={item}
+ title={getMenuTitle(item)}
+ className={styles.antSubMenu}
+ >
+ {Object.keys(subcategoryData).map((subCategory) => {
+ if (subCategory === 'nocat') {
+ const subItems = subcategoryData[subCategory].filter(
+ (subItem: MarkdownNode) => {
+ return (
+ !subItem.frontmatter.frameworkOfChoice ||
+ subItem.frontmatter.frameworkOfChoice ===
+ frameworkOfChoice
+ );
}
- return (
- <Menu.ItemGroup key={subCategory} title={subCategory}>
- { props.items[item][subCategory].map(nodeParser) }
- </Menu.ItemGroup>
- );
- })
+ );
+
+ return subItems.map(nodeParser);
}
- </SubMenu>
- );
- })
- }
+ return (
+ <Menu.ItemGroup key={subCategory} title={subCategory}>
+ {subcategoryData[subCategory].map(nodeParser)}
+ </Menu.ItemGroup>
+ );
+ })}
+ </Menu.SubMenu>
+ );
+ })}
</Menu>
</div>
</Col>
- )
-}
-
-MainMenu.propTypes = {
- mobileMode: PropTypes.oneOf(['content', 'menu', 'search']),
- scope: PropTypes.oneOf(['default', 'cubejs']),
- items: PropTypes.object,
-}
-
-MainMenu.defaultProps = {
- mobileMode: 'content',
- scope: 'default',
- items: {},
-}
+ );
+};
export default MainMenu;
diff --git a/MobileFooter.tsx b/MobileFooter.tsx
index 886a220..74679e8 100644
--- a/MobileFooter.tsx
+++ b/MobileFooter.tsx
@@ -1,16 +1,19 @@
import React from 'react';
import { Col } from 'antd';
-import PropTypes from 'prop-types';
import siderMobile from '../../pages/images/mobile-sider.svg';
-//import searchMobile from '../pages/images/mobile-search.svg';
-//import searchMobileInactive from '../pages/images/mobile-search-inactive.svg';
import siderMobileInactive from '../../pages/images/mobile-sider-inactive.svg';
import close from '../../pages/images/close.svg';
import styles from '../../../static/styles/index.module.scss';
+import { MobileModes } from '../../types';
-const setMobileMode = (props, mode) => {
+type Props = {
+ setMobileMode(props: any, mode?: MobileModes): void;
+ mobileMode?: MobileModes;
+};
+
+const setMobileMode = (props: Props, mode: MobileModes) => {
if (props.mobileMode !== 'content' && mode !== props.mobileMode) {
return;
}
@@ -18,65 +21,47 @@ const setMobileMode = (props, mode) => {
props.setMobileMode(props.mobileMode === mode ? 'content' : mode);
};
-const MobileFooter = props => {
+const defaultProps: Partial<Props> = {
+ mobileMode: MobileModes.CONTENT,
+};
+
+const MobileFooter: React.FC<Props> = (props) => {
+ const mergedProps = { ...defaultProps, ...props };
+
let mobileSiderIcon;
- //let mobileSearchIcon;
switch (props.mobileMode) {
case 'menu':
mobileSiderIcon = close;
- //mobileSearchIcon = searchMobileInactive;
break;
case 'search':
- //mobileSearchIcon = close;
mobileSiderIcon = siderMobileInactive;
break;
default:
- //mobileSearchIcon = searchMobile;
mobileSiderIcon = siderMobile;
}
return (
<div className={styles.mobileFooter}>
- <Col
- md={0}
- xs={24}
- >
+ <Col md={0} xs={24}>
<div
className={styles.mobileFooterButton}
- onTouchStart={e => e.preventDefault() && setMobileMode(props, 'menu')}
- onClick={() => setMobileMode(props, 'menu')}
- onTouchMove={e => e.preventDefault()}
+ onTouchStart={(e) => {
+ e.preventDefault();
+ setMobileMode(mergedProps, MobileModes.MENU);
+ }}
+ onClick={() => setMobileMode(mergedProps, MobileModes.MENU)}
+ onTouchMove={(e) => e.preventDefault()}
>
- <img src={mobileSiderIcon} alt="" className={styles.mobileFooterImage}/>
+ <img
+ src={mobileSiderIcon}
+ alt=""
+ className={styles.mobileFooterImage}
+ />
</div>
</Col>
- {
- //<Col
- // md={0}
- // xs={12}
- //>
- // <div
- // className={cx(styles.mobileFooterButton, styles.mobileFooterSearch)}
- // onTouchStart={e => e.preventDefault() && setMobileMode(props, 'search')}
- // onClick={() => setMobileMode(props, 'search')}
- // onTouchMove={e => e.preventDefault()}
- // >
- // <img src={mobileSearchIcon} alt="" className={cx(styles.mobileFooterImage, styles.mobileFooterSearch)} />
- // </div>
- //</Col>
- }
</div>
- )
-}
-
-MobileFooter.propTypes = {
- setMobileMode: PropTypes.func.isRequired,
- mobileMode: PropTypes.oneOf(['content', 'menu', 'search']),
-}
-
-MobileFooter.defaultProps = {
- mobileMode: 'content'
-}
+ );
+};
export default MobileFooter;
diff --git a/ScrollMenu.tsx b/ScrollMenu.tsx
index 2b68167..889d121 100644
--- a/ScrollMenu.tsx
+++ b/ScrollMenu.tsx
@@ -1,23 +1,26 @@
import React from 'react';
import { Col, Icon } from 'antd';
import cx from 'classnames';
-import PropTypes from 'prop-types';
import ScrollLink from '../templates/ScrollSpyLink';
import styles from '../../../static/styles/index.module.scss';
+import { SectionWithoutNodes } from '../../types';
-const EditPage = ({ githubUrl }) => {
+const EditPage = ({ githubUrl }: { githubUrl: string }) => {
return (
<div className={styles.scrollspyLinkWrapper}>
<p className={cx(styles.editPage, styles.scrollspyLink)}>
- <a href={githubUrl}> <Icon type="github" width={20} height={20} /> Edit this page </a>
+ <a href={githubUrl}>
+ {' '}
+ <Icon type="github" /> Edit this page{' '}
+ </a>
</p>
</div>
);
};
-const HeadingLink = ({ id, title, type }) => {
+const HeadingLink = ({ id, title, type }: SectionWithoutNodes) => {
return (
<ScrollLink
activeClass={styles.scrollspyCurrent}
@@ -25,7 +28,7 @@ const HeadingLink = ({ id, title, type }) => {
key={id}
className={cx(styles.scrollspyLink, {
[styles.scrollspySubitem]: type === 'h3',
- [styles.scrollspyTop]: id === 'top'
+ [styles.scrollspyTop]: id === 'top',
})}
>
{title}
@@ -33,28 +36,28 @@ const HeadingLink = ({ id, title, type }) => {
);
};
-const ScrollMenu = props => {
+type Props = {
+ githubUrl: string;
+ sections: SectionWithoutNodes[];
+};
+
+const defaultProps: Partial<Props> = {
+ sections: [],
+};
+
+const ScrollMenu: React.FC<Props> = (props) => {
+ const mergedProps = { ...defaultProps, ...props };
return (
- <Col
- xxl={{ span: 3, offset: 1 }}
- xl={{ span: 4, offset: 1 }}
- xs={0}
- >
+ <Col xxl={{ span: 3, offset: 1 }} xl={{ span: 4, offset: 1 }} xs={0}>
<div className={styles.scrollspy}>
- {props.sections.length > 1 && <EditPage githubUrl={props.githubUrl} />}
- {props.sections.length > 1 && props.sections.map(HeadingLink)}
+ {mergedProps.sections.length > 1 && (
+ <EditPage githubUrl={mergedProps.githubUrl} />
+ )}
+ {mergedProps.sections.length > 1 &&
+ mergedProps.sections.map(HeadingLink)}
</div>
</Col>
);
-}
-
-ScrollMenu.propTypes = {
- githubUrl: PropTypes.string,
- sections: PropTypes.array,
-}
-
-ScrollMenu.defaultProps = {
- sections: []
-}
+};
export default ScrollMenu;
diff --git a/FrameworkSwitcher.tsx b/FrameworkSwitcher.tsx
index b4c38c1..ce45668 100644
--- a/FrameworkSwitcher.tsx
+++ b/FrameworkSwitcher.tsx
@@ -1,27 +1,45 @@
import React from 'react';
import { Radio } from 'antd';
+import { RadioChangeEvent } from 'antd/lib/radio/interface';
import { navigate } from '@reach/router';
-import { useFrameworkOfChoice, FRAMEWORKS } from '../../stores/frameworkOfChoice';
+import {
+ useFrameworkOfChoice,
+ FRAMEWORKS,
+} from '../../stores/frameworkOfChoice';
import styles from '../../../static/styles/index.module.scss';
-const FrameworkSwitcher = () => {
+type Props = {
+ value: string;
+};
+
+const FrameworkSwitcher: React.FC<Props> = () => {
const [frameworkOfChoice, setFrameworkOfChoice] = useFrameworkOfChoice();
- function onChange(event) {
+ function onChange(event: RadioChangeEvent) {
const framework = event.target.value;
setFrameworkOfChoice(framework);
- navigate(`${__PATH_PREFIX__}/frontend-introduction${framework !== FRAMEWORKS[0].slug ? `/${framework}` : ''}`);
+ navigate(
+ `${process.env.PATH_PREFIX}/frontend-introduction${
+ framework !== FRAMEWORKS[0].slug ? `/${framework}` : ''
+ }`
+ );
}
- return <Radio.Group className={styles.frameworkSwitcher} value={frameworkOfChoice} onChange={onChange}>
- { FRAMEWORKS.map(framework => (
- <Radio.Button key={framework.slug} value={framework.slug}>
- { framework.name }
- </Radio.Button>
- ))}
- </Radio.Group>
+ return (
+ <Radio.Group
+ className={styles.frameworkSwitcher}
+ value={frameworkOfChoice}
+ onChange={onChange}
+ >
+ {FRAMEWORKS.map((framework) => (
+ <Radio.Button key={framework.slug} value={framework.slug}>
+ {framework.name}
+ </Radio.Button>
+ ))}
+ </Radio.Group>
+ );
};
export default FrameworkSwitcher;
diff --git a/Link.tsx b/Link.tsx
index 088cd42..d6d0217 100644
--- a/Link.tsx
+++ b/Link.tsx
@@ -1,6 +1,14 @@
import React from 'react';
import Link from 'gatsby-link';
-const StyledLink = props => <Link style={{textDecoration: 'none'}} {...props}>{props.children}</Link>;
+type Props = {
+ to: string;
+};
-export default StyledLink;
\\ No newline at end of file
+const StyledLink: React.FC<Props> = (props) => (
+ <Link style={{ textDecoration: 'none' }} {...props}>
+ {props.children}
+ </Link>
+);
+
+export default StyledLink;
diff --git a/MainTab.tsx b/MainTab.tsx
index 8d28c68..cdf117e 100644
--- a/MainTab.tsx
+++ b/MainTab.tsx
@@ -1,43 +1,52 @@
import React from 'react';
import Link from 'gatsby-link';
import cx from 'classnames';
-import PropTypes from 'prop-types';
import { Row, Col } from 'antd';
import styles from '../../../static/styles/index.module.scss';
-const MainTab = props => (
- <Col
- xl={12}
- md={24}
- sm={24}
- xs={24}
- className={cx(styles.mainTab, {[styles.mainTabRight]: props.right })}
- >
- <Link to={props.to}>
- <Row className={styles.mainTabContent}>
- <Col span={6}>
- <img className={styles.mainTabImg} src={props.img} alt={props.title} />
- </Col>
- <Col span={18} style={{ paddingTop: 10, paddingRight: 10 }}>
- <span className={styles.mainTabLink}>{props.title}</span>
- <div className={styles.mainTabText}>{props.desc}</div>
- </Col>
- </Row>
- </Link>
- </Col>
-)
+type Props = {
+ title: string;
+ to: string;
+ desc: string;
+ img: string;
+ right?: boolean;
+};
-MainTab.propTypes = {
- title: PropTypes.string.isRequired,
- to: PropTypes.string.isRequired,
- desc: PropTypes.string.isRequired,
- img: PropTypes.string.isRequired,
- right: PropTypes.bool
-}
+const defaultProps: Partial<Props> = {
+ right: false,
+};
-MainTab.defaultProps = {
- right: false
-}
+const MainTab: React.FC<Props> = (props) => {
+ const mergedProps = { ...defaultProps, ...props };
+
+ return (
+ <Col
+ xl={12}
+ md={24}
+ sm={24}
+ xs={24}
+ className={cx(styles.mainTab, {
+ [styles.mainTabRight]: mergedProps.right,
+ })}
+ >
+ <Link to={mergedProps.to}>
+ <Row className={styles.mainTabContent}>
+ <Col span={6}>
+ <img
+ className={styles.mainTabImg}
+ src={mergedProps.img}
+ alt={mergedProps.title}
+ />
+ </Col>
+ <Col span={18} style={{ paddingTop: 10, paddingRight: 10 }}>
+ <span className={styles.mainTabLink}>{mergedProps.title}</span>
+ <div className={styles.mainTabText}>{mergedProps.desc}</div>
+ </Col>
+ </Row>
+ </Link>
+ </Col>
+ );
+};
export default MainTab;
diff --git a/MenuItem.tsx b/MenuItem.tsx
index 9b77d5a..80b45de 100644
--- a/MenuItem.tsx
+++ b/MenuItem.tsx
@@ -5,16 +5,24 @@ import Link from './Link';
import { trimSlashes } from '../Layout';
-const MenuItem = props => (
+type Props = {
+ selectedKeys?: string[];
+ to: string;
+ title: string;
+};
+
+const MenuItem: React.FC<Props> = (props) => (
<Menu.Item
{...props}
title={null}
- className={cx({'ant-menu-item-selected': props.selectedKeys.includes(trimSlashes(props.to))})}
+ className={cx({
+ 'ant-menu-item-selected': props.selectedKeys?.includes(
+ trimSlashes(props.to)
+ ),
+ })}
key={trimSlashes(props.to)}
>
- <Link to={props.to}>
- {props.title}
- </Link>
+ <Link to={props.to}>{props.title}</Link>
</Menu.Item>
);
diff --git a/ScrollSpyLink.tsx b/ScrollSpyLink.tsx
index a3e751b..bc34c69 100644
--- a/ScrollSpyLink.tsx
+++ b/ScrollSpyLink.tsx
@@ -5,9 +5,14 @@ import styles from '../../../static/styles/index.module.scss';
export const SCROLL_OFFSET = -66;
export const SCROLL_DURATION = 300;
+type Props = {
+ activeClass?: string;
+ className?: string;
+ to: string;
+};
-const ScrollLink = props => (
- <div className={styles.scrollspyLinkWrapper} >
+const ScrollLink: React.FC<Props> = (props) => (
+ <div className={styles.scrollspyLinkWrapper}>
<Link
offset={SCROLL_OFFSET}
smooth
diff --git a/html.tsx b/html.tsx
index 19953dc..264adde 100644
--- a/html.tsx
+++ b/html.tsx
@@ -1,9 +1,18 @@
-import React from "react"
+import React from 'react';
import Head from './Head';
-class HTML extends React.Component {
- render() {
+export type HTMLProps = {
+ css?: any;
+ htmlAttributes: any;
+ headComponents: any;
+ bodyAttributes: any;
+ body: any;
+ preBodyComponents: any;
+ postBodyComponents: any;
+};
+class HTML extends React.Component<HTMLProps> {
+ render() {
return (
<html {...this.props.htmlAttributes}>
<Head headComponents={this.props.headComponents} />
@@ -17,8 +26,8 @@ class HTML extends React.Component {
{this.props.postBodyComponents}
</body>
</html>
- )
+ );
}
-};
+}
export default HTML;
diff --git a/404.tsx b/404.tsx
index 8f775ac..4be98be 100644
--- a/404.tsx
+++ b/404.tsx
@@ -1,9 +1,9 @@
-import React from 'react'
+import React from 'react';
-const NotFoundPage = () => (
+const NotFoundPage: React.FC = () => (
<div>
<h3>This page doesn't exist!</h3>
</div>
-)
+);
-export default NotFoundPage
+export default NotFoundPage;
diff --git a/frameworkOfChoice.tsx b/frameworkOfChoice.tsx
index d2cfd92..29af13d 100644
--- a/frameworkOfChoice.tsx
+++ b/frameworkOfChoice.tsx
@@ -20,22 +20,24 @@ export const FRAMEWORKS = [
},
];
-const FrameworkContext = React.createContext([]);
+const FrameworkContext = React.createContext<
+ [string, (newVal: string) => void]
+>([FRAMEWORKS[0].slug, () => {}]);
-const FrameworkOfChoiceStore = (props) => {
+const FrameworkOfChoiceStore: React.FC = (props) => {
if (props === undefined) {
throw new Error(
- 'Props are undefined. You probably mixed up between default/named import',
+ 'Props are undefined. You probably mixed up between default/named import'
);
}
let defaultValue = FRAMEWORKS[0].slug;
- if (!FRAMEWORKS.map(variant => variant.slug).includes(defaultValue)) {
+ if (!FRAMEWORKS.map((variant) => variant.slug).includes(defaultValue)) {
defaultValue = FRAMEWORKS[0].slug;
}
- const [framework, setFramework] = useState(defaultValue);
+ const [framework, setFramework] = useState<string>(defaultValue);
useEffect(() => {
setFramework(lockr.get('frameworkOfChoice') || defaultValue);
@@ -45,9 +47,11 @@ const FrameworkOfChoiceStore = (props) => {
lockr.set('frameworkOfChoice', framework);
}, [framework]);
- return <FrameworkContext.Provider value={[ framework, setFramework ]}>
- {props.children}
- </FrameworkContext.Provider>
+ return (
+ <FrameworkContext.Provider value={[framework, setFramework]}>
+ {props.children}
+ </FrameworkContext.Provider>
+ );
};
export const useFrameworkOfChoice = () => useContext(FrameworkContext);
diff --git a/DocTemplate.tsx b/DocTemplate.tsx
index 62a29d5..f855162 100644
--- a/DocTemplate.tsx
+++ b/DocTemplate.tsx
@@ -5,40 +5,74 @@ import ReactHtmlParser from 'react-html-parser';
import { scroller } from 'react-scroll';
import { Icon } from 'antd';
import cx from 'classnames';
-import PropTypes from 'prop-types';
import kebabCase from 'lodash/kebabCase';
import get from 'lodash/get';
import last from 'lodash/last';
import { renameCategory } from '../rename-category';
-import ScrollLink, { SCROLL_OFFSET } from '../components/templates/ScrollSpyLink';
+import ScrollLink, {
+ SCROLL_OFFSET,
+} from '../components/templates/ScrollSpyLink';
import styles from '../../static/styles/index.module.scss';
+import { Page, Section, SetScrollSectionsAndGithubUrlFunction } from '../types';
const mdContentCallback = () => {
- const accordionTriggers = document.getElementsByClassName('accordion-trigger');
+ const accordionTriggers = document.getElementsByClassName(
+ 'accordion-trigger'
+ );
- Array.prototype.forEach.call(accordionTriggers, item => {
- item.onclick = function (e) {
+ Array.prototype.forEach.call(accordionTriggers, (item) => {
+ item.onclick = function (e: MouseEvent) {
e.preventDefault();
const target = document.getElementById(item.id + '-body');
- target.classList.toggle('active');
- }
- })
-}
+ target?.classList.toggle('active');
+ };
+ });
+};
-const repoBaseUrl = "https://github.com/cube-js/cube.js/blob/master";
-const getGithubUrl = (fileAbsolutePath) => {
- const arr = fileAbsolutePath.replace(/(.*)cube\\.js\\/(.*)/g, '$2').split("/");
- return [repoBaseUrl, ...arr.slice(arr.indexOf('cube.js') + 1)].join("/");
+const repoBaseUrl = 'https://github.com/cube-js/cube.js/blob/master';
+const getGithubUrl = (fileAbsolutePath: string) => {
+ const arr = fileAbsolutePath.replace(/(.*)cube\\.js\\/(.*)/g, '$2').split('/');
+ return [repoBaseUrl, ...arr.slice(arr.indexOf('cube.js') + 1)].join('/');
+};
+
+// @TODO Find a way to move this out of here
+declare global {
+ interface Window {
+ Prism: any;
+ }
}
-class DocTemplate extends Component {
+type Props = {
+ changePage(page: Page): void;
+ setScrollSectionsAndGithubUrl: SetScrollSectionsAndGithubUrlFunction;
+ data: any;
+ pathContext: any;
+};
+
+type State = {
+ nodes: any[];
+};
+
+class DocTemplate extends Component<Props, State> {
+ state = {
+ nodes: [],
+ };
+
componentWillMount() {
const { markdownRemark = {} } = this.props.data;
const { html, frontmatter } = markdownRemark;
- this.props.changePage({ scope: frontmatter.scope, category: renameCategory(frontmatter.category), noscrollmenu: false });
- this.createAnchors(html, frontmatter.title, getGithubUrl( this.props.pathContext.fileAbsolutePath));
+ this.props.changePage({
+ scope: frontmatter.scope,
+ category: renameCategory(frontmatter.category),
+ noscrollmenu: false,
+ });
+ this.createAnchors(
+ html,
+ frontmatter.title,
+ getGithubUrl(this.props.pathContext.fileAbsolutePath)
+ );
}
componentDidMount() {
@@ -57,34 +91,38 @@ class DocTemplate extends Component {
if (nodeID) {
scroller.scrollTo(nodeID, { offset: SCROLL_OFFSET });
}
- }, 100)
- }
+ }, 100);
+ };
- createAnchors = (html, title, githubUrl) => {
+ createAnchors = (html: string, title: string, githubUrl: string) => {
if (!html) {
- this.props.setScrollSections([]);
+ this.props.setScrollSectionsAndGithubUrl([], '');
return;
}
// the code below transforms html from markdown to section-based html
// for normal scrollspy
const rawNodes = ReactHtmlParser(html);
- const sectionTags = [
+ const sectionTags: Section[] = [
{
id: 'top',
type: 'h1',
className: styles.topSection,
nodes: [
- React.createElement('h1', { key: 'top', className: styles.topHeader }, title)
+ React.createElement(
+ 'h1',
+ { key: 'top', className: styles.topHeader },
+ title
+ ),
],
- title: title
- }
+ title,
+ },
];
- let currentParentID;
+ let currentParentID: string;
let currentID = 'top';
- rawNodes.forEach(item => {
+ rawNodes.forEach((item) => {
let linkedHTag;
// This skips over any inline-comments in the Markdown source, such as
@@ -93,13 +131,20 @@ class DocTemplate extends Component {
return;
}
- if (item.type === 'p' && item.props.children.length === 1 && item.props.children[0].type === 'a') {
- item = <div
- id={`${item.key}:block-link`}
- key={`${item.key}:block-link`}
- className="block-link">
- {item.props.children[0]}
- </div>;
+ if (
+ item.type === 'p' &&
+ item.props.children.length === 1 &&
+ item.props.children[0].type === 'a'
+ ) {
+ item = (
+ <div
+ id={`${item.key}:block-link`}
+ key={`${item.key}:block-link`}
+ className="block-link"
+ >
+ {item.props.children[0]}
+ </div>
+ );
}
if (item.type === 'table') {
@@ -119,23 +164,22 @@ class DocTemplate extends Component {
if (item.type === 'h2' || item.type === 'h3') {
let className = '';
- const prevSection = last(sectionTags);
+ const prevSection = last(sectionTags) as Section;
const isPreviousSectionClearable =
- (prevSection.type === 'h1' || prevSection.type === 'h2') && (
- (prevSection.type === 'h1' && prevSection.nodes.length > 2) ||
- prevSection.nodes.length === 1)
-
+ (prevSection.type === 'h1' || prevSection.type === 'h2') &&
+ ((prevSection.type === 'h1' && prevSection.nodes.length > 2) ||
+ prevSection.nodes.length === 1);
className = cx(className, {
- [styles.postClearSection]: isPreviousSectionClearable
+ [styles.postClearSection]: isPreviousSectionClearable,
});
// anchors like 'h2-h3'
if (item.type === 'h2') {
prevSection.className = cx(prevSection.className, {
[styles.lastSection]: true,
- [styles.clearSection]: isPreviousSectionClearable
+ [styles.clearSection]: isPreviousSectionClearable,
});
currentID = kebabCase(item.props.children[0]);
@@ -146,49 +190,54 @@ class DocTemplate extends Component {
currentID = kebabCase(item.props.children[0]);
}
- sectionTags.push(
- {
- id: currentID,
- type: item.type,
- nodes: [],
- title: item.props.children[0],
- className
- }
- );
+ sectionTags.push({
+ id: currentID,
+ type: item.type,
+ nodes: [],
+ title: item.props.children[0],
+ className,
+ });
- linkedHTag = React.cloneElement(item, { className: styles.hTag },
- React.createElement(ScrollLink, {to: currentID},
+ linkedHTag = React.cloneElement(
+ item,
+ { className: styles.hTag },
+ React.createElement(
+ ScrollLink,
+ { to: currentID },
React.createElement(Icon, {
type: 'link',
- className: styles.hTagIcon
- }
- ),
+ className: styles.hTagIcon,
+ }),
item.props.children[0]
)
);
}
- last(sectionTags).nodes.push(linkedHTag || item);
+ last(sectionTags)?.nodes?.push(linkedHTag || item);
});
- const nodes = sectionTags.map(item => {
- return React.createElement('section', {
- key: item.id,
- id: item.id,
- type: item.type,
- className: item.className
- }, item.nodes);
+ const nodes = sectionTags.map((item) => {
+ return React.createElement(
+ 'section',
+ {
+ key: item.id,
+ id: item.id,
+ type: item.type,
+ className: item.className,
+ },
+ item.nodes
+ );
});
- const sections = sectionTags.map(item => ({
+ const sections = sectionTags.map((item) => ({
id: item.id,
title: item.title,
- type: item.type
+ type: item.type,
}));
this.props.setScrollSectionsAndGithubUrl(sections, githubUrl);
this.setState({ nodes });
- }
+ };
render() {
const { markdownRemark = {} } = this.props.data;
@@ -196,23 +245,13 @@ class DocTemplate extends Component {
return (
<div>
- <Helmet
- title={`${frontmatter.title} | Cube.js Docs`}
- />
+ <Helmet title={`${frontmatter.title} | Cube.js Docs`} />
<div className={styles.docContainer}>
- <div className={styles.docContent}>
- {this.state.nodes}
- </div>
+ <div className={styles.docContent}>{this.state.nodes}</div>
</div>
</div>
);
}
-};
-
-DocTemplate.propTypes = {
- changePage: PropTypes.func.isRequired,
- setScrollSections: PropTypes.func.isRequired,
- data: PropTypes.object
}
export default DocTemplate;
diff --git a/types.ts b/types.ts
index d426595..4964298 100644
--- a/types.ts
+++ b/types.ts
@@ -0,0 +1,57 @@
+export enum MobileModes {
+ CONTENT = 'content',
+ MENU = 'menu',
+ SEARCH = 'search',
+}
+
+export enum Scopes {
+ DEFAULT = 'default',
+ CUBEJS = 'cubejs',
+}
+
+export type Page = {
+ scope: Scopes;
+ category: string;
+ mobileMode?: MobileModes;
+ noscrollmenu?: boolean;
+};
+
+export type Section = {
+ id: string;
+ type: string;
+ className?: string;
+ nodes: any[];
+ title: string;
+};
+
+export type SectionWithoutNodes = Omit<Section, 'className' | 'nodes'>;
+
+export type SetScrollSectionsAndGithubUrlFunction = (
+ sections: SectionWithoutNodes[],
+ githubUrl: string
+) => void;
+
+export type Frontmatter = {
+ permalink: string;
+ title: string;
+ menuTitle?: null;
+ scope?: null;
+ category: string;
+ menuOrder?: number;
+ subCategory?: string;
+ frameworkOfChoice?: string;
+};
+
+export type MarkdownNode = {
+ html: string;
+ fileAbsolutePath: string;
+ frontmatter: Frontmatter;
+};
+
+export type Category = {
+ [categoryName: string]: MarkdownNode[];
+};
+
+export type ParsedNodeResults = {
+ [key: string]: Category;
+};
diff --git a/yarn.lock b/yarn.lock
index 0e6211e..0e70f6b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2330,6 +2330,11 @@
"@types/node" "*"
"@types/responselike" "*"
+"@types/classnames@^2.2.11":
+ version "2.2.11"
+ resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.11.tgz#2521cc86f69d15c5b90664e4829d84566052c1cf"
+ integrity sha512-2koNhpWm3DgWRp5tpkiJ8JGc1xTn2q0l+jUNUE7oMKXUf5NpI9AIdC4kbjGNFBdHtcxBD18LAksoudAVhFKCjw==
+
"@types/common-tags@^1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@types/common-tags/-/common-tags-1.8.0.tgz#79d55e748d730b997be5b7fce4b74488d8b26a6b"
@@ -2345,6 +2350,13 @@
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-0.0.30.tgz#dc1e40f7af3b9c815013a7860e6252f6352a84df"
integrity sha512-orGL5LXERPYsLov6CWs3Fh6203+dXzJkR7OnddIr2514Hsecwc8xRpzCapshBbKFImCsvS/mk6+FWiN5LyZJAQ==
+"@types/domutils@*":
+ version "1.7.3"
+ resolved "https://registry.yarnpkg.com/@types/domutils/-/domutils-1.7.3.tgz#890de5a79d86896e9e6a7445a43c9512e62d6f04"
+ integrity sha512-EucnS75OnnEdypNt+UpARisSF8eJBq4no+aVOis3Bs5kyABDXm1hEDv6jJxcMJPjR+a2YCrEANaW+BMT2QVG2Q==
+ dependencies:
+ domhandler "^2.4.0"
+
"@types/eslint-visitor-keys@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
@@ -2389,6 +2401,15 @@
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
+"@types/htmlparser2@*":
+ version "3.10.2"
+ resolved "https://registry.yarnpkg.com/@types/htmlparser2/-/htmlparser2-3.10.2.tgz#bd43702eaf2f15c2d26784c8427352a0a4aa75eb"
+ integrity sha512-81vjuO800UMoHjYbCbqtBmfC3iCsrROKpqndo0acKiN6k/cpW+YOw9FzRP0ghujHeUNCOox2AQPrrMy6+j5UpQ==
+ dependencies:
+ "@types/domutils" "*"
+ "@types/node" "*"
+ domhandler "^2.4.0"
+
"@types/http-cache-semantics@*":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
@@ -2445,7 +2466,12 @@
dependencies:
"@types/node" "*"
-"@types/lodash@^4.14.92":
+"@types/lockr@^0.8.6":
+ version "0.8.6"
+ resolved "https://registry.yarnpkg.com/@types/lockr/-/lockr-0.8.6.tgz#49a0651af31b2d92c40ab08cbc5803299584e936"
+ integrity sha512-dE34pSXRpPvGeeJ9s9wRvlH6olwfdImv3Glqulos46JPCWMCdjbsp/WzdC3+oRSmcEWrmm27OAF75ocQnsnFtw==
+
+"@types/lodash@^4.14.165", "@types/lodash@^4.14.92":
version "4.14.165"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.165.tgz#74d55d947452e2de0742bad65270433b63a8c30f"
integrity sha512-tjSSOTHhI5mCHTy/OOXYIhi2Wt1qcbHmuXD1Ha7q70CgI/I71afO4XtLb/cVexki1oVYchpul/TOuu3Arcdxrg==
@@ -2488,9 +2514,9 @@
integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==
"@types/node@^14.14.10":
- version "14.14.11"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.11.tgz#fc25a4248a5e8d0837019b1d170146d07334abe0"
- integrity sha512-BJ97wAUuU3NUiUCp44xzUFquQEvnk1wu7q4CMEUYKJWjdkr0YWYDsm4RFtAvxYsNjLsKcrFt6RvK8r+mnzMbEQ==
+ version "14.14.10"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785"
+ integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ==
"@types/node@^8.5.7":
version "8.10.66"
@@ -2537,6 +2563,28 @@
dependencies:
"@types/react" "*"
+"@types/react-helmet@^6.1.0":
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/@types/react-helmet/-/react-helmet-6.1.0.tgz#af586ed685f4905e2adc7462d1d65ace52beee7a"
+ integrity sha512-PYRoU1XJFOzQ3BHvWL1T8iDNbRjdMDJMT5hFmZKGbsq09kbSqJy61uwEpTrbTNWDopVphUT34zUSVLK9pjsgYQ==
+ dependencies:
+ "@types/react" "*"
+
+"@types/react-html-parser@^2.0.1":
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/@types/react-html-parser/-/react-html-parser-2.0.1.tgz#2d9002ac5bf1adf9aff8eae77ace5488bd78c98d"
+ integrity sha512-Lyw0AtG3gahw78CX2pzmzhKaoZCfJNzzuhhPsFVhzFrylMv8NaCmzYaPKglMv3RRHpwBbHuMOkVx0HiwGZKgSA==
+ dependencies:
+ "@types/htmlparser2" "*"
+ "@types/react" "*"
+
+"@types/react-scroll@^1.8.2":
+ version "1.8.2"
+ resolved "https://registry.yarnpkg.com/@types/react-scroll/-/react-scroll-1.8.2.tgz#44bbbadabb9014517eb865d6fa47937535a2234a"
+ integrity sha512-oavV6BZLfaIghX4JSmrm6mJkeVayQlmsFx1Rz8ffGjMngHAI/juZkRZM/zV/H5D0pGqjzACvBmKYUU4YBecwLg==
+ dependencies:
+ "@types/react" "*"
+
"@types/react-slick@^0.23.4":
version "0.23.4"
resolved "https://registry.yarnpkg.com/@types/react-slick/-/react-slick-0.23.4.tgz#c97e2a9e7e3d1933c68593b8e82752fab1e8ce53"
@@ -6360,7 +6408,7 @@ [email protected]:
dependencies:
domelementtype "1"
-domhandler@^2.3.0:
+domhandler@^2.3.0, domhandler@^2.4.0:
version "2.4.2"
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803"
integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==
@@ -18906,6 +18954,11 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
+typescript@^4.1.2:
+ version "4.1.2"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
+ integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
+
ua-parser-js@^0.7.18:
version "0.7.22"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.22.tgz#960df60a5f911ea8f1c818f3747b99c6e177eae3"
|
|
fix(postgres/duckdb): fix negative slicing by copying the trino impl
|
39e39621c680bf7663f946d5953b8a9df7457b2b
|
fix
|
https://github.com/rohankumardubey/ibis/commit/39e39621c680bf7663f946d5953b8a9df7457b2b
|
fix negative slicing by copying the trino impl
|
diff --git a/registry.py b/registry.py
index a3e2eb9..07da992 100644
--- a/registry.py
+++ b/registry.py
@@ -313,13 +313,6 @@ def _regex_extract(t, op):
return sa.case([(does_match, matches[index])], else_=None)
-def _cardinality(array):
- return sa.case(
- [(array.is_(None), None)],
- else_=sa.func.coalesce(sa.func.array_length(array, 1), 0),
- )
-
-
def _array_repeat(t, op):
"""Repeat an array."""
arg = t.translate(op.arg)
@@ -331,7 +324,7 @@ def _array_repeat(t, op):
# query, so make sure the column knows its origin
array.table = arg.table
- array_length = _cardinality(array)
+ array_length = sa.func.cardinality(array)
# sequence from 1 to the total number of elements desired in steps of 1.
# the call to greatest isn't necessary, but it provides clearer intent
@@ -404,36 +397,40 @@ def _mod(t, op):
def _neg_idx_to_pos(array, idx):
- return sa.case(
- [
- (array.is_(None), None),
- (idx < 0, sa.func.array_length(array, 1) + idx),
- ],
- else_=idx,
- )
+ return sa.case([(idx < 0, sa.func.cardinality(array) + idx)], else_=idx)
-def _array_slice(t, op):
- arg, start, stop = op.args
- sa_arg = t.translate(arg)
- sa_start = t.translate(start)
+def _array_slice(*, index_converter, array_length):
+ def translate(t, op):
+ arg = t.translate(op.arg)
- if stop is None:
- sa_stop = _cardinality(sa_arg)
- else:
- sa_stop = t.translate(stop)
+ arg_length = array_length(arg)
+
+ if (start := op.start) is None:
+ start = 0
+ else:
+ start = t.translate(start)
+ start = sa.func.least(arg_length, index_converter(arg, start))
+
+ if (stop := op.stop) is None:
+ stop = arg_length
+ else:
+ stop = index_converter(arg, t.translate(stop))
+
+ return arg[start + 1 : stop]
- sa_start = _neg_idx_to_pos(sa_arg, sa_start)
- sa_stop = _neg_idx_to_pos(sa_arg, sa_stop)
- return sa_arg[sa_start + 1 : sa_stop]
+ return translate
-def _array_index(t, op):
- sa_array = t.translate(op.arg)
- sa_index = t.translate(op.index)
- if isinstance(op.arg, ops.Literal):
- sa_array = sa.sql.elements.Grouping(sa_array)
- return sa_array[_neg_idx_to_pos(sa_array, sa_index) + 1]
+def _array_index(*, index_converter):
+ def translate(t, op):
+ sa_array = t.translate(op.arg)
+ sa_index = t.translate(op.index)
+ if isinstance(op.arg, ops.Literal):
+ sa_array = sa.sql.elements.Grouping(sa_array)
+ return sa_array[index_converter(sa_array, sa_index) + 1]
+
+ return translate
def _literal(_, op):
@@ -583,11 +580,14 @@ operation_registry.update(
ops.CumulativeAll: unary(sa.func.bool_and),
ops.CumulativeAny: unary(sa.func.bool_or),
# array operations
- ops.ArrayLength: unary(_cardinality),
+ ops.ArrayLength: unary(sa.func.cardinality),
ops.ArrayCollect: reduction(sa.func.array_agg),
ops.ArrayColumn: _array_column,
- ops.ArraySlice: _array_slice,
- ops.ArrayIndex: _array_index,
+ ops.ArraySlice: _array_slice(
+ index_converter=_neg_idx_to_pos,
+ array_length=sa.func.cardinality,
+ ),
+ ops.ArrayIndex: _array_index(index_converter=_neg_idx_to_pos),
ops.ArrayConcat: fixed_arity(sa.sql.expression.ColumnElement.concat, 2),
ops.ArrayRepeat: _array_repeat,
ops.Unnest: unary(sa.func.unnest),
|
|
build: updated gravity config
|
6baf40a68cf8e18855e7250c61ee4f5aa1245e7a
|
build
|
https://github.com/tsparticles/tsparticles/commit/6baf40a68cf8e18855e7250c61ee4f5aa1245e7a
|
updated gravity config
|
diff --git a/package.dist.json b/package.dist.json
index a5ad118..2cc9074 100644
--- a/package.dist.json
+++ b/package.dist.json
@@ -89,4 +89,4 @@
"dependencies": {
"tsparticles-engine": "^2.11.1"
}
-}
+}
\\ No newline at end of file
diff --git a/gravity.ts b/gravity.ts
index 7d748f0..8f53a65 100644
--- a/gravity.ts
+++ b/gravity.ts
@@ -9,26 +9,12 @@ const options: ISourceOptions = {
count: 1,
factor: {
value: {
- min: 4,
- max: 9,
- },
- },
- particles: {
- collisions: {
- enable: false,
- },
- destroy: {
- mode: "none",
- },
- life: {
- count: 1,
+ min: 2,
+ max: 4,
},
},
},
},
- number: {
- value: 0,
- },
color: {
value: "#ffffff",
},
@@ -40,7 +26,7 @@ const options: ISourceOptions = {
},
size: {
value: {
- min: 10,
+ min: 5,
max: 15,
},
},
@@ -56,10 +42,10 @@ const options: ISourceOptions = {
gravity: {
enable: true,
},
- speed: 10,
+ speed: { min: 5, max: 15 },
outModes: {
bottom: "split",
- default: "destroy",
+ default: "bounce",
top: "none",
},
trail: {
@@ -69,46 +55,6 @@ const options: ISourceOptions = {
},
},
},
- interactivity: {
- events: {
- onHover: {
- enable: false,
- mode: "repulse",
- parallax: {
- enable: false,
- force: 60,
- smooth: 10,
- },
- },
- onClick: {
- enable: true,
- mode: "push",
- },
- },
- modes: {
- grab: {
- distance: 400,
- links: {
- opacity: 1,
- },
- },
- bubble: {
- distance: 400,
- size: 40,
- duration: 2,
- opacity: 0.8,
- },
- repulse: {
- distance: 200,
- },
- push: {
- quantity: 4,
- },
- remove: {
- quantity: 2,
- },
- },
- },
background: {
color: "#000",
},
@@ -116,12 +62,16 @@ const options: ISourceOptions = {
direction: "top",
life: {
count: 0,
- duration: 5,
+ duration: 3,
delay: 2,
},
+ position: {
+ y: { min: 30, max: 70 },
+ x: { min: 30, max: 70 },
+ },
rate: {
delay: 0.1,
- quantity: 1,
+ quantity: 2,
},
size: {
width: 0,
@@ -132,12 +82,22 @@ const options: ISourceOptions = {
vertical: {
value: {
min: 0.4,
- max: 0.8,
+ max: 0.6,
},
},
},
color: {
- value: ["#5bc0eb", "#fde74c", "#9bc53d", "#e55934", "#fa7921"],
+ value: [
+ "#5bc0eb",
+ "#fde74c",
+ "#9bc53d",
+ "#e55934",
+ "#fa7921",
+ "#2FF3E0",
+ "#F8D210",
+ "#FA26A0",
+ "#F51720",
+ ],
},
size: {
value: {
@@ -149,7 +109,7 @@ const options: ISourceOptions = {
value: 0.5,
},
move: {
- speed: 10,
+ speed: { min: 5, max: 15 },
},
},
},
|
|
chore: update test snapshots
|
43da3eeeea6aeac38fb407bf2a77efca6ba7dbbd
|
chore
|
https://github.com/pmndrs/react-spring/commit/43da3eeeea6aeac38fb407bf2a77efca6ba7dbbd
|
update test snapshots
|
diff --git a/SpringValue.test.ts.snap b/SpringValue.test.ts.snap
index ab89f88..ada0a74 100644
--- a/SpringValue.test.ts.snap
+++ b/SpringValue.test.ts.snap
@@ -33,3 +33,154 @@ Array [
`;
exports[`SpringValue can animate an array of numbers 1`] = `Array []`;
+
+exports[`SpringValue when "reverse" prop is true swaps the "to" and "from" props 1`] = `
+Array [
+ 0.9773651566921419,
+ 0.9238447110500605,
+ 0.852727045431224,
+ 0.7732066706218559,
+ 0.6914946808396315,
+ 0.6116475578389905,
+ 0.5361828794607453,
+ 0.4665342551963084,
+ 0.4033853476869672,
+ 0.3469132819682177,
+ 0.29696442635758724,
+ 0.2531799342583708,
+ 0.21508416627703766,
+ 0.18214585932574526,
+ 0.15381943659801983,
+ 0.1295719767229399,
+ 0.10889994138353111,
+ 0.09133869011601468,
+ 0.07646700587939456,
+ 0.06390825164952882,
+ 0.05332932801191841,
+ 0.0444382672440135,
+ 0.03698105225497496,
+ 0.030738067326888108,
+ 0.02552045540916056,
+ 0.02116656126728198,
+ 0.01753857162892271,
+ 0.014519415475703344,
+ 0.012009954436804516,
+ 0.009926470833638602,
+ 0.008198446305043062,
+ 0.006766614882944518,
+ 0.005581269243973591,
+ 0.0046007964253405855,
+ 0.0037904186834741348,
+ 0.003121115756173977,
+ 0.0025687061097373425,
+ 0.002113066492326755,
+ 0.0017374710529361444,
+ 0.0014280332726546588,
+ 0.001173235894326376,
+ 0,
+]
+`;
+
+exports[`SpringValue when "reverse" prop is true works when "from" was set by an earlier update 1`] = `
+Array [
+ 0.9773651566921419,
+ 0.9238447110500605,
+ 0.852727045431224,
+ 0.7732066706218559,
+ 0.6914946808396315,
+ 0.6116475578389905,
+ 0.5361828794607453,
+ 0.4665342551963084,
+ 0.4033853476869672,
+ 0.3469132819682177,
+ 0.29696442635758724,
+ 0.2531799342583708,
+ 0.21508416627703766,
+ 0.18214585932574526,
+ 0.15381943659801983,
+ 0.1295719767229399,
+ 0.10889994138353111,
+ 0.09133869011601468,
+ 0.07646700587939456,
+ 0.06390825164952882,
+ 0.05332932801191841,
+ 0.0444382672440135,
+ 0.03698105225497496,
+ 0.030738067326888108,
+ 0.02552045540916056,
+ 0.02116656126728198,
+ 0.01753857162892271,
+ 0.014519415475703344,
+ 0.012009954436804516,
+ 0.009926470833638602,
+ 0.008198446305043062,
+ 0.006766614882944518,
+ 0.005581269243973591,
+ 0.0046007964253405855,
+ 0.0037904186834741348,
+ 0.003121115756173977,
+ 0.0025687061097373425,
+ 0.002113066492326755,
+ 0.0017374710529361444,
+ 0.0014280332726546588,
+ 0.001173235894326376,
+ 0,
+]
+`;
+
+exports[`SpringValue when "reverse" prop is true works when "to" and "from" were set by an earlier update 1`] = `
+Array [
+ 0.022634843307857987,
+ 0.07615528894993949,
+ 0.14727295456877587,
+ 0.226793329378144,
+ 0.30850531916036833,
+ 0.3883524421610094,
+ 0.4638171205392546,
+ 0.5334657448036914,
+ 0.5739798090051748,
+ 0.5769314290818427,
+ 0.5557626190736369,
+ 0.5200267363634852,
+ 0.4764105145625939,
+ 0.4295016985132453,
+ 0.38236344286272556,
+ 0.3369622784733687,
+ 0.29448540630343617,
+ 0.25557459185220316,
+ 0.22049742047819276,
+ 0.18927168260884208,
+ 0.16175483826511933,
+ 0.1377075920817319,
+ 0.11683838434304501,
+ 0.0988339093960519,
+ 0.08337948597437063,
+ 0.07017212884873279,
+ 0.05892843425047188,
+ 0.049388836173825494,
+ 0.041319373575113914,
+ 0.03451179641037492,
+ 0.028782605949931907,
+ 0.023971452443943598,
+ 0.019939186165186966,
+ 0.016565764841941392,
+ 0.013748152945448568,
+ 0.011398299719529353,
+ 0.009441248327067157,
+ 0.007813404341311832,
+ 0.006460975252106907,
+ 0.005338581610289848,
+ 0.004408033349647206,
+ 0.00363726055737456,
+ 0.0029993856652006856,
+ 0.0024719230850121722,
+ 0.002036092265339304,
+ 0.0016762306751292224,
+ 0.0013792940991652848,
+ 0.001134432694629231,
+ 0.0009326324005005715,
+ 0.0007664124372832261,
+ 0.0006295707368567502,
+ 0,
+]
+`;
|
|
style: format code in docstrings
|
f20e34e73ac616d1dfc40717cae6e3955e4fb101
|
style
|
https://github.com/ibis-project/ibis/commit/f20e34e73ac616d1dfc40717cae6e3955e4fb101
|
format code in docstrings
|
diff --git a/timecontext.py b/timecontext.py
index ef61d46..ae50e50 100644
--- a/timecontext.py
+++ b/timecontext.py
@@ -183,9 +183,7 @@ def construct_time_context_aware_series(
1 2.2
2 3.3
Name: value, dtype: float64
- >>> construct_time_context_aware_series(
- ... series, df
- ... ) # quartodoc: +SKIP # doctest: +SKIP
+ >>> construct_time_context_aware_series(series, df) # quartodoc: +SKIP # doctest: +SKIP
time
0 2017-01-02 1.1
1 2017-01-03 2.2
diff --git a/__init__.py b/__init__.py
index ee471ea..698a5a1 100644
--- a/__init__.py
+++ b/__init__.py
@@ -381,9 +381,7 @@ class Backend(BaseSQLBackend, CanCreateDatabase):
Examples
--------
- >>> con.create_table(
- ... "new_table_name", table_expr
- ... ) # quartodoc: +SKIP # doctest: +SKIP
+ >>> con.create_table("new_table_name", table_expr) # quartodoc: +SKIP # doctest: +SKIP
"""
import pandas as pd
import pyarrow as pa
@@ -507,9 +505,7 @@ class Backend(BaseSQLBackend, CanCreateDatabase):
--------
>>> table = "my_table"
>>> db = "operations"
- >>> con.drop_table_or_view(
- ... table, db, force=True
- ... ) # quartodoc: +SKIP # doctest: +SKIP
+ >>> con.drop_table_or_view(table, db, force=True) # quartodoc: +SKIP # doctest: +SKIP
"""
statement = DropTable(name, database=database, must_exist=not force)
self.raw_sql(statement.compile())
@@ -557,9 +553,7 @@ class Backend(BaseSQLBackend, CanCreateDatabase):
>>> con.insert(table, table_expr) # quartodoc: +SKIP # doctest: +SKIP
# Completely overwrite contents
- >>> con.insert(
- ... table, table_expr, overwrite=True
- ... ) # quartodoc: +SKIP # doctest: +SKIP
+ >>> con.insert(table, table_expr, overwrite=True) # quartodoc: +SKIP # doctest: +SKIP
"""
table = self.table(table_name, database=database)
return table.insert(
diff --git a/annotations.py b/annotations.py
index 1998410..8f5c467 100644
--- a/annotations.py
+++ b/annotations.py
@@ -569,7 +569,6 @@ def annotated(_1=None, _2=None, _3=None, **kwargs):
>>> @annotated(x=instance_of(int), y=instance_of(str))
... def foo(x, y):
... return float(x) + float(y)
- ...
3. With mixing type annotations and patterns where the latter takes precedence
@@ -582,7 +581,6 @@ def annotated(_1=None, _2=None, _3=None, **kwargs):
>>> @annotated([instance_of(int), instance_of(str)], instance_of(float))
... def foo(x, y):
... return float(x) + float(y)
- ...
Parameters
----------
diff --git a/collections.py b/collections.py
index 592ee20..4d0d606 100644
--- a/collections.py
+++ b/collections.py
@@ -190,7 +190,6 @@ class MapSet(Mapping[K, V]):
...
... def __repr__(self):
... return f"MyMap({repr(self._data)})"
- ...
>>> m = MyMap(a=1, b=2)
>>> n = dict(a=1, b=2, c=3)
>>> m <= n
diff --git a/graph.py b/graph.py
index 0d17ace..2458325 100644
--- a/graph.py
+++ b/graph.py
@@ -49,7 +49,6 @@ def _flatten_collections(node: Any) -> Iterator[N]:
... number: int
... string: str
... children: tuple[Node, ...]
- ...
>>> a = MyNode(4, "a", ())
>>>
>>> b = MyNode(3, "b", ())
@@ -96,7 +95,6 @@ def _recursive_lookup(obj: Any, dct: dict) -> Any:
... number: int
... string: str
... children: tuple[Node, ...]
- ...
>>> a = MyNode(4, "a", ())
>>>
>>> b = MyNode(3, "b", ())
diff --git a/patterns.py b/patterns.py
index 31464af..349b27b 100644
--- a/patterns.py
+++ b/patterns.py
@@ -658,7 +658,6 @@ class GenericInstanceOf(Slotted, Pattern):
...
... def __eq__(self, other):
... return type(self) is type(other) and self.value == other.value
- ...
>>> p = GenericInstanceOf(MyNumber[int])
>>> assert p.match(MyNumber(1), {}) == MyNumber(1)
>>> assert p.match(MyNumber(1.0), {}) is NoMatch
@@ -802,7 +801,6 @@ class GenericCoercedTo(Slotted, Pattern):
... return cls(float(value))
... else:
... raise CoercionError(f"Cannot coerce to {T}")
- ...
>>> p = GenericCoercedTo(MyNumber[int])
>>> assert p.match(3.14, {}) == MyNumber(3)
>>> assert p.match("15", {}) == MyNumber(15)
@@ -1571,7 +1569,6 @@ def pattern(obj: AnyType) -> Pattern:
>>> @pattern
... def as_int(x, context):
... return int(x)
- ...
>>>
>>> assert as_int.match(1, {}) == 1
diff --git a/typing.py b/typing.py
index 475a72c..c24e871 100644
--- a/typing.py
+++ b/typing.py
@@ -102,14 +102,12 @@ def get_type_params(obj: Any) -> dict[str, type]:
>>>
>>> class MyList(List[T]):
... ...
- ...
>>>
>>> get_type_params(MyList[int])
{'T': <class 'int'>}
>>>
>>> class MyDict(Dict[T, U]):
... ...
- ...
>>>
>>> get_type_params(MyDict[int, str])
{'T': <class 'int'>, 'U': <class 'str'>}
@@ -147,7 +145,6 @@ def get_bound_typevars(obj: Any) -> dict[TypeVar, tuple[str, type]]:
>>> class MyStruct(Generic[T, U]):
... a: T
... b: U
- ...
>>> get_bound_typevars(MyStruct[int, str])
{~T: ('a', <class 'int'>), ~U: ('b', <class 'str'>)}
>>>
@@ -157,7 +154,6 @@ def get_bound_typevars(obj: Any) -> dict[TypeVar, tuple[str, type]]:
... @property
... def myprop(self) -> U:
... ...
- ...
>>> get_bound_typevars(MyStruct[float, bytes])
{~T: ('a', <class 'float'>), ~U: ('myprop', <class 'bytes'>)}
"""
diff --git a/api.py b/api.py
index 398c6ff..91a83ec 100644
--- a/api.py
+++ b/api.py
@@ -1278,7 +1278,6 @@ def read_csv(
... '''
>>> with open("/tmp/lines.csv", mode="w") as f:
... nbytes = f.write(lines) # nbytes is unused
- ...
>>> t = ibis.read_csv("/tmp/lines.csv")
>>> t
┏━━━━━━━┳━━━━━━━━┓
@@ -1334,7 +1333,6 @@ def read_json(
... '''
>>> with open("/tmp/lines.json", mode="w") as f:
... nbytes = f.write(lines) # nbytes is unused
- ...
>>> t = ibis.read_json("/tmp/lines.json")
>>> t
┏━━━━━━━┳━━━━━━━━┓
diff --git a/vectorized.py b/vectorized.py
index bc70253..fdc3c4c 100644
--- a/vectorized.py
+++ b/vectorized.py
@@ -134,16 +134,12 @@ def _coerce_to_dataframe(
Examples
--------
>>> import pandas as pd
- >>> _coerce_to_dataframe(
- ... pd.DataFrame({"a": [1, 2, 3]}), dt.Struct(dict(b="int32"))
- ... ) # noqa: E501
+ >>> _coerce_to_dataframe(pd.DataFrame({"a": [1, 2, 3]}), dt.Struct(dict(b="int32"))) # noqa: E501
b
0 1
1 2
2 3
- >>> _coerce_to_dataframe(
- ... pd.Series([[1, 2, 3]]), dt.Struct(dict.fromkeys("abc", "int32"))
- ... ) # noqa: E501
+ >>> _coerce_to_dataframe(pd.Series([[1, 2, 3]]), dt.Struct(dict.fromkeys("abc", "int32"))) # noqa: E501
a b c
0 1 2 3
>>> _coerce_to_dataframe(
@@ -157,9 +153,7 @@ def _coerce_to_dataframe(
... ) # noqa: E501
a b c
0 1 2 3
- >>> _coerce_to_dataframe(
- ... [1, 2, 3], dt.Struct(dict.fromkeys("abc", "int32"))
- ... ) # noqa: E501
+ >>> _coerce_to_dataframe([1, 2, 3], dt.Struct(dict.fromkeys("abc", "int32"))) # noqa: E501
a b c
0 1 2 3
"""
@@ -287,7 +281,6 @@ def analytic(input_type, output_type):
>>> @analytic(input_type=[dt.double], output_type=dt.double)
... def zscore(series): # note the use of aggregate functions
... return (series - series.mean()) / series.std()
- ...
Define and use an UDF with multiple return columns:
@@ -329,14 +322,12 @@ def elementwise(input_type, output_type):
>>> @elementwise(input_type=[dt.string], output_type=dt.int64)
... def my_string_length(series):
... return series.str.len() * 2
- ...
Define an UDF with non-column parameters:
>>> @elementwise(input_type=[dt.string], output_type=dt.int64)
... def my_string_length(series, *, times):
... return series.str.len() * times
- ...
Define and use an UDF with multiple return columns:
@@ -375,7 +366,6 @@ def reduction(input_type, output_type):
>>> @reduction(input_type=[dt.string], output_type=dt.int64)
... def my_string_length_agg(series, **kwargs):
... return (series.str.len() * 2).sum()
- ...
Define and use an UDF with multiple return columns:
diff --git a/selectors.py b/selectors.py
index 487a218..1202365 100644
--- a/selectors.py
+++ b/selectors.py
@@ -212,9 +212,7 @@ def of_type(dtype: dt.DataType | str | type[dt.DataType]) -> Predicate:
>>> import ibis
>>> import ibis.expr.datatypes as dt
>>> import ibis.selectors as s
- >>> t = ibis.table(
- ... dict(name="string", siblings="array<string>", parents="array<int64>")
- ... )
+ >>> t = ibis.table(dict(name="string", siblings="array<string>", parents="array<int64>"))
>>> expr = t.select(s.of_type(dt.Array(dt.string)))
>>> expr.columns
['siblings']
@@ -329,9 +327,7 @@ def contains(
>>> import ibis
>>> import ibis.selectors as s
>>> t = ibis.table(
- ... dict(
- ... a="int64", b="string", c="float", d="array<int16>", ab="struct<x: int>"
- ... )
+ ... dict(a="int64", b="string", c="float", d="array<int16>", ab="struct<x: int>")
... )
>>> expr = t.select(s.contains(("a", "b")))
>>> expr.columns
diff --git a/pyproject.toml b/pyproject.toml
index a583f32..cb11558 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -500,6 +500,7 @@ required-imports = ["from __future__ import annotations"]
[tool.ruff.format]
exclude = [".direnv", "result-*", "_py310.py", "decompiled.py"]
docstring-code-format = true
+docstring-code-line-length = 88
[tool.conda-lock]
channels = ["conda-forge"]
|
|
test: add introduction guide e2e test (#1976)
|
6030a2cfb23f6b5abb4b5e5cb802a6098bd93a4d
|
test
|
https://github.com/Hardeepex/crawlee/commit/6030a2cfb23f6b5abb4b5e5cb802a6098bd93a4d
|
add introduction guide e2e test (#1976)
|
diff --git a/.gitignore b/.gitignore
index 9a7971f..0d07a42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,7 @@
+.idea
+.DS_Store
+node_modules
+package-lock.json
+apify_storage
+crawlee_storage
+storage
diff --git a/actor.json b/actor.json
index e1bfcaf..907abe5 100644
--- a/actor.json
+++ b/actor.json
@@ -0,0 +1,7 @@
+{
+ "actorSpecification": 1,
+ "name": "test-playwright-introduction-guide",
+ "version": "0.0",
+ "buildTag": "latest",
+ "env": null
+}
diff --git a/Dockerfile b/Dockerfile
index b903a91..51bf0d2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -0,0 +1,23 @@
+FROM node:16 AS builder
+
+COPY /packages ./packages
+COPY /package*.json ./
+RUN npm --quiet set progress=false \\
+ && npm install --only=prod --no-optional \\
+ && npm update
+
+FROM apify/actor-node-playwright-chrome:16-beta
+
+RUN rm -r node_modules
+COPY --from=builder /node_modules ./node_modules
+COPY --from=builder /packages ./packages
+COPY --from=builder /package*.json ./
+COPY /.actor ./.actor
+COPY /main.js ./
+
+RUN echo "Installed NPM packages:" \\
+ && (npm list --only=prod --no-optional --all || true) \\
+ && echo "Node.js version:" \\
+ && node --version \\
+ && echo "NPM version:" \\
+ && npm --version
diff --git a/main.js b/main.js
index b2e9939..ebffbf1 100644
--- a/main.js
+++ b/main.js
@@ -0,0 +1,72 @@
+import { Actor } from 'apify';
+import { Dataset, createPlaywrightRouter, PlaywrightCrawler } from '@crawlee/playwright';
+
+await Actor.init({ storage: process.env.STORAGE_IMPLEMENTATION === 'LOCAL' ? new (await import('@apify/storage-local')).ApifyStorageLocal() : undefined });
+
+// createPlaywrightRouter() is only a helper to get better
+// intellisense and typings. You can use Router.create() too.
+export const router = createPlaywrightRouter();
+
+// This replaces the request.label === DETAIL branch of the if clause.
+router.addHandler('DETAIL', async ({
+ request,
+ page,
+ log,
+}) => {
+ log.debug(`Extracting data: ${request.url}`);
+ const urlParts = request.url.split('/')
+ .slice(-2);
+ const modifiedTimestamp = await page.locator('time[datetime]')
+ .getAttribute('datetime');
+ const runsRow = page.locator('ul.ActorHeader-userMedallion > li')
+ .filter({ hasText: 'Runs' });
+ const runCountString = await runsRow.textContent();
+
+ const results = {
+ url: request.url,
+ uniqueIdentifier: urlParts.join('/'),
+ owner: urlParts[0],
+ title: await page.locator('.ActorHeader-identificator h1')
+ .textContent(),
+ description: await page.locator('p.ActorHeader-description')
+ .textContent(),
+ modifiedDate: new Date(Number(modifiedTimestamp)),
+ runCount: runCountString.replace('Runs ', ''),
+ };
+
+ log.info(`Saving data: ${request.url}`);
+ await Dataset.pushData(results);
+});
+
+// This is a fallback route which will handle the start URL
+// as well as the LIST labeled URLs.
+router.addDefaultHandler(async ({
+ request,
+ page,
+ enqueueLinks,
+ log,
+}) => {
+ log.debug(`Enqueueing pagination: ${request.url}`);
+ await page.waitForSelector('.ActorStorePagination-buttons a');
+ await enqueueLinks({
+ selector: '.ActorStorePagination-buttons a',
+ label: 'LIST',
+ });
+ log.debug(`Enqueueing actor details: ${request.url}`);
+ await page.waitForSelector('div[data-test="actorCard"] a');
+ await enqueueLinks({
+ selector: 'div[data-test="actorCard"] a',
+ label: 'DETAIL', // <= note the different label
+ });
+});
+
+const crawler = new PlaywrightCrawler({
+ maxRequestsPerCrawl: 10, // so the test runs faster
+ // Instead of the long requestHandler with
+ // if clauses we provide a router instance.
+ requestHandler: router,
+});
+
+await crawler.run(['https://apify.com/store']);
+
+await Actor.exit({ exit: Actor.isAtHome() });
diff --git a/package.json b/package.json
index d1d5b4d..a2d3ae6 100644
--- a/package.json
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "test-playwright-introduction-guide",
+ "version": "0.0.1",
+ "description": "Crawlee Introduction Guide (playwright + chrome)",
+ "dependencies": {
+ "apify": "next",
+ "@apify/storage-local": "^2.1.0",
+ "@crawlee/basic": "file:./packages/basic-crawler",
+ "@crawlee/browser": "file:./packages/browser-crawler",
+ "@crawlee/browser-pool": "file:./packages/browser-pool",
+ "@crawlee/core": "file:./packages/core",
+ "@crawlee/memory-storage": "file:./packages/memory-storage",
+ "@crawlee/playwright": "file:./packages/playwright-crawler",
+ "@crawlee/types": "file:./packages/types",
+ "@crawlee/utils": "file:./packages/utils",
+ "playwright": "*"
+ },
+ "overrides": {
+ "apify": {
+ "@crawlee/core": "file:./packages/core",
+ "@crawlee/utils": "file:./packages/utils"
+ }
+ },
+ "scripts": {
+ "start": "node main.js"
+ },
+ "type": "module",
+ "license": "ISC"
+}
diff --git a/test.mjs b/test.mjs
index 4b05797..361beee 100644
--- a/test.mjs
+++ b/test.mjs
@@ -0,0 +1,8 @@
+import { initialize, getActorTestDir, runActor, expect } from '../tools.mjs';
+
+const testActorDirname = getActorTestDir(import.meta.url);
+await initialize(testActorDirname);
+
+const { stats } = await runActor(testActorDirname, 16384);
+
+await expect(stats.requestsFinished >= 10, 'All requests finished');
|
|
feat: on windows, try to parse the interpreter out of files.
This is done by Git for Windows as well for additional compatibility
around launching hooks.
|
33517d08105287c264ceffd7d3d3ce9733051947
|
feat
|
https://github.com/Byron/gitoxide/commit/33517d08105287c264ceffd7d3d3ce9733051947
|
on windows, try to parse the interpreter out of files.
This is done by Git for Windows as well for additional compatibility
around launching hooks.
|
diff --git a/lib.rs b/lib.rs
index 3fafeee..4078aff 100644
--- a/lib.rs
+++ b/lib.rs
@@ -79,6 +79,7 @@ pub struct Context {
}
mod prepare {
+ use std::borrow::Cow;
use std::{
ffi::OsString,
process::{Command, Stdio},
@@ -86,7 +87,7 @@ mod prepare {
use bstr::ByteSlice;
- use crate::{Context, Prepare};
+ use crate::{extract_interpreter, win_path_lookup, Context, Prepare};
/// Builder
impl Prepare {
@@ -208,6 +209,24 @@ mod prepare {
cmd
}
}
+ } else if cfg!(windows) {
+ let program: Cow<'_, std::path::Path> = std::env::var_os("PATH")
+ .and_then(|path| win_path_lookup(prep.command.as_ref(), &path))
+ .map(Cow::Owned)
+ .unwrap_or(Cow::Borrowed(prep.command.as_ref()));
+ if let Some(shebang) = extract_interpreter(program.as_ref()) {
+ let mut cmd = Command::new(shebang.interpreter);
+ // For relative paths, we may have picked up a file in the current repository
+ // for which an attacker could control everything. Hence, strip options just like Git.
+ // If the file was found in the PATH though, it should be trustworthy.
+ if program.is_absolute() {
+ cmd.args(shebang.args);
+ }
+ cmd.arg(prep.command);
+ cmd
+ } else {
+ Command::new(prep.command)
+ }
} else {
Command::new(prep.command)
};
@@ -254,14 +273,50 @@ mod prepare {
}
}
+fn is_exe(executable: &Path) -> bool {
+ executable.extension() == Some(std::ffi::OsStr::new("exe"))
+}
+
+/// Try to find `command` in the `path_value` (the value of `PATH`) as separated by `;`, or return `None`.
+/// Has special handling for `.exe` extensions, as these will be appended automatically if needed.
+/// Note that just like Git, no lookup is performed if a slash or backslash is in `command`.
+fn win_path_lookup(command: &Path, path_value: &std::ffi::OsStr) -> Option<PathBuf> {
+ fn lookup(root: &bstr::BStr, command: &Path, is_exe: bool) -> Option<PathBuf> {
+ let mut path = gix_path::try_from_bstr(root).ok()?.join(command);
+ if !is_exe {
+ path.set_extension("exe");
+ }
+ if path.is_file() {
+ return Some(path);
+ }
+ if is_exe {
+ return None;
+ }
+ path.set_extension("");
+ path.is_file().then_some(path)
+ }
+ if command.components().take(2).count() == 2 {
+ return None;
+ }
+ let path = gix_path::os_str_into_bstr(path_value).ok()?;
+ let is_exe = is_exe(command);
+
+ for root in path.split(|b| *b == b';') {
+ if let Some(executable) = lookup(root.as_bstr(), command, is_exe) {
+ return Some(executable);
+ }
+ }
+ None
+}
+
/// Parse the shebang (`#!<path>`) from the first line of `executable`, and return the shebang
/// data when available.
pub fn extract_interpreter(executable: &Path) -> Option<shebang::Data> {
#[cfg(windows)]
- if executable.extension() == Some(std::ffi::OsStr::new("exe")) {
+ if is_exe(executable) {
return None;
}
- let mut buf = [0; 128]; // Note: Git only uses 100 here.
+ let mut buf = [0; 100]; // Note: just like Git
let mut file = std::fs::File::open(executable).ok()?;
let n = file.read(&mut buf).ok()?;
shebang::parse(buf[..n].as_bstr())
@@ -356,3 +411,41 @@ pub fn prepare(cmd: impl Into<OsString>) -> Prepare {
allow_manual_arg_splitting: cfg!(windows),
}
}
+
+#[cfg(test)]
+mod tests {
+ use super::*;
+
+ #[test]
+ fn internal_win_path_lookup() -> gix_testtools::Result {
+ let root = gix_testtools::scripted_fixture_read_only("win_path_lookup.sh")?;
+ let mut paths: Vec<_> = std::fs::read_dir(&root)?
+ .filter_map(Result::ok)
+ .map(|e| e.path().to_str().expect("no illformed UTF8").to_owned())
+ .collect();
+ paths.sort();
+ let lookup_path: OsString = paths.join(";").into();
+
+ assert_eq!(
+ win_path_lookup("a/b".as_ref(), &lookup_path),
+ None,
+ "any path with separator is considered ready to use"
+ );
+ assert_eq!(
+ win_path_lookup("x".as_ref(), &lookup_path),
+ Some(root.join("a").join("x.exe")),
+ "exe will be preferred, and it searches left to right thus doesn't find c/x.exe"
+ );
+ assert_eq!(
+ win_path_lookup("x.exe".as_ref(), &lookup_path),
+ Some(root.join("a").join("x.exe")),
+ "no matter what, a/x won't be found as it's shadowed by an exe file"
+ );
+ assert_eq!(
+ win_path_lookup("exe".as_ref(), &lookup_path),
+ Some(root.join("b").join("exe")),
+ "it finds files further down the path as well"
+ );
+ Ok(())
+ }
+}
diff --git a/command.rs b/command.rs
index aad1e27..2d48700 100644
--- a/command.rs
+++ b/command.rs
@@ -1,4 +1,18 @@
use gix_testtools::Result;
+use std::path::Path;
+
+#[test]
+fn extract_interpreter() -> gix_testtools::Result {
+ let root = gix_testtools::scripted_fixture_read_only("win_path_lookup.sh")?;
+ assert_eq!(
+ gix_command::extract_interpreter(&root.join("b").join("exe")),
+ Some(gix_command::shebang::Data {
+ interpreter: Path::new("/b/exe").into(),
+ args: vec![]
+ })
+ );
+ Ok(())
+}
mod shebang {
mod parse {
diff --git a/.gitignore b/.gitignore
index 8f0f997..bf8f994 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+win_path_lookup.tar.xz
diff --git a/win_path_lookup.sh b/win_path_lookup.sh
index 302bbe7..a411659 100644
--- a/win_path_lookup.sh
+++ b/win_path_lookup.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+set -eu -o pipefail
+
+mkdir a b c
+echo "#!/a/x.exe" > a/x.exe
+echo "#!/a/x" > a/x
+echo "#!/b/exe" > b/exe
+echo "#!/b/exe.com" > b/exe.com
+echo "#!/c/x.exe" > c/x.exe
+
|
|
feat(snowflake): fix array slicing
|
bd7af2a1b32586855b564c8e3a4190a87405df24
|
feat
|
https://github.com/rohankumardubey/ibis/commit/bd7af2a1b32586855b564c8e3a4190a87405df24
|
fix array slicing
|
diff --git a/registry.py b/registry.py
index 06c658f..284de30 100644
--- a/registry.py
+++ b/registry.py
@@ -213,6 +213,7 @@ operation_registry.update(
ops.ArrayColumn: lambda t, op: sa.func.array_construct(
*map(t.translate, op.cols)
),
+ ops.ArraySlice: _array_slice,
ops.Map: _map,
}
)
|
|
docs: add docstrings and type annotations to `traverse`
|
99fc667b7df8261f46ccca0e760074509c9eb100
|
docs
|
https://github.com/ibis-project/ibis/commit/99fc667b7df8261f46ccca0e760074509c9eb100
|
add docstrings and type annotations to `traverse`
|
diff --git a/lineage.py b/lineage.py
index b302b2a..aebc65f 100644
--- a/lineage.py
+++ b/lineage.py
@@ -1,5 +1,8 @@
+from __future__ import annotations
+
import collections
import itertools
+from typing import Any, Callable, Iterable, Iterator
from toolz import compose, identity
@@ -137,22 +140,29 @@ proceed = True
halt = False
-def traverse(fn, expr, type=ir.Expr, container=Stack, dedup=True):
+def traverse(
+ fn: Callable[[ir.Expr], tuple[bool | Iterable, Any]],
+ expr: ir.Expr | Iterable[ir.Expr],
+ type: type = ir.Expr,
+ container: Container = Stack,
+ dedup: bool = True,
+) -> Iterator[Any]:
"""Utility for generic expression tree traversal
Parameters
----------
- fn : Callable[[ir.Expr], Tuple[Union[Boolean, Iterable], Any]]
- This function will be applied on each expressions, it must
- return a tuple. The first element of the tuple controls the
- traversal, and the second is the result if its not None.
- expr: ir.Expr
+ fn
+ A function applied on each expression. The first element of the tuple
+ controls the traversal, and the second is the result if its not `None`.
+ expr
The traversable expression or a list of expressions.
- type: Type
- Only the instances if this expression type gets traversed.
- container: Union[Stack, Queue], default Stack
- Defines the traversing order. Use Stack for depth-first and
- Queue for breadth-first search.
+ type
+ Only the instances if this type are traversed.
+ container
+ Defines the traversal order. Use `Stack` for depth-first order and
+ `Queue` for breadth-first order.
+ dedup
+ Whether to allow expression traversal more than once
"""
args = expr if isinstance(expr, collections.abc.Iterable) else [expr]
todo = container(arg for arg in args if isinstance(arg, type))
|
|
chore: fix docstrings for `to_pandas_batches`
Co-authored-by: Gil Forsyth <[email protected]>
|
ad88d8a6a55cf31cd28aa5ff3a319ca8d6ebc983
|
chore
|
https://github.com/rohankumardubey/ibis/commit/ad88d8a6a55cf31cd28aa5ff3a319ca8d6ebc983
|
fix docstrings for `to_pandas_batches`
Co-authored-by: Gil Forsyth <[email protected]>
|
diff --git a/__init__.py b/__init__.py
index 15c37cf..e5f8175 100644
--- a/__init__.py
+++ b/__init__.py
@@ -249,14 +249,14 @@ class _FileIOHandler:
Parameters
----------
expr
- Ibis expression to execute
+ Ibis expression to execute.
params
Mapping of scalar parameter expressions to value.
limit
An integer to effect a specific row limit. A value of `None` means
"no limit". The default is in `ibis/config.py`.
chunk_size
- Maximum number of rows in each returned record batch. This may have
+ Maximum number of rows in each returned `DataFrame` batch. This may have
no effect depending on the backend.
kwargs
Keyword arguments
@@ -264,7 +264,7 @@ class _FileIOHandler:
Returns
-------
Iterator[pd.DataFrame]
- An iterator pandas `DataFrame`s
+ An iterator of pandas `DataFrame`s.
"""
orig_expr = expr
expr = expr.as_table()
diff --git a/core.py b/core.py
index a846e22..3a8e23c 100644
--- a/core.py
+++ b/core.py
@@ -444,7 +444,7 @@ class Expr(Immutable, Coercible):
params
Mapping of scalar parameter expressions to value.
chunk_size
- Maximum number of rows in each returned batch.
+ Maximum number of rows in each returned `DataFrame``.
kwargs
Keyword arguments
|
|
chore: remove remnants of ipynb
|
3ca13a0f781a0048b620bc83ebc21f79afda9600
|
chore
|
https://github.com/rohankumardubey/ibis/commit/3ca13a0f781a0048b620bc83ebc21f79afda9600
|
remove remnants of ipynb
|
diff --git a/.gitattributes b/.gitattributes
index 3e90493..f64af75 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3,4 +3,4 @@ flake.lock linguist-generated=true
poetry.lock linguist-generated=true
requirements.txt linguist-generated=true
docs/backends/app/requirements.txt linguist-generated=false
-docs/**/*.ipynb linguist-generated=true
+docs/_freeze/**/html.json linguist-generated=true
diff --git a/.gitignore b/.gitignore
index 7015063..bd707e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,7 @@
.quarto
-_site
+_output
-*.ddb*
-
-index.ipynb
+*.ddb
site_libs
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 17eff16..4c3725a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -24,10 +24,6 @@ repos:
rev: 23.7.0
hooks:
- id: black
- - repo: https://github.com/kynan/nbstripout
- rev: 0.6.1
- hooks:
- - id: nbstripout
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
diff --git a/.prettierignore b/.prettierignore
index bf2baac..07cc3fa 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -16,6 +16,5 @@ docs/.quarto
docs/_output
ibis
result*
-*.ipynb
*.delta
*.lock
diff --git a/pyproject.toml b/pyproject.toml
index 5d934ed..1b49b19 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -370,7 +370,7 @@ show_deps = true
[tool.codespell]
# notebooks are skipped because there's no straightforward way to ignore base64
# encoded strings
-skip = "*.lock,.direnv,.git,*.ipynb,docs/_freeze/**/html.json"
+skip = "*.lock,.direnv,.git,docs/_freeze/**/html.json"
ignore-regex = '\\b(DOUB|i[if]f|I[IF]F|lamduh|AFE)\\b'
builtin = "clear,rare,names"
@@ -476,7 +476,7 @@ required-imports = ["from __future__ import annotations"]
[tool.black]
line_length = 88
-extend_exclude = '\\.ipynb|\\.direnv|result(-\\d+)|_py310\\.py|decompiled\\.py'
+extend_exclude = '\\.direnv|result(-\\d+)|_py310\\.py|decompiled\\.py'
[tool.conda-lock]
channels = ["conda-forge"]
|
|
test(snowflake): remove caching of test connection to allow tests to run
|
220bf2d80d99ca56a4679d1abd45632536d52b13
|
test
|
https://github.com/ibis-project/ibis/commit/220bf2d80d99ca56a4679d1abd45632536d52b13
|
remove caching of test connection to allow tests to run
|
diff --git a/conftest.py b/conftest.py
index 2b57deb..f2ac44b 100644
--- a/conftest.py
+++ b/conftest.py
@@ -1,7 +1,6 @@
from __future__ import annotations
import concurrent.futures
-import functools
import os
from typing import TYPE_CHECKING, Any
@@ -91,7 +90,6 @@ USE SCHEMA {dbschema};
future.result()
@staticmethod
- @functools.lru_cache(maxsize=None)
def connect(*, tmpdir, worker_id, **kw) -> BaseBackend:
return ibis.connect(_get_url(), **kw)
|
|
build: added pathseg to dev deps of engine to fix build errors
|
3c8bcddffb5b4d8f328cad2dd69b8b319bc21326
|
build
|
https://github.com/tsparticles/tsparticles/commit/3c8bcddffb5b4d8f328cad2dd69b8b319bc21326
|
added pathseg to dev deps of engine to fix build errors
|
diff --git a/package.json b/package.json
index 6e0118c..8c6ede8 100644
--- a/package.json
+++ b/package.json
@@ -108,6 +108,7 @@
"install": "^0.13.0",
"mocha": "^9.0.3",
"nyc": "^15.1.0",
+ "pathseg": "^1.3.0",
"prettier": "^2.3.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
|
|
build: vanilla demo using typescript
|
d62df4ed12d008c97a1e67428a38b26f31c7e1d5
|
build
|
https://github.com/tsparticles/tsparticles/commit/d62df4ed12d008c97a1e67428a38b26f31c7e1d5
|
vanilla demo using typescript
|
diff --git a/.gitignore b/.gitignore
index 1545d96..6de1259 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+dist/
diff --git a/app.ts b/app.ts
index 2543c7a..f5e018c 100644
--- a/app.ts
+++ b/app.ts
@@ -1,9 +1,9 @@
-const express = require("express");
-const helmet = require("helmet");
-const stylus = require("stylus");
-const livereload = require("livereload");
-const connectLiveReload = require("connect-livereload");
-//const rateLimit = require("express-rate-limit");
+import express from "express";
+//import helmet from "helmet";
+import stylus from "stylus";
+import livereload from "livereload";
+import connectLiveReload from "connect-livereload";
+//import rateLimit from "express-rate-limit";
const app = express();
@@ -23,7 +23,7 @@ app.use(connectLiveReload());
});
app.use(limiter);*/
-// app.use(helmet()); // Safari requires https, probably a bug
+//app.use(helmet()); // Safari requires https, probably a bug
const port = 3000;
@@ -119,47 +119,47 @@ app.use("/shape-rounded-rect", express.static("./node_modules/tsparticles-shape-
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) {
+app.get("/", function(req, res) {
res.render("index");
});
-app.get("/playground", function (req, res) {
+app.get("/playground", function(req, res) {
res.render("playground");
});
-app.get("/confetti", function (req, res) {
+app.get("/confetti", function(req, res) {
res.render("confetti");
});
-app.get("/fireworks", function (req, res) {
+app.get("/fireworks", function(req, res) {
res.render("fireworks");
});
-app.get("/domEmitters", function (req, res) {
+app.get("/domEmitters", function(req, res) {
res.render("domEmitters");
});
-app.get("/slim", function (req, res) {
+app.get("/slim", function(req, res) {
res.render("slim");
});
-app.get("/themes", function (req, res) {
+app.get("/themes", function(req, res) {
res.render("themes");
});
-app.get("/click", function (req, res) {
+app.get("/click", function(req, res) {
res.render("click");
});
-app.get("/noid", function (req, res) {
+app.get("/noid", function(req, res) {
res.render("noid");
});
-app.get("/pjs", function (req, res) {
+app.get("/pjs", function(req, res) {
res.render("pjs");
});
-app.get("/pjs2", function (req, res) {
+app.get("/pjs2", function(req, res) {
res.render("pjs2");
});
diff --git a/package.json b/package.json
index 882a2d6..80c89d0 100644
--- a/package.json
+++ b/package.json
@@ -1,124 +1,132 @@
{
- "name": "tsparticles-demo",
- "private": true,
- "version": "2.9.3",
- "description": "> TODO: description",
- "author": "Matteo Bruni <[email protected]>",
- "homepage": "https://particles.js.org",
- "license": "MIT",
- "main": "app.js",
- "files": [
- "app.js"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/matteobruni/tsparticles.git"
- },
- "bugs": {
- "url": "https://github.com/matteobruni/tsparticles/issues"
- },
- "scripts": {
- "start": "node app.js",
- "watch": "nodemon app.js"
- },
- "devDependencies": {
- "@fortawesome/fontawesome-free": "^6.4.0",
- "@typescript-eslint/eslint-plugin": "^5.59.2",
- "@typescript-eslint/parser": "^5.59.2",
- "ace-builds": "^1.19.0",
- "bootstrap": "^5.2.3",
- "connect-livereload": "^0.6.1",
- "eslint": "^8.40.0",
- "eslint-config-prettier": "^8.8.0",
- "express": "^4.18.2",
- "express-rate-limit": "^6.7.0",
- "helmet": "^7.0.0",
- "jquery": "^3.6.4",
- "jsoneditor": "^9.10.0",
- "livereload": "^0.9.3",
- "lodash": "^4.17.21",
- "nodemon": "^2.0.22",
- "popper.js": "^1.16.1",
- "prettier": "^2.8.8",
- "pug": "^3.0.2",
- "pug-cli": "1.0.0-alpha6",
- "stats.ts": "^1.1.0",
- "stylus": "^0.59.0",
- "tsparticles": "^2.9.3",
- "tsparticles-confetti": "^2.9.3",
- "tsparticles-demo-configs": "^2.9.3",
- "tsparticles-engine": "^2.9.3",
- "tsparticles-fireworks": "^2.9.3",
- "tsparticles-interaction-external-attract": "^2.9.3",
- "tsparticles-interaction-external-bounce": "^2.9.3",
- "tsparticles-interaction-external-bubble": "^2.9.3",
- "tsparticles-interaction-external-connect": "^2.9.3",
- "tsparticles-interaction-external-grab": "^2.9.3",
- "tsparticles-interaction-external-pause": "^2.9.3",
- "tsparticles-interaction-external-push": "^2.9.3",
- "tsparticles-interaction-external-remove": "^2.9.3",
- "tsparticles-interaction-external-repulse": "^2.9.3",
- "tsparticles-interaction-external-slow": "^2.9.3",
- "tsparticles-interaction-external-trail": "^2.9.3",
- "tsparticles-interaction-light": "^2.9.3",
- "tsparticles-interaction-particles-attract": "^2.9.3",
- "tsparticles-interaction-particles-collisions": "^2.9.3",
- "tsparticles-interaction-particles-links": "^2.9.3",
- "tsparticles-interaction-particles-repulse": "^2.9.3",
- "tsparticles-move-base": "^2.9.3",
- "tsparticles-move-parallax": "^2.9.3",
- "tsparticles-particles.js": "^2.9.3",
- "tsparticles-path-curves": "^2.9.3",
- "tsparticles-path-perlin-noise": "^2.9.3",
- "tsparticles-path-polygon": "^2.9.3",
- "tsparticles-path-simplex-noise": "^2.9.3",
- "tsparticles-path-svg": "^2.9.3",
- "tsparticles-plugin-absorbers": "^2.9.3",
- "tsparticles-plugin-canvas-mask": "^2.9.3",
- "tsparticles-plugin-easing-back": "^2.9.3",
- "tsparticles-plugin-easing-circ": "^2.9.3",
- "tsparticles-plugin-easing-cubic": "^2.9.3",
- "tsparticles-plugin-easing-expo": "^2.9.3",
- "tsparticles-plugin-easing-quad": "^2.9.3",
- "tsparticles-plugin-easing-quart": "^2.9.3",
- "tsparticles-plugin-easing-quint": "^2.9.3",
- "tsparticles-plugin-easing-sine": "^2.9.3",
- "tsparticles-plugin-emitters": "^2.9.3",
- "tsparticles-plugin-hsv-color": "^2.9.3",
- "tsparticles-plugin-infection": "^2.9.3",
- "tsparticles-plugin-motion": "^2.9.3",
- "tsparticles-plugin-polygon-mask": "^2.9.3",
- "tsparticles-plugin-sounds": "^2.9.3",
- "tsparticles-shape-bubble": "^2.9.3",
- "tsparticles-shape-cards": "^2.9.3",
- "tsparticles-shape-circle": "^2.9.3",
- "tsparticles-shape-cog": "^2.9.3",
- "tsparticles-shape-heart": "^2.9.3",
- "tsparticles-shape-image": "^2.9.3",
- "tsparticles-shape-line": "^2.9.3",
- "tsparticles-shape-multiline-text": "^2.9.3",
- "tsparticles-shape-path": "^2.9.3",
- "tsparticles-shape-polygon": "^2.9.3",
- "tsparticles-shape-rounded-rect": "^2.9.3",
- "tsparticles-shape-spiral": "^2.9.3",
- "tsparticles-shape-square": "^2.9.3",
- "tsparticles-shape-star": "^2.9.3",
- "tsparticles-shape-text": "^2.9.3",
- "tsparticles-slim": "^2.9.3",
- "tsparticles-updater-angle": "^2.9.3",
- "tsparticles-updater-color": "^2.9.3",
- "tsparticles-updater-destroy": "^2.9.3",
- "tsparticles-updater-gradient": "^2.9.3",
- "tsparticles-updater-life": "^2.9.3",
- "tsparticles-updater-opacity": "^2.9.3",
- "tsparticles-updater-orbit": "^2.9.3",
- "tsparticles-updater-out-modes": "^2.9.3",
- "tsparticles-updater-roll": "^2.9.3",
- "tsparticles-updater-size": "^2.9.3",
- "tsparticles-updater-stroke-color": "^2.9.3",
- "tsparticles-updater-tilt": "^2.9.3",
- "tsparticles-updater-twinkle": "^2.9.3",
- "tsparticles-updater-wobble": "^2.9.3",
- "typescript": "^5.0.4"
- }
+ "name": "tsparticles-demo",
+ "private": true,
+ "version": "2.9.3",
+ "description": "> TODO: description",
+ "author": "Matteo Bruni <[email protected]>",
+ "homepage": "https://particles.js.org",
+ "license": "MIT",
+ "main": "app.js",
+ "files": [
+ "app.js"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/matteobruni/tsparticles.git"
+ },
+ "bugs": {
+ "url": "https://github.com/matteobruni/tsparticles/issues"
+ },
+ "scripts": {
+ "build": "tsc",
+ "build:ci": "tsc",
+ "start": "node dist/app.js",
+ "watch": "concurrently \\"npx tsc --watch\\" \\"nodemon dist/app.js\\""
+ },
+ "devDependencies": {
+ "@fortawesome/fontawesome-free": "^6.4.0",
+ "@types/connect-livereload": "^0.6.0",
+ "@types/express": "^4.17.17",
+ "@types/livereload": "^0.9.2",
+ "@types/node": "^20.1.4",
+ "@types/stylus": "^0.48.38",
+ "@typescript-eslint/eslint-plugin": "^5.59.2",
+ "@typescript-eslint/parser": "^5.59.2",
+ "ace-builds": "^1.19.0",
+ "bootstrap": "^5.2.3",
+ "concurrently": "^8.0.1",
+ "connect-livereload": "^0.6.1",
+ "eslint": "^8.40.0",
+ "eslint-config-prettier": "^8.8.0",
+ "express": "^4.18.2",
+ "express-rate-limit": "^6.7.0",
+ "helmet": "^7.0.0",
+ "jquery": "^3.6.4",
+ "jsoneditor": "^9.10.0",
+ "livereload": "^0.9.3",
+ "lodash": "^4.17.21",
+ "nodemon": "^2.0.22",
+ "popper.js": "^1.16.1",
+ "prettier": "^2.8.8",
+ "pug": "^3.0.2",
+ "pug-cli": "1.0.0-alpha6",
+ "stats.ts": "^1.1.0",
+ "stylus": "^0.59.0",
+ "tsparticles": "^2.9.3",
+ "tsparticles-confetti": "^2.9.3",
+ "tsparticles-demo-configs": "^2.9.3",
+ "tsparticles-engine": "^2.9.3",
+ "tsparticles-fireworks": "^2.9.3",
+ "tsparticles-interaction-external-attract": "^2.9.3",
+ "tsparticles-interaction-external-bounce": "^2.9.3",
+ "tsparticles-interaction-external-bubble": "^2.9.3",
+ "tsparticles-interaction-external-connect": "^2.9.3",
+ "tsparticles-interaction-external-grab": "^2.9.3",
+ "tsparticles-interaction-external-pause": "^2.9.3",
+ "tsparticles-interaction-external-push": "^2.9.3",
+ "tsparticles-interaction-external-remove": "^2.9.3",
+ "tsparticles-interaction-external-repulse": "^2.9.3",
+ "tsparticles-interaction-external-slow": "^2.9.3",
+ "tsparticles-interaction-external-trail": "^2.9.3",
+ "tsparticles-interaction-light": "^2.9.3",
+ "tsparticles-interaction-particles-attract": "^2.9.3",
+ "tsparticles-interaction-particles-collisions": "^2.9.3",
+ "tsparticles-interaction-particles-links": "^2.9.3",
+ "tsparticles-interaction-particles-repulse": "^2.9.3",
+ "tsparticles-move-base": "^2.9.3",
+ "tsparticles-move-parallax": "^2.9.3",
+ "tsparticles-particles.js": "^2.9.3",
+ "tsparticles-path-curves": "^2.9.3",
+ "tsparticles-path-perlin-noise": "^2.9.3",
+ "tsparticles-path-polygon": "^2.9.3",
+ "tsparticles-path-simplex-noise": "^2.9.3",
+ "tsparticles-path-svg": "^2.9.3",
+ "tsparticles-plugin-absorbers": "^2.9.3",
+ "tsparticles-plugin-canvas-mask": "^2.9.3",
+ "tsparticles-plugin-easing-back": "^2.9.3",
+ "tsparticles-plugin-easing-circ": "^2.9.3",
+ "tsparticles-plugin-easing-cubic": "^2.9.3",
+ "tsparticles-plugin-easing-expo": "^2.9.3",
+ "tsparticles-plugin-easing-quad": "^2.9.3",
+ "tsparticles-plugin-easing-quart": "^2.9.3",
+ "tsparticles-plugin-easing-quint": "^2.9.3",
+ "tsparticles-plugin-easing-sine": "^2.9.3",
+ "tsparticles-plugin-emitters": "^2.9.3",
+ "tsparticles-plugin-hsv-color": "^2.9.3",
+ "tsparticles-plugin-infection": "^2.9.3",
+ "tsparticles-plugin-motion": "^2.9.3",
+ "tsparticles-plugin-polygon-mask": "^2.9.3",
+ "tsparticles-plugin-sounds": "^2.9.3",
+ "tsparticles-shape-bubble": "^2.9.3",
+ "tsparticles-shape-cards": "^2.9.3",
+ "tsparticles-shape-circle": "^2.9.3",
+ "tsparticles-shape-cog": "^2.9.3",
+ "tsparticles-shape-heart": "^2.9.3",
+ "tsparticles-shape-image": "^2.9.3",
+ "tsparticles-shape-line": "^2.9.3",
+ "tsparticles-shape-multiline-text": "^2.9.3",
+ "tsparticles-shape-path": "^2.9.3",
+ "tsparticles-shape-polygon": "^2.9.3",
+ "tsparticles-shape-rounded-rect": "^2.9.3",
+ "tsparticles-shape-spiral": "^2.9.3",
+ "tsparticles-shape-square": "^2.9.3",
+ "tsparticles-shape-star": "^2.9.3",
+ "tsparticles-shape-text": "^2.9.3",
+ "tsparticles-slim": "^2.9.3",
+ "tsparticles-updater-angle": "^2.9.3",
+ "tsparticles-updater-color": "^2.9.3",
+ "tsparticles-updater-destroy": "^2.9.3",
+ "tsparticles-updater-gradient": "^2.9.3",
+ "tsparticles-updater-life": "^2.9.3",
+ "tsparticles-updater-opacity": "^2.9.3",
+ "tsparticles-updater-orbit": "^2.9.3",
+ "tsparticles-updater-out-modes": "^2.9.3",
+ "tsparticles-updater-roll": "^2.9.3",
+ "tsparticles-updater-size": "^2.9.3",
+ "tsparticles-updater-stroke-color": "^2.9.3",
+ "tsparticles-updater-tilt": "^2.9.3",
+ "tsparticles-updater-twinkle": "^2.9.3",
+ "tsparticles-updater-wobble": "^2.9.3",
+ "typescript": "^5.0.4"
+ }
}
diff --git a/tsconfig.json b/tsconfig.json
index ef6a454..f5bf668 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -0,0 +1,109 @@
+{
+ "compilerOptions": {
+ /* Visit https://aka.ms/tsconfig to read more about this file */
+
+ /* Projects */
+ // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
+ // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
+ // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
+ // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
+ // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
+ // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
+
+ /* Language and Environment */
+ "target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
+ // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
+ // "jsx": "preserve", /* Specify what JSX code is generated. */
+ // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
+ // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
+ // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
+ // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
+ // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
+ // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
+ // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
+ // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
+ // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
+
+ /* Modules */
+ "module": "commonjs", /* Specify what module code is generated. */
+ // "rootDir": "./", /* Specify the root folder within your source files. */
+ // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
+ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
+ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
+ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
+ // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
+ // "types": [], /* Specify type package names to be included without being referenced in a source file. */
+ // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
+ // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
+ // "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */
+ // "resolvePackageJsonExports": true, /* Use the package.json 'exports' field when resolving package imports. */
+ // "resolvePackageJsonImports": true, /* Use the package.json 'imports' field when resolving imports. */
+ // "customConditions": [], /* Conditions to set in addition to the resolver-specific defaults when resolving imports. */
+ // "resolveJsonModule": true, /* Enable importing .json files. */
+ // "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
+ // "noResolve": true, /* Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project. */
+
+ /* JavaScript Support */
+ // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
+ // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
+ // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
+
+ /* Emit */
+ // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
+ // "declarationMap": true, /* Create sourcemaps for d.ts files. */
+ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
+ // "sourceMap": true, /* Create source map files for emitted JavaScript files. */
+ // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
+ // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
+ "outDir": "./dist", /* Specify an output folder for all emitted files. */
+ // "removeComments": true, /* Disable emitting comments. */
+ // "noEmit": true, /* Disable emitting files from a compilation. */
+ // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
+ // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
+ // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
+ // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
+ // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
+ // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
+ // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
+ // "newLine": "crlf", /* Set the newline character for emitting files. */
+ // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */
+ // "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
+ // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
+ // "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */
+ // "declarationDir": "./", /* Specify the output directory for generated declaration files. */
+ // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
+
+ /* Interop Constraints */
+ // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
+ // "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */
+ // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
+ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
+ // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
+ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
+
+ /* Type Checking */
+ "strict": true, /* Enable all strict type-checking options. */
+ // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
+ // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
+ // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
+ // "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
+ // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
+ // "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
+ // "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
+ // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
+ // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
+ // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
+ // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
+ // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
+ // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
+ // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
+ // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
+ // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
+ // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
+ // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
+
+ /* Completeness */
+ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
+ "skipLibCheck": true /* Skip type checking all .d.ts files. */
+ }
+}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index eed7f7b..f50afa0 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -672,6 +672,21 @@ importers:
'@fortawesome/fontawesome-free':
specifier: ^6.4.0
version: 6.4.0
+ '@types/connect-livereload':
+ specifier: ^0.6.0
+ version: 0.6.0
+ '@types/express':
+ specifier: ^4.17.17
+ version: 4.17.17
+ '@types/livereload':
+ specifier: ^0.9.2
+ version: 0.9.2
+ '@types/node':
+ specifier: ^20.1.4
+ version: 20.1.4
+ '@types/stylus':
+ specifier: ^0.48.38
+ version: 0.48.38
'@typescript-eslint/eslint-plugin':
specifier: ^5.59.2
version: 5.59.2(@typescript-eslint/[email protected])([email protected])([email protected])
@@ -684,6 +699,9 @@ importers:
bootstrap:
specifier: ^5.2.3
version: 5.2.3(@popperjs/[email protected])
+ concurrently:
+ specifier: ^8.0.1
+ version: 8.0.1
connect-livereload:
specifier: ^0.6.1
version: 0.6.1
@@ -7468,10 +7486,10 @@ packages:
'@commitlint/execute-rule': 17.4.0
'@commitlint/resolve-extends': 17.4.4
'@commitlint/types': 17.4.4
- '@types/node': 20.1.3
+ '@types/node': 20.1.4
chalk: 4.1.2
cosmiconfig: 8.1.3
- cosmiconfig-typescript-loader: 4.3.0(@types/[email protected])([email protected])([email protected])([email protected])
+ cosmiconfig-typescript-loader: 4.3.0(@types/[email protected])([email protected])([email protected])([email protected])
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
@@ -9982,12 +10000,19 @@ packages:
'@types/babel-types': 7.0.11
dev: true
+ /@types/[email protected]:
+ resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
+ dependencies:
+ '@types/connect': 3.4.35
+ '@types/node': 20.1.4
+ dev: true
+
/@types/[email protected]:
resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==}
dependencies:
'@types/http-cache-semantics': 4.0.1
'@types/keyv': 3.1.4
- '@types/node': 20.1.3
+ '@types/node': 20.1.4
'@types/responselike': 1.0.0
dev: true
@@ -9995,6 +10020,18 @@ packages:
resolution: {integrity: sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==}
dev: true
+ /@types/[email protected]:
+ resolution: {integrity: sha512-X/yH5WjuUWWAyevPxSyuEjrGAo3tXYte12BD7qWtHs6RPyUKg18seYlwT2/OPMV6/0QxjEkTTvEINcAXTqjjNg==}
+ dependencies:
+ '@types/connect': 3.4.35
+ dev: true
+
+ /@types/[email protected]:
+ resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
+ dependencies:
+ '@types/node': 20.1.4
+ dev: true
+
/@types/[email protected]:
resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==}
dependencies:
@@ -10022,11 +10059,29 @@ packages:
/@types/[email protected]:
resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==}
+ /@types/[email protected]:
+ resolution: {integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==}
+ dependencies:
+ '@types/node': 20.1.4
+ '@types/qs': 6.9.7
+ '@types/range-parser': 1.2.4
+ '@types/send': 0.17.1
+ dev: true
+
+ /@types/[email protected]:
+ resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==}
+ dependencies:
+ '@types/body-parser': 1.19.2
+ '@types/express-serve-static-core': 4.17.35
+ '@types/qs': 6.9.7
+ '@types/serve-static': 1.15.1
+ dev: true
+
/@types/[email protected]:
resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==}
dependencies:
'@types/jsonfile': 6.1.1
- '@types/node': 20.1.0
+ '@types/node': 20.1.4
dev: true
/@types/[email protected]:
@@ -10042,7 +10097,7 @@ packages:
/@types/[email protected]:
resolution: {integrity: sha512-cZFuoVLtzKP3gmq9eNosUL1R50U+USkbLtUQ1bYVgl/lKp0FZM7Cq4aIHAL8oIvQ17uSHi7jXPtfDOdjPwBE7A==}
dependencies:
- '@types/node': 20.1.0
+ '@types/node': 20.1.4
'@types/tough-cookie': 4.0.2
parse5: 7.1.2
dev: true
@@ -10053,19 +10108,25 @@ packages:
/@types/[email protected]:
resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==}
dependencies:
- '@types/node': 20.1.3
+ '@types/node': 20.1.4
dev: true
/@types/[email protected]:
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies:
- '@types/node': 20.1.3
+ '@types/node': 20.1.4
dev: true
/@types/[email protected]:
resolution: {integrity: sha512-mXlRDFbTLpVysvxahXUQav0hFctgu3Fqr2xmSrpf/ptO/FwOp7SFEGsJkEihwshMbof3/BIiVJ/o42cuOOuv6g==}
dependencies:
- '@types/node': 20.1.0
+ '@types/node': 20.1.4
+ dev: true
+
+ /@types/[email protected]:
+ resolution: {integrity: sha512-bsqybchTSujFlMlVZWFvL4X1+q7MLe+VxJ0WZgwgP87MHNzkO34JqwkYe+STvtUyRDv2ee3kHdVVXBKsZRLB6w==}
+ dependencies:
+ '@types/ws': 8.5.4
dev: true
/@types/[email protected]:
@@ -10078,6 +10139,14 @@ packages:
'@types/unist': 2.0.6
dev: false
+ /@types/[email protected]:
+ resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==}
+ dev: true
+
+ /@types/[email protected]:
+ resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==}
+ dev: true
+
/@types/[email protected]:
resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==}
dev: true
@@ -10106,6 +10175,10 @@ packages:
/@types/[email protected]:
resolution: {integrity: sha512-NP2yfZpgmf2eDRPmgGq+fjGjSwFgYbihA8/gK+ey23qT9RkxsgNTZvGOEpXgzIGqesTYkElELLgtKoMQTys5vA==}
+ dev: true
+
+ /@types/[email protected]:
+ resolution: {integrity: sha512-At4pvmIOki8yuwLtd7BNHl3CiWNbtclUbNtScGx4OHfBd4/oWoJC8KRCIxXwkdndzhxOsPXihrsOoydxBjlE9Q==}
/@types/[email protected]:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
@@ -10117,10 +10190,18 @@ packages:
resolution: {integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==}
dev: true
+ /@types/[email protected]:
+ resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==}
+ dev: true
+
+ /@types/[email protected]:
+ resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==}
+ dev: true
+
/@types/[email protected]:
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
dependencies:
- '@types/node': 20.1.3
+ '@types/node': 20.1.4
dev: true
/@types/[email protected]:
@@ -10133,6 +10214,26 @@ packages:
/@types/[email protected]:
resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==}
+ /@types/[email protected]:
+ resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==}
+ dependencies:
+ '@types/mime': 1.3.2
+ '@types/node': 20.1.4
+ dev: true
+
+ /@types/[email protected]:
+ resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==}
+ dependencies:
+ '@types/mime': 3.0.1
+ '@types/node': 20.1.4
+ dev: true
+
+ /@types/[email protected]:
+ resolution: {integrity: sha512-B5otJekvD6XM8iTrnO6e2twoTY2tKL9VkL/57/2Lo4tv3EatbCaufdi68VVtn/h4yjO+HVvYEyrNQd0Lzj6riw==}
+ dependencies:
+ '@types/node': 20.1.4
+ dev: true
+
/@types/[email protected]:
resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==}
dev: true
@@ -10144,7 +10245,7 @@ packages:
/@types/[email protected]([email protected]):
resolution: {integrity: sha512-XeQmQCCXdZdap+A/60UKmxW5Mz31Vp9uieGlHB3T4z/o2OLVLtTI3bvTuS6A2OWd/rbAAQiGGWIEFQACu16szA==}
dependencies:
- '@types/node': 20.1.3
+ '@types/node': 20.1.4
tapable: 2.2.1
webpack: 5.82.0([email protected])
transitivePeerDependencies:
@@ -10156,11 +10257,17 @@ packages:
/@types/[email protected]:
resolution: {integrity: sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg==}
+ /@types/[email protected]:
+ resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==}
+ dependencies:
+ '@types/node': 20.1.4
+ dev: true
+
/@types/[email protected]:
resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
requiresBuild: true
dependencies:
- '@types/node': 20.1.3
+ '@types/node': 20.1.4
dev: true
optional: true
@@ -11541,6 +11648,22 @@ packages:
typedarray: 0.0.6
dev: true
+ /[email protected]:
+ resolution: {integrity: sha512-Sh8bGQMEL0TAmAm2meAXMjcASHZa7V0xXQVDBLknCPa9TPtkY9yYs+0cnGGgfdkW0SV1Mlg+hVGfXcoI8d3MJA==}
+ engines: {node: ^14.13.0 || >=16.0.0}
+ hasBin: true
+ dependencies:
+ chalk: 4.1.2
+ date-fns: 2.30.0
+ lodash: 4.17.21
+ rxjs: 7.8.1
+ shell-quote: 1.8.1
+ spawn-command: 0.0.2-1
+ supports-color: 8.1.1
+ tree-kill: 1.2.2
+ yargs: 17.7.2
+ dev: true
+
/[email protected]:
resolution: {integrity: sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==}
dependencies:
@@ -11723,7 +11846,7 @@ packages:
/[email protected]:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
- /[email protected](@types/[email protected])([email protected])([email protected])([email protected]):
+ /[email protected](@types/[email protected])([email protected])([email protected])([email protected]):
resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==}
engines: {node: '>=12', npm: '>=6'}
peerDependencies:
@@ -11732,7 +11855,7 @@ packages:
ts-node: '>=10'
typescript: '>=3'
dependencies:
- '@types/node': 20.1.3
+ '@types/node': 20.1.4
cosmiconfig: 8.1.3
ts-node: 10.9.1(@types/[email protected])([email protected])
typescript: 5.0.4
@@ -11834,6 +11957,13 @@ packages:
whatwg-mimetype: 3.0.0
whatwg-url: 12.0.1
+ /[email protected]:
+ resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==}
+ engines: {node: '>=0.11'}
+ dependencies:
+ '@babel/runtime': 7.21.5
+ dev: true
+
/[email protected]:
resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==}
dev: true
@@ -13832,7 +13962,7 @@ packages:
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
engines: {node: '>= 10.13.0'}
dependencies:
- '@types/node': 20.1.3
+ '@types/node': 20.1.4
merge-stream: 2.0.0
supports-color: 8.1.1
@@ -17428,6 +17558,10 @@ packages:
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
engines: {node: '>=8'}
+ /[email protected]:
+ resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==}
+ dev: true
+
/[email protected]:
resolution: {integrity: sha512-ltSZlSLOuSY0M0Y75KA+ieRaZ0Trf5Wl3gutE7jzLuIcWxLp5i/uEnLoQWNvgKXQ5OMpGkJnVMRLAuzjc0LJ2A==}
dependencies:
@@ -17578,6 +17712,10 @@ packages:
engines: {node: '>= 8'}
dev: true
+ /[email protected]:
+ resolution: {integrity: sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==}
+ dev: true
+
/[email protected]:
resolution: {integrity: sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==}
engines: {node: '>=8'}
@@ -18088,6 +18226,11 @@ packages:
dependencies:
punycode: 2.3.0
+ /[email protected]:
+ resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
+ hasBin: true
+ dev: true
+
/[email protected]:
resolution: {integrity: sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
test: fix assertion in the failing linkedom e2e test (#1972)
Looks like `linkedom` will allow only one read of the page title and
resets it to empty string.
```ts
console.log(document.title); // this will print the correct value
console.log(document.title); // while this will return an empty string...
```
|
5826f7562a170723c1fe5b2de8dde169cbc8651c
|
test
|
https://github.com/Hardeepex/crawlee/commit/5826f7562a170723c1fe5b2de8dde169cbc8651c
|
fix assertion in the failing linkedom e2e test (#1972)
Looks like `linkedom` will allow only one read of the page title and
resets it to empty string.
```ts
console.log(document.title); // this will print the correct value
console.log(document.title); // while this will return an empty string...
```
|
diff --git a/main.ts b/main.ts
index fa66061..fbbc31b 100644
--- a/main.ts
+++ b/main.ts
@@ -11,15 +11,14 @@ if (process.env.STORAGE_IMPLEMENTATION === 'LOCAL') {
const crawler = new LinkeDOMCrawler();
-crawler.router.addDefaultHandler(async ({ window, document, enqueueLinks, request, log }) => {
+crawler.router.addDefaultHandler(async ({ document, enqueueLinks, request, log }) => {
const { url } = request;
await enqueueLinks({
globs: ['https://crawlee.dev/docs/**'],
});
- const pageTitle = window.document.title;
- const { title } = document;
- assert.strictEqual(pageTitle, title);
+ const pageTitle = document.title;
+ assert.notEqual(pageTitle, '');
log.info(`URL: ${url} TITLE: ${pageTitle}`);
await Dataset.pushData({ url, pageTitle });
|
|
fix(reflection): fix inference of nullability
Closes #3447
|
5f57ee1c8b15940d208c0d3b84955561b38f9889
|
fix
|
https://github.com/mikro-orm/mikro-orm/commit/5f57ee1c8b15940d208c0d3b84955561b38f9889
|
fix inference of nullability
Closes #3447
|
diff --git a/EntitySchema.ts b/EntitySchema.ts
index dcf8c0a..8f95d65 100644
--- a/EntitySchema.ts
+++ b/EntitySchema.ts
@@ -133,7 +133,6 @@ export class EntitySchema<T = any, U = never> {
addManyToOne<K = AnyEntity>(name: string & keyof T, type: TypeType, options: ManyToOneOptions<K, T>): void {
const prop = this.createProperty(ReferenceType.MANY_TO_ONE, options);
- Utils.defaultValue(prop, 'nullable', prop.cascade.includes(Cascade.REMOVE) || prop.cascade.includes(Cascade.ALL));
if (prop.joinColumns && !prop.fieldNames) {
prop.fieldNames = prop.joinColumns;
@@ -169,7 +168,6 @@ export class EntitySchema<T = any, U = never> {
addOneToOne<K = AnyEntity>(name: string & keyof T, type: TypeType, options: OneToOneOptions<K, T>): void {
const prop = this.createProperty(ReferenceType.ONE_TO_ONE, options) as EntityProperty;
Utils.defaultValue(prop, 'owner', !!prop.inversedBy || !prop.mappedBy);
- Utils.defaultValue(prop, 'nullable', !prop.owner || prop.cascade.includes(Cascade.REMOVE) || prop.cascade.includes(Cascade.ALL));
Utils.defaultValue(prop, 'unique', prop.owner);
if (prop.owner && options.mappedBy) {
diff --git a/MetadataDiscovery.ts b/MetadataDiscovery.ts
index 7563b1b..78b577d 100644
--- a/MetadataDiscovery.ts
+++ b/MetadataDiscovery.ts
@@ -309,6 +309,18 @@ export class MetadataDiscovery {
}
}
+ private initNullability(prop: EntityProperty): void {
+ if (prop.reference === ReferenceType.MANY_TO_ONE) {
+ return Utils.defaultValue(prop, 'nullable', prop.optional || prop.cascade.includes(Cascade.REMOVE) || prop.cascade.includes(Cascade.ALL));
+ }
+
+ if (prop.reference === ReferenceType.ONE_TO_ONE) {
+ return Utils.defaultValue(prop, 'nullable', prop.optional || !prop.owner || prop.cascade.includes(Cascade.REMOVE) || prop.cascade.includes(Cascade.ALL));
+ }
+
+ return Utils.defaultValue(prop, 'nullable', prop.optional);
+ }
+
private applyNamingStrategy(meta: EntityMetadata, prop: EntityProperty): void {
if (!prop.fieldNames) {
this.initFieldName(prop);
@@ -435,6 +447,7 @@ export class MetadataDiscovery {
this.validator.validateEntityDefinition(this.metadata, meta.name!);
for (const prop of Object.values(meta.properties)) {
+ this.initNullability(prop);
this.applyNamingStrategy(meta, prop);
this.initDefaultValue(prop);
this.initVersionProperty(meta, prop);
diff --git a/typings.ts b/typings.ts
index 38eb43d..4770e19 100644
--- a/typings.ts
+++ b/typings.ts
@@ -297,6 +297,7 @@ export interface EntityProperty<T = any> {
/** mysql only */
extra?: string;
userDefined?: boolean;
+ optional?: boolean; // for ts-morph
}
export class EntityMetadata<T = any> {
diff --git a/TsMorphMetadataProvider.ts b/TsMorphMetadataProvider.ts
index 21a0884..b768566 100644
--- a/TsMorphMetadataProvider.ts
+++ b/TsMorphMetadataProvider.ts
@@ -66,7 +66,7 @@ export class TsMorphMetadataProvider extends MetadataProvider {
prop.type = type;
if (optional) {
- prop.nullable ??= true;
+ prop.optional = true;
}
this.processWrapper(prop, 'IdentifiedReference');
diff --git a/TsMorphMetadataProvider.test.ts b/TsMorphMetadataProvider.test.ts
index 50d673b..81f5ebb 100644
--- a/TsMorphMetadataProvider.test.ts
+++ b/TsMorphMetadataProvider.test.ts
@@ -77,6 +77,7 @@ describe('TsMorphMetadataProvider', () => {
expect(metadata[Author.name].properties.books.reference).toBe(ReferenceType.ONE_TO_MANY);
expect(metadata[Author.name].properties.foo.type).toBe('string');
expect(metadata[Author.name].properties.age.type).toBe('number');
+ expect(metadata[Author.name].properties.age.optional).toBe(true);
expect(metadata[Author.name].properties.age.nullable).toBe(true); // nullable is sniffed via ts-morph too
expect(metadata[Book.name].properties.author.type).toBe(Author.name);
expect(metadata[Book.name].properties.author.reference).toBe(ReferenceType.MANY_TO_ONE);
|
|
feat: add `Expr::traverse`
|
f22afbef10867443db6bbb321e7d6e690149d2a2
|
feat
|
https://github.com/erg-lang/erg/commit/f22afbef10867443db6bbb321e7d6e690149d2a2
|
add `Expr::traverse`
|
diff --git a/traits.rs b/traits.rs
index 7036f78..50c4ac6 100644
--- a/traits.rs
+++ b/traits.rs
@@ -1413,3 +1413,22 @@ impl<T: Immutable, U: Immutable, V: Immutable> Immutable for (T, U, V) {}
impl<T: Immutable + ?Sized> Immutable for Box<T> {}
impl<T: Immutable + ?Sized> Immutable for std::rc::Rc<T> {}
impl<T: Immutable + ?Sized> Immutable for std::sync::Arc<T> {}
+
+pub trait Traversable {
+ type Target;
+ fn traverse(&self, rec_f: &mut impl FnMut(&Self::Target));
+}
+
+#[macro_export]
+macro_rules! impl_traversable_for_enum {
+ ($Enum: ident; $Target: ty; $($Variant: ident $(,)?)*) => {
+ impl Traversable for $Enum {
+ type Target = $Target;
+ fn traverse(&self, rec_f: &mut impl FnMut(&Self::Target)) {
+ match self {
+ $($Enum::$Variant(v) => v.traverse(rec_f),)*
+ }
+ }
+ }
+ }
+}
diff --git a/ast.rs b/ast.rs
index 50c6dd8..8be90d7 100644
--- a/ast.rs
+++ b/ast.rs
@@ -9,12 +9,12 @@ use erg_common::error::Location;
use erg_common::io::Input;
use erg_common::set::Set as HashSet;
// use erg_common::dict::Dict as HashMap;
-use erg_common::traits::{Immutable, Locational, NestedDisplay, Stream};
+use erg_common::traits::{Immutable, Locational, NestedDisplay, Stream, Traversable};
use erg_common::{
fmt_option, fmt_vec, impl_display_for_enum, impl_display_from_nested,
impl_displayable_stream_for_wrapper, impl_from_trait_for_enum, impl_locational,
impl_locational_for_enum, impl_nested_display_for_chunk_enum, impl_nested_display_for_enum,
- impl_stream,
+ impl_stream, impl_traversable_for_enum,
};
use erg_common::{fmt_vec_split_with, Str};
@@ -219,6 +219,11 @@ impl NestedDisplay for Literal {
impl_display_from_nested!(Literal);
impl_locational!(Literal, token);
+impl Traversable for Literal {
+ type Target = Expr;
+ fn traverse(&self, _f: &mut impl FnMut(&Self::Target)) {}
+}
+
impl From<Token> for Literal {
#[inline]
fn from(token: Token) -> Self {
@@ -287,6 +292,13 @@ impl NestedDisplay for PosArg {
impl_display_from_nested!(PosArg);
impl_locational!(PosArg, expr);
+impl Traversable for PosArg {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.expr);
+ }
+}
+
impl PosArg {
pub const fn new(expr: Expr) -> Self {
Self { expr }
@@ -316,6 +328,13 @@ impl NestedDisplay for KwArg {
impl_display_from_nested!(KwArg);
impl_locational!(KwArg, keyword, expr);
+impl Traversable for KwArg {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.expr);
+ }
+}
+
#[pymethods]
impl KwArg {
#[staticmethod]
@@ -402,6 +421,24 @@ impl Locational for Args {
}
}
+impl Traversable for Args {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ for arg in &self.pos_args {
+ f(&arg.expr);
+ }
+ if let Some(var) = &self.var_args {
+ f(&var.expr);
+ }
+ for arg in &self.kw_args {
+ f(&arg.expr);
+ }
+ if let Some(var) = &self.kw_var_args {
+ f(&var.expr);
+ }
+ }
+}
+
// impl_stream!(Args, Arg, args);
impl Args {
@@ -619,6 +656,13 @@ impl NestedDisplay for Attribute {
impl_display_from_nested!(Attribute);
impl_locational!(Attribute, obj, ident);
+impl Traversable for Attribute {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.obj);
+ }
+}
+
#[pymethods]
impl Attribute {
#[getter]
@@ -661,6 +705,13 @@ impl NestedDisplay for TupleAttribute {
impl_display_from_nested!(TupleAttribute);
impl_locational!(TupleAttribute, obj, index);
+impl Traversable for TupleAttribute {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.obj);
+ }
+}
+
#[pymethods]
impl TupleAttribute {
#[getter]
@@ -703,6 +754,14 @@ impl NestedDisplay for Subscript {
impl_display_from_nested!(Subscript);
impl_locational!(Subscript, obj, r_sqbr);
+impl Traversable for Subscript {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.obj);
+ f(&self.index);
+ }
+}
+
#[pymethods]
impl Subscript {
#[getter]
@@ -769,6 +828,16 @@ impl NestedDisplay for TypeAppArgsKind {
impl_display_from_nested!(TypeAppArgsKind);
impl_locational_for_enum!(TypeAppArgsKind; SubtypeOf, Args);
+impl Traversable for TypeAppArgsKind {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ match self {
+ Self::SubtypeOf(_) => {}
+ Self::Args(args) => args.traverse(f),
+ }
+ }
+}
+
#[pyclass(get_all, set_all)]
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub struct TypeAppArgs {
@@ -786,6 +855,13 @@ impl NestedDisplay for TypeAppArgs {
impl_display_from_nested!(TypeAppArgs);
impl_locational!(TypeAppArgs, l_vbar, args, r_vbar);
+impl Traversable for TypeAppArgs {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.args.traverse(f);
+ }
+}
+
#[pymethods]
impl TypeAppArgs {
#[staticmethod]
@@ -819,6 +895,14 @@ impl NestedDisplay for TypeApp {
impl_display_from_nested!(TypeApp);
impl_locational!(TypeApp, obj, type_args);
+impl Traversable for TypeApp {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.obj);
+ self.type_args.traverse(f);
+ }
+}
+
#[pymethods]
impl TypeApp {
#[staticmethod]
@@ -845,6 +929,19 @@ impl_locational_for_enum!(Accessor; Ident, Attr, TupleAttr, Subscr, TypeApp);
impl_into_py_for_enum!(Accessor; Ident, Attr, TupleAttr, Subscr, TypeApp);
impl_from_py_for_enum!(Accessor; Ident(Identifier), Attr(Attribute), TupleAttr(TupleAttribute), Subscr(Subscript), TypeApp(TypeApp));
+impl Traversable for Accessor {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ match self {
+ Self::Ident(_) => {}
+ Self::Attr(attr) => attr.traverse(f),
+ Self::TupleAttr(attr) => attr.traverse(f),
+ Self::Subscr(subscr) => subscr.traverse(f),
+ Self::TypeApp(app) => app.traverse(f),
+ }
+ }
+}
+
impl Accessor {
pub const fn local(symbol: Token) -> Self {
Self::Ident(Identifier::new(
@@ -943,6 +1040,13 @@ impl NestedDisplay for NormalList {
impl_display_from_nested!(NormalList);
impl_locational!(NormalList, l_sqbr, elems, r_sqbr);
+impl Traversable for NormalList {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.elems.traverse(f);
+ }
+}
+
#[pymethods]
impl NormalList {
#[pyo3(name = "get")]
@@ -988,6 +1092,14 @@ impl NestedDisplay for ListWithLength {
impl_display_from_nested!(ListWithLength);
impl_locational!(ListWithLength, l_sqbr, elem, r_sqbr);
+impl Traversable for ListWithLength {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.elem.traverse(f);
+ f(&self.len);
+ }
+}
+
#[pymethods]
impl ListWithLength {
#[staticmethod]
@@ -1030,6 +1142,21 @@ impl NestedDisplay for ListComprehension {
impl_display_from_nested!(ListComprehension);
impl_locational!(ListComprehension, l_sqbr, r_sqbr);
+impl Traversable for ListComprehension {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ if let Some(layout) = &self.layout {
+ f(layout);
+ }
+ for (_, gen) in &self.generators {
+ f(gen);
+ }
+ if let Some(guard) = &self.guard {
+ f(guard);
+ }
+ }
+}
+
#[pymethods]
impl ListComprehension {
#[staticmethod]
@@ -1064,6 +1191,17 @@ impl_locational_for_enum!(List; Normal, WithLength, Comprehension);
impl_into_py_for_enum!(List; Normal, WithLength, Comprehension);
impl_from_py_for_enum!(List; Normal(NormalList), WithLength(ListWithLength), Comprehension(ListComprehension));
+impl Traversable for List {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ match self {
+ Self::Normal(list) => list.traverse(f),
+ Self::WithLength(list) => list.traverse(f),
+ Self::Comprehension(list) => list.traverse(f),
+ }
+ }
+}
+
impl List {
pub fn get(&self, index: usize) -> Option<&Expr> {
match self {
@@ -1090,6 +1228,13 @@ impl NestedDisplay for NormalTuple {
impl_display_from_nested!(NormalTuple);
impl_locational!(NormalTuple, elems, elems);
+impl Traversable for NormalTuple {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Expr)) {
+ self.elems.traverse(f);
+ }
+}
+
impl From<NormalTuple> for Expr {
fn from(tuple: NormalTuple) -> Self {
Self::Tuple(Tuple::Normal(tuple))
@@ -1116,6 +1261,15 @@ impl_locational_for_enum!(Tuple; Normal);
impl_into_py_for_enum!(Tuple; Normal);
impl_from_py_for_enum!(Tuple; Normal(NormalTuple));
+impl Traversable for Tuple {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ match self {
+ Self::Normal(tuple) => tuple.traverse(f),
+ }
+ }
+}
+
impl Tuple {
pub fn paren(&self) -> Option<&(Location, Location)> {
match self {
@@ -1140,6 +1294,14 @@ impl NestedDisplay for KeyValue {
impl_display_from_nested!(KeyValue);
impl_locational!(KeyValue, key, value);
+impl Traversable for KeyValue {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.key);
+ f(&self.value);
+ }
+}
+
#[pymethods]
impl KeyValue {
#[staticmethod]
@@ -1165,6 +1327,15 @@ impl NestedDisplay for NormalDict {
impl_display_from_nested!(NormalDict);
impl_locational!(NormalDict, l_brace, r_brace);
+impl Traversable for NormalDict {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ for kv in &self.kvs {
+ kv.traverse(f);
+ }
+ }
+}
+
#[pymethods]
impl NormalDict {
#[staticmethod]
@@ -1205,6 +1376,19 @@ impl NestedDisplay for DictComprehension {
impl_display_from_nested!(DictComprehension);
impl_locational!(DictComprehension, l_brace, kv, r_brace);
+impl Traversable for DictComprehension {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.kv.traverse(f);
+ for (_, gen) in &self.generators {
+ f(gen);
+ }
+ if let Some(guard) = &self.guard {
+ f(guard);
+ }
+ }
+}
+
#[pymethods]
impl DictComprehension {
#[staticmethod]
@@ -1237,6 +1421,16 @@ impl_locational_for_enum!(Dict; Normal, Comprehension);
impl_into_py_for_enum!(Dict; Normal, Comprehension);
impl_from_py_for_enum!(Dict; Normal(NormalDict), Comprehension(DictComprehension));
+impl Traversable for Dict {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ match self {
+ Self::Normal(dict) => dict.traverse(f),
+ Self::Comprehension(dict) => dict.traverse(f),
+ }
+ }
+}
+
impl Dict {
pub fn braces(&self) -> (&Token, &Token) {
match self {
@@ -1258,6 +1452,17 @@ impl_display_for_enum!(ClassAttr; Def, Decl, Doc);
impl_locational_for_enum!(ClassAttr; Def, Decl, Doc);
impl_into_py_for_enum!(ClassAttr; Def, Decl, Doc);
+impl Traversable for ClassAttr {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ match self {
+ Self::Def(def) => def.traverse(f),
+ Self::Decl(decl) => decl.traverse(f),
+ Self::Doc(_) => {}
+ }
+ }
+}
+
#[pyclass]
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub struct ClassAttrs(Vec<ClassAttr>);
@@ -1277,6 +1482,15 @@ impl Locational for ClassAttrs {
}
}
+impl Traversable for ClassAttrs {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ for attr in &self.0 {
+ attr.traverse(f);
+ }
+ }
+}
+
impl From<Vec<ClassAttr>> for ClassAttrs {
fn from(attrs: Vec<ClassAttr>) -> Self {
Self(attrs)
@@ -1307,6 +1521,15 @@ impl Locational for RecordAttrs {
}
}
+impl Traversable for RecordAttrs {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ for attr in &self.0 {
+ attr.traverse(f);
+ }
+ }
+}
+
impl From<Vec<Def>> for RecordAttrs {
fn from(attrs: Vec<Def>) -> Self {
Self(attrs)
@@ -1340,6 +1563,13 @@ impl NestedDisplay for NormalRecord {
impl_display_from_nested!(NormalRecord);
impl_locational!(NormalRecord, l_brace, attrs, r_brace);
+impl Traversable for NormalRecord {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.attrs.traverse(f);
+ }
+}
+
impl From<NormalRecord> for Expr {
fn from(record: NormalRecord) -> Self {
Self::Record(Record::Normal(record))
@@ -1418,6 +1648,7 @@ impl_display_for_enum!(Record; Normal, Mixed);
impl_locational_for_enum!(Record; Normal, Mixed);
impl_into_py_for_enum!(Record; Normal, Mixed);
impl_from_py_for_enum!(Record; Normal(NormalRecord), Mixed(MixedRecord));
+impl_traversable_for_enum!(Record; Expr; Normal, Mixed);
impl Record {
pub const fn new_mixed(l_brace: Token, r_brace: Token, attrs: Vec<RecordAttrOrIdent>) -> Self {
@@ -1498,6 +1729,15 @@ impl NestedDisplay for MixedRecord {
impl_display_from_nested!(MixedRecord);
impl_locational!(MixedRecord, l_brace, r_brace);
+impl Traversable for MixedRecord {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Expr)) {
+ for attr in &self.attrs {
+ attr.traverse(f);
+ }
+ }
+}
+
#[pymethods]
impl MixedRecord {
#[pyo3(name = "get")]
@@ -1559,6 +1799,16 @@ impl_locational_for_enum!(RecordAttrOrIdent; Attr, Ident);
impl_into_py_for_enum!(RecordAttrOrIdent; Attr, Ident);
impl_from_py_for_enum!(RecordAttrOrIdent; Attr(Def), Ident(Identifier));
+impl Traversable for RecordAttrOrIdent {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ match self {
+ Self::Attr(attr) => attr.traverse(f),
+ Self::Ident(_) => {}
+ }
+ }
+}
+
impl RecordAttrOrIdent {
pub fn ident(&self) -> Option<&Identifier> {
match self {
@@ -1587,6 +1837,13 @@ impl NestedDisplay for NormalSet {
impl_display_from_nested!(NormalSet);
impl_locational!(NormalSet, l_brace, elems, r_brace);
+impl Traversable for NormalSet {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.elems.traverse(f);
+ }
+}
+
impl From<NormalSet> for Expr {
fn from(set: NormalSet) -> Self {
Self::Set(Set::Normal(set))
@@ -1634,6 +1891,14 @@ impl NestedDisplay for SetWithLength {
impl_display_from_nested!(SetWithLength);
impl_locational!(SetWithLength, l_brace, elem, r_brace);
+impl Traversable for SetWithLength {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Expr)) {
+ self.elem.traverse(f);
+ f(&self.len);
+ }
+}
+
#[pymethods]
impl SetWithLength {
#[staticmethod]
@@ -1675,6 +1940,21 @@ impl NestedDisplay for SetComprehension {
impl_display_from_nested!(SetComprehension);
impl_locational!(SetComprehension, l_brace, r_brace);
+impl Traversable for SetComprehension {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Expr)) {
+ if let Some(layout) = &self.layout {
+ f(layout);
+ }
+ for (_, gen) in &self.generators {
+ f(gen);
+ }
+ if let Some(guard) = &self.guard {
+ f(guard);
+ }
+ }
+}
+
#[pymethods]
impl SetComprehension {
#[staticmethod]
@@ -1709,6 +1989,17 @@ impl_locational_for_enum!(Set; Normal, WithLength, Comprehension);
impl_into_py_for_enum!(Set; Normal, WithLength, Comprehension);
impl_from_py_for_enum!(Set; Normal(NormalSet), WithLength(SetWithLength), Comprehension(SetComprehension));
+impl Traversable for Set {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ match self {
+ Self::Normal(set) => set.traverse(f),
+ Self::WithLength(set) => set.traverse(f),
+ Self::Comprehension(set) => set.traverse(f),
+ }
+ }
+}
+
#[pyclass]
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub struct BinOp {
@@ -1734,6 +2025,14 @@ impl Locational for BinOp {
}
}
+impl Traversable for BinOp {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.args[0]);
+ f(&self.args[1]);
+ }
+}
+
impl BinOp {
pub fn deconstruct(self) -> (Token, Expr, Expr) {
let mut exprs = self.args.into_iter();
@@ -1790,6 +2089,13 @@ impl Locational for UnaryOp {
}
}
+impl Traversable for UnaryOp {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.args[0]);
+ }
+}
+
impl UnaryOp {
pub fn deconstruct(self) -> (Token, Expr) {
let mut exprs = self.args.into_iter();
@@ -1878,6 +2184,14 @@ impl TryFrom<Expr> for Call {
impl_display_from_nested!(Call);
+impl Traversable for Call {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.obj);
+ self.args.traverse(f);
+ }
+}
+
impl Locational for Call {
fn loc(&self) -> Location {
Location::concat(self.obj.as_ref(), &self.args)
@@ -1971,6 +2285,14 @@ impl Locational for DataPack {
}
}
+impl Traversable for DataPack {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ f(&self.class);
+ self.args.traverse(f);
+ }
+}
+
impl DataPack {
pub fn new(class: Expr, connector: VisModifierSpec, args: Record) -> Self {
Self {
@@ -2003,6 +2325,15 @@ impl Locational for Block {
}
}
+impl Traversable for Block {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ for expr in &self.0 {
+ f(expr);
+ }
+ }
+}
+
impl_stream!(Block, Expr);
impl_py_iter!(Block<Expr>, BlockIter, 0);
@@ -2035,6 +2366,13 @@ impl Locational for Dummy {
}
}
+impl Traversable for Dummy {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.exprs.traverse(f);
+ }
+}
+
impl IntoIterator for Dummy {
type Item = Expr;
type IntoIter = std::vec::IntoIter<Self::Item>;
@@ -5826,6 +6164,13 @@ impl NestedDisplay for Lambda {
impl_display_from_nested!(Lambda);
+impl Traversable for Lambda {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.body.traverse(f);
+ }
+}
+
#[pymethods]
impl Lambda {
#[staticmethod]
@@ -5986,6 +6331,13 @@ impl NestedDisplay for TypeAscription {
impl_display_from_nested!(TypeAscription);
impl_locational!(TypeAscription, expr, t_spec);
+impl Traversable for TypeAscription {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.expr.traverse(f);
+ }
+}
+
#[pymethods]
impl TypeAscription {
#[staticmethod]
@@ -6073,6 +6425,13 @@ pub struct DefBody {
impl_locational!(DefBody, lossy op, block);
+impl Traversable for DefBody {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.block.traverse(f);
+ }
+}
+
impl PartialEq for DefBody {
fn eq(&self, other: &Self) -> bool {
self.op == other.op && self.block == other.block
@@ -6148,6 +6507,14 @@ impl NestedDisplay for Def {
impl_display_from_nested!(Def);
impl_locational!(Def, sig, body);
+impl Traversable for Def {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ // self.sig.traverse(f);
+ self.body.traverse(f);
+ }
+}
+
#[pymethods]
impl Def {
#[staticmethod]
@@ -6192,6 +6559,14 @@ impl NestedDisplay for ReDef {
impl_display_from_nested!(ReDef);
impl_locational!(ReDef, attr, expr);
+impl Traversable for ReDef {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.attr.traverse(f);
+ self.expr.traverse(f);
+ }
+}
+
#[pymethods]
impl ReDef {
#[staticmethod]
@@ -6252,6 +6627,14 @@ impl NestedDisplay for Methods {
impl_display_from_nested!(Methods);
impl_locational!(Methods, lossy class, attrs);
+impl Traversable for Methods {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.class_as_expr.traverse(f);
+ self.attrs.traverse(f);
+ }
+}
+
impl Methods {
pub fn new(
id: DefId,
@@ -6292,6 +6675,16 @@ impl NestedDisplay for ClassDef {
impl_display_from_nested!(ClassDef);
impl_locational!(ClassDef, def);
+impl Traversable for ClassDef {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.def.traverse(f);
+ for methods in self.methods_list.iter() {
+ methods.traverse(f);
+ }
+ }
+}
+
#[pymethods]
impl ClassDef {
#[staticmethod]
@@ -6325,6 +6718,16 @@ impl NestedDisplay for PatchDef {
impl_display_from_nested!(PatchDef);
impl_locational!(PatchDef, def);
+impl Traversable for PatchDef {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.def.traverse(f);
+ for methods in self.methods_list.iter() {
+ methods.traverse(f);
+ }
+ }
+}
+
#[pymethods]
impl PatchDef {
#[staticmethod]
@@ -6364,6 +6767,15 @@ impl Locational for Compound {
}
}
+impl Traversable for Compound {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ for expr in self.exprs.iter() {
+ f(expr);
+ }
+ }
+}
+
#[pymethods]
impl Compound {
#[staticmethod]
@@ -6405,6 +6817,7 @@ impl_display_from_nested!(Expr);
impl_locational_for_enum!(Expr; Literal, Accessor, List, Tuple, Dict, Set, Record, BinOp, UnaryOp, Call, DataPack, Lambda, TypeAscription, Def, Methods, ClassDef, PatchDef, ReDef, Compound, InlineModule, Dummy);
impl_into_py_for_enum!(Expr; Literal, Accessor, List, Tuple, Dict, Set, Record, BinOp, UnaryOp, Call, DataPack, Lambda, TypeAscription, Def, Methods, ClassDef, PatchDef, ReDef, Compound, InlineModule, Dummy);
impl_from_py_for_enum!(Expr; Literal, Accessor, List, Tuple, Dict, Set, Record, BinOp, UnaryOp, Call, DataPack, Lambda, TypeAscription, Def, Methods, ClassDef, PatchDef, ReDef, Compound, InlineModule, Dummy);
+impl_traversable_for_enum!(Expr; Expr; Literal, Accessor, List, Tuple, Dict, Set, Record, BinOp, UnaryOp, Call, DataPack, Lambda, TypeAscription, Def, Methods, ClassDef, PatchDef, ReDef, Compound, InlineModule, Dummy);
impl Expr {
pub fn is_match_call(&self) -> bool {
@@ -6657,6 +7070,13 @@ impl Locational for Module {
}
}
+impl Traversable for Module {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.0.traverse(f);
+ }
+}
+
impl Stream<Expr> for Module {
fn payload(self) -> Vec<Expr> {
self.0.payload()
@@ -6726,6 +7146,13 @@ impl NestedDisplay for AST {
impl_display_from_nested!(AST);
impl_locational!(AST, module);
+impl Traversable for AST {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.module.traverse(f);
+ }
+}
+
#[pymethods]
impl AST {
#[staticmethod]
@@ -6756,6 +7183,14 @@ impl NestedDisplay for InlineModule {
impl_display_from_nested!(InlineModule);
impl_locational!(InlineModule, ast);
+impl Traversable for InlineModule {
+ type Target = Expr;
+ fn traverse(&self, f: &mut impl FnMut(&Self::Target)) {
+ self.ast.traverse(f);
+ self.import.traverse(f);
+ }
+}
+
#[pymethods]
impl InlineModule {
#[getter]
|
|
chore: raise coverage
|
bca7dab48b403ed86afa85364533a78c2932f899
|
chore
|
https://github.com/mikro-orm/mikro-orm/commit/bca7dab48b403ed86afa85364533a78c2932f899
|
raise coverage
|
diff --git a/QueryBuilder.test.ts b/QueryBuilder.test.ts
index 30f127d..67501ac 100644
--- a/QueryBuilder.test.ts
+++ b/QueryBuilder.test.ts
@@ -183,7 +183,7 @@ describe('QueryBuilder', () => {
test('complex select with mapping of joined results', async () => {
const qb = orm.em.createQueryBuilder(FooBar2, 'fb1');
- qb.select('*').leftJoinAndSelect('fb1.baz', 'fz');
+ qb.select('*').joinAndSelect('fb1.baz', 'fz');
const err = `Trying to join fz.fooBar, but fooBar is not a defined relation on FooBaz2`;
expect(() => qb.leftJoinAndSelect('fz.fooBar', 'fb2')).toThrowError(err);
@@ -195,7 +195,7 @@ describe('QueryBuilder', () => {
'`fz`.`id` as `fz_id`, `fz`.`name` as `fz_name`, `fz`.`version` as `fz_version`, ' +
'`fb2`.`id` as `fb2_id`, `fb2`.`name` as `fb2_name`, `fb2`.`baz_id` as `fb2_baz_id`, `fb2`.`foo_bar_id` as `fb2_foo_bar_id`, `fb2`.`version` as `fb2_version`, `fb2`.`blob` as `fb2_blob`, `fb2`.`array` as `fb2_array`, `fb2`.`object` as `fb2_object`, (select 123) as `fb2_random`, ' +
'(select 123) as `random` from `foo_bar2` as `fb1` ' +
- 'left join `foo_baz2` as `fz` on `fb1`.`baz_id` = `fz`.`id` ' +
+ 'inner join `foo_baz2` as `fz` on `fb1`.`baz_id` = `fz`.`id` ' +
'left join `foo_bar2` as `fb2` on `fz`.`id` = `fb2`.`baz_id` ' +
'where `fz`.`name` = ? ' +
'limit ?';
|
|
test(duckdb): xfail sandbox-y test
|
6416cecd182025a626c7b2c19d25d40eb71ce600
|
test
|
https://github.com/rohankumardubey/ibis/commit/6416cecd182025a626c7b2c19d25d40eb71ce600
|
xfail sandbox-y test
|
diff --git a/test_register.py b/test_register.py
index 1c53185..7b62453 100644
--- a/test_register.py
+++ b/test_register.py
@@ -11,6 +11,7 @@ import pandas as pd
import pandas.testing as tm
import pyarrow as pa
import pytest
+import sqlalchemy as sa
import ibis
import ibis.common.exceptions as exc
@@ -279,9 +280,17 @@ def test_set_temp_dir(tmp_path):
assert path.exists()
[email protected](
+ LINUX and SANDBOXED,
+ reason=(
+ "nix on linux cannot download duckdb extensions or data due to sandboxing; "
+ "duckdb will try to automatically install and load read_parquet"
+ ),
+ raises=(duckdb.IOException, sa.exc.DBAPIError),
+)
def test_s3_403_fallback(con, httpserver, monkeypatch):
# monkeypatch to avoid downloading extensions in tests
- monkeypatch.setattr(con, "_load_extensions", lambda x: True)
+ monkeypatch.setattr(con, "_load_extensions", lambda _: True)
# Throw a 403 to trigger fallback to pyarrow.dataset
httpserver.expect_request("/myfile").respond_with_data(
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.