create-outsystems-astro 0.10.0 → 0.11.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/bin/cli.js +7 -2
- package/integrations/bun.lock +25 -0
- package/integrations/deno.lock +51 -4
- package/integrations/package-lock.json +118 -90
- package/integrations/package.json +5 -2
- package/integrations/pnpm-lock.yaml +70 -7
- package/integrations/tsconfig.json +2 -1
- package/integrations/twig/client.ts +34 -0
- package/integrations/twig/index.ts +185 -0
- package/integrations/twig/server.ts +54 -0
- package/integrations/yarn.lock +71 -1
- package/package.json +1 -1
- package/template/AGENTS.md +47 -0
- package/template/astro.config.mjs +4 -0
- package/template/bun.lock +17 -65
- package/template/deno.lock +36 -30
- package/template/package-lock.json +98 -201
- package/template/package.json +3 -1
- package/template/pnpm-lock.yaml +42 -0
- package/template/src/env.d.ts +6 -0
- package/template/src/framework/twig/Demo.twig +100 -0
- package/template/src/framework/twig/Store.twig +45 -0
- package/template/src/images/twig.png +0 -0
- package/template/src/pages/multi/store.astro +10 -0
- package/template/src/pages/twig/twig-demo.astro +65 -0
- package/template/src/stores/framework.ts +1 -0
- package/template/test/e2e/twig/twig-demo.spec.ts +36 -0
- package/template/test/integration/twig/Demo.test.ts +84 -0
- package/template/vitest.config.ts +9 -0
- package/template/yarn.lock +52 -5
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"solid-js": "^1.9.13",
|
|
34
34
|
"svelte": "^5.55.9",
|
|
35
35
|
"tslib": "^2.8.1",
|
|
36
|
+
"twig": "^3.0.0",
|
|
36
37
|
"vue": "^3.5.34"
|
|
37
38
|
},
|
|
38
39
|
"devDependencies": {
|
|
@@ -67,6 +68,7 @@
|
|
|
67
68
|
"@types/node": "^25.9.1",
|
|
68
69
|
"@types/react": "^19.2.15",
|
|
69
70
|
"@types/react-dom": "^19.2.3",
|
|
71
|
+
"@types/twig": "^1.12.17",
|
|
70
72
|
"@vitejs/plugin-react": "^6.0.2",
|
|
71
73
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
72
74
|
"angular-eslint": "^21.4.0",
|
|
@@ -107,13 +109,15 @@
|
|
|
107
109
|
},
|
|
108
110
|
".integrations": {
|
|
109
111
|
"name": "islands-integrations",
|
|
110
|
-
"version": "0.
|
|
112
|
+
"version": "0.10.0",
|
|
111
113
|
"dependencies": {
|
|
112
|
-
"astro": "^6.3.7"
|
|
114
|
+
"astro": "^6.3.7",
|
|
115
|
+
"twig": "^3.0.0"
|
|
113
116
|
},
|
|
114
117
|
"devDependencies": {
|
|
115
118
|
"@eslint/compat": "^2.1.0",
|
|
116
119
|
"@eslint/js": "^9.39.4",
|
|
120
|
+
"@types/twig": "^1.12.17",
|
|
117
121
|
"better-npm-audit": "^3.11.0",
|
|
118
122
|
"eslint": "^9.39.4",
|
|
119
123
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -122,7 +126,7 @@
|
|
|
122
126
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
123
127
|
"globals": "^17.6.0",
|
|
124
128
|
"prettier": "^3.8.3",
|
|
125
|
-
"typescript": "5.9.3",
|
|
129
|
+
"typescript": "^5.9.3",
|
|
126
130
|
"typescript-eslint": "^8.59.4"
|
|
127
131
|
}
|
|
128
132
|
},
|
|
@@ -2278,7 +2282,6 @@
|
|
|
2278
2282
|
"version": "7.29.2",
|
|
2279
2283
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
|
|
2280
2284
|
"integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
|
|
2281
|
-
"dev": true,
|
|
2282
2285
|
"license": "MIT",
|
|
2283
2286
|
"engines": {
|
|
2284
2287
|
"node": ">=6.9.0"
|
|
@@ -3271,9 +3274,6 @@
|
|
|
3271
3274
|
"cpu": [
|
|
3272
3275
|
"arm"
|
|
3273
3276
|
],
|
|
3274
|
-
"libc": [
|
|
3275
|
-
"glibc"
|
|
3276
|
-
],
|
|
3277
3277
|
"license": "LGPL-3.0-or-later",
|
|
3278
3278
|
"optional": true,
|
|
3279
3279
|
"os": [
|
|
@@ -3290,9 +3290,6 @@
|
|
|
3290
3290
|
"cpu": [
|
|
3291
3291
|
"arm64"
|
|
3292
3292
|
],
|
|
3293
|
-
"libc": [
|
|
3294
|
-
"glibc"
|
|
3295
|
-
],
|
|
3296
3293
|
"license": "LGPL-3.0-or-later",
|
|
3297
3294
|
"optional": true,
|
|
3298
3295
|
"os": [
|
|
@@ -3309,9 +3306,6 @@
|
|
|
3309
3306
|
"cpu": [
|
|
3310
3307
|
"ppc64"
|
|
3311
3308
|
],
|
|
3312
|
-
"libc": [
|
|
3313
|
-
"glibc"
|
|
3314
|
-
],
|
|
3315
3309
|
"license": "LGPL-3.0-or-later",
|
|
3316
3310
|
"optional": true,
|
|
3317
3311
|
"os": [
|
|
@@ -3328,9 +3322,6 @@
|
|
|
3328
3322
|
"cpu": [
|
|
3329
3323
|
"riscv64"
|
|
3330
3324
|
],
|
|
3331
|
-
"libc": [
|
|
3332
|
-
"glibc"
|
|
3333
|
-
],
|
|
3334
3325
|
"license": "LGPL-3.0-or-later",
|
|
3335
3326
|
"optional": true,
|
|
3336
3327
|
"os": [
|
|
@@ -3347,9 +3338,6 @@
|
|
|
3347
3338
|
"cpu": [
|
|
3348
3339
|
"s390x"
|
|
3349
3340
|
],
|
|
3350
|
-
"libc": [
|
|
3351
|
-
"glibc"
|
|
3352
|
-
],
|
|
3353
3341
|
"license": "LGPL-3.0-or-later",
|
|
3354
3342
|
"optional": true,
|
|
3355
3343
|
"os": [
|
|
@@ -3366,9 +3354,6 @@
|
|
|
3366
3354
|
"cpu": [
|
|
3367
3355
|
"x64"
|
|
3368
3356
|
],
|
|
3369
|
-
"libc": [
|
|
3370
|
-
"glibc"
|
|
3371
|
-
],
|
|
3372
3357
|
"license": "LGPL-3.0-or-later",
|
|
3373
3358
|
"optional": true,
|
|
3374
3359
|
"os": [
|
|
@@ -3385,9 +3370,6 @@
|
|
|
3385
3370
|
"cpu": [
|
|
3386
3371
|
"arm64"
|
|
3387
3372
|
],
|
|
3388
|
-
"libc": [
|
|
3389
|
-
"musl"
|
|
3390
|
-
],
|
|
3391
3373
|
"license": "LGPL-3.0-or-later",
|
|
3392
3374
|
"optional": true,
|
|
3393
3375
|
"os": [
|
|
@@ -3404,9 +3386,6 @@
|
|
|
3404
3386
|
"cpu": [
|
|
3405
3387
|
"x64"
|
|
3406
3388
|
],
|
|
3407
|
-
"libc": [
|
|
3408
|
-
"musl"
|
|
3409
|
-
],
|
|
3410
3389
|
"license": "LGPL-3.0-or-later",
|
|
3411
3390
|
"optional": true,
|
|
3412
3391
|
"os": [
|
|
@@ -3423,9 +3402,6 @@
|
|
|
3423
3402
|
"cpu": [
|
|
3424
3403
|
"arm"
|
|
3425
3404
|
],
|
|
3426
|
-
"libc": [
|
|
3427
|
-
"glibc"
|
|
3428
|
-
],
|
|
3429
3405
|
"license": "Apache-2.0",
|
|
3430
3406
|
"optional": true,
|
|
3431
3407
|
"os": [
|
|
@@ -3448,9 +3424,6 @@
|
|
|
3448
3424
|
"cpu": [
|
|
3449
3425
|
"arm64"
|
|
3450
3426
|
],
|
|
3451
|
-
"libc": [
|
|
3452
|
-
"glibc"
|
|
3453
|
-
],
|
|
3454
3427
|
"license": "Apache-2.0",
|
|
3455
3428
|
"optional": true,
|
|
3456
3429
|
"os": [
|
|
@@ -3473,9 +3446,6 @@
|
|
|
3473
3446
|
"cpu": [
|
|
3474
3447
|
"ppc64"
|
|
3475
3448
|
],
|
|
3476
|
-
"libc": [
|
|
3477
|
-
"glibc"
|
|
3478
|
-
],
|
|
3479
3449
|
"license": "Apache-2.0",
|
|
3480
3450
|
"optional": true,
|
|
3481
3451
|
"os": [
|
|
@@ -3498,9 +3468,6 @@
|
|
|
3498
3468
|
"cpu": [
|
|
3499
3469
|
"riscv64"
|
|
3500
3470
|
],
|
|
3501
|
-
"libc": [
|
|
3502
|
-
"glibc"
|
|
3503
|
-
],
|
|
3504
3471
|
"license": "Apache-2.0",
|
|
3505
3472
|
"optional": true,
|
|
3506
3473
|
"os": [
|
|
@@ -3523,9 +3490,6 @@
|
|
|
3523
3490
|
"cpu": [
|
|
3524
3491
|
"s390x"
|
|
3525
3492
|
],
|
|
3526
|
-
"libc": [
|
|
3527
|
-
"glibc"
|
|
3528
|
-
],
|
|
3529
3493
|
"license": "Apache-2.0",
|
|
3530
3494
|
"optional": true,
|
|
3531
3495
|
"os": [
|
|
@@ -3548,9 +3512,6 @@
|
|
|
3548
3512
|
"cpu": [
|
|
3549
3513
|
"x64"
|
|
3550
3514
|
],
|
|
3551
|
-
"libc": [
|
|
3552
|
-
"glibc"
|
|
3553
|
-
],
|
|
3554
3515
|
"license": "Apache-2.0",
|
|
3555
3516
|
"optional": true,
|
|
3556
3517
|
"os": [
|
|
@@ -3573,9 +3534,6 @@
|
|
|
3573
3534
|
"cpu": [
|
|
3574
3535
|
"arm64"
|
|
3575
3536
|
],
|
|
3576
|
-
"libc": [
|
|
3577
|
-
"musl"
|
|
3578
|
-
],
|
|
3579
3537
|
"license": "Apache-2.0",
|
|
3580
3538
|
"optional": true,
|
|
3581
3539
|
"os": [
|
|
@@ -3598,9 +3556,6 @@
|
|
|
3598
3556
|
"cpu": [
|
|
3599
3557
|
"x64"
|
|
3600
3558
|
],
|
|
3601
|
-
"libc": [
|
|
3602
|
-
"musl"
|
|
3603
|
-
],
|
|
3604
3559
|
"license": "Apache-2.0",
|
|
3605
3560
|
"optional": true,
|
|
3606
3561
|
"os": [
|
|
@@ -4600,9 +4555,6 @@
|
|
|
4600
4555
|
"cpu": [
|
|
4601
4556
|
"arm64"
|
|
4602
4557
|
],
|
|
4603
|
-
"libc": [
|
|
4604
|
-
"glibc"
|
|
4605
|
-
],
|
|
4606
4558
|
"license": "MIT",
|
|
4607
4559
|
"optional": true,
|
|
4608
4560
|
"os": [
|
|
@@ -4619,9 +4571,6 @@
|
|
|
4619
4571
|
"cpu": [
|
|
4620
4572
|
"arm64"
|
|
4621
4573
|
],
|
|
4622
|
-
"libc": [
|
|
4623
|
-
"musl"
|
|
4624
|
-
],
|
|
4625
4574
|
"license": "MIT",
|
|
4626
4575
|
"optional": true,
|
|
4627
4576
|
"os": [
|
|
@@ -4638,9 +4587,6 @@
|
|
|
4638
4587
|
"cpu": [
|
|
4639
4588
|
"ppc64"
|
|
4640
4589
|
],
|
|
4641
|
-
"libc": [
|
|
4642
|
-
"glibc"
|
|
4643
|
-
],
|
|
4644
4590
|
"license": "MIT",
|
|
4645
4591
|
"optional": true,
|
|
4646
4592
|
"os": [
|
|
@@ -4657,9 +4603,6 @@
|
|
|
4657
4603
|
"cpu": [
|
|
4658
4604
|
"riscv64"
|
|
4659
4605
|
],
|
|
4660
|
-
"libc": [
|
|
4661
|
-
"glibc"
|
|
4662
|
-
],
|
|
4663
4606
|
"license": "MIT",
|
|
4664
4607
|
"optional": true,
|
|
4665
4608
|
"os": [
|
|
@@ -4676,9 +4619,6 @@
|
|
|
4676
4619
|
"cpu": [
|
|
4677
4620
|
"s390x"
|
|
4678
4621
|
],
|
|
4679
|
-
"libc": [
|
|
4680
|
-
"glibc"
|
|
4681
|
-
],
|
|
4682
4622
|
"license": "MIT",
|
|
4683
4623
|
"optional": true,
|
|
4684
4624
|
"os": [
|
|
@@ -4695,9 +4635,6 @@
|
|
|
4695
4635
|
"cpu": [
|
|
4696
4636
|
"x64"
|
|
4697
4637
|
],
|
|
4698
|
-
"libc": [
|
|
4699
|
-
"glibc"
|
|
4700
|
-
],
|
|
4701
4638
|
"license": "MIT",
|
|
4702
4639
|
"optional": true,
|
|
4703
4640
|
"os": [
|
|
@@ -4714,9 +4651,6 @@
|
|
|
4714
4651
|
"cpu": [
|
|
4715
4652
|
"x64"
|
|
4716
4653
|
],
|
|
4717
|
-
"libc": [
|
|
4718
|
-
"musl"
|
|
4719
|
-
],
|
|
4720
4654
|
"license": "MIT",
|
|
4721
4655
|
"optional": true,
|
|
4722
4656
|
"os": [
|
|
@@ -5311,9 +5245,6 @@
|
|
|
5311
5245
|
"cpu": [
|
|
5312
5246
|
"arm64"
|
|
5313
5247
|
],
|
|
5314
|
-
"libc": [
|
|
5315
|
-
"glibc"
|
|
5316
|
-
],
|
|
5317
5248
|
"license": "MIT",
|
|
5318
5249
|
"optional": true,
|
|
5319
5250
|
"os": [
|
|
@@ -5330,9 +5261,6 @@
|
|
|
5330
5261
|
"cpu": [
|
|
5331
5262
|
"arm64"
|
|
5332
5263
|
],
|
|
5333
|
-
"libc": [
|
|
5334
|
-
"musl"
|
|
5335
|
-
],
|
|
5336
5264
|
"license": "MIT",
|
|
5337
5265
|
"optional": true,
|
|
5338
5266
|
"os": [
|
|
@@ -5349,9 +5277,6 @@
|
|
|
5349
5277
|
"cpu": [
|
|
5350
5278
|
"ppc64"
|
|
5351
5279
|
],
|
|
5352
|
-
"libc": [
|
|
5353
|
-
"glibc"
|
|
5354
|
-
],
|
|
5355
5280
|
"license": "MIT",
|
|
5356
5281
|
"optional": true,
|
|
5357
5282
|
"os": [
|
|
@@ -5368,9 +5293,6 @@
|
|
|
5368
5293
|
"cpu": [
|
|
5369
5294
|
"riscv64"
|
|
5370
5295
|
],
|
|
5371
|
-
"libc": [
|
|
5372
|
-
"glibc"
|
|
5373
|
-
],
|
|
5374
5296
|
"license": "MIT",
|
|
5375
5297
|
"optional": true,
|
|
5376
5298
|
"os": [
|
|
@@ -5387,9 +5309,6 @@
|
|
|
5387
5309
|
"cpu": [
|
|
5388
5310
|
"riscv64"
|
|
5389
5311
|
],
|
|
5390
|
-
"libc": [
|
|
5391
|
-
"musl"
|
|
5392
|
-
],
|
|
5393
5312
|
"license": "MIT",
|
|
5394
5313
|
"optional": true,
|
|
5395
5314
|
"os": [
|
|
@@ -5406,9 +5325,6 @@
|
|
|
5406
5325
|
"cpu": [
|
|
5407
5326
|
"s390x"
|
|
5408
5327
|
],
|
|
5409
|
-
"libc": [
|
|
5410
|
-
"glibc"
|
|
5411
|
-
],
|
|
5412
5328
|
"license": "MIT",
|
|
5413
5329
|
"optional": true,
|
|
5414
5330
|
"os": [
|
|
@@ -5425,9 +5341,6 @@
|
|
|
5425
5341
|
"cpu": [
|
|
5426
5342
|
"x64"
|
|
5427
5343
|
],
|
|
5428
|
-
"libc": [
|
|
5429
|
-
"glibc"
|
|
5430
|
-
],
|
|
5431
5344
|
"license": "MIT",
|
|
5432
5345
|
"optional": true,
|
|
5433
5346
|
"os": [
|
|
@@ -5444,9 +5357,6 @@
|
|
|
5444
5357
|
"cpu": [
|
|
5445
5358
|
"x64"
|
|
5446
5359
|
],
|
|
5447
|
-
"libc": [
|
|
5448
|
-
"musl"
|
|
5449
|
-
],
|
|
5450
5360
|
"license": "MIT",
|
|
5451
5361
|
"optional": true,
|
|
5452
5362
|
"os": [
|
|
@@ -5678,9 +5588,6 @@
|
|
|
5678
5588
|
"cpu": [
|
|
5679
5589
|
"arm"
|
|
5680
5590
|
],
|
|
5681
|
-
"libc": [
|
|
5682
|
-
"glibc"
|
|
5683
|
-
],
|
|
5684
5591
|
"license": "MIT",
|
|
5685
5592
|
"optional": true,
|
|
5686
5593
|
"os": [
|
|
@@ -5701,9 +5608,6 @@
|
|
|
5701
5608
|
"cpu": [
|
|
5702
5609
|
"arm"
|
|
5703
5610
|
],
|
|
5704
|
-
"libc": [
|
|
5705
|
-
"musl"
|
|
5706
|
-
],
|
|
5707
5611
|
"license": "MIT",
|
|
5708
5612
|
"optional": true,
|
|
5709
5613
|
"os": [
|
|
@@ -5724,9 +5628,6 @@
|
|
|
5724
5628
|
"cpu": [
|
|
5725
5629
|
"arm64"
|
|
5726
5630
|
],
|
|
5727
|
-
"libc": [
|
|
5728
|
-
"glibc"
|
|
5729
|
-
],
|
|
5730
5631
|
"license": "MIT",
|
|
5731
5632
|
"optional": true,
|
|
5732
5633
|
"os": [
|
|
@@ -5747,9 +5648,6 @@
|
|
|
5747
5648
|
"cpu": [
|
|
5748
5649
|
"arm64"
|
|
5749
5650
|
],
|
|
5750
|
-
"libc": [
|
|
5751
|
-
"musl"
|
|
5752
|
-
],
|
|
5753
5651
|
"license": "MIT",
|
|
5754
5652
|
"optional": true,
|
|
5755
5653
|
"os": [
|
|
@@ -5770,9 +5668,6 @@
|
|
|
5770
5668
|
"cpu": [
|
|
5771
5669
|
"x64"
|
|
5772
5670
|
],
|
|
5773
|
-
"libc": [
|
|
5774
|
-
"glibc"
|
|
5775
|
-
],
|
|
5776
5671
|
"license": "MIT",
|
|
5777
5672
|
"optional": true,
|
|
5778
5673
|
"os": [
|
|
@@ -5793,9 +5688,6 @@
|
|
|
5793
5688
|
"cpu": [
|
|
5794
5689
|
"x64"
|
|
5795
5690
|
],
|
|
5796
|
-
"libc": [
|
|
5797
|
-
"musl"
|
|
5798
|
-
],
|
|
5799
5691
|
"license": "MIT",
|
|
5800
5692
|
"optional": true,
|
|
5801
5693
|
"os": [
|
|
@@ -6120,9 +6012,6 @@
|
|
|
6120
6012
|
"cpu": [
|
|
6121
6013
|
"arm64"
|
|
6122
6014
|
],
|
|
6123
|
-
"libc": [
|
|
6124
|
-
"glibc"
|
|
6125
|
-
],
|
|
6126
6015
|
"license": "MIT",
|
|
6127
6016
|
"optional": true,
|
|
6128
6017
|
"os": [
|
|
@@ -6139,9 +6028,6 @@
|
|
|
6139
6028
|
"cpu": [
|
|
6140
6029
|
"arm64"
|
|
6141
6030
|
],
|
|
6142
|
-
"libc": [
|
|
6143
|
-
"musl"
|
|
6144
|
-
],
|
|
6145
6031
|
"license": "MIT",
|
|
6146
6032
|
"optional": true,
|
|
6147
6033
|
"os": [
|
|
@@ -6158,9 +6044,6 @@
|
|
|
6158
6044
|
"cpu": [
|
|
6159
6045
|
"ppc64"
|
|
6160
6046
|
],
|
|
6161
|
-
"libc": [
|
|
6162
|
-
"glibc"
|
|
6163
|
-
],
|
|
6164
6047
|
"license": "MIT",
|
|
6165
6048
|
"optional": true,
|
|
6166
6049
|
"os": [
|
|
@@ -6177,9 +6060,6 @@
|
|
|
6177
6060
|
"cpu": [
|
|
6178
6061
|
"s390x"
|
|
6179
6062
|
],
|
|
6180
|
-
"libc": [
|
|
6181
|
-
"glibc"
|
|
6182
|
-
],
|
|
6183
6063
|
"license": "MIT",
|
|
6184
6064
|
"optional": true,
|
|
6185
6065
|
"os": [
|
|
@@ -6196,9 +6076,6 @@
|
|
|
6196
6076
|
"cpu": [
|
|
6197
6077
|
"x64"
|
|
6198
6078
|
],
|
|
6199
|
-
"libc": [
|
|
6200
|
-
"glibc"
|
|
6201
|
-
],
|
|
6202
6079
|
"license": "MIT",
|
|
6203
6080
|
"optional": true,
|
|
6204
6081
|
"os": [
|
|
@@ -6215,9 +6092,6 @@
|
|
|
6215
6092
|
"cpu": [
|
|
6216
6093
|
"x64"
|
|
6217
6094
|
],
|
|
6218
|
-
"libc": [
|
|
6219
|
-
"musl"
|
|
6220
|
-
],
|
|
6221
6095
|
"license": "MIT",
|
|
6222
6096
|
"optional": true,
|
|
6223
6097
|
"os": [
|
|
@@ -6404,9 +6278,6 @@
|
|
|
6404
6278
|
"cpu": [
|
|
6405
6279
|
"arm"
|
|
6406
6280
|
],
|
|
6407
|
-
"libc": [
|
|
6408
|
-
"glibc"
|
|
6409
|
-
],
|
|
6410
6281
|
"license": "MIT",
|
|
6411
6282
|
"optional": true,
|
|
6412
6283
|
"os": [
|
|
@@ -6420,9 +6291,6 @@
|
|
|
6420
6291
|
"cpu": [
|
|
6421
6292
|
"arm"
|
|
6422
6293
|
],
|
|
6423
|
-
"libc": [
|
|
6424
|
-
"musl"
|
|
6425
|
-
],
|
|
6426
6294
|
"license": "MIT",
|
|
6427
6295
|
"optional": true,
|
|
6428
6296
|
"os": [
|
|
@@ -6436,9 +6304,6 @@
|
|
|
6436
6304
|
"cpu": [
|
|
6437
6305
|
"arm64"
|
|
6438
6306
|
],
|
|
6439
|
-
"libc": [
|
|
6440
|
-
"glibc"
|
|
6441
|
-
],
|
|
6442
6307
|
"license": "MIT",
|
|
6443
6308
|
"optional": true,
|
|
6444
6309
|
"os": [
|
|
@@ -6452,9 +6317,6 @@
|
|
|
6452
6317
|
"cpu": [
|
|
6453
6318
|
"arm64"
|
|
6454
6319
|
],
|
|
6455
|
-
"libc": [
|
|
6456
|
-
"musl"
|
|
6457
|
-
],
|
|
6458
6320
|
"license": "MIT",
|
|
6459
6321
|
"optional": true,
|
|
6460
6322
|
"os": [
|
|
@@ -6468,9 +6330,6 @@
|
|
|
6468
6330
|
"cpu": [
|
|
6469
6331
|
"loong64"
|
|
6470
6332
|
],
|
|
6471
|
-
"libc": [
|
|
6472
|
-
"glibc"
|
|
6473
|
-
],
|
|
6474
6333
|
"license": "MIT",
|
|
6475
6334
|
"optional": true,
|
|
6476
6335
|
"os": [
|
|
@@ -6484,9 +6343,6 @@
|
|
|
6484
6343
|
"cpu": [
|
|
6485
6344
|
"loong64"
|
|
6486
6345
|
],
|
|
6487
|
-
"libc": [
|
|
6488
|
-
"musl"
|
|
6489
|
-
],
|
|
6490
6346
|
"license": "MIT",
|
|
6491
6347
|
"optional": true,
|
|
6492
6348
|
"os": [
|
|
@@ -6500,9 +6356,6 @@
|
|
|
6500
6356
|
"cpu": [
|
|
6501
6357
|
"ppc64"
|
|
6502
6358
|
],
|
|
6503
|
-
"libc": [
|
|
6504
|
-
"glibc"
|
|
6505
|
-
],
|
|
6506
6359
|
"license": "MIT",
|
|
6507
6360
|
"optional": true,
|
|
6508
6361
|
"os": [
|
|
@@ -6516,9 +6369,6 @@
|
|
|
6516
6369
|
"cpu": [
|
|
6517
6370
|
"ppc64"
|
|
6518
6371
|
],
|
|
6519
|
-
"libc": [
|
|
6520
|
-
"musl"
|
|
6521
|
-
],
|
|
6522
6372
|
"license": "MIT",
|
|
6523
6373
|
"optional": true,
|
|
6524
6374
|
"os": [
|
|
@@ -6532,9 +6382,6 @@
|
|
|
6532
6382
|
"cpu": [
|
|
6533
6383
|
"riscv64"
|
|
6534
6384
|
],
|
|
6535
|
-
"libc": [
|
|
6536
|
-
"glibc"
|
|
6537
|
-
],
|
|
6538
6385
|
"license": "MIT",
|
|
6539
6386
|
"optional": true,
|
|
6540
6387
|
"os": [
|
|
@@ -6548,9 +6395,6 @@
|
|
|
6548
6395
|
"cpu": [
|
|
6549
6396
|
"riscv64"
|
|
6550
6397
|
],
|
|
6551
|
-
"libc": [
|
|
6552
|
-
"musl"
|
|
6553
|
-
],
|
|
6554
6398
|
"license": "MIT",
|
|
6555
6399
|
"optional": true,
|
|
6556
6400
|
"os": [
|
|
@@ -6564,9 +6408,6 @@
|
|
|
6564
6408
|
"cpu": [
|
|
6565
6409
|
"s390x"
|
|
6566
6410
|
],
|
|
6567
|
-
"libc": [
|
|
6568
|
-
"glibc"
|
|
6569
|
-
],
|
|
6570
6411
|
"license": "MIT",
|
|
6571
6412
|
"optional": true,
|
|
6572
6413
|
"os": [
|
|
@@ -6580,9 +6421,6 @@
|
|
|
6580
6421
|
"cpu": [
|
|
6581
6422
|
"x64"
|
|
6582
6423
|
],
|
|
6583
|
-
"libc": [
|
|
6584
|
-
"glibc"
|
|
6585
|
-
],
|
|
6586
6424
|
"license": "MIT",
|
|
6587
6425
|
"optional": true,
|
|
6588
6426
|
"os": [
|
|
@@ -6596,9 +6434,6 @@
|
|
|
6596
6434
|
"cpu": [
|
|
6597
6435
|
"x64"
|
|
6598
6436
|
],
|
|
6599
|
-
"libc": [
|
|
6600
|
-
"musl"
|
|
6601
|
-
],
|
|
6602
6437
|
"license": "MIT",
|
|
6603
6438
|
"optional": true,
|
|
6604
6439
|
"os": [
|
|
@@ -7518,6 +7353,13 @@
|
|
|
7518
7353
|
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
7519
7354
|
"license": "MIT"
|
|
7520
7355
|
},
|
|
7356
|
+
"node_modules/@types/twig": {
|
|
7357
|
+
"version": "1.12.17",
|
|
7358
|
+
"resolved": "https://registry.npmjs.org/@types/twig/-/twig-1.12.17.tgz",
|
|
7359
|
+
"integrity": "sha512-Lxcjgzt4mlDrv1xp1EdoBLPTxpjLAt9vtN3/qoblC5D6hMCYgZJOQHfaT/0gwCcAZENnKQ7Sga28DSsckPWa0g==",
|
|
7360
|
+
"dev": true,
|
|
7361
|
+
"license": "MIT"
|
|
7362
|
+
},
|
|
7521
7363
|
"node_modules/@types/unist": {
|
|
7522
7364
|
"version": "3.0.3",
|
|
7523
7365
|
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
@@ -7528,14 +7370,14 @@
|
|
|
7528
7370
|
"version": "3.0.2",
|
|
7529
7371
|
"resolved": "https://registry.npmjs.org/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.2.tgz",
|
|
7530
7372
|
"integrity": "sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==",
|
|
7531
|
-
"
|
|
7373
|
+
"dev": true,
|
|
7532
7374
|
"license": "MIT"
|
|
7533
7375
|
},
|
|
7534
7376
|
"node_modules/@types/ws": {
|
|
7535
7377
|
"version": "8.18.1",
|
|
7536
7378
|
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
|
|
7537
7379
|
"integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
|
|
7538
|
-
"
|
|
7380
|
+
"dev": true,
|
|
7539
7381
|
"license": "MIT",
|
|
7540
7382
|
"dependencies": {
|
|
7541
7383
|
"@types/node": "*"
|
|
@@ -12027,6 +11869,12 @@
|
|
|
12027
11869
|
"url": "https://github.com/sponsors/ljharb"
|
|
12028
11870
|
}
|
|
12029
11871
|
},
|
|
11872
|
+
"node_modules/foreachasync": {
|
|
11873
|
+
"version": "3.0.0",
|
|
11874
|
+
"resolved": "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz",
|
|
11875
|
+
"integrity": "sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw==",
|
|
11876
|
+
"license": "Apache2"
|
|
11877
|
+
},
|
|
12030
11878
|
"node_modules/foreground-child": {
|
|
12031
11879
|
"version": "3.3.1",
|
|
12032
11880
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
@@ -12411,7 +12259,7 @@
|
|
|
12411
12259
|
"version": "20.9.0",
|
|
12412
12260
|
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.9.0.tgz",
|
|
12413
12261
|
"integrity": "sha512-GZZ9mKe8r646NUAf/zemnGbjYh4Bt8/MqASJY+pSm5ZDtc3YQox+4gsLI7yi1hba6o+eCsGxpHn5+iEVn31/FQ==",
|
|
12414
|
-
"
|
|
12262
|
+
"dev": true,
|
|
12415
12263
|
"license": "MIT",
|
|
12416
12264
|
"dependencies": {
|
|
12417
12265
|
"@types/node": ">=20.0.0",
|
|
@@ -14102,9 +13950,6 @@
|
|
|
14102
13950
|
"cpu": [
|
|
14103
13951
|
"arm64"
|
|
14104
13952
|
],
|
|
14105
|
-
"libc": [
|
|
14106
|
-
"glibc"
|
|
14107
|
-
],
|
|
14108
13953
|
"license": "MPL-2.0",
|
|
14109
13954
|
"optional": true,
|
|
14110
13955
|
"os": [
|
|
@@ -14125,9 +13970,6 @@
|
|
|
14125
13970
|
"cpu": [
|
|
14126
13971
|
"arm64"
|
|
14127
13972
|
],
|
|
14128
|
-
"libc": [
|
|
14129
|
-
"musl"
|
|
14130
|
-
],
|
|
14131
13973
|
"license": "MPL-2.0",
|
|
14132
13974
|
"optional": true,
|
|
14133
13975
|
"os": [
|
|
@@ -14148,9 +13990,6 @@
|
|
|
14148
13990
|
"cpu": [
|
|
14149
13991
|
"x64"
|
|
14150
13992
|
],
|
|
14151
|
-
"libc": [
|
|
14152
|
-
"glibc"
|
|
14153
|
-
],
|
|
14154
13993
|
"license": "MPL-2.0",
|
|
14155
13994
|
"optional": true,
|
|
14156
13995
|
"os": [
|
|
@@ -14171,9 +14010,6 @@
|
|
|
14171
14010
|
"cpu": [
|
|
14172
14011
|
"x64"
|
|
14173
14012
|
],
|
|
14174
|
-
"libc": [
|
|
14175
|
-
"musl"
|
|
14176
|
-
],
|
|
14177
14013
|
"license": "MPL-2.0",
|
|
14178
14014
|
"optional": true,
|
|
14179
14015
|
"os": [
|
|
@@ -14356,6 +14192,16 @@
|
|
|
14356
14192
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14357
14193
|
}
|
|
14358
14194
|
},
|
|
14195
|
+
"node_modules/locutus": {
|
|
14196
|
+
"version": "3.0.36",
|
|
14197
|
+
"resolved": "https://registry.npmjs.org/locutus/-/locutus-3.0.36.tgz",
|
|
14198
|
+
"integrity": "sha512-ilsz33lqEd+KerV9JnSHM9EApVYOZ86/JTGKyafmWvhTFtjYauzT1WmZgdJ4JBGR3dY0N0PTfIq2uLvazw5QsQ==",
|
|
14199
|
+
"license": "MIT",
|
|
14200
|
+
"engines": {
|
|
14201
|
+
"node": ">= 22",
|
|
14202
|
+
"yarn": ">= 1"
|
|
14203
|
+
}
|
|
14204
|
+
},
|
|
14359
14205
|
"node_modules/lodash.get": {
|
|
14360
14206
|
"version": "4.4.2",
|
|
14361
14207
|
"resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
|
|
@@ -19768,6 +19614,60 @@
|
|
|
19768
19614
|
"node": "^20.17.0 || >=22.9.0"
|
|
19769
19615
|
}
|
|
19770
19616
|
},
|
|
19617
|
+
"node_modules/twig": {
|
|
19618
|
+
"version": "3.0.0",
|
|
19619
|
+
"resolved": "https://registry.npmjs.org/twig/-/twig-3.0.0.tgz",
|
|
19620
|
+
"integrity": "sha512-cMfYLWAgdW15B7L5wmanmga113e4phQmo3rk5EFuUrQd99g7I3ncxgynS38P01m4ZXBDSdMYUTV1g3A66/Y56Q==",
|
|
19621
|
+
"license": "BSD-2-Clause",
|
|
19622
|
+
"dependencies": {
|
|
19623
|
+
"@babel/runtime": "^7.8.4",
|
|
19624
|
+
"locutus": "^3.0.9",
|
|
19625
|
+
"minimatch": "^10",
|
|
19626
|
+
"walk": "2.3.x"
|
|
19627
|
+
},
|
|
19628
|
+
"bin": {
|
|
19629
|
+
"twigjs": "bin/twigjs"
|
|
19630
|
+
},
|
|
19631
|
+
"engines": {
|
|
19632
|
+
"node": ">=22"
|
|
19633
|
+
}
|
|
19634
|
+
},
|
|
19635
|
+
"node_modules/twig/node_modules/balanced-match": {
|
|
19636
|
+
"version": "4.0.4",
|
|
19637
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
19638
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
19639
|
+
"license": "MIT",
|
|
19640
|
+
"engines": {
|
|
19641
|
+
"node": "18 || 20 || >=22"
|
|
19642
|
+
}
|
|
19643
|
+
},
|
|
19644
|
+
"node_modules/twig/node_modules/brace-expansion": {
|
|
19645
|
+
"version": "5.0.6",
|
|
19646
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
19647
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
19648
|
+
"license": "MIT",
|
|
19649
|
+
"dependencies": {
|
|
19650
|
+
"balanced-match": "^4.0.2"
|
|
19651
|
+
},
|
|
19652
|
+
"engines": {
|
|
19653
|
+
"node": "18 || 20 || >=22"
|
|
19654
|
+
}
|
|
19655
|
+
},
|
|
19656
|
+
"node_modules/twig/node_modules/minimatch": {
|
|
19657
|
+
"version": "10.2.5",
|
|
19658
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
19659
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
19660
|
+
"license": "BlueOak-1.0.0",
|
|
19661
|
+
"dependencies": {
|
|
19662
|
+
"brace-expansion": "^5.0.5"
|
|
19663
|
+
},
|
|
19664
|
+
"engines": {
|
|
19665
|
+
"node": "18 || 20 || >=22"
|
|
19666
|
+
},
|
|
19667
|
+
"funding": {
|
|
19668
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
19669
|
+
}
|
|
19670
|
+
},
|
|
19771
19671
|
"node_modules/type-check": {
|
|
19772
19672
|
"version": "0.4.0",
|
|
19773
19673
|
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
@@ -20773,9 +20673,6 @@
|
|
|
20773
20673
|
"cpu": [
|
|
20774
20674
|
"arm64"
|
|
20775
20675
|
],
|
|
20776
|
-
"libc": [
|
|
20777
|
-
"glibc"
|
|
20778
|
-
],
|
|
20779
20676
|
"license": "MIT",
|
|
20780
20677
|
"optional": true,
|
|
20781
20678
|
"os": [
|
|
@@ -20792,9 +20689,6 @@
|
|
|
20792
20689
|
"cpu": [
|
|
20793
20690
|
"arm64"
|
|
20794
20691
|
],
|
|
20795
|
-
"libc": [
|
|
20796
|
-
"musl"
|
|
20797
|
-
],
|
|
20798
20692
|
"license": "MIT",
|
|
20799
20693
|
"optional": true,
|
|
20800
20694
|
"os": [
|
|
@@ -20811,9 +20705,6 @@
|
|
|
20811
20705
|
"cpu": [
|
|
20812
20706
|
"x64"
|
|
20813
20707
|
],
|
|
20814
|
-
"libc": [
|
|
20815
|
-
"glibc"
|
|
20816
|
-
],
|
|
20817
20708
|
"license": "MIT",
|
|
20818
20709
|
"optional": true,
|
|
20819
20710
|
"os": [
|
|
@@ -20830,9 +20721,6 @@
|
|
|
20830
20721
|
"cpu": [
|
|
20831
20722
|
"x64"
|
|
20832
20723
|
],
|
|
20833
|
-
"libc": [
|
|
20834
|
-
"musl"
|
|
20835
|
-
],
|
|
20836
20724
|
"license": "MIT",
|
|
20837
20725
|
"optional": true,
|
|
20838
20726
|
"os": [
|
|
@@ -21129,6 +21017,15 @@
|
|
|
21129
21017
|
"url": "https://opencollective.com/eslint"
|
|
21130
21018
|
}
|
|
21131
21019
|
},
|
|
21020
|
+
"node_modules/walk": {
|
|
21021
|
+
"version": "2.3.15",
|
|
21022
|
+
"resolved": "https://registry.npmjs.org/walk/-/walk-2.3.15.tgz",
|
|
21023
|
+
"integrity": "sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==",
|
|
21024
|
+
"license": "(MIT OR Apache-2.0)",
|
|
21025
|
+
"dependencies": {
|
|
21026
|
+
"foreachasync": "^3.0.0"
|
|
21027
|
+
}
|
|
21028
|
+
},
|
|
21132
21029
|
"node_modules/watchpack": {
|
|
21133
21030
|
"version": "2.5.1",
|
|
21134
21031
|
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.5.1.tgz",
|
|
@@ -21163,7 +21060,7 @@
|
|
|
21163
21060
|
"version": "3.0.0",
|
|
21164
21061
|
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
|
|
21165
21062
|
"integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
|
|
21166
|
-
"
|
|
21063
|
+
"dev": true,
|
|
21167
21064
|
"license": "MIT",
|
|
21168
21065
|
"engines": {
|
|
21169
21066
|
"node": ">=12"
|
|
@@ -21440,7 +21337,7 @@
|
|
|
21440
21337
|
"version": "8.21.0",
|
|
21441
21338
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
21442
21339
|
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
21443
|
-
"
|
|
21340
|
+
"dev": true,
|
|
21444
21341
|
"license": "MIT",
|
|
21445
21342
|
"engines": {
|
|
21446
21343
|
"node": ">=10.0.0"
|