graphdb-workbench-tests 3.1.1-TR3 → 3.2.0-TR1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "3.1.1-TR3",
3
+ "version": "3.2.0-TR1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "graphdb-workbench-tests",
9
- "version": "3.1.1-TR3",
9
+ "version": "3.2.0-TR1",
10
10
  "license": "Apache-2.0",
11
11
  "devDependencies": {
12
12
  "@bahmutov/cypress-code-coverage": "^2.7.2",
13
+ "@eslint/js": "^9.33.0",
13
14
  "babel-plugin-istanbul": "^7.0.0",
14
15
  "cypress": "14.5.1",
15
16
  "cypress-failed-log": "^2.10.0",
@@ -21,6 +22,9 @@
21
22
  "cypress-wait-until": "^3.0.2",
22
23
  "del": "^8.0.0",
23
24
  "dotenv": "^17.0.1",
25
+ "eslint": "^9.33.0",
26
+ "eslint-plugin-cypress": "^5.1.0",
27
+ "globals": "^16.3.0",
24
28
  "minimist": "^1.2.8",
25
29
  "mocha-junit-reporter": "^2.2.1"
26
30
  }
@@ -1908,6 +1912,180 @@
1908
1912
  "ms": "^2.1.1"
1909
1913
  }
1910
1914
  },
1915
+ "node_modules/@eslint-community/eslint-utils": {
1916
+ "version": "4.7.0",
1917
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
1918
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
1919
+ "dev": true,
1920
+ "license": "MIT",
1921
+ "dependencies": {
1922
+ "eslint-visitor-keys": "^3.4.3"
1923
+ },
1924
+ "engines": {
1925
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1926
+ },
1927
+ "funding": {
1928
+ "url": "https://opencollective.com/eslint"
1929
+ },
1930
+ "peerDependencies": {
1931
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
1932
+ }
1933
+ },
1934
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
1935
+ "version": "3.4.3",
1936
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
1937
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
1938
+ "dev": true,
1939
+ "license": "Apache-2.0",
1940
+ "engines": {
1941
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1942
+ },
1943
+ "funding": {
1944
+ "url": "https://opencollective.com/eslint"
1945
+ }
1946
+ },
1947
+ "node_modules/@eslint-community/regexpp": {
1948
+ "version": "4.12.1",
1949
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
1950
+ "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
1951
+ "dev": true,
1952
+ "license": "MIT",
1953
+ "engines": {
1954
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
1955
+ }
1956
+ },
1957
+ "node_modules/@eslint/config-array": {
1958
+ "version": "0.21.0",
1959
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.0.tgz",
1960
+ "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
1961
+ "dev": true,
1962
+ "license": "Apache-2.0",
1963
+ "dependencies": {
1964
+ "@eslint/object-schema": "^2.1.6",
1965
+ "debug": "^4.3.1",
1966
+ "minimatch": "^3.1.2"
1967
+ },
1968
+ "engines": {
1969
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1970
+ }
1971
+ },
1972
+ "node_modules/@eslint/config-helpers": {
1973
+ "version": "0.3.1",
1974
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz",
1975
+ "integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==",
1976
+ "dev": true,
1977
+ "license": "Apache-2.0",
1978
+ "engines": {
1979
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1980
+ }
1981
+ },
1982
+ "node_modules/@eslint/core": {
1983
+ "version": "0.15.2",
1984
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz",
1985
+ "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==",
1986
+ "dev": true,
1987
+ "license": "Apache-2.0",
1988
+ "dependencies": {
1989
+ "@types/json-schema": "^7.0.15"
1990
+ },
1991
+ "engines": {
1992
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1993
+ }
1994
+ },
1995
+ "node_modules/@eslint/eslintrc": {
1996
+ "version": "3.3.1",
1997
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
1998
+ "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
1999
+ "dev": true,
2000
+ "license": "MIT",
2001
+ "dependencies": {
2002
+ "ajv": "^6.12.4",
2003
+ "debug": "^4.3.2",
2004
+ "espree": "^10.0.1",
2005
+ "globals": "^14.0.0",
2006
+ "ignore": "^5.2.0",
2007
+ "import-fresh": "^3.2.1",
2008
+ "js-yaml": "^4.1.0",
2009
+ "minimatch": "^3.1.2",
2010
+ "strip-json-comments": "^3.1.1"
2011
+ },
2012
+ "engines": {
2013
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2014
+ },
2015
+ "funding": {
2016
+ "url": "https://opencollective.com/eslint"
2017
+ }
2018
+ },
2019
+ "node_modules/@eslint/eslintrc/node_modules/argparse": {
2020
+ "version": "2.0.1",
2021
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2022
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2023
+ "dev": true,
2024
+ "license": "Python-2.0"
2025
+ },
2026
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
2027
+ "version": "14.0.0",
2028
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
2029
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
2030
+ "dev": true,
2031
+ "license": "MIT",
2032
+ "engines": {
2033
+ "node": ">=18"
2034
+ },
2035
+ "funding": {
2036
+ "url": "https://github.com/sponsors/sindresorhus"
2037
+ }
2038
+ },
2039
+ "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2040
+ "version": "4.1.0",
2041
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2042
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2043
+ "dev": true,
2044
+ "license": "MIT",
2045
+ "dependencies": {
2046
+ "argparse": "^2.0.1"
2047
+ },
2048
+ "bin": {
2049
+ "js-yaml": "bin/js-yaml.js"
2050
+ }
2051
+ },
2052
+ "node_modules/@eslint/js": {
2053
+ "version": "9.33.0",
2054
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.33.0.tgz",
2055
+ "integrity": "sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==",
2056
+ "dev": true,
2057
+ "license": "MIT",
2058
+ "engines": {
2059
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2060
+ },
2061
+ "funding": {
2062
+ "url": "https://eslint.org/donate"
2063
+ }
2064
+ },
2065
+ "node_modules/@eslint/object-schema": {
2066
+ "version": "2.1.6",
2067
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
2068
+ "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
2069
+ "dev": true,
2070
+ "license": "Apache-2.0",
2071
+ "engines": {
2072
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2073
+ }
2074
+ },
2075
+ "node_modules/@eslint/plugin-kit": {
2076
+ "version": "0.3.5",
2077
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz",
2078
+ "integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==",
2079
+ "dev": true,
2080
+ "license": "Apache-2.0",
2081
+ "dependencies": {
2082
+ "@eslint/core": "^0.15.2",
2083
+ "levn": "^0.4.1"
2084
+ },
2085
+ "engines": {
2086
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2087
+ }
2088
+ },
1911
2089
  "node_modules/@fastify/busboy": {
1912
2090
  "version": "2.1.1",
1913
2091
  "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
@@ -1918,6 +2096,72 @@
1918
2096
  "node": ">=14"
1919
2097
  }
