summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1f94e3f3ff96aa9cd588911e2b103f30d6999c98 (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
# Generated by mksrcinfo v8
# Fri Jun 19 11:52:24 UTC 2020
pkgbase = sozi
	pkgdesc = A zooming presentation editor and player based on SVG and JavaScript
	pkgver = 20.05
	pkgrel = 3
	url = http://sozi.baierouge.fr/
	arch = i686
	arch = x86_64
	license = custom:MPL2.0
	makedepends = npm
	makedepends = grunt-cli
	makedepends = nodejs>=14.3.0
	makedepends = zip
	makedepends = ttf-droid
	makedepends = jq
	makedepends = semver
	noextract = electron-v6.1.4-linux-x64.zip
	noextract = electron-v6.1.4-linux-ia32.zip
	noextract = grunt-install-dependencies-senshu.zip
	noextract = grunt-jspot-senshu.zip
	noextract = grunt-po2json-rockykitamura.zip
	noextract = grunt-rename-senshu.zip
	noextract = abbrev-1.1.1.tgz
	noextract = acorn-3.3.0.tgz
	noextract = acorn-4.0.13.tgz
	noextract = acorn-5.7.4.tgz
	noextract = acorn-7.3.1.tgz
	noextract = acorn-globals-3.1.0.tgz
	noextract = acorn-node-1.8.2.tgz
	noextract = acorn-walk-7.2.0.tgz
	noextract = align-text-0.1.4.tgz
	noextract = ansi-regex-2.1.1.tgz
	noextract = ansi-styles-1.0.0.tgz
	noextract = ansi-styles-2.2.1.tgz
	noextract = ansi-styles-3.2.1.tgz
	noextract = anymatch-2.0.0.tgz
	noextract = argparse-1.0.10.tgz
	noextract = array-differ-3.0.0.tgz
	noextract = array-find-index-1.0.2.tgz
	noextract = array-union-2.1.0.tgz
	noextract = array-unique-0.3.2.tgz
	noextract = arr-diff-4.0.0.tgz
	noextract = arr-flatten-1.1.0.tgz
	noextract = arrify-2.0.1.tgz
	noextract = arr-union-3.1.0.tgz
	noextract = asap-2.0.6.tgz
	noextract = asar-2.1.0.tgz
	noextract = asn1.js-4.10.1.tgz
	noextract = assert-1.5.0.tgz
	noextract = assign-symbols-1.0.0.tgz
	noextract = ast-types-0.12.4.tgz
	noextract = async-1.5.2.tgz
	noextract = async-2.6.3.tgz
	noextract = async-each-1.0.3.tgz
	noextract = a-sync-waterfall-1.0.1.tgz
	noextract = atob-2.1.2.tgz
	noextract = author-regex-1.0.0.tgz
	noextract = @babel#code-frame-7.10.1.tgz
	noextract = @babel#compat-data-7.10.1.tgz
	noextract = @babel#core-7.10.2.tgz
	noextract = @babel#generator-7.10.2.tgz
	noextract = @babel#helper-annotate-as-pure-7.10.1.tgz
	noextract = @babel#helper-builder-binary-assignment-operator-visitor-7.10.1.tgz
	noextract = @babel#helper-compilation-targets-7.10.2.tgz
	noextract = @babel#helper-create-class-features-plugin-7.10.2.tgz
	noextract = @babel#helper-create-regexp-features-plugin-7.10.1.tgz
	noextract = @babel#helper-define-map-7.10.1.tgz
	noextract = @babel#helper-explode-assignable-expression-7.10.1.tgz
	noextract = @babel#helper-function-name-7.10.1.tgz
	noextract = @babel#helper-get-function-arity-7.10.1.tgz
	noextract = @babel#helper-hoist-variables-7.10.1.tgz
	noextract = @babel#helper-member-expression-to-functions-7.10.1.tgz
	noextract = @babel#helper-module-imports-7.10.1.tgz
	noextract = @babel#helper-module-transforms-7.10.1.tgz
	noextract = @babel#helper-optimise-call-expression-7.10.1.tgz
	noextract = @babel#helper-plugin-utils-7.10.1.tgz
	noextract = @babel#helper-regex-7.10.1.tgz
	noextract = @babel#helper-remap-async-to-generator-7.10.1.tgz
	noextract = @babel#helper-replace-supers-7.10.1.tgz
	noextract = @babel#helpers-7.10.1.tgz
	noextract = @babel#helper-simple-access-7.10.1.tgz
	noextract = @babel#helper-split-export-declaration-7.10.1.tgz
	noextract = @babel#helper-validator-identifier-7.10.1.tgz
	noextract = @babel#helper-wrap-function-7.10.1.tgz
	noextract = @babel#highlight-7.10.1.tgz
	noextract = @babel#parser-7.10.2.tgz
	noextract = babel-plugin-dynamic-import-node-2.3.3.tgz
	noextract = @babel#plugin-proposal-async-generator-functions-7.10.1.tgz
	noextract = @babel#plugin-proposal-class-properties-7.10.1.tgz
	noextract = @babel#plugin-proposal-dynamic-import-7.10.1.tgz
	noextract = @babel#plugin-proposal-json-strings-7.10.1.tgz
	noextract = @babel#plugin-proposal-nullish-coalescing-operator-7.10.1.tgz
	noextract = @babel#plugin-proposal-numeric-separator-7.10.1.tgz
	noextract = @babel#plugin-proposal-object-rest-spread-7.10.1.tgz
	noextract = @babel#plugin-proposal-optional-catch-binding-7.10.1.tgz
	noextract = @babel#plugin-proposal-optional-chaining-7.10.1.tgz
	noextract = @babel#plugin-proposal-private-methods-7.10.1.tgz
	noextract = @babel#plugin-proposal-unicode-property-regex-7.10.1.tgz
	noextract = @babel#plugin-syntax-async-generators-7.8.4.tgz
	noextract = @babel#plugin-syntax-class-properties-7.10.1.tgz
	noextract = @babel#plugin-syntax-dynamic-import-7.8.3.tgz
	noextract = @babel#plugin-syntax-json-strings-7.8.3.tgz
	noextract = @babel#plugin-syntax-nullish-coalescing-operator-7.8.3.tgz
	noextract = @babel#plugin-syntax-numeric-separator-7.10.1.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-top-level-await-7.10.1.tgz
	noextract = @babel#plugin-transform-arrow-functions-7.10.1.tgz
	noextract = @babel#plugin-transform-async-to-generator-7.10.1.tgz
	noextract = @babel#plugin-transform-block-scoped-functions-7.10.1.tgz
	noextract = @babel#plugin-transform-block-scoping-7.10.1.tgz
	noextract = @babel#plugin-transform-classes-7.10.1.tgz
	noextract = @babel#plugin-transform-computed-properties-7.10.1.tgz
	noextract = @babel#plugin-transform-destructuring-7.10.1.tgz
	noextract = @babel#plugin-transform-dotall-regex-7.10.1.tgz
	noextract = @babel#plugin-transform-duplicate-keys-7.10.1.tgz
	noextract = @babel#plugin-transform-exponentiation-operator-7.10.1.tgz
	noextract = @babel#plugin-transform-for-of-7.10.1.tgz
	noextract = @babel#plugin-transform-function-name-7.10.1.tgz
	noextract = @babel#plugin-transform-literals-7.10.1.tgz
	noextract = @babel#plugin-transform-member-expression-literals-7.10.1.tgz
	noextract = @babel#plugin-transform-modules-amd-7.10.1.tgz
	noextract = @babel#plugin-transform-modules-commonjs-7.10.1.tgz
	noextract = @babel#plugin-transform-modules-systemjs-7.10.1.tgz
	noextract = @babel#plugin-transform-modules-umd-7.10.1.tgz
	noextract = @babel#plugin-transform-named-capturing-groups-regex-7.8.3.tgz
	noextract = @babel#plugin-transform-new-target-7.10.1.tgz
	noextract = @babel#plugin-transform-object-super-7.10.1.tgz
	noextract = @babel#plugin-transform-parameters-7.10.1.tgz
	noextract = @babel#plugin-transform-property-literals-7.10.1.tgz
	noextract = @babel#plugin-transform-regenerator-7.10.1.tgz
	noextract = @babel#plugin-transform-reserved-words-7.10.1.tgz
	noextract = @babel#plugin-transform-shorthand-properties-7.10.1.tgz
	noextract = @babel#plugin-transform-spread-7.10.1.tgz
	noextract = @babel#plugin-transform-sticky-regex-7.10.1.tgz
	noextract = @babel#plugin-transform-template-literals-7.10.1.tgz
	noextract = @babel#plugin-transform-typeof-symbol-7.10.1.tgz
	noextract = @babel#plugin-transform-unicode-escapes-7.10.1.tgz
	noextract = @babel#plugin-transform-unicode-regex-7.10.1.tgz
	noextract = @babel#polyfill-7.10.1.tgz
	noextract = @babel#preset-env-7.10.2.tgz
	noextract = @babel#preset-modules-0.1.3.tgz
	noextract = babel-runtime-6.26.0.tgz
	noextract = @babel#runtime-7.10.2.tgz
	noextract = @babel#template-7.10.1.tgz
	noextract = @babel#traverse-7.10.1.tgz
	noextract = babel-types-6.26.0.tgz
	noextract = @babel#types-7.10.2.tgz
	noextract = babylon-6.18.0.tgz
	noextract = balanced-match-1.0.0.tgz
	noextract = base-0.11.2.tgz
	noextract = base64-arraybuffer-0.2.0.tgz
	noextract = base64-js-1.3.1.tgz
	noextract = better-docs-1.4.13.tgz
	noextract = binary-extensions-1.13.1.tgz
	noextract = bluebird-3.7.2.tgz
	noextract = bn.js-4.11.9.tgz
	noextract = bn.js-5.1.2.tgz
	noextract = brace-0.11.1.tgz
	noextract = brace-expansion-1.1.11.tgz
	noextract = braces-2.3.2.tgz
	noextract = brorand-1.1.0.tgz
	noextract = browserify-16.5.1.tgz
	noextract = browserify-aes-1.2.0.tgz
	noextract = browserify-cache-api-3.0.1.tgz
	noextract = browserify-cipher-1.0.1.tgz
	noextract = browserify-des-1.0.2.tgz
	noextract = browserify-incremental-3.1.1.tgz
	noextract = browserify-rsa-4.0.1.tgz
	noextract = browserify-sign-4.2.0.tgz
	noextract = browserify-zlib-0.2.0.tgz
	noextract = browser-pack-6.1.0.tgz
	noextract = browser-resolve-1.11.3.tgz
	noextract = browserslist-4.12.0.tgz
	noextract = buffer-5.2.1.tgz
	noextract = buffer-alloc-1.2.0.tgz
	noextract = buffer-alloc-unsafe-1.1.0.tgz
	noextract = buffer-fill-1.0.0.tgz
	noextract = buffer-from-1.1.1.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 = camelcase-1.2.1.tgz
	noextract = camelcase-2.1.1.tgz
	noextract = camelcase-5.3.1.tgz
	noextract = camelcase-keys-2.1.0.tgz
	noextract = caniuse-lite-1.0.30001084.tgz
	noextract = catharsis-0.8.11.tgz
	noextract = center-align-0.1.3.tgz
	noextract = chalk-0.4.0.tgz
	noextract = chalk-1.1.3.tgz
	noextract = chalk-2.4.2.tgz
	noextract = character-parser-2.2.0.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 = clean-css-4.2.3.tgz
	noextract = cli-1.0.1.tgz
	noextract = cliui-2.1.0.tgz
	noextract = clone-2.1.2.tgz
	noextract = clone-response-1.0.2.tgz
	noextract = coffeescript-1.10.0.tgz
	noextract = collection-visit-1.0.0.tgz
	noextract = color-convert-1.9.3.tgz
	noextract = color-name-1.1.3.tgz
	noextract = colors-0.5.1.tgz
	noextract = colors-1.1.2.tgz
	noextract = combine-source-map-0.8.0.tgz
	noextract = commander-2.20.3.tgz
	noextract = commander-3.0.2.tgz
	noextract = compare-version-0.1.2.tgz
	noextract = component-emitter-1.3.0.tgz
	noextract = concat-map-0.0.1.tgz
	noextract = concat-stream-1.6.2.tgz
	noextract = console-browserify-1.1.0.tgz
	noextract = console-browserify-1.2.0.tgz
	noextract = constantinople-3.1.2.tgz
	noextract = constants-browserify-1.0.0.tgz
	noextract = convert-source-map-1.1.3.tgz
	noextract = convert-source-map-1.7.0.tgz
	noextract = copy-descriptor-0.1.1.tgz
	noextract = core-js-2.6.11.tgz
	noextract = core-js-3.6.5.tgz
	noextract = core-js-compat-3.6.5.tgz
	noextract = core-util-is-1.0.2.tgz
	noextract = create-ecdh-4.0.3.tgz
	noextract = create-hash-1.2.0.tgz
	noextract = create-hmac-1.1.7.tgz
	noextract = cross-spawn-7.0.3.tgz
	noextract = cross-zip-3.1.0.tgz
	noextract = crypto-browserify-3.12.0.tgz
	noextract = css-line-break-1.1.1.tgz
	noextract = csslint-1.0.5.tgz
	noextract = cuint-0.2.2.tgz
	noextract = currently-unhandled-0.4.1.tgz
	noextract = dash-ast-1.0.0.tgz
	noextract = dateformat-1.0.12.tgz
	noextract = date-now-0.1.4.tgz
	noextract = debug-2.6.9.tgz
	noextract = debug-3.2.6.tgz
	noextract = debug-4.2.0.tgz
	noextract = decamelize-1.2.0.tgz
	noextract = decode-uri-component-0.2.0.tgz
	noextract = decompress-response-3.3.0.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 = de-indent-1.0.2.tgz
	noextract = deps-sort-2.0.1.tgz
	noextract = des.js-1.0.1.tgz
	noextract = detective-5.2.0.tgz
	noextract = diffie-hellman-5.0.3.tgz
	noextract = diff-match-patch-1.0.5.tgz
	noextract = doctrine-3.0.0.tgz
	noextract = doctypes-1.1.0.tgz
	noextract = domain-browser-1.2.0.tgz
	noextract = domelementtype-1.3.1.tgz
	noextract = domelementtype-2.0.1.tgz
	noextract = domhandler-2.3.0.tgz
	noextract = dom-serializer-0.2.2.tgz
	noextract = domutils-1.5.1.tgz
	noextract = duplexer-0.1.1.tgz
	noextract = duplexer2-0.1.4.tgz
	noextract = duplexer3-0.1.4.tgz
	noextract = @electron#get-1.12.2.tgz
	noextract = electron-notarize-0.2.1.tgz
	noextract = electron-osx-sign-0.4.17.tgz
	noextract = electron-packager-14.2.1.tgz
	noextract = electron-to-chromium-1.3.478.tgz
	noextract = elliptic-6.5.3.tgz
	noextract = encoding-0.1.12.tgz
	noextract = end-of-stream-1.4.4.tgz
	noextract = entities-1.0.0.tgz
	noextract = entities-2.0.3.tgz
	noextract = envify-4.1.0.tgz
	noextract = env-paths-2.2.0.tgz
	noextract = error-ex-1.3.2.tgz
	noextract = escape-string-regexp-1.0.5.tgz
	noextract = escape-string-regexp-2.0.0.tgz
	noextract = esprima-4.0.1.tgz
	noextract = esutils-2.0.3.tgz
	noextract = eventemitter2-0.4.14.tgz
	noextract = events-2.1.0.tgz
	noextract = evp_bytestokey-1.0.3.tgz
	noextract = exit-0.1.2.tgz
	noextract = expand-brackets-2.1.4.tgz
	noextract = extend-shallow-2.0.1.tgz
	noextract = extend-shallow-3.0.2.tgz
	noextract = extglob-2.0.4.tgz
	noextract = falafel-2.1.0.tgz
	noextract = fast-safe-stringify-2.0.7.tgz
	noextract = figures-1.7.0.tgz
	noextract = file-sync-cmp-0.1.1.tgz
	noextract = fill-range-4.0.0.tgz
	noextract = find-up-1.1.2.tgz
	noextract = find-up-2.1.0.tgz
	noextract = find-up-3.0.0.tgz
	noextract = findup-sync-0.3.0.tgz
	noextract = flora-colossus-1.0.1.tgz
	noextract = foreach-2.0.5.tgz
	noextract = for-in-1.0.2.tgz
	noextract = @fortawesome#fontawesome-free-5.13.1.tgz
	noextract = fragment-cache-0.2.1.tgz
	noextract = fs-extra-4.0.3.tgz
	noextract = fs-extra-7.0.1.tgz
	noextract = fs-extra-8.1.0.tgz
	noextract = fs.realpath-1.0.0.tgz
	noextract = function-bind-1.1.1.tgz
	noextract = galactus-0.2.1.tgz
	noextract = gensync-1.0.0-beta.1.tgz
	noextract = get-assigned-identifiers-1.2.0.tgz
	noextract = getobject-0.1.0.tgz
	noextract = get-package-info-1.0.0.tgz
	noextract = get-stdin-4.0.1.tgz
	noextract = get-stream-4.1.0.tgz
	noextract = get-stream-5.1.0.tgz
	noextract = gettext-parser-0.2.0.tgz
	noextract = gettext-parser-1.1.0.tgz
	noextract = get-value-2.0.6.tgz
	noextract = glob-5.0.15.tgz
	noextract = glob-7.0.6.tgz
	noextract = glob-7.1.6.tgz
	noextract = globals-11.12.0.tgz
	noextract = glob-parent-3.1.0.tgz
	noextract = got-9.6.0.tgz
	noextract = graceful-fs-4.2.4.tgz
	noextract = grunt-1.1.0.tgz
	noextract = grunt-babel-8.0.0.tgz
	noextract = grunt-browserify-5.3.0.tgz
	noextract = grunt-cli-1.2.0.tgz
	noextract = grunt-contrib-clean-2.0.0.tgz
	noextract = grunt-contrib-copy-1.0.0.tgz
	noextract = grunt-contrib-csslint-2.0.0.tgz
	noextract = grunt-contrib-jshint-2.1.0.tgz
	noextract = grunt-contrib-uglify-4.0.1.tgz
	noextract = grunt-electron-11.0.0.tgz
	noextract = grunt-jsdoc-2.4.1.tgz
	noextract = grunt-known-options-1.1.1.tgz
	noextract = grunt-legacy-log-2.0.0.tgz
	noextract = grunt-legacy-log-utils-2.0.1.tgz
	noextract = grunt-legacy-util-1.1.1.tgz
	noextract = grunt-newer-1.3.0.tgz
	noextract = grunt-rsync-3.0.0.tgz
	noextract = gzip-size-3.0.0.tgz
	noextract = handlebars-4.7.6.tgz
	noextract = has-1.0.3.tgz
	noextract = has-ansi-2.0.0.tgz
	noextract = has-color-0.1.7.tgz
	noextract = has-flag-3.0.0.tgz
	noextract = hash-base-3.1.0.tgz
	noextract = hash.js-1.1.7.tgz
	noextract = hash-sum-1.0.2.tgz
	noextract = has-symbols-1.0.1.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 = he-1.2.0.tgz
	noextract = hmac-drbg-1.0.1.tgz
	noextract = hooker-0.2.3.tgz
	noextract = hosted-git-info-2.8.8.tgz
	noextract = html2canvas-1.0.0-rc.5.tgz
	noextract = htmlescape-1.1.1.tgz
	noextract = htmlparser2-3.8.3.tgz
	noextract = http-cache-semantics-4.1.0.tgz
	noextract = https-browserify-1.0.0.tgz
	noextract = iconv-lite-0.4.24.tgz
	noextract = ieee754-1.1.13.tgz
	noextract = indent-string-2.1.0.tgz
	noextract = inferno-7.4.2.tgz
	noextract = inferno-hyperscript-7.4.2.tgz
	noextract = inferno-shared-7.4.2.tgz
	noextract = inferno-vnode-flags-7.4.2.tgz
	noextract = inflight-1.0.6.tgz
	noextract = inherits-2.0.1.tgz
	noextract = inherits-2.0.3.tgz
	noextract = inherits-2.0.4.tgz
	noextract = inline-source-map-0.6.2.tgz
	noextract = insert-module-globals-7.2.0.tgz
	noextract = invariant-2.2.4.tgz
	noextract = is-accessor-descriptor-0.1.6.tgz
	noextract = is-accessor-descriptor-1.0.0.tgz
	noextract = isarray-0.0.1.tgz
	noextract = isarray-1.0.0.tgz
	noextract = is-arrayish-0.2.1.tgz
	noextract = isbinaryfile-3.0.3.tgz
	noextract = is-binary-path-1.0.1.tgz
	noextract = is-buffer-1.1.6.tgz
	noextract = is-data-descriptor-0.1.4.tgz
	noextract = is-data-descriptor-1.0.0.tgz
	noextract = is-descriptor-0.1.6.tgz
	noextract = is-descriptor-1.0.2.tgz
	noextract = isexe-2.0.0.tgz
	noextract = is-expression-3.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-finite-1.1.0.tgz
	noextract = is-glob-3.1.0.tgz
	noextract = is-glob-4.0.1.tgz
	noextract = is-number-3.0.0.tgz
	noextract = isobject-2.1.0.tgz
	noextract = isobject-3.0.1.tgz
	noextract = is-plain-object-2.0.4.tgz
	noextract = is-promise-2.2.2.tgz
	noextract = is-regex-1.1.0.tgz
	noextract = is-utf8-0.2.1.tgz
	noextract = is-windows-1.0.2.tgz
	noextract = jed-1.1.1.tgz
	noextract = js2xmlparser-4.0.1.tgz
	noextract = jsdoc-3.6.4.tgz
	noextract = jsesc-0.5.0.tgz
	noextract = jsesc-2.5.2.tgz
	noextract = jshint-2.10.3.tgz
	noextract = json5-2.1.3.tgz
	noextract = json-buffer-3.0.0.tgz
	noextract = jsonfile-4.0.0.tgz
	noextract = jsonify-0.0.0.tgz
	noextract = jsonparse-0.0.5.tgz
	noextract = jsonparse-1.3.1.tgz
	noextract = json-stable-stringify-0.0.1.tgz
	noextract = JSONStream-0.10.0.tgz
	noextract = JSONStream-1.3.5.tgz
	noextract = jspot-0.3.15.tgz
	noextract = js-stringify-1.0.2.tgz
	noextract = js-tokens-4.0.0.tgz
	noextract = jstransformer-1.0.0.tgz
	noextract = js-yaml-3.13.1.tgz
	noextract = junk-3.1.0.tgz
	noextract = keyv-3.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 = lazy-cache-1.0.4.tgz
	noextract = leven-3.1.0.tgz
	noextract = levenary-1.1.1.tgz
	noextract = linkify-it-2.2.0.tgz
	noextract = load-grunt-tasks-5.1.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 = locate-path-3.0.0.tgz
	noextract = lodash-4.17.15.tgz
	noextract = lodash.get-4.4.2.tgz
	noextract = lodash.isequal-4.5.0.tgz
	noextract = lodash.memoize-3.0.4.tgz
	noextract = longest-1.0.1.tgz
	noextract = loose-envify-1.4.0.tgz
	noextract = loud-rejection-1.6.0.tgz
	noextract = lowercase-keys-1.0.1.tgz
	noextract = lowercase-keys-2.0.0.tgz
	noextract = lru-cache-4.1.5.tgz
	noextract = map-cache-0.2.2.tgz
	noextract = map-obj-1.0.1.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-0.8.2.tgz
	noextract = maxmin-2.1.0.tgz
	noextract = md5.js-1.3.5.tgz
	noextract = mdurl-1.0.1.tgz
	noextract = meow-3.7.0.tgz
	noextract = micromatch-3.1.10.tgz
	noextract = miller-rabin-4.0.1.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 = module-deps-6.2.2.tgz
	noextract = moment-2.20.1.tgz
	noextract = ms-2.0.0.tgz
	noextract = ms-2.1.2.tgz
	noextract = multimatch-4.0.0.tgz
	noextract = nanomatch-1.2.13.tgz
	noextract = neo-async-2.6.1.tgz
	noextract = node-dir-0.1.17.tgz
	noextract = node-releases-1.1.58.tgz
	noextract = nomnom-1.6.2.tgz
	noextract = nomnom-1.8.1.tgz
	noextract = nopt-3.0.6.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.0.tgz
	noextract = number-is-nan-1.0.1.tgz
	noextract = nunjucks-3.2.1.tgz
	noextract = object.assign-4.1.0.tgz
	noextract = object-assign-4.1.1.tgz
	noextract = object-copy-0.1.0.tgz
	noextract = object-keys-1.1.1.tgz
	noextract = object.pick-1.3.0.tgz
	noextract = object-visit-1.0.1.tgz
	noextract = once-1.4.0.tgz
	noextract = opencollective-postinstall-2.0.3.tgz
	noextract = os-browserify-0.3.0.tgz
	noextract = outpipe-1.1.1.tgz
	noextract = pako-1.0.11.tgz
	noextract = parents-1.0.1.tgz
	noextract = parse-asn1-5.1.5.tgz
	noextract = parse-author-2.0.0.tgz
	noextract = parse-json-2.2.0.tgz
	noextract = parserlib-1.1.1.tgz
	noextract = pascalcase-0.1.1.tgz
	noextract = path-browserify-0.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.6.tgz
	noextract = path-platform-0.11.15.tgz
	noextract = path-type-1.1.0.tgz
	noextract = path-type-2.0.0.tgz
	noextract = pbkdf2-3.1.1.tgz
	noextract = p-cancelable-1.1.0.tgz
	noextract = pify-2.3.0.tgz
	noextract = pinkie-2.0.4.tgz
	noextract = pinkie-promise-2.0.1.tgz
	noextract = pkg-up-2.0.0.tgz
	noextract = pkg-up-3.1.0.tgz
	noextract = p-limit-1.3.0.tgz
	noextract = p-limit-2.3.0.tgz
	noextract = plist-3.0.1.tgz
	noextract = p-locate-2.0.0.tgz
	noextract = p-locate-3.0.0.tgz
	noextract = po2json-0.4.5.tgz
	noextract = posix-character-classes-0.1.1.tgz
	noextract = prepend-http-2.0.0.tgz
	noextract = pretty-bytes-3.0.1.tgz
	noextract = private-0.1.8.tgz
	noextract = process-0.11.10.tgz
	noextract = process-nextick-args-2.0.1.tgz
	noextract = progress-2.0.3.tgz
	noextract = promise-7.3.1.tgz
	noextract = prop-types-15.7.2.tgz
	noextract = pseudomap-1.0.2.tgz
	noextract = p-try-1.0.0.tgz
	noextract = p-try-2.2.0.tgz
	noextract = public-encrypt-4.0.3.tgz
	noextract = pug-2.0.4.tgz
	noextract = pug-attrs-2.0.4.tgz
	noextract = pug-code-gen-2.0.2.tgz
	noextract = pug-error-1.3.3.tgz
	noextract = pug-filters-3.1.1.tgz
	noextract = pug-lexer-4.1.0.tgz
	noextract = pug-linker-3.0.6.tgz
	noextract = pug-load-2.0.12.tgz
	noextract = pug-parser-5.0.1.tgz
	noextract = pug-runtime-2.0.5.tgz
	noextract = pug-strip-comments-1.0.4.tgz
	noextract = pug-walk-1.1.8.tgz
	noextract = pump-3.0.0.tgz
	noextract = punycode-1.3.2.tgz
	noextract = punycode-1.4.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-2.2.0.tgz
	noextract = react-ace-6.6.0.tgz
	noextract = react-docgen-4.1.1.tgz
	noextract = react-frame-component-4.1.2.tgz
	noextract = react-is-16.13.1.tgz
	noextract = readable-stream-1.1.14.tgz
	noextract = readable-stream-2.3.7.tgz
	noextract = readable-stream-3.6.0.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 = recast-0.17.6.tgz
	noextract = redent-1.0.0.tgz
	noextract = regenerate-1.4.1.tgz
	noextract = regenerate-unicode-properties-8.2.0.tgz
	noextract = regenerator-runtime-0.11.1.tgz
	noextract = regenerator-runtime-0.13.5.tgz
	noextract = regenerator-transform-0.14.4.tgz
	noextract = regex-not-1.0.2.tgz
	noextract = regexpu-core-4.7.0.tgz
	noextract = regjsgen-0.5.2.tgz
	noextract = regjsparser-0.6.4.tgz
	noextract = remove-trailing-separator-1.1.0.tgz
	noextract = repeat-element-1.1.3.tgz
	noextract = repeating-2.0.1.tgz
	noextract = repeat-string-1.6.1.tgz
	noextract = requizzle-0.2.3.tgz
	noextract = resolve-1.17.0.tgz
	noextract = resolve-1.1.7.tgz
	noextract = resolve-from-5.0.0.tgz
	noextract = resolve-pkg-2.0.0.tgz
	noextract = resolve-url-0.2.1.tgz
	noextract = responselike-1.0.2.tgz
	noextract = ret-0.1.15.tgz
	noextract = right-align-0.1.3.tgz
	noextract = rimraf-2.6.3.tgz
	noextract = rimraf-2.7.1.tgz
	noextract = rimraf-3.0.2.tgz
	noextract = ripemd160-2.0.2.tgz
	noextract = rsyncwrapper-3.0.1.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-filename-1.6.3.tgz
	noextract = screenfull-4.2.1.tgz
	noextract = semver-5.7.1.tgz
	noextract = semver-6.3.0.tgz
	noextract = semver-7.0.0.tgz
	noextract = set-value-2.0.1.tgz
	noextract = sha.js-2.4.11.tgz
	noextract = shasum-1.0.2.tgz
	noextract = shasum-object-1.0.0.tgz
	noextract = shebang-command-2.0.0.tgz
	noextract = shebang-regex-3.0.0.tgz
	noextract = shelljs-0.3.0.tgz
	noextract = shell-quote-1.7.2.tgz
	noextract = signal-exit-3.0.3.tgz
	noextract = simple-concat-1.0.0.tgz
	noextract = @sindresorhus#is-0.14.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.0.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.5.tgz
	noextract = split-string-3.1.0.tgz
	noextract = sprintf-js-1.0.3.tgz
	noextract = sprintf-js-1.1.2.tgz
	noextract = static-extend-0.1.2.tgz
	noextract = stream-browserify-2.0.2.tgz
	noextract = stream-combiner2-1.1.1.tgz
	noextract = stream-http-3.1.1.tgz
	noextract = stream-splicer-2.0.1.tgz
	noextract = string_decoder-0.10.31.tgz
	noextract = string_decoder-1.1.1.tgz
	noextract = string_decoder-1.3.0.tgz
	noextract = strip-ansi-0.1.1.tgz
	noextract = strip-ansi-3.0.1.tgz
	noextract = strip-bom-2.0.0.tgz
	noextract = strip-bom-3.0.0.tgz
	noextract = strip-indent-1.0.1.tgz
	noextract = strip-json-comments-1.0.4.tgz
	noextract = strip-json-comments-2.0.1.tgz
	noextract = strip-json-comments-3.1.0.tgz
	noextract = subarg-1.0.0.tgz
	noextract = sumchecker-3.0.1.tgz
	noextract = supports-color-2.0.0.tgz
	noextract = supports-color-5.5.0.tgz
	noextract = syntax-error-1.4.0.tgz
	noextract = @szmarczak#http-timer-1.1.2.tgz
	noextract = taffydb-2.6.2.tgz
	noextract = through2-2.0.5.tgz
	noextract = through-2.3.8.tgz
	noextract = timers-browserify-1.4.2.tgz
	noextract = tmp-0.1.0.tgz
	noextract = tmp-promise-1.1.0.tgz
	noextract = to-fast-properties-1.0.3.tgz
	noextract = to-fast-properties-2.0.0.tgz
	noextract = token-stream-0.0.1.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 = trim-newlines-1.0.0.tgz
	noextract = truncate-utf8-bytes-1.0.2.tgz
	noextract = ts-map-1.0.3.tgz
	noextract = tty-browserify-0.0.1.tgz
	noextract = typedarray-0.0.6.tgz
	noextract = @types#babel-types-7.0.7.tgz
	noextract = @types#babylon-6.16.5.tgz
	noextract = typescript-3.9.5.tgz
	noextract = @types#minimatch-3.0.3.tgz
	noextract = uc.micro-1.0.6.tgz
	noextract = uglify-js-2.8.29.tgz
	noextract = uglify-js-3.9.4.tgz
	noextract = umd-3.0.3.tgz
	noextract = undeclared-identifiers-1.1.3.tgz
	noextract = underscore-1.10.2.tgz
	noextract = underscore-1.4.4.tgz
	noextract = underscore-1.6.0.tgz
	noextract = underscore.string-3.3.5.tgz
	noextract = unicode-canonical-property-names-ecmascript-1.0.4.tgz
	noextract = unicode-match-property-ecmascript-1.0.4.tgz
	noextract = unicode-match-property-value-ecmascript-1.2.0.tgz
	noextract = unicode-property-aliases-ecmascript-1.1.0.tgz
	noextract = union-value-1.0.1.tgz
	noextract = universalify-0.1.2.tgz
	noextract = unset-value-1.0.0.tgz
	noextract = upath-1.2.0.tgz
	noextract = uri-path-1.0.0.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 = utf8-byte-length-1.0.4.tgz
	noextract = util-0.10.3.tgz
	noextract = util-0.10.4.tgz
	noextract = util-deprecate-1.0.2.tgz
	noextract = validate-npm-package-license-3.0.4.tgz
	noextract = vm-browserify-1.1.2.tgz
	noextract = void-elements-2.0.1.tgz
	noextract = vue2-ace-editor-0.0.13.tgz
	noextract = vue-docgen-api-3.26.0.tgz
	noextract = vue-template-compiler-2.6.11.tgz
	noextract = watchify-3.11.1.tgz
	noextract = which-1.3.1.tgz
	noextract = which-2.0.2.tgz
	noextract = window-size-0.1.0.tgz
	noextract = with-5.1.1.tgz
	noextract = wordwrap-0.0.2.tgz
	noextract = wordwrap-1.0.0.tgz
	noextract = wrappy-1.0.2.tgz
	noextract = xmlbuilder-9.0.7.tgz
	noextract = xmlcreate-2.0.3.tgz
	noextract = xmldom-0.1.31.tgz
	noextract = xtend-4.0.2.tgz
	noextract = yallist-2.1.2.tgz
	noextract = yargs-3.10.0.tgz
	noextract = yargs-parser-16.1.0.tgz
	options = !strip
	source = https://github.com/senshu/Sozi/archive/v20.05.tar.gz
	source = https://github.com/electron/electron/releases/download/v6.1.4/SHASUMS256.txt
	source = sozi-package-json.patch
	source = texts2paths.patch
	source = grunt-install-dependencies-senshu.zip::https://github.com/senshu/grunt-install-dependencies/archive/023dde34d575ab86f4d8a358e19f1bf62d0cf999.zip
	source = grunt-jspot-senshu.zip::https://github.com/senshu/grunt-jspot/archive/e45347c3f8a82050e6a50c25abc0126ce8a1a963.zip
	source = grunt-po2json-rockykitamura.zip::https://github.com/rockykitamura/grunt-po2json/archive/84ff43ab2405911d430c183f808ee63533789e70.zip
	source = grunt-rename-senshu.zip::https://github.com/senshu/grunt-rename/archive/4553778be9d4d89f7a3df2a011eec2e86d0af5e0.zip
	source = https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz
	source = https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz
	source = https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz
	source = https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz
	source = https://registry.npmjs.org/acorn/-/acorn-7.3.1.tgz
	source = https://registry.npmjs.org/acorn-globals/-/acorn-globals-3.1.0.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/align-text/-/align-text-0.1.4.tgz
	source = https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz
	source = https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz
	source = https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz
	source = https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz
	source = https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz
	source = https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz
	source = https://registry.npmjs.org/array-differ/-/array-differ-3.0.0.tgz
	source = https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz
	source = https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz
	source = https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz
	source = https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz
	source = https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz
	source = https://registry.npmjs.org/arrify/-/arrify-2.0.1.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-2.1.0.tgz
	source = https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.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/ast-types/-/ast-types-0.12.4.tgz
	source = https://registry.npmjs.org/async/-/async-1.5.2.tgz
	source = https://registry.npmjs.org/async/-/async-2.6.3.tgz
	source = https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz
	source = https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.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 = @babel#code-frame-7.10.1.tgz::https://registry.npmjs.org/@babel%2fcode-frame/-/code-frame-7.10.1.tgz
	source = @babel#compat-data-7.10.1.tgz::https://registry.npmjs.org/@babel%2fcompat-data/-/compat-data-7.10.1.tgz
	source = @babel#core-7.10.2.tgz::https://registry.npmjs.org/@babel%2fcore/-/core-7.10.2.tgz
	source = @babel#generator-7.10.2.tgz::https://registry.npmjs.org/@babel%2fgenerator/-/generator-7.10.2.tgz
	source = @babel#helper-annotate-as-pure-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz
	source = @babel#helper-builder-binary-assignment-operator-visitor-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.1.tgz
	source = @babel#helper-compilation-targets-7.10.2.tgz::https://registry.npmjs.org/@babel%2fhelper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz
	source = @babel#helper-create-class-features-plugin-7.10.2.tgz::https://registry.npmjs.org/@babel%2fhelper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz
	source = @babel#helper-create-regexp-features-plugin-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz
	source = @babel#helper-define-map-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-define-map/-/helper-define-map-7.10.1.tgz
	source = @babel#helper-explode-assignable-expression-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz
	source = @babel#helper-function-name-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-function-name/-/helper-function-name-7.10.1.tgz
	source = @babel#helper-get-function-arity-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz
	source = @babel#helper-hoist-variables-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz
	source = @babel#helper-member-expression-to-functions-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz
	source = @babel#helper-module-imports-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-module-imports/-/helper-module-imports-7.10.1.tgz
	source = @babel#helper-module-transforms-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-module-transforms/-/helper-module-transforms-7.10.1.tgz
	source = @babel#helper-optimise-call-expression-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz
	source = @babel#helper-plugin-utils-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz
	source = @babel#helper-regex-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-regex/-/helper-regex-7.10.1.tgz
	source = @babel#helper-remap-async-to-generator-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.1.tgz
	source = @babel#helper-replace-supers-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-replace-supers/-/helper-replace-supers-7.10.1.tgz
	source = @babel#helpers-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelpers/-/helpers-7.10.1.tgz
	source = @babel#helper-simple-access-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-simple-access/-/helper-simple-access-7.10.1.tgz
	source = @babel#helper-split-export-declaration-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz
	source = @babel#helper-validator-identifier-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz
	source = @babel#helper-wrap-function-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhelper-wrap-function/-/helper-wrap-function-7.10.1.tgz
	source = @babel#highlight-7.10.1.tgz::https://registry.npmjs.org/@babel%2fhighlight/-/highlight-7.10.1.tgz
	source = @babel#parser-7.10.2.tgz::https://registry.npmjs.org/@babel%2fparser/-/parser-7.10.2.tgz
	source = https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz
	source = @babel#plugin-proposal-async-generator-functions-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz
	source = @babel#plugin-proposal-class-properties-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz
	source = @babel#plugin-proposal-dynamic-import-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.1.tgz
	source = @babel#plugin-proposal-json-strings-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz
	source = @babel#plugin-proposal-nullish-coalescing-operator-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz
	source = @babel#plugin-proposal-numeric-separator-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.1.tgz
	source = @babel#plugin-proposal-object-rest-spread-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz
	source = @babel#plugin-proposal-optional-catch-binding-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.1.tgz
	source = @babel#plugin-proposal-optional-chaining-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz
	source = @babel#plugin-proposal-private-methods-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.1.tgz
	source = @babel#plugin-proposal-unicode-property-regex-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.1.tgz
	source = @babel#plugin-syntax-async-generators-7.8.4.tgz::https://registry.npmjs.org/@babel%2fplugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz
	source = @babel#plugin-syntax-class-properties-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz
	source = @babel#plugin-syntax-dynamic-import-7.8.3.tgz::https://registry.npmjs.org/@babel%2fplugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz
	source = @babel#plugin-syntax-json-strings-7.8.3.tgz::https://registry.npmjs.org/@babel%2fplugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz
	source = @babel#plugin-syntax-nullish-coalescing-operator-7.8.3.tgz::https://registry.npmjs.org/@babel%2fplugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz
	source = @babel#plugin-syntax-numeric-separator-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz
	source = @babel#plugin-syntax-object-rest-spread-7.8.3.tgz::https://registry.npmjs.org/@babel%2fplugin-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%2fplugin-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%2fplugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz
	source = @babel#plugin-syntax-top-level-await-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.1.tgz
	source = @babel#plugin-transform-arrow-functions-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.1.tgz
	source = @babel#plugin-transform-async-to-generator-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.1.tgz
	source = @babel#plugin-transform-block-scoped-functions-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.1.tgz
	source = @babel#plugin-transform-block-scoping-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.1.tgz
	source = @babel#plugin-transform-classes-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-classes/-/plugin-transform-classes-7.10.1.tgz
	source = @babel#plugin-transform-computed-properties-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.1.tgz
	source = @babel#plugin-transform-destructuring-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-destructuring/-/plugin-transform-destructuring-7.10.1.tgz
	source = @babel#plugin-transform-dotall-regex-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.1.tgz
	source = @babel#plugin-transform-duplicate-keys-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.1.tgz
	source = @babel#plugin-transform-exponentiation-operator-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.1.tgz
	source = @babel#plugin-transform-for-of-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-for-of/-/plugin-transform-for-of-7.10.1.tgz
	source = @babel#plugin-transform-function-name-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-function-name/-/plugin-transform-function-name-7.10.1.tgz
	source = @babel#plugin-transform-literals-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-literals/-/plugin-transform-literals-7.10.1.tgz
	source = @babel#plugin-transform-member-expression-literals-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.1.tgz
	source = @babel#plugin-transform-modules-amd-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.1.tgz
	source = @babel#plugin-transform-modules-commonjs-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.1.tgz
	source = @babel#plugin-transform-modules-systemjs-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.1.tgz
	source = @babel#plugin-transform-modules-umd-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.1.tgz
	source = @babel#plugin-transform-named-capturing-groups-regex-7.8.3.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz
	source = @babel#plugin-transform-new-target-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-new-target/-/plugin-transform-new-target-7.10.1.tgz
	source = @babel#plugin-transform-object-super-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-object-super/-/plugin-transform-object-super-7.10.1.tgz
	source = @babel#plugin-transform-parameters-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-parameters/-/plugin-transform-parameters-7.10.1.tgz
	source = @babel#plugin-transform-property-literals-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-property-literals/-/plugin-transform-property-literals-7.10.1.tgz
	source = @babel#plugin-transform-regenerator-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-regenerator/-/plugin-transform-regenerator-7.10.1.tgz
	source = @babel#plugin-transform-reserved-words-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.1.tgz
	source = @babel#plugin-transform-shorthand-properties-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.1.tgz
	source = @babel#plugin-transform-spread-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-spread/-/plugin-transform-spread-7.10.1.tgz
	source = @babel#plugin-transform-sticky-regex-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.1.tgz
	source = @babel#plugin-transform-template-literals-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-template-literals/-/plugin-transform-template-literals-7.10.1.tgz
	source = @babel#plugin-transform-typeof-symbol-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.1.tgz
	source = @babel#plugin-transform-unicode-escapes-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.1.tgz
	source = @babel#plugin-transform-unicode-regex-7.10.1.tgz::https://registry.npmjs.org/@babel%2fplugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.1.tgz
	source = @babel#polyfill-7.10.1.tgz::https://registry.npmjs.org/@babel%2fpolyfill/-/polyfill-7.10.1.tgz
	source = @babel#preset-env-7.10.2.tgz::https://registry.npmjs.org/@babel%2fpreset-env/-/preset-env-7.10.2.tgz
	source = @babel#preset-modules-0.1.3.tgz::https://registry.npmjs.org/@babel%2fpreset-modules/-/preset-modules-0.1.3.tgz
	source = https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz
	source = @babel#runtime-7.10.2.tgz::https://registry.npmjs.org/@babel%2fruntime/-/runtime-7.10.2.tgz
	source = @babel#template-7.10.1.tgz::https://registry.npmjs.org/@babel%2ftemplate/-/template-7.10.1.tgz
	source = @babel#traverse-7.10.1.tgz::https://registry.npmjs.org/@babel%2ftraverse/-/traverse-7.10.1.tgz
	source = https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz
	source = @babel#types-7.10.2.tgz::https://registry.npmjs.org/@babel%2ftypes/-/types-7.10.2.tgz
	source = https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz
	source = https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz
	source = https://registry.npmjs.org/base/-/base-0.11.2.tgz
	source = https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.2.0.tgz
	source = https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz
	source = https://registry.npmjs.org/better-docs/-/better-docs-1.4.13.tgz
	source = https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz
	source = https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz
	source = https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz
	source = https://registry.npmjs.org/bn.js/-/bn.js-5.1.2.tgz
	source = https://registry.npmjs.org/brace/-/brace-0.11.1.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-16.5.1.tgz
	source = https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz
	source = https://registry.npmjs.org/browserify-cache-api/-/browserify-cache-api-3.0.1.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-incremental/-/browserify-incremental-3.1.1.tgz
	source = https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz
	source = https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.0.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-1.11.3.tgz
	source = https://registry.npmjs.org/browserslist/-/browserslist-4.12.0.tgz
	source = https://registry.npmjs.org/buffer/-/buffer-5.2.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-fill/-/buffer-fill-1.0.0.tgz
	source = https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.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/camelcase/-/camelcase-1.2.1.tgz
	source = https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz
	source = https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz
	source = https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz
	source = https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001084.tgz
	source = https://registry.npmjs.org/catharsis/-/catharsis-0.8.11.tgz
	source = https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz
	source = https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
	source = https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz
	source = https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz
	source = https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.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/clean-css/-/clean-css-4.2.3.tgz
	source = https://registry.npmjs.org/cli/-/cli-1.0.1.tgz
	source = https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz
	source = https://registry.npmjs.org/clone/-/clone-2.1.2.tgz
	source = https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz
	source = https://registry.npmjs.org/coffeescript/-/coffeescript-1.10.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-name/-/color-name-1.1.3.tgz
	source = https://registry.npmjs.org/colors/-/colors-0.5.1.tgz
	source = https://registry.npmjs.org/colors/-/colors-1.1.2.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-3.0.2.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/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.1.0.tgz
	source = https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz
	source = https://registry.npmjs.org/constantinople/-/constantinople-3.1.2.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.7.0.tgz
	source = https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz
	source = https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz
	source = https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz
	source = https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.5.tgz
	source = https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
	source = https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.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-zip/-/cross-zip-3.1.0.tgz
	source = https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz
	source = https://registry.npmjs.org/css-line-break/-/css-line-break-1.1.1.tgz
	source = https://registry.npmjs.org/csslint/-/csslint-1.0.5.tgz
	source = https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz
	source = https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz
	source = https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz
	source = https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz
	source = https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz
	source = https://registry.npmjs.org/debug/-/debug-2.6.9.tgz
	source = https://registry.npmjs.org/debug/-/debug-3.2.6.tgz
	source = https://registry.npmjs.org/debug/-/debug-4.2.0.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/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/de-indent/-/de-indent-1.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/detective/-/detective-5.2.0.tgz
	source = https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz
	source = https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz
	source = https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz
	source = https://registry.npmjs.org/doctypes/-/doctypes-1.1.0.tgz
	source = https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz
	source = https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz
	source = https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz
	source = https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz
	source = https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz
	source = https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz
	source = https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz
	source = https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz
	source = https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz
	source = @electron#get-1.12.2.tgz::https://registry.npmjs.org/@electron%2fget/-/get-1.12.2.tgz
	source = https://registry.npmjs.org/electron-notarize/-/electron-notarize-0.2.1.tgz
	source = https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.4.17.tgz
	source = https://registry.npmjs.org/electron-packager/-/electron-packager-14.2.1.tgz
	source = https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.478.tgz
	source = https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz
	source = https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz
	source = https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz
	source = https://registry.npmjs.org/entities/-/entities-1.0.0.tgz
	source = https://registry.npmjs.org/entities/-/entities-2.0.3.tgz
	source = https://registry.npmjs.org/envify/-/envify-4.1.0.tgz
	source = https://registry.npmjs.org/env-paths/-/env-paths-2.2.0.tgz
	source = https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.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/esprima/-/esprima-4.0.1.tgz
	source = https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz
	source = https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz
	source = https://registry.npmjs.org/events/-/events-2.1.0.tgz
	source = https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz
	source = https://registry.npmjs.org/exit/-/exit-0.1.2.tgz
	source = https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.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/falafel/-/falafel-2.1.0.tgz
	source = https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz
	source = https://registry.npmjs.org/figures/-/figures-1.7.0.tgz
	source = https://registry.npmjs.org/file-sync-cmp/-/file-sync-cmp-0.1.1.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/find-up/-/find-up-3.0.0.tgz
	source = https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz
	source = https://registry.npmjs.org/flora-colossus/-/flora-colossus-1.0.1.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 = @fortawesome#fontawesome-free-5.13.1.tgz::https://registry.npmjs.org/@fortawesome%2ffontawesome-free/-/fontawesome-free-5.13.1.tgz
	source = https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.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.realpath/-/fs.realpath-1.0.0.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.1.tgz
	source = https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz
	source = https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz
	source = https://registry.npmjs.org/get-package-info/-/get-package-info-1.0.0.tgz
	source = https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz
	source = https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz
	source = https://registry.npmjs.org/get-stream/-/get-stream-5.1.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/get-value/-/get-value-2.0.6.tgz
	source = https://registry.npmjs.org/glob/-/glob-5.0.15.tgz
	source = https://registry.npmjs.org/glob/-/glob-7.0.6.tgz
	source = https://registry.npmjs.org/glob/-/glob-7.1.6.tgz
	source = https://registry.npmjs.org/globals/-/globals-11.12.0.tgz
	source = https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz
	source = https://registry.npmjs.org/got/-/got-9.6.0.tgz
	source = https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz
	source = https://registry.npmjs.org/grunt/-/grunt-1.1.0.tgz
	source = https://registry.npmjs.org/grunt-babel/-/grunt-babel-8.0.0.tgz
	source = https://registry.npmjs.org/grunt-browserify/-/grunt-browserify-5.3.0.tgz
	source = https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz
	source = https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-2.0.0.tgz
	source = https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-1.0.0.tgz
	source = https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-2.0.0.tgz
	source = https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-2.1.0.tgz
	source = https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-4.0.1.tgz
	source = https://registry.npmjs.org/grunt-electron/-/grunt-electron-11.0.0.tgz
	source = https://registry.npmjs.org/grunt-jsdoc/-/grunt-jsdoc-2.4.1.tgz
	source = https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.1.tgz
	source = https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-2.0.0.tgz
	source = https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.0.1.tgz
	source = https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.1.1.tgz
	source = https://registry.npmjs.org/grunt-newer/-/grunt-newer-1.3.0.tgz
	source = https://registry.npmjs.org/grunt-rsync/-/grunt-rsync-3.0.0.tgz
	source = https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz
	source = https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz
	source = https://registry.npmjs.org/has/-/has-1.0.3.tgz
	source = https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.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/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/hash-sum/-/hash-sum-1.0.2.tgz
	source = https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.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/he/-/he-1.2.0.tgz
	source = https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz
	source = https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz
	source = https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz
	source = https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-rc.5.tgz
	source = https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz
	source = https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.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 = https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz
	source = https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz
	source = https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz
	source = https://registry.npmjs.org/inferno/-/inferno-7.4.2.tgz
	source = https://registry.npmjs.org/inferno-hyperscript/-/inferno-hyperscript-7.4.2.tgz
	source = https://registry.npmjs.org/inferno-shared/-/inferno-shared-7.4.2.tgz
	source = https://registry.npmjs.org/inferno-vnode-flags/-/inferno-vnode-flags-7.4.2.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.3.tgz
	source = https://registry.npmjs.org/inherits/-/inherits-2.0.4.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.0.tgz
	source = https://registry.npmjs.org/invariant/-/invariant-2.2.4.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/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/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-buffer/-/is-buffer-1.1.6.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-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/isexe/-/isexe-2.0.0.tgz
	source = https://registry.npmjs.org/is-expression/-/is-expression-3.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-finite/-/is-finite-1.1.0.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.1.tgz
	source = https://registry.npmjs.org/is-number/-/is-number-3.0.0.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-promise/-/is-promise-2.2.2.tgz
	source = https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz
	source = https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz
	source = https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.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.4.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/jshint/-/jshint-2.10.3.tgz
	source = https://registry.npmjs.org/json5/-/json5-2.1.3.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/jsonify/-/jsonify-0.0.0.tgz
	source = https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz
	source = https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz
	source = https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz
	source = https://registry.npmjs.org/JSONStream/-/JSONStream-0.10.0.tgz
	source = https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz
	source = https://registry.npmjs.org/jspot/-/jspot-0.3.15.tgz
	source = https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz
	source = https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz
	source = https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz
	source = https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz
	source = https://registry.npmjs.org/junk/-/junk-3.1.0.tgz
	source = https://registry.npmjs.org/keyv/-/keyv-3.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/lazy-cache/-/lazy-cache-1.0.4.tgz
	source = https://registry.npmjs.org/leven/-/leven-3.1.0.tgz
	source = https://registry.npmjs.org/levenary/-/levenary-1.1.1.tgz
	source = https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz
	source = https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-5.1.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/locate-path/-/locate-path-3.0.0.tgz
	source = https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz
	source = https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz
	source = https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz
	source = https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz
	source = https://registry.npmjs.org/longest/-/longest-1.0.1.tgz
	source = https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz
	source = https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.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-4.1.5.tgz
	source = https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz
	source = https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.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-0.8.2.tgz
	source = https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz
	source = https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz
	source = https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz
	source = https://registry.npmjs.org/meow/-/meow-3.7.0.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-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/module-deps/-/module-deps-6.2.2.tgz
	source = https://registry.npmjs.org/moment/-/moment-2.20.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/multimatch/-/multimatch-4.0.0.tgz
	source = https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz
	source = https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz
	source = https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz
	source = https://registry.npmjs.org/node-releases/-/node-releases-1.1.58.tgz
	source = https://registry.npmjs.org/nomnom/-/nomnom-1.6.2.tgz
	source = https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz
	source = https://registry.npmjs.org/nopt/-/nopt-3.0.6.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.0.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.1.tgz
	source = https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz
	source = https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz
	source = https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz
	source = https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz
	source = https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz
	source = https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz
	source = https://registry.npmjs.org/once/-/once-1.4.0.tgz
	source = https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz
	source = https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz
	source = https://registry.npmjs.org/outpipe/-/outpipe-1.1.1.tgz
	source = https://registry.npmjs.org/pako/-/pako-1.0.11.tgz
	source = https://registry.npmjs.org/parents/-/parents-1.0.1.tgz
	source = https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz
	source = https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz
	source = https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz
	source = https://registry.npmjs.org/parserlib/-/parserlib-1.1.1.tgz
	source = https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz
	source = https://registry.npmjs.org/path-browserify/-/path-browserify-0.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.6.tgz
	source = https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.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.1.tgz
	source = https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.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/pkg-up/-/pkg-up-2.0.0.tgz
	source = https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz
	source = https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz
	source = https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz
	source = https://registry.npmjs.org/plist/-/plist-3.0.1.tgz
	source = https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz
	source = https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.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/prepend-http/-/prepend-http-2.0.0.tgz
	source = https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz
	source = https://registry.npmjs.org/private/-/private-0.1.8.tgz
	source = https://registry.npmjs.org/process/-/process-0.11.10.tgz
	source = https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz
	source = https://registry.npmjs.org/progress/-/progress-2.0.3.tgz
	source = https://registry.npmjs.org/promise/-/promise-7.3.1.tgz
	source = https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz
	source = https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz
	source = https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz
	source = https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz
	source = https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz
	source = https://registry.npmjs.org/pug/-/pug-2.0.4.tgz
	source = https://registry.npmjs.org/pug-attrs/-/pug-attrs-2.0.4.tgz
	source = https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-2.0.2.tgz
	source = https://registry.npmjs.org/pug-error/-/pug-error-1.3.3.tgz
	source = https://registry.npmjs.org/pug-filters/-/pug-filters-3.1.1.tgz
	source = https://registry.npmjs.org/pug-lexer/-/pug-lexer-4.1.0.tgz
	source = https://registry.npmjs.org/pug-linker/-/pug-linker-3.0.6.tgz
	source = https://registry.npmjs.org/pug-load/-/pug-load-2.0.12.tgz
	source = https://registry.npmjs.org/pug-parser/-/pug-parser-5.0.1.tgz
	source = https://registry.npmjs.org/pug-runtime/-/pug-runtime-2.0.5.tgz
	source = https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-1.0.4.tgz
	source = https://registry.npmjs.org/pug-walk/-/pug-walk-1.1.8.tgz
	source = https://registry.npmjs.org/pump/-/pump-3.0.0.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/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-2.2.0.tgz
	source = https://registry.npmjs.org/react-ace/-/react-ace-6.6.0.tgz
	source = https://registry.npmjs.org/react-docgen/-/react-docgen-4.1.1.tgz
	source = https://registry.npmjs.org/react-frame-component/-/react-frame-component-4.1.2.tgz
	source = https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz
	source = https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.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/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/recast/-/recast-0.17.6.tgz
	source = https://registry.npmjs.org/redent/-/redent-1.0.0.tgz
	source = https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz
	source = https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz
	source = https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz
	source = https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz
	source = https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.4.tgz
	source = https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz
	source = https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.0.tgz
	source = https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz
	source = https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.4.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.3.tgz
	source = https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz
	source = https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz
	source = https://registry.npmjs.org/requizzle/-/requizzle-0.2.3.tgz
	source = https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz
	source = https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz
	source = https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz
	source = https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-2.0.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/ret/-/ret-0.1.15.tgz
	source = https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz
	source = https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.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/rsyncwrapper/-/rsyncwrapper-3.0.1.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-filename/-/sanitize-filename-1.6.3.tgz
	source = https://registry.npmjs.org/screenfull/-/screenfull-4.2.1.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/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/-/shasum-1.0.2.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/shelljs/-/shelljs-0.3.0.tgz
	source = https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz
	source = https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz
	source = https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz
	source = @sindresorhus#is-0.14.0.tgz::https://registry.npmjs.org/@sindresorhus%2fis/-/is-0.14.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.0.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.5.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/sprintf-js/-/sprintf-js-1.1.2.tgz
	source = https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz
	source = https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz
	source = https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz
	source = https://registry.npmjs.org/stream-http/-/stream-http-3.1.1.tgz
	source = https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.1.tgz
	source = https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.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/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-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-indent/-/strip-indent-1.0.1.tgz
	source = https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz
	source = https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz
	source = https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.0.tgz
	source = https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz
	source = https://registry.npmjs.org/sumchecker/-/sumchecker-3.0.1.tgz
	source = https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
	source = https://registry.npmjs.org/supports-color/-/supports-color-5.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%2fhttp-timer/-/http-timer-1.1.2.tgz
	source = https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz
	source = https://registry.npmjs.org/through2/-/through2-2.0.5.tgz
	source = https://registry.npmjs.org/through/-/through-2.3.8.tgz
	source = https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz
	source = https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz
	source = https://registry.npmjs.org/tmp-promise/-/tmp-promise-1.1.0.tgz
	source = https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz
	source = https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz
	source = https://registry.npmjs.org/token-stream/-/token-stream-0.0.1.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/trim-newlines/-/trim-newlines-1.0.0.tgz
	source = https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz
	source = https://registry.npmjs.org/ts-map/-/ts-map-1.0.3.tgz
	source = https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz
	source = https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
	source = @types#babel-types-7.0.7.tgz::https://registry.npmjs.org/@types%2fbabel-types/-/babel-types-7.0.7.tgz
	source = @types#babylon-6.16.5.tgz::https://registry.npmjs.org/@types%2fbabylon/-/babylon-6.16.5.tgz
	source = https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz
	source = @types#minimatch-3.0.3.tgz::https://registry.npmjs.org/@types%2fminimatch/-/minimatch-3.0.3.tgz
	source = https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz
	source = https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz
	source = https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.4.tgz
	source = https://registry.npmjs.org/umd/-/umd-3.0.3.tgz
	source = https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz
	source = https://registry.npmjs.org/underscore/-/underscore-1.10.2.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/underscore.string/-/underscore.string-3.3.5.tgz
	source = https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz
	source = https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz
	source = https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz
	source = https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz
	source = https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz
	source = https://registry.npmjs.org/universalify/-/universalify-0.1.2.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-path/-/uri-path-1.0.0.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/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz
	source = https://registry.npmjs.org/util/-/util-0.10.3.tgz
	source = https://registry.npmjs.org/util/-/util-0.10.4.tgz
	source = https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
	source = https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz
	source = https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz
	source = https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz
	source = https://registry.npmjs.org/vue2-ace-editor/-/vue2-ace-editor-0.0.13.tgz
	source = https://registry.npmjs.org/vue-docgen-api/-/vue-docgen-api-3.26.0.tgz
	source = https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz
	source = https://registry.npmjs.org/watchify/-/watchify-3.11.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/window-size/-/window-size-0.1.0.tgz
	source = https://registry.npmjs.org/with/-/with-5.1.1.tgz
	source = https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
	source = https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz
	source = https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.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/xmldom/-/xmldom-0.1.31.tgz
	source = https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz
	source = https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz
	source = https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz
	source = https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz
	sha1sums = 8743018f80728f32c881be510427a7cf4a6e4b59
	sha1sums = e5dd02985e7bd24da4bc7e712dde8d24c4ed2810
	sha1sums = d4e7120c27277acc6bd2214b358b4432ca1d30e4
	sha1sums = e6084b94a52d82e8dc11e9e922bcb5783f0212ca
	sha1sums = d59d89d5c86725d9d428b50752a5a63ecf8ec84d
	sha1sums = 9294ff54f3ed46a1f1cfc6d2a127daba904a74af
	sha1sums = 548f8e748eae14e2d5be39f784c033528dc86905
	sha1sums = b39f23b2904c85310f1e799d5263107ff81b8069
	sha1sums = f8f2c887ad10bf67f634f005b6987fed3179aac8
	sha1sums = 45e37fb39e8da3f25baee3ff5369e2bb5f22017a
	sha1sums = 105495ae5361d697bd195c825192e1ad7f253787
	sha1sums = 3e8d8a9947d0599a1796d10225d7432f4a4acf5e
	sha1sums = 85010754db53c3fbaf3b9ea3e083aa5c5d147ffd
	sha1sums = fd8270f71fbb4996b004fa880ee5d46573a731bf
	sha1sums = 114c95d64539e53dede23de8b9d96df7c7ae2af8
	sha1sums = 0de889a601203909b0fbe07b8938dc21d2e967bc
	sha1sums = 0cd90a561093f35d0a99256c22b7069433fad117
	sha1sums = c3b33ab5ee360d86e0e628f0468ae7ef27d654df
	sha1sums = cb102df1c56f5123eab8b67cd7b98027a0279178
	sha1sums = b432dd3358b634cf75e1e4664368240533c1ddbe
	sha1sums = 41fbb20243e50b12be0f04b8dedbf07520ce841d
	sha1sums = bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb
	sha1sums = bcd6791ea5ae09725e17e5ad988134cd40b3d911
	sha1sums = 3cbb3d0f316810eafcc47624734237d6aee4ae6b
	sha1sums = df010aa1287e164bbda6f9723b0a96a1ec4187a1
	sha1sums = b798420adbeb1de828d84acd8a2e23d3efe85e8d
	sha1sums = a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428
	sha1sums = d6461074febfec71e7e15235761a329a5dc7c520
	sha1sums = 36048bbff4e7b47e136644316c99669ea5ae91f1
	sha1sums = c9655e9331e0abcd588d2a7cad7e9956f66701fa
	sha1sums = e39b09aea9def866a8f206e288af63919bae39c4
	sha1sums = e50347611d7e690943208bbdafebcbc2fb866d46
	sha1sums = 97c6a570408c4e38a18d4a3fb748a621b5a7844e
	sha1sums = b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0
	sha1sums = 55c109aaf6e0aefdb3dc4b71240c70bf574b18eb
	sha1sums = 59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367
	sha1sums = 71ce6383800f24efc9a1a3308f3a6e420a0974d1
	sha1sums = ec6a61ae56480c0c3cb241c95618e20892f9672a
	sha1sums = d72625e2344a3656e3a3ad4fa749fa83299d82ff
	sha1sums = b727dbf87d7651602f06f4d4ac387f47d91b0cbf
	sha1sums = 75b6b6aa72598b497a125e7a2770f14f4c8a1fa7
	sha1sums = 6d9517eb9e030d2436666651e86bd9f6f13533c9
	sha1sums = d08885be6b9bbf9439fe087c76287245f0a81450
	sha1sums = d5481c5095daa1c57e16e54c6f9198443afb49ff
	sha1sums = b1085ffe72cd17bf2c0ee790fc09f9626011b2db
	sha1sums = bd6786046668a925ac2bd2fd95b579b92a23b36a
	sha1sums = 0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9
	sha1sums = f6d08acc6f70bbd59b436262553fb2e259a1a268
	sha1sums = 0ec7d9be8174934532661f87783eb18d72290059
	sha1sums = a17d9723b6e2c750299d2a14d4637c76936d8285
	sha1sums = 7474295770f217dbcf288bf7572eb213db46ee67
	sha1sums = 1b8feeab1594cbcfbf3ab5a3bbcabac0468efdbd
	sha1sums = 5e69ee8308648470dd7900d159c044c10285221d
	sha1sums = e9d76305ee1162ca467357ae25df94f179af2b7e
	sha1sums = 92bd63829bfc9215aca9d9defa85f56b539454f4
	sha1sums = 7303390a81ba7cb59613895a192b93850e373f7d
	sha1sums = 7e77c82e5dcae1ebf123174c385aaadbf787d077
	sha1sums = 432967fd7e12a4afef66c4687d4ca22bc0456f15
	sha1sums = dd331bd45bccc566ce77004e9d05fe17add13876
	sha1sums = 24e2f08ee6832c60b157bb0936c86bef7210c622
	sha1sums = b4a1f2561870ce1247ceddb02a3860fa96d72543
	sha1sums = ec5a5cf0eec925b66c60580328b122c01230a127
	sha1sums = 021cf1a7ba99822f993222a001cc3fec83255b96
	sha1sums = bad6aaa4ff39ce8d4b82ccaae0bfe0f7dbb5f432
	sha1sums = ec6859d20c5d8087f6a2dc4e014db7228975f13d
	sha1sums = a6827b7cb975c9d9cef5fd61d919f60d8844a973
	sha1sums = 08fb7e22ace9eb8326f7e3920a1c2052f13d851e
	sha1sums = c6f4be1cbc15e3a868e4c64a17d5d31d754da35f
	sha1sums = 5770b0c1a826c4f53f5ede5e153163e0318e94b5
	sha1sums = 956d1310d6696257a7afd47e4c42dfda5dfcedc9
	sha1sums = 841d098ba613ba1a427a2b383d79e35552c38ae0
	sha1sums = 871807f10442b92ff97e4783b9b54f6a0ca812d0
	sha1sums = 84fda19c976ec5c6defef57f9427b3def66e17a3
	sha1sums = 6911af5ba2e615c4ff3c497fe2f47b35bf6d7e55
	sha1sums = 046bc7f6550bb08d9bd1d4f060f5f5a4f1087e01
	sha1sums = e36979dc1dc3b73f6d6816fc4951da2363488ef0
	sha1sums = b1e691ee24c651b5a5e32213222b2379734aff09
	sha1sums = 02dca21673842ff2fe763ac253777f235e9bbf78
	sha1sums = a9a38bc34f78bdfd981e791c27c6fdcec478c123
	sha1sums = cba44908ac9f142650b4a65b8aa06bf3478d5fb6
	sha1sums = c9f86d99305f9fa531b568ff5ab8c964b8b223d2
	sha1sums = 15f5d6d22708629451a91be28f8facc55b0e818c
	sha1sums = ed85e8058ab0fe309c3f448e5e1b73ca89cdb598
	sha1sums = dc04feb25e2dd70c12b05d680190e138fa2c0c6f
	sha1sums = a983fb1aeb2ec3f6ed042a210f640e90e786fe0d
	sha1sums = d5bc0645913df5b17ad7eda0fa2308330bde34c5
	sha1sums = 62bf98b2da3cd21d626154fc96ee5b3cb68eacb3
	sha1sums = 01ca21b668cd8218c9e640cb6dd88c5412b2c96a
	sha1sums = 167ed70368886081f74b5c36c65a88c03b66d1a9
	sha1sums = 25761ee7410bc8cf97327ba741ee94e4a61b7d99
	sha1sums = 60e225edcbd98a640332a2e72dd3e66f1af55871
	sha1sums = 6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1
	sha1sums = 4f69c2ab95167e0180cd5336613f8c5788f7d48a
	sha1sums = 8b8733f8c57397b3eaa47ddba8841586dcaef362
	sha1sums = cb5ee3a36f0863c06ead0b409b4cc43a889b295b
	sha1sums = e5153eb1a3e028f79194ed8a7a4bf55f862b2062
	sha1sums = 146856e756d54b20fff14b819456b3e01820b85d
	sha1sums = 47092d89ca345811451cd0dc5d91605982705d5e
	sha1sums = 6e11dd6c4dfae70f540480a4702477ed766d733f
	sha1sums = 59aa399064429d64dce5cf76ef9b90b7245ebd07
	sha1sums = abd58e51337815ca3a22a336b85f62b998e71907
	sha1sums = 920b9fec2d78bb57ebb64a644d5c2ba67cc104ee
	sha1sums = c900a793beb096bc9d4d0a9d0cde19518ffc83b9
	sha1sums = 279c3116756a60dd6e6f5e488ba7957db9c59eb3
	sha1sums = ff01119784eb0ee32258e8646157ba2501fcfda5
	sha1sums = 4ed46fd6e1d8fde2a2ec7b03c66d853d2c92427d
	sha1sums = 5794f8da82846b22e4e6631ea1658bce708eb46a
	sha1sums = 90347cba31bca6f394b3f7bd95d2bbfd9fce2f39
	sha1sums = 65950e8e05797ebd2fe532b96e19fc5482a1d52a
	sha1sums = d5ff4b4413ed97ffded99961056e1fb980fb9301
	sha1sums = 9962e4b0ac6aaf2e20431ada3d8ec72082cbffb6
	sha1sums = ea080911ffc6eb21840a5197a39ede4ee67b1595
	sha1sums = a2a72bffa202ac0e2d0506afd0939c5ecbc48c6c
	sha1sums = 6ee41a5e648da7632e22b6fb54012e87f612f324
	sha1sums = 2e3016b0adbf262983bf0d5121d676a5ed9c4fde
	sha1sums = b25938a3c5fae0354144a720b07b32766f683ddd
	sha1sums = cffc7315219230ed81dc53e4625bf86815b6050d
	sha1sums = 10e175cbe7bdb63cc9b39f9b3f823c5c7c5c5490
	sha1sums = 0fc1027312b4d1c3276a57890c8ae3bcc0b64a86
	sha1sums = e8b54f238a1ccbae482c4dce946180ae7b3143f3
	sha1sums = 0c6d618a0c4461a274418460a28c9ccf5239a7c8
	sha1sums = 90fc89b7526228bed9842cff3588270a7a393b00
	sha1sums = 914c7b7f4752c570ea00553b4284dad8070e8628
	sha1sums = 60c0239b69965d166b80a84de7315c1bc7e0bb0e
	sha1sums = add0f8483dab60570d9e03cecef6c023aa8c9940
	sha1sums = 6b58f2aea7b68df37ac5025d9c88752443a6b43f
	sha1sums = d56d4c8be8dd6ec4dce2649474e9b707089f739f
	sha1sums = 715930f2cf8573b0928005ee562bed52fb65fdfb
	sha1sums = 13242b53b5ef8c883c3cf7dddd55b36ce80fbc72
	sha1sums = 965c7058668e82b55d7bfe04ff2337bc8b5647fe
	sha1sums = d103f21f2602497d38348a32e008637d506db839
	sha1sums = e167154a94cb5f14b28dc58f5356d2162f539811
	sha1sums = bbcef3031e4152a6c0b50147f4958df54ca0dd27
	sha1sums = a3b073f94ab49eb6fa55cd65227a334380632497
	sha1sums = 30283be31cad0dbf6fb00bd40641ca0ea675172d
	sha1sums = af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3
	sha1sums = 89b4d199ab2bee49de164ea02b89ce462d71b767
	sha1sums = 7bde5ced145b6d551a90db87f83c558b4eb48a8f
	sha1sums = 4b944fac0191aa5907afe2d8c999ccc57ce80f45
	sha1sums = 58ece8cb75dd07e71ed08c736abc5fac4dbf8df1
	sha1sums = 6c9b44a27b31e536e5da5920cfac11e8720e4c5a
	sha1sums = 598afe54755b2868a5330d2aff9d4ebb53209b65
	sha1sums = 9f229c15be272454ffa973ace0dbee79a1b0c36f
	sha1sums = 26d556829458f9d1e81fc48952493d0ba3507828
	sha1sums = c9686902d3c9a27729f43ab10f9d79c2004da7b0
	sha1sums = 4896fcc9d544eef45f4bb7660db320d3b379fe58
	sha1sums = 3c7fcbf529d87226f3d2f52b966ff5271eb441dd
	sha1sums = 5979fd3f14cd531565e5fa2df1abfff1dfaee729
	sha1sums = 12c25efe40a45e3c323eb8675a0a0ce57b22371f
	sha1sums = 3c13c97436802930d5c3ae28658ddc33bfd37dc2
	sha1sums = 326734642f403dabc3003209853bb70ad428ef48
	sha1sums = 96247e853f068fd6e0d45cc73f0bb2cd9778ef02
	sha1sums = 8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0
	sha1sums = 3af4f1f59839403572f1c66204375f7a7f703e9c
	sha1sums = 0713cb7587247a632a9f08cf1bd169b878b62a8a
	sha1sums = 21e0abfaf6f2029cf2fafb133567a701d4135524
	sha1sums = 545d0b1b07e6b2c99211082bf1b12cce7a0b0e11
	sha1sums = 2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f
	sha1sums = c34ba10d0b9ce162b5af227c7131c92c2ecd5774
	sha1sums = 9b7cbb3d0f510e4cb86bdbd796124d28b5890af6
	sha1sums = 06c6d5715a1ede6c51fc39ff67fd647f740b656d
	sha1sums = dd57fa0f109ac59c602479044dca7b8b3d0b71d6
	sha1sums = 890dd90d923a873e08e10e5fd51a57e5b7cce0ec
	sha1sums = bd7dc26ae2972d0eda253be061dba992349c19f0
	sha1sums = f8f78b76789888ef39f205cd637f68e702122b2c
	sha1sums = 32713bc028f75c02fdb710d7c7bcec1f2c6070ef
	sha1sums = 26e61ed1422fb70dd42e6e36729ed51d855fe8d9
	sha1sums = 85982878e21b98e1c66425e03d0174788f569ee8
	sha1sums = 20ffb8bd162ba4be11e9567d823db651052ca912
	sha1sums = 0a7f46416831c8b662ee36fe4e7c59d76f666ab2
	sha1sums = a13df4196d26776220cc3356eb147a52dba2c6db
	sha1sums = 9bb5304d2e0b56698b2c758b08a3eaa9daa58a39
	sha1sums = 7c1d16d679a1bbe59ca02cacecfb011e201f5a1f
	sha1sums = e3c9b31569e106811df242f715725a1f4c494320
	sha1sums = 308beeaffdf28119051efa1d932213c91b8f92e7
	sha1sums = 00e471931eaefbeef54f46aa2203914d3c165669
	sha1sums = d0eb3d2b82b7da7a3ce2efb1a7b00becc6643468
	sha1sums = aa0d32629b6ee972200411cbd4461c907bc2b7ad
	sha1sums = 5199a3ddcd0c1efe23bc08c1b027b06176e0c64f
	sha1sums = a8115c55e4a702fe4d150abd3872822a7e09fc98
	sha1sums = cd42541677a54333cf541a49108c1432b44c9424
	sha1sums = c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0
	sha1sums = 804b3a7b6a99358c3c5c61e71d8728f041cff917
	sha1sums = 04a106672c18b085ab774d983dfa3ea138f22205
	sha1sums = 8760e4ecc272f4c363532f926d874aae2c1397de
	sha1sums = f93369ae8b9a7ce02fd41faad0ca83033190c463
	sha1sums = 507b5de7d97b48ee53d84adb0160ff6216380f78
	sha1sums = 22817534f24bfa4950c34d532d48ecbc621b8c14
	sha1sums = 4b475760ff80264c762c3a1719032e91c7fea0d1
	sha1sums = 1b7f4b9f591f1e8f83670401600345a02887435f
	sha1sums = d1dc973920314df67fbeb94223b4ee350239e96b
	sha1sums = e7aa8301917ef621b35d8a39f348dcdd1db7e33e
	sha1sums = 4bc0373c164bc3291b4d368c829cf1a80a59dca0
	sha1sums = bb71850690e1f136567de629d2d5471deda4c1e8
	sha1sums = a7d0558bd89c42f795dd42328f740831ca53bc25
	sha1sums = 7d0023eaeb154e8ee9fce75dcb923d0ed1667774
	sha1sums = 168a4701756b6a7f51a12ce0c97bfa28c084ed63
	sha1sums = a58d0df042c186fcf822a8e8015f5450d2d79a8b
	sha1sums = fd485e84c03eb4881c20722ba48035e8531aeb33
	sha1sums = 6837c3fb677ad9933d1cfba42dd14d5117d6b39e
	sha1sums = 0162ec2d9351f5ddd59a9202cba935366a725080
	sha1sums = 16e4070fba8ae29b679f2215853ee181ab2eabc0
	sha1sums = d8a96bd77fd68df7793a73036a3ba0d5405d477b
	sha1sums = 904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34
	sha1sums = f0241c45730a9fc6323b206dbf38edc741d0bb10
	sha1sums = 67063cef57ceb6cf4993a2ab3a55840ae8c49336
	sha1sums = d45ed724f57d3d10500017a7d3a889c1381ae647
	sha1sums = c20b96d8c617748aaf1c16021760cd27fcb8cb75
	sha1sums = 4829c877e9fe49b3161f3bf3673888e204699860
	sha1sums = 17a2cb882d7f77d3490585e2ce6c524424a3a442
	sha1sums = 676f6eb3c39997c2ee1ac3a924fd6124748f578d
	sha1sums = 38831469f9922bded8ee21c9dc46985e0399308c
	sha1sums = 7395dc273af37fb2e50e9bd3d9fe841285231d1a
	sha1sums = 2a51d9a4e25dfd6e690251aa81f99e3c05481f1c
	sha1sums = b5fd54220aa2bc5ab57aab7140c940754503c1a7
	sha1sums = c9111b6f33045c4697f144787f9254cdc77c45ff
	sha1sums = 889078af11a63756bcfb59bd221996be3a9ef196
	sha1sums = 69170c78b3ab957147b2b8b04572e47ead2243ff
	sha1sums = f73a85b9d5d41d045551c177e2882d4ac85728a6
	sha1sums = 2b7d33f2a893bf83e232ccbabf4c6c706f6b313c
	sha1sums = 396cf9f3137f03e4b8e532c58f698254e00f80ec
	sha1sums = d5e9bdd297840099eb0503c7310fd34927a026ef
	sha1sums = 19cc3eda322160fd3f7232af1cb2a360e898a2e9
	sha1sums = 408086d409550c2631155619e9fa7bcadc3b991b
	sha1sums = 988df33feab191ef799a61369dd76c17adf957ea
	sha1sums = 12029ba5fb2f8aa6f0a861795b23c1b4b6c27d37
	sha1sums = 9f124b67594c937ff706932e4a642cca8dbbfee9
	sha1sums = eaf439fd4d4848ad74e5cc7dbef200672b9e345b
	sha1sums = 5d128515df134ff327e90a4c93f4e077a536341f
	sha1sums = e83d17de16d8a7efb7717edbe5fb10135eee629b
	sha1sums = 7f150f93920e94c58f5574c2fd01a3110effe7f1
	sha1sums = f6534d15148269b20352e7bee26f501f9a191290
	sha1sums = eb3913333458775cb84cd1a1fae062106bb87545
	sha1sums = 80a4dd323748384bfa248083622aedec982adff3
	sha1sums = 331ae050c08dcf789f8c83a7b81f0ed94f4ac591
	sha1sums = c98d9bcef75674188e110969151199e39b1fa693
	sha1sums = cf88da6cbee26fe6db7094f61d870cbd84cee9f1
	sha1sums = c35b1ef918ec3c990f9a5bc57be04aacec5c8116
	sha1sums = 769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6
	sha1sums = d459689e8d654ba77e02a817f8710d702cb16e9d
	sha1sums = b2038e846dc33baa5796128d0804b455b8c1e21d
	sha1sums = 9dfdc876d2bcec3386b6829ac52162cda9fa208d
	sha1sums = 5382142e1bdc53f85d86d53e5f4aa7deb91e0843
	sha1sums = feb2a77e85b904ecdea459ad897cc90a99bd2a7b
	sha1sums = 40e8ee98f55a2149607146921c63e1ae5f3d2875
	sha1sums = abb584d5f10cd1196dfc55aa03701592ae3f7b37
	sha1sums = addebead72a6574db783639dc87a121773973961
	sha1sums = ea80b106a87538774e8a3a4a5afe293de489e0a9
	sha1sums = 3d31f50191a6749dd1375a7f522e823d42e54eda
	sha1sums = d048c44b37b0d10a7f2a3d5fee3f4333d790481f
	sha1sums = 1f8bdfe91f5a78063274e803b4bdcedf6e94f94d
	sha1sums = 2de59a0822d5027fabff6f032c2b25a2a8abe738
	sha1sums = 1afb81f533717175d478655debc5e332d9f9bb51
	sha1sums = dcd8488a26f563d61079e48c9f7b7e32373682cf
	sha1sums = ace6ff808c1ce66b57d1ebf97977acb02334cfc1
	sha1sums = 8b12dab878c0d69e3e7891051662a32fc6bddcc1
	sha1sums = ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2
	sha1sums = 6442066afb99be08cefb9a281e4b4692b33764f3
	sha1sums = 759e8006decae19134f82996ed910db26d9192cc
	sha1sums = 2727ca0c79e1e4e5ccd3861fb3da9c3c913b006c
	sha1sums = e1884eee608455e71e96342717e0527d25a329df
	sha1sums = cfa0f2f0d3012463438a3bc81f50f2d109aca450
	sha1sums = cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6
	sha1sums = 538b66f3ee62cd1ab51ec323829d1f9480c74beb
	sha1sums = 5ae64a5f45057baf3626ec14da0ca5e4b2431eb0
	sha1sums = b2987aa3821347fcde642b24fdfc9e4fb712bf26
	sha1sums = 5c487e5742ab93c15abb5da22759b8590ec03b7f
	sha1sums = f39ad3db9d6801b4e6b478b61028d3f0b6819f7e
	sha1sums = cdca557dc009152917d6166e2febe1f039685e43
	sha1sums = b4ac40648107fdcdcfae242f428bea8a14d4f1bf
	sha1sums = 1b61c0562190a8dff6ae3bb2cf0200ca130b86d4
	sha1sums = a30304e99daa32e23b2fd20f51babd07cffca344
	sha1sums = 13b04cdb3e6c5d19df91ab6987a8695619b0aa71
	sha1sums = 74d2eb4de0b8da1293711910d50775b9b710ef64
	sha1sums = 8f61b75cde012b2e9eb284d4545583b5643b61ab
	sha1sums = 2a9a1e18e6106e0e812aa9ebd4a819b3c29c0ba5
	sha1sums = 7fcbdb198dc71959432efe13842684e0525acb02
	sha1sums = 0632638f8d877cc82107d30a0fff1a17cba1cd0c
	sha1sums = b77735e315ce30f6b6eff0f83b04151a22449622
	sha1sums = 51af7d614ad9a9f610ea1bafbb989d6b1c56890f
	sha1sums = 26a71aaf073b39fb2127172746131c2704028db8
	sha1sums = ad00fe4dc612a9232e8718711dc5cb5ab0285543
	sha1sums = 96bb17761daba94f46d001738b3cedf3a67fe06c
	sha1sums = 124aa885899261f68aedb42a7c080de9da608743
	sha1sums = cbe1e3affcf1cd44b80cadfed28dc793a9701d2e
	sha1sums = a5e7a8ffbfa493b43b923bbd4ca89a53b63b612b
	sha1sums = d544811d428f98eb06a63dc402d2403c328c38f7
	sha1sums = 6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f
	sha1sums = 45d1b7e506c717ddd482775a2b77920a3c0c57a7
	sha1sums = 49169f1d7993430646da61ecc5ae355c21c97b73
	sha1sums = 37930aa5d816b777c03445e1966cc6790a4c0b16
	sha1sums = aba198425a8185341e64f9d2a6a96fd9a3cbdb93
	sha1sums = 0bee005018aeb260d0a3af3ae658dd0136ec1b99
	sha1sums = 81068d295a8142ec0ac726c6e2200c30fb6d5e80
	sha1sums = c53b4066edae16cd1fd669f687baf031b45fb9d6
	sha1sums = 4290fad27f13e89be7f33799c6bc5a0abfff0d19
	sha1sums = 0d852122e5bc5beb453fb028e9c0c9bf36340c94
	sha1sums = 4f189c44aa123b895f722804f55ea23eadc348e9
	sha1sums = 49d43c45a88cd9677668cb7be1b46efdb8d2e1c0
	sha1sums = 1504ad2523158caa40db4a2787cb01411994ea4f
	sha1sums = a56899d3ea3c9bab874bb9773b7c5ede92f4895d
	sha1sums = cbed2d20a40c1f5679a35908e2b9415733e78db9
	sha1sums = 58f4361ff987e5ff6e1e7a210827aa371eaac269
	sha1sums = 6dbf411de648cbaf8d9169ebb0d2d576191e2ff1
	sha1sums = 047a449789fa160d018f5486ed91320b6ec7885c
	sha1sums = 6432796563e28113cd9474dbbd00052985a4999c
	sha1sums = b968c6b0a04384324902e8bf1a5df32579a450fe
	sha1sums = c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5
	sha1sums = 01203cdc92597f9b909067c3e656cc1f4d3c4dc9
	sha1sums = 541b99e2720e460163055c64e99b1422e3e995f5
	sha1sums = 2c5a6638d893934b9b55037d0ad82cb7004b2679
	sha1sums = dc15ca1c672387ca76bd37ac0a395ba2042a2c28
	sha1sums = 1bc936b9e02f4a603fcc222ecf7633d30b8b93b1
	sha1sums = 211bafaf49e525b8cd93260d14ab136152b3f57a
	sha1sums = 141f33b81a7c2492e125594307480c46679278a6
	sha1sums = ab8795338868a0babd8525758018c2a7eb95c42e
	sha1sums = 9e6af6299d8d3bd2bd40430832bd113df906c5ae
	sha1sums = edf45e7d67f99545705de1f7bbeeeb121765ed85
	sha1sums = 2256bde14d3632958c465ebc96dc467ca07a29fb
	sha1sums = 97dc6e6add901459774a988e4f454a12e24c9d3d
	sha1sums = 92ef63aafadf938c488dc2f926ac9846e0c93d1b
	sha1sums = 47fd8cf8bac58fe2de683afdc57f7f3a80ca792d
	sha1sums = 562b119ebb069ddb464ace2845501be97b35b6a8
	sha1sums = 3be7ca480da4b740aa5e9d863e2f7e8b24f8a68b
	sha1sums = 7060c6581e904b8ab0d00f076e0a8f6e3e7c3573
	sha1sums = 3129d94dfe507357f23337d24ae9e9aa4b9d57df
	sha1sums = 3d789807579034299da1b41c4d70e1ba722973ed
	sha1sums = 68a7b62fa045ce8e2c7574d1bdcd3b96b8a686b1
	sha1sums = 69ccaeeb6a8f2784579302e9615f331725643ef7
	sha1sums = 2ba3eb98a058af82d74623ebd0f5bcac38991813
	sha1sums = 6cc088107bd0219dc5d3e57d91923f469059804d
	sha1sums = c8cd2c6c81a4465b9bbf2d874d963fef7a59ffb9
	sha1sums = d2f442c7c0150065d9004b08fd7410d37519194e
	sha1sums = e10624e7c86034e5b870c8a8616743f0a0845e42
	sha1sums = 83ccb7a1dda7cbd8ab23b059024ebe614ad2f342
	sha1sums = e7bb72d1ea7b93fe4d0bd02549be87a0f7131604
	sha1sums = 546188e9bdc337f673772f81660464b389dce520
	sha1sums = d4c05c1baf90e9945f77aa68a7a219aa4a7df74e
	sha1sums = 722d7cbfc1f6aa8241f16dd814e011e1f41e8796
	sha1sums = 34f5049ce1ecdf2b0649af3ef24e45ed35416d91
	sha1sums = 67144a5260c34fc3cca677d041daf52fe7b78b2f
	sha1sums = b5d454dc2199ae225699f3467e5a07f3b955bafd
	sha1sums = 55c381d9e06e1d2997a883b4a3fddfe7f0d3af33
	sha1sums = 0babca538e8d4ee4a0f8988d68866537a003cf42
	sha1sums = 33b40777754c6432573c120cc3808bbd10d47f04
	sha1sums = 9f5214758a44196c406d9bd76cebf81ec2dd31e8
	sha1sums = 7b1f58bada62ca827ec0a2078025654845995e1f
	sha1sums = 18b281da585b1c5c51def24c930ed29a0be6b177
	sha1sums = 6d61de95d91dfca9b9a02089ad384bff8f62b771
	sha1sums = 95b0b63fec2146619a6fe57fe75628d5a39efe4f
	sha1sums = 84ae65fa7eafb165fddb61566ae14baf05664f0f
	sha1sums = d2745701025a6c775a6c545793ed502fc0c649a1
	sha1sums = b834f723cc4a242aa65963459df6d984c5d3d959
	sha1sums = 7539bd4bc1e0e0a895815a2e0262420b12858488
	sha1sums = 4ee3cac9f6e20a0fa0c2f35a6f99c960ae7ec4c1
	sha1sums = 3a03edc2214bca3b66424a3e7959349509cb0351
	sha1sums = 996c28b191516a8be86501a7d79757e5c70c1068
	sha1sums = 49e91c5cbf36c9b94bcfcd71c23d5249ec74e390
	sha1sums = ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73
	sha1sums = 2022b4b25fbddc21d2f524974a474aafe733908b
	sha1sums = ec168558e95aa181fd87d37f55c32bbcb6708b84
	sha1sums = 8e2d48348742121b4a8218b7a137e9a52049dc80
	sha1sums = 833cc423ee7b939fad705c59ea41924f31c92453
	sha1sums = bb00765b270cf4cfcc4f4b03b0ad1b1964dbd098
	sha1sums = 400cf6d19a077af9e5e852e1f189726391efa273
	sha1sums = 54982dabe34f308853ba17de7de4241e23769135
	sha1sums = 49bd6331d7d02d0c09bc910a1075ba8165b56df9
	sha1sums = b17d08d326b4423e568eff719f91b0b1cbdf69f1
	sha1sums = 633c2c83e3da42a502f52466022480f4208261de
	sha1sums = 0fa2c64f932917c3433a0ded55363aae37416b7c
	sha1sums = f9393471c18a79d1724f863fa38b586370ade2a5
	sha1sums = ec87e5b42728479e327bd5c5c71611ddfb4752ba
	sha1sums = 610f3c92c9359ce1db616e538008d23ff35158e6
	sha1sums = a9e12cb3ae8d876727eeef3843f8a0897b5c98d6
	sha1sums = 169c2f6d3df1f992618072365c9b0ea1f6878656
	sha1sums = 8a18acfca9a8f4177e09abfc6038939b05d1eedf
	sha1sums = bb935d48582cba168c06834957a54a3e07124f11
	sha1sums = 77c99840527aa8ecb1a8ba697b80645a7a926a9d
	sha1sums = 5d6def3edebf6e8ca8cae9c30183a804b5f8be80
	sha1sums = 75f16642b480f187a711c814161fd3a4a7655898
	sha1sums = efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be
	sha1sums = 0b5ee648388e2c860282e793f1856fec3f301b56
	sha1sums = d84876321d0e7add03990406abbbbd36ba9268c7
	sha1sums = 366d8240dde487ca51823b1ab9f07a10a78251ca
	sha1sums = 3b159746a66604b04f8c81524ba365c5f14d86ec
	sha1sums = e8fbf374dc556ff8947a10dcb0572d633f2cfa10
	sha1sums = 39acaa6be7fd1f3471dc42c7416e61c24317ac9f
	sha1sums = 62b110e289a471418e3ec36a617d472e301dfc89
	sha1sums = a7470f9e426733d81bd81e1155264e3a3507cab4
	sha1sums = a88c02535791f02ed37c76a1b9ea9773c833f8c2
	sha1sums = 904135c77fb42c0641d6aa1bcdbc4daa8da082f3
	sha1sums = 7ba5ae24217804ac70707b96922567486cc3e84a
	sha1sums = 7567dbe9f2f5e2467bc77ab83c4a29482407a5dc
	sha1sums = 24fd6201a4782cf50561c810276afc7d12d71195
	sha1sums = f065561096a3f1da2ef46272f815c840d87e0c89
	sha1sums = 4e431e92b11a9731636aa1f9c8d1ccbcfdab78df
	sha1sums = 2c163b3fafb1b606d9d17928f05c2a1c38e07677
	sha1sums = 39ab959ccbf9a774cf079f7b40c7a26f763135f1
	sha1sums = ece38e389e490df0dc21caea2bd596f987f767ff
	sha1sums = 4b0da1442104d1b336340e80797e865cf39f7d72
	sha1sums = d1850eb9791ecd18e6182ce12a30f396634bb19d
	sha1sums = 7a549bbd9ffe1585b0cd0a191e203055bee574b4
	sha1sums = 670ef71bc5661f089cc90481b99a05a1227ae3bd
	sha1sums = 246b2832a0ea8b37a441b61745509cfe29e174b6
	sha1sums = e7dee66e35d6fc16f710fe91d5cf69f70f08911d
	sha1sums = 80564d2e483dacf6e8ef209650a67df3f0c283a4
	sha1sums = 98dc765bf6920b41bc2719f76b8739d6f6e93a9c
	sha1sums = c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43
	sha1sums = 5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898
	sha1sums = 8771aae0799b64076b76640fca058f9c10e33ecb
	sha1sums = 2c74b6ee41d93ca51b7b5aaee8f503631d252a73
	sha1sums = 330542ad3f0a654665b778f3eb2d9a9fa507ac64
	sha1sums = 3f4dae4a91fac315f71062f8521cc239f1366280
	sha1sums = 611c23e814db375527df851193db59dd2af27f45
	sha1sums = 74349d0d89522b71f30f0a03ff9bd20ca6f12ac0
	sha1sums = 3208c1f08d3a4d99261ab64f92302bc15e111ca0
	sha1sums = 29727c2d6e4267fc3851b9a63d463fdccc986211
	sha1sums = 1736fddfd9724f28a3682adc6230ae7e4e9679db
	sha1sums = 19203fb59991df98e3a287050d4647cdeaf32499
	sha1sums = ed8bf0921e2f3f1ed4d5c1a44f68709ed24722c3
	sha1sums = aff151b30bfdfa8e49e05da22e7415e9dfa37847
	sha1sums = 31499098d902b7e98c5d9b9c80f43457a88abfa1
	sha1sums = ecc228486f69991e49e9476485a5be1e8fc5c4d9
	sha1sums = 31ea21a734bab9bbb0f32466d893aea51e4a3c64
	sha1sums = 20813df3d712928b207378691a45066fae72dd57
	sha1sums = 729c91e2d857b7a419a1f9aa65685c4c33f5845d
	sha1sums = 07c05034a6c349fa06e24fa35aa76db4580ce4dd
	sha1sums = b11bec9cf2492f06756d6e809ab73a2910259146
	sha1sums = 42a41a16abcd46fd046306cf4f2c3576fffb1c21
	sha1sums = a1d78fc3a50474cb80845d3b3b6e1da49a446e8e
	sha1sums = 77891de834064cccba82ae7842bb6b14a13ed7f2
	sha1sums = 842a9ee98d2075aa7faeedbe32679e9205f46f77
	sha1sums = e3b54697e78bf915c70a38acd78fd09e0058b1cf
	sha1sums = 14894c27a7e34ebbef9937c39cc35c573cd04c1c
	sha1sums = 956905708d58b4bab4c2261b04f59f31c99374c0
	sha1sums = 7947e42149af80d696cbf797bcaabcfe1fe29ca8
	sha1sums = 2b568b265eec944c6d9c0de9c3dbbbca0354cd8e
	sha1sums = dbec3b3ab759758071b58fe59fc41871af21400e
	sha1sums = b447f6670a0455bbfeedd11392eff330ea097548
	sha1sums = 2d177f652fa31e939b4438d5341499dfa3825e99
	sha1sums = 415c4478f2bcc30120c22ce10ed3226f7d3e18e0
	sha1sums = 2dcbd2c287cbc0a55cc42328bd0c736150d53e3f
	sha1sums = 30a0b2da38f73770e8294a0d22e6625ed77d0097
	sha1sums = 71ee51fa7be4caec1a63839f7e682d8132d30caf
	sha1sums = 5b46f80147edee578870f086d04821cf998e551f
	sha1sums = 6f9e30b47084d971a7c820ff15a6c5167b74c26f
	sha1sums = 2603e78b7b4b0006cbca2fbcc8a3202558ac9479
	sha1sums = 8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd
	sha1sums = c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf
	sha1sums = d933ceb9205d82bdcf4886f6742bdc2b4dea146d
	sha1sums = ecdca8f13144e660f1b5bd41f12f3479d98dfb8f
	sha1sums = abfc64f141b1722d663402044e43927f1f50a8dc
	sha1sums = d549acd64856a8ecd1bea58365ef385effbac744
	sha1sums = 4faad28d26ede351a7a1aaa5fec67915c869e355
	sha1sums = 4d3b220903d95eee7eb7ac7fa864e72dc09a3166
	sha1sums = b5d07b8e3216e3e27cd728d72f70d1e6a342005f
	sha1sums = fe85b2ec75a59037f2adfec100fd6c601761152e
	sha1sums = 72cb668b425228290abbfa856892587308a801fb
	sha1sums = 70859bc95c9840952f359a068a3fc49f9ecfac23
	sha1sums = f080351c865b0dc562a8462966daa53543c78a4d
	sha1sums = 4923538878eef42063cb8a3e3b0798781487ab1b
	sha1sums = 2e194de044626d4a10e7f7fbc00ce73e83e4d5c7
	sha1sums = f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a
	sha1sums = 5166e286457f03306064be5497e8dbb0c3d32083
	sha1sums = 67d66014b66a6a8aaa0c083c5fd58df4e4e97602
	sha1sums = 1120b43dc359a785dce65b55b82e257ccf479566
	sha1sums = d91cefd62d1436ca0f41620e251288d420099def
	sha1sums = 3eb5ed62622756d79a5f0e2a221dfebad75c2f7e
	sha1sums = fa10c9115cc6d8865be221ba47ee9bed78601113
	sha1sums = d8a15c2265dfc119153c29bb47386987d0ee423b
	sha1sums = d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd
	sha1sums = 5608aeadfc00be6c2901df5f9861788de0d597c8
	sha1sums = d09d1f357b443f493382a8eb3ccd183872ae6009
	sha1sums = 8c3c0f6e3e8449ada0af3dd29efb491a375191b3
	sha1sums = b87a8aa4fc0de8fe6be88895b38983ff265bd119
	sha1sums = ac27ada66167fa8849a6addd837f6b189ad2081c
	sha1sums = 5f5665d93351335caabef8f1c554516cf5f1e4e5
	sha1sums = 8ee20eef30fa60e52755fcc0942def5a734fe935
	sha1sums = 84a66a260174408fc5b77a18f888eccc44fb6971
	sha1sums = 2151f722472ba79e50a76fc125bb8c8f2e4dc2a7
	sha1sums = c6465dbf08abcd4db359317f79ac68a646b28ff9
	sha1sums = e66db1838b200c1dfc233225d12cb36520e234a8
	sha1sums = 1ab28b556e198363a8c1a6f7e6fa20137fe6aed9
	sha1sums = 0dcd69ff23a1c9b11fd0978316644a0388216a65
	sha1sums = 453354087e6ca96957bd8f5baf753f5982142129
	sha1sums = 097b602b53422a522c1afb8790318336941a011d
	sha1sums = f229539281e92c6ad25d8c578c9bdb41655caf83
	sha1sums = 968bf1100d7956bb3ca086f006f846b3bc4008da
	sha1sums = 2109adc7965887cfc05cbbd442cac8bfbb360863
	sha1sums = 7e7d858b781bd7c991a41ba975ed3812754e998c
	sha1sums = 1c47f272df277f3b1daf061677d9c82e2322c60e
	sha1sums = 87a10ac4c1694bd2e1cbf53591a66141fb5dd747
	sha1sums = f79c4493af0c5377b59fe39d395e41042dd045bb
	sha1sums = 583b1aa775961d4b113ac17d9c50baef9dd76bd1
	sha1sums = 7a0fff978f6dbfa4d006238fbac98ed4198c3259
	sha1sums = 854373c7f5c2315914fc9bfc6bd8238fdda1ec27
	sha1sums = 50cf8616365e87e031e29a5ec9339a3da4725fa2
	sha1sums = 6c9599d340d54dfd3946380252a35705a6b992bf
	sha1sums = fedd4d2bf193a77745fe71e371d73c3307d9c751
	sha1sums = 003271343da58dc94cace494faef3d2147ecea0e
	sha1sums = d3460bf1ddd0dfaeed42da754242e65fb684a81f
	sha1sums = f480f40434ef80741f8469099f8dea18f55a4dc9
	sha1sums = a64cfa724062434fdfc351c9a4ec2d92b94c06f4
	sha1sums = b363e55e8006ca6fe21784d2db22bd15d7917f14
	sha1sums = e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a
	sha1sums = cc33d24d525e099a5388c0336c6e32b9160609e0
	sha1sums = 0feb6c64f0fc518d9a754dd5efb62c7022761f4b
	sha1sums = ce0ebeaa5f78cb18925ea7d810d7b59b010fd515
	sha1sums = 174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f
	sha1sums = 581f6ade658cbba65a0d3380de7753295054f375
	sha1sums = d62dbb5679405d72c4737ec58600e9ddcf06d24c
	sha1sums = e864217f74c36850f0852b78dc7bf7d4a5721bf2
	sha1sums = 59c44f7ee491da704da415da5a4070ba4f8fe441
	sha1sums = f012ccb8415b7096fc2daa1054c3d72389594c73
	sha1sums = cb8724b0fada984596856d1a6ebafd3584654b94
	sha1sums = d078d15a3af409220c886f1d9a0ca2e441ab26cc
	sha1sums = ed141a6ac043a849ea588498e7dca8b15330e90c
	sha1sums = 72556b80cfa0d48a974e80e77248e80ed4f7f870
	sha1sums = 2135d6dfa7a358c069ac9b178776288228450ffa
	sha1sums = c819ac728059a461cab1c3889a2be3c49a004d7f
	sha1sums = 100ec235cc150e4fd42519412596a28512a0def5
	sha1sums = b86bd5f0c25690911c7590fcbfc2010d54b3ccb8
	sha1sums = 3dd33c647a214fdfffd835933eb086da0dc21db1
	sha1sums = a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c
	sha1sums = 20a0103b222a70c8fd39cc2e580680f3dde5ec43
	sha1sums = 322d69a05c0264b25997d9f40cd8a891ab0064a4
	sha1sums = 47bb2952da32d58a1be2f256a598eebc0b745118
	sha1sums = 01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab
	sha1sums = e92434bfa5ea8c19f41cdfd401d741a3c819d897
	sha1sums = 27d0008d778063a0b4811bb35c79f1bd5d5fbccf
	sha1sums = 2381edb3689f7a53d653190060fcf822d2f368ff
	sha1sums = 7332300e840161bda3e69a1d1d91a7d4bc16f182
	sha1sums = 7820d9b16120cc55ca9ae7792680ae7dba6d7fe2
	sha1sums = 7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8
	sha1sums = 064b72602b18f90f29192b8b1bc418ffd1ebd3bf
	sha1sums = 52c41e75b8c87e72b9d9360e0206b99dcbffa6c5
	sha1sums = f052a28da70e618917ef0a8ac34c1ae5a68286b3
	sha1sums = cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3
	sha1sums = cb2868540e313d61de58fafbe35ce9004d5540e6
	sha1sums = 4fcc9d77a07e48ba7527e7cbe0de33d0701331e0
	sha1sums = ee7682ec0a60494b38d48a88f05f3b0ac931377d
	sha1sums = b2f44c439e4eb4ad5d4ef25cac20d18ad28cc336
	sha1sums = ad0967162aea077dcf787838d94ed14acb0217c2
	sha1sums = f342fb008752d58034c185de03602dd9ffe15fa6
	sha1sums = ab2cc82db9eeccf578bda89130e252a0db026aa7
	sha1sums = 531cde48c7c0b1fcbbc2b85485c8665e31489cfd
	sha1sums = f5bf218b0efd65ce6670f7afc51658d0f82989fb
	sha1sums = d38c85eb85f6e2f704dea14dcca94144d35d3e7b
	sha1sums = 03e7ada48b6840bd3822f867d7d90f842d0ffdc9
	sha1sums = 6da7976c36bf22f68e733c359240d8ae7a32953a
	sha1sums = cc1b6de1f6e8f5931cf02ec66cdffd3f50eaf8a8
	sha1sums = b408f67f27912f8c21da2f45b7230c4bd2a5ea7a
	sha1sums = b4a2116815bde2f4e1ea602354e8c75565107a64
	sha1sums = 9653a036fb7c1ee42342f2325cceefea3926c48d
	sha1sums = c0d5a63b2718800ad8e1eb0fa5269c84dd41845e
	sha1sums = b209849203bb25df820da756e747005878521620
	sha1sums = 9ec61f79049875707d69414596fd907a4d711e73
	sha1sums = df6f84372f0270dc65cdf6291349ab7a473d4f2a
	sha1sums = c92196fc86ab42be983f1bf31778224931d61458
	sha1sums = 3bfe71248749fa821fef26eda3d35f4e0ee47afc
	sha1sums = a79457ef03c3b1f8d4fc598a003b1d6ad464f1a0
	sha1sums = 8fef0212dbf14733e09edecef1de6b224d87219e
	sha1sums = c88fcc1e73fbe83eea6c82d95d66eefe44cd1ea4
	sha1sums = 789729a4dc36de2999dc156dd6c1d9c18cea56a4
	sha1sums = 7cf4c54ef648e3813084c636dd2079e166c081d9
	sha1sums = 1eca1cf711aef814c04f62252a36a62f6cb23b57
	sha1sums = 337bbda3adc0706bd3e024426a286d4b4b2c9198
	sha1sums = 0e87622a3325aa33e892285caf8b4e846529a525
	sha1sums = 2724fd6a8113d73764ac288d4386270c1dbf17f0
	sha1sums = f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28
	sha1sums = 8ef1c0623c6a6db0dc6713c4bfac46332b2368f8
	sha1sums = 9d63c13276c065918d57f002a57f40a1b643fb02
	sha1sums = 6b72a8048984e0c41e79510fd5e9fa99b3b549be
	sha1sums = 64ae98d0d2dfb10ff92ff5fb9ffb7371823b69fa
	sha1sums = cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde
	sha1sums = cad92ad8e6b591773485fbe05a485caf4f457e6f
	sha1sums = e5de7111d655e7ba60c057dbe9ff37c87e65cdec
	sha1sums = be05ad7f9bf7d22e056f9726cee5017fbf19e2e9
	sha1sums = d878a1d094b4306d10b9096484b33ebd55e26697
	sha1sums = 5266857896518d1616a78a0479337a30ea974cc7
	sha1sums = 1f4ece27e00b0b65e0247a6810e6a85d83a5752c
	sha1sums = fcbf458c50431b0bb7b45d6967b8192d91f3d938
	sha1sums = 92ff295fb1deecbf6ecdab2543d207e91aa33733
	sha1sums = a769f8684308401a66e9b529d2436ff4d0666272
	sha1sums = c24bce2a283adad5bc3f58e0d48249b92379d8ef
	sha1sums = 782e0d825c0c5a3bb39731f84efee6b742e6b1ce
	sha1sums = 5214c53a926d3552707527fbab415dbc08d06dda
	sha1sums = 8dcae470e1c88abc2d600fff4a776286da75e637
	sha1sums = 4675c90aacafb2c036bd39ba2daa4a1cb777fded
	sha1sums = b25941b54968231cc2d1bb76a79cb7f2c0bf8444
	sha1sums = 203114d82ad2c5ed9e8e0411b3932875e889e97b
	sha1sums = c35225843df8f776df21c57557bc087e9dfdfc69
	sha1sums = ac06991418a7623edc119084edc98b0e6bf05a41
	sha1sums = 2c637fe77c893afd2a663fe21aa9080068e2052a
	sha1sums = 918720ef3b631c5642be068f15ade5a46f4ba1e7
	sha1sums = b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc
	sha1sums = 61339b722fe6a3515689210d24e14c96148613ef
	sha1sums = b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab
	sha1sums = 35797f13a7fdadc566142c29d4f07ccad483e3ec
	sha1sums = f1a5402ba6220ad52cc1282bac1ae3aa49fd061a
	sha1sums = a1c1a6f624751577ba5d07914cbc92850585890c
	sha1sums = 018856c2403829e8947715096e69326a4383ba76
	sha1sums = 991ec69d296e0313747d59bdfd2b745c35f8828d
	sha1sums = 1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6
	sha1sums = 44fa161b0187b9549dd84bb91802f9bd8385cd6a
	sha1sums = 40a3669f3b077d1e943d44629e157dd48023bf2e
	sha1sums = 755ebd752045931977e30b2025d340d7c9090378
	sha1sums = 3245b7bc73d2b7c9a15bd8caaf6965db7cbc7f04
	sha1sums = a954f931aeba508d307bbf069eff0c01c96116f7
	sha1sums = ee0a64c8af5e8ceea67687b133761e1becbd1d3d
	sha1sums = 5f3ca35761e47e05b206c6daff2cf814f0316b8e
	sha1sums = a18d40530e6f07de4228c7defe4227af8cad005b
	sha1sums = 37a5cf0b81ecbc6943de109ba2960d1b26584ae7
	sha1sums = e7012310d8f417f4deb5712150e5678b87ae565f
	sha1sums = 0b7b74ff5b66ecf9035475522fa05090ac47e29e
	sha1sums = ccd0af4f8835fbdc265b82461aaf0c36663f34ea
	sha1sums = ae16f1644d873ecad843b0307b143362d4c42172
	sha1sums = 3596e6307a781544f591f37da618360f31db57b1
	sha1sums = 67a7d02c76c9da24f99d20808fcaded0e0e04be2
	sha1sums = a1410c2edd8f077b08b4e253c8eacfcaf057461c
	sha1sums = 7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6
	sha1sums = 9fb3a3cf3132328151f353de4632e01e52102bea
	sha1sums = 64922e7c565b0e14204ba1aa7d6964278d25182d
	sha1sums = 6c175f86ff14bdb0724563e8f3c1b021a286853b
	sha1sums = f956479486f2acd79700693f6f7b805e45ab56e2
	sha1sums = 8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc
	sha1sums = 74722af32e9614e9c287a8d0bbde48b5e2f1a263
	sha1sums = 190866bece7553e1f8f267a2ee82c606b5509a1a
	sha1sums = 3e935d7ddd73631b97659956d55128e87b5084a3
	sha1sums = dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9
	sha1sums = 3f28ce1a77a00372683eade4a433183527a2163d
	sha1sums = cf70f50482eefdc98e3ce0a6833e4a53ceeba679
	sha1sums = 3694b5804567a458d3c8045842a6358632f62654
	sha1sums = 7cb09dda3a86585705c64b39a6466038682e8fe2
	sha1sums = 04e6926f662895354f3dd015203633b857297e2c
	sha1sums = da1765262bf8c0f571749f2ad6c26300207ae673
	sha1sums = 60809c39cbff55337226fd5e0b520f341f1fb5c6
	sha1sums = 87521d38a44aa7ee91ce1cd2a47df0cb49dd660b
	sha1sums = fb4d8a1420ea362764e21ad4780397bebcb41cbe
	sha1sums = 0370a8017cf8d050b9a8554afe608f043eaff564
	sha1sums = 0b13b7ee2b5ac7e0609a7463d83899589a363fcd
	sha1sums = 62e203bc41766c6c28c9fc84301dab1c5310fa94
	sha1sums = 9cf1611ba62685d7030ae9e4ba34149c3af03fc8
	sha1sums = 42f114594a46cf1a8e30b0a84f56c78c3edac21e
	sha1sums = 39e8a98d044d150660abe4a6808acf70bb7bc991
	sha1sums = 6a385fb8853d952d5ff05d0e8aaf94278dc63dcf
	sha1sums = 6219a85616520491f35788bdbf1447a99c7e6b0e
	sha1sums = 2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3
	sha1sums = 0c7962a6adefa7bbd4ac366460a638552ae1a0a2
	sha1sums = 1e15fbcac97d3ee99bf2d73b4c656b082bbafb91
	sha1sums = 3c531942e908c2697c0ec344858c286c7ca0a60a
	sha1sums = 7638d31422129ecf4457440009fba03f9f9ac180
	sha1sums = f62cf17581e996b48fc965699f54c06ae268b8d2
	sha1sums = 6377e996795abb0b6d348e9b3e1dfb24345a8e42
	sha1sums = 535d045ce6b6363fa40117084629995e9df324c7
	sha1sums = e2e69a44ac8772f78a1ec0b35b689df6530efc8f
	sha1sums = 2d9d4ff5c064acb711594a3e3b95054ad51d907c
	sha1sums = b1665e2c461a2cd92f4c1bbf50d5454de0d4b421
	sha1sums = 7cbcb64b5a141b6a2efc2c5d2c67b4e150b2a268
	sha1sums = 01c1e39eb31d07cb7d03a96a70823260b23132cd
	sha1sums = 0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5
	sha1sums = c9c58b575be8407375cb5e2462dacee74359f41d
	sha1sums = ee434a4e22543082e294ba6201dcc6eafefa2877
	sha1sums = bb924d239029157b9bc1d506a6aa341f8b13e64c
	sha1sums = b83571fa4d8c25b82e231b06e3a3055de4ca1a47
	sha1sums = dc5e698cbd079265bc73e0377681a4e4e83f616e
	sha1sums = ceeefc717a76c4316f126d0b9dbaa55d7e7df01a
	sha1sums = 297588b7b0e7e0ac08e04e672f85c1f4999e17af
	sha1sums = ce0aa0c2f3df6adf852efb404a783e77c0475771
	sha1sums = 13cfdd9b336552f30b51f33a8ae1b42a7a7599ce
	sha1sums = 7c80c17b9dfebe599e27367e0d4dd5590141db38
	sha1sums = 5887966bb582a4503a41eb524f7d35011815a613
	sha1sums = 405923909592d56f78a5818434b0b78489ca5f2b
	sha1sums = 1c4d218dec813d2103b7e04e4bcf348e1471c1ff
	sha1sums = 3f05251ee17904dfd0677546670db9651682b811
	sha1sums = 867ac74e3864187b1d3d47d996a78ec5c8830777
	sha1sums = 667eb1640e8039436028055737d2b9986ee336e3
	sha1sums = 1c5641db69eb8cdf378edd25b4be7754beeb48b4
	sha1sums = 586f0dba300cde8be52dd1ac4f7e1009c1b13f36
	sha1sums = 3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d
	sha1sums = 9c411a802a409a91fc6cf74081baba34b24499ac
	sha1sums = 29c5733148057bb4e1f75df35b7a9cb72e6a59dd
	sha1sums = 867402377e043c1fc7b102253a22b64e5862401b
	sha1sums = aa9fe653c42b9097678489c01000acb69f0b26cf
	sha1sums = 9254c1d37bdac0ac2b52de4b6722792d2a91e30f
	sha1sums = 73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf
	sha1sums = 61a6a32010622afa07963bf325203cf12239d604
	sha1sums = 8b38b10cacdef63337b8b24e4ff86d45aea529a8
	sha1sums = fc2ad255b8bd309e239cbc5816fd23a9b7ea4023
	sha1sums = 2619800c4c825800efdd8343af7dd9933cbe2818
	sha1sums = 8ed2a32569961bce9227d09cd3ffbb8fed5f020c
	sha1sums = 0d91f600eeeb3096aa962b1d6fc88876e64ea531
	sha1sums = dd57a99f6207bedff4628abefb94c50db941c8f4
	sha1sums = 0b6fe7b835aecda61c6ea4d4f02c14221e109847
	sha1sums = b646f69be3942dabcecc9d6639c80dc105efaa66
	sha1sums = 8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559
	sha1sums = 8f66dbcd55a883acdae4408af8b035a5044c1894
	sha1sums = 9747f018358933c31de0fccfd82d138e67262e32
	sha1sums = da937f7a62e21fec1fd18d49b35c2935067a6c72
	sha1sums = 3838e97cfc60521eb73c525a8e55bfdd9e2e28f1
	sha1sums = 16b5cafc07dbe3676c1b1999177823d6503acb0c
	sha1sums = d50c8cac79a19fbc20f2911f56eb973f4e10070f
	sha1sums = f45f150c4c66eee968186505ab93fcbb8ad6bf61
	sha1sums = 7afb1afe50805246489e3db7fe0ed379336ac0f9
	sha1sums = 3aa0125bfe668a4672de58857d3ace27ecb76901
	sha1sums = 450d4dc9fa70de732762fbd2d4a28981419a0ccf
	sha1sums = fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a
	sha1sums = 78641c488b8e6ca91a75f511e7a3b32a86e5dda0
	sha1sums = c066afb582bb1cb4128d60ea92392e94d5e9dbec
	sha1sums = 5528998ce2c13e8ed3a294f714298199fd107dc2
	sha1sums = 2afc6a39e72862fbbc60ceb8510c681749f05460
	sha1sums = c04704ef8f498b153130018993e56309d4698080
	sha1sums = 8e4665871fff1ef64c0430d1a2c9d084d9721881
	sha1sums = a45043d54f5805316da8d62f9f50918d3da70b0a
	sha1sums = 7c6a8dd0a636a0327e10b59c9286eee93f3f51b1
	sha1sums = 5438cd2ea93b202efa3a19fe8887aee7c94f9c9d
	sha1sums = fa4daa92daf32c4ea94ed453c81f04686b575dfe
	sha1sums = b79669bb42ecb409f83d583cad52ca17eaa1643f
	sha1sums = 27584810891456a4171c8d0226441ade90cbcaeb
	sha1sums = b5243d8f3ec1aa35f1364605bc0d1036e30ab69f
	sha1sums = 132ee63d2ec5565c557e20f4c22df9aca686b10d
	sha1sums = df9ecd518fd3890ab3548e1b811d040614993497
	sha1sums = b76c9a1bd9f0a9737e5a72dc37231cf38375e2ff
	sha1sums = bb72779f5fa465186b1f438f674fa347fdb5db54
	sha1sums = 1c11f9218f076089a47dd512f93c6699a6a81d52
	sha1sums = f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1
	sha1sums = 73747d53ae187e7b8dbe333f95714c76ea00ecf1
	source_i686 = https://github.com/electron/electron/releases/download/v6.1.4/electron-v6.1.4-linux-ia32.zip
	source_i686 = config.linux-ia32.json
	sha1sums_i686 = 32fe0c05f5530df22368fab4ede0075851c622a8
	sha1sums_i686 = a4c64badfa59efeb7df454c21741048c8d59ef53
	source_x86_64 = https://github.com/electron/electron/releases/download/v6.1.4/electron-v6.1.4-linux-x64.zip
	source_x86_64 = config.linux-x64.json
	sha1sums_x86_64 = 802d60a82b3827bda771806e312305f2651df868
	sha1sums_x86_64 = 55de5d1c80276ab64496e5fd87aca6f31320b9bd

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-tools_texts2paths: for converting Text objects to Path objects
	optdepends = sozi-extras_media: for Inkscape audio/video extensions

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

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