@jayree/sfdx-plugin-manifest 6.0.28 → 6.0.29
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/CHANGELOG.md +8 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +43 -645
- package/oclif.lock +25 -337
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.29",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "6.0.
|
|
9
|
+
"version": "6.0.29",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "13.3.0",
|
|
18
18
|
"@salesforce/source-tracking": "8.1.3",
|
|
19
|
-
"@salesforce/ts-types": "^3.
|
|
19
|
+
"@salesforce/ts-types": "^3.2.0",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.11.0",
|
|
22
22
|
"fs-extra": "^11.4.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@commitlint/config-conventional": "^21.2.2",
|
|
29
29
|
"@oclif/plugin-command-snapshot": "^5.4.0",
|
|
30
30
|
"@salesforce/cli-plugins-testkit": "^5.3.66",
|
|
31
|
-
"@salesforce/dev-scripts": "^
|
|
31
|
+
"@salesforce/dev-scripts": "^14.0.0",
|
|
32
32
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
33
33
|
"@types/chai": "^5.2.3",
|
|
34
34
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -1469,28 +1469,6 @@
|
|
|
1469
1469
|
"@shikijs/vscode-textmate": "^10.0.2"
|
|
1470
1470
|
}
|
|
1471
1471
|
},
|
|
1472
|
-
"node_modules/@gerrit0/mini-shiki/node_modules/@shikijs/engine-oniguruma": {
|
|
1473
|
-
"version": "3.23.0",
|
|
1474
|
-
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.23.0.tgz",
|
|
1475
|
-
"integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==",
|
|
1476
|
-
"dev": true,
|
|
1477
|
-
"license": "MIT",
|
|
1478
|
-
"dependencies": {
|
|
1479
|
-
"@shikijs/types": "3.23.0",
|
|
1480
|
-
"@shikijs/vscode-textmate": "^10.0.2"
|
|
1481
|
-
}
|
|
1482
|
-
},
|
|
1483
|
-
"node_modules/@gerrit0/mini-shiki/node_modules/@shikijs/types": {
|
|
1484
|
-
"version": "3.23.0",
|
|
1485
|
-
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz",
|
|
1486
|
-
"integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
|
|
1487
|
-
"dev": true,
|
|
1488
|
-
"license": "MIT",
|
|
1489
|
-
"dependencies": {
|
|
1490
|
-
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1491
|
-
"@types/hast": "^3.0.4"
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
1472
|
"node_modules/@humanfs/core": {
|
|
1495
1473
|
"version": "0.19.2",
|
|
1496
1474
|
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
|
|
@@ -3264,9 +3242,9 @@
|
|
|
3264
3242
|
"license": "Apache-2.0"
|
|
3265
3243
|
},
|
|
3266
3244
|
"node_modules/@salesforce/dev-scripts": {
|
|
3267
|
-
"version": "
|
|
3268
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-
|
|
3269
|
-
"integrity": "sha512-
|
|
3245
|
+
"version": "14.0.0",
|
|
3246
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-14.0.0.tgz",
|
|
3247
|
+
"integrity": "sha512-bO/bKROQfEHFIV9PJF8H34VmCPSqfKArfdpSyDKo/oKoL572w9nCH3TfV7ri19YW8TrxOEoP3WdesWgNk9skMg==",
|
|
3270
3248
|
"dev": true,
|
|
3271
3249
|
"license": "Apache-2.0",
|
|
3272
3250
|
"dependencies": {
|
|
@@ -3296,9 +3274,9 @@
|
|
|
3296
3274
|
"sinon": "10.0.0",
|
|
3297
3275
|
"source-map-support": "^0.5.21",
|
|
3298
3276
|
"ts-node": "^10.9.2",
|
|
3299
|
-
"typedoc": "^0.
|
|
3300
|
-
"typedoc-plugin-missing-exports": "^
|
|
3301
|
-
"typescript": "^
|
|
3277
|
+
"typedoc": "^0.28.20",
|
|
3278
|
+
"typedoc-plugin-missing-exports": "^4.1.4",
|
|
3279
|
+
"typescript": "^6.0.0",
|
|
3302
3280
|
"wireit": "^0.14.13"
|
|
3303
3281
|
},
|
|
3304
3282
|
"bin": {
|
|
@@ -3543,6 +3521,20 @@
|
|
|
3543
3521
|
"typescript": ">=4"
|
|
3544
3522
|
}
|
|
3545
3523
|
},
|
|
3524
|
+
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/load/node_modules/typescript": {
|
|
3525
|
+
"version": "5.9.3",
|
|
3526
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
3527
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
3528
|
+
"dev": true,
|
|
3529
|
+
"license": "Apache-2.0",
|
|
3530
|
+
"bin": {
|
|
3531
|
+
"tsc": "bin/tsc",
|
|
3532
|
+
"tsserver": "bin/tsserver"
|
|
3533
|
+
},
|
|
3534
|
+
"engines": {
|
|
3535
|
+
"node": ">=14.17"
|
|
3536
|
+
}
|
|
3537
|
+
},
|
|
3546
3538
|
"node_modules/@salesforce/dev-scripts/node_modules/@commitlint/message": {
|
|
3547
3539
|
"version": "17.8.1",
|
|
3548
3540
|
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.8.1.tgz",
|
|
@@ -4281,59 +4273,10 @@
|
|
|
4281
4273
|
}
|
|
4282
4274
|
}
|
|
4283
4275
|
},
|
|
4284
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
|
4285
|
-
"version": "0.26.11",
|
|
4286
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.11.tgz",
|
|
4287
|
-
"integrity": "sha512-sFEgRRtrcDl2FxVP58Ze++ZK2UQAEvtvvH8rRlig1Ja3o7dDaMHmaBfvJmdGnNEFaLTpQsN8dpvZaTqJSu/Ugw==",
|
|
4288
|
-
"dev": true,
|
|
4289
|
-
"license": "Apache-2.0",
|
|
4290
|
-
"dependencies": {
|
|
4291
|
-
"lunr": "^2.3.9",
|
|
4292
|
-
"markdown-it": "^14.1.0",
|
|
4293
|
-
"minimatch": "^9.0.5",
|
|
4294
|
-
"shiki": "^1.16.2",
|
|
4295
|
-
"yaml": "^2.5.1"
|
|
4296
|
-
},
|
|
4297
|
-
"bin": {
|
|
4298
|
-
"typedoc": "bin/typedoc"
|
|
4299
|
-
},
|
|
4300
|
-
"engines": {
|
|
4301
|
-
"node": ">= 18"
|
|
4302
|
-
},
|
|
4303
|
-
"peerDependencies": {
|
|
4304
|
-
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x"
|
|
4305
|
-
}
|
|
4306
|
-
},
|
|
4307
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc-plugin-missing-exports": {
|
|
4308
|
-
"version": "3.1.0",
|
|
4309
|
-
"resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.1.0.tgz",
|
|
4310
|
-
"integrity": "sha512-Sogbaj+qDa21NjB3SlIw4JXSwmcl/WOjwiPNaVEcPhpNG/MiRTtpwV81cT7h1cbu9StpONFPbddYWR0KV/fTWA==",
|
|
4311
|
-
"dev": true,
|
|
4312
|
-
"license": "MIT",
|
|
4313
|
-
"peerDependencies": {
|
|
4314
|
-
"typedoc": "0.26.x || 0.27.x"
|
|
4315
|
-
}
|
|
4316
|
-
},
|
|
4317
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc/node_modules/minimatch": {
|
|
4318
|
-
"version": "9.0.9",
|
|
4319
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
4320
|
-
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
4321
|
-
"dev": true,
|
|
4322
|
-
"license": "ISC",
|
|
4323
|
-
"dependencies": {
|
|
4324
|
-
"brace-expansion": "^2.0.2"
|
|
4325
|
-
},
|
|
4326
|
-
"engines": {
|
|
4327
|
-
"node": ">=16 || 14 >=14.17"
|
|
4328
|
-
},
|
|
4329
|
-
"funding": {
|
|
4330
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4331
|
-
}
|
|
4332
|
-
},
|
|
4333
4276
|
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
4334
|
-
"version": "
|
|
4335
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-
|
|
4336
|
-
"integrity": "sha512-
|
|
4277
|
+
"version": "6.0.3",
|
|
4278
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
|
|
4279
|
+
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
|
|
4337
4280
|
"dev": true,
|
|
4338
4281
|
"license": "Apache-2.0",
|
|
4339
4282
|
"bin": {
|
|
@@ -4650,9 +4593,9 @@
|
|
|
4650
4593
|
}
|
|
4651
4594
|
},
|
|
4652
4595
|
"node_modules/@salesforce/ts-types": {
|
|
4653
|
-
"version": "3.
|
|
4654
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-3.
|
|
4655
|
-
"integrity": "sha512-
|
|
4596
|
+
"version": "3.2.0",
|
|
4597
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-3.2.0.tgz",
|
|
4598
|
+
"integrity": "sha512-3xdKt4nlthDC8nCHVWpVDwM5mmPlk8kDyJ1E3dWMk7FLRdQqhLgaHZgS+AMqcowWiKUC1l1d5YIhGhQM7dw3Bw==",
|
|
4656
4599
|
"license": "Apache-2.0",
|
|
4657
4600
|
"engines": {
|
|
4658
4601
|
"node": ">=22.0.0"
|
|
@@ -4667,42 +4610,15 @@
|
|
|
4667
4610
|
"node": ">=18"
|
|
4668
4611
|
}
|
|
4669
4612
|
},
|
|
4670
|
-
"node_modules/@shikijs/core": {
|
|
4671
|
-
"version": "1.29.2",
|
|
4672
|
-
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.29.2.tgz",
|
|
4673
|
-
"integrity": "sha512-vju0lY9r27jJfOY4Z7+Rt/nIOjzJpZ3y+nYpqtUZInVoXQ/TJZcfGnNOGnKjFdVZb8qexiCuSlZRKcGfhhTTZQ==",
|
|
4674
|
-
"dev": true,
|
|
4675
|
-
"license": "MIT",
|
|
4676
|
-
"dependencies": {
|
|
4677
|
-
"@shikijs/engine-javascript": "1.29.2",
|
|
4678
|
-
"@shikijs/engine-oniguruma": "1.29.2",
|
|
4679
|
-
"@shikijs/types": "1.29.2",
|
|
4680
|
-
"@shikijs/vscode-textmate": "^10.0.1",
|
|
4681
|
-
"@types/hast": "^3.0.4",
|
|
4682
|
-
"hast-util-to-html": "^9.0.4"
|
|
4683
|
-
}
|
|
4684
|
-
},
|
|
4685
|
-
"node_modules/@shikijs/engine-javascript": {
|
|
4686
|
-
"version": "1.29.2",
|
|
4687
|
-
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.29.2.tgz",
|
|
4688
|
-
"integrity": "sha512-iNEZv4IrLYPv64Q6k7EPpOCE/nuvGiKl7zxdq0WFuRPF5PAE9PRo2JGq/d8crLusM59BRemJ4eOqrFrC4wiQ+A==",
|
|
4689
|
-
"dev": true,
|
|
4690
|
-
"license": "MIT",
|
|
4691
|
-
"dependencies": {
|
|
4692
|
-
"@shikijs/types": "1.29.2",
|
|
4693
|
-
"@shikijs/vscode-textmate": "^10.0.1",
|
|
4694
|
-
"oniguruma-to-es": "^2.2.0"
|
|
4695
|
-
}
|
|
4696
|
-
},
|
|
4697
4613
|
"node_modules/@shikijs/engine-oniguruma": {
|
|
4698
|
-
"version": "
|
|
4699
|
-
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-
|
|
4700
|
-
"integrity": "sha512-
|
|
4614
|
+
"version": "3.23.0",
|
|
4615
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.23.0.tgz",
|
|
4616
|
+
"integrity": "sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==",
|
|
4701
4617
|
"dev": true,
|
|
4702
4618
|
"license": "MIT",
|
|
4703
4619
|
"dependencies": {
|
|
4704
|
-
"@shikijs/types": "
|
|
4705
|
-
"@shikijs/vscode-textmate": "^10.0.
|
|
4620
|
+
"@shikijs/types": "3.23.0",
|
|
4621
|
+
"@shikijs/vscode-textmate": "^10.0.2"
|
|
4706
4622
|
}
|
|
4707
4623
|
},
|
|
4708
4624
|
"node_modules/@shikijs/langs": {
|
|
@@ -4715,17 +4631,6 @@
|
|
|
4715
4631
|
"@shikijs/types": "3.23.0"
|
|
4716
4632
|
}
|
|
4717
4633
|
},
|
|
4718
|
-
"node_modules/@shikijs/langs/node_modules/@shikijs/types": {
|
|
4719
|
-
"version": "3.23.0",
|
|
4720
|
-
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz",
|
|
4721
|
-
"integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
|
|
4722
|
-
"dev": true,
|
|
4723
|
-
"license": "MIT",
|
|
4724
|
-
"dependencies": {
|
|
4725
|
-
"@shikijs/vscode-textmate": "^10.0.2",
|
|
4726
|
-
"@types/hast": "^3.0.4"
|
|
4727
|
-
}
|
|
4728
|
-
},
|
|
4729
4634
|
"node_modules/@shikijs/themes": {
|
|
4730
4635
|
"version": "3.23.0",
|
|
4731
4636
|
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.23.0.tgz",
|
|
@@ -4736,7 +4641,7 @@
|
|
|
4736
4641
|
"@shikijs/types": "3.23.0"
|
|
4737
4642
|
}
|
|
4738
4643
|
},
|
|
4739
|
-
"node_modules/@shikijs/
|
|
4644
|
+
"node_modules/@shikijs/types": {
|
|
4740
4645
|
"version": "3.23.0",
|
|
4741
4646
|
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.23.0.tgz",
|
|
4742
4647
|
"integrity": "sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==",
|
|
@@ -4747,17 +4652,6 @@
|
|
|
4747
4652
|
"@types/hast": "^3.0.4"
|
|
4748
4653
|
}
|
|
4749
4654
|
},
|
|
4750
|
-
"node_modules/@shikijs/types": {
|
|
4751
|
-
"version": "1.29.2",
|
|
4752
|
-
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.29.2.tgz",
|
|
4753
|
-
"integrity": "sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==",
|
|
4754
|
-
"dev": true,
|
|
4755
|
-
"license": "MIT",
|
|
4756
|
-
"dependencies": {
|
|
4757
|
-
"@shikijs/vscode-textmate": "^10.0.1",
|
|
4758
|
-
"@types/hast": "^3.0.4"
|
|
4759
|
-
}
|
|
4760
|
-
},
|
|
4761
4655
|
"node_modules/@shikijs/vscode-textmate": {
|
|
4762
4656
|
"version": "10.0.2",
|
|
4763
4657
|
"resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
|
|
@@ -5187,16 +5081,6 @@
|
|
|
5187
5081
|
"@types/node": "*"
|
|
5188
5082
|
}
|
|
5189
5083
|
},
|
|
5190
|
-
"node_modules/@types/mdast": {
|
|
5191
|
-
"version": "4.0.4",
|
|
5192
|
-
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
|
|
5193
|
-
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
5194
|
-
"dev": true,
|
|
5195
|
-
"license": "MIT",
|
|
5196
|
-
"dependencies": {
|
|
5197
|
-
"@types/unist": "*"
|
|
5198
|
-
}
|
|
5199
|
-
},
|
|
5200
5084
|
"node_modules/@types/minimist": {
|
|
5201
5085
|
"version": "1.2.5",
|
|
5202
5086
|
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz",
|
|
@@ -5222,9 +5106,9 @@
|
|
|
5222
5106
|
}
|
|
5223
5107
|
},
|
|
5224
5108
|
"node_modules/@types/node": {
|
|
5225
|
-
"version": "26.
|
|
5226
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.
|
|
5227
|
-
"integrity": "sha512-
|
|
5109
|
+
"version": "26.4.0",
|
|
5110
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.0.tgz",
|
|
5111
|
+
"integrity": "sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ==",
|
|
5228
5112
|
"license": "MIT",
|
|
5229
5113
|
"dependencies": {
|
|
5230
5114
|
"undici-types": "~8.3.0"
|
|
@@ -5382,7 +5266,7 @@
|
|
|
5382
5266
|
}
|
|
5383
5267
|
},
|
|
5384
5268
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/typescript": {
|
|
5385
|
-
"version": "
|
|
5269
|
+
"version": "6.0.3",
|
|
5386
5270
|
"dev": true,
|
|
5387
5271
|
"license": "Apache-2.0",
|
|
5388
5272
|
"peer": true,
|
|
@@ -5420,7 +5304,7 @@
|
|
|
5420
5304
|
}
|
|
5421
5305
|
},
|
|
5422
5306
|
"node_modules/@typescript-eslint/parser/node_modules/typescript": {
|
|
5423
|
-
"version": "
|
|
5307
|
+
"version": "6.0.3",
|
|
5424
5308
|
"dev": true,
|
|
5425
5309
|
"license": "Apache-2.0",
|
|
5426
5310
|
"peer": true,
|
|
@@ -5545,7 +5429,7 @@
|
|
|
5545
5429
|
}
|
|
5546
5430
|
},
|
|
5547
5431
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/typescript": {
|
|
5548
|
-
"version": "
|
|
5432
|
+
"version": "6.0.3",
|
|
5549
5433
|
"dev": true,
|
|
5550
5434
|
"license": "Apache-2.0",
|
|
5551
5435
|
"peer": true,
|
|
@@ -5667,13 +5551,6 @@
|
|
|
5667
5551
|
"node": ">=16.20.0"
|
|
5668
5552
|
}
|
|
5669
5553
|
},
|
|
5670
|
-
"node_modules/@ungap/structured-clone": {
|
|
5671
|
-
"version": "1.3.3",
|
|
5672
|
-
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.3.tgz",
|
|
5673
|
-
"integrity": "sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==",
|
|
5674
|
-
"dev": true,
|
|
5675
|
-
"license": "ISC"
|
|
5676
|
-
},
|
|
5677
5554
|
"node_modules/@unrs/resolver-binding-linux-x64-gnu": {
|
|
5678
5555
|
"version": "1.12.2",
|
|
5679
5556
|
"resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.12.2.tgz",
|
|
@@ -6783,17 +6660,6 @@
|
|
|
6783
6660
|
"upper-case-first": "^2.0.2"
|
|
6784
6661
|
}
|
|
6785
6662
|
},
|
|
6786
|
-
"node_modules/ccount": {
|
|
6787
|
-
"version": "2.0.1",
|
|
6788
|
-
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
6789
|
-
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
6790
|
-
"dev": true,
|
|
6791
|
-
"license": "MIT",
|
|
6792
|
-
"funding": {
|
|
6793
|
-
"type": "github",
|
|
6794
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
6795
|
-
}
|
|
6796
|
-
},
|
|
6797
6663
|
"node_modules/chai": {
|
|
6798
6664
|
"version": "6.2.2",
|
|
6799
6665
|
"resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz",
|
|
@@ -6864,28 +6730,6 @@
|
|
|
6864
6730
|
"node": ">=10"
|
|
6865
6731
|
}
|
|
6866
6732
|
},
|
|
6867
|
-
"node_modules/character-entities-html4": {
|
|
6868
|
-
"version": "2.1.0",
|
|
6869
|
-
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
|
6870
|
-
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
|
6871
|
-
"dev": true,
|
|
6872
|
-
"license": "MIT",
|
|
6873
|
-
"funding": {
|
|
6874
|
-
"type": "github",
|
|
6875
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
6876
|
-
}
|
|
6877
|
-
},
|
|
6878
|
-
"node_modules/character-entities-legacy": {
|
|
6879
|
-
"version": "3.0.0",
|
|
6880
|
-
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
6881
|
-
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
6882
|
-
"dev": true,
|
|
6883
|
-
"license": "MIT",
|
|
6884
|
-
"funding": {
|
|
6885
|
-
"type": "github",
|
|
6886
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
6887
|
-
}
|
|
6888
|
-
},
|
|
6889
6733
|
"node_modules/chardet": {
|
|
6890
6734
|
"version": "2.2.0",
|
|
6891
6735
|
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.2.0.tgz",
|
|
@@ -7242,17 +7086,6 @@
|
|
|
7242
7086
|
"node": ">= 0.8"
|
|
7243
7087
|
}
|
|
7244
7088
|
},
|
|
7245
|
-
"node_modules/comma-separated-tokens": {
|
|
7246
|
-
"version": "2.0.3",
|
|
7247
|
-
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
7248
|
-
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
7249
|
-
"dev": true,
|
|
7250
|
-
"license": "MIT",
|
|
7251
|
-
"funding": {
|
|
7252
|
-
"type": "github",
|
|
7253
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
7254
|
-
}
|
|
7255
|
-
},
|
|
7256
7089
|
"node_modules/commander": {
|
|
7257
7090
|
"version": "14.0.3",
|
|
7258
7091
|
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
|
|
@@ -7497,7 +7330,7 @@
|
|
|
7497
7330
|
}
|
|
7498
7331
|
},
|
|
7499
7332
|
"node_modules/cosmiconfig/node_modules/typescript": {
|
|
7500
|
-
"version": "
|
|
7333
|
+
"version": "6.0.3",
|
|
7501
7334
|
"extraneous": true,
|
|
7502
7335
|
"license": "Apache-2.0",
|
|
7503
7336
|
"bin": {
|
|
@@ -7744,16 +7577,6 @@
|
|
|
7744
7577
|
"node": ">=0.4.0"
|
|
7745
7578
|
}
|
|
7746
7579
|
},
|
|
7747
|
-
"node_modules/dequal": {
|
|
7748
|
-
"version": "2.0.3",
|
|
7749
|
-
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
7750
|
-
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
7751
|
-
"dev": true,
|
|
7752
|
-
"license": "MIT",
|
|
7753
|
-
"engines": {
|
|
7754
|
-
"node": ">=6"
|
|
7755
|
-
}
|
|
7756
|
-
},
|
|
7757
7580
|
"node_modules/detect-indent": {
|
|
7758
7581
|
"version": "7.0.2",
|
|
7759
7582
|
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.2.tgz",
|
|
@@ -7767,20 +7590,6 @@
|
|
|
7767
7590
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7768
7591
|
}
|
|
7769
7592
|
},
|
|
7770
|
-
"node_modules/devlop": {
|
|
7771
|
-
"version": "1.1.0",
|
|
7772
|
-
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
7773
|
-
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
7774
|
-
"dev": true,
|
|
7775
|
-
"license": "MIT",
|
|
7776
|
-
"dependencies": {
|
|
7777
|
-
"dequal": "^2.0.0"
|
|
7778
|
-
},
|
|
7779
|
-
"funding": {
|
|
7780
|
-
"type": "github",
|
|
7781
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
7782
|
-
}
|
|
7783
|
-
},
|
|
7784
7593
|
"node_modules/diff": {
|
|
7785
7594
|
"version": "4.0.4",
|
|
7786
7595
|
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz",
|
|
@@ -7938,13 +7747,6 @@
|
|
|
7938
7747
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
7939
7748
|
"license": "MIT"
|
|
7940
7749
|
},
|
|
7941
|
-
"node_modules/emoji-regex-xs": {
|
|
7942
|
-
"version": "1.0.0",
|
|
7943
|
-
"resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz",
|
|
7944
|
-
"integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==",
|
|
7945
|
-
"dev": true,
|
|
7946
|
-
"license": "MIT"
|
|
7947
|
-
},
|
|
7948
7750
|
"node_modules/emojilib": {
|
|
7949
7751
|
"version": "2.4.0",
|
|
7950
7752
|
"resolved": "https://registry.npmjs.org/emojilib/-/emojilib-2.4.0.tgz",
|
|
@@ -9774,44 +9576,6 @@
|
|
|
9774
9576
|
"node": ">= 0.4"
|
|
9775
9577
|
}
|
|
9776
9578
|
},
|
|
9777
|
-
"node_modules/hast-util-to-html": {
|
|
9778
|
-
"version": "9.0.5",
|
|
9779
|
-
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
|
|
9780
|
-
"integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
|
|
9781
|
-
"dev": true,
|
|
9782
|
-
"license": "MIT",
|
|
9783
|
-
"dependencies": {
|
|
9784
|
-
"@types/hast": "^3.0.0",
|
|
9785
|
-
"@types/unist": "^3.0.0",
|
|
9786
|
-
"ccount": "^2.0.0",
|
|
9787
|
-
"comma-separated-tokens": "^2.0.0",
|
|
9788
|
-
"hast-util-whitespace": "^3.0.0",
|
|
9789
|
-
"html-void-elements": "^3.0.0",
|
|
9790
|
-
"mdast-util-to-hast": "^13.0.0",
|
|
9791
|
-
"property-information": "^7.0.0",
|
|
9792
|
-
"space-separated-tokens": "^2.0.0",
|
|
9793
|
-
"stringify-entities": "^4.0.0",
|
|
9794
|
-
"zwitch": "^2.0.4"
|
|
9795
|
-
},
|
|
9796
|
-
"funding": {
|
|
9797
|
-
"type": "opencollective",
|
|
9798
|
-
"url": "https://opencollective.com/unified"
|
|
9799
|
-
}
|
|
9800
|
-
},
|
|
9801
|
-
"node_modules/hast-util-whitespace": {
|
|
9802
|
-
"version": "3.0.0",
|
|
9803
|
-
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
9804
|
-
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
9805
|
-
"dev": true,
|
|
9806
|
-
"license": "MIT",
|
|
9807
|
-
"dependencies": {
|
|
9808
|
-
"@types/hast": "^3.0.0"
|
|
9809
|
-
},
|
|
9810
|
-
"funding": {
|
|
9811
|
-
"type": "opencollective",
|
|
9812
|
-
"url": "https://opencollective.com/unified"
|
|
9813
|
-
}
|
|
9814
|
-
},
|
|
9815
9579
|
"node_modules/he": {
|
|
9816
9580
|
"version": "1.2.0",
|
|
9817
9581
|
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
|
@@ -9897,17 +9661,6 @@
|
|
|
9897
9661
|
"dev": true,
|
|
9898
9662
|
"license": "MIT"
|
|
9899
9663
|
},
|
|
9900
|
-
"node_modules/html-void-elements": {
|
|
9901
|
-
"version": "3.0.0",
|
|
9902
|
-
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
|
|
9903
|
-
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
|
|
9904
|
-
"dev": true,
|
|
9905
|
-
"license": "MIT",
|
|
9906
|
-
"funding": {
|
|
9907
|
-
"type": "github",
|
|
9908
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
9909
|
-
}
|
|
9910
|
-
},
|
|
9911
9664
|
"node_modules/htmlparser2": {
|
|
9912
9665
|
"version": "10.1.0",
|
|
9913
9666
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz",
|
|
@@ -11891,28 +11644,6 @@
|
|
|
11891
11644
|
"node": ">= 0.4"
|
|
11892
11645
|
}
|
|
11893
11646
|
},
|
|
11894
|
-
"node_modules/mdast-util-to-hast": {
|
|
11895
|
-
"version": "13.2.1",
|
|
11896
|
-
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
|
|
11897
|
-
"integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
|
|
11898
|
-
"dev": true,
|
|
11899
|
-
"license": "MIT",
|
|
11900
|
-
"dependencies": {
|
|
11901
|
-
"@types/hast": "^3.0.0",
|
|
11902
|
-
"@types/mdast": "^4.0.0",
|
|
11903
|
-
"@ungap/structured-clone": "^1.0.0",
|
|
11904
|
-
"devlop": "^1.0.0",
|
|
11905
|
-
"micromark-util-sanitize-uri": "^2.0.0",
|
|
11906
|
-
"trim-lines": "^3.0.0",
|
|
11907
|
-
"unist-util-position": "^5.0.0",
|
|
11908
|
-
"unist-util-visit": "^5.0.0",
|
|
11909
|
-
"vfile": "^6.0.0"
|
|
11910
|
-
},
|
|
11911
|
-
"funding": {
|
|
11912
|
-
"type": "opencollective",
|
|
11913
|
-
"url": "https://opencollective.com/unified"
|
|
11914
|
-
}
|
|
11915
|
-
},
|
|
11916
11647
|
"node_modules/mdn-data": {
|
|
11917
11648
|
"version": "2.29.0",
|
|
11918
11649
|
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.29.0.tgz",
|
|
@@ -12004,100 +11735,6 @@
|
|
|
12004
11735
|
"node": ">= 8"
|
|
12005
11736
|
}
|
|
12006
11737
|
},
|
|
12007
|
-
"node_modules/micromark-util-character": {
|
|
12008
|
-
"version": "2.1.1",
|
|
12009
|
-
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
12010
|
-
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
12011
|
-
"dev": true,
|
|
12012
|
-
"funding": [
|
|
12013
|
-
{
|
|
12014
|
-
"type": "GitHub Sponsors",
|
|
12015
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
12016
|
-
},
|
|
12017
|
-
{
|
|
12018
|
-
"type": "OpenCollective",
|
|
12019
|
-
"url": "https://opencollective.com/unified"
|
|
12020
|
-
}
|
|
12021
|
-
],
|
|
12022
|
-
"license": "MIT",
|
|
12023
|
-
"dependencies": {
|
|
12024
|
-
"micromark-util-symbol": "^2.0.0",
|
|
12025
|
-
"micromark-util-types": "^2.0.0"
|
|
12026
|
-
}
|
|
12027
|
-
},
|
|
12028
|
-
"node_modules/micromark-util-encode": {
|
|
12029
|
-
"version": "2.0.1",
|
|
12030
|
-
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
12031
|
-
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
12032
|
-
"dev": true,
|
|
12033
|
-
"funding": [
|
|
12034
|
-
{
|
|
12035
|
-
"type": "GitHub Sponsors",
|
|
12036
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
12037
|
-
},
|
|
12038
|
-
{
|
|
12039
|
-
"type": "OpenCollective",
|
|
12040
|
-
"url": "https://opencollective.com/unified"
|
|
12041
|
-
}
|
|
12042
|
-
],
|
|
12043
|
-
"license": "MIT"
|
|
12044
|
-
},
|
|
12045
|
-
"node_modules/micromark-util-sanitize-uri": {
|
|
12046
|
-
"version": "2.0.1",
|
|
12047
|
-
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
12048
|
-
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
12049
|
-
"dev": true,
|
|
12050
|
-
"funding": [
|
|
12051
|
-
{
|
|
12052
|
-
"type": "GitHub Sponsors",
|
|
12053
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
12054
|
-
},
|
|
12055
|
-
{
|
|
12056
|
-
"type": "OpenCollective",
|
|
12057
|
-
"url": "https://opencollective.com/unified"
|
|
12058
|
-
}
|
|
12059
|
-
],
|
|
12060
|
-
"license": "MIT",
|
|
12061
|
-
"dependencies": {
|
|
12062
|
-
"micromark-util-character": "^2.0.0",
|
|
12063
|
-
"micromark-util-encode": "^2.0.0",
|
|
12064
|
-
"micromark-util-symbol": "^2.0.0"
|
|
12065
|
-
}
|
|
12066
|
-
},
|
|
12067
|
-
"node_modules/micromark-util-symbol": {
|
|
12068
|
-
"version": "2.0.1",
|
|
12069
|
-
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
12070
|
-
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
12071
|
-
"dev": true,
|
|
12072
|
-
"funding": [
|
|
12073
|
-
{
|
|
12074
|
-
"type": "GitHub Sponsors",
|
|
12075
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
12076
|
-
},
|
|
12077
|
-
{
|
|
12078
|
-
"type": "OpenCollective",
|
|
12079
|
-
"url": "https://opencollective.com/unified"
|
|
12080
|
-
}
|
|
12081
|
-
],
|
|
12082
|
-
"license": "MIT"
|
|
12083
|
-
},
|
|
12084
|
-
"node_modules/micromark-util-types": {
|
|
12085
|
-
"version": "2.0.2",
|
|
12086
|
-
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
12087
|
-
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
12088
|
-
"dev": true,
|
|
12089
|
-
"funding": [
|
|
12090
|
-
{
|
|
12091
|
-
"type": "GitHub Sponsors",
|
|
12092
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
12093
|
-
},
|
|
12094
|
-
{
|
|
12095
|
-
"type": "OpenCollective",
|
|
12096
|
-
"url": "https://opencollective.com/unified"
|
|
12097
|
-
}
|
|
12098
|
-
],
|
|
12099
|
-
"license": "MIT"
|
|
12100
|
-
},
|
|
12101
11738
|
"node_modules/micromatch": {
|
|
12102
11739
|
"version": "4.0.8",
|
|
12103
11740
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
@@ -13211,18 +12848,6 @@
|
|
|
13211
12848
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13212
12849
|
}
|
|
13213
12850
|
},
|
|
13214
|
-
"node_modules/oniguruma-to-es": {
|
|
13215
|
-
"version": "2.3.0",
|
|
13216
|
-
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-2.3.0.tgz",
|
|
13217
|
-
"integrity": "sha512-bwALDxriqfKGfUufKGGepCzu9x7nJQuoRoAFp4AnwehhC2crqrDIAP/uN2qdlsAvSMpeRC3+Yzhqc7hLmle5+g==",
|
|
13218
|
-
"dev": true,
|
|
13219
|
-
"license": "MIT",
|
|
13220
|
-
"dependencies": {
|
|
13221
|
-
"emoji-regex-xs": "^1.0.0",
|
|
13222
|
-
"regex": "^5.1.1",
|
|
13223
|
-
"regex-recursion": "^5.1.1"
|
|
13224
|
-
}
|
|
13225
|
-
},
|
|
13226
12851
|
"node_modules/open": {
|
|
13227
12852
|
"version": "7.4.2",
|
|
13228
12853
|
"resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
|
|
@@ -14037,17 +13662,6 @@
|
|
|
14037
13662
|
"node": ">= 4"
|
|
14038
13663
|
}
|
|
14039
13664
|
},
|
|
14040
|
-
"node_modules/property-information": {
|
|
14041
|
-
"version": "7.2.0",
|
|
14042
|
-
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
|
|
14043
|
-
"integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==",
|
|
14044
|
-
"dev": true,
|
|
14045
|
-
"license": "MIT",
|
|
14046
|
-
"funding": {
|
|
14047
|
-
"type": "github",
|
|
14048
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
14049
|
-
}
|
|
14050
|
-
},
|
|
14051
13665
|
"node_modules/proto-list": {
|
|
14052
13666
|
"version": "1.2.4",
|
|
14053
13667
|
"resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
|
|
@@ -14333,34 +13947,6 @@
|
|
|
14333
13947
|
"node": ">=8"
|
|
14334
13948
|
}
|
|
14335
13949
|
},
|
|
14336
|
-
"node_modules/regex": {
|
|
14337
|
-
"version": "5.1.1",
|
|
14338
|
-
"resolved": "https://registry.npmjs.org/regex/-/regex-5.1.1.tgz",
|
|
14339
|
-
"integrity": "sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==",
|
|
14340
|
-
"dev": true,
|
|
14341
|
-
"license": "MIT",
|
|
14342
|
-
"dependencies": {
|
|
14343
|
-
"regex-utilities": "^2.3.0"
|
|
14344
|
-
}
|
|
14345
|
-
},
|
|
14346
|
-
"node_modules/regex-recursion": {
|
|
14347
|
-
"version": "5.1.1",
|
|
14348
|
-
"resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-5.1.1.tgz",
|
|
14349
|
-
"integrity": "sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==",
|
|
14350
|
-
"dev": true,
|
|
14351
|
-
"license": "MIT",
|
|
14352
|
-
"dependencies": {
|
|
14353
|
-
"regex": "^5.1.1",
|
|
14354
|
-
"regex-utilities": "^2.3.0"
|
|
14355
|
-
}
|
|
14356
|
-
},
|
|
14357
|
-
"node_modules/regex-utilities": {
|
|
14358
|
-
"version": "2.3.0",
|
|
14359
|
-
"resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
|
|
14360
|
-
"integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
|
|
14361
|
-
"dev": true,
|
|
14362
|
-
"license": "MIT"
|
|
14363
|
-
},
|
|
14364
13950
|
"node_modules/registry-auth-token": {
|
|
14365
13951
|
"version": "5.1.1",
|
|
14366
13952
|
"resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.1.1.tgz",
|
|
@@ -14797,43 +14383,6 @@
|
|
|
14797
14383
|
"node": ">=18"
|
|
14798
14384
|
}
|
|
14799
14385
|
},
|
|
14800
|
-
"node_modules/shiki": {
|
|
14801
|
-
"version": "1.29.2",
|
|
14802
|
-
"resolved": "https://registry.npmjs.org/shiki/-/shiki-1.29.2.tgz",
|
|
14803
|
-
"integrity": "sha512-njXuliz/cP+67jU2hukkxCNuH1yUi4QfdZZY+sMr5PPrIyXSu5iTb/qYC4BiWWB0vZ+7TbdvYUCeL23zpwCfbg==",
|
|
14804
|
-
"dev": true,
|
|
14805
|
-
"license": "MIT",
|
|
14806
|
-
"dependencies": {
|
|
14807
|
-
"@shikijs/core": "1.29.2",
|
|
14808
|
-
"@shikijs/engine-javascript": "1.29.2",
|
|
14809
|
-
"@shikijs/engine-oniguruma": "1.29.2",
|
|
14810
|
-
"@shikijs/langs": "1.29.2",
|
|
14811
|
-
"@shikijs/themes": "1.29.2",
|
|
14812
|
-
"@shikijs/types": "1.29.2",
|
|
14813
|
-
"@shikijs/vscode-textmate": "^10.0.1",
|
|
14814
|
-
"@types/hast": "^3.0.4"
|
|
14815
|
-
}
|
|
14816
|
-
},
|
|
14817
|
-
"node_modules/shiki/node_modules/@shikijs/langs": {
|
|
14818
|
-
"version": "1.29.2",
|
|
14819
|
-
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-1.29.2.tgz",
|
|
14820
|
-
"integrity": "sha512-FIBA7N3LZ+223U7cJDUYd5shmciFQlYkFXlkKVaHsCPgfVLiO+e12FmQE6Tf9vuyEsFe3dIl8qGWKXgEHL9wmQ==",
|
|
14821
|
-
"dev": true,
|
|
14822
|
-
"license": "MIT",
|
|
14823
|
-
"dependencies": {
|
|
14824
|
-
"@shikijs/types": "1.29.2"
|
|
14825
|
-
}
|
|
14826
|
-
},
|
|
14827
|
-
"node_modules/shiki/node_modules/@shikijs/themes": {
|
|
14828
|
-
"version": "1.29.2",
|
|
14829
|
-
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-1.29.2.tgz",
|
|
14830
|
-
"integrity": "sha512-i9TNZlsq4uoyqSbluIcZkmPL9Bfi3djVxRnofUHwvx/h6SRW3cwgBC5SML7vsDcWyukY0eCzVN980rqP6qNl9g==",
|
|
14831
|
-
"dev": true,
|
|
14832
|
-
"license": "MIT",
|
|
14833
|
-
"dependencies": {
|
|
14834
|
-
"@shikijs/types": "1.29.2"
|
|
14835
|
-
}
|
|
14836
|
-
},
|
|
14837
14386
|
"node_modules/signal-exit": {
|
|
14838
14387
|
"version": "3.0.7",
|
|
14839
14388
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
@@ -15080,17 +14629,6 @@
|
|
|
15080
14629
|
"source-map": "^0.6.0"
|
|
15081
14630
|
}
|
|
15082
14631
|
},
|
|
15083
|
-
"node_modules/space-separated-tokens": {
|
|
15084
|
-
"version": "2.0.2",
|
|
15085
|
-
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
15086
|
-
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
15087
|
-
"dev": true,
|
|
15088
|
-
"license": "MIT",
|
|
15089
|
-
"funding": {
|
|
15090
|
-
"type": "github",
|
|
15091
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
15092
|
-
}
|
|
15093
|
-
},
|
|
15094
14632
|
"node_modules/spawn-wrap": {
|
|
15095
14633
|
"version": "2.0.0",
|
|
15096
14634
|
"resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-2.0.0.tgz",
|
|
@@ -15259,21 +14797,6 @@
|
|
|
15259
14797
|
"node": ">=8"
|
|
15260
14798
|
}
|
|
15261
14799
|
},
|
|
15262
|
-
"node_modules/stringify-entities": {
|
|
15263
|
-
"version": "4.0.4",
|
|
15264
|
-
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
15265
|
-
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
15266
|
-
"dev": true,
|
|
15267
|
-
"license": "MIT",
|
|
15268
|
-
"dependencies": {
|
|
15269
|
-
"character-entities-html4": "^2.0.0",
|
|
15270
|
-
"character-entities-legacy": "^3.0.0"
|
|
15271
|
-
},
|
|
15272
|
-
"funding": {
|
|
15273
|
-
"type": "github",
|
|
15274
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
15275
|
-
}
|
|
15276
|
-
},
|
|
15277
14800
|
"node_modules/strip-ansi": {
|
|
15278
14801
|
"version": "6.0.1",
|
|
15279
14802
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -15777,17 +15300,6 @@
|
|
|
15777
15300
|
"tslib": "2"
|
|
15778
15301
|
}
|
|
15779
15302
|
},
|
|
15780
|
-
"node_modules/trim-lines": {
|
|
15781
|
-
"version": "3.0.1",
|
|
15782
|
-
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
15783
|
-
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
15784
|
-
"dev": true,
|
|
15785
|
-
"license": "MIT",
|
|
15786
|
-
"funding": {
|
|
15787
|
-
"type": "github",
|
|
15788
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
15789
|
-
}
|
|
15790
|
-
},
|
|
15791
15303
|
"node_modules/trim-newlines": {
|
|
15792
15304
|
"version": "3.0.1",
|
|
15793
15305
|
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
|
|
@@ -16099,79 +15611,6 @@
|
|
|
16099
15611
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
16100
15612
|
}
|
|
16101
15613
|
},
|
|
16102
|
-
"node_modules/unist-util-is": {
|
|
16103
|
-
"version": "6.0.1",
|
|
16104
|
-
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
|
|
16105
|
-
"integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
|
|
16106
|
-
"dev": true,
|
|
16107
|
-
"license": "MIT",
|
|
16108
|
-
"dependencies": {
|
|
16109
|
-
"@types/unist": "^3.0.0"
|
|
16110
|
-
},
|
|
16111
|
-
"funding": {
|
|
16112
|
-
"type": "opencollective",
|
|
16113
|
-
"url": "https://opencollective.com/unified"
|
|
16114
|
-
}
|
|
16115
|
-
},
|
|
16116
|
-
"node_modules/unist-util-position": {
|
|
16117
|
-
"version": "5.0.0",
|
|
16118
|
-
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
16119
|
-
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
16120
|
-
"dev": true,
|
|
16121
|
-
"license": "MIT",
|
|
16122
|
-
"dependencies": {
|
|
16123
|
-
"@types/unist": "^3.0.0"
|
|
16124
|
-
},
|
|
16125
|
-
"funding": {
|
|
16126
|
-
"type": "opencollective",
|
|
16127
|
-
"url": "https://opencollective.com/unified"
|
|
16128
|
-
}
|
|
16129
|
-
},
|
|
16130
|
-
"node_modules/unist-util-stringify-position": {
|
|
16131
|
-
"version": "4.0.0",
|
|
16132
|
-
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
16133
|
-
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
16134
|
-
"dev": true,
|
|
16135
|
-
"license": "MIT",
|
|
16136
|
-
"dependencies": {
|
|
16137
|
-
"@types/unist": "^3.0.0"
|
|
16138
|
-
},
|
|
16139
|
-
"funding": {
|
|
16140
|
-
"type": "opencollective",
|
|
16141
|
-
"url": "https://opencollective.com/unified"
|
|
16142
|
-
}
|
|
16143
|
-
},
|
|
16144
|
-
"node_modules/unist-util-visit": {
|
|
16145
|
-
"version": "5.1.0",
|
|
16146
|
-
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
|
|
16147
|
-
"integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
|
|
16148
|
-
"dev": true,
|
|
16149
|
-
"license": "MIT",
|
|
16150
|
-
"dependencies": {
|
|
16151
|
-
"@types/unist": "^3.0.0",
|
|
16152
|
-
"unist-util-is": "^6.0.0",
|
|
16153
|
-
"unist-util-visit-parents": "^6.0.0"
|
|
16154
|
-
},
|
|
16155
|
-
"funding": {
|
|
16156
|
-
"type": "opencollective",
|
|
16157
|
-
"url": "https://opencollective.com/unified"
|
|
16158
|
-
}
|
|
16159
|
-
},
|
|
16160
|
-
"node_modules/unist-util-visit-parents": {
|
|
16161
|
-
"version": "6.0.2",
|
|
16162
|
-
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
|
|
16163
|
-
"integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
|
|
16164
|
-
"dev": true,
|
|
16165
|
-
"license": "MIT",
|
|
16166
|
-
"dependencies": {
|
|
16167
|
-
"@types/unist": "^3.0.0",
|
|
16168
|
-
"unist-util-is": "^6.0.0"
|
|
16169
|
-
},
|
|
16170
|
-
"funding": {
|
|
16171
|
-
"type": "opencollective",
|
|
16172
|
-
"url": "https://opencollective.com/unified"
|
|
16173
|
-
}
|
|
16174
|
-
},
|
|
16175
15614
|
"node_modules/universalify": {
|
|
16176
15615
|
"version": "2.0.1",
|
|
16177
15616
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
|
|
@@ -16337,36 +15776,6 @@
|
|
|
16337
15776
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
16338
15777
|
}
|
|
16339
15778
|
},
|
|
16340
|
-
"node_modules/vfile": {
|
|
16341
|
-
"version": "6.0.3",
|
|
16342
|
-
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
16343
|
-
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
16344
|
-
"dev": true,
|
|
16345
|
-
"license": "MIT",
|
|
16346
|
-
"dependencies": {
|
|
16347
|
-
"@types/unist": "^3.0.0",
|
|
16348
|
-
"vfile-message": "^4.0.0"
|
|
16349
|
-
},
|
|
16350
|
-
"funding": {
|
|
16351
|
-
"type": "opencollective",
|
|
16352
|
-
"url": "https://opencollective.com/unified"
|
|
16353
|
-
}
|
|
16354
|
-
},
|
|
16355
|
-
"node_modules/vfile-message": {
|
|
16356
|
-
"version": "4.0.3",
|
|
16357
|
-
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
|
|
16358
|
-
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
|
|
16359
|
-
"dev": true,
|
|
16360
|
-
"license": "MIT",
|
|
16361
|
-
"dependencies": {
|
|
16362
|
-
"@types/unist": "^3.0.0",
|
|
16363
|
-
"unist-util-stringify-position": "^4.0.0"
|
|
16364
|
-
},
|
|
16365
|
-
"funding": {
|
|
16366
|
-
"type": "opencollective",
|
|
16367
|
-
"url": "https://opencollective.com/unified"
|
|
16368
|
-
}
|
|
16369
|
-
},
|
|
16370
15779
|
"node_modules/web-worker": {
|
|
16371
15780
|
"version": "1.5.0",
|
|
16372
15781
|
"resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.5.0.tgz",
|
|
@@ -16880,17 +16289,6 @@
|
|
|
16880
16289
|
"funding": {
|
|
16881
16290
|
"url": "https://github.com/sponsors/colinhacks"
|
|
16882
16291
|
}
|
|
16883
|
-
},
|
|
16884
|
-
"node_modules/zwitch": {
|
|
16885
|
-
"version": "2.0.4",
|
|
16886
|
-
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
|
16887
|
-
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
16888
|
-
"dev": true,
|
|
16889
|
-
"license": "MIT",
|
|
16890
|
-
"funding": {
|
|
16891
|
-
"type": "github",
|
|
16892
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
16893
|
-
}
|
|
16894
16292
|
}
|
|
16895
16293
|
}
|
|
16896
16294
|
}
|