1920
2098
  },
2099
+ "node_modules/@humanfs/core": {
2100
+ "version": "0.19.1",
2101
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
2102
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
2103
+ "dev": true,
2104
+ "license": "Apache-2.0",
2105
+ "engines": {
2106
+ "node": ">=18.18.0"
2107
+ }
2108
+ },
2109
+ "node_modules/@humanfs/node": {
2110
+ "version": "0.16.6",
2111
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
2112
+ "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
2113
+ "dev": true,
2114
+ "license": "Apache-2.0",
2115
+ "dependencies": {
2116
+ "@humanfs/core": "^0.19.1",
2117
+ "@humanwhocodes/retry": "^0.3.0"
2118
+ },
2119
+ "engines": {
2120
+ "node": ">=18.18.0"
2121
+ }
2122
+ },
2123
+ "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
2124
+ "version": "0.3.1",
2125
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
2126
+ "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
2127
+ "dev": true,
2128
+ "license": "Apache-2.0",
2129
+ "engines": {
2130
+ "node": ">=18.18"
2131
+ },
2132
+ "funding": {
2133
+ "type": "github",
2134
+ "url": "https://github.com/sponsors/nzakas"
2135
+ }
2136
+ },
2137
+ "node_modules/@humanwhocodes/module-importer": {
2138
+ "version": "1.0.1",
2139
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
2140
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
2141
+ "dev": true,
2142
+ "license": "Apache-2.0",
2143
+ "engines": {
2144
+ "node": ">=12.22"
2145
+ },
2146
+ "funding": {
2147
+ "type": "github",
2148
+ "url": "https://github.com/sponsors/nzakas"
2149
+ }
2150
+ },
2151
+ "node_modules/@humanwhocodes/retry": {
2152
+ "version": "0.4.3",
2153
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
2154
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
2155
+ "dev": true,
2156
+ "license": "Apache-2.0",
2157
+ "engines": {
2158
+ "node": ">=18.18"
2159
+ },
2160
+ "funding": {
2161
+ "type": "github",
2162
+ "url": "https://github.com/sponsors/nzakas"
2163
+ }
2164
+ },
1921
2165
  "node_modules/@isaacs/balanced-match": {
1922
2166
  "version": "4.0.1",
1923
2167
  "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
@@ -2173,6 +2417,20 @@
2173
2417
  "url": "https://github.com/sponsors/sindresorhus"
2174
2418
  }
