summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: bfbb76cb6de7bd0d3807cda28c80995e60b70dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
# Generated by mksrcinfo v8
# Fri Jan 24 18:38:34 UTC 2025
pkgbase = sozi
	pkgdesc = A zooming presentation editor and player based on SVG and JavaScript
	pkgver = 24.11
	pkgrel = 1
	url = http://sozi.baierouge.fr/
	arch = x86_64
	license = MPL2
	makedepends = npm
	makedepends = gulp
	makedepends = nodejs>=14.3.0
	makedepends = zip
	makedepends = jq
	makedepends = semver
	noextract = electron-v33.3.1-linux-x64.zip
	noextract = po2json-mikeedwards.zip
	noextract = 7zip-bin-5.2.0.tgz
	noextract = abbrev-1.1.1.tgz
	noextract = acorn-5.7.4.tgz
	noextract = acorn-7.4.1.tgz
	noextract = acorn-8.14.0.tgz
	noextract = acorn-jsx-5.3.2.tgz
	noextract = acorn-node-1.8.2.tgz
	noextract = acorn-walk-7.2.0.tgz
	noextract = agent-base-6.0.2.tgz
	noextract = agent-base-7.1.3.tgz
	noextract = agentkeepalive-4.6.0.tgz
	noextract = aggregate-error-3.1.0.tgz
	noextract = ajv-6.12.6.tgz
	noextract = ajv-keywords-3.5.2.tgz
	noextract = @ampproject#remapping-2.3.0.tgz
	noextract = ansi-colors-1.1.0.tgz
	noextract = ansi-colors-4.1.3.tgz
	noextract = ansi-cyan-0.1.1.tgz
	noextract = ansi-gray-0.1.1.tgz
	noextract = ansi-red-0.1.1.tgz
	noextract = ansi-regex-3.0.1.tgz
	noextract = ansi-regex-5.0.1.tgz
	noextract = ansi-regex-6.1.0.tgz
	noextract = ansi-styles-1.0.0.tgz
	noextract = ansi-styles-3.2.1.tgz
	noextract = ansi-styles-4.3.0.tgz
	noextract = ansi-styles-6.2.1.tgz
	noextract = ansi-wrap-0.1.0.tgz
	noextract = anymatch-3.1.3.tgz
	noextract = app-builder-bin-5.0.0-alpha.10.tgz
	noextract = app-builder-lib-25.1.8.tgz
	noextract = aproba-2.0.0.tgz
	noextract = archiver-5.2.0.tgz
	noextract = archiver-utils-2.1.0.tgz
	noextract = archiver-utils-3.0.4.tgz
	noextract = are-docs-informative-0.0.2.tgz
	noextract = are-we-there-yet-3.0.1.tgz
	noextract = argparse-2.0.1.tgz
	noextract = array-each-1.0.1.tgz
	noextract = array-slice-0.2.3.tgz
	noextract = array-slice-1.1.0.tgz
	noextract = arr-diff-1.1.0.tgz
	noextract = arr-diff-4.0.0.tgz
	noextract = arr-flatten-1.1.0.tgz
	noextract = arr-union-2.1.0.tgz
	noextract = arr-union-3.1.0.tgz
	noextract = asap-2.0.6.tgz
	noextract = asn1.js-4.10.1.tgz
	noextract = assert-1.5.1.tgz
	noextract = assign-symbols-1.0.0.tgz
	noextract = async-1.5.2.tgz
	noextract = async-3.2.6.tgz
	noextract = async-done-2.0.0.tgz
	noextract = async-exit-hook-2.0.1.tgz
	noextract = asynckit-0.4.0.tgz
	noextract = async-settle-2.0.0.tgz
	noextract = a-sync-waterfall-1.0.1.tgz
	noextract = at-least-node-1.0.0.tgz
	noextract = available-typed-arrays-1.0.7.tgz
	noextract = await-handler-1.1.2.tgz
	noextract = b4a-1.6.7.tgz
	noextract = @babel#code-frame-7.26.2.tgz
	noextract = @babel#compat-data-7.26.5.tgz
	noextract = @babel#core-7.26.0.tgz
	noextract = @babel#generator-7.26.5.tgz
	noextract = @babel#helper-annotate-as-pure-7.25.9.tgz
	noextract = @babel#helper-compilation-targets-7.26.5.tgz
	noextract = @babel#helper-create-class-features-plugin-7.25.9.tgz
	noextract = @babel#helper-create-regexp-features-plugin-7.26.3.tgz
	noextract = @babel#helper-define-polyfill-provider-0.6.3.tgz
	noextract = @babel#helper-member-expression-to-functions-7.25.9.tgz
	noextract = @babel#helper-module-imports-7.25.9.tgz
	noextract = @babel#helper-module-transforms-7.26.0.tgz
	noextract = @babel#helper-optimise-call-expression-7.25.9.tgz
	noextract = @babel#helper-plugin-utils-7.26.5.tgz
	noextract = @babel#helper-remap-async-to-generator-7.25.9.tgz
	noextract = @babel#helper-replace-supers-7.26.5.tgz
	noextract = @babel#helpers-7.26.0.tgz
	noextract = @babel#helper-skip-transparent-expression-wrappers-7.25.9.tgz
	noextract = @babel#helper-string-parser-7.25.9.tgz
	noextract = @babel#helper-validator-identifier-7.25.9.tgz
	noextract = @babel#helper-validator-option-7.25.9.tgz
	noextract = @babel#helper-wrap-function-7.25.9.tgz
	noextract = @babel#parser-7.26.5.tgz
	noextract = @babel#plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz
	noextract = @babel#plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz
	noextract = @babel#plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz
	noextract = @babel#plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz
	noextract = @babel#plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz
	noextract = babel-plugin-polyfill-corejs2-0.4.12.tgz
	noextract = babel-plugin-polyfill-corejs3-0.10.6.tgz
	noextract = babel-plugin-polyfill-regenerator-0.6.3.tgz
	noextract = @babel#plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz
	noextract = @babel#plugin-syntax-import-assertions-7.26.0.tgz
	noextract = @babel#plugin-syntax-import-attributes-7.26.0.tgz
	noextract = @babel#plugin-syntax-unicode-sets-regex-7.18.6.tgz
	noextract = @babel#plugin-transform-arrow-functions-7.25.9.tgz
	noextract = @babel#plugin-transform-async-generator-functions-7.25.9.tgz
	noextract = @babel#plugin-transform-async-to-generator-7.25.9.tgz
	noextract = @babel#plugin-transform-block-scoped-functions-7.26.5.tgz
	noextract = @babel#plugin-transform-block-scoping-7.25.9.tgz
	noextract = @babel#plugin-transform-classes-7.25.9.tgz
	noextract = @babel#plugin-transform-class-properties-7.25.9.tgz
	noextract = @babel#plugin-transform-class-static-block-7.26.0.tgz
	noextract = @babel#plugin-transform-computed-properties-7.25.9.tgz
	noextract = @babel#plugin-transform-destructuring-7.25.9.tgz
	noextract = @babel#plugin-transform-dotall-regex-7.25.9.tgz
	noextract = @babel#plugin-transform-duplicate-keys-7.25.9.tgz
	noextract = @babel#plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz
	noextract = @babel#plugin-transform-dynamic-import-7.25.9.tgz
	noextract = @babel#plugin-transform-exponentiation-operator-7.26.3.tgz
	noextract = @babel#plugin-transform-export-namespace-from-7.25.9.tgz
	noextract = @babel#plugin-transform-for-of-7.25.9.tgz
	noextract = @babel#plugin-transform-function-name-7.25.9.tgz
	noextract = @babel#plugin-transform-json-strings-7.25.9.tgz
	noextract = @babel#plugin-transform-literals-7.25.9.tgz
	noextract = @babel#plugin-transform-logical-assignment-operators-7.25.9.tgz
	noextract = @babel#plugin-transform-member-expression-literals-7.25.9.tgz
	noextract = @babel#plugin-transform-modules-amd-7.25.9.tgz
	noextract = @babel#plugin-transform-modules-commonjs-7.26.3.tgz
	noextract = @babel#plugin-transform-modules-systemjs-7.25.9.tgz
	noextract = @babel#plugin-transform-modules-umd-7.25.9.tgz
	noextract = @babel#plugin-transform-named-capturing-groups-regex-7.25.9.tgz
	noextract = @babel#plugin-transform-new-target-7.25.9.tgz
	noextract = @babel#plugin-transform-nullish-coalescing-operator-7.26.6.tgz
	noextract = @babel#plugin-transform-numeric-separator-7.25.9.tgz
	noextract = @babel#plugin-transform-object-rest-spread-7.25.9.tgz
	noextract = @babel#plugin-transform-object-super-7.25.9.tgz
	noextract = @babel#plugin-transform-optional-catch-binding-7.25.9.tgz
	noextract = @babel#plugin-transform-optional-chaining-7.25.9.tgz
	noextract = @babel#plugin-transform-parameters-7.25.9.tgz
	noextract = @babel#plugin-transform-private-methods-7.25.9.tgz
	noextract = @babel#plugin-transform-private-property-in-object-7.25.9.tgz
	noextract = @babel#plugin-transform-property-literals-7.25.9.tgz
	noextract = @babel#plugin-transform-regenerator-7.25.9.tgz
	noextract = @babel#plugin-transform-regexp-modifiers-7.26.0.tgz
	noextract = @babel#plugin-transform-reserved-words-7.25.9.tgz
	noextract = @babel#plugin-transform-shorthand-properties-7.25.9.tgz
	noextract = @babel#plugin-transform-spread-7.25.9.tgz
	noextract = @babel#plugin-transform-sticky-regex-7.25.9.tgz
	noextract = @babel#plugin-transform-template-literals-7.25.9.tgz
	noextract = @babel#plugin-transform-typeof-symbol-7.25.9.tgz
	noextract = @babel#plugin-transform-unicode-escapes-7.25.9.tgz
	noextract = @babel#plugin-transform-unicode-property-regex-7.25.9.tgz
	noextract = @babel#plugin-transform-unicode-regex-7.25.9.tgz
	noextract = @babel#plugin-transform-unicode-sets-regex-7.25.9.tgz
	noextract = @babel#preset-env-7.26.0.tgz
	noextract = @babel#preset-modules-0.1.6-no-external-plugins.tgz
	noextract = @babel#runtime-7.26.0.tgz
	noextract = @babel#template-7.25.9.tgz
	noextract = @babel#traverse-7.26.5.tgz
	noextract = @babel#types-7.26.5.tgz
	noextract = bach-2.0.1.tgz
	noextract = balanced-match-1.0.2.tgz
	noextract = base64-js-1.5.1.tgz
	noextract = beeper-2.1.0.tgz
	noextract = binary-extensions-2.3.0.tgz
	noextract = bl-1.2.3.tgz
	noextract = bl-4.1.0.tgz
	noextract = bl-5.1.0.tgz
	noextract = bluebird-3.7.2.tgz
	noextract = bluebird-lst-1.0.9.tgz
	noextract = bn.js-4.12.1.tgz
	noextract = bn.js-5.2.1.tgz
	noextract = brace-expansion-1.1.11.tgz
	noextract = brace-expansion-2.0.1.tgz
	noextract = braces-3.0.3.tgz
	noextract = brorand-1.1.0.tgz
	noextract = browserify-17.0.1.tgz
	noextract = browserify-aes-1.2.0.tgz
	noextract = browserify-cipher-1.0.1.tgz
	noextract = browserify-des-1.0.2.tgz
	noextract = browserify-rsa-4.1.1.tgz
	noextract = browserify-sign-4.2.3.tgz
	noextract = browserify-zlib-0.2.0.tgz
	noextract = browser-pack-6.1.0.tgz
	noextract = browser-resolve-2.0.0.tgz
	noextract = browserslist-4.24.4.tgz
	noextract = buffer-5.2.1.tgz
	noextract = buffer-5.7.1.tgz
	noextract = buffer-6.0.3.tgz
	noextract = buffer-crc32-0.2.13.tgz
	noextract = buffer-from-1.1.2.tgz
	noextract = buffer-xor-1.0.3.tgz
	noextract = builder-util-25.1.7.tgz
	noextract = builder-util-runtime-9.2.10.tgz
	noextract = builtin-status-codes-3.0.0.tgz
	noextract = cacache-16.1.3.tgz
	noextract = cacheable-lookup-5.0.4.tgz
	noextract = cacheable-request-7.0.4.tgz
	noextract = cached-path-relative-1.1.0.tgz
	noextract = call-bind-1.0.8.tgz
	noextract = call-bind-apply-helpers-1.0.1.tgz
	noextract = call-bound-1.0.3.tgz
	noextract = callsites-3.1.0.tgz
	noextract = caniuse-lite-1.0.30001695.tgz
	noextract = catharsis-0.9.0.tgz
	noextract = chalk-0.4.0.tgz
	noextract = chalk-2.4.2.tgz
	noextract = chalk-4.1.2.tgz
	noextract = chokidar-3.6.0.tgz
	noextract = chownr-2.0.0.tgz
	noextract = chromium-pickle-js-0.2.0.tgz
	noextract = ci-info-3.9.0.tgz
	noextract = cipher-base-1.0.6.tgz
	noextract = clean-stack-2.2.0.tgz
	noextract = cli-cursor-2.1.0.tgz
	noextract = cli-cursor-3.1.0.tgz
	noextract = cli-spinners-1.3.1.tgz
	noextract = cli-spinners-2.9.2.tgz
	noextract = cliui-7.0.4.tgz
	noextract = cliui-8.0.1.tgz
	noextract = clone-1.0.4.tgz
	noextract = clone-2.1.2.tgz
	noextract = cloneable-readable-1.1.3.tgz
	noextract = clone-buffer-1.0.0.tgz
	noextract = clone-response-1.0.3.tgz
	noextract = clone-stats-1.0.0.tgz
	noextract = color-convert-1.9.3.tgz
	noextract = color-convert-2.0.1.tgz
	noextract = color-name-1.1.3.tgz
	noextract = color-name-1.1.4.tgz
	noextract = colors-0.5.1.tgz
	noextract = color-support-1.1.3.tgz
	noextract = combined-stream-1.0.8.tgz
	noextract = combine-source-map-0.8.0.tgz
	noextract = commander-2.20.3.tgz
	noextract = commander-5.1.0.tgz
	noextract = commander-6.2.1.tgz
	noextract = comment-parser-1.4.1.tgz
	noextract = compare-version-0.1.2.tgz
	noextract = compress-commons-4.1.2.tgz
	noextract = concat-map-0.0.1.tgz
	noextract = concat-stream-1.6.2.tgz
	noextract = config-file-ts-0.2.8-rc1.tgz
	noextract = console-browserify-1.2.0.tgz
	noextract = console-control-strings-1.1.0.tgz
	noextract = constants-browserify-1.0.0.tgz
	noextract = convert-source-map-1.1.3.tgz
	noextract = convert-source-map-2.0.0.tgz
	noextract = copy-props-4.0.0.tgz
	noextract = core-js-3.40.0.tgz
	noextract = core-js-compat-3.40.0.tgz
	noextract = core-util-is-1.0.3.tgz
	noextract = crc-32-1.2.2.tgz
	noextract = crc32-stream-4.0.3.tgz
	noextract = create-ecdh-4.0.4.tgz
	noextract = create-hash-1.2.0.tgz
	noextract = create-hmac-1.1.7.tgz
	noextract = cross-spawn-7.0.6.tgz
	noextract = crypto-browserify-3.12.1.tgz
	noextract = csslint-1.0.5.tgz
	noextract = csstype-3.1.3.tgz
	noextract = dash-ast-1.0.0.tgz
	noextract = debug-4.4.0.tgz
	noextract = decompress-response-6.0.0.tgz
	noextract = deep-is-0.1.4.tgz
	noextract = defaults-1.0.4.tgz
	noextract = defer-to-connect-2.0.1.tgz
	noextract = defined-1.0.1.tgz
	noextract = define-data-property-1.1.4.tgz
	noextract = define-properties-1.2.1.tgz
	noextract = delayed-stream-1.0.0.tgz
	noextract = delegates-1.0.0.tgz
	noextract = deps-sort-2.0.1.tgz
	noextract = des.js-1.1.0.tgz
	noextract = detect-file-1.0.0.tgz
	noextract = detective-5.2.1.tgz
	noextract = detect-libc-2.0.3.tgz
	noextract = @develar#schema-utils-2.6.5.tgz
	noextract = diffie-hellman-5.0.3.tgz
	noextract = dir-compare-4.2.0.tgz
	noextract = dmg-builder-25.1.8.tgz
	noextract = domain-browser-1.2.0.tgz
	noextract = domelementtype-2.3.0.tgz
	noextract = domhandler-3.3.0.tgz
	noextract = domhandler-4.3.1.tgz
	noextract = dom-serializer-1.4.1.tgz
	noextract = domutils-2.8.0.tgz
	noextract = dotenv-16.4.7.tgz
	noextract = dotenv-expand-11.0.7.tgz
	noextract = dunder-proto-1.0.1.tgz
	noextract = duplexer2-0.1.4.tgz
	noextract = each-props-3.0.0.tgz
	noextract = eastasianwidth-0.2.0.tgz
	noextract = ejs-3.1.10.tgz
	noextract = electron-33.3.2.tgz
	noextract = electron-app-settings-1.3.1.tgz
	noextract = @electron#asar-3.2.18.tgz
	noextract = electron-builder-25.1.8.tgz
	noextract = @electron#get-2.0.3.tgz
	noextract = @electron#notarize-2.5.0.tgz
	noextract = @electron#osx-sign-1.3.1.tgz
	noextract = electron-publish-25.1.7.tgz
	noextract = @electron#rebuild-3.6.1.tgz
	noextract = @electron#remote-2.1.2.tgz
	noextract = electron-to-chromium-1.5.87.tgz
	noextract = @electron#universal-2.0.1.tgz
	noextract = elliptic-6.6.1.tgz
	noextract = emoji-regex-8.0.0.tgz
	noextract = emoji-regex-9.2.2.tgz
	noextract = empty-dir-1.0.0.tgz
	noextract = encoding-0.1.13.tgz
	noextract = end-of-stream-1.4.4.tgz
	noextract = entities-2.1.0.tgz
	noextract = entities-2.2.0.tgz
	noextract = envify-4.1.0.tgz
	noextract = env-paths-2.2.1.tgz
	noextract = err-code-2.0.3.tgz
	noextract = es6-promise-3.3.1.tgz
	noextract = escalade-3.2.0.tgz
	noextract = escape-string-regexp-1.0.5.tgz
	noextract = escape-string-regexp-2.0.0.tgz
	noextract = escape-string-regexp-4.0.0.tgz
	noextract = es-define-property-1.0.1.tgz
	noextract = es-errors-1.3.0.tgz
	noextract = @es-joy#jsdoccomment-0.49.0.tgz
	noextract = eslint-9.18.0.tgz
	noextract = @eslint-community#eslint-utils-4.4.1.tgz
	noextract = @eslint-community#regexpp-4.12.1.tgz
	noextract = @eslint#config-array-0.19.1.tgz
	noextract = @eslint#core-0.10.0.tgz
	noextract = @eslint#eslintrc-3.2.0.tgz
	noextract = @eslint#js-9.18.0.tgz
	noextract = @eslint#object-schema-2.1.5.tgz
	noextract = eslint-plugin-jsdoc-50.6.2.tgz
	noextract = @eslint#plugin-kit-0.2.5.tgz
	noextract = eslint-scope-8.2.0.tgz
	noextract = eslint-visitor-keys-3.4.3.tgz
	noextract = eslint-visitor-keys-4.2.0.tgz
	noextract = es-module-lexer-1.6.0.tgz
	noextract = es-object-atoms-1.1.1.tgz
	noextract = espree-10.3.0.tgz
	noextract = esprima-4.0.1.tgz
	noextract = esquery-1.6.0.tgz
	noextract = esrecurse-4.3.0.tgz
	noextract = estraverse-5.3.0.tgz
	noextract = esutils-2.0.3.tgz
	noextract = events-3.3.0.tgz
	noextract = evp_bytestokey-1.0.3.tgz
	noextract = expand-tilde-2.0.2.tgz
	noextract = exponential-backoff-3.1.1.tgz
	noextract = extend-3.0.2.tgz
	noextract = extend-shallow-1.1.4.tgz
	noextract = extend-shallow-3.0.2.tgz
	noextract = extract-zip-2.0.1.tgz
	noextract = falafel-2.1.0.tgz
	noextract = fancy-log-1.3.3.tgz
	noextract = fancy-log-2.0.0.tgz
	noextract = fast-deep-equal-3.1.3.tgz
	noextract = fastest-levenshtein-1.0.16.tgz
	noextract = fast-fifo-1.3.2.tgz
	noextract = fast-image-size-0.1.3.tgz
	noextract = fast-json-stable-stringify-2.1.0.tgz
	noextract = fast-levenshtein-2.0.6.tgz
	noextract = fast-levenshtein-3.0.0.tgz
	noextract = fastq-1.18.0.tgz
	noextract = fast-safe-stringify-2.1.1.tgz
	noextract = fd-slicer-1.1.0.tgz
	noextract = file-entry-cache-8.0.0.tgz
	noextract = filelist-1.0.4.tgz
	noextract = fill-range-7.1.1.tgz
	noextract = find-up-5.0.0.tgz
	noextract = findup-sync-5.0.0.tgz
	noextract = fined-2.0.0.tgz
	noextract = flagged-respawn-2.0.0.tgz
	noextract = flat-cache-4.0.1.tgz
	noextract = flatted-3.3.2.tgz
	noextract = @fontsource-variable#inter-5.1.1.tgz
	noextract = for-each-0.3.3.tgz
	noextract = foreach-2.0.6.tgz
	noextract = foreground-child-3.3.0.tgz
	noextract = for-in-1.0.2.tgz
	noextract = fork-awesome-1.2.0.tgz
	noextract = form-data-4.0.1.tgz
	noextract = for-own-1.0.0.tgz
	noextract = fs-constants-1.0.0.tgz
	noextract = fs-extra-10.1.0.tgz
	noextract = fs-extra-11.3.0.tgz
	noextract = fs-extra-8.1.0.tgz
	noextract = fs-extra-9.1.0.tgz
	noextract = fs-minipass-2.1.0.tgz
	noextract = fs-mkdirp-stream-2.0.1.tgz
	noextract = fs.realpath-1.0.0.tgz
	noextract = function-bind-1.1.2.tgz
	noextract = @gar#promisify-1.1.3.tgz
	noextract = gauge-4.0.4.tgz
	noextract = gensync-1.0.0-beta.2.tgz
	noextract = get-assigned-identifiers-1.2.0.tgz
	noextract = get-caller-file-2.0.5.tgz
	noextract = get-intrinsic-1.2.7.tgz
	noextract = get-proto-1.0.1.tgz
	noextract = get-stream-5.2.0.tgz
	noextract = gettext-parser-0.2.0.tgz
	noextract = gettext-parser-1.1.0.tgz
	noextract = gettext-parser-1.4.0.tgz
	noextract = gettext-parser-2.0.0.tgz
	noextract = gettext-to-messageformat-0.3.1.tgz
	noextract = glob-10.4.5.tgz
	noextract = glob-7.2.3.tgz
	noextract = glob-8.1.0.tgz
	noextract = global-modules-1.0.0.tgz
	noextract = global-prefix-1.0.2.tgz
	noextract = globals-11.12.0.tgz
	noextract = globals-14.0.0.tgz
	noextract = globals-15.14.0.tgz
	noextract = glob-parent-5.1.2.tgz
	noextract = glob-parent-6.0.2.tgz
	noextract = glob-stream-8.0.2.tgz
	noextract = glob-to-regexp-0.1.0.tgz
	noextract = glob-watcher-6.0.0.tgz
	noextract = glogg-1.0.2.tgz
	noextract = glogg-2.2.0.tgz
	noextract = gopd-1.2.0.tgz
	noextract = got-11.8.6.tgz
	noextract = graceful-fs-4.2.11.tgz
	noextract = gulp-5.0.0.tgz
	noextract = gulp-babel-8.0.0.tgz
	noextract = gulp-cli-3.0.0.tgz
	noextract = gulp-exec-5.0.0.tgz
	noextract = gulp-jsdoc3-3.0.0.tgz
	noextract = @gulpjs#messages-1.1.0.tgz
	noextract = @gulpjs#to-absolute-glob-4.0.0.tgz
	noextract = gulplog-1.0.0.tgz
	noextract = gulplog-2.2.0.tgz
	noextract = gulp-newer-1.4.0.tgz
	noextract = gulp-nunjucks-5.1.0.tgz
	noextract = gulp-rename-2.0.0.tgz
	noextract = gulp-uglify-3.0.2.tgz
	noextract = handlebars-4.7.8.tgz
	noextract = has-color-0.1.7.tgz
	noextract = has-flag-3.0.0.tgz
	noextract = has-flag-4.0.0.tgz
	noextract = has-gulplog-0.1.0.tgz
	noextract = hash-base-3.0.5.tgz
	noextract = hash-base-3.1.0.tgz
	noextract = hash.js-1.1.7.tgz
	noextract = hasown-2.0.2.tgz
	noextract = has-property-descriptors-1.0.2.tgz
	noextract = has-symbols-1.1.0.tgz
	noextract = has-tostringtag-1.0.2.tgz
	noextract = has-unicode-2.0.1.tgz
	noextract = hmac-drbg-1.0.1.tgz
	noextract = homedir-polyfill-1.0.3.tgz
	noextract = hosted-git-info-4.1.0.tgz
	noextract = htmlescape-1.1.1.tgz
	noextract = htmlparser2-4.1.0.tgz
	noextract = http2-wrapper-1.0.3.tgz
	noextract = http-cache-semantics-4.1.1.tgz
	noextract = http-proxy-agent-5.0.0.tgz
	noextract = http-proxy-agent-7.0.2.tgz
	noextract = https-browserify-1.0.0.tgz
	noextract = https-proxy-agent-5.0.1.tgz
	noextract = https-proxy-agent-7.0.6.tgz
	noextract = @humanfs#core-0.19.1.tgz
	noextract = @humanfs#node-0.16.6.tgz
	noextract = humanize-ms-1.2.1.tgz
	noextract = @humanwhocodes#module-importer-1.0.1.tgz
	noextract = @humanwhocodes#retry-0.3.1.tgz
	noextract = @humanwhocodes#retry-0.4.1.tgz
	noextract = iconv-lite-0.6.3.tgz
	noextract = ieee754-1.2.1.tgz
	noextract = ignore-5.3.2.tgz
	noextract = immediate-3.0.6.tgz
	noextract = import-fresh-3.3.0.tgz
	noextract = imurmurhash-0.1.4.tgz
	noextract = indent-string-4.0.0.tgz
	noextract = inferno-8.2.3.tgz
	noextract = inferno-hyperscript-8.2.3.tgz
	noextract = inferno-vnode-flags-8.2.3.tgz
	noextract = infer-owner-1.0.4.tgz
	noextract = inflight-1.0.6.tgz
	noextract = inherits-2.0.3.tgz
	noextract = inherits-2.0.4.tgz
	noextract = ini-1.3.8.tgz
	noextract = ink-docstrap-1.3.2.tgz
	noextract = inline-source-map-0.6.3.tgz
	noextract = insert-module-globals-7.2.1.tgz
	noextract = interpret-3.1.1.tgz
	noextract = ip-address-9.0.5.tgz
	noextract = @isaacs#cliui-8.0.2.tgz
	noextract = is-absolute-1.0.0.tgz
	noextract = is-arguments-1.2.0.tgz
	noextract = isarray-0.0.1.tgz
	noextract = isarray-1.0.0.tgz
	noextract = isbinaryfile-4.0.10.tgz
	noextract = isbinaryfile-5.0.4.tgz
	noextract = is-binary-path-2.1.0.tgz
	noextract = is-buffer-1.1.6.tgz
	noextract = is-callable-1.2.7.tgz
	noextract = is-ci-3.0.1.tgz
	noextract = is-core-module-2.16.1.tgz
	noextract = isexe-2.0.0.tgz
	noextract = is-extendable-1.0.1.tgz
	noextract = is-extglob-2.1.1.tgz
	noextract = is-fullwidth-code-point-3.0.0.tgz
	noextract = is-generator-function-1.1.0.tgz
	noextract = is-glob-4.0.3.tgz
	noextract = is-interactive-1.0.0.tgz
	noextract = is-lambda-1.0.1.tgz
	noextract = is-negated-glob-1.0.0.tgz
	noextract = is-number-7.0.0.tgz
	noextract = isobject-3.0.1.tgz
	noextract = is-plain-object-2.0.4.tgz
	noextract = is-plain-object-5.0.0.tgz
	noextract = is-regex-1.2.1.tgz
	noextract = is-relative-1.0.0.tgz
	noextract = is-typed-array-1.1.15.tgz
	noextract = is-unc-path-1.0.0.tgz
	noextract = is-unicode-supported-0.1.0.tgz
	noextract = is-valid-glob-1.0.0.tgz
	noextract = is-windows-1.0.2.tgz
	noextract = jackspeak-3.4.3.tgz
	noextract = jake-10.9.2.tgz
	noextract = jed-1.1.1.tgz
	noextract = @jridgewell#gen-mapping-0.3.8.tgz
	noextract = @jridgewell#resolve-uri-3.1.2.tgz
	noextract = @jridgewell#set-array-1.2.1.tgz
	noextract = @jridgewell#sourcemap-codec-1.5.0.tgz
	noextract = @jridgewell#trace-mapping-0.3.25.tgz
	noextract = js2xmlparser-4.0.2.tgz
	noextract = jsbn-1.1.0.tgz
	noextract = jsdoc-3.6.11.tgz
	noextract = jsdoc-type-pratt-parser-4.1.0.tgz
	noextract = jsesc-3.0.2.tgz
	noextract = jsesc-3.1.0.tgz
	noextract = json5-2.2.3.tgz
	noextract = json-buffer-3.0.1.tgz
	noextract = jsonfile-4.0.0.tgz
	noextract = jsonfile-6.1.0.tgz
	noextract = jsonparse-1.3.1.tgz
	noextract = json-schema-traverse-0.4.1.tgz
	noextract = json-stable-stringify-without-jsonify-1.0.1.tgz
	noextract = JSONStream-1.3.5.tgz
	noextract = jspot-0.3.17.tgz
	noextract = js-tokens-4.0.0.tgz
	noextract = js-yaml-4.1.0.tgz
	noextract = jszip-3.10.1.tgz
	noextract = kew-0.7.0.tgz
	noextract = keyv-4.5.4.tgz
	noextract = kind-of-1.1.0.tgz
	noextract = klaw-3.0.0.tgz
	noextract = labeled-stream-splicer-2.0.2.tgz
	noextract = last-run-2.0.0.tgz
	noextract = lazystream-1.0.1.tgz
	noextract = lazy-val-1.0.5.tgz
	noextract = lead-4.0.0.tgz
	noextract = levn-0.4.1.tgz
	noextract = lie-3.3.0.tgz
	noextract = liftoff-5.0.0.tgz
	noextract = linkify-it-3.0.3.tgz
	noextract = locate-path-6.0.0.tgz
	noextract = lodash-4.17.21.tgz
	noextract = lodash.debounce-4.0.8.tgz
	noextract = lodash.defaults-4.2.0.tgz
	noextract = lodash.difference-4.5.0.tgz
	noextract = lodash.flatten-4.4.0.tgz
	noextract = lodash.isplainobject-4.0.6.tgz
	noextract = lodash.memoize-3.0.4.tgz
	noextract = lodash.merge-4.6.2.tgz
	noextract = lodash.union-4.6.0.tgz
	noextract = lodash.uniq-4.5.0.tgz
	noextract = log-symbols-2.2.0.tgz
	noextract = log-symbols-4.1.0.tgz
	noextract = lowercase-keys-2.0.0.tgz
	noextract = lru-cache-10.4.3.tgz
	noextract = lru-cache-5.1.1.tgz
	noextract = lru-cache-6.0.0.tgz
	noextract = lru-cache-7.18.3.tgz
	noextract = make-error-1.3.6.tgz
	noextract = make-error-cause-1.2.2.tgz
	noextract = make-fetch-happen-10.2.1.tgz
	noextract = @malept#cross-spawn-promise-2.0.0.tgz
	noextract = @malept#flatpak-bundler-0.4.0.tgz
	noextract = map-cache-0.2.2.tgz
	noextract = map-stream-0.0.7.tgz
	noextract = markdown-it-12.3.2.tgz
	noextract = markdown-it-anchor-8.6.7.tgz
	noextract = marked-4.3.0.tgz
	noextract = math-intrinsics-1.1.0.tgz
	noextract = md5.js-1.3.5.tgz
	noextract = mdurl-1.0.1.tgz
	noextract = micromatch-4.0.8.tgz
	noextract = miller-rabin-4.0.1.tgz
	noextract = mime-2.6.0.tgz
	noextract = mime-db-1.52.0.tgz
	noextract = mime-types-2.1.35.tgz
	noextract = mimic-fn-1.2.0.tgz
	noextract = mimic-fn-2.1.0.tgz
	noextract = mimic-response-1.0.1.tgz
	noextract = mimic-response-3.1.0.tgz
	noextract = minimalistic-assert-1.0.1.tgz
	noextract = minimalistic-crypto-utils-1.0.1.tgz
	noextract = minimatch-10.0.1.tgz
	noextract = minimatch-3.1.2.tgz
	noextract = minimatch-5.1.6.tgz
	noextract = minimatch-9.0.5.tgz
	noextract = minimist-1.2.8.tgz
	noextract = minipass-3.3.6.tgz
	noextract = minipass-5.0.0.tgz
	noextract = minipass-7.1.2.tgz
	noextract = minipass-collect-1.0.2.tgz
	noextract = minipass-fetch-2.1.2.tgz
	noextract = minipass-flush-1.0.5.tgz
	noextract = minipass-pipeline-1.2.4.tgz
	noextract = minipass-sized-1.0.3.tgz
	noextract = minizlib-2.1.2.tgz
	noextract = mkdirp-1.0.4.tgz
	noextract = mkdirp-classic-0.5.3.tgz
	noextract = modclean-3.0.0-beta.1.tgz
	noextract = modclean-patterns-default-1.1.2.tgz
	noextract = module-deps-6.2.3.tgz
	noextract = moment-2.20.1.tgz
	noextract = moment-2.30.1.tgz
	noextract = ms-2.1.3.tgz
	noextract = mute-stdout-2.0.0.tgz
	noextract = natural-compare-1.4.0.tgz
	noextract = negotiator-0.6.4.tgz
	noextract = neo-async-2.6.2.tgz
	noextract = node-abi-3.73.0.tgz
	noextract = node-api-version-0.2.0.tgz
	noextract = node-glob-1.2.0.tgz
	noextract = node-gyp-9.4.1.tgz
	noextract = node-releases-2.0.19.tgz
	noextract = nomnom-1.6.2.tgz
	noextract = nomnom-1.8.1.tgz
	noextract = nopt-6.0.0.tgz
	noextract = normalize-path-3.0.0.tgz
	noextract = normalize-url-6.1.0.tgz
	noextract = now-and-later-3.0.0.tgz
	noextract = @npmcli#fs-2.1.2.tgz
	noextract = @npmcli#move-file-2.0.1.tgz
	noextract = npmlog-6.0.2.tgz
	noextract = nunjucks-3.2.4.tgz
	noextract = object.assign-4.1.7.tgz
	noextract = object.defaults-1.1.0.tgz
	noextract = object-inspect-1.13.3.tgz
	noextract = object-keys-1.1.1.tgz
	noextract = object.pick-1.3.0.tgz
	noextract = officegen-0.6.5.tgz
	noextract = once-1.4.0.tgz
	noextract = onetime-2.0.1.tgz
	noextract = onetime-5.1.2.tgz
	noextract = opencollective-postinstall-2.0.3.tgz
	noextract = optionator-0.9.4.tgz
	noextract = ora-2.1.0.tgz
	noextract = ora-5.4.1.tgz
	noextract = os-browserify-0.3.0.tgz
	noextract = package-json-from-dist-1.0.1.tgz
	noextract = pako-1.0.11.tgz
	noextract = parent-module-1.0.1.tgz
	noextract = parents-1.0.1.tgz
	noextract = parse-asn1-5.1.7.tgz
	noextract = parse-filepath-1.0.2.tgz
	noextract = parse-imports-2.2.1.tgz
	noextract = parse-node-version-1.0.1.tgz
	noextract = parse-passwd-1.0.0.tgz
	noextract = parserlib-1.1.1.tgz
	noextract = parse-srcset-1.0.2.tgz
	noextract = path-browserify-1.0.1.tgz
	noextract = path-exists-4.0.0.tgz
	noextract = path-is-absolute-1.0.1.tgz
	noextract = path-key-3.1.1.tgz
	noextract = path-parse-1.0.7.tgz
	noextract = path-platform-0.11.15.tgz
	noextract = path-root-0.1.1.tgz
	noextract = path-root-regex-0.1.2.tgz
	noextract = path-scurry-1.11.1.tgz
	noextract = pbkdf2-3.1.2.tgz
	noextract = p-cancelable-2.1.1.tgz
	noextract = pdf-lib-1.17.1.tgz
	noextract = @pdf-lib#standard-fonts-1.0.0.tgz
	noextract = @pdf-lib#upng-1.0.1.tgz
	noextract = pe-library-0.4.1.tgz
	noextract = pend-1.2.0.tgz
	noextract = picocolors-0.2.1.tgz
	noextract = picocolors-1.1.1.tgz
	noextract = picomatch-2.3.1.tgz
	noextract = @pkgr#core-0.1.1.tgz
	noextract = p-limit-3.1.0.tgz
	noextract = plist-3.1.0.tgz
	noextract = p-locate-5.0.0.tgz
	noextract = plugin-error-0.1.2.tgz
	noextract = plugin-error-1.0.1.tgz
	noextract = p-map-4.0.0.tgz
	noextract = po2json-0.4.5.tgz
	noextract = possible-typed-array-names-1.0.0.tgz
	noextract = postcss-7.0.39.tgz
	noextract = prelude-ls-1.2.1.tgz
	noextract = process-0.11.10.tgz
	noextract = process-nextick-args-2.0.1.tgz
	noextract = progress-2.0.3.tgz
	noextract = promise-inflight-1.0.1.tgz
	noextract = promise-retry-2.0.1.tgz
	noextract = public-encrypt-4.0.3.tgz
	noextract = pump-3.0.2.tgz
	noextract = punycode-1.4.1.tgz
	noextract = punycode-2.3.1.tgz
	noextract = qs-6.14.0.tgz
	noextract = querystring-es3-0.2.1.tgz
	noextract = queue-tick-1.0.1.tgz
	noextract = quick-lru-5.1.1.tgz
	noextract = randombytes-2.1.0.tgz
	noextract = randomfill-1.0.4.tgz
	noextract = readable-stream-2.3.8.tgz
	noextract = readable-stream-3.6.2.tgz
	noextract = read-binary-file-arch-1.0.6.tgz
	noextract = readdir-glob-1.1.3.tgz
	noextract = readdirp-3.6.0.tgz
	noextract = read-only-stream-2.0.0.tgz
	noextract = rechoir-0.8.0.tgz
	noextract = regenerate-1.4.2.tgz
	noextract = regenerate-unicode-properties-10.2.0.tgz
	noextract = regenerator-runtime-0.14.1.tgz
	noextract = regenerator-transform-0.15.2.tgz
	noextract = regexpu-core-6.2.0.tgz
	noextract = regjsgen-0.8.0.tgz
	noextract = regjsparser-0.12.0.tgz
	noextract = remove-trailing-separator-1.1.0.tgz
	noextract = replace-ext-1.0.1.tgz
	noextract = replace-ext-2.0.0.tgz
	noextract = replace-homedir-2.0.0.tgz
	noextract = require-directory-2.1.1.tgz
	noextract = requizzle-0.2.4.tgz
	noextract = resedit-1.7.2.tgz
	noextract = resolve-1.22.10.tgz
	noextract = resolve-alpn-1.2.1.tgz
	noextract = resolve-dir-1.0.1.tgz
	noextract = resolve-from-4.0.0.tgz
	noextract = resolve-options-2.0.0.tgz
	noextract = responselike-2.0.1.tgz
	noextract = restore-cursor-2.0.0.tgz
	noextract = restore-cursor-3.1.0.tgz
	noextract = retry-0.12.0.tgz
	noextract = reusify-1.0.4.tgz
	noextract = rimraf-2.7.1.tgz
	noextract = rimraf-3.0.2.tgz
	noextract = ripemd160-2.0.2.tgz
	noextract = safe-buffer-5.1.2.tgz
	noextract = safe-buffer-5.2.1.tgz
	noextract = safer-buffer-2.1.2.tgz
	noextract = safe-regex-test-1.1.0.tgz
	noextract = sanitize-filename-1.6.3.tgz
	noextract = sanitize-html-1.27.5.tgz
	noextract = sax-1.4.1.tgz
	noextract = screenfull-5.2.0.tgz
	noextract = semver-6.3.1.tgz
	noextract = semver-7.6.3.tgz
	noextract = semver-greatest-satisfied-range-2.0.0.tgz
	noextract = set-blocking-2.0.0.tgz
	noextract = set-function-length-1.2.2.tgz
	noextract = setimmediate-1.0.5.tgz
	noextract = sha.js-2.4.11.tgz
	noextract = shasum-object-1.0.0.tgz
	noextract = shebang-command-2.0.0.tgz
	noextract = shebang-regex-3.0.0.tgz
	noextract = shell-quote-1.8.2.tgz
	noextract = side-channel-1.1.0.tgz
	noextract = side-channel-list-1.0.0.tgz
	noextract = side-channel-map-1.0.1.tgz
	noextract = side-channel-weakmap-1.0.2.tgz
	noextract = signal-exit-3.0.7.tgz
	noextract = signal-exit-4.1.0.tgz
	noextract = simple-concat-1.0.1.tgz
	noextract = simple-update-notifier-2.0.0.tgz
	noextract = @sindresorhus#is-3.1.2.tgz
	noextract = @sindresorhus#is-4.6.0.tgz
	noextract = slashes-3.0.12.tgz
	noextract = smart-buffer-4.2.0.tgz
	noextract = socks-2.8.3.tgz
	noextract = socks-proxy-agent-7.0.0.tgz
	noextract = source-map-0.5.7.tgz
	noextract = source-map-0.6.1.tgz
	noextract = source-map-support-0.5.21.tgz
	noextract = sparkles-1.0.1.tgz
	noextract = sparkles-2.1.0.tgz
	noextract = spdx-exceptions-2.5.0.tgz
	noextract = spdx-expression-parse-4.0.0.tgz
	noextract = spdx-license-ids-3.0.21.tgz
	noextract = sprintf-js-1.1.3.tgz
	noextract = ssri-9.0.1.tgz
	noextract = stat-mode-1.0.0.tgz
	noextract = stream-browserify-3.0.0.tgz
	noextract = stream-combiner2-1.1.1.tgz
	noextract = stream-composer-1.0.2.tgz
	noextract = stream-exhaust-1.0.2.tgz
	noextract = stream-http-3.2.0.tgz
	noextract = stream-splicer-2.0.1.tgz
	noextract = streamx-2.21.1.tgz
	noextract = string_decoder-1.1.1.tgz
	noextract = string_decoder-1.3.0.tgz
	noextract = string-width-4.2.3.tgz
	noextract = string-width-5.1.2.tgz
	noextract = strip-ansi-0.1.1.tgz
	noextract = strip-ansi-4.0.0.tgz
	noextract = strip-ansi-6.0.1.tgz
	noextract = strip-ansi-7.1.0.tgz
	noextract = strip-json-comments-3.1.1.tgz
	noextract = subarg-1.0.0.tgz
	noextract = subdirs-1.0.1.tgz
	noextract = sumchecker-3.0.1.tgz
	noextract = supports-color-5.5.0.tgz
	noextract = supports-color-7.2.0.tgz
	noextract = supports-preserve-symlinks-flag-1.0.0.tgz
	noextract = sver-1.8.4.tgz
	noextract = synckit-0.9.2.tgz
	noextract = syntax-error-1.4.0.tgz
	noextract = @szmarczak#http-timer-4.0.6.tgz
	noextract = taffydb-2.6.2.tgz
	noextract = tar-6.2.1.tgz
	noextract = tar-stream-2.2.0.tgz
	noextract = teex-1.0.1.tgz
	noextract = temp-file-3.4.0.tgz
	noextract = text-decoder-1.2.3.tgz
	noextract = through2-2.0.5.tgz
	noextract = through2-3.0.2.tgz
	noextract = through-2.3.8.tgz
	noextract = timers-browserify-1.4.2.tgz
	noextract = time-stamp-1.1.0.tgz
	noextract = tmp-0.1.0.tgz
	noextract = tmp-0.2.3.tgz
	noextract = tmp-promise-3.0.3.tgz
	noextract = @tootallnate#once-2.0.0.tgz
	noextract = to-regex-range-5.0.1.tgz
	noextract = to-through-3.0.0.tgz
	noextract = truncate-utf8-bytes-1.0.2.tgz
	noextract = tslib-1.14.1.tgz
	noextract = tslib-2.8.1.tgz
	noextract = tty-browserify-0.0.1.tgz
	noextract = type-check-0.4.0.tgz
	noextract = typedarray-0.0.6.tgz
	noextract = @types#cacheable-request-6.0.3.tgz
	noextract = typescript-5.7.3.tgz
	noextract = @types#debug-4.1.12.tgz
	noextract = @types#estree-1.0.6.tgz
	noextract = @types#fs-extra-9.0.13.tgz
	noextract = @types#http-cache-semantics-4.0.4.tgz
	noextract = @types#json-schema-7.0.15.tgz
	noextract = @types#keyv-3.1.4.tgz
	noextract = @types#linkify-it-5.0.0.tgz
	noextract = @types#markdown-it-12.2.3.tgz
	noextract = @types#mdurl-2.0.0.tgz
	noextract = @types#ms-2.1.0.tgz
	noextract = @types#node-20.17.16.tgz
	noextract = @types#node-22.10.10.tgz
	noextract = @types#responselike-1.0.3.tgz
	noextract = uc.micro-1.0.6.tgz
	noextract = uglify-js-3.19.3.tgz
	noextract = umd-3.0.3.tgz
	noextract = unc-path-regex-0.1.2.tgz
	noextract = undeclared-identifiers-1.1.3.tgz
	noextract = underscore-1.12.1.tgz
	noextract = underscore-1.13.7.tgz
	noextract = underscore-1.4.4.tgz
	noextract = underscore-1.6.0.tgz
	noextract = undertaker-2.0.0.tgz
	noextract = undertaker-registry-2.0.0.tgz
	noextract = undici-types-6.19.8.tgz
	noextract = undici-types-6.20.0.tgz
	noextract = unicode-canonical-property-names-ecmascript-2.0.1.tgz
	noextract = unicode-match-property-ecmascript-2.0.0.tgz
	noextract = unicode-match-property-value-ecmascript-2.2.0.tgz
	noextract = unicode-property-aliases-ecmascript-2.1.0.tgz
	noextract = unique-filename-2.0.1.tgz
	noextract = unique-slug-3.0.0.tgz
	noextract = universalify-0.1.2.tgz
	noextract = universalify-2.0.1.tgz
	noextract = update-browserslist-db-1.1.2.tgz
	noextract = uri-js-4.4.1.tgz
	noextract = url-0.11.4.tgz
	noextract = utf8-byte-length-1.0.5.tgz
	noextract = util-0.10.4.tgz
	noextract = util-0.12.5.tgz
	noextract = util-deprecate-1.0.2.tgz
	noextract = v8flags-4.0.1.tgz
	noextract = value-or-function-4.0.0.tgz
	noextract = vinyl-2.2.1.tgz
	noextract = vinyl-3.0.0.tgz
	noextract = vinyl-buffer-1.0.1.tgz
	noextract = vinyl-contents-2.0.0.tgz
	noextract = vinyl-fs-4.0.0.tgz
	noextract = vinyl-sourcemap-2.0.0.tgz
	noextract = vinyl-sourcemaps-apply-0.2.1.tgz
	noextract = vinyl-source-stream-2.0.0.tgz
	noextract = vm-browserify-1.1.2.tgz
	noextract = wcwidth-1.0.1.tgz
	noextract = which-1.3.1.tgz
	noextract = which-2.0.2.tgz
	noextract = which-typed-array-1.1.18.tgz
	noextract = wide-align-1.1.5.tgz
	noextract = wordwrap-1.0.0.tgz
	noextract = word-wrap-1.2.5.tgz
	noextract = wrap-ansi-7.0.0.tgz
	noextract = wrap-ansi-8.1.0.tgz
	noextract = wrappy-1.0.2.tgz
	noextract = xmlbuilder-15.1.1.tgz
	noextract = xmlcreate-2.0.4.tgz
	noextract = @xmldom#xmldom-0.8.10.tgz
	noextract = xtend-4.0.2.tgz
	noextract = y18n-5.0.8.tgz
	noextract = yallist-3.1.1.tgz
	noextract = yallist-4.0.0.tgz
	noextract = yargs-16.2.0.tgz
	noextract = yargs-17.7.2.tgz
	noextract = yargs-parser-20.2.9.tgz
	noextract = yargs-parser-21.1.1.tgz
	noextract = yauzl-2.10.0.tgz
	noextract = yoctodelay-1.2.0.tgz
	noextract = yocto-queue-0.1.0.tgz
	noextract = zip-stream-4.1.1.tgz
	options = !strip
	source = https://github.com/sozi-projects/Sozi/archive/refs/tags/v24.11-beta.tar.gz
	source = sozi-package-json.patch
	source = https://github.com/electron/electron/releases/download/v33.3.1/SHASUMS256.txt
	source = https://github.com/electron/electron/releases/download/v33.3.1/electron-v33.3.1-linux-x64.zip
	source = po2json-mikeedwards.zip::https://github.com/mikeedwards/po2json/archive/refs/tags/1.0.0-beta-3.zip
	source = https://registry.npmjs.org/7zip-bin/-/7zip-bin-5.2.0.tgz
	source = https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz
	source = https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz
	source = https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz
	source = https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz
	source = https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz
	source = https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz
	source = https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz
	source = https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz
	source = https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz
	source = https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz
	source = https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz
	source = https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz
	source = https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz
	source = @ampproject#remapping-2.3.0.tgz::https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz
	source = https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz
	source = https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz
	source = https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz
	source = https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz
	source = https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz
	source = https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz
	source = https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz
	source = https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz
	source = https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz
	source = https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz
	source = https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz
	source = https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz
	source = https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz
	source = https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz
	source = https://registry.npmjs.org/app-builder-bin/-/app-builder-bin-5.0.0-alpha.10.tgz
	source = https://registry.npmjs.org/app-builder-lib/-/app-builder-lib-25.1.8.tgz
	source = https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz
	source = https://registry.npmjs.org/archiver/-/archiver-5.2.0.tgz
	source = https://registry.npmjs.org/archiver-utils/-/archiver-utils-2.1.0.tgz
	source = https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.4.tgz
	source = https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz
	source = https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz
	source = https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz
	source = https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz
	source = https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz
	source = https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz
	source = https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz
	source = https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz
	source = https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz
	source = https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz
	source = https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz
	source = https://registry.npmjs.org/asap/-/asap-2.0.6.tgz
	source = https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz
	source = https://registry.npmjs.org/assert/-/assert-1.5.1.tgz
	source = https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz
	source = https://registry.npmjs.org/async/-/async-1.5.2.tgz
	source = https://registry.npmjs.org/async/-/async-3.2.6.tgz
	source = https://registry.npmjs.org/async-done/-/async-done-2.0.0.tgz
	source = https://registry.npmjs.org/async-exit-hook/-/async-exit-hook-2.0.1.tgz
	source = https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz
	source = https://registry.npmjs.org/async-settle/-/async-settle-2.0.0.tgz
	source = https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz
	source = https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz
	source = https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz
	source = https://registry.npmjs.org/await-handler/-/await-handler-1.1.2.tgz
	source = https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz
	source = @babel#code-frame-7.26.2.tgz::https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz
	source = @babel#compat-data-7.26.5.tgz::https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.5.tgz
	source = @babel#core-7.26.0.tgz::https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz
	source = @babel#generator-7.26.5.tgz::https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz
	source = @babel#helper-annotate-as-pure-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz
	source = @babel#helper-compilation-targets-7.26.5.tgz::https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz
	source = @babel#helper-create-class-features-plugin-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz
	source = @babel#helper-create-regexp-features-plugin-7.26.3.tgz::https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz
	source = @babel#helper-define-polyfill-provider-0.6.3.tgz::https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz
	source = @babel#helper-member-expression-to-functions-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz
	source = @babel#helper-module-imports-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz
	source = @babel#helper-module-transforms-7.26.0.tgz::https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz
	source = @babel#helper-optimise-call-expression-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz
	source = @babel#helper-plugin-utils-7.26.5.tgz::https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz
	source = @babel#helper-remap-async-to-generator-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz
	source = @babel#helper-replace-supers-7.26.5.tgz::https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz
	source = @babel#helpers-7.26.0.tgz::https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz
	source = @babel#helper-skip-transparent-expression-wrappers-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz
	source = @babel#helper-string-parser-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz
	source = @babel#helper-validator-identifier-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz
	source = @babel#helper-validator-option-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz
	source = @babel#helper-wrap-function-7.25.9.tgz::https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz
	source = @babel#parser-7.26.5.tgz::https://registry.npmjs.org/@babel/parser/-/parser-7.26.5.tgz
	source = @babel#plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz
	source = @babel#plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz
	source = @babel#plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz
	source = @babel#plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz
	source = @babel#plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz
	source = https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz
	source = https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz
	source = https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz
	source = @babel#plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz::https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz
	source = @babel#plugin-syntax-import-assertions-7.26.0.tgz::https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz
	source = @babel#plugin-syntax-import-attributes-7.26.0.tgz::https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz
	source = @babel#plugin-syntax-unicode-sets-regex-7.18.6.tgz::https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz
	source = @babel#plugin-transform-arrow-functions-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz
	source = @babel#plugin-transform-async-generator-functions-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz
	source = @babel#plugin-transform-async-to-generator-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz
	source = @babel#plugin-transform-block-scoped-functions-7.26.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz
	source = @babel#plugin-transform-block-scoping-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz
	source = @babel#plugin-transform-classes-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz
	source = @babel#plugin-transform-class-properties-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz
	source = @babel#plugin-transform-class-static-block-7.26.0.tgz::https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz
	source = @babel#plugin-transform-computed-properties-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz
	source = @babel#plugin-transform-destructuring-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz
	source = @babel#plugin-transform-dotall-regex-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz
	source = @babel#plugin-transform-duplicate-keys-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz
	source = @babel#plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz
	source = @babel#plugin-transform-dynamic-import-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz
	source = @babel#plugin-transform-exponentiation-operator-7.26.3.tgz::https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz
	source = @babel#plugin-transform-export-namespace-from-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz
	source = @babel#plugin-transform-for-of-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz
	source = @babel#plugin-transform-function-name-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz
	source = @babel#plugin-transform-json-strings-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz
	source = @babel#plugin-transform-literals-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz
	source = @babel#plugin-transform-logical-assignment-operators-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz
	source = @babel#plugin-transform-member-expression-literals-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz
	source = @babel#plugin-transform-modules-amd-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz
	source = @babel#plugin-transform-modules-commonjs-7.26.3.tgz::https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz
	source = @babel#plugin-transform-modules-systemjs-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz
	source = @babel#plugin-transform-modules-umd-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz
	source = @babel#plugin-transform-named-capturing-groups-regex-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz
	source = @babel#plugin-transform-new-target-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz
	source = @babel#plugin-transform-nullish-coalescing-operator-7.26.6.tgz::https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz
	source = @babel#plugin-transform-numeric-separator-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz
	source = @babel#plugin-transform-object-rest-spread-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz
	source = @babel#plugin-transform-object-super-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz
	source = @babel#plugin-transform-optional-catch-binding-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz
	source = @babel#plugin-transform-optional-chaining-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz
	source = @babel#plugin-transform-parameters-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz
	source = @babel#plugin-transform-private-methods-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz
	source = @babel#plugin-transform-private-property-in-object-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz
	source = @babel#plugin-transform-property-literals-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz
	source = @babel#plugin-transform-regenerator-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz
	source = @babel#plugin-transform-regexp-modifiers-7.26.0.tgz::https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz
	source = @babel#plugin-transform-reserved-words-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz
	source = @babel#plugin-transform-shorthand-properties-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz
	source = @babel#plugin-transform-spread-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz
	source = @babel#plugin-transform-sticky-regex-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz
	source = @babel#plugin-transform-template-literals-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz
	source = @babel#plugin-transform-typeof-symbol-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz
	source = @babel#plugin-transform-unicode-escapes-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz
	source = @babel#plugin-transform-unicode-property-regex-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz
	source = @babel#plugin-transform-unicode-regex-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz
	source = @babel#plugin-transform-unicode-sets-regex-7.25.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz
	source = @babel#preset-env-7.26.0.tgz::https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz
	source = @babel#preset-modules-0.1.6-no-external-plugins.tgz::https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz
	source = @babel#runtime-7.26.0.tgz::https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz
	source = @babel#template-7.25.9.tgz::https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz
	source = @babel#traverse-7.26.5.tgz::https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.5.tgz
	source = @babel#types-7.26.5.tgz::https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz
	source = https://registry.npmjs.org/bach/-/bach-2.0.1.tgz
	source = https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz
	source = https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz
	source = https://registry.npmjs.org/beeper/-/beeper-2.1.0.tgz
	source = https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz
	source = https://registry.npmjs.org/bl/-/bl-1.2.3.tgz
	source = https://registry.npmjs.org/bl/-/bl-4.1.0.tgz
	source = https://registry.npmjs.org/bl/-/bl-5.1.0.tgz
	source = https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz
	source = https://registry.npmjs.org/bluebird-lst/-/bluebird-lst-1.0.9.tgz
	source = https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz
	source = https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz
	source = https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz
	source = https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz
	source = https://registry.npmjs.org/braces/-/braces-3.0.3.tgz
	source = https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz
	source = https://registry.npmjs.org/browserify/-/browserify-17.0.1.tgz
	source = https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz
	source = https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz
	source = https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz
	source = https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.1.tgz
	source = https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.3.tgz
	source = https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz
	source = https://registry.npmjs.org/browser-pack/-/browser-pack-6.1.0.tgz
	source = https://registry.npmjs.org/browser-resolve/-/browser-resolve-2.0.0.tgz
	source = https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz
	source = https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz
	source = https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz
	source = https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz
	source = https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz
	source = https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz
	source = https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz
	source = https://registry.npmjs.org/builder-util/-/builder-util-25.1.7.tgz
	source = https://registry.npmjs.org/builder-util-runtime/-/builder-util-runtime-9.2.10.tgz
	source = https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz
	source = https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz
	source = https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz
	source = https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz
	source = https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.1.0.tgz
	source = https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz
	source = https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz
	source = https://registry.npmjs.org/call-bound/-/call-bound-1.0.3.tgz
	source = https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz
	source = https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz
	source = https://registry.npmjs.org/catharsis/-/catharsis-0.9.0.tgz
	source = https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
	source = https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz
	source = https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz
	source = https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz
	source = https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz
	source = https://registry.npmjs.org/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz
	source = https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz
	source = https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.6.tgz
	source = https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz
	source = https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz
	source = https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz
	source = https://registry.npmjs.org/cli-spinners/-/cli-spinners-1.3.1.tgz
	source = https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz
	source = https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz
	source = https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz
	source = https://registry.npmjs.org/clone/-/clone-1.0.4.tgz
	source = https://registry.npmjs.org/clone/-/clone-2.1.2.tgz
	source = https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz
	source = https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz
	source = https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz
	source = https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz
	source = https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz
	source = https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz
	source = https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz
	source = https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz
	source = https://registry.npmjs.org/colors/-/colors-0.5.1.tgz
	source = https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz
	source = https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz
	source = https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.8.0.tgz
	source = https://registry.npmjs.org/commander/-/commander-2.20.3.tgz
	source = https://registry.npmjs.org/commander/-/commander-5.1.0.tgz
	source = https://registry.npmjs.org/commander/-/commander-6.2.1.tgz
	source = https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz
	source = https://registry.npmjs.org/compare-version/-/compare-version-0.1.2.tgz
	source = https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.2.tgz
	source = https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
	source = https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz
	source = https://registry.npmjs.org/config-file-ts/-/config-file-ts-0.2.8-rc1.tgz
	source = https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz
	source = https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz
	source = https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz
	source = https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz
	source = https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz
	source = https://registry.npmjs.org/copy-props/-/copy-props-4.0.0.tgz
	source = https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz
	source = https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.40.0.tgz
	source = https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz
	source = https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz
	source = https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.3.tgz
	source = https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz
	source = https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz
	source = https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz
	source = https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz
	source = https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.1.tgz
	source = https://registry.npmjs.org/csslint/-/csslint-1.0.5.tgz
	source = https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz
	source = https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz
	source = https://registry.npmjs.org/debug/-/debug-4.4.0.tgz
	source = https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz
	source = https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz
	source = https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz
	source = https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz
	source = https://registry.npmjs.org/defined/-/defined-1.0.1.tgz
	source = https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz
	source = https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz
	source = https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
	source = https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz
	source = https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.1.tgz
	source = https://registry.npmjs.org/des.js/-/des.js-1.1.0.tgz
	source = https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz
	source = https://registry.npmjs.org/detective/-/detective-5.2.1.tgz
	source = https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz
	source = @develar#schema-utils-2.6.5.tgz::https://registry.npmjs.org/@develar/schema-utils/-/schema-utils-2.6.5.tgz
	source = https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz
	source = https://registry.npmjs.org/dir-compare/-/dir-compare-4.2.0.tgz
	source = https://registry.npmjs.org/dmg-builder/-/dmg-builder-25.1.8.tgz
	source = https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz
	source = https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz
	source = https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz
	source = https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz
	source = https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz
	source = https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz
	source = https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz
	source = https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.7.tgz
	source = https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz
	source = https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz
	source = https://registry.npmjs.org/each-props/-/each-props-3.0.0.tgz
	source = https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz
	source = https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz
	source = https://registry.npmjs.org/electron/-/electron-33.3.2.tgz
	source = https://registry.npmjs.org/electron-app-settings/-/electron-app-settings-1.3.1.tgz
	source = @electron#asar-3.2.18.tgz::https://registry.npmjs.org/@electron/asar/-/asar-3.2.18.tgz
	source = https://registry.npmjs.org/electron-builder/-/electron-builder-25.1.8.tgz
	source = @electron#get-2.0.3.tgz::https://registry.npmjs.org/@electron/get/-/get-2.0.3.tgz
	source = @electron#notarize-2.5.0.tgz::https://registry.npmjs.org/@electron/notarize/-/notarize-2.5.0.tgz
	source = @electron#osx-sign-1.3.1.tgz::https://registry.npmjs.org/@electron/osx-sign/-/osx-sign-1.3.1.tgz
	source = https://registry.npmjs.org/electron-publish/-/electron-publish-25.1.7.tgz
	source = @electron#rebuild-3.6.1.tgz::https://registry.npmjs.org/@electron/rebuild/-/rebuild-3.6.1.tgz
	source = @electron#remote-2.1.2.tgz::https://registry.npmjs.org/@electron/remote/-/remote-2.1.2.tgz
	source = https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.87.tgz
	source = @electron#universal-2.0.1.tgz::https://registry.npmjs.org/@electron/universal/-/universal-2.0.1.tgz
	source = https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz
	source = https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz
	source = https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz
	source = https://registry.npmjs.org/empty-dir/-/empty-dir-1.0.0.tgz
	source = https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz
	source = https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz
	source = https://registry.npmjs.org/entities/-/entities-2.1.0.tgz
	source = https://registry.npmjs.org/entities/-/entities-2.2.0.tgz
	source = https://registry.npmjs.org/envify/-/envify-4.1.0.tgz
	source = https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz
	source = https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz
	source = https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz
	source = https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz
	source = https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz
	source = https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz
	source = https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz
	source = https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz
	source = https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz
	source = @es-joy#jsdoccomment-0.49.0.tgz::https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.49.0.tgz
	source = https://registry.npmjs.org/eslint/-/eslint-9.18.0.tgz
	source = @eslint-community#eslint-utils-4.4.1.tgz::https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz
	source = @eslint-community#regexpp-4.12.1.tgz::https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz
	source = @eslint#config-array-0.19.1.tgz::https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.1.tgz
	source = @eslint#core-0.10.0.tgz::https://registry.npmjs.org/@eslint/core/-/core-0.10.0.tgz
	source = @eslint#eslintrc-3.2.0.tgz::https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz
	source = @eslint#js-9.18.0.tgz::https://registry.npmjs.org/@eslint/js/-/js-9.18.0.tgz
	source = @eslint#object-schema-2.1.5.tgz::https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.5.tgz
	source = https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.2.tgz
	source = @eslint#plugin-kit-0.2.5.tgz::https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz
	source = https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz
	source = https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz
	source = https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz
	source = https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz
	source = https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz
	source = https://registry.npmjs.org/espree/-/espree-10.3.0.tgz
	source = https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz
	source = https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz
	source = https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz
	source = https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz
	source = https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz
	source = https://registry.npmjs.org/events/-/events-3.3.0.tgz
	source = https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz
	source = https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz
	source = https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz
	source = https://registry.npmjs.org/extend/-/extend-3.0.2.tgz
	source = https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz
	source = https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz
	source = https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz
	source = https://registry.npmjs.org/falafel/-/falafel-2.1.0.tgz
	source = https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz
	source = https://registry.npmjs.org/fancy-log/-/fancy-log-2.0.0.tgz
	source = https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz
	source = https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz
	source = https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz
	source = https://registry.npmjs.org/fast-image-size/-/fast-image-size-0.1.3.tgz
	source = https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz
	source = https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz
	source = https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz
	source = https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz
	source = https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz
	source = https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz
	source = https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz
	source = https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz
	source = https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz
	source = https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz
	source = https://registry.npmjs.org/findup-sync/-/findup-sync-5.0.0.tgz
	source = https://registry.npmjs.org/fined/-/fined-2.0.0.tgz
	source = https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-2.0.0.tgz
	source = https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz
	source = https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz
	source = @fontsource-variable#inter-5.1.1.tgz::https://registry.npmjs.org/@fontsource-variable/inter/-/inter-5.1.1.tgz
	source = https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz
	source = https://registry.npmjs.org/foreach/-/foreach-2.0.6.tgz
	source = https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz
	source = https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz
	source = https://registry.npmjs.org/fork-awesome/-/fork-awesome-1.2.0.tgz
	source = https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz
	source = https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz
	source = https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz
	source = https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz
	source = https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz
	source = https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz
	source = https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz
	source = https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz
	source = https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-2.0.1.tgz
	source = https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz
	source = https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz
	source = @gar#promisify-1.1.3.tgz::https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz
	source = https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz
	source = https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz
	source = https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz
	source = https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz
	source = https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz
	source = https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz
	source = https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz
	source = https://registry.npmjs.org/gettext-parser/-/gettext-parser-0.2.0.tgz
	source = https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.1.0.tgz
	source = https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.4.0.tgz
	source = https://registry.npmjs.org/gettext-parser/-/gettext-parser-2.0.0.tgz
	source = https://registry.npmjs.org/gettext-to-messageformat/-/gettext-to-messageformat-0.3.1.tgz
	source = https://registry.npmjs.org/glob/-/glob-10.4.5.tgz
	source = https://registry.npmjs.org/glob/-/glob-7.2.3.tgz
	source = https://registry.npmjs.org/glob/-/glob-8.1.0.tgz
	source = https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz
	source = https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz
	source = https://registry.npmjs.org/globals/-/globals-11.12.0.tgz
	source = https://registry.npmjs.org/globals/-/globals-14.0.0.tgz
	source = https://registry.npmjs.org/globals/-/globals-15.14.0.tgz
	source = https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz
	source = https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz
	source = https://registry.npmjs.org/glob-stream/-/glob-stream-8.0.2.tgz
	source = https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.1.0.tgz
	source = https://registry.npmjs.org/glob-watcher/-/glob-watcher-6.0.0.tgz
	source = https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz
	source = https://registry.npmjs.org/glogg/-/glogg-2.2.0.tgz
	source = https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz
	source = https://registry.npmjs.org/got/-/got-11.8.6.tgz
	source = https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz
	source = https://registry.npmjs.org/gulp/-/gulp-5.0.0.tgz
	source = https://registry.npmjs.org/gulp-babel/-/gulp-babel-8.0.0.tgz
	source = https://registry.npmjs.org/gulp-cli/-/gulp-cli-3.0.0.tgz
	source = https://registry.npmjs.org/gulp-exec/-/gulp-exec-5.0.0.tgz
	source = https://registry.npmjs.org/gulp-jsdoc3/-/gulp-jsdoc3-3.0.0.tgz
	source = @gulpjs#messages-1.1.0.tgz::https://registry.npmjs.org/@gulpjs/messages/-/messages-1.1.0.tgz
	source = @gulpjs#to-absolute-glob-4.0.0.tgz::https://registry.npmjs.org/@gulpjs/to-absolute-glob/-/to-absolute-glob-4.0.0.tgz
	source = https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz
	source = https://registry.npmjs.org/gulplog/-/gulplog-2.2.0.tgz
	source = https://registry.npmjs.org/gulp-newer/-/gulp-newer-1.4.0.tgz
	source = https://registry.npmjs.org/gulp-nunjucks/-/gulp-nunjucks-5.1.0.tgz
	source = https://registry.npmjs.org/gulp-rename/-/gulp-rename-2.0.0.tgz
	source = https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.2.tgz
	source = https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz
	source = https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz
	source = https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz
	source = https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz
	source = https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz
	source = https://registry.npmjs.org/hash-base/-/hash-base-3.0.5.tgz
	source = https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz
	source = https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz
	source = https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz
	source = https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz
	source = https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz
	source = https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz
	source = https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz
	source = https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz
	source = https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz
	source = https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz
	source = https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz
	source = https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz
	source = https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz
	source = https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz
	source = https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz
	source = https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz
	source = https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz
	source = https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz
	source = https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz
	source = @humanfs#core-0.19.1.tgz::https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz
	source = @humanfs#node-0.16.6.tgz::https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz
	source = https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz
	source = @humanwhocodes#module-importer-1.0.1.tgz::https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz
	source = @humanwhocodes#retry-0.3.1.tgz::https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz
	source = @humanwhocodes#retry-0.4.1.tgz::https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz
	source = https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz
	source = https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz
	source = https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz
	source = https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz
	source = https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz
	source = https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz
	source = https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz
	source = https://registry.npmjs.org/inferno/-/inferno-8.2.3.tgz
	source = https://registry.npmjs.org/inferno-hyperscript/-/inferno-hyperscript-8.2.3.tgz
	source = https://registry.npmjs.org/inferno-vnode-flags/-/inferno-vnode-flags-8.2.3.tgz
	source = https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz
	source = https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz
	source = https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz
	source = https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz
	source = https://registry.npmjs.org/ini/-/ini-1.3.8.tgz
	source = https://registry.npmjs.org/ink-docstrap/-/ink-docstrap-1.3.2.tgz
	source = https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.3.tgz
	source = https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.1.tgz
	source = https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz
	source = https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz
	source = @isaacs#cliui-8.0.2.tgz::https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz
	source = https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz
	source = https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz
	source = https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
	source = https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz
	source = https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz
	source = https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.4.tgz
	source = https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz
	source = https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz
	source = https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz
	source = https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz
	source = https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz
	source = https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz
	source = https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz
	source = https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz
	source = https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz
	source = https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz
	source = https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz
	source = https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz
	source = https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz
	source = https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz
	source = https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz
	source = https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz
	source = https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz
	source = https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz
	source = https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz
	source = https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz
	source = https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz
	source = https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz
	source = https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz
	source = https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz
	source = https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz
	source = https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz
	source = https://registry.npmjs.org/jake/-/jake-10.9.2.tgz
	source = https://registry.npmjs.org/jed/-/jed-1.1.1.tgz
	source = @jridgewell#gen-mapping-0.3.8.tgz::https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz
	source = @jridgewell#resolve-uri-3.1.2.tgz::https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz
	source = @jridgewell#set-array-1.2.1.tgz::https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz
	source = @jridgewell#sourcemap-codec-1.5.0.tgz::https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz
	source = @jridgewell#trace-mapping-0.3.25.tgz::https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz
	source = https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-4.0.2.tgz
	source = https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz
	source = https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.11.tgz
	source = https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz
	source = https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz
	source = https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz
	source = https://registry.npmjs.org/json5/-/json5-2.2.3.tgz
	source = https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz
	source = https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz
	source = https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz
	source = https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz
	source = https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz
	source = https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz
	source = https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz
	source = https://registry.npmjs.org/jspot/-/jspot-0.3.17.tgz
	source = https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz
	source = https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz
	source = https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz
	source = https://registry.npmjs.org/kew/-/kew-0.7.0.tgz
	source = https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz
	source = https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz
	source = https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz
	source = https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz
	source = https://registry.npmjs.org/last-run/-/last-run-2.0.0.tgz
	source = https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz
	source = https://registry.npmjs.org/lazy-val/-/lazy-val-1.0.5.tgz
	source = https://registry.npmjs.org/lead/-/lead-4.0.0.tgz
	source = https://registry.npmjs.org/levn/-/levn-0.4.1.tgz
	source = https://registry.npmjs.org/lie/-/lie-3.3.0.tgz
	source = https://registry.npmjs.org/liftoff/-/liftoff-5.0.0.tgz
	source = https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz
	source = https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz
	source = https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz
	source = https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz
	source = https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz
	source = https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz
	source = https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz
	source = https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz
	source = https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz
	source = https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz
	source = https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz
	source = https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz
	source = https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz
	source = https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz
	source = https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz
	source = https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz
	source = https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz
	source = https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz
	source = https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz
	source = https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz
	source = https://registry.npmjs.org/make-error-cause/-/make-error-cause-1.2.2.tgz
	source = https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz
	source = @malept#cross-spawn-promise-2.0.0.tgz::https://registry.npmjs.org/@malept/cross-spawn-promise/-/cross-spawn-promise-2.0.0.tgz
	source = @malept#flatpak-bundler-0.4.0.tgz::https://registry.npmjs.org/@malept/flatpak-bundler/-/flatpak-bundler-0.4.0.tgz
	source = https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz
	source = https://registry.npmjs.org/map-stream/-/map-stream-0.0.7.tgz
	source = https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz
	source = https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz
	source = https://registry.npmjs.org/marked/-/marked-4.3.0.tgz
	source = https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz
	source = https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz
	source = https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz
	source = https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz
	source = https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz
	source = https://registry.npmjs.org/mime/-/mime-2.6.0.tgz
	source = https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz
	source = https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz
	source = https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz
	source = https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz
	source = https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz
	source = https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz
	source = https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz
	source = https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz
	source = https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz
	source = https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz
	source = https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz
	source = https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz
	source = https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz
	source = https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz
	source = https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz
	source = https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz
	source = https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz
	source = https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz
	source = https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz
	source = https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz
	source = https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz
	source = https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz
	source = https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz
	source = https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz
	source = https://registry.npmjs.org/modclean/-/modclean-3.0.0-beta.1.tgz
	source = https://registry.npmjs.org/modclean-patterns-default/-/modclean-patterns-default-1.1.2.tgz
	source = https://registry.npmjs.org/module-deps/-/module-deps-6.2.3.tgz
	source = https://registry.npmjs.org/moment/-/moment-2.20.1.tgz
	source = https://registry.npmjs.org/moment/-/moment-2.30.1.tgz
	source = https://registry.npmjs.org/ms/-/ms-2.1.3.tgz
	source = https://registry.npmjs.org/mute-stdout/-/mute-stdout-2.0.0.tgz
	source = https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz
	source = https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz
	source = https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz
	source = https://registry.npmjs.org/node-abi/-/node-abi-3.73.0.tgz
	source = https://registry.npmjs.org/node-api-version/-/node-api-version-0.2.0.tgz
	source = https://registry.npmjs.org/node-glob/-/node-glob-1.2.0.tgz
	source = https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.1.tgz
	source = https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz
	source = https://registry.npmjs.org/nomnom/-/nomnom-1.6.2.tgz
	source = https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz
	source = https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz
	source = https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz
	source = https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz
	source = https://registry.npmjs.org/now-and-later/-/now-and-later-3.0.0.tgz
	source = @npmcli#fs-2.1.2.tgz::https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz
	source = @npmcli#move-file-2.0.1.tgz::https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz
	source = https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz
	source = https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz
	source = https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz
	source = https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz
	source = https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz
	source = https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz
	source = https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz
	source = https://registry.npmjs.org/officegen/-/officegen-0.6.5.tgz
	source = https://registry.npmjs.org/once/-/once-1.4.0.tgz
	source = https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz
	source = https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz
	source = https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz
	source = https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz
	source = https://registry.npmjs.org/ora/-/ora-2.1.0.tgz
	source = https://registry.npmjs.org/ora/-/ora-5.4.1.tgz
	source = https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz
	source = https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz
	source = https://registry.npmjs.org/pako/-/pako-1.0.11.tgz
	source = https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz
	source = https://registry.npmjs.org/parents/-/parents-1.0.1.tgz
	source = https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.7.tgz
	source = https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz
	source = https://registry.npmjs.org/parse-imports/-/parse-imports-2.2.1.tgz
	source = https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz
	source = https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz
	source = https://registry.npmjs.org/parserlib/-/parserlib-1.1.1.tgz
	source = https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz
	source = https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz
	source = https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz
	source = https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz
	source = https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz
	source = https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz
	source = https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz
	source = https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz
	source = https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz
	source = https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz
	source = https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz
	source = https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz
	source = https://registry.npmjs.org/pdf-lib/-/pdf-lib-1.17.1.tgz
	source = @pdf-lib#standard-fonts-1.0.0.tgz::https://registry.npmjs.org/@pdf-lib/standard-fonts/-/standard-fonts-1.0.0.tgz
	source = @pdf-lib#upng-1.0.1.tgz::https://registry.npmjs.org/@pdf-lib/upng/-/upng-1.0.1.tgz
	source = https://registry.npmjs.org/pe-library/-/pe-library-0.4.1.tgz
	source = https://registry.npmjs.org/pend/-/pend-1.2.0.tgz
	source = https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz
	source = https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz
	source = https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz
	source = @pkgr#core-0.1.1.tgz::https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz
	source = https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz
	source = https://registry.npmjs.org/plist/-/plist-3.1.0.tgz
	source = https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz
	source = https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz
	source = https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz
	source = https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz
	source = https://registry.npmjs.org/po2json/-/po2json-0.4.5.tgz
	source = https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz
	source = https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz
	source = https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz
	source = https://registry.npmjs.org/process/-/process-0.11.10.tgz
	source = https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz
	source = https://registry.npmjs.org/progress/-/progress-2.0.3.tgz
	source = https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz
	source = https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz
	source = https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz
	source = https://registry.npmjs.org/pump/-/pump-3.0.2.tgz
	source = https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz
	source = https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz
	source = https://registry.npmjs.org/qs/-/qs-6.14.0.tgz
	source = https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz
	source = https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz
	source = https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz
	source = https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz
	source = https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz
	source = https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz
	source = https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz
	source = https://registry.npmjs.org/read-binary-file-arch/-/read-binary-file-arch-1.0.6.tgz
	source = https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz
	source = https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz
	source = https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz
	source = https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz
	source = https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz
	source = https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz
	source = https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz
	source = https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz
	source = https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz
	source = https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz
	source = https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz
	source = https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz
	source = https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz
	source = https://registry.npmjs.org/replace-ext/-/replace-ext-2.0.0.tgz
	source = https://registry.npmjs.org/replace-homedir/-/replace-homedir-2.0.0.tgz
	source = https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz
	source = https://registry.npmjs.org/requizzle/-/requizzle-0.2.4.tgz
	source = https://registry.npmjs.org/resedit/-/resedit-1.7.2.tgz
	source = https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz
	source = https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz
	source = https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz
	source = https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz
	source = https://registry.npmjs.org/resolve-options/-/resolve-options-2.0.0.tgz
	source = https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz
	source = https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz
	source = https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz
	source = https://registry.npmjs.org/retry/-/retry-0.12.0.tgz
	source = https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz
	source = https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz
	source = https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz
	source = https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz
	source = https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz
	source = https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz
	source = https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz
	source = https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz
	source = https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.3.tgz
	source = https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.27.5.tgz
	source = https://registry.npmjs.org/sax/-/sax-1.4.1.tgz
	source = https://registry.npmjs.org/screenfull/-/screenfull-5.2.0.tgz
	source = https://registry.npmjs.org/semver/-/semver-6.3.1.tgz
	source = https://registry.npmjs.org/semver/-/semver-7.6.3.tgz
	source = https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-2.0.0.tgz
	source = https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz
	source = https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz
	source = https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz
	source = https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz
	source = https://registry.npmjs.org/shasum-object/-/shasum-object-1.0.0.tgz
	source = https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz
	source = https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz
	source = https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz
	source = https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz
	source = https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz
	source = https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz
	source = https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz
	source = https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz
	source = https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz
	source = https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz
	source = https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz
	source = @sindresorhus#is-3.1.2.tgz::https://registry.npmjs.org/@sindresorhus/is/-/is-3.1.2.tgz
	source = @sindresorhus#is-4.6.0.tgz::https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz
	source = https://registry.npmjs.org/slashes/-/slashes-3.0.12.tgz
	source = https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz
	source = https://registry.npmjs.org/socks/-/socks-2.8.3.tgz
	source = https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz
	source = https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz
	source = https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz
	source = https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz
	source = https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz
	source = https://registry.npmjs.org/sparkles/-/sparkles-2.1.0.tgz
	source = https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz
	source = https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz
	source = https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz
	source = https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz
	source = https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz
	source = https://registry.npmjs.org/stat-mode/-/stat-mode-1.0.0.tgz
	source = https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz
	source = https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz
	source = https://registry.npmjs.org/stream-composer/-/stream-composer-1.0.2.tgz
	source = https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz
	source = https://registry.npmjs.org/stream-http/-/stream-http-3.2.0.tgz
	source = https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.1.tgz
	source = https://registry.npmjs.org/streamx/-/streamx-2.21.1.tgz
	source = https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz
	source = https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz
	source = https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz
	source = https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz
	source = https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
	source = https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz
	source = https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz
	source = https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz
	source = https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz
	source = https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz
	source = https://registry.npmjs.org/subdirs/-/subdirs-1.0.1.tgz
	source = https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz
	source = https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz
	source = https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz
	source = https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz
	source = https://registry.npmjs.org/sver/-/sver-1.8.4.tgz
	source = https://registry.npmjs.org/synckit/-/synckit-0.9.2.tgz
	source = https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz
	source = @szmarczak#http-timer-4.0.6.tgz::https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz
	source = https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz
	source = https://registry.npmjs.org/tar/-/tar-6.2.1.tgz
	source = https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz
	source = https://registry.npmjs.org/teex/-/teex-1.0.1.tgz
	source = https://registry.npmjs.org/temp-file/-/temp-file-3.4.0.tgz
	source = https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.3.tgz
	source = https://registry.npmjs.org/through2/-/through2-2.0.5.tgz
	source = https://registry.npmjs.org/through2/-/through2-3.0.2.tgz
	source = https://registry.npmjs.org/through/-/through-2.3.8.tgz
	source = https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz
	source = https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz
	source = https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz
	source = https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz
	source = https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.3.tgz
	source = @tootallnate#once-2.0.0.tgz::https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz
	source = https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz
	source = https://registry.npmjs.org/to-through/-/to-through-3.0.0.tgz
	source = https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz
	source = https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz
	source = https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz
	source = https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz
	source = https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz
	source = https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
	source = @types#cacheable-request-6.0.3.tgz::https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz
	source = https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz
	source = @types#debug-4.1.12.tgz::https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz
	source = @types#estree-1.0.6.tgz::https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz
	source = @types#fs-extra-9.0.13.tgz::https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.13.tgz
	source = @types#http-cache-semantics-4.0.4.tgz::https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz
	source = @types#json-schema-7.0.15.tgz::https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz
	source = @types#keyv-3.1.4.tgz::https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz
	source = @types#linkify-it-5.0.0.tgz::https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz
	source = @types#markdown-it-12.2.3.tgz::https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.2.3.tgz
	source = @types#mdurl-2.0.0.tgz::https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz
	source = @types#ms-2.1.0.tgz::https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz
	source = @types#node-20.17.16.tgz::https://registry.npmjs.org/@types/node/-/node-20.17.16.tgz
	source = @types#node-22.10.10.tgz::https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz
	source = @types#responselike-1.0.3.tgz::https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz
	source = https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz
	source = https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz
	source = https://registry.npmjs.org/umd/-/umd-3.0.3.tgz
	source = https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz
	source = https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz
	source = https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz
	source = https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz
	source = https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz
	source = https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz
	source = https://registry.npmjs.org/undertaker/-/undertaker-2.0.0.tgz
	source = https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-2.0.0.tgz
	source = https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz
	source = https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz
	source = https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz
	source = https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz
	source = https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz
	source = https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz
	source = https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz
	source = https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz
	source = https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz
	source = https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz
	source = https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz
	source = https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz
	source = https://registry.npmjs.org/url/-/url-0.11.4.tgz
	source = https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz
	source = https://registry.npmjs.org/util/-/util-0.10.4.tgz
	source = https://registry.npmjs.org/util/-/util-0.12.5.tgz
	source = https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
	source = https://registry.npmjs.org/v8flags/-/v8flags-4.0.1.tgz
	source = https://registry.npmjs.org/value-or-function/-/value-or-function-4.0.0.tgz
	source = https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz
	source = https://registry.npmjs.org/vinyl/-/vinyl-3.0.0.tgz
	source = https://registry.npmjs.org/vinyl-buffer/-/vinyl-buffer-1.0.1.tgz
	source = https://registry.npmjs.org/vinyl-contents/-/vinyl-contents-2.0.0.tgz
	source = https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-4.0.0.tgz
	source = https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-2.0.0.tgz
	source = https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz
	source = https://registry.npmjs.org/vinyl-source-stream/-/vinyl-source-stream-2.0.0.tgz
	source = https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz
	source = https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz
	source = https://registry.npmjs.org/which/-/which-1.3.1.tgz
	source = https://registry.npmjs.org/which/-/which-2.0.2.tgz
	source = https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.18.tgz
	source = https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz
	source = https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz
	source = https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz
	source = https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz
	source = https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz
	source = https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz
	source = https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz
	source = https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.4.tgz
	source = @xmldom#xmldom-0.8.10.tgz::https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz
	source = https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz
	source = https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz
	source = https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz
	source = https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz
	source = https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz
	source = https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz
	source = https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz
	source = https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz
	source = https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz
	source = https://registry.npmjs.org/yoctodelay/-/yoctodelay-1.2.0.tgz
	source = https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz
	source = https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz
	sha1sums = b8553c5d649d7d1627dbfed06f9a74d04baece22
	sha1sums = 3f431b09e75b4e164fc5cb51184af9e7639d82d3
	sha1sums = dbf91c9767021015503f1fb7adc790de37161a77
	sha1sums = bb0e9c7a19a3a8aa4872566a86dca403f5837714
	sha1sums = 60d388132619c7654e5ab6beb6e6099dfce372a2
	sha1sums = 7a03314684dd6572b7dfa89e68ce31d60286854d
	sha1sums = f8f2c887ad10bf67f634f005b6987fed3179aac8
	sha1sums = 3e8d8a9947d0599a1796d10225d7432f4a4acf5e
	sha1sums = feaed255973d2e77555b83dbc08851a6c63520fa
	sha1sums = 063e2c70cac5fb4f6467f0b11152e04c682795b0
	sha1sums = 7ed5bb55908b3b2f1bc55c6af1653bada7f07937
	sha1sums = 114c95d64539e53dede23de8b9d96df7c7ae2af8
	sha1sums = 0de889a601203909b0fbe07b8938dc21d2e967bc
	sha1sums = 49fff58577cfee3f37176feab4c22e00f86d7f77
	sha1sums = 29435eb821bc4194633a5b89e5bc4703bafc25a1
	sha1sums = 35f73e94b3f40bf65f105219c623ad19c136ea6a
	sha1sums = 92670ff50f5359bdb7a3e0d40d0ec30c5737687a
	sha1sums = baf5a62e802b07d977034586f8c3baf5adf26df4
	sha1sums = 31f29da5ab6e00d1c2d329acf7b5929614d5014d
	sha1sums = ed441b6fa600072520ce18b43d2c8cc8caecc7f4
	sha1sums = 6374b4dd5d4718ff3ce27a671a3b1cad077132a9
	sha1sums = 37611340eb2243e70cc604cad35d63270d48781b
	sha1sums = 538ae528af8982f28ae30d86f2f17456d2609873
	sha1sums = 2962cf54ec9792c48510a3deb524436861ef7251
	sha1sums = 8c638f9d1080800a353c9c28c8a81ca4705d946c
	sha1sums = 123d6479e92ad45ad897d4054e3c7ca7db4944e1
	sha1sums = 082cb2c89c9fe8659a311a53bd6a4dc5301db304
	sha1sums = 95ec409c69619d6cb1b8b34f14b660ef28ebd654
	sha1sums = cb102df1c56f5123eab8b67cd7b98027a0279178
	sha1sums = 41fbb20243e50b12be0f04b8dedbf07520ce841d
	sha1sums = edd803628ae71c04c85ae7a0906edad34b648937
	sha1sums = 0e62320cf99c21afff3b3012192546aacbfb05c5
	sha1sums = a82250ddb0015e9a27ca82e82ea603bbfa45efaf
	sha1sums = 790c58b19ba1720a84205b57c618d5ad8524973e
	sha1sums = cf12e593b6b847fb9d04027fa755c6c6610d778b
	sha1sums = ae376039c5f269c7d562af494a087e5bc6310f1b
	sha1sums = 52520b8ae5b569215b354efc0caa3fe1e45a8adc
	sha1sums = 25aa1b3d9febf7aec5b0f296e77e69960c26db94
	sha1sums = e8a460e94b693c3e3da182a098ca6285ba9249e2
	sha1sums = a0d201f1cf8fce7af3b5a05aea0a337329e96ec7
	sha1sums = 387f0e93f5d45280373d387a59d34c96db321963
	sha1sums = 679df222b278c64f2cdba1175cdc00b0d96164bd
	sha1sums = 246f50f3ca78a3240f6c997e8a9bd1eac49e4b38
	sha1sums = a794af0c05ab1752846ee753a1f211a05ba0c44f
	sha1sums = dd3cfb80ed7973a75117cdac69b0b99ec86186f5
	sha1sums = e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4
	sha1sums = 687c32758163588fef7de7b36fabe495eb1a399a
	sha1sums = d6461074febfec71e7e15235761a329a5dc7c520
	sha1sums = 36048bbff4e7b47e136644316c99669ea5ae91f1
	sha1sums = 20f9eab5ec70f5c7d215b1077b1c39161d292c7d
	sha1sums = e39b09aea9def866a8f206e288af63919bae39c4
	sha1sums = e50347611d7e690943208bbdafebcbc2fb866d46
	sha1sums = b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0
	sha1sums = 038ab248e4ff078e7bc2485ba6e6388466c78f76
	sha1sums = 59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367
	sha1sums = ec6a61ae56480c0c3cb241c95618e20892f9672a
	sha1sums = 1b0728e14929d51b85b449b7f06e27c1145e38ce
	sha1sums = f1ec5df738c6383a52b0a30d0902fd897329c15a
	sha1sums = 8bd8b024b0ec9b1c01cccb9af9db29bd717dfaf3
	sha1sums = c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79
	sha1sums = c695ad14e070f6a755d019d32d6eb38029020287
	sha1sums = 75b6b6aa72598b497a125e7a2770f14f4c8a1fa7
	sha1sums = 602cd4b46e844ad4effc92a8011a3c46e0238dc2
	sha1sums = a5cc375d6a03c2efc87a553f3e0b1522def14846
	sha1sums = 329c19e9382599898bc12c80c47efdcdaa1b4992
	sha1sums = a99587d4ebbfbd5a6e3b21bdb5d5fa385767abe4
	sha1sums = 4b5fab97d33338eff916235055f0ebc21e573a85
	sha1sums = df93ac37f4417854130e21d72c66ff3d4b897fc7
	sha1sums = d78b6023cc8f3114ccf049eb219613f74a747b40
	sha1sums = e44d4ab3176bbcaf78a5725da5f1dc28802a9458
	sha1sums = d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4
	sha1sums = 75d92bb8d8d51301c0d49e52a65c9a7fe94514d8
	sha1sums = 7644147706bb90ff613297d49ed5266bde729f83
	sha1sums = 5169756ecbe1d95f7866b90bb555b022595302a0
	sha1sums = f4f2792fae2ef382074bc2d713522cf24e6ddb21
	sha1sums = 9dfffe46f727005a5ea29051ac835fb735e4c1a3
	sha1sums = e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715
	sha1sums = 8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae
	sha1sums = 3324ae50bae7e2ab3c33f60c9a877b6a0146b54e
	sha1sums = 18580d00c9934117ad719392c4f6585c9333cc35
	sha1sums = e53956ab3d5b9fb88be04b3e2f31b523afd34b92
	sha1sums = 6cb04e82ae291dae8e72335dfe438b0725f14c8d
	sha1sums = 30e621f1eba5aa45fe6f4868d2e9154d884119a4
	sha1sums = 0b2e1b62d560d6b1954893fd2b705dc17c91f0c9
	sha1sums = 1aabb72ee72ed35789b4bbcad3ca2862ce614e8c
	sha1sums = 24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7
	sha1sums = 86e45bd8a49ab7e03f276577f96179653d41da72
	sha1sums = d99dfd595312e6c894bd7d237470025c85eea9d0
	sha1sums = 6fec9aebddef25ca57a935c86dbb915ae2da3e1f
	sha1sums = cc2e53ebf0a0340777fff5ed521943e253b4d8fe
	sha1sums = af9e4fb63ccb8abcb92375b2fcfe36b60c774d30
	sha1sums = e8dc26fcd616e6c5bf2bd0d5a2c151d4f92a9137
	sha1sums = 807a667f9158acac6f6164b4beb85ad9ebc9e1d1
	sha1sums = de7093f1e7deaf68eadd7cc6b07f2ab82543269e
	sha1sums = ca55bbec8ab0edeeef3d7b8ffd75322e210879a9
	sha1sums = 2deda57caef50f59c525aeb4964d3b2f867710c7
	sha1sums = abeb1f3f1c762eace37587f42548b08b57789bc8
	sha1sums = 7844f9289546efa9febac2de4cfe358a050bd703
	sha1sums = 620412405058efa56e4a564903b79355020f445f
	sha1sums = 3b1412847699eea739b4f2602c74ce36f6b0b0f7
	sha1sums = d49a3b3e6b52e5be6740022317580234a6a47357
	sha1sums = 7821d4410bee5daaadbb4cdd9a6649704e176845
	sha1sums = 1b18530b077d18a407c494eb3d1d72da505283a2
	sha1sums = c80008dacae51482793e5a9c08b39a5be7e12d71
	sha1sums = 3dc4405d31ad1cbe45293aa57205a6e3b009d53e
	sha1sums = c33665e46b06759c93687ca0f84395b80c0473a1
	sha1sums = 7152457f7880b593a63ade8a861e6e26a4469f52
	sha1sums = a8ce84fedb9ad512549984101fa84080a9f5f51f
	sha1sums = 6c8da219f4eb15cae9834ec4348ff8e9e09664a0
	sha1sums = db36492c78460e534b8852b1d5befe3c923ef10b
	sha1sums = 966ea2595c498224340883602d3cfd7a0c79cea1
	sha1sums = bad7945dd07734ca52fe3ad4e872b40ed09bb09a
	sha1sums = 8850ddf57dce2aebb4394bb434a7598031059e6d
	sha1sums = 6f7259b4de127721a08f1e5165b852fcaa696d31
	sha1sums = 23e917de63ed23c6600c5dd06d94669dce79f7b8
	sha1sums = e29f01b6de302c7c2c794277a48f04a9ca7f03bc
	sha1sums = 90745fe55053394f554e40584cda81f2c8a402a2
	sha1sums = 4bdc7d42a213397905d89f02350c5267866d5755
	sha1sums = 939d956e68a606661005bfd550c4fc2ef95f7b97
	sha1sums = c86db407cb827cded902a90c707d2781aaa89660
	sha1sums = 1a1c6b4d4aa59bc4cad5b6b3a223a0abd685c9de
	sha1sums = b19441a8c39a2fda0902900b306ea05ae1055db7
	sha1sums = 63dff19763ea64a31f5e6c20957e6a25e41ed5de
	sha1sums = 49ba478f2295101544abd794486cd3088dddb6c5
	sha1sums = 8f011d44b20d02c3de44d8850d971d8497f981fb
	sha1sums = 8bd1b43836269e3d33307151a114bcf3ba6793f8
	sha1sums = 6710079cdd7c694db36529a1e8411e49fcbf14c9
	sha1sums = 454990ae6cc22fd2a0fa60b3a2c6f63a38064e6a
	sha1sums = 42e61711294b105c248336dcb04b77054ea8becd
	sha1sums = fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe
	sha1sums = bfed75866261a8b643468b0ccfd275f2033214a1
	sha1sums = 0203725025074164808bcf1a2cfa90c652c99f18
	sha1sums = 385d5de135162933beb4a3d227a2b7e52bb4cf03
	sha1sums = 10e70d96d52bb1f10c5caaac59ac545ea2ba7ff3
	sha1sums = e142eb899d26ef715435f201ab6e139541eee7dd
	sha1sums = b856842205b3e77e18b7a7a1b94958069c7ba257
	sha1sums = 847f4139263577526455d7d3223cd8bda51e3b57
	sha1sums = 9c8b73e64e6cc3cbb2743633885a7dd2c385fe33
	sha1sums = d72d588bd88b0dec8b62e36f6fda91cedfe28e3f
	sha1sums = 03a8a4670d6cebae95305ac6defac81ece77740b
	sha1sums = 2f5837a5b5cd3842a919d8147e9903cc7455b850
	sha1sums = 0398aed2f1f10ba3f78a93db219b27ef417fb9ce
	sha1sums = bb785e6091f99f826a95f9894fc16fde61c163f2
	sha1sums = 24a35153931b4ba3d13cec4a7748c21ab5514ef9
	sha1sums = c7f02b944e986a417817b20ba2c504dfc1453d32
	sha1sums = 6dbd4a24e8fad024df76d1fac6a03cf413f60fe1
	sha1sums = 224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b
	sha1sums = a75ef3947ce15363fccaa38e2dd9bc70b2788b82
	sha1sums = a901e96f2c1d071b0d1bb5dc0d3c880ce8f53dd3
	sha1sums = 5eae747fe39eacf13a8bd006a4fb0b5d1fa5e9b1
	sha1sums = 65114c17b4ffc20fa5b163c63c70c0d25621fabe
	sha1sums = 30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1
	sha1sums = ccb88a2c49c817236861fee7826080573b8a923a
	sha1sums = 8600c2f595f277c60815256418b85356a65173c1
	sha1sums = ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016
	sha1sums = 6d0be3e772ff786456c1a37538208286f6e79021
	sha1sums = 7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747
	sha1sums = 45a3a3cbf7dbba3132087185c60357482b988972
	sha1sums = e83e3a7e3f300b34cb9d87f615fa0cbf357690ee
	sha1sums = 1b1b440160a5bf7ad40b650f095963481903930a
	sha1sums = 3151990e42de31387909fdcc2c12623eb6eefb16
	sha1sums = f6e14a97858d327252200242d4ccfe522c445522
	sha1sums = 1e8dd80142eac80d7158c9dccc047fb620e035e7
	sha1sums = 451535264182bec2fbbc83a62ab98cf11d9f7b3a
	sha1sums = 183715f678c7188ecef9fe475d90209400624273
	sha1sums = 9f229c15be272454ffa973ace0dbee79a1b0c36f
	sha1sums = a64a0e4365658b9ab5fe875eb9dfb694189bb41c
	sha1sums = 215741fe3c9dba2d7e12c001d0cfdbae43975ba7
	sha1sums = 0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70
	sha1sums = 3c7fcbf529d87226f3d2f52b966ff5271eb441dd
	sha1sums = 1edc459e0f0c548486ecf9fc99f2221364b9a0ae
	sha1sums = 490332f40919452272d55a8480adc0c441358789
	sha1sums = 12c25efe40a45e3c323eb8675a0a0ce57b22371f
	sha1sums = d822fa701431ca94cb405b033bb2551951e5d97d
	sha1sums = 326734642f403dabc3003209853bb70ad428ef48
	sha1sums = 8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0
	sha1sums = 3af4f1f59839403572f1c66204375f7a7f703e9c
	sha1sums = 06e530907fe2949dc21fc3c2e2302e10b1437238
	sha1sums = 7afe4c01ec7ee59a89a558a4b75bd85ae62d4208
	sha1sums = 2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f
	sha1sums = c34ba10d0b9ce162b5af227c7131c92c2ecd5774
	sha1sums = 99b7304cb392f8d73dba741bb2d7da28c6d7842b
	sha1sums = c6b2865a3f08bcb860a0e827389003b9fe686e4b
	sha1sums = dd57fa0f109ac59c602479044dca7b8b3d0b71d6
	sha1sums = ba62e7c13133053582197160851a8f648e99eed0
	sha1sums = 2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6
	sha1sums = 0d333e3f00eac50aa1454abd30ef8c2a5d9a7242
	sha1sums = 2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5
	sha1sums = 26e61ed1422fb70dd42e6e36729ed51d855fe8d9
	sha1sums = a07b404f0cb1a635aa165902be65297d58932ff8
	sha1sums = a0f7d9e214158402e78b74a745c8d9f870c604bc
	sha1sums = 85982878e21b98e1c66425e03d0174788f569ee8
	sha1sums = a02b9f34ecfaf9a78c9f4bc16fceb94d5d67a38e
	sha1sums = 5a6b865b2c44357be3d5ebc2a467b032719a7005
	sha1sums = 7a33ebf08613178b403635be7b899d3e69bbe817
	sha1sums = 865576dfef39c0d6a7defde794d078f5308e3ef3
	sha1sums = 0736a9660f537e3388826f440d5ec45f744eaa4c
	sha1sums = 32e5892e6361b29b0b545ba6f7763378daca2840
	sha1sums = 41cfd032b593e39176a71533ab4f384aa04fd681
	sha1sums = b3630abd8943432f54b3f0519238e33cd7df2f73
	sha1sums = 39dfedd8f94851132795fdf9b79d29659ad9c4d4
	sha1sums = 40382a168be0e6da308c277d3a2b3eb40c7d2121
	sha1sums = 5199a3ddcd0c1efe23bc08c1b027b06176e0c64f
	sha1sums = cd42541677a54333cf541a49108c1432b44c9424
	sha1sums = aac4e2b7734a740867aeb16bf02aad556a1e7a01
	sha1sums = 197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b
	sha1sums = 15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece
	sha1sums = 04a106672c18b085ab774d983dfa3ea138f22205
	sha1sums = 4279a62028a7b1f262f3473fc9605f5e218c59b4
	sha1sums = 8fe672437d01cd6c4561af5334e0cc50ff1955f7
	sha1sums = ee8472dbb129e727b31e8a10a427dee9dfe4008b
	sha1sums = b35dac376479facc3e94747d41d0d0f5238ffcb5
	sha1sums = 264305a7ae490d1d03bf0c9ba7c925d1753af307
	sha1sums = 002c1990912d0d59580c93bd36c056de99e4259a
	sha1sums = 1773a8f4b9c4d6ac31563df53b3fc1d79462fe41
	sha1sums = a0265ee655476fc807aea9df3df8df7783808b4f
	sha1sums = 0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa
	sha1sums = da309cc263df15994c688ca902179ca3c7cd7c7e
	sha1sums = 1b7f4b9f591f1e8f83670401600345a02887435f
	sha1sums = 120a00cb053bfb63a222e709f9683ea2e11d8cec
	sha1sums = e3e25b207ac4e701af721e2cb5a16792cac3dc58
	sha1sums = af2032aa47816399cf5f0a1d0db902f517abb8c3
	sha1sums = b3782dff8bb5474e18b9b6bf0fdfe782f8777680
	sha1sums = bb71850690e1f136567de629d2d5471deda4c1e8
	sha1sums = 72d3a68d598c9bdb3af2ad1e84f21d896abd4de3
	sha1sums = a7d0558bd89c42f795dd42328f740831ca53bc25
	sha1sums = c2a09a87acbde69543de6f63fa3995c826c536a2
	sha1sums = 7d0023eaeb154e8ee9fce75dcb923d0ed1667774
	sha1sums = 93834379a1cc9a0c61f82f52f0d04322251bd5a2
	sha1sums = c3d45a8b34fd730631a110a8a2520682b31d5a7f
	sha1sums = a58d0df042c186fcf822a8e8015f5450d2d79a8b
	sha1sums = fd485e84c03eb4881c20722ba48035e8531aeb33
	sha1sums = 46abbd1652f8e059bddaef99bbdcb2ad9cf179ae
	sha1sums = 0792eb682dfbc325999bb2b84fddddba110ac73c
	sha1sums = bdafead37961ac079be11eb7ec65c4d021eaf9cc
	sha1sums = 0162ec2d9351f5ddd59a9202cba935366a725080
	sha1sums = 6542e59cb63e1f46a8b21b0e06f9a32e4c8b06df
	sha1sums = d8a96bd77fd68df7793a73036a3ba0d5405d477b
	sha1sums = 904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34
	sha1sums = fb7fc6ccb2e313f69dbeb78f1db0b00038049de0
	sha1sums = 67063cef57ceb6cf4993a2ab3a55840ae8c49336
	sha1sums = 3d7cf4464db6446ea644bf4b39507f9851008e8e
	sha1sums = c20b96d8c617748aaf1c16021760cd27fcb8cb75
	sha1sums = 4829c877e9fe49b3161f3bf3673888e204699860
	sha1sums = 4b560f649fc4e918dd0ab75cf4961e8bc882d82a
	sha1sums = 01d249198b8c2e4d8a5e87b90c9630f52c99a9c9
	sha1sums = 2773f6b06877d8eda102fc42f828176437062476
	sha1sums = 7485912a5a4a4315c2fdb2cbdc623e6881c88b38
	sha1sums = a6042d3634c2b27e9328f837b965fac83808db85
	sha1sums = 3cad35a934b8bf71f25ca524b6da51fb7eace2ff
	sha1sums = 85dd677eb78fa7cad1ba17cc506a597d41fc6f33
	sha1sums = d6e7f4bffa66736085a0762fd3a632684dabcc4e
	sha1sums = 889078af11a63756bcfb59bd221996be3a9ef196
	sha1sums = 69170c78b3ab957147b2b8b04572e47ead2243ff
	sha1sums = 8a58fe78f00dcd70c370451759dfbfaf03e8ee9f
	sha1sums = bb8921bec9acc81633379aa8f52d69b0b69e0dac
	sha1sums = 19cc3eda322160fd3f7232af1cb2a360e898a2e9
	sha1sums = d80ff294d114fb0e6ac500fbf85b60137d7eff81
	sha1sums = 12029ba5fb2f8aa6f0a861795b23c1b4b6c27d37
	sha1sums = 2b3f2aea2ffeb776477460267377dc8710faba8a
	sha1sums = ca387612ddb7e104bd16d85aab00d5ecf09c66fc
	sha1sums = a6f2dce612fadd2ef1f519b73551f17e85199831
	sha1sums = b0b02062c1e2aa62ff5d9528f0f98baa90978d7a
	sha1sums = 8016bdb4143e4632b77a3449c6236277de520587
	sha1sums = c0b9db27bfaffd95d6f61399419b893df0f91ebf
	sha1sums = 894dc141bb7d3060ae4366f6a0107e68fbe48c5e
	sha1sums = 10781cc616eb951a80a034bafcaa7377f6af2b6c
	sha1sums = df3ae199acadfb7d440aaae0b29e2272b24ec619
	sha1sums = 84c6e159b81904fdca59a0ef44cd870d31250f9a
	sha1sums = 9dfdc876d2bcec3386b6829ac52162cda9fa208d
	sha1sums = 1d37f5766f3bbff4ee9638e871a8768c173b81da
	sha1sums = f0d66d03672a825cb1b73bdb3fe62310c8e552b7
	sha1sums = 6af01eeda11015acb0e73f933242b70f24f91034
	sha1sums = f0cd503b40f9939b894697d19ad50895e30cf700
	sha1sums = 3ece22c5838402419a6e0425f85742b961d9b6c6
	sha1sums = 40e8ee98f55a2149607146921c63e1ae5f3d2875
	sha1sums = d1d4999c14fbf55281071fdae4293b3b9ce86f19
	sha1sums = 41f3b725edd896156e891016a44129e1bd580430
	sha1sums = 3d31f50191a6749dd1375a7f522e823d42e54eda
	sha1sums = 5c45e8e869952626331d7aab326d01daf65d589d
	sha1sums = 6db7ea46e4617eb15cf875df68b2b8524ce0037a
	sha1sums = 8d792033416f59d68bc03a5aa7b018c1ca89279c
	sha1sums = de5d41b1aea290215dc45a6dae8adcf1d32e2d30
	sha1sums = 4437def5db6e2d1f5d6ee859bd95ca7d02048135
	sha1sums = 0e20c5b82950140aa99be360a8a5f52335f53c26
	sha1sums = af695aea007d6fdc84c86cd8d0ad7beb40a0bd08
	sha1sums = d7ae667e1dc83482f8b70fd0f6eefc50da30f58a
	sha1sums = 8b12dab878c0d69e3e7891051662a32fc6bddcc1
	sha1sums = a88fb17634a4828307610ec68269fba2f7280cd8
	sha1sums = 696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb
	sha1sums = 69ab8358b14e896f80cc39e62087b88500c3ac3b
	sha1sums = 05889c6cb2166815f76e126be353f511845797cd
	sha1sums = 8612a80d0d8654b1651c30a71d32ba52e7c822b1
	sha1sums = fa607f829209bab8b9e0ce6658d3fe81b2cba517
	sha1sums = b0e310f1600787610bb84c3f39bc7aadb2548486
	sha1sums = fba552683d387aebd9f3fcadbcafc8e12ee4f960
	sha1sums = d4d25356adfa29df4a76bd64a8bd347237cd251e
	sha1sums = faf7eeca7ca004a6be541dc4cf7a1bd59ec59b1c
	sha1sums = 14e50c2a3fafdc1c454eadbbc47ead89a48bb554
	sha1sums = 59e8e36c3f6e6b94a699425dfb61f0394c3dd4df
	sha1sums = 52a97c8faa5b769155b649ef262f2f8c851776e6
	sha1sums = 3a89bec85e43a8b32445ec938228e4ec982e0f79
	sha1sums = 7b070ab355e02957388f3dbd68e2c3cd08c448ae
	sha1sums = 3b8ffb02670bf69e382c7f65bf524c97c5405c06
	sha1sums = e818fd69ce5ccfcb404594f842963bf53164cc37
	sha1sums = 840c8803b0d8047f4ff0cf963176b32d4ef3ed72
	sha1sums = be3ea41ca6798dc27bb9407f035888150e4c2995
	sha1sums = 56574afdd791f54a8e9b2785c0582a2d26210fa9
	sha1sums = 5ae64a5f45057baf3626ec14da0ca5e4b2431eb0
	sha1sums = 992d3129cf7df6870b96c57858c249a120f8b8b5
	sha1sums = 098dc90ebb83d8dffa089d55256b351d34c4da55
	sha1sums = f39ad3db9d6801b4e6b478b61028d3f0b6819f7e
	sha1sums = 420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2
	sha1sums = 23c2f3b756ffdfc608d30e27c9a941024807e7f9
	sha1sums = a08cdde84ccdbf34d027a1451bc91d4bcd28a613
	sha1sums = 011a3f69856ba189dffa7dc8fcce99d2a87903e5
	sha1sums = 1b61c0562190a8dff6ae3bb2cf0200ca130b86d4
	sha1sums = a30304e99daa32e23b2fd20f51babd07cffca344
	sha1sums = 14ba83a5d373e3d311e5afca29cf5bfad965bf34
	sha1sums = 983eb2f9a6724e9303f61addf011c72e09e0b0fa
	sha1sums = 05f75a25dab98e4fb1dcd5e1472c0546d5057c8f
	sha1sums = e5ec1eda837c802eca67d3b29e577197f14ba1db
	sha1sums = c95b24de1183e865de19f607fda6518b54827850
	sha1sums = d1145bf2c20132d6400495d6df4bf59362fd9d56
	sha1sums = cfc6cffe39df390a3841cde2abccf92eaa7ae0e0
	sha1sums = 734aaea2c40be22bbb1f2a9dac687c57a6a4c984
	sha1sums = 23727063c21b335f752dbb3a16450f6f9cbc9091
	sha1sums = 57470ac4e2e283a6bf76044d63281196e370542c
	sha1sums = 3356f85d18ed3627ab107790b53caf7e1e3d1e84
	sha1sums = 8670a8f6258a2be5b2c620ff314a1d984c23eb2e
	sha1sums = 9c95646d8d85a1b5ed87206695c8f10f2ee35537
	sha1sums = ee07372035539e7847ef834e3f5e7b79f09e3a81
	sha1sums = 377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442
	sha1sums = 0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800
	sha1sums = 687bacb2af884fcdda8a6e7d65c606f46a14cd45
	sha1sums = da49f587fd9e68ee2404fe4e256c0c7d3a81be21
	sha1sums = 1c4f2c4837327597ce69d2ca190a7fdd172338c1
	sha1sums = 29267cf5b0cb98735b65e64ba07e0ed49d1eed8a
	sha1sums = 13b04cdb3e6c5d19df91ab6987a8695619b0aa71
	sha1sums = 91419234f804d852a82dceec3e16cdc22cf9dae7
	sha1sums = 7ad7964d679abb28bee72cec63758b1c5d2c9921
	sha1sums = 2eea5290702f26ab8fe5370370ff86c965d21123
	sha1sums = 74d2eb4de0b8da1293711910d50775b9b710ef64
	sha1sums = 31a95ad0a924e2d2c419a813aeb2c4e878ea7400
	sha1sums = 7fcbdb198dc71959432efe13842684e0525acb02
	sha1sums = 97e801aa052df02454de46b02bf621642cdc8502
	sha1sums = 64ac7526fe341ab18a39016cd22c787d01e00bf6
	sha1sums = f8b1136b4071fbd8eb140aff858b1019ec2915fa
	sha1sums = 19d6bf94dfc09d76ba711f39b872d21ff4dd9071
	sha1sums = 26a71aaf073b39fb2127172746131c2704028db8
	sha1sums = 663dca56fe46df890d5f131ef4a06d22bb8ba13a
	sha1sums = 96bb17761daba94f46d001738b3cedf3a67fe06c
	sha1sums = dbc19154f558690150a23953a0adbd035be45fc7
	sha1sums = cad207b8396d69ae4796d74d17dff5f68b2f7343
	sha1sums = 3a7d56b559d6cbc3eb512325244e619a65c6c525
	sha1sums = 210e61b6ff181de91ea9b3d1b84fdedd47e034e5
	sha1sums = 286e31de96eb96d38a97899815740ba2a4f3640c
	sha1sums = fca56c19f0c69cf44b15606e60d820f6863fd5b2
	sha1sums = 874bf69c6f404c2b5d99c481341399fd55892633
	sha1sums = 3d8a5c66883a16a30ca8643e851f19baa7797917
	sha1sums = 37b899ae47e1090e40e3fd2318e4d5f0142ca912
	sha1sums = d631d7e25faffea81887fe5ea8c9010e1b36fee0
	sha1sums = c406a83b6e70d9e35ce3b30a81141df30aeba884
	sha1sums = 25c7c89cb1f9077f8891bbe61d8f390eae256f1e
	sha1sums = 7787bddcf1131bffb92636c69457bbc0edd6d81f
	sha1sums = f78978a1e944775ff9e62e744424f215e58352b5
	sha1sums = 44265d3cac07e3ea7dc247516380643754a05292
	sha1sums = 4c92819ecb7083561e4f4a240a86be5198f536fc
	sha1sums = 54380ad965a7edca00cc8f63113559aadc541bd2
	sha1sums = 6846563ed96879ce6de6c85c715c42250f8d8089
	sha1sums = abf39719dcfe1ac06c86c9466081c541c682987b
	sha1sums = 0ece39fcb14ee012f4b0410bd33dd9c1f011127c
	sha1sums = adba1448a9841bec72b42c532ea23dbbedef1a27
	sha1sums = 55997abca7c1da57036a79bab4160ff35bab8f0a
	sha1sums = 69b447e88a0a5d32c3e7084f3f1710034b21376e
	sha1sums = 87bcc8a1a0e74000ff2bf9802110708cfb02eb6e
	sha1sums = 0ac8644c06e431439f8561db8ecf29a7b5519c77
	sha1sums = 81068d295a8142ec0ac726c6e2200c30fb6d5e80
	sha1sums = acd43f1e1f54510fa45209c31385b4fde3a95003
	sha1sums = ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48
	sha1sums = c63332f415cedc4b04dbfe70cf836494c53cb44b
	sha1sums = 6be0de9be998ce16af8afc24497b9ee9b7ccd9ad
	sha1sums = 02873cfbc4084dde127eaa5f9905eef2325d1abf
	sha1sums = 0daced136bbaf65a555a326719af931adc7a314d
	sha1sums = 49d43c45a88cd9677668cb7be1b46efdb8d2e1c0
	sha1sums = 5954460c764a8da2094ba3554bf839e6b9a7c86d
	sha1sums = 7f5036fdbf12c63c169190cbe4199c852271f9fb
	sha1sums = 1e82575c4023929ad35cf69269f84f1a8c973aa7
	sha1sums = 1504ad2523158caa40db4a2787cb01411994ea4f
	sha1sums = 2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c
	sha1sums = 555193ab2e3bb3b6adc3d551c9c030d9e860daf6
	sha1sums = 52ff0652f2bbf607a989793d53b751bef2328dce
	sha1sums = 32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0
	sha1sums = 6dbf411de648cbaf8d9169ebb0d2d576191e2ff1
	sha1sums = 4f94412a82db32f36e3b0b9741f8a97feb031f7e
	sha1sums = dcfcb33d3272e15f445d15124bc0a216189b9044
	sha1sums = 150b3f2743869ef3e851ec0c49d15b1d14d00ee1
	sha1sums = 4966a1795ee5ace65e706c4b7beb71257d6e22d3
	sha1sums = 541b99e2720e460163055c64e99b1422e3e995f5
	sha1sums = 2c5a6638d893934b9b55037d0ad82cb7004b2679
	sha1sums = f8baf34a292f03d5e42f02df099d301f167a7ace
	sha1sums = c28bb31e61f76f14665dfafbb5c0518cdc1270ed
	sha1sums = c303ff9e31a5c781b14629b13bddb27b9ffca1f8
	sha1sums = f4d9f0b90ffdbab09c9d77f5f29b4262517b0956
	sha1sums = b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b
	sha1sums = d388f656593ef708ee3e34640fdfb99a9fd1c33e
	sha1sums = 6d770f0eb523ac78164d72b5e71a8877265cc3ea
	sha1sums = dbf743c6c14992593c655568cb66ed32c0122ebe
	sha1sums = ab8795338868a0babd8525758018c2a7eb95c42e
	sha1sums = 898d7413c29babcf6bafe56fcadded858ada724e
	sha1sums = b8fd3a8941ff3b4d38f3319d433b61bbb482e73f
	sha1sums = 869832c58034fe68a4093c17dc15e8340d8401c4
	sha1sums = 6d237d99083950c79290f24c7642a3de9a28f9e3
	sha1sums = 09e5818e41c16dd85274d72c7a7158d307426313
	sha1sums = e0369d426578fd456d47dc23b09de05c1da9ea5d
	sha1sums = 8565341978a92233fb3881b8857b4d1e9c6bf080
	sha1sums = 2d7dd702beda22eb3bffadf880696da6d846313f
	sha1sums = 956ceb855a05a2aa1fa668d748f2be8e7361c11c
	sha1sums = 89f56b8217bdbc8802bd299df6d7f1081d7e51a1
	sha1sums = 276e827ead8772eddbcfc97170590b841823233a
	sha1sums = 4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3
	sha1sums = 78f4b8ac48a0bf61b354d39e5be844de2c5cc3f3
	sha1sums = e0da96f4f2ec4a88dd3a3030f476e38ab2126d87
	sha1sums = 577008f5323fad6106b44db24803c27c3a649841
	sha1sums = 14f04ddc8d5a5e75c2d082b3216aa36459840823
	sha1sums = fbf8999e511d939dde4c7d93b7fd067902090579
	sha1sums = 94e70978ff676ade541faab459c37ae0c7095e5a
	sha1sums = 1fc2460d3953e1d9b9f2dfdb4bcc99da4710c021
	sha1sums = e28c4d45d05ecbbed818363ce8f9c5926229ffe5
	sha1sums = 71adf43ea5cd07c23ded0fb8af4a844b67c63be8
	sha1sums = 25243ed6eac8f5462b95894e0d41937b112e65f3
	sha1sums = 2dac820917b11018de71c497c3ab738ba0c0c5d3
	sha1sums = 9bbc3962b0c0f52fc67cd5eaff6c223ec5b9cf6c
	sha1sums = 5f5b2e8337f879ca9dec971feb1b82a5a87850b0
	sha1sums = 41c42c18b1be2365439188c77c6afae71c0cd9e9
	sha1sums = 67144a5260c34fc3cca677d041daf52fe7b78b2f
	sha1sums = b5d454dc2199ae225699f3467e5a07f3b955bafd
	sha1sums = 944771fd9c81c81265c4d6941860da06bb59479b
	sha1sums = 6414c82913697da51590397dafb12f22967811ce
	sha1sums = 52480e285395cf7fba17dc4c9e47acdc7f248a8a
	sha1sums = 55c381d9e06e1d2997a883b4a3fddfe7f0d3af33
	sha1sums = 0babca538e8d4ee4a0f8988d68866537a003cf42
	sha1sums = 003eaf91be7adc372e84ec59dc37252cedb80003
	sha1sums = 963ed7d071dc7bf5f084c5bfbe0d1b6222586854
	sha1sums = fc9c6a783a084951d0b971fe1018de813707a338
	sha1sums = 2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc
	sha1sums = e0e6fe6a28cf51138855e086d1691e771de2a8b9
	sha1sums = d2745701025a6c775a6c545793ed502fc0c649a1
	sha1sums = 743298cef4e5af3e194161fbadcc2151d3a058e8
	sha1sums = 827b82867e9ff1c8d0c4d9d53880397d2c86d224
	sha1sums = 3a03edc2214bca3b66424a3e7959349509cb0351
	sha1sums = 9a4ef161f2e4625ebf7dfbe6c0a2f52d18a59e78
	sha1sums = b8f55e0c1f25d4ebd08b3b0c2c079f9590800b3d
	sha1sums = abe02fcb2985460bf0323be664436ec3476a6d5a
	sha1sums = 5129800203520d434f142bc78ff3c170800f2b43
	sha1sums = 9a8b1f246866c028509486585f62b8f2c18c270e
	sha1sums = ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73
	sha1sums = c59ef224a04fe8b754f3db0063a25ea30d0005d6
	sha1sums = da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9
	sha1sums = 17c55ca7d426733fe3c561906b8173c336b40a77
	sha1sums = ee2a10eaabd1131987bf0488fd9b820174cd765e
	sha1sums = c46e3159a293f6b896da29316d8b6fe8bb79bbed
	sha1sums = af5b2691a22b44be847b0ca81641c5fb6ad0172c
	sha1sums = c72a5c76a9fbaf3488e231b13dc52c0da7bab42a
	sha1sums = 9a96ce501bc62df46c4031fbd970e3cc6b10f07b
	sha1sums = a52f80bf38da1952eb5c681790719871a1a72501
	sha1sums = 8eb7a10a63fff25d15a57b001586d177d1b0d352
	sha1sums = 3cd40e729f3643fd87cb04e50bf0eb722bc596f5
	sha1sums = 9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b
	sha1sums = 37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b
	sha1sums = 9218b9b2b928a238b13dc4fb6b6d576f231453ea
	sha1sums = 624f8f4497d619b2d9768531d58f4122854d7251
	sha1sums = 150cadc898c206c8d05c14e84aa3d4e40d13f819
	sha1sums = 123d9efad53ec8a7c52bdfbaa424483a474366df
	sha1sums = 1af330303efa2c1c8a028287e158974194f5cf4f
	sha1sums = c4cefcaa8e51051c2a40ba2ce8a3d27295af9467
	sha1sums = 49bd6331d7d02d0c09bc910a1075ba8165b56df9
	sha1sums = 633c2c83e3da42a502f52466022480f4208261de
	sha1sums = 0fa2c64f932917c3433a0ded55363aae37416b7c
	sha1sums = a29da425b48806f34767a4efce397269af28432c
	sha1sums = 5923dc48c41c9bccb3a524d10f5924d343448900
	sha1sums = db9d553037fa74bf95dfbff186375fcf5c563cdd
	sha1sums = d5e33185181a4e1f33b15f7bf100ee91890d5cb3
	sha1sums = 5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4
	sha1sums = 117a960819b08780c3bd1f14ef3c1cc1d3f3ea5a
	sha1sums = b37667b7bc181c168782259bab42474fbf52b550
	sha1sums = 395e1ae84b11f26ad1795e73c17378e48a301576
	sha1sums = ad58c6aecf563b78ef2bf04df540da8f5d7d8e1b
	sha1sums = 8a18acfca9a8f4177e09abfc6038939b05d1eedf
	sha1sums = bb935d48582cba168c06834957a54a3e07124f11
	sha1sums = 0c5b5e30c2557a2f06febd37b7322946aaee42b3
	sha1sums = 2a2edefa76cafa66613fe4c1ea52f7f031017bdf
	sha1sums = ea1f7f3b80f064236e83470f86c09c254fb45b09
	sha1sums = efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be
	sha1sums = 3bc2a85ea742d9e36205dcacdd72ca1fdc51b055
	sha1sums = db6ecbed1bd659c43dac0f45661e7674103d1867
	sha1sums = 2a98801a849f43e2add644fbb6bc6229b19a4ef4
	sha1sums = e8fbf374dc556ff8947a10dcb0572d633f2cfa10
	sha1sums = a7470f9e426733d81bd81e1155264e3a3507cab4
	sha1sums = a88c02535791f02ed37c76a1b9ea9773c833f8c2
	sha1sums = f116f8064fe90b3f7844a38997c0b75051269f1d
	sha1sums = bf3eeda931201394f57b5dba2800f91a238309ca
	sha1sums = 64f61e42cbbb2eec2071a9dac0b28ba1e65d5084
	sha1sums = cea6e6ae5c870a7b0a0004070b7b587e0252912e
	sha1sums = 3d9877899e6a53efc0160504cde15f82e6f061d5
	sha1sums = 6910bca5da8c95e784b5751b976cf5a10fee36d2
	sha1sums = 7535345b896734d5f80c4d06c50955527a14f12b
	sha1sums = 4e431e92b11a9731636aa1f9c8d1ccbcfdab78df
	sha1sums = 2c163b3fafb1b606d9d17928f05c2a1c38e07677
	sha1sums = 4427f50ab3429e9025ea7d52e9043a9ef4159344
	sha1sums = 76d70a3ed10ef9be48eb577887d74205bf0cad22
	sha1sums = a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d
	sha1sums = 4bfb4a45b61cee83a5a46fba778e4e8d59c0ce0b
	sha1sums = d731e8898ed090a12c352ad2eaed5095ad322c9d
	sha1sums = 3f26c76a809593b52bfa2ecb5710ed2779b522a7
	sha1sums = 29bf3eff701be2d4d315dbacc39bc39fe8f601aa
	sha1sums = d1850eb9791ecd18e6182ce12a30f396634bb19d
	sha1sums = 8833a9d89ab4acde6188942bd1c53b6390ed5a8a
	sha1sums = 6ae487e6a69afec3a5e167628996b59f35ae2b7f
	sha1sums = 7a549bbd9ffe1585b0cd0a191e203055bee574b4
	sha1sums = 4f0e06362e01362f823d348f1872b08f666d8142
	sha1sums = 7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6
	sha1sums = 558fb6472ed16a4c850b889530e6b36438c49280
	sha1sums = 3188bcb273a414b0d215fd22a58540b989b9409a
	sha1sums = 15f190e98895f3fc23276ee14bc76b675c2e50f0
	sha1sums = 2a1fdf01e90585ef2ae872a01bc169c6a8d5e60a
	sha1sums = b01307cb29b618a1ed26ec79e911f803c4da0040
	sha1sums = 8bbb5747e6f579f141a5238cbad4e95e004458ce
	sha1sums = ff6b4a3f339c34a6c188cbf50a16087858d22113
	sha1sums = bb8b09a6597ba426425f2e4a07245c3d00b9343e
	sha1sums = 74d335a234f67ed19907fdadfac7ccf9d409825d
	sha1sums = 78cd6f1a19bdc12b73db5ad0c61efd66c1e29283
	sha1sums = 9338802a30d3b6605fbe0613e094008ca8c05a13
	sha1sums = 8771aae0799b64076b76640fca058f9c10e33ecb
	sha1sums = bc55b2634793c679ec6403094eb13698a6ec0aae
	sha1sums = 3f4dae4a91fac315f71062f8521cc239f1366280
	sha1sums = 69f6a87d9513ab8bb8fe63bdb0979c448e684660
	sha1sums = 9db7b59496ad3f3cfef30a75142d2d930ad72651
	sha1sums = 3208c1f08d3a4d99261ab64f92302bc15e111ca0
	sha1sums = b9b8c61602788df097bf1a505410fc000b8b5eca
	sha1sums = 19203fb59991df98e3a287050d4647cdeaf32499
	sha1sums = c1fb65f8f5017901cdd2c951864ba18458a10602
	sha1sums = 34aee70eb18ea1faec2f589208a157d1feb091c2
	sha1sums = 79d93d2d33363d6fdd2970b335d9141ad591d79b
	sha1sums = a879a99e29452f942439f2a405e3af8b31d4de93
	sha1sums = 140a3d2d41a36d2efcfa9377b62c24f8495a5c44
	sha1sums = b11bec9cf2492f06756d6e809ab73a2910259146
	sha1sums = 42a41a16abcd46fd046306cf4f2c3576fffb1c21
	sha1sums = f82dcfbfce6e63d041bd83d64c82e34cdba6572e
	sha1sums = 494c831062f1f9408251ec44db1cba29242a2638
	sha1sums = 6cf3b9f5bc31cee7ee3e369c0832b7583dcd923d
	sha1sums = 5317a49effb0e7ec3a0c8fb9c1b24fb716aab939
	sha1sums = ae4562c007473b932a6200d403268dd2fffc6ade
	sha1sums = dcf82dee545f46074daf200c7c1c5a08e0f40f6a
	sha1sums = 0e5ed275bc334caec0e551ecf08bb22be583e236
	sha1sums = a98baf44ce45a550efb4d49c769d07524cc2fa2e
	sha1sums = 55321eb309febbc59c4801d931a72452a681d286
	sha1sums = 679591c564c3bffaae8454cf0b3df370c3d6911c
	sha1sums = 82d79bff30a67c4005ffd5e2515300ad9ca4d7af
	sha1sums = d09178716ffea4dde9e5fb7b37f6f0802274580c
	sha1sums = 9ccb4e505d486b91651345772885a2df27fd017c
	sha1sums = f31c22225a9632d2bbf8e4addbef240aa765a61f
	sha1sums = 7c526a52d89b45c45cc690b88163be0497f550cb
	sha1sums = 2dcbd2c287cbc0a55cc42328bd0c736150d53e3f
	sha1sums = 558aa53b43b661e1925a0afdfa36a9a1085fe57a
	sha1sums = 48bb5088409f16f1821666641c44dd1aaae3cd88
	sha1sums = d0225373aeb652adc1bc82e4945339a842754773
	sha1sums = 5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a
	sha1sums = 3fbdbb95b4683ac9fc785111e792e558d4abd503
	sha1sums = 2603e78b7b4b0006cbca2fbcc8a3202558ac9479
	sha1sums = 410fc8a17b70e598013df257c2446b7f3383f119
	sha1sums = 1da27e6710271947695daf6848e847f01d84b920
	sha1sums = 6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94
	sha1sums = f793896e0fd0e954a59dfdd82f0773808df6aa89
	sha1sums = 2eb2e37ea9b67c4891f684a1394799af484cf7a2
	sha1sums = df0388fcd0b37816dff0a5fb8108939777dcbc9d
	sha1sums = f5e3835c5e9817b617f2770870d9492d28678164
	sha1sums = d0772de1aa680a0bfb9ba2f32b4c828c7857cb9d
	sha1sums = e8a32c30a95d20c2b1bb635cc580981a06389858
	sha1sums = c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf
	sha1sums = 8a1f07896d82b10926bd3744a2420009f88974a8
	sha1sums = bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90
	sha1sums = ee6926daf3ad1ed5e4e3968b1740eef1c6399634
	sha1sums = 796362821b019f734054582038b116481b456cf3
	sha1sums = a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9
	sha1sums = b5d07b8e3216e3e27cd728d72f70d1e6a342005f
	sha1sums = fe85b2ec75a59037f2adfec100fd6c601761152e
	sha1sums = d66fa18f3a47076789320b9b1af32bd86d9fa202
	sha1sums = f080351c865b0dc562a8462966daa53543c78a4d
	sha1sums = a2a682a95cd4d0cb1d6257e28f83da7e35800367
	sha1sums = bbabcdc02859f4987301c856e3387ce5ec43bf70
	sha1sums = 381a871b62a734450660ae3deee44813f70d959a
	sha1sums = 820c86a39334640e99516928bd03fca88057d022
	sha1sums = 7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b
	sha1sums = 4923538878eef42063cb8a3e3b0798781487ab1b
	sha1sums = 2d1d59af9c1b129815accc2c46a022a5ce1fa3c9
	sha1sums = 2e194de044626d4a10e7f7fbc00ce73e83e4d5c7
	sha1sums = f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a
	sha1sums = ce0521856b453c86e25f2c4c0d03e6ff7ddc440b
	sha1sums = 19cd194bfd3e428f049a70817c038d89ab4be35b
	sha1sums = 1cfcb8cf5522ea69952cd2af95ae09477f122a96
	sha1sums = d74f9dd6b57d83d8e98cfb82133b03978bc929e5
	sha1sums = c1a464e7693302e082a075cee0c057741ac4772c
	sha1sums = 7bba384db3a1520d18c9c0e5251c3444e95dd94a
	sha1sums = 3e9788ffb90b694a5d0ec94479a45b5d8738133d
	sha1sums = 93a9626ce5e5e66bd4db86849e7515e92340a707
	sha1sums = 22b813bf745dc6edba2576b940022ad6edc8c617
	sha1sums = 95560b50c472d81a3bc76f20ede80eaed76d8add
	sha1sums = 82e7135d7e89a50ffe64610a787953c4c4cbb373
	sha1sums = 68472f79711c084657c067c5c6ad93cddea8214c
	sha1sums = 70ee5a7c5052070afacfbc22977ea79def353b70
	sha1sums = e90d3466ba209b932451508a11ce3d3632145931
	sha1sums = 3eb5ed62622756d79a5f0e2a221dfebad75c2f7e
	sha1sums = fa10c9115cc6d8865be221ba47ee9bed78601113
	sha1sums = 34acdd610f130c2a833dc254486e2a260006d5bf
	sha1sums = 9b2d53e3abd707edcf0c1501b4d5ac04c947a283
	sha1sums = 15490bc02af4b56cf62299c7c17cba32d71a96ee
	sha1sums = d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd
	sha1sums = f8c91c07b7a786e30c59926df530b4eac96974ae
	sha1sums = 574c8138ce1d2b5861f0b44579dbadd60c6615b2
	sha1sums = c6a9b4b6185d3b7f70d3ffcb734cbfc8b0f38761
	sha1sums = 4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7
	sha1sums = 777948e2452651c570b712dd01c23e262713fff7
	sha1sums = b4aafb93e3aeb2d8174ca53cf163ab7d7308305f
	sha1sums = 4459ea77e71969edba8588387eecb05e2c2cff3b
	sha1sums = 5177441da2b1046a4d4547ab9e0972eed7b1ac1d
	sha1sums = 5240ffedefc6d663ce8515e5796a4d47a750c0d5
	sha1sums = 8a1023e0d6766ecb52764cc3a734b36ff275e185
	sha1sums = 9e445a52950951ec4d177d843af370b411caf314
	sha1sums = 84a66a260174408fc5b77a18f888eccc44fb6971
	sha1sums = 2151f722472ba79e50a76fc125bb8c8f2e4dc2a7
	sha1sums = 245801d8ebf409c6df22ab9d95b65e1309cdb16d
	sha1sums = 0dcd69ff23a1c9b11fd0978316644a0388216a65
	sha1sums = 40d0885b535deffe3f3147bec877d05fe4c5668a
	sha1sums = cdc045dc5b894b35793cf276cc3206077bb7302d
	sha1sums = a9e2541a4a2fec2e69c29b35e6060973da79b865
	sha1sums = 26f6bdc379d87f75e55739bab89db525b06100e4
	sha1sums = c8166017a42f2dea92d6453168dd865186a70830
	sha1sums = f0878eef528ce7b0aa35d67cc6898635fd74649e
	sha1sums = 8c14ca1a424c6a561b0bb2a22f66f5049a945d3d
	sha1sums = 3a7f868334b407dea06da16d88d5cd29e435fecf
	sha1sums = f14c183de51130243d6d18ae149375ff50ea488a
	sha1sums = 1c47f272df277f3b1daf061677d9c82e2322c60e
	sha1sums = 87a10ac4c1694bd2e1cbf53591a66141fb5dd747
	sha1sums = 006a33fff9579d82dff77dd95f5a0013ced2922c
	sha1sums = 583b1aa775961d4b113ac17d9c50baef9dd76bd1
	sha1sums = 067428230fd67443b2794b22bba528b6867962d4
	sha1sums = d0e96ebb56b07476df1dd9c4806e5237985ca45e
	sha1sums = 7a0fff978f6dbfa4d006238fbac98ed4198c3259
	sha1sums = 7ea1c1a5d91d764fb282139c88fe11e182a3a734
	sha1sums = 6caf2830eb924941861ec53a173799e008b51e5b
	sha1sums = 1b2678426af4ac4a509008e5e4ac9e9959db9e18
	sha1sums = 854373c7f5c2315914fc9bfc6bd8238fdda1ec27
	sha1sums = 4f1471a010827a86f94cfd9b0727e36d267de505
	sha1sums = 6c9599d340d54dfd3946380252a35705a6b992bf
	sha1sums = 691d2709e78c79fae3a156622452d00762caaaa2
	sha1sums = fedd4d2bf193a77745fe71e371d73c3307d9c751
	sha1sums = 73cdaaa822125f9647165625eb45f8a051d2df06
	sha1sums = a632127f53aaf3d15876f5872f3ffac763d6c891
	sha1sums = 0a6e8b5316beb5c9905f50eb2bbb8c64a4805642
	sha1sums = e2b5dbede00e7fa9bc363607f53327e8b073189b
	sha1sums = 6d5b934a456993b23d37f40a382d6f1666a8e5c6
	sha1sums = a64cfa724062434fdfc351c9a4ec2d92b94c06f4
	sha1sums = f2bd221f6cc970a938d88556abc589caaaa2bde1
	sha1sums = d98454a9c3753d5790860f16f68867b9e46be1fd
	sha1sums = 513bdbe2d3b95d7762e8c1137efa195c6c61b5b3
	sha1sums = 174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f
	sha1sums = 581f6ade658cbba65a0d3380de7753295054f375
	sha1sums = fbc114b60ca42b30d9daf5858e4bd68bbedb6735
	sha1sums = e864217f74c36850f0852b78dc7bf7d4a5721bf2
	sha1sums = 9a4a6814cac1c0cd73360a95f32083c8ea4745b7
	sha1sums = bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d
	sha1sums = 7960a668888594a0720b12a911d1a742ab9f11d2
	sha1sums = dd822aa0887580e52f1a039dc3eda108efae3075
	sha1sums = aab7fbd416582fa32a3db49859c122487c5ed2cf
	sha1sums = 9e7dd21261a0c1fb17992580885b39e7d08f451f
	sha1sums = 8ba691c4421f71662ed07c9a0294b44528af2d7f
	sha1sums = 7dc9c636271aca007a9df4deaf2dd7e7960280cb
	sha1sums = e269be0340dcb13aa6949d743da7d658c3e2fbea
	sha1sums = 7a57eb550a6783f9115331fcf4663d5c8e007a50
	sha1sums = 570670f793646851d1ba135996962abad587859f
	sha1sums = 3d321af3eab939b083c8f929a1d12cda81c26b6b
	sha1sums = 3ba3833733646d9d3e4995946c1365a67fb07a42
	sha1sums = 1ec17e2edbec25c8306d424ecfbf13c7de1aaa31
	sha1sums = e1daccbe78d0d1388ca18c64fea38e3e57e3706b
	sha1sums = 797a516a93e62f5bde55e0b9cc9c967f860893c9
	sha1sums = 83c8315c6785005e3bd021839411c9e110e6d834
	sha1sums = 3b9bb3335ccf00f425e07437e19276967da47ace
	sha1sums = 77016bd8919d0ac377fdcdd0322328953ca5781c
	sha1sums = bb2f95a5eda2ec168ec9274e06a747c3e2904d2b
	sha1sums = 47bb2952da32d58a1be2f256a598eebc0b745118
	sha1sums = 89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f
	sha1sums = 9624375d965630e2e1f2c02a935c82a59cb48309
	sha1sums = debc6489d7a6e6b0e7611888cec880337d316396
	sha1sums = 7332300e840161bda3e69a1d1d91a7d4bc16f182
	sha1sums = 7820d9b16120cc55ca9ae7792680ae7dba6d7fe2
	sha1sums = 7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8
	sha1sums = 98472870bf228132fcbdd868129bad12c3c029e3
	sha1sums = ff747a13620ab57ba688f5fc67855410c370da22
	sha1sums = 4fcc9d77a07e48ba7527e7cbe0de33d0701331e0
	sha1sums = 836f3edd6bc2ee599256c924ffe0d88573ddcbf8
	sha1sums = c0d5a63b2718800ad8e1eb0fa5269c84dd41845e
	sha1sums = 027422e2faec0b25e1549c3e1bd8309b9133b6e5
	sha1sums = c63fa40680d2c5c941412a0e899c89af60c0a930
	sha1sums = 9ec61f79049875707d69414596fd907a4d711e73
	sha1sums = f6f07ac82c1fd60f82e098b417a80e52f1f4c142
	sha1sums = 366493e6b3e42a3a6885e2e99d18f80fb7a8c932
	sha1sums = df6f84372f0270dc65cdf6291349ab7a473d4f2a
	sha1sums = c92196fc86ab42be983f1bf31778224931d61458
	sha1sums = 91125e8042bba1b9887f49345f6277027ce8be9b
	sha1sums = 56a9b36ea965c00c5a93ef31eb111a0f11056967
	sha1sums = 959c4637daa932280a9b911b1a6766a7e44288fc
	sha1sums = c3d831f51f5e7bfa62fa2ffbe4b508c640f09584
	sha1sums = 74a370bd857116e245b29cc97340cd431a02a6c7
	sha1sums = 2724fd6a8113d73764ac288d4386270c1dbf17f0
	sha1sums = 49f866e0d32146142da3ad8f0eff352b3215ff22
	sha1sums = b9346d8827e8f5a32f7ba29637d398b69014848a
	sha1sums = 626e39df8c372338ea9b8028d1f99dc3fd9c3db0
	sha1sums = 356ade10263f685dda125100cd862c1db895327f
	sha1sums = 5bbae58b522098ebdf09bca2f83838929001c7a4
	sha1sums = 0e5190d79e542bf294955dccabae04d3c7d53826
	sha1sums = df23ff26e0c5b300a6470cad160a9d090c3a37ab
	sha1sums = 0e846df6c6530586429377de56e0475583b088dc
	sha1sums = c24bce2a283adad5bc3f58e0d48249b92379d8ef
	sha1sums = 2d6d996d04a15855d967443631dd5f77825b016a
	sha1sums = 9471c213d22e1bcc26717cd6e50881d88f812b06
	sha1sums = 245bd9c909275e0beee75eae85bb40780cd61903
	sha1sums = 8c64ad5fd30dab1c976e2344ffe7f792a6a6df42
	sha1sums = 319eb658b28c370f0c20f968fa8ceab98c13d27c
	sha1sums = b1041170b99811710c13f949c7d225871de4cc78
	sha1sums = b663e83ffb09bbf2386944736baae803029b8b39
	sha1sums = b7adbdac3546aaaec20b45e7d8265927072726f9
	sha1sums = 79a40644c362be82f26effe739c9bb5382046f43
	sha1sums = 4abcd852ad32dd7baabfe9b40e00a36db5f392e6
	sha1sums = a1a57a9949db549dd075de3f5550675f02f1e4c5
	sha1sums = 9a0bc8fdc252f3fb1cca68b016591059ba1422bc
	sha1sums = 9f7ee287f82fd326d4fd162923d62129eee0dfaf
	sha1sums = 39f67c54b3a7a58cea5236d95cf0034239631f7e
	sha1sums = 1b42a6266a21f07421d1b0b54b7dc167b01c013b
	sha1sums = 90da382b1e126efc02146e90845a88db12925d76
	sha1sums = 35797f13a7fdadc566142c29d4f07ccad483e3ec
	sha1sums = f1a5402ba6220ad52cc1282bac1ae3aa49fd061a
	sha1sums = a1c1a6f624751577ba5d07914cbc92850585890c
	sha1sums = 991ec69d296e0313747d59bdfd2b745c35f8828d
	sha1sums = 1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6
	sha1sums = 44fa161b0187b9549dd84bb91802f9bd8385cd6a
	sha1sums = 7f87dfb67a3150782eaaf18583ff5d1711ac10c1
	sha1sums = 755ebd752045931977e30b2025d340d7c9090378
	sha1sums = 6c8149462adb23e360e1bb71cc0bae7f08c823c7
	sha1sums = 44cc8988377f126304d3b3fc1010c733b929ef0f
	sha1sums = 6533d524d30621fc1283b9692146f3f13a93d1ba
	sha1sums = 556d2ef8689146e46dcea4bfdd095f3434dffcb4
	sha1sums = 980f7b5550bc175fb4dc09403085627f9eb33143
	sha1sums = 4b62942a7a1ccbdb252e5329677c003bac546fe7
	sha1sums = 045f9782d011ae9a6803ddd382b24392b3d890f7
	sha1sums = aac72314198eaed975cf77b2c3b6b880695e5449
	sha1sums = 290cbb232e306942d7d7ea9b83732ab7856f8285
	sha1sums = 37a5cf0b81ecbc6943de109ba2960d1b26584ae7
	sha1sums = 0b7b74ff5b66ecf9035475522fa05090ac47e29e
	sha1sums = ccd0af4f8835fbdc265b82461aaf0c36663f34ea
	sha1sums = ae16f1644d873ecad843b0307b143362d4c42172
	sha1sums = d2d83e057959d53ec261311e9e9b8f51dcb2934a
	sha1sums = c3fcff9c4da932784873335ec9765fa94ff66bc9
	sha1sums = 10cb5984263115d3b7a0e336591e290a830af8ad
	sha1sums = d6bb6b37902c6fef5174e5f533fab4c732a26f42
	sha1sums = 11dda19d5368e40ce9ec2bdc1fb0ecbc0790ecea
	sha1sums = a9a1767f8af84155114eaabd73f99273c8f59ad9
	sha1sums = 952188c1cbd546070e2dd20d0f41c0ae0530cb04
	sha1sums = f46976082ba35c2263f1c8ab5edfe26c41c9552f
	sha1sums = d70b92bdab7d6d90dfd73931195a30b6e3d7cebb
	sha1sums = 548650de521b344e3781fbdb0ece4aa6f729afb8
	sha1sums = 3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f
	sha1sums = 3d664c877ad542dc1509eaf2c50f38d483a6435a
	sha1sums = 6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae
	sha1sums = 1ebd0f09c52ba95a09750afe3f3f9f724a800cb5
	sha1sums = dc069ecf34436621acb41e3efa66ca1b5fed15b6
	sha1sums = 8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc
	sha1sums = 74722af32e9614e9c287a8d0bbde48b5e2f1a263
	sha1sums = 04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f
	sha1sums = 008db65edce6c50eec0c5e228e1945061dd0437c
	sha1sums = 8ad4e8cecba7e568bba660c39b6db46625ecf1ad
	sha1sums = 5d607d27fc806f66d7b64a766650fa890f04ed66
	sha1sums = a23af9f3132115465dac215c099303e4ceac5794
	sha1sums = 6d6e980c9df2b6fc905343a3b2d702a6239536c3
	sha1sums = 4914b903a2f8b685d17fdf78a70e917e872e444a
	sha1sums = 544d4c357a8d7b71a19700074b6883fcb4eae057
	sha1sums = 68b55cb61ea639ff57136f36b216a291800d1465
	sha1sums = 22b0a2850cdf6503e73085da1fc7b7d0c2122f2f
	sha1sums = fb4d8a1420ea362764e21ad4780397bebcb41cbe
	sha1sums = 7ee61ca1587bf5f31b2e29aa2093cbf11442d152
	sha1sums = acdac8da59ef2bc1e17a2c0ccf6c320d120e555d
	sha1sums = 1872dfcf24cb15752677e40e5c3f9cc1926028b5
	sha1sums = 0b13b7ee2b5ac7e0609a7463d83899589a363fcd
	sha1sums = f02979d8395b6b637d08a589fb514498bed55845
	sha1sums = 9cf1611ba62685d7030ae9e4ba34149c3af03fc8
	sha1sums = 42f114594a46cf1a8e30b0a84f56c78c3edac21e
	sha1sums = 269c7117d27b05ad2e536830a8ec895ef9c6d010
	sha1sums = 14f8daec6d81e7221d2a357e668cab73bdbca794
	sha1sums = 39e8a98d044d150660abe4a6808acf70bb7bc991
	sha1sums = a8479022eb1ac368a871389b635262c505ee368f
	sha1sums = 9e26c63d30f53443e9489495b2105d37b67a85d9
	sha1sums = d5b6568ca689d8561370b0707685d22434faff45
	sha1sums = 31f1281b3832630434831c310c01cccda8cbe006
	sha1sums = f62cf17581e996b48fc965699f54c06ae268b8d2
	sha1sums = d65264787476e4caf7efc5498fb740c69f626d48
	sha1sums = 6377e996795abb0b6d348e9b3e1dfb24345a8e42
	sha1sums = e2e69a44ac8772f78a1ec0b35b689df6530efc8f
	sha1sums = 1b7dcdcb32b8138801b3e478ba6a51caa89648da
	sha1sums = 6eda4bd344a3c94aea376d4cc31bc77311039e09
	sha1sums = 9bd6f6265263f01aab152df935dc7a554c15673f
	sha1sums = a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62
	sha1sums = 2d9d4ff5c064acb711594a3e3b95054ad51d907c
	sha1sums = b4a914bb62e7c272d4e5989fe4440f812ab1d807
	sha1sums = 7cbcb64b5a141b6a2efc2c5d2c67b4e150b2a268
	sha1sums = 717549c541bc3c2af15751bea94b1dd068d4b03a
	sha1sums = acad84c284136b060dc3faa64474aa9aebd77287
	sha1sums = b8fa7245ef8e8effa8078281946c85ab780a0b12
	sha1sums = 766ea28911c683996c248ef1a20eea04d51652c7
	sha1sums = b19da364d981b2326d5f43099c310cc80d770c65
	sha1sums = 01c1e39eb31d07cb7d03a96a70823260b23132cd
	sha1sums = 99f88931cfc761ec7678b41d5d7336b5b6a07bf4
	sha1sums = 0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5
	sha1sums = c9c58b575be8407375cb5e2462dacee74359f41d
	sha1sums = 764a5a11af50561921b133f3b44e618687e0f5c3
	sha1sums = ee434a4e22543082e294ba6201dcc6eafefa2877
	sha1sums = eb783cc22bc1e8bebd0671476d46ea4eb32a79ae
	sha1sums = 60a1a1cc98c988674fcbfd23b6e3367bdeac4ce7
	sha1sums = f544a148d3ab35801c1f633a7441fd87c2e484bf
	sha1sums = 1648c44aae7c8d988a326018ed72f5b4dd0392e4
	sha1sums = bf4956eaca5a0476474850a53672bed6906ace54
	sha1sums = 405923909592d56f78a5818434b0b78489ca5f2b
	sha1sums = cf2d38bdc34a134bcaf1091c41f6619e2f672d00
	sha1sums = 612efe4ed235d567e8aba5f2a5fab70280ade83f
	sha1sums = 3f05251ee17904dfd0677546670db9651682b811
	sha1sums = 07b8203bfa7056c0657050e3ccd2c37730bab8f1
	sha1sums = 867ac74e3864187b1d3d47d996a78ec5c8830777
	sha1sums = a430b3260466ca7b5ca5bfd735693b36e7a9d183
	sha1sums = 919b44a7dbb8583a9b856d162be24a54bf80073e
	sha1sums = a155f21690871953410df4b6b6f53187f0500917
	sha1sums = 628effeeae2064a1b4e79f78e81d87b7e5fc7b50
	sha1sums = 7594fbae04fe7f1918ce8b3d213f74ff44ac1f45
	sha1sums = b979ebad3919799c979b17c72621c0bc0a31c6c4
	sha1sums = 596a1747233694d50f6ad8a7869fcb6f56cf5841
	sha1sums = 3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6
	sha1sums = 21413001973106cda1c3a9b91eedd4ccd5469d76
	sha1sums = 0d6f6e5e413f8daaa26522904597be3d6cd93b51
	sha1sums = d43878b5b20222682163ae6f897b20447233bdfd
	sha1sums = 052aa67a48eccc4309d7f0191b7e41434b90bb78
	sha1sums = b33b0edc1bf925b27349e494b871ca4451fabab4
	sha1sums = 85fe89f8bf459dc57dfef1689bd5b52ad1af07e6
	sha1sums = cc29706f0a397cfe6df89debfe4bf5cea159db50
	sha1sums = 9c411a802a409a91fc6cf74081baba34b24499ac
	sha1sums = 82315e9bbc6f2b25888858acd1fff8441035b77f
	sha1sums = aa9fe653c42b9097678489c01000acb69f0b26cf
	sha1sums = e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa
	sha1sums = 9254c1d37bdac0ac2b52de4b6722792d2a91e30f
	sha1sums = 7bb8cc9b3d397e201cf8553336d262544ead829e
	sha1sums = 970e33963af9a7dda228f17ebe8399e5fbe63a10
	sha1sums = 61a6a32010622afa07963bf325203cf12239d604
	sha1sums = 8b38b10cacdef63337b8b24e4ff86d45aea529a8
	sha1sums = fe4d40dc71823ce5a80f1ecc63ec8b88ad40b54a
	sha1sums = d434246e398444740dd7fe4c9543e402ad99e4ca
	sha1sums = 35111c9d1437ab83a7cdc0abae2f26d88eda0a02
	sha1sums = 8171bf22c1f588d1554d55bf204bc624af388433
	sha1sums = cb3173fe47ca743e228216e4a3ddc4c84d628cc2
	sha1sums = 54fd16e0ecb167cf04cf1f756bdcc92eba7976c3
	sha1sums = a0401aee72714598f739b68b104e4fe3a0cb3c71
	sha1sums = 43d41e3be698bd493ef911077c9b131f827e8ccd
	sha1sums = e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2
	sha1sums = 6d347cf57c8a7a7a6044aabd0e2d74e4d76dc7c9
	sha1sums = b646f69be3942dabcecc9d6639c80dc105efaa66
	sha1sums = 168efc2180964e6386d061e094df61afe239b18d
	sha1sums = 97e9c96ab0ae7bcac08e9ae5151d26e6bc6b5580
	sha1sums = 9b1a52595225859e55f669d928f88c6c57f2a77e
	sha1sums = adca77b3562d56b72746e76b330b7f27b6721f3c
	sha1sums = f9f63910d15536ee2b2d5dd4665389715eac5c1e
	sha1sums = 3aa0125bfe668a4672de58857d3ace27ecb76901
	sha1sums = 5f17a6059b73db61a875668781a1c2b136bd6fbc
	sha1sums = 450d4dc9fa70de732762fbd2d4a28981419a0ccf
	sha1sums = 98fe6c4308317c5f394d85a435eb192490f7e132
	sha1sums = 70836b6a876a010dc3a2b884e7902e9db064378d
	sha1sums = 23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974
	sha1sums = 11e14732bf56e2faa98ffde5157fe6c13259ff30
	sha1sums = 96c1a3479b8c5392542c612029013b5b27f88bbf
	sha1sums = cc2ba4db3a36658d069249e9e36d9e2b41935d89
	sha1sums = 06cb36efc911c6e128452f230b96584a9133c3a1
	sha1sums = 422f410a0ea97cb54cebd698d56a06d7a22e0277
	sha1sums = ab6549d61d172c2b1b87be5c508d239c8ef87705
	sha1sums = f38a5afb9dd1e93b65d550469ac6182ac4f54b8e
	sha1sums = 78641c488b8e6ca91a75f511e7a3b32a86e5dda0
	sha1sums = f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8
	sha1sums = a45043d54f5805316da8d62f9f50918d3da70b0a
	sha1sums = 7c6a8dd0a636a0327e10b59c9286eee93f3f51b1
	sha1sums = df2389ebf3fbb246a71390e90730a9edb6ce17ad
	sha1sums = df1d4c206854369ecf3c9a4898f1b23fbd9d15d3
	sha1sums = 27584810891456a4171c8d0226441ade90cbcaeb
	sha1sums = d2c45c6dd4fbce621a66f136cbe328afd0410b34
	sha1sums = 67e145cff510a6a6984bdf1152911d69d2eb9e43
	sha1sums = 56dc22368ee570face1b49819975d9b9a5ead214
	sha1sums = b5243d8f3ec1aa35f1364605bc0d1036e30ab69f
	sha1sums = 9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5
	sha1sums = 0c5ab0f99cdd02a81065fa9cd8f8ae87624889be
	sha1sums = a1337ca426aa61cef9fe15b5b28e340a72f6fa99
	sha1sums = bb72779f5fa465186b1f438f674fa347fdb5db54
	sha1sums = 7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55
	sha1sums = dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd
	sha1sums = 9bb92790d9c0effec63be73519e11a35019a3a72
	sha1sums = 1c82bf0f6b6a66eafce7ef30e376f49a12477f66
	sha1sums = 991df39aca675a192b816e1e0363f9d75d2aa269
	sha1sums = 2eb7dc3b0289718fc295f362753845c41a0c94ee
	sha1sums = 9096bceebf990d21bb31fa9516e0ede294a77d35
	sha1sums = c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9
	sha1sums = 0d020c8bcec22989369db31e5d352acc6a13eda8
	sha1sums = 0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b
	sha1sums = 1337fe974dbaffd2fa9a1ba09662a66932bd7135

pkgname = sozi
	depends = gconf
	depends = libnotify
	depends = alsa-lib
	depends = nss
	depends = gtk2
	depends = libxtst
	optdepends = inkscape: for editing the original SVG document (any SVG editor can be used)
	optdepends = sozi-extras_texts2paths: for converting Text objects to Path objects
	optdepends = sozi-extras_media: for Inkscape audio/video extensions
	optdepends = ffmpeg: for export to video formats (e.g., MPEG-4, WebM, Ogg Vorbis)

pkgname = sozi-extras_texts2paths
	pkgdesc = An script for converting Text objects of a SVG to Path objects
	depends = python-lxml
	depends = inkscape
	conflicts = sozi-tools_texts2paths

pkgname = sozi-extras_media
	pkgdesc = An Inkscape extension for adding audio/video elements
	depends = inkscape>=1.0