summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 83d67b5fca5e8d7eda2740e6e9b9059bb0c1abe1 (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
# Generated by mksrcinfo v8
# Fri Oct 15 18:59:43 UTC 2021
pkgbase = sozi
	pkgdesc = A zooming presentation editor and player based on SVG and JavaScript
	pkgver = 21.09
	pkgrel = 1
	url = http://sozi.baierouge.fr/
	arch = i686
	arch = x86_64
	license = MPL2
	makedepends = npm
	makedepends = gulp
	makedepends = nodejs>=14.3.0
	makedepends = zip
	makedepends = jq
	makedepends = semver
	noextract = electron-v9.4.4-linux-x64.zip
	noextract = electron-v9.4.4-linux-ia32.zip
	noextract = po2json-mikeedwards.zip
	noextract = acorn-5.7.4.tgz
	noextract = acorn-7.4.1.tgz
	noextract = acorn-jsx-5.3.2.tgz
	noextract = acorn-node-1.8.2.tgz
	noextract = acorn-walk-7.2.0.tgz
	noextract = ajv-6.12.6.tgz
	noextract = ajv-8.6.3.tgz
	noextract = ansi-colors-1.1.0.tgz
	noextract = ansi-colors-4.1.1.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-2.1.1.tgz
	noextract = ansi-regex-3.0.0.tgz
	noextract = ansi-regex-5.0.1.tgz
	noextract = ansi-styles-1.0.0.tgz
	noextract = ansi-styles-3.2.1.tgz
	noextract = ansi-styles-4.3.0.tgz
	noextract = ansi-wrap-0.1.0.tgz
	noextract = anymatch-2.0.0.tgz
	noextract = append-buffer-1.0.2.tgz
	noextract = archiver-5.2.0.tgz
	noextract = archiver-utils-2.1.0.tgz
	noextract = archy-1.0.0.tgz
	noextract = argparse-1.0.10.tgz
	noextract = array-each-1.0.1.tgz
	noextract = array-initial-1.1.0.tgz
	noextract = array-last-1.3.0.tgz
	noextract = array-slice-0.2.3.tgz
	noextract = array-slice-1.1.0.tgz
	noextract = array-sort-1.0.0.tgz
	noextract = array-unique-0.3.2.tgz
	noextract = arr-diff-1.1.0.tgz
	noextract = arr-diff-4.0.0.tgz
	noextract = arr-filter-1.1.2.tgz
	noextract = arr-flatten-1.1.0.tgz
	noextract = arr-map-2.0.2.tgz
	noextract = arr-union-2.1.0.tgz
	noextract = arr-union-3.1.0.tgz
	noextract = asap-2.0.6.tgz
	noextract = asar-3.1.0.tgz
	noextract = asn1.js-5.4.1.tgz
	noextract = assert-1.5.0.tgz
	noextract = assign-symbols-1.0.0.tgz
	noextract = astral-regex-2.0.0.tgz
	noextract = async-1.5.2.tgz
	noextract = async-3.2.1.tgz
	noextract = async-done-1.3.2.tgz
	noextract = async-each-1.0.3.tgz
	noextract = async-settle-1.0.0.tgz
	noextract = a-sync-waterfall-1.0.1.tgz
	noextract = at-least-node-1.0.0.tgz
	noextract = atob-2.1.2.tgz
	noextract = author-regex-1.0.0.tgz
	noextract = available-typed-arrays-1.0.5.tgz
	noextract = await-handler-1.1.2.tgz
	noextract = @babel#code-frame-7.12.11.tgz
	noextract = @babel#code-frame-7.15.8.tgz
	noextract = @babel#compat-data-7.15.0.tgz
	noextract = @babel#core-7.15.8.tgz
	noextract = @babel#generator-7.15.8.tgz
	noextract = @babel#helper-annotate-as-pure-7.15.4.tgz
	noextract = @babel#helper-builder-binary-assignment-operator-visitor-7.15.4.tgz
	noextract = @babel#helper-compilation-targets-7.15.4.tgz
	noextract = @babel#helper-create-class-features-plugin-7.15.4.tgz
	noextract = @babel#helper-create-regexp-features-plugin-7.14.5.tgz
	noextract = @babel#helper-define-polyfill-provider-0.2.3.tgz
	noextract = @babel#helper-explode-assignable-expression-7.15.4.tgz
	noextract = @babel#helper-function-name-7.15.4.tgz
	noextract = @babel#helper-get-function-arity-7.15.4.tgz
	noextract = @babel#helper-hoist-variables-7.15.4.tgz
	noextract = @babel#helper-member-expression-to-functions-7.15.4.tgz
	noextract = @babel#helper-module-imports-7.15.4.tgz
	noextract = @babel#helper-module-transforms-7.15.8.tgz
	noextract = @babel#helper-optimise-call-expression-7.15.4.tgz
	noextract = @babel#helper-plugin-utils-7.14.5.tgz
	noextract = @babel#helper-remap-async-to-generator-7.15.4.tgz
	noextract = @babel#helper-replace-supers-7.15.4.tgz
	noextract = @babel#helpers-7.15.4.tgz
	noextract = @babel#helper-simple-access-7.15.4.tgz
	noextract = @babel#helper-skip-transparent-expression-wrappers-7.15.4.tgz
	noextract = @babel#helper-split-export-declaration-7.15.4.tgz
	noextract = @babel#helper-validator-identifier-7.15.7.tgz
	noextract = @babel#helper-validator-option-7.14.5.tgz
	noextract = @babel#helper-wrap-function-7.15.4.tgz
	noextract = @babel#highlight-7.14.5.tgz
	noextract = @babel#parser-7.15.8.tgz
	noextract = @babel#plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz
	noextract = babel-plugin-dynamic-import-node-2.3.3.tgz
	noextract = babel-plugin-polyfill-corejs2-0.2.2.tgz
	noextract = babel-plugin-polyfill-corejs3-0.2.5.tgz
	noextract = babel-plugin-polyfill-regenerator-0.2.2.tgz
	noextract = @babel#plugin-proposal-async-generator-functions-7.15.8.tgz
	noextract = @babel#plugin-proposal-class-properties-7.14.5.tgz
	noextract = @babel#plugin-proposal-class-static-block-7.15.4.tgz
	noextract = @babel#plugin-proposal-dynamic-import-7.14.5.tgz
	noextract = @babel#plugin-proposal-export-namespace-from-7.14.5.tgz
	noextract = @babel#plugin-proposal-json-strings-7.14.5.tgz
	noextract = @babel#plugin-proposal-logical-assignment-operators-7.14.5.tgz
	noextract = @babel#plugin-proposal-nullish-coalescing-operator-7.14.5.tgz
	noextract = @babel#plugin-proposal-numeric-separator-7.14.5.tgz
	noextract = @babel#plugin-proposal-object-rest-spread-7.15.6.tgz
	noextract = @babel#plugin-proposal-optional-catch-binding-7.14.5.tgz
	noextract = @babel#plugin-proposal-optional-chaining-7.14.5.tgz
	noextract = @babel#plugin-proposal-private-methods-7.14.5.tgz
	noextract = @babel#plugin-proposal-private-property-in-object-7.15.4.tgz
	noextract = @babel#plugin-proposal-unicode-property-regex-7.14.5.tgz
	noextract = @babel#plugin-syntax-async-generators-7.8.4.tgz
	noextract = @babel#plugin-syntax-class-properties-7.12.13.tgz
	noextract = @babel#plugin-syntax-class-static-block-7.14.5.tgz
	noextract = @babel#plugin-syntax-dynamic-import-7.8.3.tgz
	noextract = @babel#plugin-syntax-export-namespace-from-7.8.3.tgz
	noextract = @babel#plugin-syntax-json-strings-7.8.3.tgz
	noextract = @babel#plugin-syntax-logical-assignment-operators-7.10.4.tgz
	noextract = @babel#plugin-syntax-nullish-coalescing-operator-7.8.3.tgz
	noextract = @babel#plugin-syntax-numeric-separator-7.10.4.tgz
	noextract = @babel#plugin-syntax-object-rest-spread-7.8.3.tgz
	noextract = @babel#plugin-syntax-optional-catch-binding-7.8.3.tgz
	noextract = @babel#plugin-syntax-optional-chaining-7.8.3.tgz
	noextract = @babel#plugin-syntax-private-property-in-object-7.14.5.tgz
	noextract = @babel#plugin-syntax-top-level-await-7.14.5.tgz
	noextract = @babel#plugin-transform-arrow-functions-7.14.5.tgz
	noextract = @babel#plugin-transform-async-to-generator-7.14.5.tgz
	noextract = @babel#plugin-transform-block-scoped-functions-7.14.5.tgz
	noextract = @babel#plugin-transform-block-scoping-7.15.3.tgz
	noextract = @babel#plugin-transform-classes-7.15.4.tgz
	noextract = @babel#plugin-transform-computed-properties-7.14.5.tgz
	noextract = @babel#plugin-transform-destructuring-7.14.7.tgz
	noextract = @babel#plugin-transform-dotall-regex-7.14.5.tgz
	noextract = @babel#plugin-transform-duplicate-keys-7.14.5.tgz
	noextract = @babel#plugin-transform-exponentiation-operator-7.14.5.tgz
	noextract = @babel#plugin-transform-for-of-7.15.4.tgz
	noextract = @babel#plugin-transform-function-name-7.14.5.tgz
	noextract = @babel#plugin-transform-literals-7.14.5.tgz
	noextract = @babel#plugin-transform-member-expression-literals-7.14.5.tgz
	noextract = @babel#plugin-transform-modules-amd-7.14.5.tgz
	noextract = @babel#plugin-transform-modules-commonjs-7.15.4.tgz
	noextract = @babel#plugin-transform-modules-systemjs-7.15.4.tgz
	noextract = @babel#plugin-transform-modules-umd-7.14.5.tgz
	noextract = @babel#plugin-transform-named-capturing-groups-regex-7.14.9.tgz
	noextract = @babel#plugin-transform-new-target-7.14.5.tgz
	noextract = @babel#plugin-transform-object-super-7.14.5.tgz
	noextract = @babel#plugin-transform-parameters-7.15.4.tgz
	noextract = @babel#plugin-transform-property-literals-7.14.5.tgz
	noextract = @babel#plugin-transform-regenerator-7.14.5.tgz
	noextract = @babel#plugin-transform-reserved-words-7.14.5.tgz
	noextract = @babel#plugin-transform-shorthand-properties-7.14.5.tgz
	noextract = @babel#plugin-transform-spread-7.15.8.tgz
	noextract = @babel#plugin-transform-sticky-regex-7.14.5.tgz
	noextract = @babel#plugin-transform-template-literals-7.14.5.tgz
	noextract = @babel#plugin-transform-typeof-symbol-7.14.5.tgz
	noextract = @babel#plugin-transform-unicode-escapes-7.14.5.tgz
	noextract = @babel#plugin-transform-unicode-regex-7.14.5.tgz
	noextract = @babel#preset-env-7.15.8.tgz
	noextract = @babel#preset-modules-0.1.4.tgz
	noextract = @babel#runtime-7.15.4.tgz
	noextract = @babel#template-7.15.4.tgz
	noextract = @babel#traverse-7.15.4.tgz
	noextract = @babel#types-7.15.6.tgz
	noextract = bach-1.2.0.tgz
	noextract = balanced-match-1.0.2.tgz
	noextract = base-0.11.2.tgz
	noextract = base64-js-1.5.1.tgz
	noextract = beeper-2.1.0.tgz
	noextract = binary-extensions-1.13.1.tgz
	noextract = bl-1.2.3.tgz
	noextract = bl-4.1.0.tgz
	noextract = bluebird-3.7.2.tgz
	noextract = bn.js-4.12.0.tgz
	noextract = bn.js-5.2.0.tgz
	noextract = brace-expansion-1.1.11.tgz
	noextract = braces-2.3.2.tgz
	noextract = brorand-1.1.0.tgz
	noextract = browserify-17.0.0.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.0.tgz
	noextract = browserify-sign-4.2.1.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.17.4.tgz
	noextract = buffer-5.2.1.tgz
	noextract = buffer-5.7.1.tgz
	noextract = buffer-alloc-1.2.0.tgz
	noextract = buffer-alloc-unsafe-1.1.0.tgz
	noextract = buffer-crc32-0.2.13.tgz
	noextract = buffer-equal-1.0.0.tgz
	noextract = buffer-fill-1.0.0.tgz
	noextract = buffer-from-1.1.2.tgz
	noextract = buffer-xor-1.0.3.tgz
	noextract = builtin-status-codes-3.0.0.tgz
	noextract = cacheable-request-6.1.0.tgz
	noextract = cache-base-1.0.1.tgz
	noextract = cached-path-relative-1.0.2.tgz
	noextract = call-bind-1.0.2.tgz
	noextract = callsites-3.1.0.tgz
	noextract = camelcase-3.0.0.tgz
	noextract = caniuse-lite-1.0.30001267.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-2.1.8.tgz
	noextract = chromium-pickle-js-0.2.0.tgz
	noextract = cipher-base-1.0.4.tgz
	noextract = class-utils-0.3.6.tgz
	noextract = cli-cursor-2.1.0.tgz
	noextract = cli-spinners-1.3.1.tgz
	noextract = cliui-3.2.0.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.2.tgz
	noextract = clone-stats-1.0.0.tgz
	noextract = code-point-at-1.1.0.tgz
	noextract = collection-map-1.0.0.tgz
	noextract = collection-visit-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 = 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.2.4.tgz
	noextract = compare-version-0.1.2.tgz
	noextract = component-emitter-1.3.0.tgz
	noextract = compress-commons-4.1.1.tgz
	noextract = concat-map-0.0.1.tgz
	noextract = concat-stream-1.6.2.tgz
	noextract = console-browserify-1.2.0.tgz
	noextract = constants-browserify-1.0.0.tgz
	noextract = convert-source-map-1.1.3.tgz
	noextract = convert-source-map-1.8.0.tgz
	noextract = copy-descriptor-0.1.1.tgz
	noextract = copy-props-2.0.5.tgz
	noextract = core-js-3.18.3.tgz
	noextract = core-js-compat-3.18.3.tgz
	noextract = core-util-is-1.0.3.tgz
	noextract = crc-32-1.2.0.tgz
	noextract = crc32-stream-4.0.2.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.3.tgz
	noextract = cross-spawn-windows-exe-1.2.0.tgz
	noextract = crypto-browserify-3.12.0.tgz
	noextract = csslint-1.0.5.tgz
	noextract = d-1.0.1.tgz
	noextract = dash-ast-1.0.0.tgz
	noextract = debug-2.6.9.tgz
	noextract = debug-3.2.7.tgz
	noextract = debug-4.3.2.tgz
	noextract = decamelize-1.2.0.tgz
	noextract = decode-uri-component-0.2.0.tgz
	noextract = decompress-response-3.3.0.tgz
	noextract = deep-is-0.1.4.tgz
	noextract = default-compare-1.0.0.tgz
	noextract = default-resolution-2.0.0.tgz
	noextract = defaults-1.0.3.tgz
	noextract = defer-to-connect-1.1.3.tgz
	noextract = defined-1.0.0.tgz
	noextract = define-properties-1.1.3.tgz
	noextract = define-property-0.2.5.tgz
	noextract = define-property-1.0.0.tgz
	noextract = define-property-2.0.2.tgz
	noextract = deps-sort-2.0.1.tgz
	noextract = des.js-1.0.1.tgz
	noextract = detect-file-1.0.0.tgz
	noextract = detective-5.2.0.tgz
	noextract = diffie-hellman-5.0.3.tgz
	noextract = doctrine-3.0.0.tgz
	noextract = domain-browser-1.2.0.tgz
	noextract = domelementtype-2.2.0.tgz
	noextract = domhandler-3.3.0.tgz
	noextract = domhandler-4.2.2.tgz
	noextract = dom-serializer-1.3.2.tgz
	noextract = domutils-2.8.0.tgz
	noextract = duplexer2-0.1.4.tgz
	noextract = duplexer3-0.1.4.tgz
	noextract = duplexify-3.7.1.tgz
	noextract = each-props-1.3.2.tgz
	noextract = electron-9.4.4.tgz
	noextract = @electron#get-1.13.0.tgz
	noextract = electron-notarize-1.1.1.tgz
	noextract = electron-osx-sign-0.5.0.tgz
	noextract = electron-packager-15.4.0.tgz
	noextract = electron-to-chromium-1.3.870.tgz
	noextract = elliptic-6.5.4.tgz
	noextract = emoji-regex-8.0.0.tgz
	noextract = empty-dir-1.0.0.tgz
	noextract = encoding-0.1.13.tgz
	noextract = end-of-stream-1.4.4.tgz
	noextract = enquirer-2.3.6.tgz
	noextract = entities-2.0.3.tgz
	noextract = entities-2.2.0.tgz
	noextract = envify-4.1.0.tgz
	noextract = env-paths-2.2.1.tgz
	noextract = error-ex-1.3.2.tgz
	noextract = es5-ext-0.10.53.tgz
	noextract = es6-iterator-2.0.3.tgz
	noextract = es6-promise-3.3.1.tgz
	noextract = es6-symbol-3.1.3.tgz
	noextract = es6-weak-map-2.0.3.tgz
	noextract = es-abstract-1.19.1.tgz
	noextract = escalade-3.1.1.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-joy#jsdoccomment-0.10.8.tgz
	noextract = eslint-7.32.0.tgz
	noextract = @eslint#eslintrc-0.4.3.tgz
	noextract = eslint-plugin-jsdoc-36.1.1.tgz
	noextract = eslint-scope-5.1.1.tgz
	noextract = eslint-utils-2.1.0.tgz
	noextract = eslint-visitor-keys-1.3.0.tgz
	noextract = eslint-visitor-keys-2.1.0.tgz
	noextract = espree-7.3.1.tgz
	noextract = esprima-4.0.1.tgz
	noextract = esquery-1.4.0.tgz
	noextract = esrecurse-4.3.0.tgz
	noextract = es-to-primitive-1.2.1.tgz
	noextract = estraverse-4.3.0.tgz
	noextract = estraverse-5.2.0.tgz
	noextract = esutils-2.0.3.tgz
	noextract = events-3.3.0.tgz
	noextract = evp_bytestokey-1.0.3.tgz
	noextract = exit-on-epipe-1.0.1.tgz
	noextract = expand-brackets-2.1.4.tgz
	noextract = expand-tilde-2.0.2.tgz
	noextract = ext-1.6.0.tgz
	noextract = extend-3.0.2.tgz
	noextract = extend-shallow-1.1.4.tgz
	noextract = extend-shallow-2.0.1.tgz
	noextract = extend-shallow-3.0.2.tgz
	noextract = extglob-2.0.4.tgz
	noextract = extract-zip-1.7.0.tgz
	noextract = extract-zip-2.0.1.tgz
	noextract = falafel-2.1.0.tgz
	noextract = fancy-log-1.3.3.tgz
	noextract = fast-deep-equal-3.1.3.tgz
	noextract = fast-image-size-0.1.3.tgz
	noextract = fast-json-stable-stringify-2.1.0.tgz
	noextract = fast-levenshtein-1.1.4.tgz
	noextract = fast-levenshtein-2.0.6.tgz
	noextract = fast-safe-stringify-2.1.1.tgz
	noextract = fd-slicer-1.1.0.tgz
	noextract = file-entry-cache-6.0.1.tgz
	noextract = filename-reserved-regex-2.0.0.tgz
	noextract = filenamify-4.3.0.tgz
	noextract = fill-range-4.0.0.tgz
	noextract = find-up-1.1.2.tgz
	noextract = find-up-2.1.0.tgz
	noextract = findup-sync-2.0.0.tgz
	noextract = findup-sync-3.0.0.tgz
	noextract = fined-1.2.0.tgz
	noextract = flagged-respawn-1.0.1.tgz
	noextract = flat-cache-3.0.4.tgz
	noextract = flatted-3.2.2.tgz
	noextract = flora-colossus-1.0.1.tgz
	noextract = flush-write-stream-1.1.1.tgz
	noextract = @fontsource#inter-4.5.0.tgz
	noextract = foreach-2.0.5.tgz
	noextract = for-in-1.0.2.tgz
	noextract = for-own-1.0.0.tgz
	noextract = @fortawesome#fontawesome-free-5.15.4.tgz
	noextract = fragment-cache-0.2.1.tgz
	noextract = fs-constants-1.0.0.tgz
	noextract = fs-extra-4.0.3.tgz
	noextract = fs-extra-7.0.1.tgz
	noextract = fs-extra-8.1.0.tgz
	noextract = fs-extra-9.1.0.tgz
	noextract = fs-mkdirp-stream-1.0.0.tgz
	noextract = fs.realpath-1.0.0.tgz
	noextract = functional-red-black-tree-1.0.1.tgz
	noextract = function-bind-1.1.1.tgz
	noextract = galactus-0.2.1.tgz
	noextract = gensync-1.0.0-beta.2.tgz
	noextract = get-assigned-identifiers-1.2.0.tgz
	noextract = get-caller-file-1.0.3.tgz
	noextract = get-intrinsic-1.1.1.tgz
	noextract = get-package-info-1.0.0.tgz
	noextract = get-stream-4.1.0.tgz
	noextract = get-stream-5.2.0.tgz
	noextract = get-symbol-description-1.0.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 = get-value-2.0.6.tgz
	noextract = glob-7.2.0.tgz
	noextract = global-modules-1.0.0.tgz
	noextract = global-prefix-1.0.2.tgz
	noextract = globals-11.12.0.tgz
	noextract = globals-13.11.0.tgz
	noextract = glob-parent-3.1.0.tgz
	noextract = glob-parent-5.1.2.tgz
	noextract = glob-stream-6.1.0.tgz
	noextract = glob-to-regexp-0.1.0.tgz
	noextract = glob-watcher-5.0.5.tgz
	noextract = glogg-1.0.2.tgz
	noextract = got-9.6.0.tgz
	noextract = graceful-fs-4.2.8.tgz
	noextract = gulp-4.0.2.tgz
	noextract = gulp-babel-8.0.0.tgz
	noextract = gulp-cli-2.3.0.tgz
	noextract = gulp-exec-5.0.0.tgz
	noextract = gulp-jsdoc3-3.0.0.tgz
	noextract = gulplog-1.0.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.7.tgz
	noextract = has-1.0.3.tgz
	noextract = has-bigints-1.0.1.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.1.0.tgz
	noextract = hash.js-1.1.7.tgz
	noextract = has-symbols-1.0.2.tgz
	noextract = has-tostringtag-1.0.0.tgz
	noextract = has-value-0.3.1.tgz
	noextract = has-value-1.0.0.tgz
	noextract = has-values-0.1.4.tgz
	noextract = has-values-1.0.0.tgz
	noextract = hmac-drbg-1.0.1.tgz
	noextract = homedir-polyfill-1.0.3.tgz
	noextract = hosted-git-info-2.8.9.tgz
	noextract = htmlescape-1.1.1.tgz
	noextract = htmlparser2-4.1.0.tgz
	noextract = http-cache-semantics-4.1.0.tgz
	noextract = https-browserify-1.0.0.tgz
	noextract = @humanwhocodes#config-array-0.5.0.tgz
	noextract = @humanwhocodes#object-schema-1.2.0.tgz
	noextract = iconv-lite-0.6.3.tgz
	noextract = ieee754-1.2.1.tgz
	noextract = ignore-4.0.6.tgz
	noextract = immediate-3.0.6.tgz
	noextract = import-fresh-3.3.0.tgz
	noextract = imurmurhash-0.1.4.tgz
	noextract = inferno-7.4.10.tgz
	noextract = inferno-hyperscript-7.4.10.tgz
	noextract = inferno-shared-7.4.10.tgz
	noextract = inferno-vnode-flags-7.4.10.tgz
	noextract = inflight-1.0.6.tgz
	noextract = inherits-2.0.1.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.2.tgz
	noextract = insert-module-globals-7.2.1.tgz
	noextract = internal-slot-1.0.3.tgz
	noextract = interpret-1.4.0.tgz
	noextract = invert-kv-1.0.0.tgz
	noextract = is-absolute-1.0.0.tgz
	noextract = is-accessor-descriptor-0.1.6.tgz
	noextract = is-accessor-descriptor-1.0.0.tgz
	noextract = is-arguments-1.1.1.tgz
	noextract = isarray-0.0.1.tgz
	noextract = isarray-1.0.0.tgz
	noextract = is-arrayish-0.2.1.tgz
	noextract = is-bigint-1.0.4.tgz
	noextract = isbinaryfile-3.0.3.tgz
	noextract = is-binary-path-1.0.1.tgz
	noextract = is-boolean-object-1.1.2.tgz
	noextract = is-buffer-1.1.6.tgz
	noextract = is-callable-1.2.4.tgz
	noextract = is-core-module-2.8.0.tgz
	noextract = is-data-descriptor-0.1.4.tgz
	noextract = is-data-descriptor-1.0.0.tgz
	noextract = is-date-object-1.0.5.tgz
	noextract = is-descriptor-0.1.6.tgz
	noextract = is-descriptor-1.0.2.tgz
	noextract = is-docker-2.2.1.tgz
	noextract = isexe-2.0.0.tgz
	noextract = is-extendable-0.1.1.tgz
	noextract = is-extendable-1.0.1.tgz
	noextract = is-extglob-2.1.1.tgz
	noextract = is-fullwidth-code-point-1.0.0.tgz
	noextract = is-fullwidth-code-point-3.0.0.tgz
	noextract = is-generator-function-1.0.10.tgz
	noextract = is-glob-3.1.0.tgz
	noextract = is-glob-4.0.3.tgz
	noextract = is-negated-glob-1.0.0.tgz
	noextract = is-negative-zero-2.0.1.tgz
	noextract = is-number-3.0.0.tgz
	noextract = is-number-4.0.0.tgz
	noextract = is-number-object-1.0.6.tgz
	noextract = isobject-2.1.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.1.4.tgz
	noextract = is-relative-1.0.0.tgz
	noextract = is-shared-array-buffer-1.0.1.tgz
	noextract = is-string-1.0.7.tgz
	noextract = is-symbol-1.0.4.tgz
	noextract = is-typed-array-1.1.8.tgz
	noextract = is-unc-path-1.0.0.tgz
	noextract = is-utf8-0.2.1.tgz
	noextract = is-valid-glob-1.0.0.tgz
	noextract = is-weakref-1.0.1.tgz
	noextract = is-windows-1.0.2.tgz
	noextract = is-wsl-2.2.0.tgz
	noextract = jed-1.1.1.tgz
	noextract = js2xmlparser-4.0.1.tgz
	noextract = jsdoc-3.6.7.tgz
	noextract = jsdoc-type-pratt-parser-1.1.1.tgz
	noextract = jsdoc-type-pratt-parser-1.2.0.tgz
	noextract = jsesc-0.5.0.tgz
	noextract = jsesc-2.5.2.tgz
	noextract = json5-2.2.0.tgz
	noextract = json-buffer-3.0.0.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-schema-traverse-1.0.0.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-3.14.1.tgz
	noextract = jszip-3.7.1.tgz
	noextract = junk-3.1.0.tgz
	noextract = just-debounce-1.1.0.tgz
	noextract = kew-0.7.0.tgz
	noextract = keyv-3.1.0.tgz
	noextract = kind-of-1.1.0.tgz
	noextract = kind-of-3.2.2.tgz
	noextract = kind-of-4.0.0.tgz
	noextract = kind-of-5.1.0.tgz
	noextract = kind-of-6.0.3.tgz
	noextract = klaw-3.0.0.tgz
	noextract = labeled-stream-splicer-2.0.2.tgz
	noextract = last-run-1.1.1.tgz
	noextract = lazystream-1.0.0.tgz
	noextract = lcid-1.0.0.tgz
	noextract = lead-1.0.0.tgz
	noextract = levn-0.4.1.tgz
	noextract = lie-3.3.0.tgz
	noextract = liftoff-3.1.0.tgz
	noextract = linkify-it-2.2.0.tgz
	noextract = load-json-file-1.1.0.tgz
	noextract = load-json-file-2.0.0.tgz
	noextract = locate-path-2.0.0.tgz
	noextract = lodash-4.17.21.tgz
	noextract = lodash.clonedeep-4.5.0.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.get-4.4.2.tgz
	noextract = lodash.isplainobject-4.0.6.tgz
	noextract = lodash.memoize-3.0.4.tgz
	noextract = lodash.merge-4.6.2.tgz
	noextract = lodash.truncate-4.4.2.tgz
	noextract = lodash.union-4.6.0.tgz
	noextract = lodash.uniq-4.5.0.tgz
	noextract = log-symbols-2.2.0.tgz
	noextract = lowercase-keys-1.0.1.tgz
	noextract = lowercase-keys-2.0.0.tgz
	noextract = lru-cache-6.0.0.tgz
	noextract = make-error-1.3.6.tgz
	noextract = make-error-cause-1.2.2.tgz
	noextract = make-iterator-1.0.1.tgz
	noextract = @malept#cross-spawn-promise-1.1.1.tgz
	noextract = map-cache-0.2.2.tgz
	noextract = map-stream-0.0.7.tgz
	noextract = map-visit-1.0.0.tgz
	noextract = markdown-it-10.0.0.tgz
	noextract = markdown-it-anchor-5.3.0.tgz
	noextract = marked-2.1.3.tgz
	noextract = matchdep-2.0.0.tgz
	noextract = md5.js-1.3.5.tgz
	noextract = mdurl-1.0.1.tgz
	noextract = micromatch-3.1.10.tgz
	noextract = miller-rabin-4.0.1.tgz
	noextract = mimic-fn-1.2.0.tgz
	noextract = mimic-response-1.0.1.tgz
	noextract = minimalistic-assert-1.0.1.tgz
	noextract = minimalistic-crypto-utils-1.0.1.tgz
	noextract = minimatch-3.0.4.tgz
	noextract = minimist-1.2.5.tgz
	noextract = mixin-deep-1.3.2.tgz
	noextract = mkdirp-0.5.5.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.29.1.tgz
	noextract = ms-2.0.0.tgz
	noextract = ms-2.1.2.tgz
	noextract = ms-2.1.3.tgz
	noextract = mute-stdout-1.0.1.tgz
	noextract = nanomatch-1.2.13.tgz
	noextract = natural-compare-1.4.0.tgz
	noextract = neo-async-2.6.2.tgz
	noextract = next-tick-1.0.0.tgz
	noextract = node-glob-1.2.0.tgz
	noextract = node-releases-2.0.0.tgz
	noextract = nomnom-1.6.2.tgz
	noextract = nomnom-1.8.1.tgz
	noextract = normalize-package-data-2.5.0.tgz
	noextract = normalize-path-2.1.1.tgz
	noextract = normalize-path-3.0.0.tgz
	noextract = normalize-url-4.5.1.tgz
	noextract = now-and-later-2.0.1.tgz
	noextract = number-is-nan-1.0.1.tgz
	noextract = nunjucks-3.2.3.tgz
	noextract = object-assign-4.1.1.tgz
	noextract = object.assign-4.1.2.tgz
	noextract = object-copy-0.1.0.tgz
	noextract = object.defaults-1.1.0.tgz
	noextract = object-inspect-1.11.0.tgz
	noextract = object-keys-1.1.1.tgz
	noextract = object.map-1.0.1.tgz
	noextract = object.pick-1.3.0.tgz
	noextract = object.reduce-1.0.1.tgz
	noextract = object-visit-1.0.1.tgz
	noextract = officegen-0.6.5.tgz
	noextract = once-1.4.0.tgz
	noextract = onetime-2.0.1.tgz
	noextract = opencollective-postinstall-2.0.3.tgz
	noextract = optionator-0.9.1.tgz
	noextract = ora-2.1.0.tgz
	noextract = ordered-read-streams-1.0.1.tgz
	noextract = os-browserify-0.3.0.tgz
	noextract = os-locale-1.4.0.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.6.tgz
	noextract = parse-author-2.0.0.tgz
	noextract = parse-filepath-1.0.2.tgz
	noextract = parse-json-2.2.0.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 = pascalcase-0.1.1.tgz
	noextract = path-browserify-1.0.1.tgz
	noextract = path-dirname-1.0.2.tgz
	noextract = path-exists-2.1.0.tgz
	noextract = path-exists-3.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-type-1.1.0.tgz
	noextract = path-type-2.0.0.tgz
	noextract = pbkdf2-3.1.2.tgz
	noextract = p-cancelable-1.1.0.tgz
	noextract = pdf-lib-1.16.0.tgz
	noextract = @pdf-lib#standard-fonts-1.0.0.tgz
	noextract = @pdf-lib#upng-1.0.1.tgz
	noextract = pend-1.2.0.tgz
	noextract = picocolors-0.2.1.tgz
	noextract = picocolors-1.0.0.tgz
	noextract = pify-2.3.0.tgz
	noextract = pinkie-2.0.4.tgz
	noextract = pinkie-promise-2.0.1.tgz
	noextract = p-limit-1.3.0.tgz
	noextract = plist-3.0.4.tgz
	noextract = p-locate-2.0.0.tgz
	noextract = plugin-error-0.1.2.tgz
	noextract = plugin-error-1.0.1.tgz
	noextract = po2json-0.4.5.tgz
	noextract = posix-character-classes-0.1.1.tgz
	noextract = postcss-7.0.39.tgz
	noextract = prelude-ls-1.2.1.tgz
	noextract = prepend-http-2.0.0.tgz
	noextract = pretty-hrtime-1.0.3.tgz
	noextract = printj-1.1.2.tgz
	noextract = process-0.11.10.tgz
	noextract = process-nextick-args-2.0.1.tgz
	noextract = progress-2.0.3.tgz
	noextract = p-try-1.0.0.tgz
	noextract = public-encrypt-4.0.3.tgz
	noextract = pump-2.0.1.tgz
	noextract = pump-3.0.0.tgz
	noextract = pumpify-1.5.1.tgz
	noextract = punycode-1.3.2.tgz
	noextract = punycode-1.4.1.tgz
	noextract = punycode-2.1.1.tgz
	noextract = querystring-0.2.0.tgz
	noextract = querystring-es3-0.2.1.tgz
	noextract = randombytes-2.1.0.tgz
	noextract = randomfill-1.0.4.tgz
	noextract = rcedit-3.0.1.tgz
	noextract = readable-stream-2.3.7.tgz
	noextract = readable-stream-3.6.0.tgz
	noextract = readdir-glob-1.1.1.tgz
	noextract = readdirp-2.2.1.tgz
	noextract = read-only-stream-2.0.0.tgz
	noextract = read-pkg-1.1.0.tgz
	noextract = read-pkg-2.0.0.tgz
	noextract = read-pkg-up-1.0.1.tgz
	noextract = read-pkg-up-2.0.0.tgz
	noextract = rechoir-0.6.2.tgz
	noextract = regenerate-1.4.2.tgz
	noextract = regenerate-unicode-properties-9.0.0.tgz
	noextract = regenerator-runtime-0.13.9.tgz
	noextract = regenerator-transform-0.14.5.tgz
	noextract = regex-not-1.0.2.tgz
	noextract = regexpp-3.2.0.tgz
	noextract = regexpu-core-4.8.0.tgz
	noextract = regextras-0.8.0.tgz
	noextract = regjsgen-0.5.2.tgz
	noextract = regjsparser-0.7.0.tgz
	noextract = remove-bom-buffer-3.0.0.tgz
	noextract = remove-bom-stream-1.2.0.tgz
	noextract = remove-trailing-separator-1.1.0.tgz
	noextract = repeat-element-1.1.4.tgz
	noextract = repeat-string-1.6.1.tgz
	noextract = replace-ext-1.0.1.tgz
	noextract = replace-homedir-1.0.0.tgz
	noextract = require-directory-2.1.1.tgz
	noextract = require-from-string-2.0.2.tgz
	noextract = require-main-filename-1.0.1.tgz
	noextract = requizzle-0.2.3.tgz
	noextract = resolve-1.20.0.tgz
	noextract = resolve-dir-1.0.1.tgz
	noextract = resolve-from-4.0.0.tgz
	noextract = resolve-options-1.1.0.tgz
	noextract = resolve-url-0.2.1.tgz
	noextract = responselike-1.0.2.tgz
	noextract = restore-cursor-2.0.0.tgz
	noextract = ret-0.1.15.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-1.1.0.tgz
	noextract = sanitize-html-1.27.5.tgz
	noextract = screenfull-5.1.0.tgz
	noextract = semver-5.7.1.tgz
	noextract = semver-6.3.0.tgz
	noextract = semver-7.0.0.tgz
	noextract = semver-7.3.5.tgz
	noextract = semver-greatest-satisfied-range-1.1.0.tgz
	noextract = set-blocking-2.0.0.tgz
	noextract = setimmediate-1.0.5.tgz
	noextract = set-immediate-shim-1.0.1.tgz
	noextract = set-value-2.0.1.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.7.2.tgz
	noextract = side-channel-1.0.4.tgz
	noextract = signal-exit-3.0.5.tgz
	noextract = simple-concat-1.0.1.tgz
	noextract = @sindresorhus#is-0.14.0.tgz
	noextract = @sindresorhus#is-3.1.2.tgz
	noextract = slice-ansi-4.0.0.tgz
	noextract = snapdragon-0.8.2.tgz
	noextract = snapdragon-node-2.1.1.tgz
	noextract = snapdragon-util-3.0.1.tgz
	noextract = source-map-0.5.7.tgz
	noextract = source-map-0.6.1.tgz
	noextract = source-map-resolve-0.5.3.tgz
	noextract = source-map-url-0.4.1.tgz
	noextract = sparkles-1.0.1.tgz
	noextract = spdx-correct-3.1.1.tgz
	noextract = spdx-exceptions-2.3.0.tgz
	noextract = spdx-expression-parse-3.0.1.tgz
	noextract = spdx-license-ids-3.0.10.tgz
	noextract = split-string-3.1.0.tgz
	noextract = sprintf-js-1.0.3.tgz
	noextract = stack-trace-0.0.10.tgz
	noextract = static-extend-0.1.2.tgz
	noextract = stream-browserify-3.0.0.tgz
	noextract = stream-combiner2-1.1.1.tgz
	noextract = stream-exhaust-1.0.2.tgz
	noextract = stream-http-3.2.0.tgz
	noextract = stream-shift-1.0.1.tgz
	noextract = stream-splicer-2.0.1.tgz
	noextract = string_decoder-1.1.1.tgz
	noextract = string_decoder-1.3.0.tgz
	noextract = string.prototype.trimend-1.0.4.tgz
	noextract = string.prototype.trimstart-1.0.4.tgz
	noextract = string-width-1.0.2.tgz
	noextract = string-width-4.2.3.tgz
	noextract = strip-ansi-0.1.1.tgz
	noextract = strip-ansi-3.0.1.tgz
	noextract = strip-ansi-4.0.0.tgz
	noextract = strip-ansi-6.0.1.tgz
	noextract = strip-bom-2.0.0.tgz
	noextract = strip-bom-3.0.0.tgz
	noextract = strip-json-comments-3.1.1.tgz
	noextract = strip-outer-1.0.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 = sver-compat-1.5.0.tgz
	noextract = syntax-error-1.4.0.tgz
	noextract = @szmarczak#http-timer-1.1.2.tgz
	noextract = table-6.7.2.tgz
	noextract = taffydb-2.6.2.tgz
	noextract = tar-stream-2.2.0.tgz
	noextract = text-table-0.2.0.tgz
	noextract = through2-2.0.5.tgz
	noextract = through2-3.0.2.tgz
	noextract = through-2.3.8.tgz
	noextract = through2-filter-3.0.0.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.1.tgz
	noextract = to-absolute-glob-2.0.2.tgz
	noextract = to-fast-properties-2.0.0.tgz
	noextract = to-object-path-0.3.0.tgz
	noextract = to-readable-stream-1.0.0.tgz
	noextract = to-regex-3.0.2.tgz
	noextract = to-regex-range-2.1.1.tgz
	noextract = to-through-2.0.0.tgz
	noextract = trim-repeated-1.0.0.tgz
	noextract = tslib-1.14.1.tgz
	noextract = tty-browserify-0.0.1.tgz
	noextract = type-1.2.0.tgz
	noextract = type-2.5.0.tgz
	noextract = type-check-0.4.0.tgz
	noextract = typedarray-0.0.6.tgz
	noextract = type-fest-0.20.2.tgz
	noextract = @types#node-12.20.33.tgz
	noextract = uc.micro-1.0.6.tgz
	noextract = uglify-js-3.14.2.tgz
	noextract = umd-3.0.3.tgz
	noextract = unbox-primitive-1.0.1.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.1.tgz
	noextract = underscore-1.4.4.tgz
	noextract = underscore-1.6.0.tgz
	noextract = undertaker-1.3.0.tgz
	noextract = undertaker-registry-1.0.1.tgz
	noextract = unicode-canonical-property-names-ecmascript-2.0.0.tgz
	noextract = unicode-match-property-ecmascript-2.0.0.tgz
	noextract = unicode-match-property-value-ecmascript-2.0.0.tgz
	noextract = unicode-property-aliases-ecmascript-2.0.0.tgz
	noextract = union-value-1.0.1.tgz
	noextract = unique-stream-2.3.1.tgz
	noextract = universalify-0.1.2.tgz
	noextract = universalify-2.0.0.tgz
	noextract = unset-value-1.0.0.tgz
	noextract = upath-1.2.0.tgz
	noextract = uri-js-4.4.1.tgz
	noextract = urix-0.1.0.tgz
	noextract = url-0.11.0.tgz
	noextract = url-parse-lax-3.0.0.tgz
	noextract = use-3.1.1.tgz
	noextract = util-0.10.3.tgz
	noextract = util-0.12.4.tgz
	noextract = util-deprecate-1.0.2.tgz
	noextract = v8-compile-cache-2.3.0.tgz
	noextract = v8flags-3.2.0.tgz
	noextract = validate-npm-package-license-3.0.4.tgz
	noextract = value-or-function-3.0.0.tgz
	noextract = vinyl-2.2.1.tgz
	noextract = vinyl-buffer-1.0.1.tgz
	noextract = vinyl-fs-3.0.3.tgz
	noextract = vinyl-sourcemap-1.1.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-boxed-primitive-1.0.2.tgz
	noextract = which-module-1.0.0.tgz
	noextract = which-typed-array-1.1.7.tgz
	noextract = wordwrap-1.0.0.tgz
	noextract = word-wrap-1.2.3.tgz
	noextract = wrap-ansi-2.1.0.tgz
	noextract = wrappy-1.0.2.tgz
	noextract = xmlbuilder-15.1.1.tgz
	noextract = xmlbuilder-9.0.7.tgz
	noextract = xmlcreate-2.0.3.tgz
	noextract = xtend-4.0.2.tgz
	noextract = y18n-3.2.2.tgz
	noextract = yallist-4.0.0.tgz
	noextract = yargs-7.1.2.tgz
	noextract = yargs-parser-20.2.9.tgz
	noextract = yargs-parser-5.0.1.tgz
	noextract = yauzl-2.10.0.tgz
	noextract = yoctodelay-1.2.0.tgz
	noextract = zip-stream-4.1.0.tgz
	options = !strip
	source = https://github.com/sozi-projects/Sozi/archive/refs/tags/v21.09.tar.gz
	source = sozi-package-json.patch
	source = https://github.com/electron/electron/releases/download/v9.4.4/SHASUMS256.txt
	source = po2json-mikeedwards.zip::https://github.com/mikeedwards/po2json/archive/refs/tags/1.0.0-beta-3.zip
	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-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/ajv/-/ajv-6.12.6.tgz
	source = https://registry.npmjs.org/ajv/-/ajv-8.6.3.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.1.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-2.1.1.tgz
	source = https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz
	source = https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.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-wrap/-/ansi-wrap-0.1.0.tgz
	source = https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz
	source = https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.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/archy/-/archy-1.0.0.tgz
	source = https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz
	source = https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz
	source = https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz
	source = https://registry.npmjs.org/array-last/-/array-last-1.3.0.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/array-sort/-/array-sort-1.0.0.tgz
	source = https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.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-filter/-/arr-filter-1.1.2.tgz
	source = https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz
	source = https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.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/asar/-/asar-3.1.0.tgz
	source = https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz
	source = https://registry.npmjs.org/assert/-/assert-1.5.0.tgz
	source = https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz
	source = https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz
	source = https://registry.npmjs.org/async/-/async-1.5.2.tgz
	source = https://registry.npmjs.org/async/-/async-3.2.1.tgz
	source = https://registry.npmjs.org/async-done/-/async-done-1.3.2.tgz
	source = https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz
	source = https://registry.npmjs.org/async-settle/-/async-settle-1.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/atob/-/atob-2.1.2.tgz
	source = https://registry.npmjs.org/author-regex/-/author-regex-1.0.0.tgz
	source = https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz
	source = https://registry.npmjs.org/await-handler/-/await-handler-1.1.2.tgz
	source = @babel#code-frame-7.12.11.tgz::https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz
	source = @babel#code-frame-7.15.8.tgz::https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz
	source = @babel#compat-data-7.15.0.tgz::https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz
	source = @babel#core-7.15.8.tgz::https://registry.npmjs.org/@babel/core/-/core-7.15.8.tgz
	source = @babel#generator-7.15.8.tgz::https://registry.npmjs.org/@babel/generator/-/generator-7.15.8.tgz
	source = @babel#helper-annotate-as-pure-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz
	source = @babel#helper-builder-binary-assignment-operator-visitor-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz
	source = @babel#helper-compilation-targets-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz
	source = @babel#helper-create-class-features-plugin-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz
	source = @babel#helper-create-regexp-features-plugin-7.14.5.tgz::https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz
	source = @babel#helper-define-polyfill-provider-0.2.3.tgz::https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz
	source = @babel#helper-explode-assignable-expression-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz
	source = @babel#helper-function-name-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz
	source = @babel#helper-get-function-arity-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz
	source = @babel#helper-hoist-variables-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz
	source = @babel#helper-member-expression-to-functions-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz
	source = @babel#helper-module-imports-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz
	source = @babel#helper-module-transforms-7.15.8.tgz::https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz
	source = @babel#helper-optimise-call-expression-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz
	source = @babel#helper-plugin-utils-7.14.5.tgz::https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz
	source = @babel#helper-remap-async-to-generator-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz
	source = @babel#helper-replace-supers-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz
	source = @babel#helpers-7.15.4.tgz::https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.4.tgz
	source = @babel#helper-simple-access-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz
	source = @babel#helper-skip-transparent-expression-wrappers-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz
	source = @babel#helper-split-export-declaration-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz
	source = @babel#helper-validator-identifier-7.15.7.tgz::https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz
	source = @babel#helper-validator-option-7.14.5.tgz::https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz
	source = @babel#helper-wrap-function-7.15.4.tgz::https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz
	source = @babel#highlight-7.14.5.tgz::https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz
	source = @babel#parser-7.15.8.tgz::https://registry.npmjs.org/@babel/parser/-/parser-7.15.8.tgz
	source = @babel#plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz::https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz
	source = https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz
	source = https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz
	source = https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz
	source = https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz
	source = @babel#plugin-proposal-async-generator-functions-7.15.8.tgz::https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz
	source = @babel#plugin-proposal-class-properties-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz
	source = @babel#plugin-proposal-class-static-block-7.15.4.tgz::https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz
	source = @babel#plugin-proposal-dynamic-import-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz
	source = @babel#plugin-proposal-export-namespace-from-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz
	source = @babel#plugin-proposal-json-strings-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz
	source = @babel#plugin-proposal-logical-assignment-operators-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz
	source = @babel#plugin-proposal-nullish-coalescing-operator-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz
	source = @babel#plugin-proposal-numeric-separator-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz
	source = @babel#plugin-proposal-object-rest-spread-7.15.6.tgz::https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz
	source = @babel#plugin-proposal-optional-catch-binding-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz
	source = @babel#plugin-proposal-optional-chaining-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz
	source = @babel#plugin-proposal-private-methods-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz
	source = @babel#plugin-proposal-private-property-in-object-7.15.4.tgz::https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz
	source = @babel#plugin-proposal-unicode-property-regex-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz
	source = @babel#plugin-syntax-async-generators-7.8.4.tgz::https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz
	source = @babel#plugin-syntax-class-properties-7.12.13.tgz::https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz
	source = @babel#plugin-syntax-class-static-block-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz
	source = @babel#plugin-syntax-dynamic-import-7.8.3.tgz::https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz
	source = @babel#plugin-syntax-export-namespace-from-7.8.3.tgz::https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz
	source = @babel#plugin-syntax-json-strings-7.8.3.tgz::https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz
	source = @babel#plugin-syntax-logical-assignment-operators-7.10.4.tgz::https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz
	source = @babel#plugin-syntax-nullish-coalescing-operator-7.8.3.tgz::https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz
	source = @babel#plugin-syntax-numeric-separator-7.10.4.tgz::https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz
	source = @babel#plugin-syntax-object-rest-spread-7.8.3.tgz::https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz
	source = @babel#plugin-syntax-optional-catch-binding-7.8.3.tgz::https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz
	source = @babel#plugin-syntax-optional-chaining-7.8.3.tgz::https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz
	source = @babel#plugin-syntax-private-property-in-object-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz
	source = @babel#plugin-syntax-top-level-await-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz
	source = @babel#plugin-transform-arrow-functions-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz
	source = @babel#plugin-transform-async-to-generator-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz
	source = @babel#plugin-transform-block-scoped-functions-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz
	source = @babel#plugin-transform-block-scoping-7.15.3.tgz::https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz
	source = @babel#plugin-transform-classes-7.15.4.tgz::https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz
	source = @babel#plugin-transform-computed-properties-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz
	source = @babel#plugin-transform-destructuring-7.14.7.tgz::https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz
	source = @babel#plugin-transform-dotall-regex-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz
	source = @babel#plugin-transform-duplicate-keys-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz
	source = @babel#plugin-transform-exponentiation-operator-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz
	source = @babel#plugin-transform-for-of-7.15.4.tgz::https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz
	source = @babel#plugin-transform-function-name-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz
	source = @babel#plugin-transform-literals-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz
	source = @babel#plugin-transform-member-expression-literals-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz
	source = @babel#plugin-transform-modules-amd-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz
	source = @babel#plugin-transform-modules-commonjs-7.15.4.tgz::https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz
	source = @babel#plugin-transform-modules-systemjs-7.15.4.tgz::https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz
	source = @babel#plugin-transform-modules-umd-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz
	source = @babel#plugin-transform-named-capturing-groups-regex-7.14.9.tgz::https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz
	source = @babel#plugin-transform-new-target-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz
	source = @babel#plugin-transform-object-super-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz
	source = @babel#plugin-transform-parameters-7.15.4.tgz::https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz
	source = @babel#plugin-transform-property-literals-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz
	source = @babel#plugin-transform-regenerator-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz
	source = @babel#plugin-transform-reserved-words-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz
	source = @babel#plugin-transform-shorthand-properties-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz
	source = @babel#plugin-transform-spread-7.15.8.tgz::https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz
	source = @babel#plugin-transform-sticky-regex-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz
	source = @babel#plugin-transform-template-literals-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz
	source = @babel#plugin-transform-typeof-symbol-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz
	source = @babel#plugin-transform-unicode-escapes-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz
	source = @babel#plugin-transform-unicode-regex-7.14.5.tgz::https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz
	source = @babel#preset-env-7.15.8.tgz::https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.8.tgz
	source = @babel#preset-modules-0.1.4.tgz::https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz
	source = @babel#runtime-7.15.4.tgz::https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz
	source = @babel#template-7.15.4.tgz::https://registry.npmjs.org/@babel/template/-/template-7.15.4.tgz
	source = @babel#traverse-7.15.4.tgz::https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz
	source = @babel#types-7.15.6.tgz::https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz
	source = https://registry.npmjs.org/bach/-/bach-1.2.0.tgz
	source = https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz
	source = https://registry.npmjs.org/base/-/base-0.11.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-1.13.1.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/bluebird/-/bluebird-3.7.2.tgz
	source = https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz
	source = https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz
	source = https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz
	source = https://registry.npmjs.org/braces/-/braces-2.3.2.tgz
	source = https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz
	source = https://registry.npmjs.org/browserify/-/browserify-17.0.0.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.0.tgz
	source = https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.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.17.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-alloc/-/buffer-alloc-1.2.0.tgz
	source = https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz
	source = https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz
	source = https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.0.tgz
	source = https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.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/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz
	source = https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz
	source = https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz
	source = https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz
	source = https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz
	source = https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz
	source = https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz
	source = https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001267.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-2.1.8.tgz
	source = https://registry.npmjs.org/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz
	source = https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz
	source = https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz
	source = https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz
	source = https://registry.npmjs.org/cli-spinners/-/cli-spinners-1.3.1.tgz
	source = https://registry.npmjs.org/cliui/-/cliui-3.2.0.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.2.tgz
	source = https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz
	source = https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz
	source = https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz
	source = https://registry.npmjs.org/collection-visit/-/collection-visit-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/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.2.4.tgz
	source = https://registry.npmjs.org/compare-version/-/compare-version-0.1.2.tgz
	source = https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz
	source = https://registry.npmjs.org/compress-commons/-/compress-commons-4.1.1.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/console-browserify/-/console-browserify-1.2.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-1.8.0.tgz
	source = https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz
	source = https://registry.npmjs.org/copy-props/-/copy-props-2.0.5.tgz
	source = https://registry.npmjs.org/core-js/-/core-js-3.18.3.tgz
	source = https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.18.3.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.0.tgz
	source = https://registry.npmjs.org/crc32-stream/-/crc32-stream-4.0.2.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.3.tgz
	source = https://registry.npmjs.org/cross-spawn-windows-exe/-/cross-spawn-windows-exe-1.2.0.tgz
	source = https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz
	source = https://registry.npmjs.org/csslint/-/csslint-1.0.5.tgz
	source = https://registry.npmjs.org/d/-/d-1.0.1.tgz
	source = https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz
	source = https://registry.npmjs.org/debug/-/debug-2.6.9.tgz
	source = https://registry.npmjs.org/debug/-/debug-3.2.7.tgz
	source = https://registry.npmjs.org/debug/-/debug-4.3.2.tgz
	source = https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz
	source = https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz
	source = https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz
	source = https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz
	source = https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz
	source = https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz
	source = https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz
	source = https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz
	source = https://registry.npmjs.org/defined/-/defined-1.0.0.tgz
	source = https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz
	source = https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz
	source = https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz
	source = https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz
	source = https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.1.tgz
	source = https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz
	source = https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz
	source = https://registry.npmjs.org/detective/-/detective-5.2.0.tgz
	source = https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz
	source = https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz
	source = https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz
	source = https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz
	source = https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz
	source = https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz
	source = https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz
	source = https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz
	source = https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz
	source = https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz
	source = https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz
	source = https://registry.npmjs.org/each-props/-/each-props-1.3.2.tgz
	source = https://registry.npmjs.org/electron/-/electron-9.4.4.tgz
	source = @electron#get-1.13.0.tgz::https://registry.npmjs.org/@electron/get/-/get-1.13.0.tgz
	source = https://registry.npmjs.org/electron-notarize/-/electron-notarize-1.1.1.tgz
	source = https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.5.0.tgz
	source = https://registry.npmjs.org/electron-packager/-/electron-packager-15.4.0.tgz
	source = https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.870.tgz
	source = https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz
	source = https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.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/enquirer/-/enquirer-2.3.6.tgz
	source = https://registry.npmjs.org/entities/-/entities-2.0.3.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/error-ex/-/error-ex-1.3.2.tgz
	source = https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz
	source = https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz
	source = https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz
	source = https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz
	source = https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz
	source = https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz
	source = https://registry.npmjs.org/escalade/-/escalade-3.1.1.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 = @es-joy#jsdoccomment-0.10.8.tgz::https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.10.8.tgz
	source = https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz
	source = @eslint#eslintrc-0.4.3.tgz::https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz
	source = https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-36.1.1.tgz
	source = https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz
	source = https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz
	source = https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz
	source = https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz
	source = https://registry.npmjs.org/espree/-/espree-7.3.1.tgz
	source = https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz
	source = https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz
	source = https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz
	source = https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz
	source = https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz
	source = https://registry.npmjs.org/estraverse/-/estraverse-5.2.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/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz
	source = https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz
	source = https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz
	source = https://registry.npmjs.org/ext/-/ext-1.6.0.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-2.0.1.tgz
	source = https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz
	source = https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz
	source = https://registry.npmjs.org/extract-zip/-/extract-zip-1.7.0.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/fast-deep-equal/-/fast-deep-equal-3.1.3.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-1.1.4.tgz
	source = https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.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-6.0.1.tgz
	source = https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz
	source = https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz
	source = https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz
	source = https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz
	source = https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz
	source = https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz
	source = https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz
	source = https://registry.npmjs.org/fined/-/fined-1.2.0.tgz
	source = https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz
	source = https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz
	source = https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz
	source = https://registry.npmjs.org/flora-colossus/-/flora-colossus-1.0.1.tgz
	source = https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz
	source = @fontsource#inter-4.5.0.tgz::https://registry.npmjs.org/@fontsource/inter/-/inter-4.5.0.tgz
	source = https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz
	source = https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz
	source = https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz
	source = @fortawesome#fontawesome-free-5.15.4.tgz::https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz
	source = https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz
	source = https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz
	source = https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz
	source = https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.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-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz
	source = https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz
	source = https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz
	source = https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz
	source = https://registry.npmjs.org/galactus/-/galactus-0.2.1.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-1.0.3.tgz
	source = https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz
	source = https://registry.npmjs.org/get-package-info/-/get-package-info-1.0.0.tgz
	source = https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz
	source = https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz
	source = https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.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/get-value/-/get-value-2.0.6.tgz
	source = https://registry.npmjs.org/glob/-/glob-7.2.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-13.11.0.tgz
	source = https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz
	source = https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz
	source = https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.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-5.0.5.tgz
	source = https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz
	source = https://registry.npmjs.org/got/-/got-9.6.0.tgz
	source = https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz
	source = https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz
	source = https://registry.npmjs.org/gulp-babel/-/gulp-babel-8.0.0.tgz
	source = https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.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 = https://registry.npmjs.org/gulplog/-/gulplog-1.0.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.7.tgz
	source = https://registry.npmjs.org/has/-/has-1.0.3.tgz
	source = https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.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.1.0.tgz
	source = https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz
	source = https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz
	source = https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz
	source = https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz
	source = https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz
	source = https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz
	source = https://registry.npmjs.org/has-values/-/has-values-1.0.0.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-2.8.9.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/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz
	source = https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz
	source = @humanwhocodes#config-array-0.5.0.tgz::https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz
	source = @humanwhocodes#object-schema-1.2.0.tgz::https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.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-4.0.6.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/inferno/-/inferno-7.4.10.tgz
	source = https://registry.npmjs.org/inferno-hyperscript/-/inferno-hyperscript-7.4.10.tgz
	source = https://registry.npmjs.org/inferno-shared/-/inferno-shared-7.4.10.tgz
	source = https://registry.npmjs.org/inferno-vnode-flags/-/inferno-vnode-flags-7.4.10.tgz
	source = https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz
	source = https://registry.npmjs.org/inherits/-/inherits-2.0.1.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.2.tgz
	source = https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.1.tgz
	source = https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz
	source = https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz
	source = https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz
	source = https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz
	source = https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz
	source = https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz
	source = https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.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/is-arrayish/-/is-arrayish-0.2.1.tgz
	source = https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz
	source = https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz
	source = https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz
	source = https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.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.4.tgz
	source = https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz
	source = https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz
	source = https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz
	source = https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz
	source = https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz
	source = https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz
	source = https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz
	source = https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz
	source = https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.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-1.0.0.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.0.10.tgz
	source = https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz
	source = https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz
	source = https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz
	source = https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz
	source = https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz
	source = https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz
	source = https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz
	source = https://registry.npmjs.org/isobject/-/isobject-2.1.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.1.4.tgz
	source = https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz
	source = https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz
	source = https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz
	source = https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz
	source = https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.8.tgz
	source = https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz
	source = https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz
	source = https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz
	source = https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.1.tgz
	source = https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz
	source = https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz
	source = https://registry.npmjs.org/jed/-/jed-1.1.1.tgz
	source = https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-4.0.1.tgz
	source = https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.7.tgz
	source = https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.1.1.tgz
	source = https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.2.0.tgz
	source = https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz
	source = https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz
	source = https://registry.npmjs.org/json5/-/json5-2.2.0.tgz
	source = https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.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-schema-traverse/-/json-schema-traverse-1.0.0.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-3.14.1.tgz
	source = https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz
	source = https://registry.npmjs.org/junk/-/junk-3.1.0.tgz
	source = https://registry.npmjs.org/just-debounce/-/just-debounce-1.1.0.tgz
	source = https://registry.npmjs.org/kew/-/kew-0.7.0.tgz
	source = https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz
	source = https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz
	source = https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz
	source = https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz
	source = https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz
	source = https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.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-1.1.1.tgz
	source = https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz
	source = https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz
	source = https://registry.npmjs.org/lead/-/lead-1.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-3.1.0.tgz
	source = https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz
	source = https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz
	source = https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz
	source = https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz
	source = https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz
	source = https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.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.get/-/lodash.get-4.4.2.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.truncate/-/lodash.truncate-4.4.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/lowercase-keys/-/lowercase-keys-1.0.1.tgz
	source = https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz
	source = https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.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-iterator/-/make-iterator-1.0.1.tgz
	source = @malept#cross-spawn-promise-1.1.1.tgz::https://registry.npmjs.org/@malept/cross-spawn-promise/-/cross-spawn-promise-1.1.1.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/map-visit/-/map-visit-1.0.0.tgz
	source = https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz
	source = https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz
	source = https://registry.npmjs.org/marked/-/marked-2.1.3.tgz
	source = https://registry.npmjs.org/matchdep/-/matchdep-2.0.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-3.1.10.tgz
	source = https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz
	source = https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz
	source = https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.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-3.0.4.tgz
	source = https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz
	source = https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz
	source = https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.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.29.1.tgz
	source = https://registry.npmjs.org/ms/-/ms-2.0.0.tgz
	source = https://registry.npmjs.org/ms/-/ms-2.1.2.tgz
	source = https://registry.npmjs.org/ms/-/ms-2.1.3.tgz
	source = https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz
	source = https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz
	source = https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz
	source = https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz
	source = https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz
	source = https://registry.npmjs.org/node-glob/-/node-glob-1.2.0.tgz
	source = https://registry.npmjs.org/node-releases/-/node-releases-2.0.0.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/normalize-package-data/-/normalize-package-data-2.5.0.tgz
	source = https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz
	source = https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz
	source = https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz
	source = https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz
	source = https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz
	source = https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.3.tgz
	source = https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz
	source = https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz
	source = https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz
	source = https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz
	source = https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz
	source = https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz
	source = https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz
	source = https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz
	source = https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz
	source = https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.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/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz
	source = https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz
	source = https://registry.npmjs.org/ora/-/ora-2.1.0.tgz
	source = https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz
	source = https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz
	source = https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.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.6.tgz
	source = https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz
	source = https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz
	source = https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.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/pascalcase/-/pascalcase-0.1.1.tgz
	source = https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz
	source = https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz
	source = https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz
	source = https://registry.npmjs.org/path-exists/-/path-exists-3.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-type/-/path-type-1.1.0.tgz
	source = https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz
	source = https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz
	source = https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz
	source = https://registry.npmjs.org/pdf-lib/-/pdf-lib-1.16.0.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/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.0.0.tgz
	source = https://registry.npmjs.org/pify/-/pify-2.3.0.tgz
	source = https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz
	source = https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz
	source = https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz
	source = https://registry.npmjs.org/plist/-/plist-3.0.4.tgz
	source = https://registry.npmjs.org/p-locate/-/p-locate-2.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/po2json/-/po2json-0.4.5.tgz
	source = https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.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/prepend-http/-/prepend-http-2.0.0.tgz
	source = https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz
	source = https://registry.npmjs.org/printj/-/printj-1.1.2.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/p-try/-/p-try-1.0.0.tgz
	source = https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz
	source = https://registry.npmjs.org/pump/-/pump-2.0.1.tgz
	source = https://registry.npmjs.org/pump/-/pump-3.0.0.tgz
	source = https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz
	source = https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz
	source = https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz
	source = https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz
	source = https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz
	source = https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.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/rcedit/-/rcedit-3.0.1.tgz
	source = https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz
	source = https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz
	source = https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.1.tgz
	source = https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz
	source = https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz
	source = https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz
	source = https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz
	source = https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz
	source = https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz
	source = https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz
	source = https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz
	source = https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz
	source = https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz
	source = https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz
	source = https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz
	source = https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz
	source = https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz
	source = https://registry.npmjs.org/regextras/-/regextras-0.8.0.tgz
	source = https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz
	source = https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz
	source = https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz
	source = https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz
	source = https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz
	source = https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz
	source = https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz
	source = https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz
	source = https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz
	source = https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz
	source = https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz
	source = https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz
	source = https://registry.npmjs.org/requizzle/-/requizzle-0.2.3.tgz
	source = https://registry.npmjs.org/resolve/-/resolve-1.20.0.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-1.1.0.tgz
	source = https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz
	source = https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz
	source = https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz
	source = https://registry.npmjs.org/ret/-/ret-0.1.15.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/-/safe-regex-1.1.0.tgz
	source = https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.27.5.tgz
	source = https://registry.npmjs.org/screenfull/-/screenfull-5.1.0.tgz
	source = https://registry.npmjs.org/semver/-/semver-5.7.1.tgz
	source = https://registry.npmjs.org/semver/-/semver-6.3.0.tgz
	source = https://registry.npmjs.org/semver/-/semver-7.0.0.tgz
	source = https://registry.npmjs.org/semver/-/semver-7.3.5.tgz
	source = https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz
	source = https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz
	source = https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz
	source = https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz
	source = https://registry.npmjs.org/set-value/-/set-value-2.0.1.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.7.2.tgz
	source = https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz
	source = https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz
	source = https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz
	source = @sindresorhus#is-0.14.0.tgz::https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz
	source = @sindresorhus#is-3.1.2.tgz::https://registry.npmjs.org/@sindresorhus/is/-/is-3.1.2.tgz
	source = https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz
	source = https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz
	source = https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz
	source = https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.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-resolve/-/source-map-resolve-0.5.3.tgz
	source = https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz
	source = https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz
	source = https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz
	source = https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz
	source = https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz
	source = https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz
	source = https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz
	source = https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz
	source = https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz
	source = https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.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-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-shift/-/stream-shift-1.0.1.tgz
	source = https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.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.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz
	source = https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz
	source = https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz
	source = https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz
	source = https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
	source = https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.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-bom/-/strip-bom-2.0.0.tgz
	source = https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz
	source = https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz
	source = https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.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/sver-compat/-/sver-compat-1.5.0.tgz
	source = https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz
	source = @szmarczak#http-timer-1.1.2.tgz::https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz
	source = https://registry.npmjs.org/table/-/table-6.7.2.tgz
	source = https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz
	source = https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz
	source = https://registry.npmjs.org/text-table/-/text-table-0.2.0.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/through2-filter/-/through2-filter-3.0.0.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.1.tgz
	source = https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz
	source = https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz
	source = https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz
	source = https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz
	source = https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz
	source = https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz
	source = https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz
	source = https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz
	source = https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz
	source = https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz
	source = https://registry.npmjs.org/type/-/type-1.2.0.tgz
	source = https://registry.npmjs.org/type/-/type-2.5.0.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 = https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz
	source = @types#node-12.20.33.tgz::https://registry.npmjs.org/@types/node/-/node-12.20.33.tgz
	source = https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz
	source = https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.2.tgz
	source = https://registry.npmjs.org/umd/-/umd-3.0.3.tgz
	source = https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.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.1.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-1.3.0.tgz
	source = https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz
	source = https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.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.0.0.tgz
	source = https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz
	source = https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz
	source = https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz
	source = https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz
	source = https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz
	source = https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz
	source = https://registry.npmjs.org/upath/-/upath-1.2.0.tgz
	source = https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz
	source = https://registry.npmjs.org/urix/-/urix-0.1.0.tgz
	source = https://registry.npmjs.org/url/-/url-0.11.0.tgz
	source = https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz
	source = https://registry.npmjs.org/use/-/use-3.1.1.tgz
	source = https://registry.npmjs.org/util/-/util-0.10.3.tgz
	source = https://registry.npmjs.org/util/-/util-0.12.4.tgz
	source = https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
	source = https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz
	source = https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz
	source = https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz
	source = https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz
	source = https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz
	source = https://registry.npmjs.org/vinyl-buffer/-/vinyl-buffer-1.0.1.tgz
	source = https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz
	source = https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.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-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz
	source = https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz
	source = https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.7.tgz
	source = https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz
	source = https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz
	source = https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.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/xmlbuilder/-/xmlbuilder-9.0.7.tgz
	source = https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.3.tgz
	source = https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz
	source = https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz
	source = https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz
	source = https://registry.npmjs.org/yargs/-/yargs-7.1.2.tgz
	source = https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz
	source = https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.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/zip-stream/-/zip-stream-4.1.0.tgz
	sha1sums = b5d99468e87feae3e8d73d6eca3bcf156f227af2
	sha1sums = 3f431b09e75b4e164fc5cb51184af9e7639d82d3
	sha1sums = f6943819fa660c5fbfc0be43eaf7e3805ee523f0
	sha1sums = 60d388132619c7654e5ab6beb6e6099dfce372a2
	sha1sums = 3e8d8a9947d0599a1796d10225d7432f4a4acf5e
	sha1sums = feaed255973d2e77555b83dbc08851a6c63520fa
	sha1sums = 7ed5bb55908b3b2f1bc55c6af1653bada7f07937
	sha1sums = 114c95d64539e53dede23de8b9d96df7c7ae2af8
	sha1sums = 0de889a601203909b0fbe07b8938dc21d2e967bc
	sha1sums = baf5a62e802b07d977034586f8c3baf5adf26df4
	sha1sums = 11a66527761dc3e9a3845ea775d2d3c0414e8764
	sha1sums = 6374b4dd5d4718ff3ce27a671a3b1cad077132a9
	sha1sums = cbb9ae256bf750af1eab344f229aa27fe94ba348
	sha1sums = 538ae528af8982f28ae30d86f2f17456d2609873
	sha1sums = 2962cf54ec9792c48510a3deb524436861ef7251
	sha1sums = 8c638f9d1080800a353c9c28c8a81ca4705d946c
	sha1sums = c3b33ab5ee360d86e0e628f0468ae7ef27d654df
	sha1sums = ed0317c322064f79466c02966bddb605ab37d998
	sha1sums = 082cb2c89c9fe8659a311a53bd6a4dc5301db304
	sha1sums = cb102df1c56f5123eab8b67cd7b98027a0279178
	sha1sums = 41fbb20243e50b12be0f04b8dedbf07520ce841d
	sha1sums = edd803628ae71c04c85ae7a0906edad34b648937
	sha1sums = a82250ddb0015e9a27ca82e82ea603bbfa45efaf
	sha1sums = bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb
	sha1sums = d8220cf466081525efea50614f3de6514dfa58f1
	sha1sums = 25aa1b3d9febf7aec5b0f296e77e69960c26db94
	sha1sums = e8a460e94b693c3e3da182a098ca6285ba9249e2
	sha1sums = f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40
	sha1sums = bcd6791ea5ae09725e17e5ad988134cd40b3d911
	sha1sums = a794af0c05ab1752846ee753a1f211a05ba0c44f
	sha1sums = 2fa74b26739371c3947bd7a7adc73be334b3d795
	sha1sums = 7aa77073fec565ddab2493f5f88185f404a9d336
	sha1sums = dd3cfb80ed7973a75117cdac69b0b99ec86186f5
	sha1sums = e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4
	sha1sums = e4c05356453f56f53512a7d1d6123f2c54c0a88a
	sha1sums = a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428
	sha1sums = 687c32758163588fef7de7b36fabe495eb1a399a
	sha1sums = d6461074febfec71e7e15235761a329a5dc7c520
	sha1sums = 43fdddd091e8ef11aa4c45d9cdc18e2dff1711ee
	sha1sums = 36048bbff4e7b47e136644316c99669ea5ae91f1
	sha1sums = 3a77345ffc1cf35e2a91825601f9e58f2e24cac4
	sha1sums = 20f9eab5ec70f5c7d215b1077b1c39161d292c7d
	sha1sums = e39b09aea9def866a8f206e288af63919bae39c4
	sha1sums = e50347611d7e690943208bbdafebcbc2fb866d46
	sha1sums = 70b0509449fe3daccc63beb4d3c7d2e24d3c6473
	sha1sums = 11a980b84ebb91781ce35b0fdc2ee294e3783f07
	sha1sums = 55c109aaf6e0aefdb3dc4b71240c70bf574b18eb
	sha1sums = 59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367
	sha1sums = 483143c567aeed4785759c0865786dc77d7d2e31
	sha1sums = ec6a61ae56480c0c3cb241c95618e20892f9672a
	sha1sums = d3274ec66d107a47476a4c49136aacdb00665fc8
	sha1sums = 5e15aa729962a4b07414f528a88cdf18e0b290a2
	sha1sums = b727dbf87d7651602f06f4d4ac387f47d91b0cbf
	sha1sums = 1d0a914bb02575bec8a8f3a74e5080f72b2c0c6b
	sha1sums = 75b6b6aa72598b497a125e7a2770f14f4c8a1fa7
	sha1sums = 602cd4b46e844ad4effc92a8011a3c46e0238dc2
	sha1sums = 6d9517eb9e030d2436666651e86bd9f6f13533c9
	sha1sums = d08885be6b9bbf9439fe087c76287245f0a81450
	sha1sums = 92f95616501069d07d10edb2fc37d3e1c65123b7
	sha1sums = 329c19e9382599898bc12c80c47efdcdaa1b4992
	sha1sums = f4ad435aa263db935b8f10f2c552d23fb716a63f
	sha1sums = 45990c47adadb00c03677baa89221f7cc23d2503
	sha1sums = 2dbaf8b85334796cafbb0f5793a90a2fc010b176
	sha1sums = 195b9f2bffe995d2c6c159e72fe525b4114e8c10
	sha1sums = fa56be6b596952ceb231048cf84ee499a19c0cd1
	sha1sums = 3d0e43b00c5e49fdb6c57e421601a7a658d5f835
	sha1sums = 21ad815f609b84ee0e3058676c33cf6d1670525f
	sha1sums = cf6d94f30fbefc139123e27dd6b02f65aeedb7b9
	sha1sums = 7f977c17bd12a5fba363cb19bea090394bf37d2e
	sha1sums = c7d5ac5e9cf621c26057722fb7a8a4c5889358c4
	sha1sums = 0525edec5094653a282688d34d846e4c75e9c0b6
	sha1sums = f9aec9d219f271eaf92b9f561598ca6b2682600c
	sha1sums = 845744dafc4381a4a5fb6afa6c3d36f98a787ebc
	sha1sums = 098818934a137fce78b536a3e015864be1e2879b
	sha1sums = 09993a3259c0e918f99d104261dfdfc033f178df
	sha1sums = bfd34dc9bba9824a4658b0317ec2fd571a51e6ef
	sha1sums = e18007d230632dea19b47853b984476e7b4e103f
	sha1sums = d8c0e75a87a52e374a8f25f855174786a09498b2
	sha1sums = f310a5121a3b9cc52d9ab19122bd729822dee171
	sha1sums = 5ac822ce97eec46741ab70a517971e443a70c5a9
	sha1sums = 2637c0731e4c90fbf58ac58b50b2b5a192fc970f
	sha1sums = 52a8ab26ba918c7f6dee28628b07071ac7b7347a
	sha1sums = 5f40f02050a3027121a3cf48d497c05c555eaf43
	sha1sums = ac368905abf1de8e9781434b635d8f8674bcc13b
	sha1sums = 707dbdba1f4ad0fa34f9114fc8197aec7d5da2eb
	sha1sums = aecab92dcdbef6a10aa3b62ab204b085f776e257
	sha1sums = 220df993bfe904a4a6b02ab4f3385a5ebf6e2389
	sha1sums = 6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3
	sha1sums = 6f754b2446cfaf3d612523e6ab8d79c27c3a3de7
	sha1sums = 6861a52f03966405001f6aa534a01a24d99e8cd9
	sha1sums = 7bacdcbe71bdc3ff936d510c15dcea7cf0b99016
	sha1sums = dbdeabb1e80f622d9f0b583efb2999605e0a567e
	sha1sums = 84fda19c976ec5c6defef57f9427b3def66e17a3
	sha1sums = e9124785e6fd94f94b618a7954e5693053bf5327
	sha1sums = 2779846a16a1652244ae268b1e906ada107faf92
	sha1sums = b310c8d642acada348c1fa3b3e6ce0e851bee077
	sha1sums = a3100f785fab4357987c4223ab1b02b599048403
	sha1sums = 40d1ee140c5b1e31a350f4f5eed945096559b42e
	sha1sums = 3e7ca6128453c089e8b477a99f970c63fc1cb8d7
	sha1sums = 0c6617df461c0c1f8fff3b47cd59772360101d2c
	sha1sums = dbad244310ce6ccd083072167d8cea83a52faf76
	sha1sums = 38de60db362e83a3d8c944ac858ddf9f0c2239eb
	sha1sums = 6e6229c2a99b02ab2915f82571e0cc646a40c738
	sha1sums = ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6
	sha1sums = 83631bf33d9a51df184c2102a069ac0c58c05f18
	sha1sums = ef68050c8703d07b25af402cb96cf7f34a68ed11
	sha1sums = 939dd6eddeff3a67fdf7b3f044b5347262598c3c
	sha1sums = fa83651e60a360e3f13797eef00b8d519695b603
	sha1sums = 37446495996b2945f30f5be5b60d5e2aa4f5792d
	sha1sums = 55c5e3b4d0261fd44fe637e3f624cfb0f484e3e5
	sha1sums = 0f95ee0e757a5d647f378daa0eca7e93faa8bbe8
	sha1sums = a983fb1aeb2ec3f6ed042a210f640e90e786fe0d
	sha1sums = b5c987274c4a3a82b89714796931a6b53544ae10
	sha1sums = 195df89b146b4b78b3bf897fd7a257c84659d406
	sha1sums = 62bf98b2da3cd21d626154fc96ee5b3cb68eacb3
	sha1sums = 028964a9ba80dbc094c915c487ad7c4e7a66465a
	sha1sums = 01ca21b668cd8218c9e640cb6dd88c5412b2c96a
	sha1sums = ca91ef46303530448b906652bac2e9fe9941f699
	sha1sums = 167ed70368886081f74b5c36c65a88c03b66d1a9
	sha1sums = b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97
	sha1sums = 60e225edcbd98a640332a2e72dd3e66f1af55871
	sha1sums = 6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1
	sha1sums = 4f69c2ab95167e0180cd5336613f8c5788f7d48a
	sha1sums = 0dc6671ec0ea22b6e94a1114f857970cd39de1ad
	sha1sums = c1cfdadc35a646240001f06138247b741c34d94c
	sha1sums = f7187d9588a768dd080bf4c9ffe117ea62f7862a
	sha1sums = 72c789084d8f2094acb945633943ef8443d39e67
	sha1sums = e48641d999d4bc157a67ef336aeb54bc44fd3ad4
	sha1sums = 94c81a6e2fc230bcce6ef537ac96a1e4d2b3afaf
	sha1sums = 50aee17aaf7f332ae44e3bce4c2e10534d5d3bf1
	sha1sums = 1b9d78987420d11223d41195461cc43b974b204f
	sha1sums = 0ad58ed37e23e22084d109f185260835e5557576
	sha1sums = 2f6bf76e46bdf8043b4e7e16cf24532629ba0c7a
	sha1sums = 365a4844881bdf1501e3a9f0270e7f0f91177954
	sha1sums = 5154b8dd6a3dfe6d90923d61724bd3deeb90b493
	sha1sums = 25c62cce2718cfb29715f416e75d5263fb36a8c2
	sha1sums = e81c65ecb900746d7f31802f6bed1f52d915d6f2
	sha1sums = 41d06c7ff5d4d09e3cf4587bd3ecf3930c730f78
	sha1sums = b39cd5212a2bf235a617d320ec2b48bcc091b8a7
	sha1sums = 4fd9ce7e3411cb8b83848480b7041d83004858f7
	sha1sums = 8201101240eabb5a76c08ef61b2954f767b6b4c1
	sha1sums = b42890c7349a78c827719f1d2d0cd38c7d268132
	sha1sums = fb662dfee697cce274a7cda525190a79096aa6e0
	sha1sums = c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2
	sha1sums = 31bdae8b925dc84076ebfcd2a9940143aed7dbf8
	sha1sums = d0b5faeac9e98597a161a9cf78c527ed934cdc45
	sha1sums = 5f2285cc3160bf48c8502432716b48504d29ed62
	sha1sums = 0ddbaa1f83db3606f1cdf4846fa1dfb473458b34
	sha1sums = 9676fd5707ed28f522727c5b3c0aa8544440b04f
	sha1sums = c44589b661cfdbef8d4300dcc7469dffa92f8304
	sha1sums = 97f13855f1409338d8cadcbaca670ad79e091a58
	sha1sums = 79d5aa27f68d700449b2da07691dfa32d2f6d468
	sha1sums = 5b617542675e8b7761294381f3c28c633f40aeb9
	sha1sums = a5f2bc233937d8453885dc736bdd8d9ffabf3d93
	sha1sums = 39af2739e989a2bd291bf6b53f16981423d457d4
	sha1sums = 9d4bd2a681e3c5d7acf4f57fa9e51175d91d0c6b
	sha1sums = 4cd09b6c8425dd81255c7ceb3fb1836e7414382e
	sha1sums = f527ce5bcb121cd199f6b502bf23e420b3ff8dba
	sha1sums = 362f2b68c662842970fdb5e254ffc8fc1c2e415e
	sha1sums = fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a
	sha1sums = 51898d35dcf3faa670c4ee6afcfd517ee139f194
	sha1sums = ff8510367a144bfbff552d9e18e28f3e2889c22d
	sha1sums = 99abdc48218b2881c058dd0a7ab05b99c9be758f
	sha1sums = 4b3ce96bf27134f79a1b414a51c14e34c3bd9880
	sha1sums = e83e3a7e3f300b34cb9d87f615fa0cbf357690ee
	sha1sums = 7bde5ced145b6d551a90db87f83c558b4eb48a8f
	sha1sums = 1b1b440160a5bf7ad40b650f095963481903930a
	sha1sums = 3151990e42de31387909fdcc2c12623eb6eefb16
	sha1sums = 598afe54755b2868a5330d2aff9d4ebb53209b65
	sha1sums = 1e8dd80142eac80d7158c9dccc047fb620e035e7
	sha1sums = 451535264182bec2fbbc83a62ab98cf11d9f7b3a
	sha1sums = 9f229c15be272454ffa973ace0dbee79a1b0c36f
	sha1sums = 775b3f278efbb9718eec7361f483fb36fbbfea88
	sha1sums = 358860674396c6997771a9d051fcc1b57d4ae002
	sha1sums = 3c7fcbf529d87226f3d2f52b966ff5271eb441dd
	sha1sums = 5979fd3f14cd531565e5fa2df1abfff1dfaee729
	sha1sums = 12c25efe40a45e3c323eb8675a0a0ce57b22371f
	sha1sums = 4c48fed6c02bfa2b51fd3b670fddb805723cdc22
	sha1sums = 326734642f403dabc3003209853bb70ad428ef48
	sha1sums = 8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0
	sha1sums = 3af4f1f59839403572f1c66204375f7a7f703e9c
	sha1sums = b2fd06b5b75ae297f7ce2dc651f918f5be158c8d
	sha1sums = eaf4add46dd54be3bb3b36c0cf15abbeba7956c3
	sha1sums = 2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f
	sha1sums = c34ba10d0b9ce162b5af227c7131c92c2ecd5774
	sha1sums = 99b7304cb392f8d73dba741bb2d7da28c6d7842b
	sha1sums = 72e2508af2a403aec0a49847ef31bd823c57ead4
	sha1sums = dd57fa0f109ac59c602479044dca7b8b3d0b71d6
	sha1sums = ba62e7c13133053582197160851a8f648e99eed0
	sha1sums = 890dd90d923a873e08e10e5fd51a57e5b7cce0ec
	sha1sums = bd7dc26ae2972d0eda253be061dba992349c19f0
	sha1sums = 0d333e3f00eac50aa1454abd30ef8c2a5d9a7242
	sha1sums = 59616b498304d556abd466966b22eeda3eca5fbe
	sha1sums = f8f78b76789888ef39f205cd637f68e702122b2c
	sha1sums = 2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5
	sha1sums = 26e61ed1422fb70dd42e6e36729ed51d855fe8d9
	sha1sums = 85982878e21b98e1c66425e03d0174788f569ee8
	sha1sums = 20ffb8bd162ba4be11e9567d823db651052ca912
	sha1sums = 0a7f46416831c8b662ee36fe4e7c59d76f666ab2
	sha1sums = a13df4196d26776220cc3356eb147a52dba2c6db
	sha1sums = b1d4e89e688119c3c9a903ad30abb2f6a919be3c
	sha1sums = b3630abd8943432f54b3f0519238e33cd7df2f73
	sha1sums = 32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a
	sha1sums = b1cf2937175afc0570e4615fc2d2f9069fa0ed30
	sha1sums = 40382a168be0e6da308c277d3a2b3eb40c7d2121
	sha1sums = 5199a3ddcd0c1efe23bc08c1b027b06176e0c64f
	sha1sums = cd42541677a54333cf541a49108c1432b44c9424
	sha1sums = aac4e2b7734a740867aeb16bf02aad556a1e7a01
	sha1sums = 804b3a7b6a99358c3c5c61e71d8728f041cff917
	sha1sums = 04a106672c18b085ab774d983dfa3ea138f22205
	sha1sums = 8760e4ecc272f4c363532f926d874aae2c1397de
	sha1sums = f93369ae8b9a7ce02fd41faad0ca83033190c463
	sha1sums = b35dac376479facc3e94747d41d0d0f5238ffcb5
	sha1sums = 002c1990912d0d59580c93bd36c056de99e4259a
	sha1sums = 120601537a916d29940f934da3b48d585a39213d
	sha1sums = da309cc263df15994c688ca902179ca3c7cd7c7e
	sha1sums = 1b7f4b9f591f1e8f83670401600345a02887435f
	sha1sums = 120a00cb053bfb63a222e709f9683ea2e11d8cec
	sha1sums = e3e25b207ac4e701af721e2cb5a16792cac3dc58
	sha1sums = d1dc973920314df67fbeb94223b4ee350239e96b
	sha1sums = b3782dff8bb5474e18b9b6bf0fdfe782f8777680
	sha1sums = 0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77
	sha1sums = aea0f06f8d26c780c2b75494385544b2255af18c
	sha1sums = 4bc0373c164bc3291b4d368c829cf1a80a59dca0
	sha1sums = bb71850690e1f136567de629d2d5471deda4c1e8
	sha1sums = 72d3a68d598c9bdb3af2ad1e84f21d896abd4de3
	sha1sums = a7d0558bd89c42f795dd42328f740831ca53bc25
	sha1sums = c2a09a87acbde69543de6f63fa3995c826c536a2
	sha1sums = 7d0023eaeb154e8ee9fce75dcb923d0ed1667774
	sha1sums = 93834379a1cc9a0c61f82f52f0d04322251bd5a2
	sha1sums = a58d0df042c186fcf822a8e8015f5450d2d79a8b
	sha1sums = fd485e84c03eb4881c20722ba48035e8531aeb33
	sha1sums = 46abbd1652f8e059bddaef99bbdcb2ad9cf179ae
	sha1sums = 0792eb682dfbc325999bb2b84fddddba110ac73c
	sha1sums = 489f3ee55dfd184a6e4bffb31baba284453cb760
	sha1sums = 0162ec2d9351f5ddd59a9202cba935366a725080
	sha1sums = 16e4070fba8ae29b679f2215853ee181ab2eabc0
	sha1sums = df2a09a7ed17447642bad10a85cc9a19e5c42a7d
	sha1sums = d8a96bd77fd68df7793a73036a3ba0d5405d477b
	sha1sums = 904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34
	sha1sums = 67063cef57ceb6cf4993a2ab3a55840ae8c49336
	sha1sums = c20b96d8c617748aaf1c16021760cd27fcb8cb75
	sha1sums = 4829c877e9fe49b3161f3bf3673888e204699860
	sha1sums = f3373c32d21b4d780dd8004514684fb791ca4369
	sha1sums = 676f6eb3c39997c2ee1ac3a924fd6124748f578d
	sha1sums = 03cf9ae328d4ebb36f8f1d804448a6af9ee3f2d2
	sha1sums = 86a0bba2d8ec3df860fefcc07a8d119779f01509
	sha1sums = e0e7e87abc55efb547e7fa19169e45fa9df27a67
	sha1sums = a6042d3634c2b27e9328f837b965fac83808db85
	sha1sums = cb2db6e29b88508e32d9dd0ec1693e7b41a18208
	sha1sums = c922ad22b38395abe9d3870f02fa8134ed709007
	sha1sums = d6e7f4bffa66736085a0762fd3a632684dabcc4e
	sha1sums = 889078af11a63756bcfb59bd221996be3a9ef196
	sha1sums = 69170c78b3ab957147b2b8b04572e47ead2243ff
	sha1sums = f73a85b9d5d41d045551c177e2882d4ac85728a6
	sha1sums = 46253b0f497676e766faf4a7061004618b5ac5ec
	sha1sums = 396cf9f3137f03e4b8e532c58f698254e00f80ec
	sha1sums = 19cc3eda322160fd3f7232af1cb2a360e898a2e9
	sha1sums = 8698095372d58dbee346ffd0c7093f99f8f9eb5a
	sha1sums = 12029ba5fb2f8aa6f0a861795b23c1b4b6c27d37
	sha1sums = 5d128515df134ff327e90a4c93f4e077a536341f
	sha1sums = 72580b7e9145fb39b6676f9c5e5fb100b934179a
	sha1sums = f0a49c18ac8779e31d4a0c6029dfb76873c7428b
	sha1sums = f6534d15148269b20352e7bee26f501f9a191290
	sha1sums = eb3913333458775cb84cd1a1fae062106bb87545
	sha1sums = 80a4dd323748384bfa248083622aedec982adff3
	sha1sums = a6f2dce612fadd2ef1f519b73551f17e85199831
	sha1sums = cb61131844ad84d84788fb68fd01681ca7781a2f
	sha1sums = bcb82baa72ad79b426a76732f1a81ad6df26d684
	sha1sums = c656051e9817d9ff08ed881477f3fe4019f3ef7d
	sha1sums = 331ae050c08dcf789f8c83a7b81f0ed94f4ac591
	sha1sums = c98d9bcef75674188e110969151199e39b1fa693
	sha1sums = cf88da6cbee26fe6db7094f61d870cbd84cee9f1
	sha1sums = c35b1ef918ec3c990f9a5bc57be04aacec5c8116
	sha1sums = 769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6
	sha1sums = d459689e8d654ba77e02a817f8710d702cb16e9d
	sha1sums = 9dfdc876d2bcec3386b6829ac52162cda9fa208d
	sha1sums = 5382142e1bdc53f85d86d53e5f4aa7deb91e0843
	sha1sums = f0d66d03672a825cb1b73bdb3fe62310c8e552b7
	sha1sums = feb2a77e85b904ecdea459ad897cc90a99bd2a7b
	sha1sums = 40e8ee98f55a2149607146921c63e1ae5f3d2875
	sha1sums = addebead72a6574db783639dc87a121773973961
	sha1sums = 3d31f50191a6749dd1375a7f522e823d42e54eda
	sha1sums = 9a0b6c2782ed6a1c7323d42267183df9bd8b1d57
	sha1sums = 6db7ea46e4617eb15cf875df68b2b8524ce0037a
	sha1sums = e825d721d19a86b8c201a35264e226c678ee755f
	sha1sums = 6206437d32ceefaec7161803230c7a20bc1b4d91
	sha1sums = 4437def5db6e2d1f5d6ee859bd95ca7d02048135
	sha1sums = 8b12dab878c0d69e3e7891051662a32fc6bddcc1
	sha1sums = ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2
	sha1sums = 2a4df5317f6ccfd91f86d6fd25d8d8a103b88309
	sha1sums = ea45a414d16dd5cfa419b1a81720d5ca06892333
	sha1sums = 2a74a0655a74bd326216672c5ae6ed3a44451446
	sha1sums = 95c6bcaff4f9a505ea46792424f451efea89228c
	sha1sums = 3ed274b36158c1beb1dbef14e7faf5927e028629
	sha1sums = fc258c5e896859904bbe3d01da06902c04b51c3a
	sha1sums = 07ea036b70cde2062d4c8dce4d907d793b303998
	sha1sums = c15c921e66a46985181b261f8093b91c2abb6604
	sha1sums = da37cebd31e79a1367e941b592ed1fbebd58abbb
	sha1sums = e818fd69ce5ccfcb404594f842963bf53164cc37
	sha1sums = be3ea41ca6798dc27bb9407f035888150e4c2995
	sha1sums = 56574afdd791f54a8e9b2785c0582a2d26210fa9
	sha1sums = 5ae64a5f45057baf3626ec14da0ca5e4b2431eb0
	sha1sums = 2a7fe5dd634a1e4125a975ec994ff5456dc3734d
	sha1sums = 5c487e5742ab93c15abb5da22759b8590ec03b7f
	sha1sums = 098dc90ebb83d8dffa089d55256b351d34c4da55
	sha1sums = f39ad3db9d6801b4e6b478b61028d3f0b6819f7e
	sha1sums = 420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2
	sha1sums = b4ac40648107fdcdcfae242f428bea8a14d4f1bf
	sha1sums = 93c5a3acfdbef275220ad72644ad02ee18368de1
	sha1sums = a7de889141a05a94b0854403b2d0a0fbfa98f3b7
	sha1sums = a08cdde84ccdbf34d027a1451bc91d4bcd28a613
	sha1sums = bad5d3c1bcdac28269f4cb331e431c78ac705d18
	sha1sums = b6da1f16cc2cc0d9be43e6bdbfc5e7dfcdf31d53
	sha1sums = d4885796876916959de78edaa0df456627115ec3
	sha1sums = d8cfdc7000965c5a0174b4a82eaa5c0552742e40
	sha1sums = 1b61c0562190a8dff6ae3bb2cf0200ca130b86d4
	sha1sums = a30304e99daa32e23b2fd20f51babd07cffca344
	sha1sums = 14ba83a5d373e3d311e5afca29cf5bfad965bf34
	sha1sums = b3152887e25246410ed4ea569a55926ec13b2b05
	sha1sums = c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d
	sha1sums = 9e42981ef035beb3dd49add17acb96e8ff6f394c
	sha1sums = 124cd0e53a5d07f01ebde916a96dd1a6009625d6
	sha1sums = e786e59a66cb92b3f6c1fb0d508aab174848f48c
	sha1sums = d2de5e03424e707dc10c74068ddedae708741b27
	sha1sums = 30ebd1ef7c2fdff01c3a4f151044af25fab0523e
	sha1sums = f65328259305927392c938ed44eb0a5c9b2bd303
	sha1sums = f2df330b752c6f55019f8bd89b7660039c1bbbb6
	sha1sums = 13b04cdb3e6c5d19df91ab6987a8695619b0aa71
	sha1sums = 2148ffc38b82e8c7057dfed48425b3e61f0f24a5
	sha1sums = 7ad7964d679abb28bee72cec63758b1c5d2c9921
	sha1sums = e55cd4c9cdc188bcefb03b366c736323fc5c898a
	sha1sums = 398ad3f3c5a24948be7725e83d11a7de28cdbd1d
	sha1sums = 307df42547e6cc7324d3cf03c155d5cdb8c53880
	sha1sums = 74d2eb4de0b8da1293711910d50775b9b710ef64
	sha1sums = 31a95ad0a924e2d2c419a813aeb2c4e878ea7400
	sha1sums = 7fcbdb198dc71959432efe13842684e0525acb02
	sha1sums = 0bdd92e87d5285d267daa8171d0eb06159689692
	sha1sums = b77735e315ce30f6b6eff0f83b04151a22449622
	sha1sums = 97e801aa052df02454de46b02bf621642cdc8502
	sha1sums = 3871d50641e874cc172e2b53f919842d19db4c52
	sha1sums = f8b1136b4071fbd8eb140aff858b1019ec2915fa
	sha1sums = 19d6bf94dfc09d76ba711f39b872d21ff4dd9071
	sha1sums = 51af7d614ad9a9f610ea1bafbb989d6b1c56890f
	sha1sums = 26a71aaf073b39fb2127172746131c2704028db8
	sha1sums = ad00fe4dc612a9232e8718711dc5cb5ab0285543
	sha1sums = 556cc3ae9df7f452c493a0cfb51cc30277940927
	sha1sums = 663dca56fe46df890d5f131ef4a06d22bb8ba13a
	sha1sums = 96bb17761daba94f46d001738b3cedf3a67fe06c
	sha1sums = dbc19154f558690150a23953a0adbd035be45fc7
	sha1sums = 3a7d56b559d6cbc3eb512325244e619a65c6c525
	sha1sums = fca56c19f0c69cf44b15606e60d820f6863fd5b2
	sha1sums = 874bf69c6f404c2b5d99c481341399fd55892633
	sha1sums = e6a754cc8f15e58987aa9cbd27af66fd6f4e5af9
	sha1sums = 3d8a5c66883a16a30ca8643e851f19baa7797917
	sha1sums = c406a83b6e70d9e35ce3b30a81141df30aeba884
	sha1sums = 25c7c89cb1f9077f8891bbe61d8f390eae256f1e
	sha1sums = 211b2dd9659cb0394b073e7323ac3c933d522027
	sha1sums = abf73dfab735d045440abfea2d91f389ebbfa229
	sha1sums = 62391cb58f02b09971c9d4f9d63b3cf9aba03106
	sha1sums = d544811d428f98eb06a63dc402d2403c328c38f7
	sha1sums = 6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f
	sha1sums = 45d1b7e506c717ddd482775a2b77920a3c0c57a7
	sha1sums = 9326b1488c22d1a6088650a86901b2d9a90a2cbc
	sha1sums = 17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1
	sha1sums = d00beccf1aa2b475d16d423b0238b713a2c4a37b
	sha1sums = e7de6f1279ddd9ca9aac8a5971d618606b3aab41
	sha1sums = 61b0338302b2fe9f957dcc32fc2a87f1c3048b11
	sha1sums = 64bfed5cb68fe3ca78b3eb214ad97b63bedce561
	sha1sums = aba198425a8185341e64f9d2a6a96fd9a3cbdb93
	sha1sums = 8dd7d873a1babc207d94ead0c2e0e44276ebf2e8
	sha1sums = b99e49fa178e4086250fb3df2ed6a7366c9a0cb5
	sha1sums = 0bee005018aeb260d0a3af3ae658dd0136ec1b99
	sha1sums = 81068d295a8142ec0ac726c6e2200c30fb6d5e80
	sha1sums = c63332f415cedc4b04dbfe70cf836494c53cb44b
	sha1sums = ecda5712b61ac852c760d8b3c79c96adca5554e5
	sha1sums = 4290fad27f13e89be7f33799c6bc5a0abfff0d19
	sha1sums = 6be0de9be998ce16af8afc24497b9ee9b7ccd9ad
	sha1sums = 0d852122e5bc5beb453fb028e9c0c9bf36340c94
	sha1sums = 4f189c44aa123b895f722804f55ea23eadc348e9
	sha1sums = 49d43c45a88cd9677668cb7be1b46efdb8d2e1c0
	sha1sums = 5954460c764a8da2094ba3554bf839e6b9a7c86d
	sha1sums = 0b7815fc3201c6a69e14db98ce098c16935259eb
	sha1sums = 1504ad2523158caa40db4a2787cb01411994ea4f
	sha1sums = 1b0ab3bd553b2a0d6399d29c0e3ea0b252078327
	sha1sums = a56899d3ea3c9bab874bb9773b7c5ede92f4895d
	sha1sums = cbed2d20a40c1f5679a35908e2b9415733e78db9
	sha1sums = 32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0
	sha1sums = 6dbf411de648cbaf8d9169ebb0d2d576191e2ff1
	sha1sums = f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a
	sha1sums = 15f59f376f855c446963948f0d24cd3637b4abc6
	sha1sums = 6432796563e28113cd9474dbbd00052985a4999c
	sha1sums = c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5
	sha1sums = 4966a1795ee5ace65e706c4b7beb71257d6e22d3
	sha1sums = 7fdb81c900101fbd564dd5f1a30af5aadc1e58d6
	sha1sums = 541b99e2720e460163055c64e99b1422e3e995f5
	sha1sums = 2c5a6638d893934b9b55037d0ad82cb7004b2679
	sha1sums = f8baf34a292f03d5e42f02df099d301f167a7ace
	sha1sums = c28bb31e61f76f14665dfafbb5c0518cdc1270ed
	sha1sums = c303ff9e31a5c781b14629b13bddb27b9ffca1f8
	sha1sums = dc15ca1c672387ca76bd37ac0a395ba2042a2c28
	sha1sums = d15535af7732e02e948f4c41628bd910293f6023
	sha1sums = 6d770f0eb523ac78164d72b5e71a8877265cc3ea
	sha1sums = dbf743c6c14992593c655568cb66ed32c0122ebe
	sha1sums = ab8795338868a0babd8525758018c2a7eb95c42e
	sha1sums = 40ef678da117fe7bd2e28f1fab24951bd0255be7
	sha1sums = 9e6af6299d8d3bd2bd40430832bd113df906c5ae
	sha1sums = 869832c58034fe68a4093c17dc15e8340d8401c4
	sha1sums = 7045c99413b3eb94888d83ab46d0b404cc7bdde4
	sha1sums = e0369d426578fd456d47dc23b09de05c1da9ea5d
	sha1sums = aa6bce648332924d9a8489be41e3e5c52d4186dc
	sha1sums = 2d7dd702beda22eb3bffadf880696da6d846313f
	sha1sums = edf45e7d67f99545705de1f7bbeeeb121765ed85
	sha1sums = e412b8d33f5e006593cbd3cee6df9f2cebbe802a
	sha1sums = 543651070fd0f6ab0a0650c6a3e6ff5a7cb09caa
	sha1sums = e0da96f4f2ec4a88dd3a3030f476e38ab2126d87
	sha1sums = ec0d380e29e52aa45e47977f0d32e18fd161122f
	sha1sums = 14f04ddc8d5a5e75c2d082b3216aa36459840823
	sha1sums = fbf8999e511d939dde4c7d93b7fd067902090579
	sha1sums = e28c4d45d05ecbbed818363ce8f9c5926229ffe5
	sha1sums = 25243ed6eac8f5462b95894e0d41937b112e65f3
	sha1sums = 2dac820917b11018de71c497c3ab738ba0c0c5d3
	sha1sums = 9bbc3962b0c0f52fc67cd5eaff6c223ec5b9cf6c
	sha1sums = 5f5b2e8337f879ca9dec971feb1b82a5a87850b0
	sha1sums = 9ce33416aad02dbd6c8fafa8240d5d98004945a1
	sha1sums = 722d7cbfc1f6aa8241f16dd814e011e1f41e8796
	sha1sums = 64fe6acb020673e3b78db035a5af69aa9d07b113
	sha1sums = 67144a5260c34fc3cca677d041daf52fe7b78b2f
	sha1sums = b5d454dc2199ae225699f3467e5a07f3b955bafd
	sha1sums = 944771fd9c81c81265c4d6941860da06bb59479b
	sha1sums = 6414c82913697da51590397dafb12f22967811ce
	sha1sums = 55c381d9e06e1d2997a883b4a3fddfe7f0d3af33
	sha1sums = 0babca538e8d4ee4a0f8988d68866537a003cf42
	sha1sums = 165d3070c00309752a1236a479331e3ac56f1423
	sha1sums = 7e133818a7d394734f941e73c3d3f9291e658b25
	sha1sums = 7b1f58bada62ca827ec0a2078025654845995e1f
	sha1sums = 18b281da585b1c5c51def24c930ed29a0be6b177
	sha1sums = 6d61de95d91dfca9b9a02089ad384bff8f62b771
	sha1sums = 95b0b63fec2146619a6fe57fe75628d5a39efe4f
	sha1sums = d2745701025a6c775a6c545793ed502fc0c649a1
	sha1sums = 743298cef4e5af3e194161fbadcc2151d3a058e8
	sha1sums = dffc0bf9a21c02209090f2aa69429e1414daf3f9
	sha1sums = 3a03edc2214bca3b66424a3e7959349509cb0351
	sha1sums = 9a4ef161f2e4625ebf7dfbe6c0a2f52d18a59e78
	sha1sums = 49e91c5cbf36c9b94bcfcd71c23d5249ec74e390
	sha1sums = ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73
	sha1sums = 1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9
	sha1sums = 87de7af9c231826fdd68ac7258f77c429e0e5fcf
	sha1sums = a52f80bf38da1952eb5c681790719871a1a72501
	sha1sums = 8eb7a10a63fff25d15a57b001586d177d1b0d352
	sha1sums = 750e3db5862087b4737ebac8207ffd1ef27b25fc
	sha1sums = 9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b
	sha1sums = 37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b
	sha1sums = 9218b9b2b928a238b13dc4fb6b6d576f231453ea
	sha1sums = edfeca0db7dd1790aaf60e6aaf7edae8fe97dc63
	sha1sums = f91da6f4296eb4e9fbf8ccd0338f724fb39ad21f
	sha1sums = d4ca2c7fd6b580f86a623e923d080aa1d7259014
	sha1sums = a255931fc1df1e6896b29226d837f28e1c5ac968
	sha1sums = 49bd6331d7d02d0c09bc910a1075ba8165b56df9
	sha1sums = b17d08d326b4423e568eff719f91b0b1cbdf69f1
	sha1sums = 0fa2c64f932917c3433a0ded55363aae37416b7c
	sha1sums = a29da425b48806f34767a4efce397269af28432c
	sha1sums = 5923dc48c41c9bccb3a524d10f5924d343448900
	sha1sums = f9393471c18a79d1724f863fa38b586370ade2a5
	sha1sums = d5e33185181a4e1f33b15f7bf100ee91890d5cb3
	sha1sums = 7347e307deeea2faac2ac6205d4bc7d34967f59c
	sha1sums = 665ab8bc4da27a774a40584e812e3e0fa45b1a1e
	sha1sums = 104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6
	sha1sums = 395e1ae84b11f26ad1795e73c17378e48a301576
	sha1sums = a9e12cb3ae8d876727eeef3843f8a0897b5c98d6
	sha1sums = 169c2f6d3df1f992618072365c9b0ea1f6878656
	sha1sums = 15b3f88fda01f2a97fec84ca761a560f123efa9b
	sha1sums = 8a18acfca9a8f4177e09abfc6038939b05d1eedf
	sha1sums = bb935d48582cba168c06834957a54a3e07124f11
	sha1sums = 77c99840527aa8ecb1a8ba697b80645a7a926a9d
	sha1sums = 08147a1875bc2b32005d41ccd8291dffc6691df3
	sha1sums = 5d6def3edebf6e8ca8cae9c30183a804b5f8be80
	sha1sums = 75f16642b480f187a711c814161fd3a4a7655898
	sha1sums = 5c6dc200246dd9321ae4b885a114bb1f75f63719
	sha1sums = efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be
	sha1sums = 47301d58dd0259407865547853df6d61fe471945
	sha1sums = 0321336c3d0925e497fd97f5d95cb114a5ccd548
	sha1sums = 0b5ee648388e2c860282e793f1856fec3f301b56
	sha1sums = d84876321d0e7add03990406abbbbd36ba9268c7
	sha1sums = 0841d5536e724c25597bf6ea62e1bd38298df31f
	sha1sums = 366d8240dde487ca51823b1ab9f07a10a78251ca
	sha1sums = 3b159746a66604b04f8c81524ba365c5f14d86ec
	sha1sums = 33eeabe23cfe86f14bde4408a02c0cfb853acdaa
	sha1sums = e8fbf374dc556ff8947a10dcb0572d633f2cfa10
	sha1sums = 62b110e289a471418e3ec36a617d472e301dfc89
	sha1sums = a7470f9e426733d81bd81e1155264e3a3507cab4
	sha1sums = a88c02535791f02ed37c76a1b9ea9773c833f8c2
	sha1sums = ef9e31386f031a7f0d643af82fde50c457ef00cb
	sha1sums = f116f8064fe90b3f7844a38997c0b75051269f1d
	sha1sums = f1558baf1ac17e0deea7c0415c438351ff2b3c72
	sha1sums = 7ba5ae24217804ac70707b96922567486cc3e84a
	sha1sums = 64f61e42cbbb2eec2071a9dac0b28ba1e65d5084
	sha1sums = 6910bca5da8c95e784b5751b976cf5a10fee36d2
	sha1sums = 3de746c18dda2319241a53675908d8f766f11c24
	sha1sums = 24fd6201a4782cf50561c810276afc7d12d71195
	sha1sums = 0026e37f5454d73e356dfe6564699867c6a7f0ff
	sha1sums = 6a7aaf838c7f0686a50b4553f7e54a96494e89f0
	sha1sums = f065561096a3f1da2ef46272f815c840d87e0c89
	sha1sums = 4e431e92b11a9731636aa1f9c8d1ccbcfdab78df
	sha1sums = 2c163b3fafb1b606d9d17928f05c2a1c38e07677
	sha1sums = 4427f50ab3429e9025ea7d52e9043a9ef4159344
	sha1sums = eef5663cd59fa4c0ae339505323df6854bb15958
	sha1sums = a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d
	sha1sums = 97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6
	sha1sums = 0dd12bf2006f255bb58f695110eff7491eebc0fd
	sha1sums = a6dac93b635b063ca6872236de88910a57af139c
	sha1sums = cbaa6585dc7db43318bc5b89523ea384a6f65e79
	sha1sums = d731e8898ed090a12c352ad2eaed5095ad322c9d
	sha1sums = 4b0da1442104d1b336340e80797e865cf39f7d72
	sha1sums = 29bf3eff701be2d4d315dbacc39bc39fe8f601aa
	sha1sums = 842dba4ec17fa9ac9850df2d6efbc1737274f2a2
	sha1sums = d1850eb9791ecd18e6182ce12a30f396634bb19d
	sha1sums = 74a4c76e77ca9fd3f932f290c17ea326cd157271
	sha1sums = 7a549bbd9ffe1585b0cd0a191e203055bee574b4
	sha1sums = 670ef71bc5661f089cc90481b99a05a1227ae3bd
	sha1sums = 00431e376bed7f9de4716c6f15caa80e64492b89
	sha1sums = 10fe5e409ba38de22a48b555598955a26ff0160f
	sha1sums = 3482a3833b74a88c95a6ba7253f0c0de3b77b9f5
	sha1sums = e7dee66e35d6fc16f710fe91d5cf69f70f08911d
	sha1sums = 80564d2e483dacf6e8ef209650a67df3f0c283a4
	sha1sums = 2dfefe720c6ba525d9ebd909950f0515316c89a3
	sha1sums = 5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898
	sha1sums = 8771aae0799b64076b76640fca058f9c10e33ecb
	sha1sums = bc55b2634793c679ec6403094eb13698a6ec0aae
	sha1sums = 3f4dae4a91fac315f71062f8521cc239f1366280
	sha1sums = 69f6a87d9513ab8bb8fe63bdb0979c448e684660
	sha1sums = ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2
	sha1sums = 9db7b59496ad3f3cfef30a75142d2d930ad72651
	sha1sums = 3208c1f08d3a4d99261ab64f92302bc15e111ca0
	sha1sums = b9b8c61602788df097bf1a505410fc000b8b5eca
	sha1sums = 19203fb59991df98e3a287050d4647cdeaf32499
	sha1sums = dae812fdb3825fa306609a8717383c50c36a0537
	sha1sums = bd63401221c15625a1228c556ca8a68da6fda3d9
	sha1sums = 31499098d902b7e98c5d9b9c80f43457a88abfa1
	sha1sums = 2f81a3ad4121a76bc7cb45dbf704c0d76a8e5ddf
	sha1sums = 79d93d2d33363d6fdd2970b335d9141ad591d79b
	sha1sums = ecc228486f69991e49e9476485a5be1e8fc5c4d9
	sha1sums = 140a3d2d41a36d2efcfa9377b62c24f8495a5c44
	sha1sums = 31ea21a734bab9bbb0f32466d893aea51e4a3c64
	sha1sums = 20813df3d712928b207378691a45066fae72dd57
	sha1sums = 729c91e2d857b7a419a1f9aa65685c4c33f5845d
	sha1sums = 07c05034a6c349fa06e24fa35aa76db4580ce4dd
	sha1sums = b11bec9cf2492f06756d6e809ab73a2910259146
	sha1sums = 42a41a16abcd46fd046306cf4f2c3576fffb1c21
	sha1sums = 45b96942c17b1c79c772198259ba943bebf8ca5b
	sha1sums = f6995fe0f820392f61396be89462407bb77168e4
	sha1sums = 308accafa0bc483a3867b4b6f2b9506251d1b835
	sha1sums = 6f14f99a37be3a9dd784f5495690e5903466ee42
	sha1sums = ae4562c007473b932a6200d403268dd2fffc6ade
	sha1sums = dcf82dee545f46074daf200c7c1c5a08e0f40f6a
	sha1sums = c9ba6081f908670607ee79062d700df062c52ed3
	sha1sums = e3b54697e78bf915c70a38acd78fd09e0058b1cf
	sha1sums = 956905708d58b4bab4c2261b04f59f31c99374c0
	sha1sums = 7947e42149af80d696cbf797bcaabcfe1fe29ca8
	sha1sums = 2b568b265eec944c6d9c0de9c3dbbbca0354cd8e
	sha1sums = 679591c564c3bffaae8454cf0b3df370c3d6911c
	sha1sums = e23f3f9c4f8fbdde872529c1071857a086e5ccef
	sha1sums = 82d79bff30a67c4005ffd5e2515300ad9ca4d7af
	sha1sums = d09178716ffea4dde9e5fb7b37f6f0802274580c
	sha1sums = 9ccb4e505d486b91651345772885a2df27fd017c
	sha1sums = f31c22225a9632d2bbf8e4addbef240aa765a61f
	sha1sums = 2d177f652fa31e939b4438d5341499dfa3825e99
	sha1sums = 7c526a52d89b45c45cc690b88163be0497f550cb
	sha1sums = 2dcbd2c287cbc0a55cc42328bd0c736150d53e3f
	sha1sums = 558aa53b43b661e1925a0afdfa36a9a1085fe57a
	sha1sums = 5a350da0b1113b837ecfffd5812cbe58d6eae193
	sha1sums = 48bb5088409f16f1821666641c44dd1aaae3cd88
	sha1sums = d0225373aeb652adc1bc82e4945339a842754773
	sha1sums = 5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a
	sha1sums = 6f9e30b47084d971a7c820ff15a6c5167b74c26f
	sha1sums = 2603e78b7b4b0006cbca2fbcc8a3202558ac9479
	sha1sums = 6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94
	sha1sums = 2eb2e37ea9b67c4891f684a1394799af484cf7a2
	sha1sums = df0388fcd0b37816dff0a5fb8108939777dcbc9d
	sha1sums = 29b33f312aa8f547c4a5e490f56afcec99133ad6
	sha1sums = 504af200af6b98e198bce768bc1730c6936ae01d
	sha1sums = c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf
	sha1sums = 8a1f07896d82b10926bd3744a2420009f88974a8
	sha1sums = ecdca8f13144e660f1b5bd41f12f3479d98dfb8f
	sha1sums = abfc64f141b1722d663402044e43927f1f50a8dc
	sha1sums = d549acd64856a8ecd1bea58365ef385effbac744
	sha1sums = bd017cef6431724fd4b27e0657f5ceb14bff3753
	sha1sums = c6f34834a0d8dbc3b37c27ee8bbcb27c7775582e
	sha1sums = b5d07b8e3216e3e27cd728d72f70d1e6a342005f
	sha1sums = fe85b2ec75a59037f2adfec100fd6c601761152e
	sha1sums = 70859bc95c9840952f359a068a3fc49f9ecfac23
	sha1sums = f080351c865b0dc562a8462966daa53543c78a4d
	sha1sums = 820c86a39334640e99516928bd03fca88057d022
	sha1sums = 4923538878eef42063cb8a3e3b0798781487ab1b
	sha1sums = 2e194de044626d4a10e7f7fbc00ce73e83e4d5c7
	sha1sums = f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a
	sha1sums = 5166e286457f03306064be5497e8dbb0c3d32083
	sha1sums = 67d66014b66a6a8aaa0c083c5fd58df4e4e97602
	sha1sums = 1120b43dc359a785dce65b55b82e257ccf479566
	sha1sums = d91cefd62d1436ca0f41620e251288d420099def
	sha1sums = 3eb5ed62622756d79a5f0e2a221dfebad75c2f7e
	sha1sums = fa10c9115cc6d8865be221ba47ee9bed78601113
	sha1sums = 34acdd610f130c2a833dc254486e2a260006d5bf
	sha1sums = 9b2d53e3abd707edcf0c1501b4d5ac04c947a283
	sha1sums = 15490bc02af4b56cf62299c7c17cba32d71a96ee
	sha1sums = d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd
	sha1sums = b2be769fa31940be9eeea6469c075e35006fa3d3
	sha1sums = 5608aeadfc00be6c2901df5f9861788de0d597c8
	sha1sums = d09d1f357b443f493382a8eb3ccd183872ae6009
	sha1sums = 574c8138ce1d2b5861f0b44579dbadd60c6615b2
	sha1sums = acb0300eb4de23a7ddeec014e3e96044b3472331
	sha1sums = b87a8aa4fc0de8fe6be88895b38983ff265bd119
	sha1sums = 4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7
	sha1sums = b4aafb93e3aeb2d8174ca53cf163ab7d7308305f
	sha1sums = ca86d1fe8828169b0120208e3dc8424b9db8342c
	sha1sums = 5240ffedefc6d663ce8515e5796a4d47a750c0d5
	sha1sums = 67dc74903100a7deb044037b8a2e5f453bb05400
	sha1sums = 84a66a260174408fc5b77a18f888eccc44fb6971
	sha1sums = 2151f722472ba79e50a76fc125bb8c8f2e4dc2a7
	sha1sums = e66db1838b200c1dfc233225d12cb36520e234a8
	sha1sums = 1ab28b556e198363a8c1a6f7e6fa20137fe6aed9
	sha1sums = 0dcd69ff23a1c9b11fd0978316644a0388216a65
	sha1sums = 0dd90cf1288ee1d1313b87081c9a5932ee48518a
	sha1sums = 8e579c8685764a7cc02cb680380e94f43ccb1f7c
	sha1sums = 097b602b53422a522c1afb8790318336941a011d
	sha1sums = 1b33615247290e94e28263b5d855ece765648a31
	sha1sums = 2109adc7965887cfc05cbbd442cac8bfbb360863
	sha1sums = 0ed54a342eceb37b38ff76eb831a0e788cb63940
	sha1sums = 7e7d858b781bd7c991a41ba975ed3812754e998c
	sha1sums = 3a7f868334b407dea06da16d88d5cd29e435fecf
	sha1sums = 9dceb146cedd4148a0d9e51ab88d34cf509922b1
	sha1sums = 1c47f272df277f3b1daf061677d9c82e2322c60e
	sha1sums = cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37
	sha1sums = 87a10ac4c1694bd2e1cbf53591a66141fb5dd747
	sha1sums = 6fe348f2ac7fa0f95ca621226599096825bb03ad
	sha1sums = f79c4493af0c5377b59fe39d395e41042dd045bb
	sha1sums = 006a33fff9579d82dff77dd95f5a0013ced2922c
	sha1sums = 583b1aa775961d4b113ac17d9c50baef9dd76bd1
	sha1sums = 067428230fd67443b2794b22bba528b6867962d4
	sha1sums = 7a0fff978f6dbfa4d006238fbac98ed4198c3259
	sha1sums = 4f236a6373dae0566a6d43e1326674f50c291499
	sha1sums = 6caf2830eb924941861ec53a173799e008b51e5b
	sha1sums = 77c0cb37c41525d64166d990ffad7ec6a0e1363e
	sha1sums = 854373c7f5c2315914fc9bfc6bd8238fdda1ec27
	sha1sums = 20f9f17ae29ed345e8bde583b13d2009803c14d9
	sha1sums = 6c9599d340d54dfd3946380252a35705a6b992bf
	sha1sums = 691d2709e78c79fae3a156622452d00762caaaa2
	sha1sums = fedd4d2bf193a77745fe71e371d73c3307d9c751
	sha1sums = 385080a3ec13cb62a62d39409cb3e88844cdaed4
	sha1sums = d3460bf1ddd0dfaeed42da754242e65fb684a81f
	sha1sums = a632127f53aaf3d15876f5872f3ffac763d6c891
	sha1sums = f480f40434ef80741f8469099f8dea18f55a4dc9
	sha1sums = e2b5dbede00e7fa9bc363607f53327e8b073189b
	sha1sums = 6d5b934a456993b23d37f40a382d6f1666a8e5c6
	sha1sums = a64cfa724062434fdfc351c9a4ec2d92b94c06f4
	sha1sums = f2bd221f6cc970a938d88556abc589caaaa2bde1
	sha1sums = b363e55e8006ca6fe21784d2db22bd15d7917f14
	sha1sums = d98454a9c3753d5790860f16f68867b9e46be1fd
	sha1sums = cc33d24d525e099a5388c0336c6e32b9160609e0
	sha1sums = 0feb6c64f0fc518d9a754dd5efb62c7022761f4b
	sha1sums = ce0ebeaa5f78cb18925ea7d810d7b59b010fd515
	sha1sums = 174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f
	sha1sums = 581f6ade658cbba65a0d3380de7753295054f375
	sha1sums = fbc114b60ca42b30d9daf5858e4bd68bbedb6735
	sha1sums = e864217f74c36850f0852b78dc7bf7d4a5721bf2
	sha1sums = 9a4a6814cac1c0cd73360a95f32083c8ea4745b7
	sha1sums = bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d
	sha1sums = 59c44f7ee491da704da415da5a4070ba4f8fe441
	sha1sums = f012ccb8415b7096fc2daa1054c3d72389594c73
	sha1sums = dd822aa0887580e52f1a039dc3eda108efae3075
	sha1sums = d078d15a3af409220c886f1d9a0ca2e441ab26cc
	sha1sums = 63cacec0d6139bf7a670dea8bad747ebf4c1fb42
	sha1sums = 8ba691c4421f71662ed07c9a0294b44528af2d7f
	sha1sums = 7dc9c636271aca007a9df4deaf2dd7e7960280cb
	sha1sums = 7a57eb550a6783f9115331fcf4663d5c8e007a50
	sha1sums = 570670f793646851d1ba135996962abad587859f
	sha1sums = cb5bdc74ff3f51892236eaf79d68bc44564ab81c
	sha1sums = ed141a6ac043a849ea588498e7dca8b15330e90c
	sha1sums = 72556b80cfa0d48a974e80e77248e80ed4f7f870
	sha1sums = 2135d6dfa7a358c069ac9b178776288228450ffa
	sha1sums = b86bd5f0c25690911c7590fcbfc2010d54b3ccb8
	sha1sums = a62df837e3aed2bb3b735899d510c4f186019cbe
	sha1sums = 20a0103b222a70c8fd39cc2e580680f3dde5ec43
	sha1sums = 3b9bb3335ccf00f425e07437e19276967da47ace
	sha1sums = 77016bd8919d0ac377fdcdd0322328953ca5781c
	sha1sums = 47bb2952da32d58a1be2f256a598eebc0b745118
	sha1sums = 01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab
	sha1sums = 9624375d965630e2e1f2c02a935c82a59cb48309
	sha1sums = debc6489d7a6e6b0e7611888cec880337d316396
	sha1sums = e92434bfa5ea8c19f41cdfd401d741a3c819d897
	sha1sums = b7e3ea42435a4c9b2759d99e0f201eb195802ee1
	sha1sums = d90deb2975a8b9f600fb3a1c94e3f4c53c78a222
	sha1sums = 7332300e840161bda3e69a1d1d91a7d4bc16f182
	sha1sums = 7820d9b16120cc55ca9ae7792680ae7dba6d7fe2
	sha1sums = 7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8
	sha1sums = cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3
	sha1sums = 4fcc9d77a07e48ba7527e7cbe0de33d0701331e0
	sha1sums = 12399add6e4cf7526d973cbc8b5ce2e2908b3909
	sha1sums = b4a2116815bde2f4e1ea602354e8c75565107a64
	sha1sums = 36513be246ab27570b1a374a5ce278bfd74370ce
	sha1sums = 9653a036fb7c1ee42342f2325cceefea3926c48d
	sha1sums = c0d5a63b2718800ad8e1eb0fa5269c84dd41845e
	sha1sums = b58b010ac40c22c5657616c8d2c2c02c7bf479ec
	sha1sums = b209849203bb25df820da756e747005878521620
	sha1sums = 9ec61f79049875707d69414596fd907a4d711e73
	sha1sums = df6f84372f0270dc65cdf6291349ab7a473d4f2a
	sha1sums = c92196fc86ab42be983f1bf31778224931d61458
	sha1sums = ae21b43e49c075f4d84df1929832a12c302f3c90
	sha1sums = 1eca1cf711aef814c04f62252a36a62f6cb23b57
	sha1sums = 337bbda3adc0706bd3e024426a286d4b4b2c9198
	sha1sums = f0e10bb7bf7bfa7e0add8baffdc54c3f7dbee6c4
	sha1sums = 0e87622a3325aa33e892285caf8b4e846529a525
	sha1sums = 2724fd6a8113d73764ac288d4386270c1dbf17f0
	sha1sums = f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28
	sha1sums = 8ef1c0623c6a6db0dc6713c4bfac46332b2368f8
	sha1sums = 9d63c13276c065918d57f002a57f40a1b643fb02
	sha1sums = 6b72a8048984e0c41e79510fd5e9fa99b3b549be
	sha1sums = 85204b54dba82d5742e28c96756ef43af50e3384
	sha1sums = b9346d8827e8f5a32f7ba29637d398b69014848a
	sha1sums = 54d09c7115e1f53dc2314a974b32c1c344efe326
	sha1sums = 8925742a98ffd90814988d7566ad30ca3b263b52
	sha1sums = c98da154683671c9c4dcb16ece736517e1b7feb4
	sha1sums = 1f4ece27e00b0b65e0247a6810e6a85d83a5752c
	sha1sums = 0425a2768d8f23bad70ca4b90461fa2f1213e1b2
	sha1sums = e5605ba361b67b1718478501327502f4479a98f0
	sha1sums = ec0f99853d4912839321172f608b544814b02217
	sha1sums = 92ff295fb1deecbf6ecdab2543d207e91aa33733
	sha1sums = a6b667b54c885e18b52554cb4960ef71187e9968
	sha1sums = c2bf1e377520d324f623892e33c10cac2c252b53
	sha1sums = 05f1a593f16e42e1fb90ebf59de8e569525f9523
	sha1sums = c24bce2a283adad5bc3f58e0d48249b92379d8ef
	sha1sums = be681520847ab58c7568ac75fbfad28ed42d39e9
	sha1sums = 8dcae470e1c88abc2d600fff4a776286da75e637
	sha1sums = 2d6d996d04a15855d967443631dd5f77825b016a
	sha1sums = e87f6d513b928dde808260c12be7fec6ff6e798c
	sha1sums = 8c64ad5fd30dab1c976e2344ffe7f792a6a6df42
	sha1sums = 89a7fdd938261267318eafe14f9c32e598c36909
	sha1sums = 97f717b69d48784f5f526a6c5aa8ffdda055a4d1
	sha1sums = 4675c90aacafb2c036bd39ba2daa4a1cb777fded
	sha1sums = 629a013fb3f70755d6f0b7935cc1c2c5378b1975
	sha1sums = 79a40644c362be82f26effe739c9bb5382046f43
	sha1sums = 4abcd852ad32dd7baabfe9b40e00a36db5f392e6
	sha1sums = 32bb9e39c06d67338dc9378c0d6d6074566ad131
	sha1sums = 2c637fe77c893afd2a663fe21aa9080068e2052a
	sha1sums = 918720ef3b631c5642be068f15ade5a46f4ba1e7
	sha1sums = 9f7ee287f82fd326d4fd162923d62129eee0dfaf
	sha1sums = b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc
	sha1sums = 35797f13a7fdadc566142c29d4f07ccad483e3ec
	sha1sums = f1a5402ba6220ad52cc1282bac1ae3aa49fd061a
	sha1sums = a1c1a6f624751577ba5d07914cbc92850585890c
	sha1sums = 991ec69d296e0313747d59bdfd2b745c35f8828d
	sha1sums = 1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6
	sha1sums = 44fa161b0187b9549dd84bb91802f9bd8385cd6a
	sha1sums = 40a3669f3b077d1e943d44629e157dd48023bf2e
	sha1sums = 6c8149462adb23e360e1bb71cc0bae7f08c823c7
	sha1sums = 85c13c70f4ead4c1b8a935c70010dfdcd2c0e5c8
	sha1sums = a954f931aeba508d307bbf069eff0c01c96116f7
	sha1sums = ee0a64c8af5e8ceea67687b133761e1becbd1d3d
	sha1sums = 5f3ca35761e47e05b206c6daff2cf814f0316b8e
	sha1sums = 0b621c879348d8998e4b0e4be94b3f12e6018ef7
	sha1sums = 13e8c2658ab9691cb0cd71093240280d36f77a5b
	sha1sums = 045f9782d011ae9a6803ddd382b24392b3d890f7
	sha1sums = 290cbb232e306942d7d7ea9b83732ab7856f8285
	sha1sums = 4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61
	sha1sums = a18d40530e6f07de4228c7defe4227af8cad005b
	sha1sums = 37a5cf0b81ecbc6943de109ba2960d1b26584ae7
	sha1sums = 0b7b74ff5b66ecf9035475522fa05090ac47e29e
	sha1sums = ccd0af4f8835fbdc265b82461aaf0c36663f34ea
	sha1sums = ae16f1644d873ecad843b0307b143362d4c42172
	sha1sums = 67a7d02c76c9da24f99d20808fcaded0e0e04be2
	sha1sums = efce5c8fdc104ee751b25c58d4290011fa5ea2cf
	sha1sums = 9e3e8cc0c75a99472b44321033a7702e7738252f
	sha1sums = f46976082ba35c2263f1c8ab5edfe26c41c9552f
	sha1sums = 9fb3a3cf3132328151f353de4632e01e52102bea
	sha1sums = 548650de521b344e3781fbdb0ece4aa6f729afb8
	sha1sums = 500e8dd0fd55b05815086255b3195adf2a45fe6b
	sha1sums = 64922e7c565b0e14204ba1aa7d6964278d25182d
	sha1sums = 6c175f86ff14bdb0724563e8f3c1b021a286853b
	sha1sums = f956479486f2acd79700693f6f7b805e45ab56e2
	sha1sums = 8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc
	sha1sums = 74722af32e9614e9c287a8d0bbde48b5e2f1a263
	sha1sums = 190866bece7553e1f8f267a2ee82c606b5509a1a
	sha1sums = 0af66605a745a5a2f91cf1bbf8a7afbc283dec56
	sha1sums = 008db65edce6c50eec0c5e228e1945061dd0437c
	sha1sums = dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9
	sha1sums = 3f28ce1a77a00372683eade4a433183527a2163d
	sha1sums = cf70f50482eefdc98e3ce0a6833e4a53ceeba679
	sha1sums = 0d9becccde7003d6c658d487dd48a32f0bf3014b
	sha1sums = 7cb09dda3a86585705c64b39a6466038682e8fe2
	sha1sums = 04e6926f662895354f3dd015203633b857297e2c
	sha1sums = 547c70b347e8d32b4e108ea1a2a159e5fdde19c0
	sha1sums = 60809c39cbff55337226fd5e0b520f341f1fb5c6
	sha1sums = 22b0a2850cdf6503e73085da1fc7b7d0c2122f2f
	sha1sums = fb4d8a1420ea362764e21ad4780397bebcb41cbe
	sha1sums = acdac8da59ef2bc1e17a2c0ccf6c320d120e555d
	sha1sums = 1872dfcf24cb15752677e40e5c3f9cc1926028b5
	sha1sums = d7088281559ab2778424279b0877da3c392d5a3d
	sha1sums = 0b13b7ee2b5ac7e0609a7463d83899589a363fcd
	sha1sums = 9cf1611ba62685d7030ae9e4ba34149c3af03fc8
	sha1sums = 42f114594a46cf1a8e30b0a84f56c78c3edac21e
	sha1sums = e75ae90c2942c63504686c18b287b4a0b1a45f80
	sha1sums = b36399af4ab2999b4c9c648bd7a3fb2bb26feeed
	sha1sums = 118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3
	sha1sums = 269c7117d27b05ad2e536830a8ec895ef9c6d010
	sha1sums = 39e8a98d044d150660abe4a6808acf70bb7bc991
	sha1sums = 6a385fb8853d952d5ff05d0e8aaf94278dc63dcf
	sha1sums = a8479022eb1ac368a871389b635262c505ee368f
	sha1sums = 9e26c63d30f53443e9489495b2105d37b67a85d9
	sha1sums = 6219a85616520491f35788bdbf1447a99c7e6b0e
	sha1sums = 2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3
	sha1sums = 31f1281b3832630434831c310c01cccda8cbe006
	sha1sums = b2fd2abf6604b9d1e6013057195df836b8a9d631
	sha1sums = f62cf17581e996b48fc965699f54c06ae268b8d2
	sha1sums = d65264787476e4caf7efc5498fb740c69f626d48
	sha1sums = 6377e996795abb0b6d348e9b3e1dfb24345a8e42
	sha1sums = e2e69a44ac8772f78a1ec0b35b689df6530efc8f
	sha1sums = 1b7dcdcb32b8138801b3e478ba6a51caa89648da
	sha1sums = 3cf87dfeb4d07b4a3f14827bc186b3fd0c645cd8
	sha1sums = 2d9d4ff5c064acb711594a3e3b95054ad51d907c
	sha1sums = b1665e2c461a2cd92f4c1bbf50d5454de0d4b421
	sha1sums = a8d39b9f5966693ca8b0feba270a78722cbaf3b0
	sha1sums = 7cbcb64b5a141b6a2efc2c5d2c67b4e150b2a268
	sha1sums = acad84c284136b060dc3faa64474aa9aebd77287
	sha1sums = 7f5ee823ae805207c00af2df4a84ec3fcfa570b4
	sha1sums = 01c1e39eb31d07cb7d03a96a70823260b23132cd
	sha1sums = 99f88931cfc761ec7678b41d5d7336b5b6a07bf4
	sha1sums = 0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5
	sha1sums = 700e786df2367c2c88cd8aa5be4cf9c1e7831254
	sha1sums = c9c58b575be8407375cb5e2462dacee74359f41d
	sha1sums = 764a5a11af50561921b133f3b44e618687e0f5c3
	sha1sums = ee434a4e22543082e294ba6201dcc6eafefa2877
	sha1sums = 8457fc3037dcf4719c251367a1af6500ee1ccf14
	sha1sums = 1865f43d9e74b0822db9f145b78cff7d0f7c849b
	sha1sums = dc5e698cbd079265bc73e0377681a4e4e83f616e
	sha1sums = 297588b7b0e7e0ac08e04e672f85c1f4999e17af
	sha1sums = ce0aa0c2f3df6adf852efb404a783e77c0475771
	sha1sums = 13cfdd9b336552f30b51f33a8ae1b42a7a7599ce
	sha1sums = 7c80c17b9dfebe599e27367e0d4dd5590141db38
	sha1sums = fc92adaba072647bc0b67d6b03664aa195093af6
	sha1sums = e3646a2ea4e891312bf7eace6cfb05380bc01c21
	sha1sums = cf2d38bdc34a134bcaf1091c41f6619e2f672d00
	sha1sums = 3f05251ee17904dfd0677546670db9651682b811
	sha1sums = 848dd7698dafa3e54a6c479e759c4bc3f18847a0
	sha1sums = 0a2e78c2e77907b252abe5f298c1b01c63f0db3d
	sha1sums = 07b8203bfa7056c0657050e3ccd2c37730bab8f1
	sha1sums = 867ac74e3864187b1d3d47d996a78ec5c8830777
	sha1sums = 1bf207f4b28f91583666cb5fbd327887301cd5f4
	sha1sums = 24927446e8b7669d10abacedd16077359678f436
	sha1sums = 9c411a802a409a91fc6cf74081baba34b24499ac
	sha1sums = d7dd6a46ca57214f54a2d0a43cad0f35db82ac99
	sha1sums = aa9fe653c42b9097678489c01000acb69f0b26cf
	sha1sums = 085e215625ec3162574dc8859abee78a59b14471
	sha1sums = e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa
	sha1sums = 9254c1d37bdac0ac2b52de4b6722792d2a91e30f
	sha1sums = 7bb8cc9b3d397e201cf8553336d262544ead829e
	sha1sums = 0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1
	sha1sums = 61a6a32010622afa07963bf325203cf12239d604
	sha1sums = 8b38b10cacdef63337b8b24e4ff86d45aea529a8
	sha1sums = 363a6e541f27954d5791d6fa3c1d321666f86d18
	sha1sums = 5e4bda308e4a8a2ae584f9b9a4359a499825cc50
	sha1sums = 301acdc525631670d39f6146e0e77ff6bbdebddc
	sha1sums = 54fd16e0ecb167cf04cf1f756bdcc92eba7976c3
	sha1sums = 1a01aa57247c14c568b89775a54938788189a714
	sha1sums = 0a36cb9a585c4f6abd51ad1deddb285c165297c8
	sha1sums = 0b6fe7b835aecda61c6ea4d4f02c14221e109847
	sha1sums = c65d110e9a4adf9a6c5948b28053d9a8d04cbeac
	sha1sums = b646f69be3942dabcecc9d6639c80dc105efaa66
	sha1sums = 75a4984efedc4b08975c5aeb73f530d02df25717
	sha1sums = 8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559
	sha1sums = 8f66dbcd55a883acdae4408af8b035a5044c1894
	sha1sums = 9b1a52595225859e55f669d928f88c6c57f2a77e
	sha1sums = da937f7a62e21fec1fd18d49b35c2935067a6c72
	sha1sums = 3838e97cfc60521eb73c525a8e55bfdd9e2e28f1
	sha1sums = 16b5cafc07dbe3676c1b1999177823d6503acb0c
	sha1sums = d50c8cac79a19fbc20f2911f56eb973f4e10070f
	sha1sums = 7afb1afe50805246489e3db7fe0ed379336ac0f9
	sha1sums = 66121a31420df8f01ca0c464be15dfa1d1850253
	sha1sums = 450d4dc9fa70de732762fbd2d4a28981419a0ccf
	sha1sums = 2de19618c66dc247dcfb6f99338035d8245a2cee
	sha1sums = b243e3b4dfd731fa774e7492128109a0fe66d656
	sha1sums = fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a
	sha1sums = 1c243a50b595c1be54a754bfece8563b9ff8d813
	sha1sums = 23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974
	sha1sums = 96c1a3479b8c5392542c612029013b5b27f88bbf
	sha1sums = c85849405f67428feabbbd5c5dbdd64f47d31bc7
	sha1sums = 92a800593a38703a8cdb11d8b300ad4be63b3e16
	sha1sums = ab6549d61d172c2b1b87be5c508d239c8ef87705
	sha1sums = f38a5afb9dd1e93b65d550469ac6182ac4f54b8e
	sha1sums = 78641c488b8e6ca91a75f511e7a3b32a86e5dda0
	sha1sums = f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8
	sha1sums = a45043d54f5805316da8d62f9f50918d3da70b0a
	sha1sums = 7c6a8dd0a636a0327e10b59c9286eee93f3f51b1
	sha1sums = 13757bc89b209b049fe5d86430e21cf40a89a8e6
	sha1sums = bba63ca861948994ff307736089e3b96026c2a4f
	sha1sums = 2761799b9a22d4b8660b3c1b40abaa7739691793
	sha1sums = 27584810891456a4171c8d0226441ade90cbcaeb
	sha1sums = 610636f6b1f703891bd34771ccb17fb93b47079c
	sha1sums = d8fc3d284dd05794fe84973caecdd1cf824fdd85
	sha1sums = b5243d8f3ec1aa35f1364605bc0d1036e30ab69f
	sha1sums = 9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5
	sha1sums = 132ee63d2ec5565c557e20f4c22df9aca686b10d
	sha1sums = df9ecd518fd3890ab3548e1b811d040614993497
	sha1sums = bb72779f5fa465186b1f438f674fa347fdb5db54
	sha1sums = 85c901bd6470ce71fc4bb723ad209b70f7f28696
	sha1sums = 9bb92790d9c0effec63be73519e11a35019a3a72
	sha1sums = 63a0a5d42143879fdbb30370741374e0641d55db
	sha1sums = 2eb7dc3b0289718fc295f362753845c41a0c94ee
	sha1sums = 7ede329c1d8cdbbe209bd25cdb990e9b1ebbb394
	sha1sums = c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9
	sha1sums = 0d020c8bcec22989369db31e5d352acc6a13eda8
	sha1sums = 51dd326571544e36aa3f756430b313576dc8fc79
	source_i686 = https://github.com/electron/electron/releases/download/v9.4.4/electron-v9.4.4-linux-ia32.zip
	source_i686 = sozi-linux-ia32.json
	sha1sums_i686 = d7342e1bce30ef0ac1e857591a28a9021cc380ba
	sha1sums_i686 = b441b8ab9c7b3ac40ca7b7fdcd3d5c7662938d54
	source_x86_64 = https://github.com/electron/electron/releases/download/v9.4.4/electron-v9.4.4-linux-x64.zip
	source_x86_64 = sozi-linux-x64.json
	sha1sums_x86_64 = b841e0be6eba2c4570c5694c846294a750a3e3fe
	sha1sums_x86_64 = eb80eac88aa0ce77707d937691de1d20a06943ea

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 = python2-lxml
	depends = inkscape
	conflicts = sozi-tools_texts2paths

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