2175
2419
  },
2420
+ "node_modules/@types/estree": {
2421
+ "version": "1.0.8",
2422
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
2423
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
2424
+ "dev": true,
2425
+ "license": "MIT"
2426
+ },
2427
+ "node_modules/@types/json-schema": {
2428
+ "version": "7.0.15",
2429
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
2430
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
2431
+ "dev": true,
2432
+ "license": "MIT"
2433
+ },
2176
2434
  "node_modules/@types/node": {
2177
2435
  "version": "24.0.10",
2178
2436
  "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz",
@@ -2222,6 +2480,16 @@
2222
2480
  "node": ">=0.4.0"
2223
2481
  }
2224
2482
  },
2483
+ "node_modules/acorn-jsx": {
2484
+ "version": "5.3.2",
2485
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
2486
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
2487
+ "dev": true,
2488
+ "license": "MIT",
2489
+ "peerDependencies": {
2490
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
2491
+ }
2492
+ },
2225
2493
  "node_modules/acorn-node": {
2226
2494
  "version": "1.8.2",
2227
2495
  "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
@@ -2258,6 +2526,23 @@
2258
2526
  "node": ">=8"
2259
2527
  }
2260
2528
  },
2529
+ "node_modules/ajv": {
2530
+ "version": "6.12.6",
2531
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
2532
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
2533
+ "dev": true,
2534
+ "license": "MIT",
2535
+ "dependencies": {
2536
+ "fast-deep-equal": "^3.1.1",
2537
+ "fast-json-stable-stringify": "^2.0.0",
2538
+ "json-schema-traverse": "^0.4.1",
2539
+ "uri-js": "^4.2.2"
2540
+ },
2541
+ "funding": {
2542
+ "type": "github",
2543
+ "url": "https://github.com/sponsors/epoberezkin"
2544
+ }
2545
+ },
2261
2546
  "node_modules/ansi-colors": {
2262
2547
  "version": "4.1.3",
2263
2548
  "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
@@ -3051,6 +3336,16 @@
3051
3336
  "url": "https://github.com/sponsors/ljharb"
3052
3337
  }
3053
3338
  },
3339
+ "node_modules/callsites": {
3340
+ "version": "3.1.0",
3341
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
3342
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
3343
+ "dev": true,
3344
+ "license": "MIT",
3345
+ "engines": {
3346
+ "node": ">=6"
3347
+ }
3348
+ },
3054
3349
  "node_modules/camelcase": {
3055
3350
  "version": "5.3.1",
3056
3351
  "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
@@ -3890,6 +4185,13 @@
3890
4185
  "node": ">=0.10.0"
3891
4186
  }
3892
4187
  },
4188
+ "node_modules/deep-is": {
4189
+ "version": "0.1.4",
4190
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
4191
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
4192
+ "dev": true,
4193
+ "license": "MIT"
4194
+ },
3893
4195
  "node_modules/default-require-extensions": {
3894
4196
  "version": "3.0.1",
3895
4197
  "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.1.tgz",
@@ -4343,6 +4645,232 @@
4343
4645
  "node": ">=0.8.0"
4344
4646
  }
4345
4647
  },
