create-definedmotion 0.1.3 → 0.2.0
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/package.json +1 -1
- package/template/package-lock.json +313 -59
- package/template/package.json +1 -0
- package/template/src/entry.ts +3 -4
- package/template/src/example_scenes/alternativesScene.ts +1 -1
- package/template/src/example_scenes/fourierSeriesScene.ts +3 -3
- package/template/src/example_scenes/keyboardScene.ts +11 -11
- package/template/src/example_scenes/tests/animations/test_updater.ts +24 -0
- package/template/src/example_scenes/tests/deferred_anims/testing_deferredAnims.ts +71 -0
- package/template/src/example_scenes/tests/deferred_anims/testing_deferredAnims2.ts +65 -0
- package/template/src/example_scenes/tutorials/easy1.ts +4 -4
- package/template/src/example_scenes/tutorials/easy3.ts +1 -1
- package/template/src/example_scenes/visulizingFunctions.ts +2 -2
- package/template/src/main/index.ts +59 -3
- package/template/src/preload/index.ts +15 -1
- package/template/src/renderer/index.html +1 -1
- package/template/src/renderer/src/App.svelte +178 -23
- package/template/src/renderer/src/application_assets/360.svg +39 -0
- package/template/src/renderer/src/application_assets/move.svg +37 -0
- package/template/src/renderer/src/lib/animation/captureCanvas.ts +2 -2
- package/template/src/renderer/src/lib/animation/interpolations.ts +2 -1
- package/template/src/renderer/src/lib/general/helpers.ts +16 -47
- package/template/src/renderer/src/lib/scene/sceneClass.ts +100 -33
- package/template/src/renderer/src/lib/animation/helpers.ts +0 -7
- package/template/src/scenes/.gitignore +0 -5
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"@tailwindcss/vite": "^4.1.3",
|
|
15
15
|
"@types/three": "^0.175.0",
|
|
16
16
|
"alea": "^1.0.1",
|
|
17
|
+
"electron-store": "^8.2.0",
|
|
17
18
|
"flubber": "^0.4.2",
|
|
18
19
|
"mathjax": "^3.2.2",
|
|
19
20
|
"mathjax-full": "^3.2.2",
|
|
@@ -80,6 +81,7 @@
|
|
|
80
81
|
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
81
82
|
"dev": true,
|
|
82
83
|
"license": "MIT",
|
|
84
|
+
"peer": true,
|
|
83
85
|
"dependencies": {
|
|
84
86
|
"@babel/code-frame": "^7.27.1",
|
|
85
87
|
"@babel/generator": "^7.28.3",
|
|
@@ -2555,6 +2557,7 @@
|
|
|
2555
2557
|
"integrity": "sha512-Y1Cs7hhTc+a5E9Va/xwKlAJoariQyHY+5zBgCZg4PFWNYQ1nMN9sjK1zhw1gK69DuqVP++sht/1GZg1aRwmAXQ==",
|
|
2556
2558
|
"dev": true,
|
|
2557
2559
|
"license": "MIT",
|
|
2560
|
+
"peer": true,
|
|
2558
2561
|
"dependencies": {
|
|
2559
2562
|
"@sveltejs/vite-plugin-svelte-inspector": "^4.0.1",
|
|
2560
2563
|
"debug": "^4.4.1",
|
|
@@ -2951,6 +2954,7 @@
|
|
|
2951
2954
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.1.tgz",
|
|
2952
2955
|
"integrity": "sha512-rzSDyhn4cYznVG+PCzGe1lwuMYJrcBS1fc3JqSa2PvtABwWo+dZ1ij5OVok3tqfpEBCBoaR4d7upFJk73HRJDw==",
|
|
2953
2956
|
"license": "MIT",
|
|
2957
|
+
"peer": true,
|
|
2954
2958
|
"dependencies": {
|
|
2955
2959
|
"undici-types": "~6.21.0"
|
|
2956
2960
|
}
|
|
@@ -3080,6 +3084,7 @@
|
|
|
3080
3084
|
"integrity": "sha512-B7RIQiTsCBBmY+yW4+ILd6mF5h1FUwJsVvpqkrgpszYifetQ2Ke+Z4u6aZh0CblkUGIdR59iYVyXqqZGkZ3aBw==",
|
|
3081
3085
|
"dev": true,
|
|
3082
3086
|
"license": "MIT",
|
|
3087
|
+
"peer": true,
|
|
3083
3088
|
"dependencies": {
|
|
3084
3089
|
"@typescript-eslint/scope-manager": "8.43.0",
|
|
3085
3090
|
"@typescript-eslint/types": "8.43.0",
|
|
@@ -3341,6 +3346,7 @@
|
|
|
3341
3346
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
3342
3347
|
"dev": true,
|
|
3343
3348
|
"license": "MIT",
|
|
3349
|
+
"peer": true,
|
|
3344
3350
|
"bin": {
|
|
3345
3351
|
"acorn": "bin/acorn"
|
|
3346
3352
|
},
|
|
@@ -3401,6 +3407,7 @@
|
|
|
3401
3407
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
3402
3408
|
"dev": true,
|
|
3403
3409
|
"license": "MIT",
|
|
3410
|
+
"peer": true,
|
|
3404
3411
|
"dependencies": {
|
|
3405
3412
|
"fast-deep-equal": "^3.1.1",
|
|
3406
3413
|
"fast-json-stable-stringify": "^2.0.0",
|
|
@@ -3412,6 +3419,45 @@
|
|
|
3412
3419
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
3413
3420
|
}
|
|
3414
3421
|
},
|
|
3422
|
+
"node_modules/ajv-formats": {
|
|
3423
|
+
"version": "2.1.1",
|
|
3424
|
+
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
|
|
3425
|
+
"integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
|
|
3426
|
+
"license": "MIT",
|
|
3427
|
+
"dependencies": {
|
|
3428
|
+
"ajv": "^8.0.0"
|
|
3429
|
+
},
|
|
3430
|
+
"peerDependencies": {
|
|
3431
|
+
"ajv": "^8.0.0"
|
|
3432
|
+
},
|
|
3433
|
+
"peerDependenciesMeta": {
|
|
3434
|
+
"ajv": {
|
|
3435
|
+
"optional": true
|
|
3436
|
+
}
|
|
3437
|
+
}
|
|
3438
|
+
},
|
|
3439
|
+
"node_modules/ajv-formats/node_modules/ajv": {
|
|
3440
|
+
"version": "8.17.1",
|
|
3441
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
3442
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
3443
|
+
"license": "MIT",
|
|
3444
|
+
"dependencies": {
|
|
3445
|
+
"fast-deep-equal": "^3.1.3",
|
|
3446
|
+
"fast-uri": "^3.0.1",
|
|
3447
|
+
"json-schema-traverse": "^1.0.0",
|
|
3448
|
+
"require-from-string": "^2.0.2"
|
|
3449
|
+
},
|
|
3450
|
+
"funding": {
|
|
3451
|
+
"type": "github",
|
|
3452
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
"node_modules/ajv-formats/node_modules/json-schema-traverse": {
|
|
3456
|
+
"version": "1.0.0",
|
|
3457
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
3458
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
3459
|
+
"license": "MIT"
|
|
3460
|
+
},
|
|
3415
3461
|
"node_modules/ajv-keywords": {
|
|
3416
3462
|
"version": "3.5.2",
|
|
3417
3463
|
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
|
|
@@ -3608,7 +3654,6 @@
|
|
|
3608
3654
|
"integrity": "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==",
|
|
3609
3655
|
"dev": true,
|
|
3610
3656
|
"license": "MIT",
|
|
3611
|
-
"peer": true,
|
|
3612
3657
|
"dependencies": {
|
|
3613
3658
|
"archiver-utils": "^2.1.0",
|
|
3614
3659
|
"async": "^3.2.4",
|
|
@@ -3628,7 +3673,6 @@
|
|
|
3628
3673
|
"integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==",
|
|
3629
3674
|
"dev": true,
|
|
3630
3675
|
"license": "MIT",
|
|
3631
|
-
"peer": true,
|
|
3632
3676
|
"dependencies": {
|
|
3633
3677
|
"glob": "^7.1.4",
|
|
3634
3678
|
"graceful-fs": "^4.2.0",
|
|
@@ -3651,7 +3695,6 @@
|
|
|
3651
3695
|
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
3652
3696
|
"dev": true,
|
|
3653
3697
|
"license": "MIT",
|
|
3654
|
-
"peer": true,
|
|
3655
3698
|
"dependencies": {
|
|
3656
3699
|
"core-util-is": "~1.0.0",
|
|
3657
3700
|
"inherits": "~2.0.3",
|
|
@@ -3667,8 +3710,7 @@
|
|
|
3667
3710
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
3668
3711
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
3669
3712
|
"dev": true,
|
|
3670
|
-
"license": "MIT"
|
|
3671
|
-
"peer": true
|
|
3713
|
+
"license": "MIT"
|
|
3672
3714
|
},
|
|
3673
3715
|
"node_modules/archiver-utils/node_modules/string_decoder": {
|
|
3674
3716
|
"version": "1.1.1",
|
|
@@ -3676,7 +3718,6 @@
|
|
|
3676
3718
|
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
3677
3719
|
"dev": true,
|
|
3678
3720
|
"license": "MIT",
|
|
3679
|
-
"peer": true,
|
|
3680
3721
|
"dependencies": {
|
|
3681
3722
|
"safe-buffer": "~5.1.0"
|
|
3682
3723
|
}
|
|
@@ -3769,6 +3810,15 @@
|
|
|
3769
3810
|
"node": ">= 4.0.0"
|
|
3770
3811
|
}
|
|
3771
3812
|
},
|
|
3813
|
+
"node_modules/atomically": {
|
|
3814
|
+
"version": "1.7.0",
|
|
3815
|
+
"resolved": "https://registry.npmjs.org/atomically/-/atomically-1.7.0.tgz",
|
|
3816
|
+
"integrity": "sha512-Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w==",
|
|
3817
|
+
"license": "MIT",
|
|
3818
|
+
"engines": {
|
|
3819
|
+
"node": ">=10.12.0"
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3772
3822
|
"node_modules/axobject-query": {
|
|
3773
3823
|
"version": "4.1.0",
|
|
3774
3824
|
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
|
|
@@ -3897,6 +3947,7 @@
|
|
|
3897
3947
|
}
|
|
3898
3948
|
],
|
|
3899
3949
|
"license": "MIT",
|
|
3950
|
+
"peer": true,
|
|
3900
3951
|
"dependencies": {
|
|
3901
3952
|
"caniuse-lite": "^1.0.30001737",
|
|
3902
3953
|
"electron-to-chromium": "^1.5.211",
|
|
@@ -4486,7 +4537,6 @@
|
|
|
4486
4537
|
"integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
|
|
4487
4538
|
"dev": true,
|
|
4488
4539
|
"license": "MIT",
|
|
4489
|
-
"peer": true,
|
|
4490
4540
|
"dependencies": {
|
|
4491
4541
|
"buffer-crc32": "^0.2.13",
|
|
4492
4542
|
"crc32-stream": "^4.0.2",
|
|
@@ -4504,6 +4554,64 @@
|
|
|
4504
4554
|
"dev": true,
|
|
4505
4555
|
"license": "MIT"
|
|
4506
4556
|
},
|
|
4557
|
+
"node_modules/conf": {
|
|
4558
|
+
"version": "10.2.0",
|
|
4559
|
+
"resolved": "https://registry.npmjs.org/conf/-/conf-10.2.0.tgz",
|
|
4560
|
+
"integrity": "sha512-8fLl9F04EJqjSqH+QjITQfJF8BrOVaYr1jewVgSRAEWePfxT0sku4w2hrGQ60BC/TNLGQ2pgxNlTbWQmMPFvXg==",
|
|
4561
|
+
"license": "MIT",
|
|
4562
|
+
"dependencies": {
|
|
4563
|
+
"ajv": "^8.6.3",
|
|
4564
|
+
"ajv-formats": "^2.1.1",
|
|
4565
|
+
"atomically": "^1.7.0",
|
|
4566
|
+
"debounce-fn": "^4.0.0",
|
|
4567
|
+
"dot-prop": "^6.0.1",
|
|
4568
|
+
"env-paths": "^2.2.1",
|
|
4569
|
+
"json-schema-typed": "^7.0.3",
|
|
4570
|
+
"onetime": "^5.1.2",
|
|
4571
|
+
"pkg-up": "^3.1.0",
|
|
4572
|
+
"semver": "^7.3.5"
|
|
4573
|
+
},
|
|
4574
|
+
"engines": {
|
|
4575
|
+
"node": ">=12"
|
|
4576
|
+
},
|
|
4577
|
+
"funding": {
|
|
4578
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4579
|
+
}
|
|
4580
|
+
},
|
|
4581
|
+
"node_modules/conf/node_modules/ajv": {
|
|
4582
|
+
"version": "8.17.1",
|
|
4583
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
4584
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
4585
|
+
"license": "MIT",
|
|
4586
|
+
"dependencies": {
|
|
4587
|
+
"fast-deep-equal": "^3.1.3",
|
|
4588
|
+
"fast-uri": "^3.0.1",
|
|
4589
|
+
"json-schema-traverse": "^1.0.0",
|
|
4590
|
+
"require-from-string": "^2.0.2"
|
|
4591
|
+
},
|
|
4592
|
+
"funding": {
|
|
4593
|
+
"type": "github",
|
|
4594
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
4595
|
+
}
|
|
4596
|
+
},
|
|
4597
|
+
"node_modules/conf/node_modules/json-schema-traverse": {
|
|
4598
|
+
"version": "1.0.0",
|
|
4599
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
4600
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
4601
|
+
"license": "MIT"
|
|
4602
|
+
},
|
|
4603
|
+
"node_modules/conf/node_modules/semver": {
|
|
4604
|
+
"version": "7.7.3",
|
|
4605
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
4606
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
4607
|
+
"license": "ISC",
|
|
4608
|
+
"bin": {
|
|
4609
|
+
"semver": "bin/semver.js"
|
|
4610
|
+
},
|
|
4611
|
+
"engines": {
|
|
4612
|
+
"node": ">=10"
|
|
4613
|
+
}
|
|
4614
|
+
},
|
|
4507
4615
|
"node_modules/config-file-ts": {
|
|
4508
4616
|
"version": "0.2.8-rc1",
|
|
4509
4617
|
"resolved": "https://registry.npmjs.org/config-file-ts/-/config-file-ts-0.2.8-rc1.tgz",
|
|
@@ -4610,7 +4718,6 @@
|
|
|
4610
4718
|
"integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
|
|
4611
4719
|
"dev": true,
|
|
4612
4720
|
"license": "Apache-2.0",
|
|
4613
|
-
"peer": true,
|
|
4614
4721
|
"bin": {
|
|
4615
4722
|
"crc32": "bin/crc32.njs"
|
|
4616
4723
|
},
|
|
@@ -4624,7 +4731,6 @@
|
|
|
4624
4731
|
"integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==",
|
|
4625
4732
|
"dev": true,
|
|
4626
4733
|
"license": "MIT",
|
|
4627
|
-
"peer": true,
|
|
4628
4734
|
"dependencies": {
|
|
4629
4735
|
"crc-32": "^1.2.0",
|
|
4630
4736
|
"readable-stream": "^3.4.0"
|
|
@@ -4673,6 +4779,30 @@
|
|
|
4673
4779
|
"integrity": "sha512-k+RF7WvI08PC8reEoXa/w2nSg5AUMTi+peBD9cmFc+0ixHfbs4QmxxkarVal1IkVkgxVuk9JSHhJURHiyHKAuQ==",
|
|
4674
4780
|
"license": "BSD-3-Clause"
|
|
4675
4781
|
},
|
|
4782
|
+
"node_modules/debounce-fn": {
|
|
4783
|
+
"version": "4.0.0",
|
|
4784
|
+
"resolved": "https://registry.npmjs.org/debounce-fn/-/debounce-fn-4.0.0.tgz",
|
|
4785
|
+
"integrity": "sha512-8pYCQiL9Xdcg0UPSD3d+0KMlOjp+KGU5EPwYddgzQ7DATsg4fuUDjQtsYLmWjnk2obnNHgV3vE2Y4jejSOJVBQ==",
|
|
4786
|
+
"license": "MIT",
|
|
4787
|
+
"dependencies": {
|
|
4788
|
+
"mimic-fn": "^3.0.0"
|
|
4789
|
+
},
|
|
4790
|
+
"engines": {
|
|
4791
|
+
"node": ">=10"
|
|
4792
|
+
},
|
|
4793
|
+
"funding": {
|
|
4794
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4795
|
+
}
|
|
4796
|
+
},
|
|
4797
|
+
"node_modules/debounce-fn/node_modules/mimic-fn": {
|
|
4798
|
+
"version": "3.1.0",
|
|
4799
|
+
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz",
|
|
4800
|
+
"integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==",
|
|
4801
|
+
"license": "MIT",
|
|
4802
|
+
"engines": {
|
|
4803
|
+
"node": ">=8"
|
|
4804
|
+
}
|
|
4805
|
+
},
|
|
4676
4806
|
"node_modules/debug": {
|
|
4677
4807
|
"version": "4.4.1",
|
|
4678
4808
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
|
@@ -4855,6 +4985,7 @@
|
|
|
4855
4985
|
"integrity": "sha512-NoXo6Liy2heSklTI5OIZbCgXC1RzrDQsZkeEwXhdOro3FT1VBOvbubvscdPnjVuQ4AMwwv61oaH96AbiYg9EnQ==",
|
|
4856
4986
|
"dev": true,
|
|
4857
4987
|
"license": "MIT",
|
|
4988
|
+
"peer": true,
|
|
4858
4989
|
"dependencies": {
|
|
4859
4990
|
"app-builder-lib": "25.1.8",
|
|
4860
4991
|
"builder-util": "25.1.7",
|
|
@@ -4932,6 +5063,21 @@
|
|
|
4932
5063
|
"node": ">=8"
|
|
4933
5064
|
}
|
|
4934
5065
|
},
|
|
5066
|
+
"node_modules/dot-prop": {
|
|
5067
|
+
"version": "6.0.1",
|
|
5068
|
+
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz",
|
|
5069
|
+
"integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
|
|
5070
|
+
"license": "MIT",
|
|
5071
|
+
"dependencies": {
|
|
5072
|
+
"is-obj": "^2.0.0"
|
|
5073
|
+
},
|
|
5074
|
+
"engines": {
|
|
5075
|
+
"node": ">=10"
|
|
5076
|
+
},
|
|
5077
|
+
"funding": {
|
|
5078
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5079
|
+
}
|
|
5080
|
+
},
|
|
4935
5081
|
"node_modules/dotenv": {
|
|
4936
5082
|
"version": "16.6.1",
|
|
4937
5083
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
|
|
@@ -5011,6 +5157,7 @@
|
|
|
5011
5157
|
"integrity": "sha512-dnL+JvLraKZl7iusXTVTGYs10TKfzUi30uEDTqsmTm0guN9V2tbOjTzyIZbh9n3ygUjgEYyo+igAwMRXIi3IPw==",
|
|
5012
5158
|
"hasInstallScript": true,
|
|
5013
5159
|
"license": "MIT",
|
|
5160
|
+
"peer": true,
|
|
5014
5161
|
"dependencies": {
|
|
5015
5162
|
"@electron/get": "^2.0.0",
|
|
5016
5163
|
"@types/node": "^22.7.7",
|
|
@@ -5055,7 +5202,6 @@
|
|
|
5055
5202
|
"integrity": "sha512-2ntkJ+9+0GFP6nAISiMabKt6eqBB0kX1QqHNWFWAXgi0VULKGisM46luRFpIBiU3u/TDmhZMM8tzvo2Abn3ayg==",
|
|
5056
5203
|
"dev": true,
|
|
5057
5204
|
"license": "MIT",
|
|
5058
|
-
"peer": true,
|
|
5059
5205
|
"dependencies": {
|
|
5060
5206
|
"app-builder-lib": "25.1.8",
|
|
5061
5207
|
"archiver": "^5.3.1",
|
|
@@ -5069,7 +5215,6 @@
|
|
|
5069
5215
|
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
5070
5216
|
"dev": true,
|
|
5071
5217
|
"license": "MIT",
|
|
5072
|
-
"peer": true,
|
|
5073
5218
|
"dependencies": {
|
|
5074
5219
|
"graceful-fs": "^4.2.0",
|
|
5075
5220
|
"jsonfile": "^6.0.1",
|
|
@@ -5085,7 +5230,6 @@
|
|
|
5085
5230
|
"integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
|
|
5086
5231
|
"dev": true,
|
|
5087
5232
|
"license": "MIT",
|
|
5088
|
-
"peer": true,
|
|
5089
5233
|
"dependencies": {
|
|
5090
5234
|
"universalify": "^2.0.0"
|
|
5091
5235
|
},
|
|
@@ -5099,7 +5243,6 @@
|
|
|
5099
5243
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
5100
5244
|
"dev": true,
|
|
5101
5245
|
"license": "MIT",
|
|
5102
|
-
"peer": true,
|
|
5103
5246
|
"engines": {
|
|
5104
5247
|
"node": ">= 10.0.0"
|
|
5105
5248
|
}
|
|
@@ -5196,6 +5339,31 @@
|
|
|
5196
5339
|
"node": ">= 10.0.0"
|
|
5197
5340
|
}
|
|
5198
5341
|
},
|
|
5342
|
+
"node_modules/electron-store": {
|
|
5343
|
+
"version": "8.2.0",
|
|
5344
|
+
"resolved": "https://registry.npmjs.org/electron-store/-/electron-store-8.2.0.tgz",
|
|
5345
|
+
"integrity": "sha512-ukLL5Bevdil6oieAOXz3CMy+OgaItMiVBg701MNlG6W5RaC0AHN7rvlqTCmeb6O7jP0Qa1KKYTE0xV0xbhF4Hw==",
|
|
5346
|
+
"license": "MIT",
|
|
5347
|
+
"dependencies": {
|
|
5348
|
+
"conf": "^10.2.0",
|
|
5349
|
+
"type-fest": "^2.17.0"
|
|
5350
|
+
},
|
|
5351
|
+
"funding": {
|
|
5352
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5353
|
+
}
|
|
5354
|
+
},
|
|
5355
|
+
"node_modules/electron-store/node_modules/type-fest": {
|
|
5356
|
+
"version": "2.19.0",
|
|
5357
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
|
|
5358
|
+
"integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
|
|
5359
|
+
"license": "(MIT OR CC0-1.0)",
|
|
5360
|
+
"engines": {
|
|
5361
|
+
"node": ">=12.20"
|
|
5362
|
+
},
|
|
5363
|
+
"funding": {
|
|
5364
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5365
|
+
}
|
|
5366
|
+
},
|
|
5199
5367
|
"node_modules/electron-to-chromium": {
|
|
5200
5368
|
"version": "1.5.215",
|
|
5201
5369
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.215.tgz",
|
|
@@ -5415,6 +5583,7 @@
|
|
|
5415
5583
|
"integrity": "sha512-QePbBFMJFjgmlE+cXAlbHZbHpdFVS2E/6vzCy7aKlebddvl1vadiC4JFV5u/wqTkNUwEV8WrQi257jf5f06hrg==",
|
|
5416
5584
|
"dev": true,
|
|
5417
5585
|
"license": "MIT",
|
|
5586
|
+
"peer": true,
|
|
5418
5587
|
"dependencies": {
|
|
5419
5588
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5420
5589
|
"@eslint-community/regexpp": "^4.12.1",
|
|
@@ -5505,6 +5674,7 @@
|
|
|
5505
5674
|
"integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
|
|
5506
5675
|
"dev": true,
|
|
5507
5676
|
"license": "MIT",
|
|
5677
|
+
"peer": true,
|
|
5508
5678
|
"bin": {
|
|
5509
5679
|
"eslint-config-prettier": "bin/cli.js"
|
|
5510
5680
|
},
|
|
@@ -5776,7 +5946,6 @@
|
|
|
5776
5946
|
"version": "3.1.3",
|
|
5777
5947
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
5778
5948
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
5779
|
-
"dev": true,
|
|
5780
5949
|
"license": "MIT"
|
|
5781
5950
|
},
|
|
5782
5951
|
"node_modules/fast-diff": {
|
|
@@ -5830,6 +5999,22 @@
|
|
|
5830
5999
|
"dev": true,
|
|
5831
6000
|
"license": "MIT"
|
|
5832
6001
|
},
|
|
6002
|
+
"node_modules/fast-uri": {
|
|
6003
|
+
"version": "3.1.0",
|
|
6004
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
|
|
6005
|
+
"integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
|
|
6006
|
+
"funding": [
|
|
6007
|
+
{
|
|
6008
|
+
"type": "github",
|
|
6009
|
+
"url": "https://github.com/sponsors/fastify"
|
|
6010
|
+
},
|
|
6011
|
+
{
|
|
6012
|
+
"type": "opencollective",
|
|
6013
|
+
"url": "https://opencollective.com/fastify"
|
|
6014
|
+
}
|
|
6015
|
+
],
|
|
6016
|
+
"license": "BSD-3-Clause"
|
|
6017
|
+
},
|
|
5833
6018
|
"node_modules/fastq": {
|
|
5834
6019
|
"version": "1.19.1",
|
|
5835
6020
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
|
|
@@ -6035,8 +6220,7 @@
|
|
|
6035
6220
|
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
6036
6221
|
"integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
6037
6222
|
"dev": true,
|
|
6038
|
-
"license": "MIT"
|
|
6039
|
-
"peer": true
|
|
6223
|
+
"license": "MIT"
|
|
6040
6224
|
},
|
|
6041
6225
|
"node_modules/fs-extra": {
|
|
6042
6226
|
"version": "8.1.0",
|
|
@@ -6727,6 +6911,15 @@
|
|
|
6727
6911
|
"node": ">=0.12.0"
|
|
6728
6912
|
}
|
|
6729
6913
|
},
|
|
6914
|
+
"node_modules/is-obj": {
|
|
6915
|
+
"version": "2.0.0",
|
|
6916
|
+
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
|
|
6917
|
+
"integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
|
|
6918
|
+
"license": "MIT",
|
|
6919
|
+
"engines": {
|
|
6920
|
+
"node": ">=8"
|
|
6921
|
+
}
|
|
6922
|
+
},
|
|
6730
6923
|
"node_modules/is-reference": {
|
|
6731
6924
|
"version": "3.0.3",
|
|
6732
6925
|
"resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.3.tgz",
|
|
@@ -6755,8 +6948,7 @@
|
|
|
6755
6948
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
6756
6949
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
6757
6950
|
"dev": true,
|
|
6758
|
-
"license": "MIT"
|
|
6759
|
-
"peer": true
|
|
6951
|
+
"license": "MIT"
|
|
6760
6952
|
},
|
|
6761
6953
|
"node_modules/isbinaryfile": {
|
|
6762
6954
|
"version": "5.0.6",
|
|
@@ -6867,6 +7059,12 @@
|
|
|
6867
7059
|
"dev": true,
|
|
6868
7060
|
"license": "MIT"
|
|
6869
7061
|
},
|
|
7062
|
+
"node_modules/json-schema-typed": {
|
|
7063
|
+
"version": "7.0.3",
|
|
7064
|
+
"resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-7.0.3.tgz",
|
|
7065
|
+
"integrity": "sha512-7DE8mpG+/fVw+dTpjbxnx47TaMnDfOI1jwft9g1VybltZCduyRQPJPvc+zzKY9WPHxhPWczyFuYa6I8Mw4iU5A==",
|
|
7066
|
+
"license": "BSD-2-Clause"
|
|
7067
|
+
},
|
|
6870
7068
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
6871
7069
|
"version": "1.0.1",
|
|
6872
7070
|
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
@@ -6942,7 +7140,6 @@
|
|
|
6942
7140
|
"integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
|
|
6943
7141
|
"dev": true,
|
|
6944
7142
|
"license": "MIT",
|
|
6945
|
-
"peer": true,
|
|
6946
7143
|
"dependencies": {
|
|
6947
7144
|
"readable-stream": "^2.0.5"
|
|
6948
7145
|
},
|
|
@@ -6956,7 +7153,6 @@
|
|
|
6956
7153
|
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
6957
7154
|
"dev": true,
|
|
6958
7155
|
"license": "MIT",
|
|
6959
|
-
"peer": true,
|
|
6960
7156
|
"dependencies": {
|
|
6961
7157
|
"core-util-is": "~1.0.0",
|
|
6962
7158
|
"inherits": "~2.0.3",
|
|
@@ -6972,8 +7168,7 @@
|
|
|
6972
7168
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
6973
7169
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
6974
7170
|
"dev": true,
|
|
6975
|
-
"license": "MIT"
|
|
6976
|
-
"peer": true
|
|
7171
|
+
"license": "MIT"
|
|
6977
7172
|
},
|
|
6978
7173
|
"node_modules/lazystream/node_modules/string_decoder": {
|
|
6979
7174
|
"version": "1.1.1",
|
|
@@ -6981,7 +7176,6 @@
|
|
|
6981
7176
|
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
6982
7177
|
"dev": true,
|
|
6983
7178
|
"license": "MIT",
|
|
6984
|
-
"peer": true,
|
|
6985
7179
|
"dependencies": {
|
|
6986
7180
|
"safe-buffer": "~5.1.0"
|
|
6987
7181
|
}
|
|
@@ -7273,32 +7467,28 @@
|
|
|
7273
7467
|
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
|
|
7274
7468
|
"integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
|
|
7275
7469
|
"dev": true,
|
|
7276
|
-
"license": "MIT"
|
|
7277
|
-
"peer": true
|
|
7470
|
+
"license": "MIT"
|
|
7278
7471
|
},
|
|
7279
7472
|
"node_modules/lodash.difference": {
|
|
7280
7473
|
"version": "4.5.0",
|
|
7281
7474
|
"resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz",
|
|
7282
7475
|
"integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==",
|
|
7283
7476
|
"dev": true,
|
|
7284
|
-
"license": "MIT"
|
|
7285
|
-
"peer": true
|
|
7477
|
+
"license": "MIT"
|
|
7286
7478
|
},
|
|
7287
7479
|
"node_modules/lodash.flatten": {
|
|
7288
7480
|
"version": "4.4.0",
|
|
7289
7481
|
"resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
|
|
7290
7482
|
"integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==",
|
|
7291
7483
|
"dev": true,
|
|
7292
|
-
"license": "MIT"
|
|
7293
|
-
"peer": true
|
|
7484
|
+
"license": "MIT"
|
|
7294
7485
|
},
|
|
7295
7486
|
"node_modules/lodash.isplainobject": {
|
|
7296
7487
|
"version": "4.0.6",
|
|
7297
7488
|
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
7298
7489
|
"integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
|
|
7299
7490
|
"dev": true,
|
|
7300
|
-
"license": "MIT"
|
|
7301
|
-
"peer": true
|
|
7491
|
+
"license": "MIT"
|
|
7302
7492
|
},
|
|
7303
7493
|
"node_modules/lodash.merge": {
|
|
7304
7494
|
"version": "4.6.2",
|
|
@@ -7312,8 +7502,7 @@
|
|
|
7312
7502
|
"resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz",
|
|
7313
7503
|
"integrity": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==",
|
|
7314
7504
|
"dev": true,
|
|
7315
|
-
"license": "MIT"
|
|
7316
|
-
"peer": true
|
|
7505
|
+
"license": "MIT"
|
|
7317
7506
|
},
|
|
7318
7507
|
"node_modules/log-symbols": {
|
|
7319
7508
|
"version": "4.1.0",
|
|
@@ -7570,7 +7759,6 @@
|
|
|
7570
7759
|
"version": "2.1.0",
|
|
7571
7760
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
7572
7761
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
7573
|
-
"dev": true,
|
|
7574
7762
|
"license": "MIT",
|
|
7575
7763
|
"engines": {
|
|
7576
7764
|
"node": ">=6"
|
|
@@ -7952,7 +8140,6 @@
|
|
|
7952
8140
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
7953
8141
|
"dev": true,
|
|
7954
8142
|
"license": "MIT",
|
|
7955
|
-
"peer": true,
|
|
7956
8143
|
"engines": {
|
|
7957
8144
|
"node": ">=0.10.0"
|
|
7958
8145
|
}
|
|
@@ -8009,7 +8196,6 @@
|
|
|
8009
8196
|
"version": "5.1.2",
|
|
8010
8197
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
8011
8198
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
8012
|
-
"dev": true,
|
|
8013
8199
|
"license": "MIT",
|
|
8014
8200
|
"dependencies": {
|
|
8015
8201
|
"mimic-fn": "^2.1.0"
|
|
@@ -8120,6 +8306,15 @@
|
|
|
8120
8306
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8121
8307
|
}
|
|
8122
8308
|
},
|
|
8309
|
+
"node_modules/p-try": {
|
|
8310
|
+
"version": "2.2.0",
|
|
8311
|
+
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
|
|
8312
|
+
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
|
|
8313
|
+
"license": "MIT",
|
|
8314
|
+
"engines": {
|
|
8315
|
+
"node": ">=6"
|
|
8316
|
+
}
|
|
8317
|
+
},
|
|
8123
8318
|
"node_modules/package-json-from-dist": {
|
|
8124
8319
|
"version": "1.0.1",
|
|
8125
8320
|
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
@@ -8236,6 +8431,7 @@
|
|
|
8236
8431
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
8237
8432
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
8238
8433
|
"license": "MIT",
|
|
8434
|
+
"peer": true,
|
|
8239
8435
|
"engines": {
|
|
8240
8436
|
"node": ">=12"
|
|
8241
8437
|
},
|
|
@@ -8243,6 +8439,79 @@
|
|
|
8243
8439
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
8244
8440
|
}
|
|
8245
8441
|
},
|
|
8442
|
+
"node_modules/pkg-up": {
|
|
8443
|
+
"version": "3.1.0",
|
|
8444
|
+
"resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
|
|
8445
|
+
"integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
|
|
8446
|
+
"license": "MIT",
|
|
8447
|
+
"dependencies": {
|
|
8448
|
+
"find-up": "^3.0.0"
|
|
8449
|
+
},
|
|
8450
|
+
"engines": {
|
|
8451
|
+
"node": ">=8"
|
|
8452
|
+
}
|
|
8453
|
+
},
|
|
8454
|
+
"node_modules/pkg-up/node_modules/find-up": {
|
|
8455
|
+
"version": "3.0.0",
|
|
8456
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
|
|
8457
|
+
"integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
|
|
8458
|
+
"license": "MIT",
|
|
8459
|
+
"dependencies": {
|
|
8460
|
+
"locate-path": "^3.0.0"
|
|
8461
|
+
},
|
|
8462
|
+
"engines": {
|
|
8463
|
+
"node": ">=6"
|
|
8464
|
+
}
|
|
8465
|
+
},
|
|
8466
|
+
"node_modules/pkg-up/node_modules/locate-path": {
|
|
8467
|
+
"version": "3.0.0",
|
|
8468
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
|
|
8469
|
+
"integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
|
|
8470
|
+
"license": "MIT",
|
|
8471
|
+
"dependencies": {
|
|
8472
|
+
"p-locate": "^3.0.0",
|
|
8473
|
+
"path-exists": "^3.0.0"
|
|
8474
|
+
},
|
|
8475
|
+
"engines": {
|
|
8476
|
+
"node": ">=6"
|
|
8477
|
+
}
|
|
8478
|
+
},
|
|
8479
|
+
"node_modules/pkg-up/node_modules/p-limit": {
|
|
8480
|
+
"version": "2.3.0",
|
|
8481
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
|
8482
|
+
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
|
|
8483
|
+
"license": "MIT",
|
|
8484
|
+
"dependencies": {
|
|
8485
|
+
"p-try": "^2.0.0"
|
|
8486
|
+
},
|
|
8487
|
+
"engines": {
|
|
8488
|
+
"node": ">=6"
|
|
8489
|
+
},
|
|
8490
|
+
"funding": {
|
|
8491
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8492
|
+
}
|
|
8493
|
+
},
|
|
8494
|
+
"node_modules/pkg-up/node_modules/p-locate": {
|
|
8495
|
+
"version": "3.0.0",
|
|
8496
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
|
|
8497
|
+
"integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
|
|
8498
|
+
"license": "MIT",
|
|
8499
|
+
"dependencies": {
|
|
8500
|
+
"p-limit": "^2.0.0"
|
|
8501
|
+
},
|
|
8502
|
+
"engines": {
|
|
8503
|
+
"node": ">=6"
|
|
8504
|
+
}
|
|
8505
|
+
},
|
|
8506
|
+
"node_modules/pkg-up/node_modules/path-exists": {
|
|
8507
|
+
"version": "3.0.0",
|
|
8508
|
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
|
8509
|
+
"integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
|
|
8510
|
+
"license": "MIT",
|
|
8511
|
+
"engines": {
|
|
8512
|
+
"node": ">=4"
|
|
8513
|
+
}
|
|
8514
|
+
},
|
|
8246
8515
|
"node_modules/plist": {
|
|
8247
8516
|
"version": "3.1.0",
|
|
8248
8517
|
"resolved": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz",
|
|
@@ -8277,6 +8546,7 @@
|
|
|
8277
8546
|
}
|
|
8278
8547
|
],
|
|
8279
8548
|
"license": "MIT",
|
|
8549
|
+
"peer": true,
|
|
8280
8550
|
"dependencies": {
|
|
8281
8551
|
"nanoid": "^3.3.11",
|
|
8282
8552
|
"picocolors": "^1.1.1",
|
|
@@ -8400,6 +8670,7 @@
|
|
|
8400
8670
|
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
|
|
8401
8671
|
"dev": true,
|
|
8402
8672
|
"license": "MIT",
|
|
8673
|
+
"peer": true,
|
|
8403
8674
|
"bin": {
|
|
8404
8675
|
"prettier": "bin/prettier.cjs"
|
|
8405
8676
|
},
|
|
@@ -8439,8 +8710,7 @@
|
|
|
8439
8710
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
8440
8711
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
8441
8712
|
"dev": true,
|
|
8442
|
-
"license": "MIT"
|
|
8443
|
-
"peer": true
|
|
8713
|
+
"license": "MIT"
|
|
8444
8714
|
},
|
|
8445
8715
|
"node_modules/progress": {
|
|
8446
8716
|
"version": "2.0.3",
|
|
@@ -8559,7 +8829,6 @@
|
|
|
8559
8829
|
"integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
|
|
8560
8830
|
"dev": true,
|
|
8561
8831
|
"license": "Apache-2.0",
|
|
8562
|
-
"peer": true,
|
|
8563
8832
|
"dependencies": {
|
|
8564
8833
|
"minimatch": "^5.1.0"
|
|
8565
8834
|
}
|
|
@@ -8570,7 +8839,6 @@
|
|
|
8570
8839
|
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
8571
8840
|
"dev": true,
|
|
8572
8841
|
"license": "MIT",
|
|
8573
|
-
"peer": true,
|
|
8574
8842
|
"dependencies": {
|
|
8575
8843
|
"balanced-match": "^1.0.0"
|
|
8576
8844
|
}
|
|
@@ -8581,7 +8849,6 @@
|
|
|
8581
8849
|
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
8582
8850
|
"dev": true,
|
|
8583
8851
|
"license": "ISC",
|
|
8584
|
-
"peer": true,
|
|
8585
8852
|
"dependencies": {
|
|
8586
8853
|
"brace-expansion": "^2.0.1"
|
|
8587
8854
|
},
|
|
@@ -9298,6 +9565,7 @@
|
|
|
9298
9565
|
"integrity": "sha512-UDpTbM/iuZ4MaMnn4ODB3rf5JKDyPOi5oJcopP0j7YHQ9BuJtsAqsR71r2N6AnJf7ygbalTJU5y8eSWGAQZjlQ==",
|
|
9299
9566
|
"dev": true,
|
|
9300
9567
|
"license": "MIT",
|
|
9568
|
+
"peer": true,
|
|
9301
9569
|
"dependencies": {
|
|
9302
9570
|
"@jridgewell/remapping": "^2.3.4",
|
|
9303
9571
|
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
@@ -9503,7 +9771,6 @@
|
|
|
9503
9771
|
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
9504
9772
|
"dev": true,
|
|
9505
9773
|
"license": "MIT",
|
|
9506
|
-
"peer": true,
|
|
9507
9774
|
"dependencies": {
|
|
9508
9775
|
"bl": "^4.0.3",
|
|
9509
9776
|
"end-of-stream": "^1.4.1",
|
|
@@ -9622,7 +9889,8 @@
|
|
|
9622
9889
|
"version": "0.175.0",
|
|
9623
9890
|
"resolved": "https://registry.npmjs.org/three/-/three-0.175.0.tgz",
|
|
9624
9891
|
"integrity": "sha512-nNE3pnTHxXN/Phw768u0Grr7W4+rumGg/H6PgeseNJojkJtmeHJfZWi41Gp2mpXl1pg1pf1zjwR4McM1jTqkpg==",
|
|
9625
|
-
"license": "MIT"
|
|
9892
|
+
"license": "MIT",
|
|
9893
|
+
"peer": true
|
|
9626
9894
|
},
|
|
9627
9895
|
"node_modules/three.meshline": {
|
|
9628
9896
|
"version": "1.4.0",
|
|
@@ -9800,6 +10068,7 @@
|
|
|
9800
10068
|
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
|
|
9801
10069
|
"dev": true,
|
|
9802
10070
|
"license": "Apache-2.0",
|
|
10071
|
+
"peer": true,
|
|
9803
10072
|
"bin": {
|
|
9804
10073
|
"tsc": "bin/tsc",
|
|
9805
10074
|
"tsserver": "bin/tsserver"
|
|
@@ -9949,6 +10218,7 @@
|
|
|
9949
10218
|
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz",
|
|
9950
10219
|
"integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==",
|
|
9951
10220
|
"license": "MIT",
|
|
10221
|
+
"peer": true,
|
|
9952
10222
|
"dependencies": {
|
|
9953
10223
|
"esbuild": "^0.25.0",
|
|
9954
10224
|
"fdir": "^6.4.4",
|
|
@@ -10183,20 +10453,6 @@
|
|
|
10183
10453
|
"dev": true,
|
|
10184
10454
|
"license": "ISC"
|
|
10185
10455
|
},
|
|
10186
|
-
"node_modules/yaml": {
|
|
10187
|
-
"version": "2.8.1",
|
|
10188
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
|
|
10189
|
-
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
|
|
10190
|
-
"license": "ISC",
|
|
10191
|
-
"optional": true,
|
|
10192
|
-
"peer": true,
|
|
10193
|
-
"bin": {
|
|
10194
|
-
"yaml": "bin.mjs"
|
|
10195
|
-
},
|
|
10196
|
-
"engines": {
|
|
10197
|
-
"node": ">= 14.6"
|
|
10198
|
-
}
|
|
10199
|
-
},
|
|
10200
10456
|
"node_modules/yargs": {
|
|
10201
10457
|
"version": "17.7.2",
|
|
10202
10458
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -10262,7 +10518,6 @@
|
|
|
10262
10518
|
"integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==",
|
|
10263
10519
|
"dev": true,
|
|
10264
10520
|
"license": "MIT",
|
|
10265
|
-
"peer": true,
|
|
10266
10521
|
"dependencies": {
|
|
10267
10522
|
"archiver-utils": "^3.0.4",
|
|
10268
10523
|
"compress-commons": "^4.1.2",
|
|
@@ -10278,7 +10533,6 @@
|
|
|
10278
10533
|
"integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==",
|
|
10279
10534
|
"dev": true,
|
|
10280
10535
|
"license": "MIT",
|
|
10281
|
-
"peer": true,
|
|
10282
10536
|
"dependencies": {
|
|
10283
10537
|
"glob": "^7.2.3",
|
|
10284
10538
|
"graceful-fs": "^4.2.0",
|