summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 848dfa425d7080c0f0d17d2a35792e8bd01a60b8 (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
# Generated by mksrcinfo v8
# Thu Jul 27 20:06:21 UTC 2017
pkgbase = sozi
	pkgdesc = A zooming presentation based on SVG, using JavaScript
	pkgver = 17.06
	pkgrel = 1
	url = http://sozi.baierouge.fr/
	arch = i686
	arch = x86_64
	license = custom:MPL2.0
	makedepends = npm
	makedepends = bower
	makedepends = nodejs-grunt-cli
	makedepends = ttf-droid
	makedepends = jq
	makedepends = semver
	noextract = electron-v1.6.6-linux-x64.zip
	noextract = electron-v1.6.6-linux-ia32.zip
	noextract = fontawesome-v4.7.0.tar.gz
	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.0.tgz
	noextract = acorn-1.2.2.tgz
	noextract = acorn-4.0.11.tgz
	noextract = ajv-4.11.7.tgz
	noextract = align-text-0.1.4.tgz
	noextract = amdefine-1.0.1.tgz
	noextract = ansi-regex-0.2.1.tgz
	noextract = ansi-regex-2.1.1.tgz
	noextract = ansi-styles-1.0.0.tgz
	noextract = ansi-styles-1.1.0.tgz
	noextract = ansi-styles-2.2.1.tgz
	noextract = anymatch-1.3.0.tgz
	noextract = archiver-1.3.0.tgz
	noextract = archiver-utils-1.3.0.tgz
	noextract = argparse-1.0.9.tgz
	noextract = array-differ-1.0.0.tgz
	noextract = array-filter-0.0.1.tgz
	noextract = array-find-index-1.0.2.tgz
	noextract = array-map-0.0.0.tgz
	noextract = array-reduce-0.0.0.tgz
	noextract = array-union-1.0.2.tgz
	noextract = array-uniq-1.0.3.tgz
	noextract = array-unique-0.2.1.tgz
	noextract = arr-diff-2.0.0.tgz
	noextract = arr-flatten-1.0.3.tgz
	noextract = arrify-1.0.1.tgz
	noextract = asap-2.0.5.tgz
	noextract = asar-0.13.0.tgz
	noextract = asn1-0.2.3.tgz
	noextract = asn1.js-4.9.1.tgz
	noextract = assert-1.3.0.tgz
	noextract = assert-1.4.1.tgz
	noextract = assert-plus-0.2.0.tgz
	noextract = assert-plus-1.0.0.tgz
	noextract = astw-2.2.0.tgz
	noextract = async-0.9.2.tgz
	noextract = async-1.5.2.tgz
	noextract = async-2.3.0.tgz
	noextract = async-each-1.0.1.tgz
	noextract = asynckit-0.4.0.tgz
	noextract = a-sync-waterfall-1.0.0.tgz
	noextract = aws4-1.6.0.tgz
	noextract = aws-sign2-0.6.0.tgz
	noextract = babel-code-frame-6.22.0.tgz
	noextract = babel-core-6.24.1.tgz
	noextract = babel-generator-6.24.1.tgz
	noextract = babel-helper-call-delegate-6.24.1.tgz
	noextract = babel-helper-define-map-6.24.1.tgz
	noextract = babel-helper-function-name-6.24.1.tgz
	noextract = babel-helper-get-function-arity-6.24.1.tgz
	noextract = babel-helper-hoist-variables-6.24.1.tgz
	noextract = babel-helper-optimise-call-expression-6.24.1.tgz
	noextract = babel-helper-regex-6.24.1.tgz
	noextract = babel-helper-replace-supers-6.24.1.tgz
	noextract = babel-helpers-6.24.1.tgz
	noextract = babel-messages-6.23.0.tgz
	noextract = babel-plugin-check-es2015-constants-6.22.0.tgz
	noextract = babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz
	noextract = babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz
	noextract = babel-plugin-transform-es2015-block-scoping-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-classes-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-computed-properties-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-destructuring-6.23.0.tgz
	noextract = babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-for-of-6.23.0.tgz
	noextract = babel-plugin-transform-es2015-function-name-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-literals-6.22.0.tgz
	noextract = babel-plugin-transform-es2015-modules-amd-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-modules-commonjs-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-modules-umd-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-object-super-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-parameters-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-spread-6.22.0.tgz
	noextract = babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz
	noextract = babel-plugin-transform-es2015-template-literals-6.22.0.tgz
	noextract = babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz
	noextract = babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz
	noextract = babel-plugin-transform-regenerator-6.24.1.tgz
	noextract = babel-plugin-transform-strict-mode-6.24.1.tgz
	noextract = babel-preset-es2015-6.24.1.tgz
	noextract = babel-register-6.24.1.tgz
	noextract = babel-runtime-6.23.0.tgz
	noextract = babel-template-6.24.1.tgz
	noextract = babel-traverse-6.24.1.tgz
	noextract = babel-types-6.24.1.tgz
	noextract = babylon-6.17.0.tgz
	noextract = balanced-match-0.4.2.tgz
	noextract = Base64-0.2.1.tgz
	noextract = base64-js-0.0.8.tgz
	noextract = base64-js-1.1.2.tgz
	noextract = base64-js-1.2.0.tgz
	noextract = binary-0.3.0.tgz
	noextract = binary-extensions-1.8.0.tgz
	noextract = bl-1.2.0.tgz
	noextract = bluebird-3.5.0.tgz
	noextract = bn.js-4.11.6.tgz
	noextract = boom-2.10.1.tgz
	noextract = brace-expansion-1.1.7.tgz
	noextract = braces-1.8.5.tgz
	noextract = brorand-1.1.0.tgz
	noextract = browserify-10.2.6.tgz
	noextract = browserify-14.3.0.tgz
	noextract = browserify-aes-1.0.6.tgz
	noextract = browserify-cipher-1.0.0.tgz
	noextract = browserify-des-1.0.0.tgz
	noextract = browserify-rsa-4.0.1.tgz
	noextract = browserify-sign-4.0.4.tgz
	noextract = browserify-zlib-0.1.4.tgz
	noextract = browser-pack-5.0.1.tgz
	noextract = browser-pack-6.0.2.tgz
	noextract = browser-resolve-1.11.2.tgz
	noextract = browser-split-0.0.1.tgz
	noextract = browser-stdout-1.3.0.tgz
	noextract = buffer-3.6.0.tgz
	noextract = buffer-5.0.6.tgz
	noextract = buffer-crc32-0.2.13.tgz
	noextract = buffers-0.1.1.tgz
	noextract = buffer-shims-1.0.0.tgz
	noextract = buffer-xor-1.0.3.tgz
	noextract = builtin-modules-1.1.1.tgz
	noextract = builtins-0.0.7.tgz
	noextract = builtin-status-codes-3.0.0.tgz
	noextract = cached-path-relative-1.0.1.tgz
	noextract = camelcase-1.2.1.tgz
	noextract = camelcase-2.1.1.tgz
	noextract = camelcase-keys-2.1.0.tgz
	noextract = camelize-1.0.0.tgz
	noextract = caseless-0.12.0.tgz
	noextract = center-align-0.1.3.tgz
	noextract = chainsaw-0.1.0.tgz
	noextract = chalk-0.4.0.tgz
	noextract = chalk-0.5.1.tgz
	noextract = chalk-1.1.3.tgz
	noextract = chokidar-1.6.1.tgz
	noextract = chromium-pickle-js-0.2.0.tgz
	noextract = cipher-base-1.0.3.tgz
	noextract = cli-0.6.6.tgz
	noextract = cliui-2.1.0.tgz
	noextract = cliui-3.2.0.tgz
	noextract = co-4.6.0.tgz
	noextract = code-point-at-1.1.0.tgz
	noextract = coffee-script-1.10.0.tgz
	noextract = colors-0.5.1.tgz
	noextract = colors-1.1.2.tgz
	noextract = combined-stream-1.0.5.tgz
	noextract = combine-source-map-0.6.1.tgz
	noextract = combine-source-map-0.7.2.tgz
	noextract = commander-2.9.0.tgz
	noextract = commondir-0.0.1.tgz
	noextract = compare-version-0.1.2.tgz
	noextract = compress-commons-1.2.0.tgz
	noextract = concat-map-0.0.1.tgz
	noextract = concat-stream-1.4.10.tgz
	noextract = concat-stream-1.5.0.tgz
	noextract = concat-stream-1.5.2.tgz
	noextract = concat-stream-1.6.0.tgz
	noextract = console-browserify-1.1.0.tgz
	noextract = constants-browserify-0.0.1.tgz
	noextract = constants-browserify-1.0.0.tgz
	noextract = convert-source-map-1.1.3.tgz
	noextract = convert-source-map-1.5.0.tgz
	noextract = core-js-2.4.1.tgz
	noextract = core-util-is-1.0.2.tgz
	noextract = crc32-stream-2.0.0.tgz
	noextract = crc-3.4.4.tgz
	noextract = create-ecdh-4.0.0.tgz
	noextract = create-hash-1.1.2.tgz
	noextract = create-hmac-1.1.4.tgz
	noextract = cryptiles-2.0.5.tgz
	noextract = crypto-browserify-3.11.0.tgz
	noextract = csslint-0.10.0.tgz
	noextract = cuint-0.2.2.tgz
	noextract = currently-unhandled-0.4.1.tgz
	noextract = dashdash-1.14.1.tgz
	noextract = dateformat-1.0.12.tgz
	noextract = date-now-0.1.4.tgz
	noextract = debug-0.7.4.tgz
	noextract = debug-2.2.0.tgz
	noextract = debug-2.6.4.tgz
	noextract = decamelize-1.2.0.tgz
	noextract = decompress-zip-0.3.0.tgz
	noextract = deep-extend-0.4.1.tgz
	noextract = defined-1.0.0.tgz
	noextract = delayed-stream-1.0.0.tgz
	noextract = deps-sort-1.3.9.tgz
	noextract = deps-sort-2.0.0.tgz
	noextract = des.js-1.0.0.tgz
	noextract = detect-indent-4.0.0.tgz
	noextract = detective-4.5.0.tgz
	noextract = diff-1.4.0.tgz
	noextract = diffie-hellman-5.0.2.tgz
	noextract = domain-browser-1.1.7.tgz
	noextract = domelementtype-1.1.3.tgz
	noextract = domelementtype-1.3.0.tgz
	noextract = domhandler-2.3.0.tgz
	noextract = dom-serializer-0.1.0.tgz
	noextract = domutils-1.5.1.tgz
	noextract = dom-walk-0.1.1.tgz
	noextract = duplexer2-0.0.2.tgz
	noextract = duplexer2-0.1.4.tgz
	noextract = electron-download-4.0.0.tgz
	noextract = electron-osx-sign-0.4.4.tgz
	noextract = electron-packager-8.6.0.tgz
	noextract = elliptic-6.4.0.tgz
	noextract = encoding-0.1.12.tgz
	noextract = end-of-stream-1.4.0.tgz
	noextract = entities-1.0.0.tgz
	noextract = entities-1.1.1.tgz
	noextract = error-4.4.0.tgz
	noextract = error-ex-1.3.1.tgz
	noextract = escape-string-regexp-1.0.5.tgz
	noextract = esprima-2.7.3.tgz
	noextract = esutils-2.0.2.tgz
	noextract = eventemitter2-0.4.14.tgz
	noextract = events-1.0.2.tgz
	noextract = events-1.1.1.tgz
	noextract = evp_bytestokey-1.0.0.tgz
	noextract = ev-store-7.0.0.tgz
	noextract = exit-0.1.2.tgz
	noextract = expand-brackets-0.1.5.tgz
	noextract = expand-range-1.8.2.tgz
	noextract = extend-3.0.0.tgz
	noextract = extglob-0.3.2.tgz
	noextract = extract-zip-1.6.0.tgz
	noextract = extsprintf-1.0.2.tgz
	noextract = falafel-1.2.0.tgz
	noextract = fd-slicer-1.0.1.tgz
	noextract = figures-1.7.0.tgz
	noextract = filename-regex-2.0.0.tgz
	noextract = file-sync-cmp-0.1.1.tgz
	noextract = fill-range-2.2.3.tgz
	noextract = find-up-1.1.2.tgz
	noextract = find-up-2.1.0.tgz
	noextract = findup-sync-0.3.0.tgz
	noextract = foreach-2.0.5.tgz
	noextract = forever-agent-0.6.1.tgz
	noextract = for-in-1.0.2.tgz
	noextract = form-data-2.1.4.tgz
	noextract = for-own-0.1.5.tgz
	noextract = fs-extra-0.26.7.tgz
	noextract = fs-extra-2.1.2.tgz
	noextract = fs.realpath-1.0.0.tgz
	noextract = function-bind-1.1.0.tgz
	noextract = getobject-0.1.0.tgz
	noextract = get-package-info-1.0.0.tgz
	noextract = getpass-0.1.6.tgz
	noextract = get-stdin-4.0.1.tgz
	noextract = gettext-parser-0.2.0.tgz
	noextract = gettext-parser-1.1.0.tgz
	noextract = glob-3.2.11.tgz
	noextract = glob-4.5.3.tgz
	noextract = glob-5.0.15.tgz
	noextract = glob-6.0.4.tgz
	noextract = glob-7.0.5.tgz
	noextract = glob-7.0.6.tgz
	noextract = glob-7.1.1.tgz
	noextract = global-4.3.2.tgz
	noextract = globals-9.17.0.tgz
	noextract = glob-base-0.3.0.tgz
	noextract = glob-parent-2.0.0.tgz
	noextract = graceful-fs-4.1.11.tgz
	noextract = graceful-readlink-1.0.1.tgz
	noextract = growl-1.9.2.tgz
	noextract = grunt-1.0.1.tgz
	noextract = grunt-babel-6.0.0.tgz
	noextract = grunt-browserify-3.8.0.tgz
	noextract = grunt-cli-1.2.0.tgz
	noextract = grunt-contrib-compress-1.4.1.tgz
	noextract = grunt-contrib-copy-0.8.2.tgz
	noextract = grunt-contrib-csslint-0.4.0.tgz
	noextract = grunt-contrib-jshint-0.11.3.tgz
	noextract = grunt-contrib-uglify-0.9.2.tgz
	noextract = grunt-electron-5.0.0.tgz
	noextract = grunt-known-options-1.1.0.tgz
	noextract = grunt-legacy-log-1.0.0.tgz
	noextract = grunt-legacy-log-utils-1.0.0.tgz
	noextract = grunt-legacy-util-1.0.0.tgz
	noextract = grunt-newer-1.3.0.tgz
	noextract = grunt-rsync-2.0.1.tgz
	noextract = grunt-simple-mocha-0.4.1.tgz
	noextract = gzip-size-1.0.0.tgz
	noextract = handlebars-4.0.6.tgz
	noextract = har-schema-1.0.5.tgz
	noextract = har-validator-4.2.1.tgz
	noextract = has-1.0.1.tgz
	noextract = has-ansi-0.1.0.tgz
	noextract = has-ansi-2.0.0.tgz
	noextract = has-color-0.1.7.tgz
	noextract = has-flag-1.0.0.tgz
	noextract = hash.js-1.0.3.tgz
	noextract = hawk-3.1.3.tgz
	noextract = hmac-drbg-1.0.1.tgz
	noextract = hoek-2.16.3.tgz
	noextract = home-or-tmp-2.0.0.tgz
	noextract = hooker-0.2.3.tgz
	noextract = hosted-git-info-2.4.2.tgz
	noextract = htmlescape-1.1.1.tgz
	noextract = htmlparser2-3.8.3.tgz
	noextract = http-browserify-1.7.0.tgz
	noextract = https-browserify-0.0.1.tgz
	noextract = https-browserify-1.0.0.tgz
	noextract = http-signature-1.1.1.tgz
	noextract = iconv-lite-0.4.16.tgz
	noextract = ieee754-1.1.8.tgz
	noextract = indent-string-2.1.0.tgz
	noextract = indexof-0.0.1.tgz
	noextract = individual-3.0.0.tgz
	noextract = inflight-1.0.6.tgz
	noextract = inherits-2.0.1.tgz
	noextract = inherits-2.0.3.tgz
	noextract = ini-1.3.4.tgz
	noextract = inline-source-map-0.5.0.tgz
	noextract = inline-source-map-0.6.2.tgz
	noextract = insert-module-globals-6.6.3.tgz
	noextract = insert-module-globals-7.0.1.tgz
	noextract = invariant-2.2.2.tgz
	noextract = invert-kv-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.2.tgz
	noextract = is-binary-path-1.0.1.tgz
	noextract = is-buffer-1.1.5.tgz
	noextract = is-builtin-module-1.0.0.tgz
	noextract = is-dotfile-1.0.2.tgz
	noextract = is-equal-shallow-0.1.3.tgz
	noextract = isexe-2.0.0.tgz
	noextract = is-extendable-0.1.1.tgz
	noextract = is-extglob-1.0.0.tgz
	noextract = is-finite-1.0.2.tgz
	noextract = is-fullwidth-code-point-1.0.0.tgz
	noextract = is-glob-2.0.1.tgz
	noextract = is-number-2.1.0.tgz
	noextract = is-object-1.0.1.tgz
	noextract = isobject-2.1.0.tgz
	noextract = is-posix-bracket-0.1.1.tgz
	noextract = is-primitive-2.0.0.tgz
	noextract = isstream-0.1.2.tgz
	noextract = is-typedarray-1.0.0.tgz
	noextract = is-utf8-0.2.1.tgz
	noextract = jed-1.1.1.tgz
	noextract = jsesc-0.5.0.tgz
	noextract = jsesc-1.3.0.tgz
	noextract = jshint-2.8.0.tgz
	noextract = json3-3.3.2.tgz
	noextract = json5-0.5.1.tgz
	noextract = jsonfile-2.4.0.tgz
	noextract = jsonify-0.0.0.tgz
	noextract = jsonparse-1.3.0.tgz
	noextract = json-schema-0.2.3.tgz
	noextract = json-stable-stringify-0.0.1.tgz
	noextract = json-stable-stringify-1.0.1.tgz
	noextract = JSONStream-1.3.1.tgz
	noextract = json-stringify-safe-5.0.1.tgz
	noextract = jspot-0.3.13.tgz
	noextract = jsprim-1.4.0.tgz
	noextract = js-tokens-3.0.1.tgz
	noextract = js-yaml-3.5.5.tgz
	noextract = kind-of-3.1.0.tgz
	noextract = klaw-1.3.1.tgz
	noextract = labeled-stream-splicer-1.0.2.tgz
	noextract = labeled-stream-splicer-2.0.0.tgz
	noextract = lazy-cache-1.0.4.tgz
	noextract = lazystream-1.0.0.tgz
	noextract = lcid-1.0.0.tgz
	noextract = lexical-scope-1.2.0.tgz
	noextract = load-grunt-tasks-3.5.2.tgz
	noextract = load-json-file-1.1.0.tgz
	noextract = load-json-file-2.0.0.tgz
	noextract = locate-path-2.0.0.tgz
	noextract = lodash-2.4.2.tgz
	noextract = lodash-3.10.1.tgz
	noextract = lodash-3.7.0.tgz
	noextract = lodash-4.15.0.tgz
	noextract = lodash-4.17.4.tgz
	noextract = lodash-4.3.0.tgz
	noextract = lodash._baseassign-3.2.0.tgz
	noextract = lodash._basecopy-3.0.1.tgz
	noextract = lodash._basecreate-3.0.3.tgz
	noextract = lodash.create-3.1.1.tgz
	noextract = lodash.get-4.4.2.tgz
	noextract = lodash._getnative-3.9.1.tgz
	noextract = lodash.isarguments-3.1.0.tgz
	noextract = lodash.isarray-3.0.4.tgz
	noextract = lodash._isiterateecall-3.0.9.tgz
	noextract = lodash.keys-3.1.2.tgz
	noextract = lodash.memoize-3.0.4.tgz
	noextract = longest-1.0.1.tgz
	noextract = loose-envify-1.3.1.tgz
	noextract = loud-rejection-1.6.0.tgz
	noextract = lru-cache-2.7.3.tgz
	noextract = map-obj-1.0.1.tgz
	noextract = maxmin-1.1.0.tgz
	noextract = meow-3.7.0.tgz
	noextract = micromatch-2.3.11.tgz
	noextract = miller-rabin-4.0.0.tgz
	noextract = mime-db-1.27.0.tgz
	noextract = mime-types-2.1.15.tgz
	noextract = min-document-2.19.0.tgz
	noextract = minimalistic-assert-1.0.0.tgz
	noextract = minimalistic-crypto-utils-1.0.1.tgz
	noextract = minimatch-0.3.0.tgz
	noextract = minimatch-2.0.10.tgz
	noextract = minimatch-3.0.3.tgz
	noextract = minimist-0.0.10.tgz
	noextract = minimist-0.0.8.tgz
	noextract = minimist-1.2.0.tgz
	noextract = mkdirp-0.5.0.tgz
	noextract = mkdirp-0.5.1.tgz
	noextract = mkpath-0.1.0.tgz
	noextract = mksnapshot-0.3.1.tgz
	noextract = mocha-3.2.0.tgz
	noextract = module-deps-3.9.1.tgz
	noextract = module-deps-4.1.1.tgz
	noextract = moment-2.5.1.tgz
	noextract = ms-0.7.1.tgz
	noextract = ms-0.7.3.tgz
	noextract = multimatch-2.1.0.tgz
	noextract = next-tick-0.2.2.tgz
	noextract = nomnom-1.6.2.tgz
	noextract = nomnom-1.8.1.tgz
	noextract = nopt-1.0.10.tgz
	noextract = nopt-3.0.6.tgz
	noextract = normalize-package-data-2.3.8.tgz
	noextract = normalize-path-2.1.1.tgz
	noextract = nugget-2.0.1.tgz
	noextract = number-is-nan-1.0.1.tgz
	noextract = nunjucks-3.0.0.tgz
	noextract = oauth-sign-0.8.2.tgz
	noextract = object-assign-4.1.1.tgz
	noextract = object-keys-0.4.0.tgz
	noextract = object-keys-1.0.11.tgz
	noextract = object.omit-2.0.1.tgz
	noextract = once-1.4.0.tgz
	noextract = optimist-0.6.1.tgz
	noextract = os-browserify-0.1.2.tgz
	noextract = os-homedir-1.0.2.tgz
	noextract = os-locale-1.4.0.tgz
	noextract = os-tmpdir-1.0.2.tgz
	noextract = outpipe-1.1.1.tgz
	noextract = pako-0.2.9.tgz
	noextract = parents-1.0.1.tgz
	noextract = parse-asn1-5.1.0.tgz
	noextract = parse-glob-3.0.4.tgz
	noextract = parse-json-2.2.0.tgz
	noextract = parserlib-0.2.5.tgz
	noextract = path-browserify-0.0.0.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-parse-1.0.5.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.0.9.tgz
	noextract = pend-1.2.0.tgz
	noextract = performance-now-0.2.0.tgz
	noextract = pify-2.3.0.tgz
	noextract = pinkie-2.0.4.tgz
	noextract = pinkie-promise-2.0.1.tgz
	noextract = pkg-up-1.0.0.tgz
	noextract = p-limit-1.1.0.tgz
	noextract = plist-2.0.1.tgz
	noextract = p-locate-2.0.0.tgz
	noextract = po2json-0.4.5.tgz
	noextract = preserve-0.2.0.tgz
	noextract = pretty-bytes-1.0.4.tgz
	noextract = pretty-bytes-3.0.1.tgz
	noextract = private-0.1.7.tgz
	noextract = process-0.11.9.tgz
	noextract = process-0.5.2.tgz
	noextract = process-nextick-args-1.0.7.tgz
	noextract = progress-stream-1.2.0.tgz
	noextract = public-encrypt-4.0.0.tgz
	noextract = punycode-1.3.2.tgz
	noextract = punycode-1.4.1.tgz
	noextract = q-1.5.0.tgz
	noextract = qs-6.4.0.tgz
	noextract = querystring-0.2.0.tgz
	noextract = querystring-es3-0.2.1.tgz
	noextract = randomatic-1.1.6.tgz
	noextract = randombytes-2.0.3.tgz
	noextract = rc-1.2.1.tgz
	noextract = rcedit-0.8.0.tgz
	noextract = readable-stream-1.0.34.tgz
	noextract = readable-stream-1.1.14.tgz
	noextract = readable-stream-2.0.6.tgz
	noextract = readable-stream-2.2.9.tgz
	noextract = readable-wrap-1.0.0.tgz
	noextract = readdirp-2.1.0.tgz
	noextract = read-only-stream-1.1.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 = redent-1.0.0.tgz
	noextract = regenerate-1.3.2.tgz
	noextract = regenerator-runtime-0.10.3.tgz
	noextract = regenerator-transform-0.9.11.tgz
	noextract = regex-cache-0.4.3.tgz
	noextract = regexpu-core-2.0.0.tgz
	noextract = regjsgen-0.2.0.tgz
	noextract = regjsparser-0.1.5.tgz
	noextract = remove-trailing-separator-1.0.1.tgz
	noextract = repeat-element-1.1.2.tgz
	noextract = repeating-2.0.1.tgz
	noextract = repeat-string-1.6.1.tgz
	noextract = request-2.81.0.tgz
	noextract = resolve-1.1.7.tgz
	noextract = resolve-1.3.3.tgz
	noextract = resolve-from-2.0.0.tgz
	noextract = resolve-pkg-0.1.0.tgz
	noextract = right-align-0.1.3.tgz
	noextract = rimraf-2.2.8.tgz
	noextract = rimraf-2.6.1.tgz
	noextract = ripemd160-1.0.1.tgz
	noextract = rsyncwrapper-2.0.1.tgz
	noextract = run-series-1.1.4.tgz
	noextract = safe-buffer-5.0.1.tgz
	noextract = sanitize-filename-1.6.1.tgz
	noextract = screenfull-2.0.0.tgz
	noextract = semver-5.3.0.tgz
	noextract = set-immediate-shim-1.0.1.tgz
	noextract = sha.js-2.4.8.tgz
	noextract = shasum-1.0.2.tgz
	noextract = shelljs-0.3.0.tgz
	noextract = shell-quote-0.0.1.tgz
	noextract = shell-quote-1.6.1.tgz
	noextract = sigmund-1.0.1.tgz
	noextract = signal-exit-3.0.2.tgz
	noextract = single-line-log-1.1.2.tgz
	noextract = slash-1.0.0.tgz
	noextract = sntp-1.0.9.tgz
	noextract = source-map-0.4.4.tgz
	noextract = source-map-0.5.6.tgz
	noextract = source-map-support-0.4.14.tgz
	noextract = spdx-correct-1.0.2.tgz
	noextract = spdx-expression-parse-1.0.4.tgz
	noextract = spdx-license-ids-1.2.2.tgz
	noextract = speedometer-0.1.4.tgz
	noextract = sprintf-js-1.0.3.tgz
	noextract = sshpk-1.13.0.tgz
	noextract = stream-browserify-1.0.0.tgz
	noextract = stream-browserify-2.0.1.tgz
	noextract = stream-buffers-2.2.0.tgz
	noextract = stream-combiner2-1.0.2.tgz
	noextract = stream-combiner2-1.1.1.tgz
	noextract = stream-http-2.7.0.tgz
	noextract = stream-splicer-1.3.2.tgz
	noextract = stream-splicer-2.0.0.tgz
	noextract = string_decoder-0.10.31.tgz
	noextract = string_decoder-1.0.0.tgz
	noextract = stringstream-0.0.5.tgz
	noextract = string-template-0.2.1.tgz
	noextract = string-width-1.0.2.tgz
	noextract = strip-ansi-0.1.1.tgz
	noextract = strip-ansi-0.3.0.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 = subarg-1.0.0.tgz
	noextract = sumchecker-2.0.2.tgz
	noextract = supports-color-0.2.0.tgz
	noextract = supports-color-2.0.0.tgz
	noextract = supports-color-3.1.2.tgz
	noextract = syntax-error-1.3.0.tgz
	noextract = tar-stream-1.5.2.tgz
	noextract = tempfile-1.1.1.tgz
	noextract = throttleit-0.0.2.tgz
	noextract = through2-0.2.3.tgz
	noextract = through2-0.5.1.tgz
	noextract = through2-1.1.1.tgz
	noextract = through2-2.0.3.tgz
	noextract = through-2.3.8.tgz
	noextract = timers-browserify-1.4.2.tgz
	noextract = tmp-0.0.28.tgz
	noextract = to-arraybuffer-1.0.1.tgz
	noextract = to-fast-properties-1.0.2.tgz
	noextract = touch-0.0.3.tgz
	noextract = tough-cookie-2.3.2.tgz
	noextract = traverse-0.3.9.tgz
	noextract = trim-newlines-1.0.0.tgz
	noextract = trim-right-1.0.1.tgz
	noextract = truncate-utf8-bytes-1.0.2.tgz
	noextract = tty-browserify-0.0.0.tgz
	noextract = tunnel-agent-0.6.0.tgz
	noextract = typedarray-0.0.6.tgz
	noextract = uglify-js-2.8.22.tgz
	noextract = umd-3.0.1.tgz
	noextract = underscore-1.4.4.tgz
	noextract = underscore-1.6.0.tgz
	noextract = underscore.string-3.2.3.tgz
	noextract = uri-path-0.0.2.tgz
	noextract = url-0.10.3.tgz
	noextract = url-0.11.0.tgz
	noextract = utf8-byte-length-1.0.4.tgz
	noextract = util-0.10.3.tgz
	noextract = util-deprecate-1.0.2.tgz
	noextract = uuid-2.0.3.tgz
	noextract = uuid-3.0.1.tgz
	noextract = validate-npm-package-license-3.0.1.tgz
	noextract = verror-1.3.6.tgz
	noextract = virtual-dom-2.1.1.tgz
	noextract = vm-browserify-0.0.4.tgz
	noextract = walkdir-0.0.11.tgz
	noextract = watchify-3.9.0.tgz
	noextract = which-1.2.14.tgz
	noextract = window-size-0.1.0.tgz
	noextract = window-size-0.1.4.tgz
	noextract = wordwrap-0.0.2.tgz
	noextract = wordwrap-0.0.3.tgz
	noextract = wrap-ansi-2.1.0.tgz
	noextract = wrappy-1.0.2.tgz
	noextract = x-is-array-0.1.0.tgz
	noextract = x-is-string-0.1.0.tgz
	noextract = xmlbuilder-8.2.2.tgz
	noextract = xmldom-0.1.27.tgz
	noextract = xtend-2.1.2.tgz
	noextract = xtend-3.0.0.tgz
	noextract = xtend-4.0.1.tgz
	noextract = y18n-3.2.1.tgz
	noextract = yargs-3.10.0.tgz
	noextract = yargs-3.32.0.tgz
	noextract = yauzl-2.4.1.tgz
	noextract = zip-stream-1.1.1.tgz
	options = !strip
	source = https://github.com/senshu/Sozi/archive/17.06.tar.gz
	source = https://github.com/electron/electron/releases/download/v1.6.6/SHASUMS256.txt
	source = sozi-package-json.patch
	source = index-electron.html.patch
	source = texts2paths.patch
	source = fontawesome-v4.7.0.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.tar.gz
	source = grunt-install-dependencies-senshu.zip::https://github.com/senshu/grunt-install-dependencies/archive/0599d6298499d55b5ad7bda20f32dff095ec0f91.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.0.tgz
	source = https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz
	source = https://registry.npmjs.org/acorn/-/acorn-4.0.11.tgz
	source = https://registry.npmjs.org/ajv/-/ajv-4.11.7.tgz
	source = https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz
	source = https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz
	source = https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.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-1.1.0.tgz
	source = https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz
	source = https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz
	source = https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz
	source = https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz
	source = https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz
	source = https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz
	source = https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz
	source = https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz
	source = https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz
	source = https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz
	source = https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz
	source = https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz
	source = https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz
	source = https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz
	source = https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.3.tgz
	source = https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz
	source = https://registry.npmjs.org/asap/-/asap-2.0.5.tgz
	source = https://registry.npmjs.org/asar/-/asar-0.13.0.tgz
	source = https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
	source = https://registry.npmjs.org/asn1.js/-/asn1.js-4.9.1.tgz
	source = https://registry.npmjs.org/assert/-/assert-1.3.0.tgz
	source = https://registry.npmjs.org/assert/-/assert-1.4.1.tgz
	source = https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
	source = https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz
	source = https://registry.npmjs.org/astw/-/astw-2.2.0.tgz
	source = https://registry.npmjs.org/async/-/async-0.9.2.tgz
	source = https://registry.npmjs.org/async/-/async-1.5.2.tgz
	source = https://registry.npmjs.org/async/-/async-2.3.0.tgz
	source = https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz
	source = https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz
	source = https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.0.tgz
	source = https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz
	source = https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz
	source = https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.22.0.tgz
	source = https://registry.npmjs.org/babel-core/-/babel-core-6.24.1.tgz
	source = https://registry.npmjs.org/babel-generator/-/babel-generator-6.24.1.tgz
	source = https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz
	source = https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.24.1.tgz
	source = https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz
	source = https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz
	source = https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz
	source = https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz
	source = https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.24.1.tgz
	source = https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz
	source = https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz
	source = https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz
	source = https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz
	source = https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz
	source = https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz
	source = https://registry.npmjs.org/babel-register/-/babel-register-6.24.1.tgz
	source = https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.23.0.tgz
	source = https://registry.npmjs.org/babel-template/-/babel-template-6.24.1.tgz
	source = https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.24.1.tgz
	source = https://registry.npmjs.org/babel-types/-/babel-types-6.24.1.tgz
	source = https://registry.npmjs.org/babylon/-/babylon-6.17.0.tgz
	source = https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz
	source = https://registry.npmjs.org/Base64/-/Base64-0.2.1.tgz
	source = https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz
	source = https://registry.npmjs.org/base64-js/-/base64-js-1.1.2.tgz
	source = https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz
	source = https://registry.npmjs.org/binary/-/binary-0.3.0.tgz
	source = https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.8.0.tgz
	source = https://registry.npmjs.org/bl/-/bl-1.2.0.tgz
	source = https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz
	source = https://registry.npmjs.org/bn.js/-/bn.js-4.11.6.tgz
	source = https://registry.npmjs.org/boom/-/boom-2.10.1.tgz
	source = https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz
	source = https://registry.npmjs.org/braces/-/braces-1.8.5.tgz
	source = https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz
	source = https://registry.npmjs.org/browserify/-/browserify-10.2.6.tgz
	source = https://registry.npmjs.org/browserify/-/browserify-14.3.0.tgz
	source = https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.0.6.tgz
	source = https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz
	source = https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.0.tgz
	source = https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz
	source = https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz
	source = https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz
	source = https://registry.npmjs.org/browser-pack/-/browser-pack-5.0.1.tgz
	source = https://registry.npmjs.org/browser-pack/-/browser-pack-6.0.2.tgz
	source = https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.2.tgz
	source = https://registry.npmjs.org/browser-split/-/browser-split-0.0.1.tgz
	source = https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz
	source = https://registry.npmjs.org/buffer/-/buffer-3.6.0.tgz
	source = https://registry.npmjs.org/buffer/-/buffer-5.0.6.tgz
	source = https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz
	source = https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz
	source = https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz
	source = https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz
	source = https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz
	source = https://registry.npmjs.org/builtins/-/builtins-0.0.7.tgz
	source = https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz
	source = https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.1.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-keys/-/camelcase-keys-2.1.0.tgz
	source = https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz
	source = https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz
	source = https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz
	source = https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz
	source = https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz
	source = https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz
	source = https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz
	source = https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.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.3.tgz
	source = https://registry.npmjs.org/cli/-/cli-0.6.6.tgz
	source = https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz
	source = https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz
	source = https://registry.npmjs.org/co/-/co-4.6.0.tgz
	source = https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz
	source = https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.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/combined-stream/-/combined-stream-1.0.5.tgz
	source = https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.6.1.tgz
	source = https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.7.2.tgz
	source = https://registry.npmjs.org/commander/-/commander-2.9.0.tgz
	source = https://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz
	source = https://registry.npmjs.org/compare-version/-/compare-version-0.1.2.tgz
	source = https://registry.npmjs.org/compress-commons/-/compress-commons-1.2.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.4.10.tgz
	source = https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz
	source = https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz
	source = https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz
	source = https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz
	source = https://registry.npmjs.org/constants-browserify/-/constants-browserify-0.0.1.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.5.0.tgz
	source = https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz
	source = https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
	source = https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz
	source = https://registry.npmjs.org/crc/-/crc-3.4.4.tgz
	source = https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.0.tgz
	source = https://registry.npmjs.org/create-hash/-/create-hash-1.1.2.tgz
	source = https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.4.tgz
	source = https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
	source = https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.11.0.tgz
	source = https://registry.npmjs.org/csslint/-/csslint-0.10.0.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/dashdash/-/dashdash-1.14.1.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-0.7.4.tgz
	source = https://registry.npmjs.org/debug/-/debug-2.2.0.tgz
	source = https://registry.npmjs.org/debug/-/debug-2.6.4.tgz
	source = https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz
	source = https://registry.npmjs.org/decompress-zip/-/decompress-zip-0.3.0.tgz
	source = https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz
	source = https://registry.npmjs.org/defined/-/defined-1.0.0.tgz
	source = https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
	source = https://registry.npmjs.org/deps-sort/-/deps-sort-1.3.9.tgz
	source = https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.0.tgz
	source = https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz
	source = https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz
	source = https://registry.npmjs.org/detective/-/detective-4.5.0.tgz
	source = https://registry.npmjs.org/diff/-/diff-1.4.0.tgz
	source = https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz
	source = https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz
	source = https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz
	source = https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz
	source = https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz
	source = https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz
	source = https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz
	source = https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.1.tgz
	source = https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz
	source = https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz
	source = https://registry.npmjs.org/electron-download/-/electron-download-4.0.0.tgz
	source = https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.4.4.tgz
	source = https://registry.npmjs.org/electron-packager/-/electron-packager-8.6.0.tgz
	source = https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.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.0.tgz
	source = https://registry.npmjs.org/entities/-/entities-1.0.0.tgz
	source = https://registry.npmjs.org/entities/-/entities-1.1.1.tgz
	source = https://registry.npmjs.org/error/-/error-4.4.0.tgz
	source = https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz
	source = https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz
	source = https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz
	source = https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz
	source = https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz
	source = https://registry.npmjs.org/events/-/events-1.0.2.tgz
	source = https://registry.npmjs.org/events/-/events-1.1.1.tgz
	source = https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.0.tgz
	source = https://registry.npmjs.org/ev-store/-/ev-store-7.0.0.tgz
	source = https://registry.npmjs.org/exit/-/exit-0.1.2.tgz
	source = https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz
	source = https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz
	source = https://registry.npmjs.org/extend/-/extend-3.0.0.tgz
	source = https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz
	source = https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.0.tgz
	source = https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz
	source = https://registry.npmjs.org/falafel/-/falafel-1.2.0.tgz
	source = https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz
	source = https://registry.npmjs.org/figures/-/figures-1.7.0.tgz
	source = https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.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-2.2.3.tgz
	source = https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz
	source = https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz
	source = https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz
	source = https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz
	source = https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
	source = https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz
	source = https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz
	source = https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz
	source = https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz
	source = https://registry.npmjs.org/fs-extra/-/fs-extra-2.1.2.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.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/getpass/-/getpass-0.1.6.tgz
	source = https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.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/glob/-/glob-3.2.11.tgz
	source = https://registry.npmjs.org/glob/-/glob-4.5.3.tgz
	source = https://registry.npmjs.org/glob/-/glob-5.0.15.tgz
	source = https://registry.npmjs.org/glob/-/glob-6.0.4.tgz
	source = https://registry.npmjs.org/glob/-/glob-7.0.5.tgz
	source = https://registry.npmjs.org/glob/-/glob-7.0.6.tgz
	source = https://registry.npmjs.org/glob/-/glob-7.1.1.tgz
	source = https://registry.npmjs.org/global/-/global-4.3.2.tgz
	source = https://registry.npmjs.org/globals/-/globals-9.17.0.tgz
	source = https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz
	source = https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz
	source = https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz
	source = https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
	source = https://registry.npmjs.org/growl/-/growl-1.9.2.tgz
	source = https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz
	source = https://registry.npmjs.org/grunt-babel/-/grunt-babel-6.0.0.tgz
	source = https://registry.npmjs.org/grunt-browserify/-/grunt-browserify-3.8.0.tgz
	source = https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz
	source = https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-1.4.1.tgz
	source = https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-0.8.2.tgz
	source = https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-0.4.0.tgz
	source = https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.11.3.tgz
	source = https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.9.2.tgz
	source = https://registry.npmjs.org/grunt-electron/-/grunt-electron-5.0.0.tgz
	source = https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz
	source = https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-1.0.0.tgz
	source = https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz
	source = https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz
	source = https://registry.npmjs.org/grunt-newer/-/grunt-newer-1.3.0.tgz
	source = https://registry.npmjs.org/grunt-rsync/-/grunt-rsync-2.0.1.tgz
	source = https://registry.npmjs.org/grunt-simple-mocha/-/grunt-simple-mocha-0.4.1.tgz
	source = https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz
	source = https://registry.npmjs.org/handlebars/-/handlebars-4.0.6.tgz
	source = https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz
	source = https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz
	source = https://registry.npmjs.org/has/-/has-1.0.1.tgz
	source = https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.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-1.0.0.tgz
	source = https://registry.npmjs.org/hash.js/-/hash.js-1.0.3.tgz
	source = https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz
	source = https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz
	source = https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
	source = https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz
	source = https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz
	source = https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.4.2.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-browserify/-/http-browserify-1.7.0.tgz
	source = https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.1.tgz
	source = https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz
	source = https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz
	source = https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.16.tgz
	source = https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz
	source = https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz
	source = https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
	source = https://registry.npmjs.org/individual/-/individual-3.0.0.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/ini/-/ini-1.3.4.tgz
	source = https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.5.0.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-6.6.3.tgz
	source = https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.0.1.tgz
	source = https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz
	source = https://registry.npmjs.org/invert-kv/-/invert-kv-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.2.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.5.tgz
	source = https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz
	source = https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz
	source = https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz
	source = https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz
	source = https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz
	source = https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz
	source = https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz
	source = https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz
	source = https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz
	source = https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz
	source = https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz
	source = https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz
	source = https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz
	source = https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz
	source = https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
	source = https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz
	source = https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz
	source = https://registry.npmjs.org/jed/-/jed-1.1.1.tgz
	source = https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz
	source = https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz
	source = https://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz
	source = https://registry.npmjs.org/json3/-/json3-3.3.2.tgz
	source = https://registry.npmjs.org/json5/-/json5-0.5.1.tgz
	source = https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz
	source = https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
	source = https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.0.tgz
	source = https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz
	source = https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz
	source = https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz
	source = https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz
	source = https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
	source = https://registry.npmjs.org/jspot/-/jspot-0.3.13.tgz
	source = https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz
	source = https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.1.tgz
	source = https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz
	source = https://registry.npmjs.org/kind-of/-/kind-of-3.1.0.tgz
	source = https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz
	source = https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-1.0.2.tgz
	source = https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.0.tgz
	source = https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz
	source = https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz
	source = https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz
	source = https://registry.npmjs.org/lexical-scope/-/lexical-scope-1.2.0.tgz
	source = https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.5.2.tgz
	source = https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz
	source = https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz
	source = https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz
	source = https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz
	source = https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
	source = https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz
	source = https://registry.npmjs.org/lodash/-/lodash-4.15.0.tgz
	source = https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz
	source = https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz
	source = https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz
	source = https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz
	source = https://registry.npmjs.org/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz
	source = https://registry.npmjs.org/lodash.create/-/lodash.create-3.1.1.tgz
	source = https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz
	source = https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz
	source = https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz
	source = https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz
	source = https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz
	source = https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.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.3.1.tgz
	source = https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz
	source = https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz
	source = https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz
	source = https://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz
	source = https://registry.npmjs.org/meow/-/meow-3.7.0.tgz
	source = https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz
	source = https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.0.tgz
	source = https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz
	source = https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz
	source = https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz
	source = https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz
	source = https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz
	source = https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
	source = https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
	source = https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz
	source = https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
	source = https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
	source = https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
	source = https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz
	source = https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
	source = https://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz
	source = https://registry.npmjs.org/mksnapshot/-/mksnapshot-0.3.1.tgz
	source = https://registry.npmjs.org/mocha/-/mocha-3.2.0.tgz
	source = https://registry.npmjs.org/module-deps/-/module-deps-3.9.1.tgz
	source = https://registry.npmjs.org/module-deps/-/module-deps-4.1.1.tgz
	source = https://registry.npmjs.org/moment/-/moment-2.5.1.tgz
	source = https://registry.npmjs.org/ms/-/ms-0.7.1.tgz
	source = https://registry.npmjs.org/ms/-/ms-0.7.3.tgz
	source = https://registry.npmjs.org/multimatch/-/multimatch-2.1.0.tgz
	source = https://registry.npmjs.org/next-tick/-/next-tick-0.2.2.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-1.0.10.tgz
	source = https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
	source = https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.8.tgz
	source = https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz
	source = https://registry.npmjs.org/nugget/-/nugget-2.0.1.tgz
	source = https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz
	source = https://registry.npmjs.org/nunjucks/-/nunjucks-3.0.0.tgz
	source = https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz
	source = https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz
	source = https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz
	source = https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz
	source = https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz
	source = https://registry.npmjs.org/once/-/once-1.4.0.tgz
	source = https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
	source = https://registry.npmjs.org/os-browserify/-/os-browserify-0.1.2.tgz
	source = https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz
	source = https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz
	source = https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz
	source = https://registry.npmjs.org/outpipe/-/outpipe-1.1.1.tgz
	source = https://registry.npmjs.org/pako/-/pako-0.2.9.tgz
	source = https://registry.npmjs.org/parents/-/parents-1.0.1.tgz
	source = https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.0.tgz
	source = https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz
	source = https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz
	source = https://registry.npmjs.org/parserlib/-/parserlib-0.2.5.tgz
	source = https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.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-parse/-/path-parse-1.0.5.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.0.9.tgz
	source = https://registry.npmjs.org/pend/-/pend-1.2.0.tgz
	source = https://registry.npmjs.org/performance-now/-/performance-now-0.2.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-1.0.0.tgz
	source = https://registry.npmjs.org/p-limit/-/p-limit-1.1.0.tgz
	source = https://registry.npmjs.org/plist/-/plist-2.0.1.tgz
	source = https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz
	source = https://registry.npmjs.org/po2json/-/po2json-0.4.5.tgz
	source = https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz
	source = https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz
	source = https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz
	source = https://registry.npmjs.org/private/-/private-0.1.7.tgz
	source = https://registry.npmjs.org/process/-/process-0.11.9.tgz
	source = https://registry.npmjs.org/process/-/process-0.5.2.tgz
	source = https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz
	source = https://registry.npmjs.org/progress-stream/-/progress-stream-1.2.0.tgz
	source = https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.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/q/-/q-1.5.0.tgz
	source = https://registry.npmjs.org/qs/-/qs-6.4.0.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/randomatic/-/randomatic-1.1.6.tgz
	source = https://registry.npmjs.org/randombytes/-/randombytes-2.0.3.tgz
	source = https://registry.npmjs.org/rc/-/rc-1.2.1.tgz
	source = https://registry.npmjs.org/rcedit/-/rcedit-0.8.0.tgz
	source = https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz
	source = https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz
	source = https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz
	source = https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz
	source = https://registry.npmjs.org/readable-wrap/-/readable-wrap-1.0.0.tgz
	source = https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz
	source = https://registry.npmjs.org/read-only-stream/-/read-only-stream-1.1.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/redent/-/redent-1.0.0.tgz
	source = https://registry.npmjs.org/regenerate/-/regenerate-1.3.2.tgz
	source = https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.3.tgz
	source = https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.11.tgz
	source = https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz
	source = https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz
	source = https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz
	source = https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz
	source = https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz
	source = https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.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/request/-/request-2.81.0.tgz
	source = https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz
	source = https://registry.npmjs.org/resolve/-/resolve-1.3.3.tgz
	source = https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz
	source = https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-0.1.0.tgz
	source = https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz
	source = https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
	source = https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz
	source = https://registry.npmjs.org/ripemd160/-/ripemd160-1.0.1.tgz
	source = https://registry.npmjs.org/rsyncwrapper/-/rsyncwrapper-2.0.1.tgz
	source = https://registry.npmjs.org/run-series/-/run-series-1.1.4.tgz
	source = https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz
	source = https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.1.tgz
	source = https://registry.npmjs.org/screenfull/-/screenfull-2.0.0.tgz
	source = https://registry.npmjs.org/semver/-/semver-5.3.0.tgz
	source = https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz
	source = https://registry.npmjs.org/sha.js/-/sha.js-2.4.8.tgz
	source = https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz
	source = https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz
	source = https://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz
	source = https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz
	source = https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz
	source = https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz
	source = https://registry.npmjs.org/single-line-log/-/single-line-log-1.1.2.tgz
	source = https://registry.npmjs.org/slash/-/slash-1.0.0.tgz
	source = https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
	source = https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
	source = https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz
	source = https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.14.tgz
	source = https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz
	source = https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz
	source = https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz
	source = https://registry.npmjs.org/speedometer/-/speedometer-0.1.4.tgz
	source = https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz
	source = https://registry.npmjs.org/sshpk/-/sshpk-1.13.0.tgz
	source = https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz
	source = https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz
	source = https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz
	source = https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.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-2.7.0.tgz
	source = https://registry.npmjs.org/stream-splicer/-/stream-splicer-1.3.2.tgz
	source = https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.0.tgz
	source = https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
	source = https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz
	source = https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
	source = https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz
	source = https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz
	source = https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz
	source = https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.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/subarg/-/subarg-1.0.0.tgz
	source = https://registry.npmjs.org/sumchecker/-/sumchecker-2.0.2.tgz
	source = https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz
	source = https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
	source = https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz
	source = https://registry.npmjs.org/syntax-error/-/syntax-error-1.3.0.tgz
	source = https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz
	source = https://registry.npmjs.org/tempfile/-/tempfile-1.1.1.tgz
	source = https://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz
	source = https://registry.npmjs.org/through2/-/through2-0.2.3.tgz
	source = https://registry.npmjs.org/through2/-/through2-0.5.1.tgz
	source = https://registry.npmjs.org/through2/-/through2-1.1.1.tgz
	source = https://registry.npmjs.org/through2/-/through2-2.0.3.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.0.28.tgz
	source = https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz
	source = https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz
	source = https://registry.npmjs.org/touch/-/touch-0.0.3.tgz
	source = https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz
	source = https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz
	source = https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz
	source = https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz
	source = https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz
	source = https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz
	source = https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz
	source = https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
	source = https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.22.tgz
	source = https://registry.npmjs.org/umd/-/umd-3.0.1.tgz
	source = https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz
	source = https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz
	source = https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz
	source = https://registry.npmjs.org/uri-path/-/uri-path-0.0.2.tgz
	source = https://registry.npmjs.org/url/-/url-0.10.3.tgz
	source = https://registry.npmjs.org/url/-/url-0.11.0.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-deprecate/-/util-deprecate-1.0.2.tgz
	source = https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz
	source = https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz
	source = https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz
	source = https://registry.npmjs.org/verror/-/verror-1.3.6.tgz
	source = https://registry.npmjs.org/virtual-dom/-/virtual-dom-2.1.1.tgz
	source = https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz
	source = https://registry.npmjs.org/walkdir/-/walkdir-0.0.11.tgz
	source = https://registry.npmjs.org/watchify/-/watchify-3.9.0.tgz
	source = https://registry.npmjs.org/which/-/which-1.2.14.tgz
	source = https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz
	source = https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz
	source = https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
	source = https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz
	source = https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz
	source = https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz
	source = https://registry.npmjs.org/x-is-array/-/x-is-array-0.1.0.tgz
	source = https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz
	source = https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz
	source = https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz
	source = https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz
	source = https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz
	source = https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
	source = https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz
	source = https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz
	source = https://registry.npmjs.org/yargs/-/yargs-3.32.0.tgz
	source = https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz
	source = https://registry.npmjs.org/zip-stream/-/zip-stream-1.1.1.tgz
	sha1sums = f8c9db7f3315bfb9e0002a70618886b27b7280b0
	sha1sums = 9aae9284c2a6fc0f3ddefdea2f59ffe428f39c75
	sha1sums = a10b5cad0c35caa7cfa412f95b58d81f6150173a
	sha1sums = 81cb22c9207dbc1fe78e273eafadf087568da020
	sha1sums = ebaf4c68d77391a701b3acfc21282eb78d8077fd
	sha1sums = 7a94b1800202e20c382d9847cdf51e8d1c106b7e
	sha1sums = 4659b22d75a30e54197684ff4219090dc1e8d9e4
	sha1sums = 9294ff54f3ed46a1f1cfc6d2a127daba904a74af
	sha1sums = 548f8e748eae14e2d5be39f784c033528dc86905
	sha1sums = b39f23b2904c85310f1e799d5263107ff81b8069
	sha1sums = d0554c2256636e2f56e7c2e5ad183f859428d81f
	sha1sums = c8ce27de0acc76d896d2b1fad3df588d9e82f014
	sha1sums = edcda3bd937e7556410d42ed5860f67399c794c0
	sha1sums = 8655a5d86d0824985cc471a1d913fb6729a0ec48
	sha1sums = 0cd90a561093f35d0a99256c22b7069433fad117
	sha1sums = 4a5282ac164729e93619bcfd3ad151f817ce91f5
	sha1sums = 0d8e946967a3d8143f93e24e298525fc1b2235f9
	sha1sums = c3b33ab5ee360d86e0e628f0468ae7ef27d654df
	sha1sums = cb102df1c56f5123eab8b67cd7b98027a0279178
	sha1sums = eaecbf66cd706882760b2f4691582b8f55d7a7de
	sha1sums = b432dd3358b634cf75e1e4664368240533c1ddbe
	sha1sums = a3e52fa39168c825ff57b0248126ce5a8ff95507
	sha1sums = 4f2194d6d8f99df3f531e6881f14f15d55faaf22
	sha1sums = e50b4c09c70bf3d680e32ff1b7994e9f9d895174
	sha1sums = 73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86
	sha1sums = eff52e3758249d33be402b8bb8e564bb2b5d4031
	sha1sums = 7da8cf2e26628ed732803581fd21f67cacd2eeec
	sha1sums = df010aa1287e164bbda6f9723b0a96a1ec4187a1
	sha1sums = 88a2bab73d1cf7bcd5c1b118a003f66f665fa662
	sha1sums = 173899d3ffd1c7d9383e4479525dbe278cab5f2b
	sha1sums = 9a34410e4f4e3da23dea375be5be70f24778ec39
	sha1sums = af6ac877a25cc7f74e058894753858dfdb24fdb6
	sha1sums = a1d97ccafcbc2625cc70fadceb36a50c58b01a53
	sha1sums = 8f3b827f955a8bd669697e4a4256ac3ceae356cf
	sha1sums = a274ed85ac08849b6bd7847c4580745dc51adfb1
	sha1sums = 898508da2226f380df904728456849c1501a4b0d
	sha1sums = 522765b50c3510490e52d7dcfe085ef9ba96958f
	sha1sums = df33dd9d01bff842464d0d9f095740d4a62afb14
	sha1sums = dac8787713c9966849fc8180777ebe9c1ddf3b86
	sha1sums = 48ba240b45a9280e94748990ba597d216617fd40
	sha1sums = 03939a622582a812cc202320a0b9a56c9b815849
	sha1sums = 99912d591836b5a6f5b345c0f07eefc08fc65d91
	sha1sums = d74e1b87e7affc0db8aadb7021f3fe48101ab234
	sha1sums = f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525
	sha1sums = 7bd41784d32493987aeb239b6b4e1c57a873b917
	sha1sums = aea74d5e61c1f899613bf64bda66d4c78f2fd17d
	sha1sums = ec6a61ae56480c0c3cb241c95618e20892f9672a
	sha1sums = 1013d1051047dd320fe24e494d5c66ecaf6147d9
	sha1sums = 19d386a1d9edc6e7c1c85d388aedbcc56d33602d
	sha1sums = c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79
	sha1sums = 38e8319d79379e24628845b53b96722b29e0e47c
	sha1sums = 83ef5ca860b2b32e4a0deedee8c771b9db57471e
	sha1sums = 14342dd38dbcc94d0e5b87d763cd63612c0e794f
	sha1sums = 027620bee567a88c32561574e7fd0801d33118e4
	sha1sums = 8c428564dce1e1f41fb337ec34f4c3b022b5ad83
	sha1sums = e715f486c58ded25649d888944d52aa07c5d9497
	sha1sums = ece6aacddc76e41c3461f88bfc575bd0daa2df8d
	sha1sums = 7a9747f258d8947d32d515f6aa1c7bd02204a080
	sha1sums = d3475b8c03ed98242a25b48351ab18399d3580a9
	sha1sums = 8f7782aa93407c41d3aa50908f89b031b1b6853d
	sha1sums = 1ecb27689c9d25513eadbc9914a73f5408be7a76
	sha1sums = f7a13427ba9f73f8f4fa993c54a97882d1244257
	sha1sums = d36e22fab1008d79d88648e32116868128456ce8
	sha1sums = bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a
	sha1sums = 3471de9caec388e5c850e597e58a26ddf37602b2
	sha1sums = f3cdf4703858035b2a2951c6ec5edf6c62f2630e
	sha1sums = 35157b101426fd2ffd3da3f75c7d1e91835bbf8a
	sha1sums = 452692cb711d5f79dc7f85e440ce41b9f244d221
	sha1sums = bbc51b49f964d70cb8d8e0b94e820246ce3a6141
	sha1sums = 76c295dc3a4741b1665adfd3167215dcff32a576
	sha1sums = 5a4c58a50c9c9461e564b4b2a3bfabc97a2584db
	sha1sums = 6fe2a8d16895d5634f4cd999b6d3480a308159b3
	sha1sums = 997bb1f1ab967f682d2b0876fe358d60e765c56d
	sha1sums = 73eb3d310ca969e3ef9ec91c53741a6f1576423e
	sha1sums = f47c95b2b613df1d3ecc2fdb7573623c75248691
	sha1sums = 834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b
	sha1sums = 4f54a02d6cd66cf915280019a31d31925377ca2e
	sha1sums = 3b3e54017239842d6d19c3011c4bd2f00a00d154
	sha1sums = d3e310b40ef664a36622200097c6d440298f2bfe
	sha1sums = ff89a142b9119a906195f5f106ecf305d9407d23
	sha1sums = ac997e6285cd18ed6176adb607d602344ad38468
	sha1sums = 24cef69ae21cb83a7f8603dad021f572eb278f8d
	sha1sums = 57ac351ab49caf14a97cd13b09f66fdf0a625f2b
	sha1sums = 24f875d6721c87661bbd99a4622e51f14de38aa0
	sha1sums = d6d68a99f89aedc4536c81a542e8dd9f1746f8d1
	sha1sums = 00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc
	sha1sums = a84b3450f7e9f8f1f6839d6d687da84bb1236d8d
	sha1sums = dec09f1cddff94b52ac73d505c84df59dcceb372
	sha1sums = d38b12f42ea7323f729387f18a7c5ae1faeb35e9
	sha1sums = b8da305ad43c3c99b4848e4fe4037b770d23c418
	sha1sums = d5faf7aa578a65bbe591cf5edae04a0c67020758
	sha1sums = d44050d6bc2c9feea702aaf38d727a0210538939
	sha1sums = 7e10e13a2f71065bdfad5a1787ba45bca6ded75f
	sha1sums = 0a9489f144de70efb3ce4300accdb329e2fc543b
	sha1sums = 04ae514f1f93b3a2537f2a0f60a5a45fb8308333
	sha1sums = ab36673fd356f9a0948659e7b338d5feadb31695
	sha1sums = a136879dc15b3606bda0d90c1fc74304c2ff0975
	sha1sums = 37da948878488b9c4e3c4038893fa3314b3fc932
	sha1sums = cb3f3e3c732dc0f01ee70b403f302e61d7709838
	sha1sums = ba3a4230708e186705065e66babdd4c35cf60028
	sha1sums = 1101e9544f4a76b1bc3b26d452ca96d7a35e7978
	sha1sums = d6400cac1c4c660976d90d07a04351d89395f5e8
	sha1sums = a39992d723584811982be5e290bb6a53d86700f1
	sha1sums = 9f60553bc5ce8c3386f3b553cff47462adecaa79
	sha1sums = 48ec8d16df4377eae5fa5884682480af4d95c774
	sha1sums = 1397e7ec42c5f5dc387470c500e34a9f6be9ea98
	sha1sums = 791420d7f551eea2897453a8a77653f96606d67c
	sha1sums = 53344adb14617a13f6e8dd2ce28905d1c0ba3215
	sha1sums = 39c8918ceff5799f83f9492a848f625add0c766f
	sha1sums = 3effc3c50e000531fb720eaff80f0ae8ef23cf59
	sha1sums = ba77962e12dff969d6b76711e914b737857bf6a7
	sha1sums = 12c25efe40a45e3c323eb8675a0a0ce57b22371f
	sha1sums = dcbfef794f548f5f8498214814f697a5c50c0896
	sha1sums = fd003a2386ac1aec127f097885a3cc6373b745c4
	sha1sums = 5e7725dbdef1fd5930d4ebab48567ce451c48a0a
	sha1sums = 9988244874bf5ed4e28da95666dcd66ac8fc363a
	sha1sums = daa277717470922ed2fe18594118a175439721dd
	sha1sums = 21e0abfaf6f2029cf2fafb133567a701d4135524
	sha1sums = aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298
	sha1sums = bb35f8a519f600e0fa6b8485241c979d0141fb2d
	sha1sums = 4197719b20c6e0aaa09451c5111e53efb6fbc18d
	sha1sums = f86cd6cef4f5300c8e63e07a4d512f65fbff4531
	sha1sums = 8ff09b0a2c421718a1051c260b32e48f442938ce
	sha1sums = 7b097574f8e3ead606fb4664e64adfdda2981a93
	sha1sums = f351d32969d32fa5d7a5567154263d928ae3bd1f
	sha1sums = a72c936f77b96bf52f5f7e7b467180628551defb
	sha1sums = 2ea669f7eec0b6eda05b08f8b5ff661b28573588
	sha1sums = 0d333e3f00eac50aa1454abd30ef8c2a5d9a7242
	sha1sums = b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb
	sha1sums = 9978ce317388c649ad8793028c3477ef044a8b51
	sha1sums = 26e61ed1422fb70dd42e6e36729ed51d855fe8d9
	sha1sums = 270f076c5a72c02f5b65a47df94c5fe3a278892f
	sha1sums = 355219cd6cf18dbe7c01cc7fd2dce765cfdc549a
	sha1sums = 85982878e21b98e1c66425e03d0174788f569ee8
	sha1sums = d09c4b52800aa4c078e2dd81a869aac90d2e54e7
	sha1sums = 9bb5304d2e0b56698b2c758b08a3eaa9daa58a39
	sha1sums = 7c1d16d679a1bbe59ca02cacecfb011e201f5a1f
	sha1sums = 308beeaffdf28119051efa1d932213c91b8f92e7
	sha1sums = 164a5483e630fa4321e5af07020e531831b2609b
	sha1sums = 1b681c21ff84033c826543090689420d187151dc
	sha1sums = aa0d32629b6ee972200411cbd4461c907bc2b7ad
	sha1sums = 5eab50b28afe58074d0d58291388828b5e5fbc98
	sha1sums = 5199a3ddcd0c1efe23bc08c1b027b06176e0c64f
	sha1sums = 663b3a648b68b55d04690d49167aa837858f2174
	sha1sums = a8115c55e4a702fe4d150abd3872822a7e09fc98
	sha1sums = 2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2
	sha1sums = 04a106672c18b085ab774d983dfa3ea138f22205
	sha1sums = eeabf194419ce900da3018c207d212f2a6df0a07
	sha1sums = 02ad44a380abf27adac5e6f0cdd7b043d74c53e3
	sha1sums = 4b475760ff80264c762c3a1719032e91c7fea0d1
	sha1sums = 120601537a916d29940f934da3b48d585a39213d
	sha1sums = 6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184
	sha1sums = 0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77
	sha1sums = 12938bcf9be1948fa006f92e0c4c9e81705108c0
	sha1sums = 7d0023eaeb154e8ee9fce75dcb923d0ed1667774
	sha1sums = 168a4701756b6a7f51a12ce0c97bfa28c084ed63
	sha1sums = 938370a57b4a51dea2c77c15d5c5fdf895164009
	sha1sums = 9b4a09c316033d768e0f11e029fa2730e079ad96
	sha1sums = 0870312856b307a87cc4ac486f3a9a62aeccc09e
	sha1sums = 9c99094176e12240cb22d6c5146098400fe0f7d4
	sha1sums = 89f00fdcd51b519c578733fec563e6a6da7f5be2
	sha1sums = 0162ec2d9351f5ddd59a9202cba935366a725080
	sha1sums = 58587092ef20d37cb58baf000112c9278ff73b9f
	sha1sums = d8a96bd77fd68df7793a73036a3ba0d5405d477b
	sha1sums = acc3bbf5602cb8cc980c6ac840fa7d8603e3ef36
	sha1sums = 53f7d43c51c5e43f81c8fdd03321c631be68d611
	sha1sums = 708978624d856af41a5a741defdd261da752c266
	sha1sums = 0aac662fd52be78964d5532f694784e70110acf7
	sha1sums = f0241c45730a9fc6323b206dbf38edc741d0bb10
	sha1sums = 92577db527ba6c4cf0a4568d84bc031f441e21f2
	sha1sums = c20b96d8c617748aaf1c16021760cd27fcb8cb75
	sha1sums = 4829c877e9fe49b3161f3bf3673888e204699860
	sha1sums = 9acd70851c6d5dfdd93d9282e5edf94a03ff46b5
	sha1sums = 4de911e667b0eae9124e34254b53aea6fc618d3e
	sha1sums = b5fd54220aa2bc5ab57aab7140c940754503c1a7
	sha1sums = e3cdd3b4df3168dd74e3de3fbbcb7b297fe908f4
	sha1sums = 9da1e980e3bd44fc5c93bf5ab3da3378d85e466b
	sha1sums = 888c723596cdf7612f6498233eebd7a35301737d
	sha1sums = 51210062d7bb7479f6c65bb41a92208b1d61abad
	sha1sums = d3fb4ba253eb8b3f56e39ea2fbcb8af747bd3170
	sha1sums = 3bdfecdc608147c1c67202fa291e7dca59eaa3b8
	sha1sums = 3652a0906ab9b2a7e0c3ce66a408e957a2485522
	sha1sums = 3a6a04e7565c8e9d19beb49767c7ec96e8365805
	sha1sums = 408086d409550c2631155619e9fa7bcadc3b991b
	sha1sums = 988df33feab191ef799a61369dd76c17adf957ea
	sha1sums = 853cfa0f7cbe2fed5de20326b8dd581035f6e2f0
	sha1sums = 9f124b67594c937ff706932e4a642cca8dbbfee9
	sha1sums = eaf439fd4d4848ad74e5cc7dbef200672b9e345b
	sha1sums = 06e1ea8082c2cb14e39806e22e2f6f757f92af39
	sha1sums = f87057e995b1a1f6ae6a4960664137bc56f039da
	sha1sums = 7586a9b3c39741c0282ae33445c4e8ac74734fe0
	sha1sums = f6534d15148269b20352e7bee26f501f9a191290
	sha1sums = ae3bcb7e34c65879adfe77e19c30f86602b4bdb0
	sha1sums = efe4113d08085f4e6f9687759810f807469e2253
	sha1sums = c98d9bcef75674188e110969151199e39b1fa693
	sha1sums = df3ae199acadfb7d440aaae0b29e2272b24ec619
	sha1sums = 29dfff53e17b36aecae7530adbbbf622c2ed1a71
	sha1sums = 091724902e84658260eb910748cccd1af6e21fb5
	sha1sums = c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc
	sha1sums = f76d064352cdf43a1cb6ce619c4ee3a9475de208
	sha1sums = 6e5a8c6b26e6c7a254b1c6b6d7490d98ec91edd1
	sha1sums = 7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf
	sha1sums = b5835739270cfe26acf632099fded2a07f209e5e
	sha1sums = 867aa4b093faa05f1de08c06f4d7b21fdf8698bc
	sha1sums = bd28773e2642881aec51544924299c5cd822185b
	sha1sums = b17aed82e8ab59e52dd9c19b1756e0fc187204c2
	sha1sums = 2de59a0822d5027fabff6f032c2b25a2a8abe738
	sha1sums = 073c697546ce0780ce23be4a28e293e40bc30c82
	sha1sums = dcd8488a26f563d61079e48c9f7b7e32373682cf
	sha1sums = 672226dc74c8f799ad35307df936aba11acd6018
	sha1sums = c614dcf67e2fb14995a91711e5a617e8a60a31db
	sha1sums = 8b12dab878c0d69e3e7891051662a32fc6bddcc1
	sha1sums = 53b54b744f992a89b198a7c23c2c4c329aaedabd
	sha1sums = afdf38450ccaebe6dabeca71fb0fad6294a8c57c
	sha1sums = 23a4233cb573389c0f728b4e87ef74416d9933e9
	sha1sums = cac9af8762c85836187003c8dfe193e5e2eae5df
	sha1sums = 538b66f3ee62cd1ab51ec323829d1f9480c74beb
	sha1sums = 7a90d833efda6cfa6eac0f4949dbb0fad3a63206
	sha1sums = b2987aa3821347fcde642b24fdfc9e4fb712bf26
	sha1sums = 6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0
	sha1sums = bf69ff251fb4a279c19adccdaa6b61e90d9bf12a
	sha1sums = f855a86ce61adc4e8621c3cda21e7a7612c3a8dc
	sha1sums = 1b61c0562190a8dff6ae3bb2cf0200ca130b86d4
	sha1sums = 96e3b70d5779f6ad49cd032673d1c312767ba581
	sha1sums = 0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b
	sha1sums = 8f61b75cde012b2e9eb284d4545583b5643b61ab
	sha1sums = 75849dcfe93d10fb057c30055afdbd51d06a8e24
	sha1sums = 9ebdb7635ad099c70dcc4c2a1f5004288e8bd924
	sha1sums = 497b66ad9fef65cd7c08a6180824ba1476b66e53
	sha1sums = 1ab0c7f82136505dd74b31d17701cb2be6d26558
	sha1sums = 0632638f8d877cc82107d30a0fff1a17cba1cd0c
	sha1sums = df07284e342a807cd733ac5af72411e581d1177b
	sha1sums = a299effd335fe2721ebae8e257ec79644fc85337
	sha1sums = 5a474353b9f3353ddd8176dfd37b91c83a46f1d4
	sha1sums = 2e18ff3d2f49ab2765cec9023f011daa8d8349a1
	sha1sums = 7f400c9607ea866ecab7aa6d54fb978eeb11621a
	sha1sums = e1080e0658e300b06294990cc70e1502235fd550
	sha1sums = c18d24ef5091174a497f318cd24b026a25cddab4
	sha1sums = 8b5bcbd9ec327c5041bf9ab023fd6750f1177e65
	sha1sums = cbe1e3affcf1cd44b80cadfed28dc793a9701d2e
	sha1sums = 996e3e80479b98b9897f15a8a58b3d084e926775
	sha1sums = a5e7a8ffbfa493b43b923bbd4ca89a53b63b612b
	sha1sums = 50b77dfd7e469bc7492470963699fe7a8485a723
	sha1sums = 6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f
	sha1sums = 45d1b7e506c717ddd482775a2b77920a3c0c57a7
	sha1sums = 37930aa5d816b777c03445e1966cc6790a4c0b16
	sha1sums = 0bee005018aeb260d0a3af3ae658dd0136ec1b99
	sha1sums = fbc71f0c41adeb37f96c577ad1ed42d8fdacca91
	sha1sums = 81068d295a8142ec0ac726c6e2200c30fb6d5e80
	sha1sums = 33c183acf193276ecaa98143a69e94bfee1750d1
	sha1sums = 5265c681a4f294dabbf17c9509b6763aa84510ce
	sha1sums = 9ae1fdd94897798edab76d0918cf42d0c3184fa9
	sha1sums = 046c70163cef9aad46b0e4a7fa467fb22d71de35
	sha1sums = 1504ad2523158caa40db4a2787cb01411994ea4f
	sha1sums = 16176714c801798e4e8f2cf7f7529467bb4a5771
	sha1sums = 047a449789fa160d018f5486ed91320b6ec7885c
	sha1sums = 6432796563e28113cd9474dbbd00052985a4999c
	sha1sums = 283ffd9fc1256840875311c1b60e8c40187110e6
	sha1sums = b968c6b0a04384324902e8bf1a5df32579a450fe
	sha1sums = 541b99e2720e460163055c64e99b1422e3e995f5
	sha1sums = 2c5a6638d893934b9b55037d0ad82cb7004b2679
	sha1sums = 4a973f635b9190f715d10987d5c00fd2815ebe3d
	sha1sums = c6cb73d3226c1efef04de3c56d012f03377ee15f
	sha1sums = 1bc936b9e02f4a603fcc222ecf7633d30b8b93b1
	sha1sums = 0f08860f6a155127b2fadd4f9ce24b1aab6e4d22
	sha1sums = b4202a69099bbb4d292a7c1b95b6682b67ebdc95
	sha1sums = 211bafaf49e525b8cd93260d14ab136152b3f57a
	sha1sums = 805211df04faaf1c63a3600306cdf5ade50b2ec8
	sha1sums = e76989268a6c74c38908b1305b10fc0e394e9d0f
	sha1sums = 0c0ca696d9b9bb694d2e5470bd37777caad50286
	sha1sums = dbb164f6221b1c0b1ccf82aea328b497df0ea3c4
	sha1sums = 81383d72db054fcccf5336daa902f182f6edbb28
	sha1sums = 0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658
	sha1sums = 4cafad76bc62f02fa039b2f94e9a3dd3a391a725
	sha1sums = 0ea7743715db8d8de2c5ede1775e1b45ac85c02f
	sha1sums = e8778764e944b18f32bb0f10b9078475c9dfb56b
	sha1sums = 378189b487de1168c4c4a9fc88dd6005b35df960
	sha1sums = 0d00d83d92578175cdea863fbf860e3d5621c4a3
	sha1sums = 562b119ebb069ddb464ace2845501be97b35b6a8
	sha1sums = 36212e9bbb41e9b41ff6fbe2fc77281c69ab02a0
	sha1sums = df31c90ffcc409bc9fafe44ec0dd1e4259916fea
	sha1sums = cad1d21daeef8dbf3ff8015822555b7b8e29d6a0
	sha1sums = 80368181dccd551186e5b8385c011cee24d640a0
	sha1sums = 1a61c6f212410e4abb4f7c89153717b101560260
	sha1sums = 156d5c71c8389a0aa1f1b9ef360bd067ab24e777
	sha1sums = a4274eeb32fa765da5a7a3b1712617ce3b144149
	sha1sums = fb86f1809847bc07dc47843f9ecd6cacb62df2d5
	sha1sums = a7b8e2d0fb35b5a50f4af986fc112749ebc96f3d
	sha1sums = 386aa78dc6ed50986c2b18957265b1b48abb9b86
	sha1sums = 83ccb7a1dda7cbd8ab23b059024ebe614ad2f342
	sha1sums = b97dd154216acc8b492456053eebb3525ca6f91f
	sha1sums = 579449249eaf0a81878fa72f3edab5145d45fd77
	sha1sums = 66cf8b101047227b95bace6ea1da0c177ed5c22f
	sha1sums = 2ce4484850537f9c97a8026d5399b935c4ed4ed7
	sha1sums = d263135f43307c02c602afc8fe95970c0151369e
	sha1sums = 33481d0f1bbff600dd203d75812a6a5fba002e2a
	sha1sums = 8461733f538b0837c9361e39a9ab9e9704dc2f28
	sha1sums = 84f265aae8c0e6a88a12d7022894b7568894c62e
	sha1sums = 34f5049ce1ecdf2b0649af3ef24e45ed35416d91
	sha1sums = 67144a5260c34fc3cca677d041daf52fe7b78b2f
	sha1sums = 9d9e793165ce017a00f00418c43f942a7b1d11fa
	sha1sums = 1332ff00156c0a0ffdd8236013d07b77a0451573
	sha1sums = 078444bd7c1640b0fe540d2c9b73d59678e8e1c4
	sha1sums = d2745701025a6c775a6c545793ed502fc0c649a1
	sha1sums = 20bb7403d3cea398e91dc4710a8ff1b8274a25ed
	sha1sums = e36c3f2d2cae7d746a857e38d18d5f32a7882db8
	sha1sums = b834f723cc4a242aa65963459df6d984c5d3d959
	sha1sums = 0076b9f46a270506ddbaaea56496897460612a67
	sha1sums = 3a03edc2214bca3b66424a3e7959349509cb0351
	sha1sums = 996c28b191516a8be86501a7d79757e5c70c1068
	sha1sums = 33795ade72df88acfbfd36773cefeda764735b20
	sha1sums = 3f91365cabe60b77ed0ebba24b454e3e09d95a82
	sha1sums = ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73
	sha1sums = df72e267066cd0ac67fb76adf8e134a8fbcf91bf
	sha1sums = 65de3beeb39e2960d67f049f1634ffcbcde9014b
	sha1sums = be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4
	sha1sums = 8e2d48348742121b4a8218b7a137e9a52049dc80
	sha1sums = 82dc336d232b9062179d05ab3293a66059fd435d
	sha1sums = e7ca4f85f8957b018734f285750dc22ec2f9862d
	sha1sums = 49bd6331d7d02d0c09bc910a1075ba8165b56df9
	sha1sums = b17d08d326b4423e568eff719f91b0b1cbdf69f1
	sha1sums = 633c2c83e3da42a502f52466022480f4208261de
	sha1sums = 0537cb79daf59b59a1a517dff706c86ec039162e
	sha1sums = 4a4c5dd8e4fb5e9b3cda60c822dfadcaee66e0af
	sha1sums = f9393471c18a79d1724f863fa38b586370ade2a5
	sha1sums = 20638e29a30f9ed1ca2e3a825fbc2cba5246ddfc
	sha1sums = c03bf4e01cb086d5b5e5ace8ad0afe7889d638c3
	sha1sums = 9e1f56ac0acdb6bf303306f338be3b204ae60360
	sha1sums = 104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6
	sha1sums = 8a18acfca9a8f4177e09abfc6038939b05d1eedf
	sha1sums = bb935d48582cba168c06834957a54a3e07124f11
	sha1sums = 77c99840527aa8ecb1a8ba697b80645a7a926a9d
	sha1sums = 4a3e974ec0cba9004d3fc6cde7209ea69368a621
	sha1sums = 75f16642b480f187a711c814161fd3a4a7655898
	sha1sums = 1f3b26ef613b214b88cbca23cc6c01d87961eecc
	sha1sums = 540572d34f7ac3119f8f76c30cbc1b1e037affbe
	sha1sums = 2c132383f39199f8edc268ca01b9b007d205cc4d
	sha1sums = 2238098fc221de0bcfa5d9eac4c45d638aa1c534
	sha1sums = e8fbf374dc556ff8947a10dcb0572d633f2cfa10
	sha1sums = 62b110e289a471418e3ec36a617d472e301dfc89
	sha1sums = ac468177c4943405a092fc8f29760c6ffc6206c0
	sha1sums = cc6677695602be550ef11e8b4aa6305342b6d0aa
	sha1sums = ef9e31386f031a7f0d643af82fde50c457ef00cb
	sha1sums = d096f926a3ded5600f3fdfd91198cb0888c2d863
	sha1sums = 01fcbbb393463a548f2f466cce16dece49db908f
	sha1sums = 8952688c5ec2ffd6b03ecc85e769e02903083470
	sha1sums = f065561096a3f1da2ef46272f815c840d87e0c89
	sha1sums = 3334dc79774368e92f016e6fbc0a88f5cd6e6bc4
	sha1sums = 207bab91638499c07b2adf240a41a87210034575
	sha1sums = 47e63f7af55afa6f92e1500e690eb8b8529c099a
	sha1sums = e479c80858df0c1b11ddda6940f96011fcda4a9a
	sha1sums = 4b0da1442104d1b336340e80797e865cf39f7d72
	sha1sums = 7a549bbd9ffe1585b0cd0a191e203055bee574b4
	sha1sums = e7dee66e35d6fc16f710fe91d5cf69f70f08911d
	sha1sums = 46c3fec8c1892b12b0833db9bc7622176dbab34b
	sha1sums = 1d09a3bd913c4cadfa81bf18d582bd85bffe0d44
	sha1sums = 3c0434743df93e2f5c42aee7b19bcb483575f4e1
	sha1sums = 1eade7acc012034ad84e2396767ead9fa5495821
	sha1sums = 3736a2b428b87bbda0cc83b53fa3d633a35c2ae8
	sha1sums = 2c74b6ee41d93ca51b7b5aaee8f503631d252a73
	sha1sums = 85fc245b1d9259acc6941960b905adf64e7de0e8
	sha1sums = b480c892e59a2f05954ce727bd3f2a4e882f9e13
	sha1sums = 611c23e814db375527df851193db59dd2af27f45
	sha1sums = 9a759d39c5f2ff503fd5300646ed445f88c4f9af
	sha1sums = 707f761e01dae9e16f1bcf93703b78c70966579a
	sha1sums = 1296a2d58fd45f19a0f6ce01d65701e2c735b6eb
	sha1sums = e64f00d00744706aa07ee8d66c5b58a82cf04e73
	sha1sums = a3b87e40298d8c380552d8cc7628a0bb95a22918
	sha1sums = 08e9f132484a2c45a30907e9dc4d5567b7f114d7
	sha1sums = 0377c38017cabc7322b0d1fbcd25a491641f2fbe
	sha1sums = 475d698a5e49ff5e53d14e3e732429dc8bf4cf47
	sha1sums = 4088433b46b3b1ba259d78785d8e96f73ba02439
	sha1sums = 4615331537784981e8fd264e1f3a434c4e0ddd65
	sha1sums = a52e1d138024c00b86b1c0c91f677918b8ae0a59
	sha1sums = a1d78fc3a50474cb80845d3b3b6e1da49a446e8e
	sha1sums = f6995fe0f820392f61396be89462407bb77168e4
	sha1sums = 308accafa0bc483a3867b4b6f2b9506251d1b835
	sha1sums = fcea5edc704a4b3a8796cdca419c3a0afaf22df4
	sha1sums = 0728561180fd20ff8a6927505852fc58aaea0c88
	sha1sums = 956905708d58b4bab4c2261b04f59f31c99374c0
	sha1sums = 7947e42149af80d696cbf797bcaabcfe1fe29ca8
	sha1sums = 2b568b265eec944c6d9c0de9c3dbbbca0354cd8e
	sha1sums = fadd834b9683073da179b3eae6d9c0d15053f73e
	sha1sums = 5bf45e8e49ba4189e17d482789dfd15bd140b7b6
	sha1sums = 3678bd8ab995057c07ade836ed2ef087da811d45
	sha1sums = 3162391d8f0140aa22cf8f6b3c34d6b7f63d3aa9
	sha1sums = 78203a4d1c328ae1d86dca6460e369b57f4055ae
	sha1sums = efd9c4a6ec53f3b05412429915c3e4824e4d25a4
	sha1sums = 8c38a099500f215ad09e59f1722fd0c52bfe0a4e
	sha1sums = 8da0e6a876cf344c0ad8a54882111dd3c5c7ca36
	sha1sums = 1bc661614daa7fc311b7d03bf16806a0213cf821
	sha1sums = d7f2849f0dbda7e04682bb8cd72ab022461debe7
	sha1sums = 2d177f652fa31e939b4438d5341499dfa3825e99
	sha1sums = 570bc7dede46d61cdcde687d65d3eecbaa3aaff5
	sha1sums = 2f573d85c6a24289ff00663b491c1d338ff3458a
	sha1sums = 79e4eb88c36a8122af86f844aa9bcd851b5fbb55
	sha1sums = 5203ad7ba425fae842460e696db9cf3e6aac057c
	sha1sums = 4dbc0472b156be50a0b286855d1bd0b0c656098a
	sha1sums = 2dcbd2c287cbc0a55cc42328bd0c736150d53e3f
	sha1sums = 30a0b2da38f73770e8294a0d22e6625ed77d0097
	sha1sums = d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848
	sha1sums = 5b46f80147edee578870f086d04821cf998e551f
	sha1sums = 6d4524e8b955f95d4f5b58851ce21dd72fb4e952
	sha1sums = d933ceb9205d82bdcf4886f6742bdc2b4dea146d
	sha1sums = 71365e84a99dd8f8b3f7d5fde2f00d1e7f73be61
	sha1sums = 72cb668b425228290abbfa856892587308a801fb
	sha1sums = 86677c97d1720b363431d04d0d15293bd38c1565
	sha1sums = 4a62fb1d42933c05583982f4c716f6fb9e6c6d3d
	sha1sums = 820f572296bbd20ec25ed55e5b5de869e5436eb1
	sha1sums = a4ebf5064094569237b8cf70046776d09fc92aed
	sha1sums = 7bd282e3f5842ed295bb748cdd9f1ffa2c824685
	sha1sums = 702be2dda6b37f4836bcb3f5db56641b64a1d3d3
	sha1sums = f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a
	sha1sums = 275d8edaac4f1bb3326472089e7949c8394699dd
	sha1sums = 8d087c39c6b38c001b97fca7ce6d0e1e80afbac7
	sha1sums = 2a4e4090b96b2db06a9d7df01055a62a77c9b774
	sha1sums = de3f98543dbf96082be48ad1a0c7cda836301dcf
	sha1sums = 857fcabfc3397d2625b8228262e86aa7a011b05d
	sha1sums = a35008b20f41383eec1fb914f4cd5df79a264284
	sha1sums = 1d73076a6df986cd9344e15e71fcc05a4c9abf12
	sha1sums = 30057438eac6cf7f8c4767f38648d6697d75c903
	sha1sums = 7554a6f8d871834cc97b5462b122c4c124d6de91
	sha1sums = 2501c05657436d742ce958a4ff92c77e40dd37e6
	sha1sums = 7dc4f45e5088075171a68896814e6ae9eb7a85e3
	sha1sums = ea75caf9199090d25b0d5512b5acacb96e7f87f3
	sha1sums = 23215833f1da13fd606ccb8087b44852dcb821fd
	sha1sums = 7146a3900533064ca799d5e792f4e480ee0e82bc
	sha1sums = 9cd13c03adbff25b65effde7ce864ee952017098
	sha1sums = 708155a5e44e33f5fd0fc53e81d0d40a91be1fff
	sha1sums = 9c7906a22fb4c02919e2f5f75161b4cdbd4b2a2b
	sha1sums = 75da4a927ee5887e39065880065b7336413b310d
	sha1sums = 84a66a260174408fc5b77a18f888eccc44fb6971
	sha1sums = 2151f722472ba79e50a76fc125bb8c8f2e4dc2a7
	sha1sums = 6ddd21bd2a31417b92727dd585f8a6f37608ebee
	sha1sums = c6465dbf08abcd4db359317f79ac68a646b28ff9
	sha1sums = d819eda2a9dedbd1ffa563ea4071d936782295bb
	sha1sums = 1ab28b556e198363a8c1a6f7e6fa20137fe6aed9
	sha1sums = 201095a487e1ad36081b3432fa3cada4f8d071b0
	sha1sums = 097b602b53422a522c1afb8790318336941a011d
	sha1sums = 0a2a8fd2942a3ba04f5ba6684e4f7f7ceaca8305
	sha1sums = 46a6ab7f0aead8deae9ec0565780b7d4efeb9d43
	sha1sums = 2109adc7965887cfc05cbbd442cac8bfbb360863
	sha1sums = 28a6aae7428dd2c3a92f3d95f21335dd204e0336
	sha1sums = c54601778ad560f1142ce0e01bcca8b56d13426d
	sha1sums = 1a9c744829f39dbb858c76ca3579ae2a54ebd1fa
	sha1sums = 583b1aa775961d4b113ac17d9c50baef9dd76bd1
	sha1sums = da3ea74686fa21a19a111c326e90eb15a0196686
	sha1sums = 49ca0293e0b19590a5f5de10c7f265a617d8fe54
	sha1sums = ffbc4988336e0e833de0c168c7ef152121aa7fb3
	sha1sums = 20f9f17ae29ed345e8bde583b13d2009803c14d9
	sha1sums = bbe67406c79aa85c5cfec766fe5734555dfa1274
	sha1sums = 50cf8616365e87e031e29a5ec9339a3da4725fa2
	sha1sums = f3f7522f4ef782348da8161bad9ecfd51bf83a75
	sha1sums = fedd4d2bf193a77745fe71e371d73c3307d9c751
	sha1sums = 37c4f9b7ed3ab65c74817b5f2480937fbf97c712
	sha1sums = b2c376cfb11f35513badd173ef0bb6e3a388391c
	sha1sums = f480f40434ef80741f8469099f8dea18f55a4dc9
	sha1sums = 85907dd8605aa06abb3dd295d50bb2b8fa4dd117
	sha1sums = a0b870729aae214005b7d5032ec2cbbb0fb4451a
	sha1sums = 0feb6c64f0fc518d9a754dd5efb62c7022761f4b
	sha1sums = ce0ebeaa5f78cb18925ea7d810d7b59b010fd515
	sha1sums = 174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f
	sha1sums = 3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1
	sha1sums = e864217f74c36850f0852b78dc7bf7d4a5721bf2
	sha1sums = 59c44f7ee491da704da415da5a4070ba4f8fe441
	sha1sums = f012ccb8415b7096fc2daa1054c3d72389594c73
	sha1sums = f2c4b25a600058b3c3773c086c37dbbee1ffe693
	sha1sums = 7a57eb550a6783f9115331fcf4663d5c8e007a50
	sha1sums = 33ef30c5c77d4ea21c5a53869d91b56d8f2555e5
	sha1sums = ed141a6ac043a849ea588498e7dca8b15330e90c
	sha1sums = 72556b80cfa0d48a974e80e77248e80ed4f7f870
	sha1sums = 2135d6dfa7a358c069ac9b178776288228450ffa
	sha1sums = 3e08fb461525c4421624a33b9f7e6d0af5b05a26
	sha1sums = b07ff2d9a5d88bec806035895a2bab66a27988bc
	sha1sums = 0a32ca9481b1c364e92e18dc55c876de9d01da8b
	sha1sums = 20a0103b222a70c8fd39cc2e580680f3dde5ec43
	sha1sums = 47bb2952da32d58a1be2f256a598eebc0b745118
	sha1sums = 815ed1f6ebc65926f865b310c0713bcb3315ce4b
	sha1sums = 0a22e8210609ad35542f8c8d5d2159aff0751c84
	sha1sums = 27d0008d778063a0b4811bb35c79f1bd5d5fbccf
	sha1sums = 68ce5e8a1ef0a23bb570cc28537b5332aba63ef1
	sha1sums = 7bd5ad21aa6253e7da8682264f1e11d11c0318c1
	sha1sums = 1638d8a8e34c2f440a91db95ab9aeb677fc185cf
	sha1sums = 150e20b756590ad3f91093f25a4f2ad8bff30ba3
	sha1sums = 2cd3cfea33ba3a89c9c121ec3347abe9ab125f77
	sha1sums = 39f699f3a46560dd5ebacbca693caf7c65c18cc6
	sha1sums = 9653a036fb7c1ee42342f2325cceefea3926c48d
	sha1sums = c0d5a63b2718800ad8e1eb0fa5269c84dd41845e
	sha1sums = dd01bac9d06d30e6f219aecb8253ee9ebdc308f1
	sha1sums = 13e26d28ad6b0ffaa91312cd3bf708ed351e7233
	sha1sums = b209849203bb25df820da756e747005878521620
	sha1sums = 9ec61f79049875707d69414596fd907a4d711e73
	sha1sums = 110dcabff397e9dcff7c0789ccc0a49adf1ec5bb
	sha1sums = 674c99760901c3c4112771a31e521dc349cc09ec
	sha1sums = 2e03e8e42ee450b8cb3dce65be1bf8974e1dfd95
	sha1sums = dc3130aeb028f4a658ac2e3c8e6d047222dac948
	sha1sums = 125820e34bc842d2f2aaafafe4c2916ee32c157c
	sha1sums = 7cf4c54ef648e3813084c636dd2079e166c081d9
	sha1sums = 8f90341e68a53ccc928788dacfcd11b36eb9b78e
	sha1sums = cf78ec6f4a6d1eb43d26488cac97f042e74b7fc8
	sha1sums = 3b5a211c631e12303a54991c806c17e7ae206bff
	sha1sums = 4ed0ad060df3073300c48440373f72d1cc642d78
	sha1sums = 5da77c799ed1388d3ef88a18471bb5924f8a0ba1
	sha1sums = 2724fd6a8113d73764ac288d4386270c1dbf17f0
	sha1sums = f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28
	sha1sums = 8ef1c0623c6a6db0dc6713c4bfac46332b2368f8
	sha1sums = 9d63c13276c065918d57f002a57f40a1b643fb02
	sha1sums = 6b72a8048984e0c41e79510fd5e9fa99b3b549be
	sha1sums = cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde
	sha1sums = d1941c67bad437e1be76433add5b385f95b19260
	sha1sums = 8c4367a904b51ea62a908ac310bf99ff90a82a3e
	sha1sums = 3a7d067520cb7b7176769eb5ff868691befe1283
	sha1sums = 9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145
	sha1sums = 49d038837b8dcf8bfa5b9a42139938e6ea2ae240
	sha1sums = 6c016adeac554f75823fe37ac05b92d5a4edb1f7
	sha1sums = 7ee8f84dc6fa792d3fd0ae228d24bd949ead205c
	sha1sums = 615ebb96af559552d4bf4057c8436d486ab63cc4
	sha1sums = ef089a178d1483baae4d93eb98b4f9e4e11d990a
	sha1sums = 5214c53a926d3552707527fbab415dbc08d06dda
	sha1sums = 8dcae470e1c88abc2d600fff4a776286da75e637
	sha1sums = c6928946a0e06c5f8d6f8a9333469ffda46298a0
	sha1sums = 203114d82ad2c5ed9e8e0411b3932875e889e97b
	sha1sums = 655907c3469a8680dc2de3a275a8fdd69691f0e5
	sha1sums = 9480ab20e94ffa1d9e80a804c7ea147611966b57
	sha1sums = 02cc993410e2936962bd97166a1b077da9725531
	sha1sums = 61339b722fe6a3515689210d24e14c96148613ef
	sha1sums = e439be2aaee327321952730f99a8929e4fc50582
	sha1sums = c2338ec643df7a1b7fe5c54fa86f57428a55f33d
	sha1sums = 93a4bbd4942bc574b69a8fa57c71de10ecca7d6e
	sha1sums = 8ad44c033e16d4816f30180c5b2d7bb2c2259390
	sha1sums = 89a73ddc5e75c9ef8ab6320c0a1600d6a41179b9
	sha1sums = d263ca54696cd8a306b5ca6551e92de57918fbe7
	sha1sums = 612da1c96473fa02dccda92dcd5b4ab164a6772a
	sha1sums = a00b29a93e06b1ac5760eda642ca092d551814fe
	sha1sums = 9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f
	sha1sums = 4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61
	sha1sums = 37068c2c476b6baf402d14a49c67f597921f634f
	sha1sums = e7012310d8f417f4deb5712150e5678b87ae565f
	sha1sums = 3596e6307a781544f591f37da618360f31db57b1
	sha1sums = 1a41196f3c0333c482323593d6886ecf153dd986
	sha1sums = f4781949cce402697127430ea3b3c5476f481767
	sha1sums = 3ff21f198cad2175f9f3b781853fd94d0d19b590
	sha1sums = b5fdc08f1287ea1178628e415e25132b73646c6d
	sha1sums = c2f83f273a3e1a16edb0995661da0ed5ef033364
	sha1sums = c41f2f6c39fc16d1cd17ad4b5d896114ae470d55
	sha1sums = 6541184cc90aeea6c6e7b35e2659082443c66198
	sha1sums = eba4f5da9c0dc999de68032d8b4f76173652036b
	sha1sums = 75ce38f52bf0733c5a7f0c118d81334a2bb5f412
	sha1sums = 9d4463772598b86271b4f523f6c1f4e02a7d6aef
	sha1sums = 4b3073d933ff51f3912f03ac5519498a4150db40
	sha1sums = 9bdf2f20e1f40ed447fbe273266191fced51626c
	sha1sums = c9df7a3424594ade6bd11900d596696dc06bac57
	sha1sums = 9876dbd2a169d3115402d48e6ea6329c8816a50d
	sha1sums = 04e6926f662895354f3dd015203633b857297e2c
	sha1sums = ff2a3e4fd04497555fed97b39a0fd82fafb3a33c
	sha1sums = bf9b4abfb42b274d751479e44e0ff2656b6f1193
	sha1sums = 66266ee5f9bdb9940a4e4514cafb43bb71e5c9db
	sha1sums = 91d5f5130d1cef96dcfa7f726945188741d09ee4
	sha1sums = ba72a6b50cbfabfa950fc8bc87604bd01eb60671
	sha1sums = fb4d8a1420ea362764e21ad4780397bebcb41cbe
	sha1sums = cec1f4e3b494bc4a81b451808970f8b20b4ed5f6
	sha1sums = 3c0441be15b9bf4e226275e6dc83964745546661
	sha1sums = 1b63be438a133e4b671cc1935197600175910d83
	sha1sums = 62e203bc41766c6c28c9fc84301dab1c5310fa94
	sha1sums = f06f41157b664d86069f84bdbdc9b0d8ab281667
	sha1sums = 4e484cd4de5a0bbbee18e46307710a8a81621878
	sha1sums = 42932e598a352d01fc22ec3367d9d84eec6c9add
	sha1sums = 118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3
	sha1sums = 39e8a98d044d150660abe4a6808acf70bb7bc991
	sha1sums = 25f48ea22ca79187f3174a4db8759347bb126220
	sha1sums = 6a385fb8853d952d5ff05d0e8aaf94278dc63dcf
	sha1sums = 6219a85616520491f35788bdbf1447a99c7e6b0e
	sha1sums = 2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3
	sha1sums = 0c7962a6adefa7bbd4ac366460a638552ae1a0a2
	sha1sums = 1e15fbcac97d3ee99bf2d73b4c656b082bbafb91
	sha1sums = 3c531942e908c2697c0ec344858c286c7ca0a60a
	sha1sums = f62cf17581e996b48fc965699f54c06ae268b8d2
	sha1sums = 0f42c10e5d05da5d42eea3e56c3399a37d6c5b3e
	sha1sums = d92de2694eb3f67323973d7ae3d8b55b4c22190a
	sha1sums = 535d045ce6b6363fa40117084629995e9df324c7
	sha1sums = 72a262894d9d408b956ca05ff37b2ed8a6e2a2d5
	sha1sums = 1ed9266c4d40be75dc55bf9bb1cb77062bb96ca1
	sha1sums = fbc6c6e83c1a19d4cb48c7d96171fc248effc7bf
	sha1sums = 5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2
	sha1sums = cfedf88e60c00dd9697b61fdd2a8343a9b680eaf
	sha1sums = eb3284da4ea311b6cc8ace3653748a52abf25a3f
	sha1sums = dfdd012eb9c700e2323fd334f38ac622ab372da7
	sha1sums = 0847cbc4449f3405574dbdccd9bb841b83ac3545
	sha1sums = 0004569b37c7c74ba39c43f3ced78d1ad94140be
	sha1sums = 0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5
	sha1sums = c9c58b575be8407375cb5e2462dacee74359f41d
	sha1sums = 172735b7f614ea7af39664fa84cf0de4e515d120
	sha1sums = 7d229b1fcc637e466ca081180836a7aabff83f43
	sha1sums = f3f5c0c3ba7299a7ef99427e44633257ade43320
	sha1sums = 51aef3d449571d4f287a5d87c9c8b49181a0db1d
	sha1sums = f081f76e4c85720e6c37a5faced737150d84072a
	sha1sums = 717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9
	sha1sums = 5887966bb582a4503a41eb524f7d35011815a613
	sha1sums = cb2e1203067e0c8de1f614094b9fe45704ea6003
	sha1sums = 405923909592d56f78a5818434b0b78489ca5f2b
	sha1sums = a157ba402da24e9bf957f9aa69d524eed42901a6
	sha1sums = 27a5dea06b36b04a0a9966774b290868f0fc40fd
	sha1sums = 867ac74e3864187b1d3d47d996a78ec5c8830777
	sha1sums = d54934778a8da14903fa29a326fb24c0ab51a1a0
	sha1sums = 8ae556e11011f63c2596708a8837259f01b3d60e
	sha1sums = 61a6a32010622afa07963bf325203cf12239d604
	sha1sums = 8b38b10cacdef63337b8b24e4ff86d45aea529a8
	sha1sums = 806992633665d5e5fcb4db1fb3a862eb68e9e6da
	sha1sums = 803eb01f2feb17927dcce0f6187e72b75f53f554
	sha1sums = 021e4d9c7705f21bbf37d03ceb58767402774c64
	sha1sums = 3838e97cfc60521eb73c525a8e55bfdd9e2e28f1
	sha1sums = f45f150c4c66eee968186505ab93fcbb8ad6bf61
	sha1sums = 7afb1afe50805246489e3db7fe0ed379336ac0f9
	sha1sums = 450d4dc9fa70de732762fbd2d4a28981419a0ccf
	sha1sums = 67e2e863797215530dff318e5bf9dcebfd47b21a
	sha1sums = 6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1
	sha1sums = 2804babe712ad3379459acfbe24746ab2c303fbc
	sha1sums = cff5df12946d297d2baaefaa2689e25be01c005c
	sha1sums = 80eda2d481b9ede0c049118cefcb4a05f21d1375
	sha1sums = 5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73
	sha1sums = a16d025eb931bd03b52f308caed0f40fcebe9532
	sha1sums = f075fd2e8a86acde84cedba6e5c2a0bedd523d9e
	sha1sums = 9a87c4378f03e827cecaf1acdf56c736c01c14e5
	sha1sums = 5438cd2ea93b202efa3a19fe8887aee7c94f9c9d
	sha1sums = f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876
	sha1sums = b79669bb42ecb409f83d583cad52ca17eaa1643f
	sha1sums = a3d5da6cd5c0bc0008d37234bbaf1bed63059107
	sha1sums = d8fc3d284dd05794fe84973caecdd1cf824fdd85
	sha1sums = b5243d8f3ec1aa35f1364605bc0d1036e30ab69f
	sha1sums = de520171d47b3f416f5587d629b89d26b12dc29d
	sha1sums = 474b50865af3a49a9c4657f05acd145458f77d82
	sha1sums = 69248673410b4ba42e1a6136551d2922335aa773
	sha1sums = d501f97b3bdb403af8ef9ecc20573187aadac0e9
	sha1sums = 6efecc2a4dad8e6962c4901b337ce7ba87b5d28b
	sha1sums = 5cce7407baf642cba7becda568111c493f59665a
	sha1sums = a5c6d532be656e23db820efb943a1f04998d63af
	sha1sums = 6d15fba884c08679c0d77e88e7759e811e07fa41
	sha1sums = f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1
	sha1sums = 03088e9ebf9e756b69751611d2a5ef591482c995
	sha1sums = 9528f442dab1b2284e58b4379bb194e22e0c4005
	sha1sums = 5216b48bbb4d2651f64d5c6e6f09eb4a7399d557
	source_i686 = https://github.com/electron/electron/releases/download/v1.6.6/electron-v1.6.6-linux-ia32.zip
	source_i686 = config.linux-ia32.json
	sha1sums_i686 = 6f2f8a7a7bda727370c383cc87952a430b322443
	sha1sums_i686 = 6920e964fc11b746450264036e2b82c7dcc76814
	source_x86_64 = https://github.com/electron/electron/releases/download/v1.6.6/electron-v1.6.6-linux-x64.zip
	source_x86_64 = config.linux-x64.json
	sha1sums_x86_64 = 2d4a85623cdb17b4485cd2780232ad56a59d1f68
	sha1sums_x86_64 = 1faf77f8153ef858eaa71d816dcca38ba9491a39

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