4648
+ "node_modules/eslint": {
4649
+ "version": "9.33.0",
4650
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.33.0.tgz",
4651
+ "integrity": "sha512-TS9bTNIryDzStCpJN93aC5VRSW3uTx9sClUn4B87pwiCaJh220otoI0X8mJKr+VcPtniMdN8GKjlwgWGUv5ZKA==",
4652
+ "dev": true,
4653
+ "license": "MIT",
4654
+ "dependencies": {
4655
+ "@eslint-community/eslint-utils": "^4.2.0",
4656
+ "@eslint-community/regexpp": "^4.12.1",
4657
+ "@eslint/config-array": "^0.21.0",
4658
+ "@eslint/config-helpers": "^0.3.1",
4659
+ "@eslint/core": "^0.15.2",
4660
+ "@eslint/eslintrc": "^3.3.1",
4661
+ "@eslint/js": "9.33.0",
4662
+ "@eslint/plugin-kit": "^0.3.5",
4663
+ "@humanfs/node": "^0.16.6",
4664
+ "@humanwhocodes/module-importer": "^1.0.1",
4665
+ "@humanwhocodes/retry": "^0.4.2",
4666
+ "@types/estree": "^1.0.6",
4667
+ "@types/json-schema": "^7.0.15",
4668
+ "ajv": "^6.12.4",
4669
+ "chalk": "^4.0.0",
4670
+ "cross-spawn": "^7.0.6",
4671
+ "debug": "^4.3.2",
4672
+ "escape-string-regexp": "^4.0.0",
4673
+ "eslint-scope": "^8.4.0",
4674
+ "eslint-visitor-keys": "^4.2.1",
4675
+ "espree": "^10.4.0",
4676
+ "esquery": "^1.5.0",
4677
+ "esutils": "^2.0.2",
4678
+ "fast-deep-equal": "^3.1.3",
4679
+ "file-entry-cache": "^8.0.0",
4680
+ "find-up": "^5.0.0",
4681
+ "glob-parent": "^6.0.2",
4682
+ "ignore": "^5.2.0",
4683
+ "imurmurhash": "^0.1.4",
4684
+ "is-glob": "^4.0.0",
4685
+ "json-stable-stringify-without-jsonify": "^1.0.1",
4686
+ "lodash.merge": "^4.6.2",
4687
+ "minimatch": "^3.1.2",
4688
+ "natural-compare": "^1.4.0",
4689
+ "optionator": "^0.9.3"
4690
+ },
4691
+ "bin": {
4692
+ "eslint": "bin/eslint.js"
4693
+ },
4694
+ "engines": {
4695
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4696
+ },
4697
+ "funding": {
4698
+ "url": "https://eslint.org/donate"
4699
+ },
4700
+ "peerDependencies": {
4701
+ "jiti": "*"
4702
+ },
4703
+ "peerDependenciesMeta": {
4704
+ "jiti": {
4705
+ "optional": true
4706
+ }
4707
+ }
4708
+ },
4709
+ "node_modules/eslint-plugin-cypress": {
4710
+ "version": "5.1.0",
4711
+ "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz",
4712
+ "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==",
4713
+ "dev": true,
4714
+ "license": "MIT",
4715
+ "dependencies": {
4716
+ "globals": "^16.2.0"
4717
+ },
4718
+ "peerDependencies": {
4719
+ "eslint": ">=9"
4720
+ }
4721
+ },
4722
+ "node_modules/eslint-scope": {
4723
+ "version": "8.4.0",
4724
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
4725
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
4726
+ "dev": true,
4727
+ "license": "BSD-2-Clause",
4728
+ "dependencies": {
4729
+ "esrecurse": "^4.3.0",
4730
+ "estraverse": "^5.2.0"
4731
+ },
4732
+ "engines": {
4733
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4734
+ },
4735
+ "funding": {
4736
+ "url": "https://opencollective.com/eslint"
4737
+ }
4738
+ },
4739
+ "node_modules/eslint-visitor-keys": {
4740
+ "version": "4.2.1",
4741
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
4742
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
4743
+ "dev": true,
4744
+ "license": "Apache-2.0",
4745
+ "engines": {
4746
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4747
+ },
4748
+ "funding": {
4749
+ "url": "https://opencollective.com/eslint"
4750
+ }
4751
+ },
4752
+ "node_modules/eslint/node_modules/escape-string-regexp": {
4753
+ "version": "4.0.0",
4754
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
4755
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
4756
+ "dev": true,
4757
+ "license": "MIT",
4758
+ "engines": {
4759
+ "node": ">=10"
4760
+ },
4761
+ "funding": {
4762
+ "url": "https://github.com/sponsors/sindresorhus"
4763
+ }
4764
+ },
4765
+ "node_modules/eslint/node_modules/find-up": {
4766
+ "version": "5.0.0",
4767
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
4768
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
4769
+ "dev": true,
4770
+ "license": "MIT",
4771
+ "dependencies": {
4772
+ "locate-path": "^6.0.0",
4773
+ "path-exists": "^4.0.0"
4774
+ },
4775
+ "engines": {
4776
+ "node": ">=10"
4777
+ },
4778
+ "funding": {
4779
+ "url": "https://github.com/sponsors/sindresorhus"
4780
+ }
4781
+ },
4782
+ "node_modules/eslint/node_modules/glob-parent": {
4783
+ "version": "6.0.2",
4784
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
4785
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
4786
+ "dev": true,
4787
+ "license": "ISC",
4788
+ "dependencies": {
4789
+ "is-glob": "^4.0.3"
4790
+ },
4791
+ "engines": {
4792
+ "node": ">=10.13.0"
4793
+ }
4794
+ },
4795
+ "node_modules/eslint/node_modules/locate-path": {
4796
+ "version": "6.0.0",
4797
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
4798
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
4799
+ "dev": true,
4800
+ "license": "MIT",
4801
+ "dependencies": {
4802
+ "p-locate": "^5.0.0"
4803
+ },
4804
+ "engines": {
4805
+ "node": ">=10"
4806
+ },
4807
+ "funding": {
4808
+ "url": "https://github.com/sponsors/sindresorhus"
4809
+ }
4810
+ },
4811
+ "node_modules/eslint/node_modules/p-limit": {
4812
+ "version": "3.1.0",
4813
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
4814
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
4815
+ "dev": true,
4816
+ "license": "MIT",
4817
+ "dependencies": {
4818
+ "yocto-queue": "^0.1.0"
4819
+ },
4820
+ "engines": {
4821
+ "node": ">=10"
4822
+ },
4823
+ "funding": {
4824
+ "url": "https://github.com/sponsors/sindresorhus"
4825
+ }
4826
+ },
4827
+ "node_modules/eslint/node_modules/p-locate": {
4828
+ "version": "5.0.0",
4829
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
4830
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
4831
+ "dev": true,
4832
+ "license": "MIT",
4833
+ "dependencies": {
4834
+ "p-limit": "^3.0.2"
4835
+ },
4836
+ "engines": {
4837
+ "node": ">=10"
4838
+ },
4839
+ "funding": {
4840
+ "url": "https://github.com/sponsors/sindresorhus"
4841
+ }
4842
+ },
4843
+ "node_modules/espree": {
4844
+ "version": "10.4.0",
4845
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
4846
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
4847
+ "dev": true,
4848
+ "license": "BSD-2-Clause",
4849
+ "dependencies": {
4850
+ "acorn": "^8.15.0",
4851
+ "acorn-jsx": "^5.3.2",
4852
+ "eslint-visitor-keys": "^4.2.1"
4853
+ },
4854
+ "engines": {
4855
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4856
+ },
4857
+ "funding": {
4858
+ "url": "https://opencollective.com/eslint"
4859
+ }
4860
+ },
4861
+ "node_modules/espree/node_modules/acorn": {
4862
+ "version": "8.15.0",
4863
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
4864
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
4865
+ "dev": true,
4866
+ "license": "MIT",
4867
+ "bin": {
4868
+ "acorn": "bin/acorn"
4869
+ },
4870
+ "engines": {
4871
+ "node": ">=0.4.0"
4872
+ }
4873
+ },
4346
4874
  "node_modules/esprima": {
4347
4875
  "version": "4.0.1",
4348
4876
  "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
@@ -4357,6 +4885,42 @@
4357
4885
  "node": ">=4"
4358
4886
  }
