@zohodesk/testinglibrary 0.5.12-n18-experimental → 0.5.13-n18-experimental
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.
- package/.gitlab-ci.yml +27 -25
- package/build/common/searchFake/steps/searchFake.spec.js +3 -3
- package/build/core/playwright/clear-caches.js +2 -5
- package/build/core/playwright/constants/configConstants.js +6 -3
- package/build/core/playwright/constants/reporterConstants.js +2 -6
- package/build/core/playwright/helpers/auth/index.js +1 -8
- package/build/core/playwright/helpers/thirdPartyLib.js +13 -0
- package/build/core/playwright/readConfigFile.js +3 -5
- package/build/core/playwright/setup/ProjectConfiguration.js +26 -9
- package/build/core/playwright/setup/config-creator.js +5 -8
- package/build/core/playwright/setup/config-utils.js +3 -7
- package/build/core/playwright/setup/qc-custom-reporter.js +1 -4
- package/build/core/playwright/test-runner.js +4 -0
- package/build/index.js +0 -6
- package/build/test/Test.js +13 -0
- package/build/utils/commonUtils.js +1 -4
- package/npm-shrinkwrap.json +123 -717
- package/package.json +5 -3
- package/playwright.config.js +7 -10
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.103-n18-experimental",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zohodesk/testinglibrary",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.4.103-n18-experimental",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"fast-glob": "3.3.1",
|
|
24
24
|
"jest": "29.6.2",
|
|
25
25
|
"jest-environment-jsdom": "29.6.2",
|
|
26
|
+
"jsonpath": "^1.1.1",
|
|
26
27
|
"msw": "1.2.3",
|
|
27
28
|
"playwright": "1.53.2",
|
|
28
29
|
"playwright-bdd": "8.3.1",
|
|
@@ -2286,222 +2287,6 @@
|
|
|
2286
2287
|
"integrity": "sha512-xa3pER+ntZhGCxRXSguDTKEHTZpUUsp+RzTRNnit+vi5cqnk6abLdSLg5i3HZXU3c74nQ8afQC6IT507EN74oQ==",
|
|
2287
2288
|
"license": "MIT"
|
|
2288
2289
|
},
|
|
2289
|
-
"node_modules/@eslint-community/eslint-utils": {
|
|
2290
|
-
"version": "4.9.0",
|
|
2291
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
2292
|
-
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
2293
|
-
"license": "MIT",
|
|
2294
|
-
"peer": true,
|
|
2295
|
-
"dependencies": {
|
|
2296
|
-
"eslint-visitor-keys": "^3.4.3"
|
|
2297
|
-
},
|
|
2298
|
-
"engines": {
|
|
2299
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2300
|
-
},
|
|
2301
|
-
"funding": {
|
|
2302
|
-
"url": "https://opencollective.com/eslint"
|
|
2303
|
-
},
|
|
2304
|
-
"peerDependencies": {
|
|
2305
|
-
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
2306
|
-
}
|
|
2307
|
-
},
|
|
2308
|
-
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
2309
|
-
"version": "3.4.3",
|
|
2310
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
2311
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
2312
|
-
"license": "Apache-2.0",
|
|
2313
|
-
"peer": true,
|
|
2314
|
-
"engines": {
|
|
2315
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2316
|
-
},
|
|
2317
|
-
"funding": {
|
|
2318
|
-
"url": "https://opencollective.com/eslint"
|
|
2319
|
-
}
|
|
2320
|
-
},
|
|
2321
|
-
"node_modules/@eslint-community/regexpp": {
|
|
2322
|
-
"version": "4.12.2",
|
|
2323
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
|
|
2324
|
-
"integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
|
|
2325
|
-
"license": "MIT",
|
|
2326
|
-
"peer": true,
|
|
2327
|
-
"engines": {
|
|
2328
|
-
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2331
|
-
"node_modules/@eslint/config-array": {
|
|
2332
|
-
"version": "0.21.1",
|
|
2333
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
|
|
2334
|
-
"integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
|
|
2335
|
-
"license": "Apache-2.0",
|
|
2336
|
-
"peer": true,
|
|
2337
|
-
"dependencies": {
|
|
2338
|
-
"@eslint/object-schema": "^2.1.7",
|
|
2339
|
-
"debug": "^4.3.1",
|
|
2340
|
-
"minimatch": "^3.1.2"
|
|
2341
|
-
},
|
|
2342
|
-
"engines": {
|
|
2343
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2344
|
-
}
|
|
2345
|
-
},
|
|
2346
|
-
"node_modules/@eslint/config-helpers": {
|
|
2347
|
-
"version": "0.4.2",
|
|
2348
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
|
2349
|
-
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
2350
|
-
"license": "Apache-2.0",
|
|
2351
|
-
"peer": true,
|
|
2352
|
-
"dependencies": {
|
|
2353
|
-
"@eslint/core": "^0.17.0"
|
|
2354
|
-
},
|
|
2355
|
-
"engines": {
|
|
2356
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2357
|
-
}
|
|
2358
|
-
},
|
|
2359
|
-
"node_modules/@eslint/core": {
|
|
2360
|
-
"version": "0.17.0",
|
|
2361
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
2362
|
-
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
2363
|
-
"license": "Apache-2.0",
|
|
2364
|
-
"peer": true,
|
|
2365
|
-
"dependencies": {
|
|
2366
|
-
"@types/json-schema": "^7.0.15"
|
|
2367
|
-
},
|
|
2368
|
-
"engines": {
|
|
2369
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2370
|
-
}
|
|
2371
|
-
},
|
|
2372
|
-
"node_modules/@eslint/eslintrc": {
|
|
2373
|
-
"version": "3.3.3",
|
|
2374
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
|
|
2375
|
-
"integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
|
|
2376
|
-
"license": "MIT",
|
|
2377
|
-
"peer": true,
|
|
2378
|
-
"dependencies": {
|
|
2379
|
-
"ajv": "^6.12.4",
|
|
2380
|
-
"debug": "^4.3.2",
|
|
2381
|
-
"espree": "^10.0.1",
|
|
2382
|
-
"globals": "^14.0.0",
|
|
2383
|
-
"ignore": "^5.2.0",
|
|
2384
|
-
"import-fresh": "^3.2.1",
|
|
2385
|
-
"js-yaml": "^4.1.1",
|
|
2386
|
-
"minimatch": "^3.1.2",
|
|
2387
|
-
"strip-json-comments": "^3.1.1"
|
|
2388
|
-
},
|
|
2389
|
-
"engines": {
|
|
2390
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2391
|
-
},
|
|
2392
|
-
"funding": {
|
|
2393
|
-
"url": "https://opencollective.com/eslint"
|
|
2394
|
-
}
|
|
2395
|
-
},
|
|
2396
|
-
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
2397
|
-
"version": "2.0.1",
|
|
2398
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2399
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2400
|
-
"license": "Python-2.0",
|
|
2401
|
-
"peer": true
|
|
2402
|
-
},
|
|
2403
|
-
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2404
|
-
"version": "4.1.1",
|
|
2405
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
2406
|
-
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
2407
|
-
"license": "MIT",
|
|
2408
|
-
"peer": true,
|
|
2409
|
-
"dependencies": {
|
|
2410
|
-
"argparse": "^2.0.1"
|
|
2411
|
-
},
|
|
2412
|
-
"bin": {
|
|
2413
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2414
|
-
}
|
|
2415
|
-
},
|
|
2416
|
-
"node_modules/@eslint/js": {
|
|
2417
|
-
"version": "9.39.1",
|
|
2418
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz",
|
|
2419
|
-
"integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==",
|
|
2420
|
-
"license": "MIT",
|
|
2421
|
-
"peer": true,
|
|
2422
|
-
"engines": {
|
|
2423
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2424
|
-
},
|
|
2425
|
-
"funding": {
|
|
2426
|
-
"url": "https://eslint.org/donate"
|
|
2427
|
-
}
|
|
2428
|
-
},
|
|
2429
|
-
"node_modules/@eslint/object-schema": {
|
|
2430
|
-
"version": "2.1.7",
|
|
2431
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
|
|
2432
|
-
"integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
|
|
2433
|
-
"license": "Apache-2.0",
|
|
2434
|
-
"peer": true,
|
|
2435
|
-
"engines": {
|
|
2436
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2437
|
-
}
|
|
2438
|
-
},
|
|
2439
|
-
"node_modules/@eslint/plugin-kit": {
|
|
2440
|
-
"version": "0.4.1",
|
|
2441
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
|
|
2442
|
-
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
|
|
2443
|
-
"license": "Apache-2.0",
|
|
2444
|
-
"peer": true,
|
|
2445
|
-
"dependencies": {
|
|
2446
|
-
"@eslint/core": "^0.17.0",
|
|
2447
|
-
"levn": "^0.4.1"
|
|
2448
|
-
},
|
|
2449
|
-
"engines": {
|
|
2450
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2451
|
-
}
|
|
2452
|
-
},
|
|
2453
|
-
"node_modules/@humanfs/core": {
|
|
2454
|
-
"version": "0.19.1",
|
|
2455
|
-
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
|
|
2456
|
-
"integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
|
|
2457
|
-
"license": "Apache-2.0",
|
|
2458
|
-
"peer": true,
|
|
2459
|
-
"engines": {
|
|
2460
|
-
"node": ">=18.18.0"
|
|
2461
|
-
}
|
|
2462
|
-
},
|
|
2463
|
-
"node_modules/@humanfs/node": {
|
|
2464
|
-
"version": "0.16.7",
|
|
2465
|
-
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
|
|
2466
|
-
"integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
|
|
2467
|
-
"license": "Apache-2.0",
|
|
2468
|
-
"peer": true,
|
|
2469
|
-
"dependencies": {
|
|
2470
|
-
"@humanfs/core": "^0.19.1",
|
|
2471
|
-
"@humanwhocodes/retry": "^0.4.0"
|
|
2472
|
-
},
|
|
2473
|
-
"engines": {
|
|
2474
|
-
"node": ">=18.18.0"
|
|
2475
|
-
}
|
|
2476
|
-
},
|
|
2477
|
-
"node_modules/@humanwhocodes/module-importer": {
|
|
2478
|
-
"version": "1.0.1",
|
|
2479
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
2480
|
-
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
|
|
2481
|
-
"license": "Apache-2.0",
|
|
2482
|
-
"peer": true,
|
|
2483
|
-
"engines": {
|
|
2484
|
-
"node": ">=12.22"
|
|
2485
|
-
},
|
|
2486
|
-
"funding": {
|
|
2487
|
-
"type": "github",
|
|
2488
|
-
"url": "https://github.com/sponsors/nzakas"
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
|
-
"node_modules/@humanwhocodes/retry": {
|
|
2492
|
-
"version": "0.4.3",
|
|
2493
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
|
|
2494
|
-
"integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
|
|
2495
|
-
"license": "Apache-2.0",
|
|
2496
|
-
"peer": true,
|
|
2497
|
-
"engines": {
|
|
2498
|
-
"node": ">=18.18"
|
|
2499
|
-
},
|
|
2500
|
-
"funding": {
|
|
2501
|
-
"type": "github",
|
|
2502
|
-
"url": "https://github.com/sponsors/nzakas"
|
|
2503
|
-
}
|
|
2504
|
-
},
|
|
2505
2290
|
"node_modules/@inquirer/external-editor": {
|
|
2506
2291
|
"version": "1.0.3",
|
|
2507
2292
|
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
|
|
@@ -3921,13 +3706,6 @@
|
|
|
3921
3706
|
"@types/ms": "*"
|
|
3922
3707
|
}
|
|
3923
3708
|
},
|
|
3924
|
-
"node_modules/@types/estree": {
|
|
3925
|
-
"version": "1.0.8",
|
|
3926
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
3927
|
-
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
3928
|
-
"license": "MIT",
|
|
3929
|
-
"peer": true
|
|
3930
|
-
},
|
|
3931
3709
|
"node_modules/@types/graceful-fs": {
|
|
3932
3710
|
"version": "4.1.9",
|
|
3933
3711
|
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
|
|
@@ -4038,13 +3816,6 @@
|
|
|
4038
3816
|
"parse5": "^7.0.0"
|
|
4039
3817
|
}
|
|
4040
3818
|
},
|
|
4041
|
-
"node_modules/@types/json-schema": {
|
|
4042
|
-
"version": "7.0.15",
|
|
4043
|
-
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
4044
|
-
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
4045
|
-
"license": "MIT",
|
|
4046
|
-
"peer": true
|
|
4047
|
-
},
|
|
4048
3819
|
"node_modules/@types/ms": {
|
|
4049
3820
|
"version": "2.1.0",
|
|
4050
3821
|
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
@@ -4052,9 +3823,9 @@
|
|
|
4052
3823
|
"license": "MIT"
|
|
4053
3824
|
},
|
|
4054
3825
|
"node_modules/@types/node": {
|
|
4055
|
-
"version": "25.0.
|
|
4056
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.
|
|
4057
|
-
"integrity": "sha512-
|
|
3826
|
+
"version": "25.0.3",
|
|
3827
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
|
|
3828
|
+
"integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
|
|
4058
3829
|
"license": "MIT",
|
|
4059
3830
|
"dependencies": {
|
|
4060
3831
|
"undici-types": "~7.16.0"
|
|
@@ -4189,16 +3960,6 @@
|
|
|
4189
3960
|
"acorn-walk": "^8.0.2"
|
|
4190
3961
|
}
|
|
4191
3962
|
},
|
|
4192
|
-
"node_modules/acorn-jsx": {
|
|
4193
|
-
"version": "5.3.2",
|
|
4194
|
-
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
|
4195
|
-
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
4196
|
-
"license": "MIT",
|
|
4197
|
-
"peer": true,
|
|
4198
|
-
"peerDependencies": {
|
|
4199
|
-
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
4200
|
-
}
|
|
4201
|
-
},
|
|
4202
3963
|
"node_modules/acorn-walk": {
|
|
4203
3964
|
"version": "8.3.4",
|
|
4204
3965
|
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz",
|
|
@@ -4223,23 +3984,6 @@
|
|
|
4223
3984
|
"node": ">= 6.0.0"
|
|
4224
3985
|
}
|
|
4225
3986
|
},
|
|
4226
|
-
"node_modules/ajv": {
|
|
4227
|
-
"version": "6.12.6",
|
|
4228
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
4229
|
-
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
4230
|
-
"license": "MIT",
|
|
4231
|
-
"peer": true,
|
|
4232
|
-
"dependencies": {
|
|
4233
|
-
"fast-deep-equal": "^3.1.1",
|
|
4234
|
-
"fast-json-stable-stringify": "^2.0.0",
|
|
4235
|
-
"json-schema-traverse": "^0.4.1",
|
|
4236
|
-
"uri-js": "^4.2.2"
|
|
4237
|
-
},
|
|
4238
|
-
"funding": {
|
|
4239
|
-
"type": "github",
|
|
4240
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
4241
|
-
}
|
|
4242
|
-
},
|
|
4243
3987
|
"node_modules/ansi-escapes": {
|
|
4244
3988
|
"version": "4.3.2",
|
|
4245
3989
|
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
|
|
@@ -4686,9 +4430,9 @@
|
|
|
4686
4430
|
"license": "MIT"
|
|
4687
4431
|
},
|
|
4688
4432
|
"node_modules/baseline-browser-mapping": {
|
|
4689
|
-
"version": "2.9.
|
|
4690
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.
|
|
4691
|
-
"integrity": "sha512-
|
|
4433
|
+
"version": "2.9.9",
|
|
4434
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.9.tgz",
|
|
4435
|
+
"integrity": "sha512-V8fbOCSeOFvlDj7LLChUcqbZrdKD9RU/VR260piF1790vT0mfLSwGc/Qzxv3IqiTukOpNtItePa0HBpMAj7MDg==",
|
|
4692
4436
|
"license": "Apache-2.0",
|
|
4693
4437
|
"bin": {
|
|
4694
4438
|
"baseline-browser-mapping": "dist/cli.js"
|
|
@@ -5418,9 +5162,9 @@
|
|
|
5418
5162
|
}
|
|
5419
5163
|
},
|
|
5420
5164
|
"node_modules/dedent": {
|
|
5421
|
-
"version": "1.7.
|
|
5422
|
-
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.
|
|
5423
|
-
"integrity": "sha512-
|
|
5165
|
+
"version": "1.7.1",
|
|
5166
|
+
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.1.tgz",
|
|
5167
|
+
"integrity": "sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==",
|
|
5424
5168
|
"license": "MIT",
|
|
5425
5169
|
"peerDependencies": {
|
|
5426
5170
|
"babel-plugin-macros": "^3.1.0"
|
|
@@ -5435,8 +5179,7 @@
|
|
|
5435
5179
|
"version": "0.1.4",
|
|
5436
5180
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
5437
5181
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
5438
|
-
"license": "MIT"
|
|
5439
|
-
"peer": true
|
|
5182
|
+
"license": "MIT"
|
|
5440
5183
|
},
|
|
5441
5184
|
"node_modules/deepmerge": {
|
|
5442
5185
|
"version": "4.3.1",
|
|
@@ -5624,9 +5367,9 @@
|
|
|
5624
5367
|
}
|
|
5625
5368
|
},
|
|
5626
5369
|
"node_modules/es-abstract": {
|
|
5627
|
-
"version": "1.24.
|
|
5628
|
-
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.
|
|
5629
|
-
"integrity": "sha512-
|
|
5370
|
+
"version": "1.24.1",
|
|
5371
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
|
|
5372
|
+
"integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
|
|
5630
5373
|
"dev": true,
|
|
5631
5374
|
"license": "MIT",
|
|
5632
5375
|
"dependencies": {
|
|
@@ -5772,186 +5515,33 @@
|
|
|
5772
5515
|
}
|
|
5773
5516
|
},
|
|
5774
5517
|
"node_modules/escape-string-regexp": {
|
|
5775
|
-
"version": "
|
|
5776
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-
|
|
5777
|
-
"integrity": "sha512-
|
|
5518
|
+
"version": "1.0.5",
|
|
5519
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
5520
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
5778
5521
|
"license": "MIT",
|
|
5779
|
-
"peer": true,
|
|
5780
|
-
"engines": {
|
|
5781
|
-
"node": ">=10"
|
|
5782
|
-
},
|
|
5783
|
-
"funding": {
|
|
5784
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5785
|
-
}
|
|
5786
|
-
},
|
|
5787
|
-
"node_modules/eslint": {
|
|
5788
|
-
"version": "9.39.1",
|
|
5789
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz",
|
|
5790
|
-
"integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==",
|
|
5791
|
-
"license": "MIT",
|
|
5792
|
-
"peer": true,
|
|
5793
|
-
"dependencies": {
|
|
5794
|
-
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5795
|
-
"@eslint-community/regexpp": "^4.12.1",
|
|
5796
|
-
"@eslint/config-array": "^0.21.1",
|
|
5797
|
-
"@eslint/config-helpers": "^0.4.2",
|
|
5798
|
-
"@eslint/core": "^0.17.0",
|
|
5799
|
-
"@eslint/eslintrc": "^3.3.1",
|
|
5800
|
-
"@eslint/js": "9.39.1",
|
|
5801
|
-
"@eslint/plugin-kit": "^0.4.1",
|
|
5802
|
-
"@humanfs/node": "^0.16.6",
|
|
5803
|
-
"@humanwhocodes/module-importer": "^1.0.1",
|
|
5804
|
-
"@humanwhocodes/retry": "^0.4.2",
|
|
5805
|
-
"@types/estree": "^1.0.6",
|
|
5806
|
-
"ajv": "^6.12.4",
|
|
5807
|
-
"chalk": "^4.0.0",
|
|
5808
|
-
"cross-spawn": "^7.0.6",
|
|
5809
|
-
"debug": "^4.3.2",
|
|
5810
|
-
"escape-string-regexp": "^4.0.0",
|
|
5811
|
-
"eslint-scope": "^8.4.0",
|
|
5812
|
-
"eslint-visitor-keys": "^4.2.1",
|
|
5813
|
-
"espree": "^10.4.0",
|
|
5814
|
-
"esquery": "^1.5.0",
|
|
5815
|
-
"esutils": "^2.0.2",
|
|
5816
|
-
"fast-deep-equal": "^3.1.3",
|
|
5817
|
-
"file-entry-cache": "^8.0.0",
|
|
5818
|
-
"find-up": "^5.0.0",
|
|
5819
|
-
"glob-parent": "^6.0.2",
|
|
5820
|
-
"ignore": "^5.2.0",
|
|
5821
|
-
"imurmurhash": "^0.1.4",
|
|
5822
|
-
"is-glob": "^4.0.0",
|
|
5823
|
-
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
5824
|
-
"lodash.merge": "^4.6.2",
|
|
5825
|
-
"minimatch": "^3.1.2",
|
|
5826
|
-
"natural-compare": "^1.4.0",
|
|
5827
|
-
"optionator": "^0.9.3"
|
|
5828
|
-
},
|
|
5829
|
-
"bin": {
|
|
5830
|
-
"eslint": "bin/eslint.js"
|
|
5831
|
-
},
|
|
5832
5522
|
"engines": {
|
|
5833
|
-
"node": "
|
|
5834
|
-
},
|
|
5835
|
-
"funding": {
|
|
5836
|
-
"url": "https://eslint.org/donate"
|
|
5837
|
-
},
|
|
5838
|
-
"peerDependencies": {
|
|
5839
|
-
"jiti": "*"
|
|
5840
|
-
},
|
|
5841
|
-
"peerDependenciesMeta": {
|
|
5842
|
-
"jiti": {
|
|
5843
|
-
"optional": true
|
|
5844
|
-
}
|
|
5523
|
+
"node": ">=0.8.0"
|
|
5845
5524
|
}
|
|
5846
5525
|
},
|
|
5847
|
-
"node_modules/
|
|
5848
|
-
"version": "
|
|
5849
|
-
"resolved": "https://registry.npmjs.org/
|
|
5850
|
-
"integrity": "sha512-
|
|
5526
|
+
"node_modules/escodegen": {
|
|
5527
|
+
"version": "2.1.0",
|
|
5528
|
+
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
|
5529
|
+
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
|
5851
5530
|
"license": "BSD-2-Clause",
|
|
5852
|
-
"peer": true,
|
|
5853
5531
|
"dependencies": {
|
|
5854
|
-
"
|
|
5855
|
-
"estraverse": "^5.2.0"
|
|
5856
|
-
|
|
5857
|
-
"engines": {
|
|
5858
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5859
|
-
},
|
|
5860
|
-
"funding": {
|
|
5861
|
-
"url": "https://opencollective.com/eslint"
|
|
5862
|
-
}
|
|
5863
|
-
},
|
|
5864
|
-
"node_modules/eslint-visitor-keys": {
|
|
5865
|
-
"version": "4.2.1",
|
|
5866
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
5867
|
-
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
5868
|
-
"license": "Apache-2.0",
|
|
5869
|
-
"peer": true,
|
|
5870
|
-
"engines": {
|
|
5871
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5872
|
-
},
|
|
5873
|
-
"funding": {
|
|
5874
|
-
"url": "https://opencollective.com/eslint"
|
|
5875
|
-
}
|
|
5876
|
-
},
|
|
5877
|
-
"node_modules/eslint/node_modules/find-up": {
|
|
5878
|
-
"version": "5.0.0",
|
|
5879
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
5880
|
-
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
5881
|
-
"license": "MIT",
|
|
5882
|
-
"peer": true,
|
|
5883
|
-
"dependencies": {
|
|
5884
|
-
"locate-path": "^6.0.0",
|
|
5885
|
-
"path-exists": "^4.0.0"
|
|
5886
|
-
},
|
|
5887
|
-
"engines": {
|
|
5888
|
-
"node": ">=10"
|
|
5889
|
-
},
|
|
5890
|
-
"funding": {
|
|
5891
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5892
|
-
}
|
|
5893
|
-
},
|
|
5894
|
-
"node_modules/eslint/node_modules/glob-parent": {
|
|
5895
|
-
"version": "6.0.2",
|
|
5896
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
5897
|
-
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
5898
|
-
"license": "ISC",
|
|
5899
|
-
"peer": true,
|
|
5900
|
-
"dependencies": {
|
|
5901
|
-
"is-glob": "^4.0.3"
|
|
5902
|
-
},
|
|
5903
|
-
"engines": {
|
|
5904
|
-
"node": ">=10.13.0"
|
|
5905
|
-
}
|
|
5906
|
-
},
|
|
5907
|
-
"node_modules/eslint/node_modules/locate-path": {
|
|
5908
|
-
"version": "6.0.0",
|
|
5909
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
5910
|
-
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
5911
|
-
"license": "MIT",
|
|
5912
|
-
"peer": true,
|
|
5913
|
-
"dependencies": {
|
|
5914
|
-
"p-locate": "^5.0.0"
|
|
5915
|
-
},
|
|
5916
|
-
"engines": {
|
|
5917
|
-
"node": ">=10"
|
|
5918
|
-
},
|
|
5919
|
-
"funding": {
|
|
5920
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5921
|
-
}
|
|
5922
|
-
},
|
|
5923
|
-
"node_modules/eslint/node_modules/p-locate": {
|
|
5924
|
-
"version": "5.0.0",
|
|
5925
|
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
5926
|
-
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
5927
|
-
"license": "MIT",
|
|
5928
|
-
"peer": true,
|
|
5929
|
-
"dependencies": {
|
|
5930
|
-
"p-limit": "^3.0.2"
|
|
5931
|
-
},
|
|
5932
|
-
"engines": {
|
|
5933
|
-
"node": ">=10"
|
|
5532
|
+
"esprima": "^4.0.1",
|
|
5533
|
+
"estraverse": "^5.2.0",
|
|
5534
|
+
"esutils": "^2.0.2"
|
|
5934
5535
|
},
|
|
5935
|
-
"
|
|
5936
|
-
"
|
|
5937
|
-
|
|
5938
|
-
},
|
|
5939
|
-
"node_modules/espree": {
|
|
5940
|
-
"version": "10.4.0",
|
|
5941
|
-
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
|
|
5942
|
-
"integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
|
|
5943
|
-
"license": "BSD-2-Clause",
|
|
5944
|
-
"peer": true,
|
|
5945
|
-
"dependencies": {
|
|
5946
|
-
"acorn": "^8.15.0",
|
|
5947
|
-
"acorn-jsx": "^5.3.2",
|
|
5948
|
-
"eslint-visitor-keys": "^4.2.1"
|
|
5536
|
+
"bin": {
|
|
5537
|
+
"escodegen": "bin/escodegen.js",
|
|
5538
|
+
"esgenerate": "bin/esgenerate.js"
|
|
5949
5539
|
},
|
|
5950
5540
|
"engines": {
|
|
5951
|
-
"node": "
|
|
5541
|
+
"node": ">=6.0"
|
|
5952
5542
|
},
|
|
5953
|
-
"
|
|
5954
|
-
"
|
|
5543
|
+
"optionalDependencies": {
|
|
5544
|
+
"source-map": "~0.6.1"
|
|
5955
5545
|
}
|
|
5956
5546
|
},
|
|
5957
5547
|
"node_modules/esprima": {
|
|
@@ -5967,32 +5557,6 @@
|
|
|
5967
5557
|
"node": ">=4"
|
|
5968
5558
|
}
|
|
5969
5559
|
},
|
|
5970
|
-
"node_modules/esquery": {
|
|
5971
|
-
"version": "1.6.0",
|
|
5972
|
-
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
|
|
5973
|
-
"integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
|
|
5974
|
-
"license": "BSD-3-Clause",
|
|
5975
|
-
"peer": true,
|
|
5976
|
-
"dependencies": {
|
|
5977
|
-
"estraverse": "^5.1.0"
|
|
5978
|
-
},
|
|
5979
|
-
"engines": {
|
|
5980
|
-
"node": ">=0.10"
|
|
5981
|
-
}
|
|
5982
|
-
},
|
|
5983
|
-
"node_modules/esrecurse": {
|
|
5984
|
-
"version": "4.3.0",
|
|
5985
|
-
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
|
|
5986
|
-
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
5987
|
-
"license": "BSD-2-Clause",
|
|
5988
|
-
"peer": true,
|
|
5989
|
-
"dependencies": {
|
|
5990
|
-
"estraverse": "^5.2.0"
|
|
5991
|
-
},
|
|
5992
|
-
"engines": {
|
|
5993
|
-
"node": ">=4.0"
|
|
5994
|
-
}
|
|
5995
|
-
},
|
|
5996
5560
|
"node_modules/estraverse": {
|
|
5997
5561
|
"version": "5.3.0",
|
|
5998
5562
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
|
@@ -6148,13 +5712,6 @@
|
|
|
6148
5712
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
6149
5713
|
}
|
|
6150
5714
|
},
|
|
6151
|
-
"node_modules/fast-deep-equal": {
|
|
6152
|
-
"version": "3.1.3",
|
|
6153
|
-
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
6154
|
-
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
6155
|
-
"license": "MIT",
|
|
6156
|
-
"peer": true
|
|
6157
|
-
},
|
|
6158
5715
|
"node_modules/fast-glob": {
|
|
6159
5716
|
"version": "3.3.1",
|
|
6160
5717
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
|
|
@@ -6181,8 +5738,7 @@
|
|
|
6181
5738
|
"version": "2.0.6",
|
|
6182
5739
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
6183
5740
|
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
6184
|
-
"license": "MIT"
|
|
6185
|
-
"peer": true
|
|
5741
|
+
"license": "MIT"
|
|
6186
5742
|
},
|
|
6187
5743
|
"node_modules/fastq": {
|
|
6188
5744
|
"version": "1.19.1",
|
|
@@ -6217,28 +5773,6 @@
|
|
|
6217
5773
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6218
5774
|
}
|
|
6219
5775
|
},
|
|
6220
|
-
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
6221
|
-
"version": "1.0.5",
|
|
6222
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
6223
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
6224
|
-
"license": "MIT",
|
|
6225
|
-
"engines": {
|
|
6226
|
-
"node": ">=0.8.0"
|
|
6227
|
-
}
|
|
6228
|
-
},
|
|
6229
|
-
"node_modules/file-entry-cache": {
|
|
6230
|
-
"version": "8.0.0",
|
|
6231
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
6232
|
-
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
6233
|
-
"license": "MIT",
|
|
6234
|
-
"peer": true,
|
|
6235
|
-
"dependencies": {
|
|
6236
|
-
"flat-cache": "^4.0.0"
|
|
6237
|
-
},
|
|
6238
|
-
"engines": {
|
|
6239
|
-
"node": ">=16.0.0"
|
|
6240
|
-
}
|
|
6241
|
-
},
|
|
6242
5776
|
"node_modules/fill-range": {
|
|
6243
5777
|
"version": "7.1.1",
|
|
6244
5778
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
@@ -6291,27 +5825,6 @@
|
|
|
6291
5825
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6292
5826
|
}
|
|
6293
5827
|
},
|
|
6294
|
-
"node_modules/flat-cache": {
|
|
6295
|
-
"version": "4.0.1",
|
|
6296
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
6297
|
-
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
6298
|
-
"license": "MIT",
|
|
6299
|
-
"peer": true,
|
|
6300
|
-
"dependencies": {
|
|
6301
|
-
"flatted": "^3.2.9",
|
|
6302
|
-
"keyv": "^4.5.4"
|
|
6303
|
-
},
|
|
6304
|
-
"engines": {
|
|
6305
|
-
"node": ">=16"
|
|
6306
|
-
}
|
|
6307
|
-
},
|
|
6308
|
-
"node_modules/flatted": {
|
|
6309
|
-
"version": "3.3.3",
|
|
6310
|
-
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
|
|
6311
|
-
"integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
|
|
6312
|
-
"license": "ISC",
|
|
6313
|
-
"peer": true
|
|
6314
|
-
},
|
|
6315
5828
|
"node_modules/follow-redirects": {
|
|
6316
5829
|
"version": "1.15.11",
|
|
6317
5830
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
@@ -6609,19 +6122,6 @@
|
|
|
6609
6122
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6610
6123
|
}
|
|
6611
6124
|
},
|
|
6612
|
-
"node_modules/globals": {
|
|
6613
|
-
"version": "14.0.0",
|
|
6614
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
6615
|
-
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
6616
|
-
"license": "MIT",
|
|
6617
|
-
"peer": true,
|
|
6618
|
-
"engines": {
|
|
6619
|
-
"node": ">=18"
|
|
6620
|
-
},
|
|
6621
|
-
"funding": {
|
|
6622
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6623
|
-
}
|
|
6624
|
-
},
|
|
6625
6125
|
"node_modules/globalthis": {
|
|
6626
6126
|
"version": "1.0.4",
|
|
6627
6127
|
"resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
|
|
@@ -6894,43 +6394,6 @@
|
|
|
6894
6394
|
],
|
|
6895
6395
|
"license": "BSD-3-Clause"
|
|
6896
6396
|
},
|
|
6897
|
-
"node_modules/ignore": {
|
|
6898
|
-
"version": "5.3.2",
|
|
6899
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
6900
|
-
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
6901
|
-
"license": "MIT",
|
|
6902
|
-
"peer": true,
|
|
6903
|
-
"engines": {
|
|
6904
|
-
"node": ">= 4"
|
|
6905
|
-
}
|
|
6906
|
-
},
|
|
6907
|
-
"node_modules/import-fresh": {
|
|
6908
|
-
"version": "3.3.1",
|
|
6909
|
-
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
|
6910
|
-
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
6911
|
-
"license": "MIT",
|
|
6912
|
-
"peer": true,
|
|
6913
|
-
"dependencies": {
|
|
6914
|
-
"parent-module": "^1.0.0",
|
|
6915
|
-
"resolve-from": "^4.0.0"
|
|
6916
|
-
},
|
|
6917
|
-
"engines": {
|
|
6918
|
-
"node": ">=6"
|
|
6919
|
-
},
|
|
6920
|
-
"funding": {
|
|
6921
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6922
|
-
}
|
|
6923
|
-
},
|
|
6924
|
-
"node_modules/import-fresh/node_modules/resolve-from": {
|
|
6925
|
-
"version": "4.0.0",
|
|
6926
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
6927
|
-
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
6928
|
-
"license": "MIT",
|
|
6929
|
-
"peer": true,
|
|
6930
|
-
"engines": {
|
|
6931
|
-
"node": ">=4"
|
|
6932
|
-
}
|
|
6933
|
-
},
|
|
6934
6397
|
"node_modules/import-local": {
|
|
6935
6398
|
"version": "3.2.0",
|
|
6936
6399
|
"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
|
|
@@ -9238,27 +8701,6 @@
|
|
|
9238
8701
|
}
|
|
9239
8702
|
}
|
|
9240
8703
|
},
|
|
9241
|
-
"node_modules/jsdom/node_modules/escodegen": {
|
|
9242
|
-
"version": "2.1.0",
|
|
9243
|
-
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
|
9244
|
-
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
|
9245
|
-
"license": "BSD-2-Clause",
|
|
9246
|
-
"dependencies": {
|
|
9247
|
-
"esprima": "^4.0.1",
|
|
9248
|
-
"estraverse": "^5.2.0",
|
|
9249
|
-
"esutils": "^2.0.2"
|
|
9250
|
-
},
|
|
9251
|
-
"bin": {
|
|
9252
|
-
"escodegen": "bin/escodegen.js",
|
|
9253
|
-
"esgenerate": "bin/esgenerate.js"
|
|
9254
|
-
},
|
|
9255
|
-
"engines": {
|
|
9256
|
-
"node": ">=6.0"
|
|
9257
|
-
},
|
|
9258
|
-
"optionalDependencies": {
|
|
9259
|
-
"source-map": "~0.6.1"
|
|
9260
|
-
}
|
|
9261
|
-
},
|
|
9262
8704
|
"node_modules/jsesc": {
|
|
9263
8705
|
"version": "3.1.0",
|
|
9264
8706
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
@@ -9271,33 +8713,12 @@
|
|
|
9271
8713
|
"node": ">=6"
|
|
9272
8714
|
}
|
|
9273
8715
|
},
|
|
9274
|
-
"node_modules/json-buffer": {
|
|
9275
|
-
"version": "3.0.1",
|
|
9276
|
-
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
9277
|
-
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
9278
|
-
"license": "MIT",
|
|
9279
|
-
"peer": true
|
|
9280
|
-
},
|
|
9281
8716
|
"node_modules/json-parse-even-better-errors": {
|
|
9282
8717
|
"version": "2.3.1",
|
|
9283
8718
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
9284
8719
|
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
9285
8720
|
"license": "MIT"
|
|
9286
8721
|
},
|
|
9287
|
-
"node_modules/json-schema-traverse": {
|
|
9288
|
-
"version": "0.4.1",
|
|
9289
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
9290
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
9291
|
-
"license": "MIT",
|
|
9292
|
-
"peer": true
|
|
9293
|
-
},
|
|
9294
|
-
"node_modules/json-stable-stringify-without-jsonify": {
|
|
9295
|
-
"version": "1.0.1",
|
|
9296
|
-
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
9297
|
-
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
9298
|
-
"license": "MIT",
|
|
9299
|
-
"peer": true
|
|
9300
|
-
},
|
|
9301
8722
|
"node_modules/json5": {
|
|
9302
8723
|
"version": "2.2.3",
|
|
9303
8724
|
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|
@@ -9310,14 +8731,27 @@
|
|
|
9310
8731
|
"node": ">=6"
|
|
9311
8732
|
}
|
|
9312
8733
|
},
|
|
9313
|
-
"node_modules/
|
|
9314
|
-
"version": "
|
|
9315
|
-
"resolved": "https://registry.npmjs.org/
|
|
9316
|
-
"integrity": "sha512-
|
|
8734
|
+
"node_modules/jsonpath": {
|
|
8735
|
+
"version": "1.1.1",
|
|
8736
|
+
"resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz",
|
|
8737
|
+
"integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==",
|
|
9317
8738
|
"license": "MIT",
|
|
9318
|
-
"peer": true,
|
|
9319
8739
|
"dependencies": {
|
|
9320
|
-
"
|
|
8740
|
+
"esprima": "1.2.2",
|
|
8741
|
+
"static-eval": "2.0.2",
|
|
8742
|
+
"underscore": "1.12.1"
|
|
8743
|
+
}
|
|
8744
|
+
},
|
|
8745
|
+
"node_modules/jsonpath/node_modules/esprima": {
|
|
8746
|
+
"version": "1.2.2",
|
|
8747
|
+
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz",
|
|
8748
|
+
"integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==",
|
|
8749
|
+
"bin": {
|
|
8750
|
+
"esparse": "bin/esparse.js",
|
|
8751
|
+
"esvalidate": "bin/esvalidate.js"
|
|
8752
|
+
},
|
|
8753
|
+
"engines": {
|
|
8754
|
+
"node": ">=0.4.0"
|
|
9321
8755
|
}
|
|
9322
8756
|
},
|
|
9323
8757
|
"node_modules/kind-of": {
|
|
@@ -9358,14 +8792,13 @@
|
|
|
9358
8792
|
}
|
|
9359
8793
|
},
|
|
9360
8794
|
"node_modules/levn": {
|
|
9361
|
-
"version": "0.
|
|
9362
|
-
"resolved": "https://registry.npmjs.org/levn/-/levn-0.
|
|
9363
|
-
"integrity": "sha512
|
|
8795
|
+
"version": "0.3.0",
|
|
8796
|
+
"resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
|
|
8797
|
+
"integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
|
|
9364
8798
|
"license": "MIT",
|
|
9365
|
-
"peer": true,
|
|
9366
8799
|
"dependencies": {
|
|
9367
|
-
"prelude-ls": "
|
|
9368
|
-
"type-check": "~0.
|
|
8800
|
+
"prelude-ls": "~1.1.2",
|
|
8801
|
+
"type-check": "~0.3.2"
|
|
9369
8802
|
},
|
|
9370
8803
|
"engines": {
|
|
9371
8804
|
"node": ">= 0.8.0"
|
|
@@ -10013,18 +9446,17 @@
|
|
|
10013
9446
|
}
|
|
10014
9447
|
},
|
|
10015
9448
|
"node_modules/optionator": {
|
|
10016
|
-
"version": "0.
|
|
10017
|
-
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.
|
|
10018
|
-
"integrity": "sha512
|
|
9449
|
+
"version": "0.8.3",
|
|
9450
|
+
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
|
|
9451
|
+
"integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
|
|
10019
9452
|
"license": "MIT",
|
|
10020
|
-
"peer": true,
|
|
10021
9453
|
"dependencies": {
|
|
10022
|
-
"deep-is": "
|
|
10023
|
-
"fast-levenshtein": "
|
|
10024
|
-
"levn": "
|
|
10025
|
-
"prelude-ls": "
|
|
10026
|
-
"type-check": "
|
|
10027
|
-
"word-wrap": "
|
|
9454
|
+
"deep-is": "~0.1.3",
|
|
9455
|
+
"fast-levenshtein": "~2.0.6",
|
|
9456
|
+
"levn": "~0.3.0",
|
|
9457
|
+
"prelude-ls": "~1.1.2",
|
|
9458
|
+
"type-check": "~0.3.2",
|
|
9459
|
+
"word-wrap": "~1.2.3"
|
|
10028
9460
|
},
|
|
10029
9461
|
"engines": {
|
|
10030
9462
|
"node": ">= 0.8.0"
|
|
@@ -10146,19 +9578,6 @@
|
|
|
10146
9578
|
"node": ">=0.10.0"
|
|
10147
9579
|
}
|
|
10148
9580
|
},
|
|
10149
|
-
"node_modules/parent-module": {
|
|
10150
|
-
"version": "1.0.1",
|
|
10151
|
-
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
|
10152
|
-
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
10153
|
-
"license": "MIT",
|
|
10154
|
-
"peer": true,
|
|
10155
|
-
"dependencies": {
|
|
10156
|
-
"callsites": "^3.0.0"
|
|
10157
|
-
},
|
|
10158
|
-
"engines": {
|
|
10159
|
-
"node": ">=6"
|
|
10160
|
-
}
|
|
10161
|
-
},
|
|
10162
9581
|
"node_modules/parse-json": {
|
|
10163
9582
|
"version": "5.2.0",
|
|
10164
9583
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
@@ -10536,11 +9955,9 @@
|
|
|
10536
9955
|
}
|
|
10537
9956
|
},
|
|
10538
9957
|
"node_modules/prelude-ls": {
|
|
10539
|
-
"version": "1.2
|
|
10540
|
-
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.
|
|
10541
|
-
"integrity": "sha512-
|
|
10542
|
-
"license": "MIT",
|
|
10543
|
-
"peer": true,
|
|
9958
|
+
"version": "1.1.2",
|
|
9959
|
+
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
|
|
9960
|
+
"integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
|
|
10544
9961
|
"engines": {
|
|
10545
9962
|
"node": ">= 0.8.0"
|
|
10546
9963
|
}
|
|
@@ -10719,29 +10136,6 @@
|
|
|
10719
10136
|
],
|
|
10720
10137
|
"license": "MIT"
|
|
10721
10138
|
},
|
|
10722
|
-
"node_modules/react": {
|
|
10723
|
-
"version": "19.2.3",
|
|
10724
|
-
"resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",
|
|
10725
|
-
"integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==",
|
|
10726
|
-
"license": "MIT",
|
|
10727
|
-
"peer": true,
|
|
10728
|
-
"engines": {
|
|
10729
|
-
"node": ">=0.10.0"
|
|
10730
|
-
}
|
|
10731
|
-
},
|
|
10732
|
-
"node_modules/react-dom": {
|
|
10733
|
-
"version": "19.2.3",
|
|
10734
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz",
|
|
10735
|
-
"integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==",
|
|
10736
|
-
"license": "MIT",
|
|
10737
|
-
"peer": true,
|
|
10738
|
-
"dependencies": {
|
|
10739
|
-
"scheduler": "^0.27.0"
|
|
10740
|
-
},
|
|
10741
|
-
"peerDependencies": {
|
|
10742
|
-
"react": "^19.2.3"
|
|
10743
|
-
}
|
|
10744
|
-
},
|
|
10745
10139
|
"node_modules/react-error-boundary": {
|
|
10746
10140
|
"version": "3.1.4",
|
|
10747
10141
|
"resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.4.tgz",
|
|
@@ -11218,13 +10612,6 @@
|
|
|
11218
10612
|
"node": ">=v12.22.7"
|
|
11219
10613
|
}
|
|
11220
10614
|
},
|
|
11221
|
-
"node_modules/scheduler": {
|
|
11222
|
-
"version": "0.27.0",
|
|
11223
|
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
11224
|
-
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
|
11225
|
-
"license": "MIT",
|
|
11226
|
-
"peer": true
|
|
11227
|
-
},
|
|
11228
10615
|
"node_modules/seed-random": {
|
|
11229
10616
|
"version": "2.2.0",
|
|
11230
10617
|
"resolved": "https://registry.npmjs.org/seed-random/-/seed-random-2.2.0.tgz",
|
|
@@ -11521,6 +10908,46 @@
|
|
|
11521
10908
|
"integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
|
|
11522
10909
|
"license": "MIT"
|
|
11523
10910
|
},
|
|
10911
|
+
"node_modules/static-eval": {
|
|
10912
|
+
"version": "2.0.2",
|
|
10913
|
+
"resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz",
|
|
10914
|
+
"integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==",
|
|
10915
|
+
"license": "MIT",
|
|
10916
|
+
"dependencies": {
|
|
10917
|
+
"escodegen": "^1.8.1"
|
|
10918
|
+
}
|
|
10919
|
+
},
|
|
10920
|
+
"node_modules/static-eval/node_modules/escodegen": {
|
|
10921
|
+
"version": "1.14.3",
|
|
10922
|
+
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
|
|
10923
|
+
"integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
|
|
10924
|
+
"license": "BSD-2-Clause",
|
|
10925
|
+
"dependencies": {
|
|
10926
|
+
"esprima": "^4.0.1",
|
|
10927
|
+
"estraverse": "^4.2.0",
|
|
10928
|
+
"esutils": "^2.0.2",
|
|
10929
|
+
"optionator": "^0.8.1"
|
|
10930
|
+
},
|
|
10931
|
+
"bin": {
|
|
10932
|
+
"escodegen": "bin/escodegen.js",
|
|
10933
|
+
"esgenerate": "bin/esgenerate.js"
|
|
10934
|
+
},
|
|
10935
|
+
"engines": {
|
|
10936
|
+
"node": ">=4.0"
|
|
10937
|
+
},
|
|
10938
|
+
"optionalDependencies": {
|
|
10939
|
+
"source-map": "~0.6.1"
|
|
10940
|
+
}
|
|
10941
|
+
},
|
|
10942
|
+
"node_modules/static-eval/node_modules/estraverse": {
|
|
10943
|
+
"version": "4.3.0",
|
|
10944
|
+
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
|
|
10945
|
+
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
|
|
10946
|
+
"license": "BSD-2-Clause",
|
|
10947
|
+
"engines": {
|
|
10948
|
+
"node": ">=4.0"
|
|
10949
|
+
}
|
|
10950
|
+
},
|
|
11524
10951
|
"node_modules/stop-iteration-iterator": {
|
|
11525
10952
|
"version": "1.1.0",
|
|
11526
10953
|
"resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
|
|
@@ -11883,13 +11310,12 @@
|
|
|
11883
11310
|
"license": "0BSD"
|
|
11884
11311
|
},
|
|
11885
11312
|
"node_modules/type-check": {
|
|
11886
|
-
"version": "0.
|
|
11887
|
-
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.
|
|
11888
|
-
"integrity": "sha512-
|
|
11313
|
+
"version": "0.3.2",
|
|
11314
|
+
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
|
|
11315
|
+
"integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
|
|
11889
11316
|
"license": "MIT",
|
|
11890
|
-
"peer": true,
|
|
11891
11317
|
"dependencies": {
|
|
11892
|
-
"prelude-ls": "
|
|
11318
|
+
"prelude-ls": "~1.1.2"
|
|
11893
11319
|
},
|
|
11894
11320
|
"engines": {
|
|
11895
11321
|
"node": ">= 0.8.0"
|
|
@@ -11994,21 +11420,6 @@
|
|
|
11994
11420
|
"url": "https://github.com/sponsors/ljharb"
|
|
11995
11421
|
}
|
|
11996
11422
|
},
|
|
11997
|
-
"node_modules/typescript": {
|
|
11998
|
-
"version": "5.1.6",
|
|
11999
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
|
|
12000
|
-
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
|
|
12001
|
-
"devOptional": true,
|
|
12002
|
-
"license": "Apache-2.0",
|
|
12003
|
-
"peer": true,
|
|
12004
|
-
"bin": {
|
|
12005
|
-
"tsc": "bin/tsc",
|
|
12006
|
-
"tsserver": "bin/tsserver"
|
|
12007
|
-
},
|
|
12008
|
-
"engines": {
|
|
12009
|
-
"node": ">=14.17"
|
|
12010
|
-
}
|
|
12011
|
-
},
|
|
12012
11423
|
"node_modules/unbox-primitive": {
|
|
12013
11424
|
"version": "1.1.0",
|
|
12014
11425
|
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
|
|
@@ -12028,6 +11439,12 @@
|
|
|
12028
11439
|
"url": "https://github.com/sponsors/ljharb"
|
|
12029
11440
|
}
|
|
12030
11441
|
},
|
|
11442
|
+
"node_modules/underscore": {
|
|
11443
|
+
"version": "1.12.1",
|
|
11444
|
+
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
|
|
11445
|
+
"integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
|
|
11446
|
+
"license": "MIT"
|
|
11447
|
+
},
|
|
12031
11448
|
"node_modules/undici-types": {
|
|
12032
11449
|
"version": "7.16.0",
|
|
12033
11450
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
@@ -12106,9 +11523,9 @@
|
|
|
12106
11523
|
}
|
|
12107
11524
|
},
|
|
12108
11525
|
"node_modules/update-browserslist-db": {
|
|
12109
|
-
"version": "1.2.
|
|
12110
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.
|
|
12111
|
-
"integrity": "sha512-
|
|
11526
|
+
"version": "1.2.3",
|
|
11527
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
11528
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
12112
11529
|
"funding": [
|
|
12113
11530
|
{
|
|
12114
11531
|
"type": "opencollective",
|
|
@@ -12144,16 +11561,6 @@
|
|
|
12144
11561
|
"tslib": "^2.0.3"
|
|
12145
11562
|
}
|
|
12146
11563
|
},
|
|
12147
|
-
"node_modules/uri-js": {
|
|
12148
|
-
"version": "4.4.1",
|
|
12149
|
-
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
12150
|
-
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
12151
|
-
"license": "BSD-2-Clause",
|
|
12152
|
-
"peer": true,
|
|
12153
|
-
"dependencies": {
|
|
12154
|
-
"punycode": "^2.1.0"
|
|
12155
|
-
}
|
|
12156
|
-
},
|
|
12157
11564
|
"node_modules/url-parse": {
|
|
12158
11565
|
"version": "1.5.10",
|
|
12159
11566
|
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
|
|
@@ -12450,7 +11857,6 @@
|
|
|
12450
11857
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
12451
11858
|
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
12452
11859
|
"license": "MIT",
|
|
12453
|
-
"peer": true,
|
|
12454
11860
|
"engines": {
|
|
12455
11861
|
"node": ">=0.10.0"
|
|
12456
11862
|
}
|