4359
4887
  },
4888
+ "node_modules/esquery": {
4889
+ "version": "1.6.0",
4890
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
4891
+ "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
4892
+ "dev": true,
4893
+ "license": "BSD-3-Clause",
4894
+ "dependencies": {
4895
+ "estraverse": "^5.1.0"
4896
+ },
4897
+ "engines": {
4898
+ "node": ">=0.10"
4899
+ }
4900
+ },
4901
+ "node_modules/esrecurse": {
4902
+ "version": "4.3.0",
4903
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
4904
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
4905
+ "dev": true,
4906
+ "license": "BSD-2-Clause",
4907
+ "dependencies": {
4908
+ "estraverse": "^5.2.0"
4909
+ },
4910
+ "engines": {
4911
+ "node": ">=4.0"
4912
+ }
4913
+ },
4914
+ "node_modules/estraverse": {
4915
+ "version": "5.3.0",
4916
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
4917
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
4918
+ "dev": true,
4919
+ "license": "BSD-2-Clause",
4920
+ "engines": {
4921
+ "node": ">=4.0"
4922
+ }
4923
+ },
4360
4924
  "node_modules/esutils": {
4361
4925
  "version": "2.0.3",
4362
4926
  "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
@@ -4470,6 +5034,13 @@
4470
5034
  ],
4471
5035
  "license": "MIT"
4472
5036
  },
5037
+ "node_modules/fast-deep-equal": {
5038
+ "version": "3.1.3",
5039
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
5040
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
5041
+ "dev": true,
5042
+ "license": "MIT"
5043
+ },
4473
5044
  "node_modules/fast-glob": {
4474
5045
  "version": "3.3.3",
4475
5046
  "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
@@ -4487,6 +5058,20 @@
4487
5058
  "node": ">=8.6.0"
4488
5059
  }
4489
5060
  },
5061
+ "node_modules/fast-json-stable-stringify": {
5062
+ "version": "2.1.0",
5063
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
5064
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
5065
+ "dev": true,
5066
+ "license": "MIT"
5067
+ },
5068
+ "node_modules/fast-levenshtein": {
5069
+ "version": "2.0.6",
5070
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
5071
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
5072
+ "dev": true,
5073
+ "license": "MIT"
5074
+ },
4490
5075
  "node_modules/fast-safe-stringify": {
4491
5076
  "version": "2.1.1",
4492
5077
  "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
@@ -4530,6 +5115,19 @@
4530
5115
  "url": "https://github.com/sponsors/sindresorhus"
4531
5116
  }
4532
5117
  },
5118
+ "node_modules/file-entry-cache": {
5119
+ "version": "8.0.0",
5120
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
5121
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
5122
+ "dev": true,
5123
+ "license": "MIT",
5124
+ "dependencies": {
5125
+ "flat-cache": "^4.0.0"
5126
+ },
5127
+ "engines": {
5128
+ "node": ">=16.0.0"
5129
+ }
5130
+ },
4533
5131
  "node_modules/fill-range": {
4534
5132
  "version": "7.1.1",
4535
5133
  "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
@@ -4586,6 +5184,27 @@
4586
5184
  "flat": "cli.js"
4587
5185
  }
4588
5186
  },
5187
+ "node_modules/flat-cache": {
5188
+ "version": "4.0.1",
5189
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
5190
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
5191
+ "dev": true,
5192
+ "license": "MIT",
5193
+ "dependencies": {
5194
+ "flatted": "^3.2.9",
5195
+ "keyv": "^4.5.4"
5196
+ },
5197
+ "engines": {
5198
+ "node": ">=16"
5199
+ }
5200
+ },
5201
+ "node_modules/flatted": {
5202
+ "version": "3.3.3",
5203
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
5204
+ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
5205
+ "dev": true,
5206
+ "license": "ISC"
5207
+ },
4589
5208
  "node_modules/for-each": {
4590
5209
  "version": "0.3.5",
4591
5210
  "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
@@ -4891,6 +5510,19 @@
4891
5510
  "url": "https://github.com/sponsors/sindresorhus"
4892
5511
  }
4893
5512
  },
5513
+ "node_modules/globals": {
5514
+ "version": "16.3.0",
5515
+ "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz",
5516
+ "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==",
5517
+ "dev": true,
5518
+ "license": "MIT",
5519
+ "engines": {
5520
+ "node": ">=18"
5521
+ },
5522
+ "funding": {
5523
+ "url": "https://github.com/sponsors/sindresorhus"
5524
+ }
5525
+ },
4894
5526
  "node_modules/globby": {
4895
5527
  "version": "11.1.0",
4896
5528
  "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
@@ -5162,6 +5794,33 @@
5162
5794
  "node": ">= 4"
5163
5795
  }
5164
5796
  },
5797
+ "node_modules/import-fresh": {
5798
+ "version": "3.3.1",
5799
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
5800
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
5801
+ "dev": true,
5802
+ "license": "MIT",
5803
+ "dependencies": {
5804
+ "parent-module": "^1.0.0",
5805
+ "resolve-from": "^4.0.0"
5806
+ },
5807
+ "engines": {
5808
+ "node": ">=6"
5809
+ },
5810
+ "funding": {
5811
+ "url": "https://github.com/sponsors/sindresorhus"
5812
+ }
5813
+ },
5814
+ "node_modules/import-fresh/node_modules/resolve-from": {
5815
+ "version": "4.0.0",
5816
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
5817
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
5818
+ "dev": true,
5819
+ "license": "MIT",
5820
+ "engines": {
5821
+ "node": ">=4"
5822
+ }
5823
+ },
5165
5824
  "node_modules/imurmurhash": {
5166
5825
  "version": "0.1.4",
5167
5826
  "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
@@ -5796,6 +6455,13 @@
5796
6455
  "node": ">=6"
5797
6456
  }
5798
6457
  },
6458
+ "node_modules/json-buffer": {
6459
+ "version": "3.0.1",
6460
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
6461
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
6462
+ "dev": true,
6463
+ "license": "MIT"
6464
+ },
5799
6465
  "node_modules/json-schema": {
5800
6466
  "version": "0.4.0",
5801
6467
  "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
@@ -5803,6 +6469,13 @@
5803
6469
  "dev": true,
5804
6470
  "license": "(AFL-2.1 OR BSD-3-Clause)"
5805
6471
  },
6472
+ "node_modules/json-schema-traverse": {
6473
+ "version": "0.4.1",
6474
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
6475
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
6476
+ "dev": true,
6477
+ "license": "MIT"
6478
+ },
5806
6479
  "node_modules/json-stable-stringify": {
5807
6480
  "version": "0.0.1",
5808
6481
  "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz",
@@ -5813,6 +6486,13 @@
5813
6486
  "jsonify": "~0.0.0"
5814
6487
  }
5815
6488
  },
6489
+ "node_modules/json-stable-stringify-without-jsonify": {
6490
+ "version": "1.0.1",
6491
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
6492
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
6493
+ "dev": true,
6494
+ "license": "MIT"
6495
+ },
5816
6496
  "node_modules/json-stringify-safe": {
5817
6497
  "version": "5.0.1",
5818
6498
  "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
@@ -5899,6 +6579,16 @@
5899
6579
  "verror": "1.10.0"
5900
6580
  }
5901
6581
  },
6582
+ "node_modules/keyv": {
6583
+ "version": "4.5.4",
6584
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
6585
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
6586
+ "dev": true,
6587
+ "license": "MIT",
6588
+ "dependencies": {
6589
+ "json-buffer": "3.0.1"
6590
+ }
6591
+ },
5902
6592
  "node_modules/labeled-stream-splicer": {
5903
6593
  "version": "2.0.2",
5904
6594
  "resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz",
@@ -5920,6 +6610,20 @@
5920
6610
  "node": "> 0.8"
5921
6611
  }
5922
6612
  },
6613
+ "node_modules/levn": {
6614
+ "version": "0.4.1",
6615
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
6616
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
6617
+ "dev": true,
6618
+ "license": "MIT",
6619
+ "dependencies": {
6620
+ "prelude-ls": "^1.2.1",
6621
+ "type-check": "~0.4.0"
6622
+ },
6623
+ "engines": {
6624
+ "node": ">= 0.8.0"
6625
+ }
6626
+ },
5923
6627
  "node_modules/listr2": {
5924
6628
  "version": "3.14.0",
5925
6629
  "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz",
@@ -6012,6 +6716,13 @@
6012
6716
  "dev": true,
6013
6717
  "license": "MIT"
6014
6718
  },
6719
+ "node_modules/lodash.merge": {
6720
+ "version": "4.6.2",
6721
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
6722
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
6723
+ "dev": true,
6724
+ "license": "MIT"
6725
+ },
6015
6726
  "node_modules/lodash.once": {
6016
6727
  "version": "4.1.1",
6017
6728
  "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
@@ -6644,6 +7355,13 @@
6644
7355
  "dev": true,
6645
7356
  "license": "MIT"
6646
7357
  },
7358
+ "node_modules/natural-compare": {
7359
+ "version": "1.4.0",
7360
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
7361
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
7362
+ "dev": true,
7363
+ "license": "MIT"
7364
+ },
6647
7365
  "node_modules/node-preload": {
6648
7366
  "version": "0.2.1",
6649
7367
  "resolved": "https://registry.npmjs.org/node-preload/-/node-preload-0.2.1.tgz",
@@ -6907,6 +7625,24 @@
6907
7625
  "url": "https://github.com/sponsors/sindresorhus"
6908
7626
  }
6909
7627
  },
7628
+ "node_modules/optionator": {
7629
+ "version": "0.9.4",
7630
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
7631
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
7632
+ "dev": true,
7633
+ "license": "MIT",
7634
+ "dependencies": {
7635
+ "deep-is": "^0.1.3",
7636
+ "fast-levenshtein": "^2.0.6",
7637
+ "levn": "^0.4.1",
7638
+ "prelude-ls": "^1.2.1",
7639
+ "type-check": "^0.4.0",
7640
+ "word-wrap": "^1.2.5"
7641
+ },
7642
+ "engines": {
7643
+ "node": ">= 0.8.0"
7644
+ }
7645
+ },
6910
7646
  "node_modules/os-browserify": {
6911
7647
  "version": "0.3.0",
6912
7648
  "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
@@ -7013,6 +7749,19 @@
7013
7749
  "dev": true,
7014
7750
  "license": "(MIT AND Zlib)"
7015
7751
  },
7752
+ "node_modules/parent-module": {
7753
+ "version": "1.0.1",
7754
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
7755
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
7756
+ "dev": true,
7757
+ "license": "MIT",
7758
+ "dependencies": {
7759
+ "callsites": "^3.0.0"
7760
+ },
7761
+ "engines": {
7762
+ "node": ">=6"
7763
+ }
7764
+ },
7016
7765
  "node_modules/parents": {
7017
7766
  "version": "1.0.1",
7018
7767
  "resolved": "https://registry.npmjs.org/parents/-/parents-1.0.1.tgz",
@@ -7250,6 +7999,16 @@
7250
7999
  "node": ">= 0.4"
7251
8000
  }
7252
8001
  },
8002
+ "node_modules/prelude-ls": {
8003
+ "version": "1.2.1",
8004
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
8005
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
8006
+ "dev": true,
8007
+ "license": "MIT",
8008
+ "engines": {
8009
+ "node": ">= 0.8.0"
8010
+ }
8011
+ },
7253
8012
  "node_modules/pretty-bytes": {
7254
8013
  "version": "5.6.0",
7255
8014
  "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
@@ -8350,7 +9109,6 @@
8350
9109
  "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
8351
9110
  "dev": true,
8352
9111
  "license": "MIT",
8353
- "peer": true,
8354
9112
  "engines": {
8355
9113
  "node": ">=8"
8356
9114
  },
@@ -8598,6 +9356,19 @@
8598
9356
  "dev": true,
8599
9357
  "license": "Unlicense"
8600
9358
  },
9359
+ "node_modules/type-check": {
9360
+ "version": "0.4.0",
9361
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
9362
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
9363
+ "dev": true,
9364
+ "license": "MIT",
9365
+ "dependencies": {
9366
+ "prelude-ls": "^1.2.1"
9367
+ },
9368
+ "engines": {
9369
+ "node": ">= 0.8.0"
9370
+ }
9371
+ },
8601
9372
  "node_modules/type-fest": {
8602
9373
  "version": "0.8.1",
8603
9374
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
@@ -8806,6 +9577,26 @@
8806
9577
  "browserslist": ">= 4.21.0"
8807
9578
  }
8808
9579
  },
9580
+ "node_modules/uri-js": {
9581
+ "version": "4.4.1",
9582
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
9583
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
9584
+ "dev": true,
9585
+ "license": "BSD-2-Clause",
9586
+ "dependencies": {
9587
+ "punycode": "^2.1.0"
9588
+ }
9589
+ },
9590
+ "node_modules/uri-js/node_modules/punycode": {
9591
+ "version": "2.3.1",
9592
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
9593
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
9594
+ "dev": true,
9595
+ "license": "MIT",
9596
+ "engines": {
9597
+ "node": ">=6"
9598
+ }
9599
+ },
8809
9600
  "node_modules/url": {
8810
9601
  "version": "0.11.4",
8811
9602
  "resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz",
@@ -9155,6 +9946,16 @@
9155
9946
  "url": "https://github.com/sponsors/ljharb"
9156
9947
  }
9157
9948
  },
9949
+ "node_modules/word-wrap": {
9950
+ "version": "1.2.5",
9951
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
9952
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
9953
+ "dev": true,
9954
+ "license": "MIT",
9955
+ "engines": {
9956
+ "node": ">=0.10.0"
9957
+ }
9958
+ },
9158
9959
  "node_modules/workerpool": {
9159
9960
  "version": "9.3.3",
9160
9961
  "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-9.3.3.tgz",
@@ -9348,7 +10149,6 @@
9348
10149
  "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
9349
10150
  "dev": true,
9350
10151
  "license": "MIT",
9351
- "peer": true,
9352
10152
  "engines": {
9353
10153
  "node": ">=10"
9354
10154
  },