Artifact moment-timezone.js_0.5.40+dfsg-1+2023c_amd64-2024-11-22T21:13:05Z

Metadata
bd_uninstallable: null
filename: moment-timezone.js_0.5.40+dfsg-1+2023c_amd64-2024-11-22T21:13:05Z.build
source: moment-timezone.js
version: 0.5.40+dfsg-1+2023c

File

moment-timezone.js_0.5.40+dfsg-1+2023c_amd64-2024-11-22T21:13:05Z.build
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-amd64-hades-05.freexian.com

+================================================================================+
| moment-timezone.js 0.5.40+dfsg-1+2023c (amd64) Fri, 22 Nov 2024 21:13:05 +0000 |
+================================================================================+

Package: moment-timezone.js
Version: 0.5.40+dfsg-1+2023c
Source Version: 0.5.40+dfsg-1+2023c
Distribution: bookworm
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64
Build Type: binary

I: No tarballs found in /var/lib/debusine/worker/.cache/sbuild
Unpacking /var/lib/debusine/worker/system-images/1032025/system.tar.xz to /tmp/tmp.sbuild.2N1UN4_j9s...
I: NOTICE: Log filtering will replace 'sbuild-unshare-dummy-location' with '<<CHROOT>>'

+------------------------------------------------------------------------------+
| Chroot Setup Commands                                                        |
+------------------------------------------------------------------------------+


rm -f /etc/resolv.conf
----------------------


I: Finished running 'rm -f /etc/resolv.conf'.

Finished processing commands.
--------------------------------------------------------------------------------
Copying /tmp/debusine-fetch-exec-upload-f6rb9rio/tzdata_2024b-0+deb12u1~test1_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/moment-timezone.js-n4zZrp/resolver-1JGWjN' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 file:/build/moment-timezone.js-n4zZrp/resolver-DOQzqt/apt_archive ./ InRelease
Ign:1 file:/build/moment-timezone.js-n4zZrp/resolver-DOQzqt/apt_archive ./ InRelease
Get:2 file:/build/moment-timezone.js-n4zZrp/resolver-DOQzqt/apt_archive ./ Release [603 B]
Get:2 file:/build/moment-timezone.js-n4zZrp/resolver-DOQzqt/apt_archive ./ Release [603 B]
Get:3 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:4 file:/build/moment-timezone.js-n4zZrp/resolver-DOQzqt/apt_archive ./ Release.gpg
Ign:4 file:/build/moment-timezone.js-n4zZrp/resolver-DOQzqt/apt_archive ./ Release.gpg
Get:5 file:/build/moment-timezone.js-n4zZrp/resolver-DOQzqt/apt_archive ./ Packages [872 B]
Get:6 http://deb.debian.org/debian bookworm/main amd64 Packages [8789 kB]
Fetched 8940 kB in 1s (10.1 MB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  tzdata
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/296 kB of archives.
After this operation, 29.7 kB disk space will be freed.
Get:1 file:/build/moment-timezone.js-n4zZrp/resolver-DOQzqt/apt_archive ./ tzdata 2024b-0+deb12u1~test1 [296 kB]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12212 files and directories currently installed.)
Preparing to unpack .../tzdata_2024b-0+deb12u1~test1_all.deb ...
Unpacking tzdata (2024b-0+deb12u1~test1) over (2024a-0+deb12u1) ...
Setting up tzdata (2024b-0+deb12u1~test1) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Fri Nov 22 21:13:18 UTC 2024.
Universal Time is now:  Fri Nov 22 21:13:18 UTC 2024.
Run 'dpkg-reconfigure tzdata' if you wish to change it.


+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/tmp/debusine-fetch-exec-upload-f6rb9rio/moment-timezone.js_0.5.40+dfsg-1+2023c.dsc exists in /tmp/debusine-fetch-exec-upload-f6rb9rio; copying to chroot
I: NOTICE: Log filtering will replace 'build/moment-timezone.js-n4zZrp/moment-timezone.js-0.5.40+dfsg' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/moment-timezone.js-n4zZrp' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: debhelper-compat (= 13), grunt, node-moment, node-grunt-contrib-nodeunit, dh-sequence-nodejs, uglifyjs, ts-node, tzdata (>= 2023c), build-essential, fakeroot
Filtered Build-Depends: debhelper-compat (= 13), grunt, node-moment, node-grunt-contrib-nodeunit, dh-sequence-nodejs, uglifyjs, ts-node, tzdata (>= 2023c), build-essential, fakeroot
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [609 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [757 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [756 B]
Fetched 2122 B in 0s (0 B/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-DOQzqt/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-DOQzqt/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-DOQzqt/apt_archive ./ Release [603 B]
Get:2 file:/<<BUILDDIR>>/resolver-DOQzqt/apt_archive ./ Release [603 B]
Get:3 file:/<<BUILDDIR>>/resolver-DOQzqt/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-DOQzqt/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils ca-certificates
  debhelper dh-autoreconf dh-nodejs dh-strip-nondeterminism dwz fakeroot file
  gettext gettext-base groff-base grunt handlebars intltool-debian
  libapt-pkg-perl libarchive-zip-perl libarray-unique-perl libbrotli1
  libc-ares2 libcgi-pm-perl libclass-accessor-perl libclone-perl
  libdebhelper-perl libdebian-copyright-perl libdebian-source-perl libdeflate0
  libelf1 libencode-locale-perl liberror-perl libexporter-lite-perl
  libexporter-tiny-perl libfakeroot libfile-listing-perl
  libfile-stripnondeterminism-perl libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common
  libglib2.0-0 libgraph-perl libheap-perl libhtml-form-perl
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libicu72 libio-html-perl libio-pty-perl
  libio-socket-ssl-perl libio-stringy-perl libipc-run-perl libjbig0
  libjpeg62-turbo libjs-async libjs-events libjs-inherits libjs-is-typedarray
  libjs-moment libjs-prettify libjs-regenerate libjs-source-map
  libjs-sprintf-js libjs-typedarray-to-buffer libjs-util libjson-perl liblerc4
  liblist-moreutils-perl liblist-moreutils-xs-perl liblwp-mediatypes-perl
  liblwp-protocol-https-perl libmagic-mgc libmagic1 libnet-http-perl
  libnet-ssleay-perl libnghttp2-14 libnode108 libnotify-bin libnotify4
  libparse-debcontrol-perl libpipeline1 libpng16-16 libregexp-ipv6-perl
  libset-object-perl libsub-install-perl libsub-name-perl libsub-override-perl
  libtie-ixhash-perl libtiff6 libtimedate-perl libtool libtry-tiny-perl
  libuchardet0 liburi-perl libuv1 libwebp7 libwww-mechanize-perl libwww-perl
  libwww-robotrules-perl libxml2 libyaml-perl m4 man-db netbase node-abbrev
  node-acorn node-agent-base node-ampproject-remapping node-ansi-escapes
  node-ansi-regex node-ansi-styles node-anymatch node-archy node-arg
  node-argparse node-arrify node-assert node-async node-async-each
  node-auto-bind node-babel-helper-define-polyfill-provider
  node-babel-plugin-add-module-exports node-babel-plugin-lodash
  node-babel-plugin-polyfill-corejs2 node-babel-plugin-polyfill-corejs3
  node-babel-plugin-polyfill-regenerator node-babel7 node-babel7-runtime
  node-balanced-match node-base node-binary-extensions node-brace-expansion
  node-braces node-browserslist node-builtin-modules node-busboy
  node-cache-base node-camelcase node-caniuse-lite node-chalk node-chokidar
  node-ci-info node-cjs-module-lexer node-cli-boxes node-cli-cursor
  node-cli-truncate node-cliui node-clone node-clone-deep
  node-collection-visit node-color-convert node-color-name node-colors
  node-commander node-commondir node-convert-source-map node-core-js
  node-core-js-compat node-core-js-pure node-core-util-is node-coveralls
  node-create-require node-data-uri-to-buffer node-dateformat
  node-debbundle-es-to-primitive node-debug node-decamelize node-deep-equal
  node-deep-is node-defaults node-define-properties node-define-property
  node-defined node-del node-detect-file node-diff node-ejs
  node-electron-to-chromium node-encoding node-error-ex node-es-abstract
  node-es6-error node-escape-string-regexp node-escodegen node-esprima
  node-estraverse node-esutils node-eventemitter2 node-events node-exit
  node-expand-tilde node-extend node-fancy-log node-fast-levenshtein
  node-fetch node-fill-range node-find-cache-dir node-find-up node-findup-sync
  node-fined node-flagged-respawn node-for-in node-for-own
  node-foreground-child node-fs-exists-sync node-fs-readdir-recursive
  node-fs.realpath node-function-bind node-get-caller-file node-get-value
  node-getobject node-glob node-glob-parent node-global-modules
  node-global-prefix node-globals node-globby node-graceful-fs node-growl
  node-grunt-cli node-grunt-contrib-nodeunit node-grunt-known-options
  node-grunt-legacy-log node-grunt-legacy-log-utils node-grunt-legacy-util
  node-has-flag node-has-value node-has-values node-hooker
  node-hosted-git-info node-https-proxy-agent node-iconv-lite node-ignore
  node-imurmurhash node-indent-string node-inflight node-inherits node-ini
  node-interpret node-is-arrayish node-is-binary-path node-is-buffer
  node-is-descriptor node-is-extendable node-is-extglob node-is-glob
  node-is-number node-is-path-cwd node-is-path-inside node-is-plain-obj
  node-is-plain-object node-is-primitive node-is-stream node-is-typedarray
  node-is-windows node-isarray node-isexe node-isobject node-istanbul
  node-jake node-jest-debbundle node-js-tokens node-js-yaml node-jsesc
  node-json-parse-better-errors node-json5 node-jsonify node-jsonparse
  node-kind-of node-lcov-parse node-levn node-liftoff node-locate-path
  node-lodash node-lodash-packages node-log-driver node-lru-cache
  node-make-dir node-make-error node-map-cache node-map-visit node-micromatch
  node-minimatch node-minimist node-minipass node-mixin-deep node-mkdirp
  node-moment node-ms node-mute-stream node-n3 node-neo-async node-nopt
  node-normalize-package-data node-normalize-path node-npm-run-path
  node-object-assign node-object-inspect node-object-visit node-once
  node-opener node-optimist node-optionator node-p-limit node-p-locate
  node-p-map node-parse-filepath node-parse-json node-pascalcase
  node-path-dirname node-path-exists node-path-is-absolute node-path-is-inside
  node-path-root node-path-root-regex node-path-type node-picocolors node-pify
  node-pkg-dir node-prelude-ls node-process-nextick-args node-punycode
  node-quick-lru node-read node-read-pkg node-readable-stream node-readdirp
  node-rechoir node-regenerate node-regenerate-unicode-properties
  node-regenerator-runtime node-regenerator-transform node-regexpu-core
  node-regjsgen node-regjsparser node-repeat-string node-require-directory
  node-resolve node-resolve-cwd node-resolve-dir node-resolve-from
  node-restore-cursor node-resumer node-rimraf node-safe-buffer
  node-sellside-emitter node-semver node-set-immediate-shim node-set-value
  node-shebang-command node-shebang-regex node-shell-quote node-signal-exit
  node-slash node-slice-ansi node-source-map node-source-map-support
  node-spdx-correct node-spdx-exceptions node-spdx-expression-parse
  node-spdx-license-ids node-sprintf-js node-stack-utils node-string-decoder
  node-string-width node-strip-ansi node-strip-bom node-supports-color
  node-tap node-tap-mocha-reporter node-tap-parser node-tape node-through
  node-time-stamp node-to-fast-properties node-to-regex-range node-type-check
  node-typedarray-to-buffer node-typescript node-uglify-js
  node-underscore.string node-undici
  node-unicode-canonical-property-names-ecmascript
  node-unicode-match-property-ecmascript
  node-unicode-match-property-value-ecmascript
  node-unicode-property-aliases-ecmascript node-union-value node-unset-value
  node-util node-util-deprecate node-uuid node-v8flags
  node-validate-npm-package-license node-wcwidth.js node-which
  node-widest-line node-wordwrap node-wrap-ansi node-wrappy
  node-write-file-atomic node-ws node-xtend node-y18n node-yallist node-yaml
  node-yargs node-yargs-parser node-yn nodejs nodeunit openssl
  perl-openssl-defaults po-debconf sensible-utils shared-mime-info ts-node
  uglifyjs xdg-utils
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc dh-make pkg-js-tools
  node-rollup-plugin-commonjs node-rollup-plugin-node-resolve rollup
  gettext-doc libasprintf-dev libgettextpo-dev groff low-memory-monitor
  libdata-dump-perl libjs-angularjs libcrypt-ssleay-perl notification-daemon
  libtool-doc gfortran | fortran95-compiler gcj-jdk libbusiness-isbn-perl
  libauthen-ntlm-perl libyaml-shell-perl m4-doc apparmor less www-browser
  node-babel-plugin-polyfill-es-shims node-babel7-debug javascript-common
  livescript npm libmail-box-perl
Recommended packages:
  curl | wget | lynx libcgi-fast-perl libarchive-cpio-perl
  libgdk-pixbuf2.0-bin libglib2.0-data xdg-user-dirs libhtml-format-perl
  javascript-common libjson-xs-perl libltdl-dev libdata-dump-perl
  libhttp-daemon-perl libmailtools-perl libyaml-libyaml-perl
  | libyaml-syck-perl coffeescript nodejs-doc libmail-sendmail-perl
  libfile-mimeinfo-perl libnet-dbus-perl libx11-protocol-perl x11-utils
  x11-xserver-utils
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils ca-certificates
  debhelper dh-autoreconf dh-nodejs dh-strip-nondeterminism dwz fakeroot file
  gettext gettext-base groff-base grunt handlebars intltool-debian
  libapt-pkg-perl libarchive-zip-perl libarray-unique-perl libbrotli1
  libc-ares2 libcgi-pm-perl libclass-accessor-perl libclone-perl
  libdebhelper-perl libdebian-copyright-perl libdebian-source-perl libdeflate0
  libelf1 libencode-locale-perl liberror-perl libexporter-lite-perl
  libexporter-tiny-perl libfakeroot libfile-listing-perl
  libfile-stripnondeterminism-perl libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common
  libglib2.0-0 libgraph-perl libheap-perl libhtml-form-perl
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libicu72 libio-html-perl libio-pty-perl
  libio-socket-ssl-perl libio-stringy-perl libipc-run-perl libjbig0
  libjpeg62-turbo libjs-async libjs-events libjs-inherits libjs-is-typedarray
  libjs-moment libjs-prettify libjs-regenerate libjs-source-map
  libjs-sprintf-js libjs-typedarray-to-buffer libjs-util libjson-perl liblerc4
  liblist-moreutils-perl liblist-moreutils-xs-perl liblwp-mediatypes-perl
  liblwp-protocol-https-perl libmagic-mgc libmagic1 libnet-http-perl
  libnet-ssleay-perl libnghttp2-14 libnode108 libnotify-bin libnotify4
  libparse-debcontrol-perl libpipeline1 libpng16-16 libregexp-ipv6-perl
  libset-object-perl libsub-install-perl libsub-name-perl libsub-override-perl
  libtie-ixhash-perl libtiff6 libtimedate-perl libtool libtry-tiny-perl
  libuchardet0 liburi-perl libuv1 libwebp7 libwww-mechanize-perl libwww-perl
  libwww-robotrules-perl libxml2 libyaml-perl m4 man-db netbase node-abbrev
  node-acorn node-agent-base node-ampproject-remapping node-ansi-escapes
  node-ansi-regex node-ansi-styles node-anymatch node-archy node-arg
  node-argparse node-arrify node-assert node-async node-async-each
  node-auto-bind node-babel-helper-define-polyfill-provider
  node-babel-plugin-add-module-exports node-babel-plugin-lodash
  node-babel-plugin-polyfill-corejs2 node-babel-plugin-polyfill-corejs3
  node-babel-plugin-polyfill-regenerator node-babel7 node-babel7-runtime
  node-balanced-match node-base node-binary-extensions node-brace-expansion
  node-braces node-browserslist node-builtin-modules node-busboy
  node-cache-base node-camelcase node-caniuse-lite node-chalk node-chokidar
  node-ci-info node-cjs-module-lexer node-cli-boxes node-cli-cursor
  node-cli-truncate node-cliui node-clone node-clone-deep
  node-collection-visit node-color-convert node-color-name node-colors
  node-commander node-commondir node-convert-source-map node-core-js
  node-core-js-compat node-core-js-pure node-core-util-is node-coveralls
  node-create-require node-data-uri-to-buffer node-dateformat
  node-debbundle-es-to-primitive node-debug node-decamelize node-deep-equal
  node-deep-is node-defaults node-define-properties node-define-property
  node-defined node-del node-detect-file node-diff node-ejs
  node-electron-to-chromium node-encoding node-error-ex node-es-abstract
  node-es6-error node-escape-string-regexp node-escodegen node-esprima
  node-estraverse node-esutils node-eventemitter2 node-events node-exit
  node-expand-tilde node-extend node-fancy-log node-fast-levenshtein
  node-fetch node-fill-range node-find-cache-dir node-find-up node-findup-sync
  node-fined node-flagged-respawn node-for-in node-for-own
  node-foreground-child node-fs-exists-sync node-fs-readdir-recursive
  node-fs.realpath node-function-bind node-get-caller-file node-get-value
  node-getobject node-glob node-glob-parent node-global-modules
  node-global-prefix node-globals node-globby node-graceful-fs node-growl
  node-grunt-cli node-grunt-contrib-nodeunit node-grunt-known-options
  node-grunt-legacy-log node-grunt-legacy-log-utils node-grunt-legacy-util
  node-has-flag node-has-value node-has-values node-hooker
  node-hosted-git-info node-https-proxy-agent node-iconv-lite node-ignore
  node-imurmurhash node-indent-string node-inflight node-inherits node-ini
  node-interpret node-is-arrayish node-is-binary-path node-is-buffer
  node-is-descriptor node-is-extendable node-is-extglob node-is-glob
  node-is-number node-is-path-cwd node-is-path-inside node-is-plain-obj
  node-is-plain-object node-is-primitive node-is-stream node-is-typedarray
  node-is-windows node-isarray node-isexe node-isobject node-istanbul
  node-jake node-jest-debbundle node-js-tokens node-js-yaml node-jsesc
  node-json-parse-better-errors node-json5 node-jsonify node-jsonparse
  node-kind-of node-lcov-parse node-levn node-liftoff node-locate-path
  node-lodash node-lodash-packages node-log-driver node-lru-cache
  node-make-dir node-make-error node-map-cache node-map-visit node-micromatch
  node-minimatch node-minimist node-minipass node-mixin-deep node-mkdirp
  node-moment node-ms node-mute-stream node-n3 node-neo-async node-nopt
  node-normalize-package-data node-normalize-path node-npm-run-path
  node-object-assign node-object-inspect node-object-visit node-once
  node-opener node-optimist node-optionator node-p-limit node-p-locate
  node-p-map node-parse-filepath node-parse-json node-pascalcase
  node-path-dirname node-path-exists node-path-is-absolute node-path-is-inside
  node-path-root node-path-root-regex node-path-type node-picocolors node-pify
  node-pkg-dir node-prelude-ls node-process-nextick-args node-punycode
  node-quick-lru node-read node-read-pkg node-readable-stream node-readdirp
  node-rechoir node-regenerate node-regenerate-unicode-properties
  node-regenerator-runtime node-regenerator-transform node-regexpu-core
  node-regjsgen node-regjsparser node-repeat-string node-require-directory
  node-resolve node-resolve-cwd node-resolve-dir node-resolve-from
  node-restore-cursor node-resumer node-rimraf node-safe-buffer
  node-sellside-emitter node-semver node-set-immediate-shim node-set-value
  node-shebang-command node-shebang-regex node-shell-quote node-signal-exit
  node-slash node-slice-ansi node-source-map node-source-map-support
  node-spdx-correct node-spdx-exceptions node-spdx-expression-parse
  node-spdx-license-ids node-sprintf-js node-stack-utils node-string-decoder
  node-string-width node-strip-ansi node-strip-bom node-supports-color
  node-tap node-tap-mocha-reporter node-tap-parser node-tape node-through
  node-time-stamp node-to-fast-properties node-to-regex-range node-type-check
  node-typedarray-to-buffer node-typescript node-uglify-js
  node-underscore.string node-undici
  node-unicode-canonical-property-names-ecmascript
  node-unicode-match-property-ecmascript
  node-unicode-match-property-value-ecmascript
  node-unicode-property-aliases-ecmascript node-union-value node-unset-value
  node-util node-util-deprecate node-uuid node-v8flags
  node-validate-npm-package-license node-wcwidth.js node-which
  node-widest-line node-wordwrap node-wrap-ansi node-wrappy
  node-write-file-atomic node-ws node-xtend node-y18n node-yallist node-yaml
  node-yargs node-yargs-parser node-yn nodejs nodeunit openssl
  perl-openssl-defaults po-debconf sbuild-build-depends-main-dummy
  sensible-utils shared-mime-info ts-node uglifyjs xdg-utils
0 upgraded, 425 newly installed, 0 to remove and 0 not upgraded.
Need to get 54.7 MB of archives.
After this operation, 304 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [948 B]
Get:2 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.15-1~deb12u1 [1427 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311 [153 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 groff-base amd64 1.22.4-10 [916 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 bsdextrautils amd64 2.38.1-5+deb12u2 [86.8 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 man-db amd64 2.11.2-2 [1386 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:16 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-12 [495 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-7~deb12u1 [517 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B]
Get:25 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
Get:26 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
Get:27 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
Get:28 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB]
Get:29 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB]
Get:30 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB]
Get:31 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB]
Get:32 http://deb.debian.org/debian bookworm/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
Get:33 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:34 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB]
Get:35 http://deb.debian.org/debian bookworm/main amd64 libarray-unique-perl all 0.08-4 [11.2 kB]
Get:36 http://deb.debian.org/debian bookworm/main amd64 libsub-name-perl amd64 0.26-2+b1 [12.6 kB]
Get:37 http://deb.debian.org/debian bookworm/main amd64 libclass-accessor-perl all 0.51-2 [22.7 kB]
Get:38 http://deb.debian.org/debian bookworm/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
Get:39 http://deb.debian.org/debian bookworm/main amd64 libencode-locale-perl all 1.05-3 [12.9 kB]
Get:40 http://deb.debian.org/debian bookworm/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
Get:41 http://deb.debian.org/debian bookworm/main amd64 libhttp-date-perl all 6.05-2 [10.5 kB]
Get:42 http://deb.debian.org/debian bookworm/main amd64 libfile-listing-perl all 6.15-1 [12.6 kB]
Get:43 http://deb.debian.org/debian bookworm/main amd64 libhtml-tagset-perl all 3.20-6 [11.7 kB]
Get:44 http://deb.debian.org/debian bookworm/main amd64 libregexp-ipv6-perl all 0.03-3 [5212 B]
Get:45 http://deb.debian.org/debian bookworm/main amd64 liburi-perl all 5.17-1 [90.4 kB]
Get:46 http://deb.debian.org/debian bookworm/main amd64 libhtml-parser-perl amd64 3.81-1 [101 kB]
Get:47 http://deb.debian.org/debian bookworm/main amd64 libhtml-tree-perl all 5.07-3 [211 kB]
Get:48 http://deb.debian.org/debian bookworm/main amd64 libclone-perl amd64 0.46-1 [13.7 kB]
Get:49 http://deb.debian.org/debian bookworm/main amd64 libio-html-perl all 1.004-3 [16.2 kB]
Get:50 http://deb.debian.org/debian bookworm/main amd64 liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
Get:51 http://deb.debian.org/debian bookworm/main amd64 libhttp-message-perl all 6.44-1 [81.7 kB]
Get:52 http://deb.debian.org/debian bookworm/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
Get:53 http://deb.debian.org/debian bookworm/main amd64 libhttp-negotiate-perl all 6.01-2 [13.1 kB]
Get:54 http://deb.debian.org/debian bookworm/main amd64 perl-openssl-defaults amd64 7+b1 [7924 B]
Get:55 http://deb.debian.org/debian bookworm/main amd64 libnet-ssleay-perl amd64 1.92-2+b1 [317 kB]
Get:56 http://deb.debian.org/debian bookworm/main amd64 libio-socket-ssl-perl all 2.081-2 [219 kB]
Get:57 http://deb.debian.org/debian bookworm/main amd64 libnet-http-perl all 6.22-1 [25.3 kB]
Get:58 http://deb.debian.org/debian bookworm/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
Get:59 http://deb.debian.org/debian bookworm/main amd64 libtry-tiny-perl all 0.31-2 [22.6 kB]
Get:60 http://deb.debian.org/debian bookworm/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
Get:61 http://deb.debian.org/debian bookworm/main amd64 libwww-perl all 6.68-1 [186 kB]
Get:62 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
Get:63 http://deb.debian.org/debian bookworm/main amd64 libexporter-lite-perl all 0.09-2 [10.7 kB]
Get:64 http://deb.debian.org/debian bookworm/main amd64 libparse-debcontrol-perl all 2.005-6 [21.6 kB]
Get:65 http://deb.debian.org/debian bookworm/main amd64 libtie-ixhash-perl all 1.23-4 [11.7 kB]
Get:66 http://deb.debian.org/debian bookworm/main amd64 libdebian-copyright-perl all 0.2-6 [25.0 kB]
Get:67 http://deb.debian.org/debian bookworm/main amd64 libapt-pkg-perl amd64 0.1.40+b2 [69.2 kB]
Get:68 http://deb.debian.org/debian bookworm/main amd64 libexporter-tiny-perl all 1.006000-1 [38.6 kB]
Get:69 http://deb.debian.org/debian bookworm/main amd64 liblist-moreutils-xs-perl amd64 0.430-3+b1 [42.1 kB]
Get:70 http://deb.debian.org/debian bookworm/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
Get:71 http://deb.debian.org/debian bookworm/main amd64 libsub-install-perl all 0.929-1 [10.5 kB]
Get:72 http://deb.debian.org/debian bookworm/main amd64 libcgi-pm-perl all 4.55-1 [220 kB]
Get:73 http://deb.debian.org/debian bookworm/main amd64 libhtml-form-perl all 6.11-1 [33.1 kB]
Get:74 http://deb.debian.org/debian bookworm/main amd64 libwww-mechanize-perl all 2.16-1 [116 kB]
Get:75 http://deb.debian.org/debian bookworm/main amd64 libdebian-source-perl all 0.122 [63.7 kB]
Get:76 http://deb.debian.org/debian bookworm/main amd64 libheap-perl all 0.80-5 [34.3 kB]
Get:77 http://deb.debian.org/debian bookworm/main amd64 libset-object-perl amd64 1.42-1+b2 [37.9 kB]
Get:78 http://deb.debian.org/debian bookworm/main amd64 libgraph-perl all 1:0.9726-1 [110 kB]
Get:79 http://deb.debian.org/debian bookworm/main amd64 libio-pty-perl amd64 1:1.17-1 [34.9 kB]
Get:80 http://deb.debian.org/debian bookworm/main amd64 libipc-run-perl all 20220807.0-1 [104 kB]
Get:81 http://deb.debian.org/debian bookworm/main amd64 libjson-perl all 4.10000-1 [87.5 kB]
Get:82 http://deb.debian.org/debian bookworm/main amd64 libyaml-perl all 1.30-2 [63.4 kB]
Get:83 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
Get:84 http://deb.debian.org/debian bookworm/main amd64 libc-ares2 amd64 1.18.1-3 [102 kB]
Get:85 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB]
Get:86 http://deb.debian.org/debian bookworm/main amd64 libuv1 amd64 1.44.2-1+deb12u1 [136 kB]
Get:87 http://deb.debian.org/debian bookworm/main amd64 node-xtend all 4.0.2-3 [3932 B]
Get:88 http://deb.debian.org/debian bookworm/main amd64 node-acorn all 8.8.1+ds+~cs25.17.7-2 [128 kB]
Get:89 http://deb.debian.org/debian bookworm/main amd64 node-cjs-module-lexer all 1.2.2+dfsg-5 [30.1 kB]
Get:90 http://deb.debian.org/debian bookworm/main amd64 node-busboy all 1.6.0+~cs2.6.0-2 [16.9 kB]
Get:91 http://deb.debian.org/debian bookworm/main amd64 node-undici all 5.15.0+dfsg1+~cs20.10.9.3-1+deb12u4 [285 kB]
Get:92 http://deb.debian.org/debian bookworm/main amd64 libnode108 amd64 18.19.0+dfsg-6~deb12u2 [10.5 MB]
Get:93 http://deb.debian.org/debian bookworm/main amd64 nodejs amd64 18.19.0+dfsg-6~deb12u2 [319 kB]
Get:94 http://deb.debian.org/debian bookworm/main amd64 dh-nodejs all 0.15.12 [59.1 kB]
Get:95 http://deb.debian.org/debian bookworm/main amd64 libfakeroot amd64 1.31-1.2 [28.3 kB]
Get:96 http://deb.debian.org/debian bookworm/main amd64 fakeroot amd64 1.31-1.2 [66.9 kB]
Get:97 http://deb.debian.org/debian bookworm/main amd64 node-dateformat all 5.0.3-5 [8656 B]
Get:98 http://deb.debian.org/debian bookworm/main amd64 node-eventemitter2 all 6.4.7-1 [24.2 kB]
Get:99 http://deb.debian.org/debian bookworm/main amd64 node-exit all 0.1.2+~0.1.31-2 [5392 B]
Get:100 http://deb.debian.org/debian bookworm/main amd64 node-fs-exists-sync all 0.1.0-2 [4500 B]
Get:101 http://deb.debian.org/debian bookworm/main amd64 node-detect-file all 1.0.0-3 [5416 B]
Get:102 http://deb.debian.org/debian bookworm/main amd64 node-is-extglob all 2.1.1-5 [4612 B]
Get:103 http://deb.debian.org/debian bookworm/main amd64 node-is-glob all 4.0.3-2 [6620 B]
Get:104 http://deb.debian.org/debian bookworm/main amd64 node-is-buffer all 2.0.5-2 [4112 B]
Get:105 http://deb.debian.org/debian bookworm/main amd64 node-kind-of all 6.0.3+dfsg-2 [10.2 kB]
Get:106 http://deb.debian.org/debian bookworm/main amd64 node-is-number all 7.0.0-4 [6020 B]
Get:107 http://deb.debian.org/debian bookworm/main amd64 node-repeat-string all 1.6.1+repack-1 [5600 B]
Get:108 http://deb.debian.org/debian bookworm/main amd64 node-to-regex-range all 5.0.1-4 [10.5 kB]
Get:109 http://deb.debian.org/debian bookworm/main amd64 node-fill-range all 7.0.1+~7.0.0-1 [8952 B]
Get:110 http://deb.debian.org/debian bookworm/main amd64 node-braces all 3.0.2+~3.0.1-1 [20.8 kB]
Get:111 http://deb.debian.org/debian bookworm/main amd64 node-normalize-path all 3.0.0+~3.0.0-1 [6608 B]
Get:112 http://deb.debian.org/debian bookworm/main amd64 node-anymatch all 3.1.3+~cs4.6.1-2 [33.4 kB]
Get:113 http://deb.debian.org/debian bookworm/main amd64 node-micromatch all 4.0.5+~4.0.2-1 [25.8 kB]
Get:114 http://deb.debian.org/debian bookworm/main amd64 node-expand-tilde all 2.0.2+~cs2.0.3-2 [6444 B]
Get:115 http://deb.debian.org/debian bookworm/main amd64 node-ini all 3.0.1-2 [6928 B]
Get:116 http://deb.debian.org/debian bookworm/main amd64 node-isexe all 2.0.0+~2.0.1-5 [6084 B]
Get:117 http://deb.debian.org/debian bookworm/main amd64 node-which all 2.0.2+~cs1.3.2-3 [8368 B]
Get:118 http://deb.debian.org/debian bookworm/main amd64 node-global-prefix all 3.0.0+~3.0.0-1 [5948 B]
Get:119 http://deb.debian.org/debian bookworm/main amd64 node-global-modules all 2.0.0-3 [4812 B]
Get:120 http://deb.debian.org/debian bookworm/main amd64 node-resolve-dir all 1.0.1-3 [4556 B]
Get:121 http://deb.debian.org/debian bookworm/main amd64 node-findup-sync all 4.0.0-5 [5776 B]
Get:122 http://deb.debian.org/debian bookworm/main amd64 node-fs.realpath all 1.0.0-3 [6172 B]
Get:123 http://deb.debian.org/debian bookworm/main amd64 node-wrappy all 1.0.2-3 [3776 B]
Get:124 http://deb.debian.org/debian bookworm/main amd64 node-once all 1.4.0-7 [4492 B]
Get:125 http://deb.debian.org/debian bookworm/main amd64 node-inflight all 1.0.6-2 [3952 B]
Get:126 http://deb.debian.org/debian bookworm/main amd64 libjs-inherits all 2.0.4-6 [3548 B]
Get:127 http://deb.debian.org/debian bookworm/main amd64 node-inherits all 2.0.4-6 [4548 B]
Get:128 http://deb.debian.org/debian bookworm/main amd64 node-balanced-match all 2.0.0-1 [4872 B]
Get:129 http://deb.debian.org/debian bookworm/main amd64 node-brace-expansion all 2.0.1-2 [7320 B]
Get:130 http://deb.debian.org/debian bookworm/main amd64 node-minimatch all 5.1.1+~5.1.2-1 [18.6 kB]
Get:131 http://deb.debian.org/debian bookworm/main amd64 node-glob all 8.0.3+~cs8.4.15-1 [133 kB]
Get:132 http://deb.debian.org/debian bookworm/main amd64 node-extend all 3.0.2+~3.0.1-3 [7816 B]
Get:133 http://deb.debian.org/debian bookworm/main amd64 node-for-in all 1.0.2-4 [4840 B]
Get:134 http://deb.debian.org/debian bookworm/main amd64 node-for-own all 1.0.0-3 [4800 B]
Get:135 http://deb.debian.org/debian bookworm/main amd64 node-is-plain-object all 5.0.0-7 [6108 B]
Get:136 http://deb.debian.org/debian bookworm/main amd64 node-isobject all 4.0.0-2 [5332 B]
Get:137 http://deb.debian.org/debian bookworm/main amd64 node-map-cache all 0.2.2-6 [4992 B]
Get:138 http://deb.debian.org/debian bookworm/main amd64 node-path-is-absolute all 2.0.0-2 [4068 B]
Get:139 http://deb.debian.org/debian bookworm/main amd64 node-path-root-regex all 0.1.2-2 [4080 B]
Get:140 http://deb.debian.org/debian bookworm/main amd64 node-path-root all 0.1.1-3 [4668 B]
Get:141 http://deb.debian.org/debian bookworm/main amd64 node-parse-filepath all 1.0.2+~1.0.0-2 [6124 B]
Get:142 http://deb.debian.org/debian bookworm/main amd64 node-fined all 1.2.0+~cs4.5.1-3 [8336 B]
Get:143 http://deb.debian.org/debian bookworm/main amd64 node-flagged-respawn all 1.0.1-5 [7060 B]
Get:144 http://deb.debian.org/debian bookworm/main amd64 node-grunt-known-options all 1.1.1-4 [3748 B]
Get:145 http://deb.debian.org/debian bookworm/main amd64 node-interpret all 2.2.0-3 [7660 B]
Get:146 http://deb.debian.org/debian bookworm/main amd64 node-lodash-packages all 4.17.21+dfsg+~cs8.31.198.20210220-9 [179 kB]
Get:147 http://deb.debian.org/debian bookworm/main amd64 node-function-bind all 1.1.1+repacked+~1.0.3-2 [5252 B]
Get:148 http://deb.debian.org/debian bookworm/main amd64 node-resolve all 1.22.1+~cs5.31.10-1 [28.1 kB]
Get:149 http://deb.debian.org/debian bookworm/main amd64 node-rechoir all 0.8.0+~0.6.1-2 [6628 B]
Get:150 http://deb.debian.org/debian bookworm/main amd64 node-liftoff all 3.1.0-6 [15.6 kB]
Get:151 http://deb.debian.org/debian bookworm/main amd64 node-abbrev all 1.1.1+~1.1.2-1 [5692 B]
Get:152 http://deb.debian.org/debian bookworm/main amd64 node-nopt all 5.0.0-4 [12.1 kB]
Get:153 http://deb.debian.org/debian bookworm/main amd64 node-v8flags all 3.2.0+~3.1.1-1 [7612 B]
Get:154 http://deb.debian.org/debian bookworm/main amd64 node-grunt-cli all 1.4.3+~3.0.1-1 [11.5 kB]
Get:155 http://deb.debian.org/debian bookworm/main amd64 node-colors all 1.4.0-4 [11.9 kB]
Get:156 http://deb.debian.org/debian bookworm/main amd64 node-color-name all 1.1.4+~1.1.1-2 [5920 B]
Get:157 http://deb.debian.org/debian bookworm/main amd64 node-color-convert all 2.0.1+~cs2.0.0-2 [13.1 kB]
Get:158 http://deb.debian.org/debian bookworm/main amd64 node-ansi-styles all 6.2.1-2 [8640 B]
Get:159 http://deb.debian.org/debian bookworm/main amd64 node-escape-string-regexp all 4.0.0-2 [4296 B]
Get:160 http://deb.debian.org/debian bookworm/main amd64 node-has-flag all 4.0.0-3 [4304 B]
Get:161 http://deb.debian.org/debian bookworm/main amd64 node-supports-color all 8.1.1+~8.1.1-1 [6920 B]
Get:162 http://deb.debian.org/debian bookworm/main amd64 node-chalk all 5.2.0-1 [18.0 kB]
Get:163 http://deb.debian.org/debian bookworm/main amd64 node-lodash all 4.17.21+dfsg+~cs8.31.198.20210220-9 [462 kB]
Get:164 http://deb.debian.org/debian bookworm/main amd64 node-grunt-legacy-log-utils all 1.0.0-5 [4652 B]
Get:165 http://deb.debian.org/debian bookworm/main amd64 node-hooker all 0.2.3+~0.2.31-2 [8072 B]
Get:166 http://deb.debian.org/debian bookworm/main amd64 libjs-sprintf-js all 1.1.2+ds1+~1.1.2-1 [12.8 kB]
Get:167 http://deb.debian.org/debian bookworm/main amd64 node-sprintf-js all 1.1.2+ds1+~1.1.2-1 [4024 B]
Get:168 http://deb.debian.org/debian bookworm/main amd64 node-util-deprecate all 1.0.2-3 [4436 B]
Get:169 http://deb.debian.org/debian bookworm/main amd64 node-underscore.string all 3.3.6+dfsg-1 [21.4 kB]
Get:170 http://deb.debian.org/debian bookworm/main amd64 node-grunt-legacy-log all 2.0.0-3 [6188 B]
Get:171 http://deb.debian.org/debian bookworm/main amd64 libjs-async all 0.8.0-6 [24.2 kB]
Get:172 http://deb.debian.org/debian bookworm/main amd64 node-async all 0.8.0-6 [3748 B]
Get:173 http://deb.debian.org/debian bookworm/main amd64 node-getobject all 1.1.1-1 [4088 B]
Get:174 http://deb.debian.org/debian bookworm/main amd64 node-grunt-legacy-util all 2.0.1-2 [6668 B]
Get:175 http://deb.debian.org/debian bookworm/main amd64 node-safe-buffer all 5.2.1+~cs2.1.2-3 [15.5 kB]
Get:176 http://deb.debian.org/debian bookworm/main amd64 node-iconv-lite all 0.6.3-3 [115 kB]
Get:177 http://deb.debian.org/debian bookworm/main amd64 node-argparse all 2.0.1-2 [34.6 kB]
Get:178 http://deb.debian.org/debian bookworm/main amd64 node-esprima all 4.0.1+ds+~4.0.3-2 [69.3 kB]
Get:179 http://deb.debian.org/debian bookworm/main amd64 node-js-yaml all 4.1.0+dfsg+~4.0.5-7 [66.6 kB]
Get:180 http://deb.debian.org/debian bookworm/main amd64 node-mkdirp all 1.0.4+~1.0.2-4 [11.6 kB]
Get:181 http://deb.debian.org/debian bookworm/main amd64 node-rimraf all 3.0.2-2 [11.1 kB]
Get:182 http://deb.debian.org/debian bookworm/main amd64 grunt all 1.5.3-2 [30.2 kB]
Get:183 http://deb.debian.org/debian bookworm/main amd64 node-neo-async all 2.6.2+~cs3.0.0-2 [35.2 kB]
Get:184 http://deb.debian.org/debian bookworm/main amd64 node-arrify all 2.0.1-3 [3700 B]
Get:185 http://deb.debian.org/debian bookworm/main amd64 node-is-plain-obj all 3.0.0-2 [3972 B]
Get:186 http://deb.debian.org/debian bookworm/main amd64 node-minimist all 1.2.7+~cs5.3.2-2 [14.7 kB]
Get:187 http://deb.debian.org/debian bookworm/main amd64 node-wordwrap all 1.0.0-4 [4628 B]
Get:188 http://deb.debian.org/debian bookworm/main amd64 node-optimist all 0.6.1+~0.0.30-2 [13.5 kB]
Get:189 http://deb.debian.org/debian bookworm/main amd64 libjs-source-map all 0.7.0++dfsg2+really.0.6.1-15 [29.6 kB]
Get:190 http://deb.debian.org/debian bookworm/main amd64 node-source-map all 0.7.0++dfsg2+really.0.6.1-15 [41.7 kB]
Get:191 http://deb.debian.org/debian bookworm/main amd64 handlebars all 3:4.7.7+~4.1.0-1 [199 kB]
Get:192 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB]
Get:193 http://deb.debian.org/debian bookworm/main amd64 libgdk-pixbuf2.0-common all 2.42.10+dfsg-1+deb12u1 [306 kB]
Get:194 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2+deb12u4 [1400 kB]
Get:195 http://deb.debian.org/debian bookworm/main amd64 shared-mime-info amd64 2.2-1 [729 kB]
Get:196 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB]
Get:197 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2 [276 kB]
Get:198 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB]
Get:199 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB]
Get:200 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB]
Get:201 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u1 [316 kB]
Get:202 http://deb.debian.org/debian bookworm/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.10+dfsg-1+deb12u1 [139 kB]
Get:203 http://deb.debian.org/debian bookworm/main amd64 libjs-events all 3.3.0+~3.0.0-3 [11.3 kB]
Get:204 http://deb.debian.org/debian bookworm/main amd64 libjs-is-typedarray all 1.0.0-4 [3816 B]
Get:205 http://deb.debian.org/debian bookworm/main amd64 libjs-moment all 2.29.4+ds-1 [155 kB]
Get:206 http://deb.debian.org/debian bookworm/main amd64 libjs-prettify all 2015.12.04+dfsg-1.1 [41.7 kB]
Get:207 http://deb.debian.org/debian bookworm/main amd64 libjs-regenerate all 1.4.2-3 [14.3 kB]
Get:208 http://deb.debian.org/debian bookworm/main amd64 libjs-typedarray-to-buffer all 4.0.0-2 [4668 B]
Get:209 http://deb.debian.org/debian bookworm/main amd64 node-object-inspect all 1.12.2+~cs1.8.1-1 [20.8 kB]
Get:210 http://deb.debian.org/debian bookworm/main amd64 node-es-abstract all 1.20.4+~cs26.27.47-1 [137 kB]
Get:211 http://deb.debian.org/debian bookworm/main amd64 node-define-properties all 1.1.4+~1.1.3-1 [6828 B]
Get:212 http://deb.debian.org/debian bookworm/main amd64 node-debbundle-es-to-primitive all 1.2.1+~cs9.7.25-2 [39.9 kB]
Get:213 http://deb.debian.org/debian bookworm/main amd64 node-defined all 1.0.1+~1.0.0-1 [6776 B]
Get:214 http://deb.debian.org/debian bookworm/main amd64 node-archy all 1.0.0-6 [4556 B]
Get:215 http://deb.debian.org/debian bookworm/main amd64 node-convert-source-map all 1.9.0+~1.5.2-1 [8176 B]
Get:216 http://deb.debian.org/debian bookworm/main amd64 node-decamelize all 4.0.0-2 [4080 B]
Get:217 http://deb.debian.org/debian bookworm/main amd64 node-es6-error all 4.1.1-5 [6148 B]
Get:218 http://deb.debian.org/debian bookworm/main amd64 node-estraverse all 5.3.0+ds+~5.1.1-1 [11.6 kB]
Get:219 http://deb.debian.org/debian bookworm/main amd64 node-esutils all 2.0.3+~2.0.0-1 [12.4 kB]
Get:220 http://deb.debian.org/debian bookworm/main amd64 node-deep-is all 0.1.4-1 [5136 B]
Get:221 http://deb.debian.org/debian bookworm/main amd64 node-fast-levenshtein all 2.0.6+ds-3 [6040 B]
Get:222 http://deb.debian.org/debian bookworm/main amd64 node-prelude-ls all 1.2.1+dfsg-3 [11.3 kB]
Get:223 http://deb.debian.org/debian bookworm/main amd64 node-type-check all 0.4.0+dfsg-3 [9184 B]
Get:224 http://deb.debian.org/debian bookworm/main amd64 node-levn all 0.4.1+dfsg-2 [10.2 kB]
Get:225 http://deb.debian.org/debian bookworm/main amd64 node-optionator all 0.9.1+dfsg+~cs1.2.3-1 [17.6 kB]
Get:226 http://deb.debian.org/debian bookworm/main amd64 node-escodegen all 2.0.0+dfsg+~0.0.7-2 [23.0 kB]
Get:227 http://deb.debian.org/debian bookworm/main amd64 node-commondir all 1.0.1+~1.0.0-1 [4388 B]
Get:228 http://deb.debian.org/debian bookworm/main amd64 node-path-dirname all 1.0.2-2 [4312 B]
Get:229 http://deb.debian.org/debian bookworm/main amd64 node-glob-parent all 6.0.2+~5.1.1-2 [8784 B]
Get:230 http://deb.debian.org/debian bookworm/main amd64 node-ignore all 5.2.1-1 [26.4 kB]
Get:231 http://deb.debian.org/debian bookworm/main amd64 node-pify all 5.0.0+~cs5.0.1-1 [7072 B]
Get:232 http://deb.debian.org/debian bookworm/main amd64 node-path-type all 4.0.0-3 [3944 B]
Get:233 http://deb.debian.org/debian bookworm/main amd64 node-core-util-is all 1.0.3-1 [4072 B]
Get:234 http://deb.debian.org/debian bookworm/main amd64 node-string-decoder all 1.3.0-6 [7180 B]
Get:235 http://deb.debian.org/debian bookworm/main amd64 node-process-nextick-args all 2.0.1-3 [3816 B]
Get:236 http://deb.debian.org/debian bookworm/main amd64 node-isarray all 2.0.5-4 [4040 B]
Get:237 http://deb.debian.org/debian bookworm/main amd64 node-readable-stream all 3.6.0+~cs3.0.0-4 [32.0 kB]
Get:238 http://deb.debian.org/debian bookworm/main amd64 node-n3 all 1.16.3+~1.2.3+~1.10.4-1 [37.0 kB]
Get:239 http://deb.debian.org/debian bookworm/main amd64 node-slash all 4.0.0-3 [4292 B]
Get:240 http://deb.debian.org/debian bookworm/main amd64 node-globby all 13.1.3+~cs16.25.40-1+deb12u1 [40.5 kB]
Get:241 http://deb.debian.org/debian bookworm/main amd64 node-graceful-fs all 4.2.10-1 [14.4 kB]
Get:242 http://deb.debian.org/debian bookworm/main amd64 node-is-path-cwd all 2.2.0-2 [3672 B]
Get:243 http://deb.debian.org/debian bookworm/main amd64 node-path-is-inside all 1.0.2+~1.0.0-1 [5072 B]
Get:244 http://deb.debian.org/debian bookworm/main amd64 node-is-path-inside all 3.0.3-2 [3980 B]
Get:245 http://deb.debian.org/debian bookworm/main amd64 node-indent-string all 4.0.0-2 [4144 B]
Get:246 http://deb.debian.org/debian bookworm/main amd64 node-p-map all 4.0.0+~3.1.0+~3.0.1-1 [7912 B]
Get:247 http://deb.debian.org/debian bookworm/main amd64 node-del all 7.0.0-5 [6804 B]
Get:248 http://deb.debian.org/debian bookworm/main amd64 node-yallist all 4.0.0+~4.0.1-1 [8172 B]
Get:249 http://deb.debian.org/debian bookworm/main amd64 node-lru-cache all 7.14.1-1 [26.3 kB]
Get:250 http://deb.debian.org/debian bookworm/main amd64 node-semver all 7.3.5+~7.3.9-2 [42.1 kB]
Get:251 http://deb.debian.org/debian bookworm/main amd64 node-make-dir all 3.1.0-3 [6040 B]
Get:252 http://deb.debian.org/debian bookworm/main amd64 node-p-limit all 4.0.0+~cs4.0.0-5 [7576 B]
Get:253 http://deb.debian.org/debian bookworm/main amd64 node-p-locate all 6.0.0-12 [5752 B]
Get:254 http://deb.debian.org/debian bookworm/main amd64 node-locate-path all 7.1.1-2 [5584 B]
Get:255 http://deb.debian.org/debian bookworm/main amd64 node-path-exists all 5.0.0-8 [4732 B]
Get:256 http://deb.debian.org/debian bookworm/main amd64 node-find-up all 6.3.0-7 [9388 B]
Get:257 http://deb.debian.org/debian bookworm/main amd64 node-pkg-dir all 5.0.0-2 [4260 B]
Get:258 http://deb.debian.org/debian bookworm/main amd64 node-find-cache-dir all 3.3.2+~3.2.1-1 [6152 B]
Get:259 http://deb.debian.org/debian bookworm/main amd64 node-signal-exit all 3.0.7+~3.0.1-1 [7600 B]
Get:260 http://deb.debian.org/debian bookworm/main amd64 node-foreground-child all 2.0.0-5 [6384 B]
Get:261 http://deb.debian.org/debian bookworm/main amd64 node-is-stream all 3.0.0-4 [5076 B]
Get:262 http://deb.debian.org/debian bookworm/main amd64 node-is-windows all 1.0.2+~cs1.0.0-1 [5936 B]
Get:263 http://deb.debian.org/debian bookworm/main amd64 node-npm-run-path all 5.1.0+~4.0.0-8 [6276 B]
Get:264 http://deb.debian.org/debian bookworm/main amd64 node-resolve-from all 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 [7292 B]
Get:265 http://deb.debian.org/debian bookworm/main amd64 node-shebang-regex all 3.0.0-2 [3528 B]
Get:266 http://deb.debian.org/debian bookworm/main amd64 node-shebang-command all 2.0.0-1 [3500 B]
Get:267 http://deb.debian.org/debian bookworm/main amd64 node-strip-bom all 4.0.0-2 [4144 B]
Get:268 http://deb.debian.org/debian bookworm/main amd64 node-object-assign all 4.1.1-7 [4684 B]
Get:269 http://deb.debian.org/debian bookworm/main amd64 node-util all 0.12.5+~1.0.10-1 [5700 B]
Get:270 http://deb.debian.org/debian bookworm/main amd64 node-assert all 2.0.0+~cs3.9.8-2 [26.8 kB]
Get:271 http://deb.debian.org/debian bookworm/main amd64 node-ampproject-remapping all 2.2.0+~cs5.15.37-1 [59.4 kB]
Get:272 http://deb.debian.org/debian bookworm/main amd64 node-babel-plugin-add-module-exports all 1.0.4+dfsg1~cs5.8.0-4 [8672 B]
Get:273 http://deb.debian.org/debian bookworm/main amd64 node-regenerator-runtime all 0.15.1+~0.10.8-1 [10.6 kB]
Get:274 http://deb.debian.org/debian bookworm/main amd64 node-babel7-runtime all 7.20.15+ds1+~cs214.269.168-3+deb12u2 [116 kB]
Get:275 http://deb.debian.org/debian bookworm/main amd64 node-ms all 2.1.3+~cs0.7.31-3 [5648 B]
Get:276 http://deb.debian.org/debian bookworm/main amd64 node-debug all 4.3.4+~cs4.1.7-1 [18.1 kB]
Get:277 http://deb.debian.org/debian bookworm/main amd64 node-babel-helper-define-polyfill-provider all 0.3.3~0~20220913+ds1-1 [27.4 kB]
Get:278 http://deb.debian.org/debian bookworm/main amd64 node-babel-plugin-polyfill-corejs2 all 0.3.3~0~20220913+ds1-1 [17.1 kB]
Get:279 http://deb.debian.org/debian bookworm/main amd64 node-caniuse-lite all 1.0.30001436+dfsg+~1.0.1-1 [208 kB]
Get:280 http://deb.debian.org/debian bookworm/main amd64 node-electron-to-chromium all 1.4.284-1 [20.6 kB]
Get:281 http://deb.debian.org/debian bookworm/main amd64 node-picocolors all 1.0.0-4 [6652 B]
Get:282 http://deb.debian.org/debian bookworm/main amd64 node-browserslist all 4.21.4+~cs6.1.17-2 [63.5 kB]
Get:283 http://deb.debian.org/debian bookworm/main amd64 node-core-js-compat all 3.26.1-3 [66.1 kB]
Get:284 http://deb.debian.org/debian bookworm/main amd64 node-babel-plugin-polyfill-corejs3 all 0.6.0~0~20220913+ds1-1 [29.5 kB]
Get:285 http://deb.debian.org/debian bookworm/main amd64 node-babel-plugin-polyfill-regenerator all 0.4.1~0~20220913+ds1-1 [5036 B]
Get:286 http://deb.debian.org/debian bookworm/main amd64 node-is-extendable all 1.0.1-3 [5228 B]
Get:287 http://deb.debian.org/debian bookworm/main amd64 node-clone-deep all 4.0.1+~cs7.0.2-1 [6720 B]
Get:288 http://deb.debian.org/debian bookworm/main amd64 node-commander all 9.4.1-1 [65.3 kB]
Get:289 http://deb.debian.org/debian bookworm/main amd64 node-core-js all 3.26.1-3 [268 kB]
Get:290 http://deb.debian.org/debian bookworm/main amd64 node-core-js-pure all 3.26.1-3 [250 kB]
Get:291 http://deb.debian.org/debian bookworm/main amd64 node-fs-readdir-recursive all 1.1.0+~1.1.0-1 [4540 B]
Get:292 http://deb.debian.org/debian bookworm/main amd64 node-globals all 13.18.0-1 [11.1 kB]
Get:293 http://deb.debian.org/debian bookworm/main amd64 node-js-tokens all 8.0.0-2 [14.9 kB]
Get:294 http://deb.debian.org/debian bookworm/main amd64 node-jsesc all 3.0.2+~3.0.1-1 [17.6 kB]
Get:295 http://deb.debian.org/debian bookworm/main amd64 node-json5 all 2.2.3+dfsg-1 [25.6 kB]
Get:296 http://deb.debian.org/debian bookworm/main amd64 node-quick-lru all 6.1.1-4 [8076 B]
Get:297 http://deb.debian.org/debian bookworm/main amd64 node-regenerator-transform all 0.15.1+~0.10.8-1 [24.6 kB]
Get:298 http://deb.debian.org/debian bookworm/main amd64 node-regenerate all 1.4.2-3 [7388 B]
Get:299 http://deb.debian.org/debian bookworm/main amd64 node-regenerate-unicode-properties all 10.1.0+ds-1 [50.7 kB]
Get:300 http://deb.debian.org/debian bookworm/main amd64 node-regjsgen all 0.7.1+ds-1 [6968 B]
Get:301 http://deb.debian.org/debian bookworm/main amd64 node-regjsparser all 0.9.1+ds-2 [22.1 kB]
Get:302 http://deb.debian.org/debian bookworm/main amd64 node-unicode-canonical-property-names-ecmascript all 2.0.0-2 [4540 B]
Get:303 http://deb.debian.org/debian bookworm/main amd64 node-unicode-property-aliases-ecmascript all 2.1.0+ds-1 [5256 B]
Get:304 http://deb.debian.org/debian bookworm/main amd64 node-unicode-match-property-ecmascript all 2.0.0-2 [4440 B]
Get:305 http://deb.debian.org/debian bookworm/main amd64 node-unicode-match-property-value-ecmascript all 2.1.0+ds-1 [7272 B]
Get:306 http://deb.debian.org/debian bookworm/main amd64 node-regexpu-core all 5.2.2-3 [13.9 kB]
Get:307 http://deb.debian.org/debian bookworm/main amd64 node-source-map-support all 0.5.21+ds+~0.5.4-1 [14.5 kB]
Get:308 http://deb.debian.org/debian bookworm/main amd64 node-to-fast-properties all 3.0.1-3 [4332 B]
Get:309 http://deb.debian.org/debian bookworm/main amd64 node-babel7 all 7.20.15+ds1+~cs214.269.168-3+deb12u2 [712 kB]
Get:310 http://deb.debian.org/debian bookworm/main amd64 node-is-arrayish all 0.3.2-3 [3960 B]
Get:311 http://deb.debian.org/debian bookworm/main amd64 node-error-ex all 1.3.2-4 [5656 B]
Get:312 http://deb.debian.org/debian bookworm/main amd64 node-json-parse-better-errors all 1.0.2+~cs3.3.1-2 [7800 B]
Get:313 http://deb.debian.org/debian bookworm/main amd64 node-parse-json all 5.2.0+~cs5.1.7-1 [7356 B]
Get:314 http://deb.debian.org/debian bookworm/main amd64 node-hosted-git-info all 6.1.1-2 [12.6 kB]
Get:315 http://deb.debian.org/debian bookworm/main amd64 node-spdx-license-ids all 3.0.12-1 [6276 B]
Get:316 http://deb.debian.org/debian bookworm/main amd64 node-spdx-exceptions all 2.3.0-2 [3992 B]
Get:317 http://deb.debian.org/debian bookworm/main amd64 node-spdx-expression-parse all 3.0.1+~3.0.1-1 [7532 B]
Get:318 http://deb.debian.org/debian bookworm/main amd64 node-spdx-correct all 3.1.1-2 [5464 B]
Get:319 http://deb.debian.org/debian bookworm/main amd64 node-validate-npm-package-license all 3.0.4-2 [4280 B]
Get:320 http://deb.debian.org/debian bookworm/main amd64 node-normalize-package-data all 4.0.1+~2.4.1-1 [13.6 kB]
Get:321 http://deb.debian.org/debian bookworm/main amd64 node-read-pkg all 5.2.0-2 [24.0 kB]
Get:322 http://deb.debian.org/debian bookworm/main amd64 node-uuid all 8.3.2+~8.3.3-3 [44.0 kB]
Get:323 http://deb.debian.org/debian bookworm/main amd64 node-imurmurhash all 0.1.4+dfsg+~0.1.1-2 [8412 B]
Get:324 http://deb.debian.org/debian bookworm/main amd64 node-is-typedarray all 1.0.0-4 [3292 B]
Get:325 http://deb.debian.org/debian bookworm/main amd64 node-typedarray-to-buffer all 4.0.0-2 [3380 B]
Get:326 http://deb.debian.org/debian bookworm/main amd64 node-write-file-atomic all 4.0.2+~4.0.0-1 [9284 B]
Get:327 http://deb.debian.org/debian bookworm/main amd64 node-slice-ansi all 5.0.0+~cs9.0.0-5 [8788 B]
Get:328 http://deb.debian.org/debian bookworm/main amd64 node-ansi-regex all 5.0.1-1 [4912 B]
Get:329 http://deb.debian.org/debian bookworm/main amd64 node-strip-ansi all 6.0.1-2 [4120 B]
Get:330 http://deb.debian.org/debian bookworm/main amd64 node-clone all 2.1.2-4 [8280 B]
Get:331 http://deb.debian.org/debian bookworm/main amd64 node-defaults all 1.0.4+~1.0.3-1 [4400 B]
Get:332 http://deb.debian.org/debian bookworm/main amd64 node-wcwidth.js all 1.0.2-2 [7088 B]
Get:333 http://deb.debian.org/debian bookworm/main amd64 node-string-width all 4.2.3+~cs13.2.3-1 [10.7 kB]
Get:334 http://deb.debian.org/debian bookworm/main amd64 node-wrap-ansi all 8.0.1+~8.0.1-3 [11.8 kB]
Get:335 http://deb.debian.org/debian bookworm/main amd64 node-cliui all 7.0.4+repack+~cs3.1.0-4 [11.5 kB]
Get:336 http://deb.debian.org/debian bookworm/main amd64 node-get-caller-file all 2.0.5+~cs1.1.1-4 [5728 B]
Get:337 http://deb.debian.org/debian bookworm/main amd64 node-require-directory all 2.1.1+~2.1.2-1 [7092 B]
Get:338 http://deb.debian.org/debian bookworm/main amd64 node-y18n all 5.0.8+~5.0.0-3 [10.2 kB]
Get:339 http://deb.debian.org/debian bookworm/main amd64 node-camelcase all 7.0.0-3 [6032 B]
Get:340 http://deb.debian.org/debian bookworm/main amd64 node-yargs-parser all 21.1.1+~21.0.0-4 [28.4 kB]
Get:341 http://deb.debian.org/debian bookworm/main amd64 node-yargs all 16.2.0+~16.0.4-7 [128 kB]
Get:342 http://deb.debian.org/debian bookworm/main amd64 node-istanbul all 0.4.5+repack10+~cs97.25.57-3 [207 kB]
Get:343 http://deb.debian.org/debian bookworm/main amd64 node-through all 2.3.8+~cs0.0.30-1 [5452 B]
Get:344 http://deb.debian.org/debian bookworm/main amd64 node-resumer all 0.0.0-6 [4144 B]
Get:345 http://deb.debian.org/debian bookworm/main amd64 node-tape all 5.6.1+~cs8.20.19-1 [70.9 kB]
Get:346 http://deb.debian.org/debian bookworm/main amd64 node-deep-equal all 2.1.0+~cs31.12.80-1 [34.5 kB]
Get:347 http://deb.debian.org/debian bookworm/main amd64 libjs-util all 0.12.5+~1.0.10-1 [16.0 kB]
Get:348 http://deb.debian.org/debian bookworm/main amd64 libnotify4 amd64 0.8.1-1 [30.1 kB]
Get:349 http://deb.debian.org/debian bookworm/main amd64 libnotify-bin amd64 0.8.1-1 [17.3 kB]
Get:350 http://deb.debian.org/debian bookworm/main amd64 node-agent-base all 6.0.2+~cs5.4.2-2 [17.3 kB]
Get:351 http://deb.debian.org/debian bookworm/main amd64 node-ansi-escapes all 5.0.0+really.4.3.1-1 [8896 B]
Get:352 http://deb.debian.org/debian bookworm/main amd64 node-arg all 5.0.2-2 [7560 B]
Get:353 http://deb.debian.org/debian bookworm/main amd64 node-async-each all 1.0.3-3 [4292 B]
Get:354 http://deb.debian.org/debian bookworm/main amd64 node-auto-bind all 4.0.0-2 [4816 B]
Get:355 http://deb.debian.org/debian bookworm/main amd64 node-babel-plugin-lodash all 3.3.4+~cs2.0.1-6 [11.0 kB]
Get:356 http://deb.debian.org/debian bookworm/main amd64 node-object-visit all 1.0.1-5 [4868 B]
Get:357 http://deb.debian.org/debian bookworm/main amd64 node-map-visit all 1.0.0-4 [6208 B]
Get:358 http://deb.debian.org/debian bookworm/main amd64 node-collection-visit all 1.0.0-4 [4924 B]
Get:359 http://deb.debian.org/debian bookworm/main amd64 node-get-value all 1:3.0.1-4 [5248 B]
Get:360 http://deb.debian.org/debian bookworm/main amd64 node-sellside-emitter all 1.2.1-3 [4440 B]
Get:361 http://deb.debian.org/debian bookworm/main amd64 node-is-primitive all 3.0.1-3 [4892 B]
Get:362 http://deb.debian.org/debian bookworm/main amd64 node-set-value all 4.1.0+~4.0.1-2 [10.4 kB]
Get:363 http://deb.debian.org/debian bookworm/main amd64 node-union-value all 2.0.1-4 [5352 B]
Get:364 http://deb.debian.org/debian bookworm/main amd64 node-has-values all 2.0.1-4 [5628 B]
Get:365 http://deb.debian.org/debian bookworm/main amd64 node-has-value all 2.0.2-4 [6000 B]
Get:366 http://deb.debian.org/debian bookworm/main amd64 node-unset-value all 2.0.1-1 [5928 B]
Get:367 http://deb.debian.org/debian bookworm/main amd64 node-cache-base all 4.0.2-1 [12.4 kB]
Get:368 http://deb.debian.org/debian bookworm/main amd64 node-is-descriptor all 3.0.0-2 [5556 B]
Get:369 http://deb.debian.org/debian bookworm/main amd64 node-define-property all 2.0.2+really+2.0.2-3 [6820 B]
Get:370 http://deb.debian.org/debian bookworm/main amd64 node-mixin-deep all 2.0.1-3 [5428 B]
Get:371 http://deb.debian.org/debian bookworm/main amd64 node-pascalcase all 1.0.0-1 [5004 B]
Get:372 http://deb.debian.org/debian bookworm/main amd64 node-base all 3.0.0-3 [12.9 kB]
Get:373 http://deb.debian.org/debian bookworm/main amd64 node-binary-extensions all 2.2.0-2 [4408 B]
Get:374 http://deb.debian.org/debian bookworm/main amd64 node-builtin-modules all 3.3.0-1 [4700 B]
Get:375 http://deb.debian.org/debian bookworm/main amd64 node-is-binary-path all 2.1.0-5 [3684 B]
Get:376 http://deb.debian.org/debian bookworm/main amd64 node-set-immediate-shim all 2.0.0-2 [3740 B]
Get:377 http://deb.debian.org/debian bookworm/main amd64 node-readdirp all 3.6.0-1 [11.5 kB]
Get:378 http://deb.debian.org/debian bookworm/main amd64 node-chokidar all 3.5.3-2 [32.3 kB]
Get:379 http://deb.debian.org/debian bookworm/main amd64 node-ci-info all 3.6.1+~cs1.1.0-1 [11.7 kB]
Get:380 http://deb.debian.org/debian bookworm/main amd64 node-cli-boxes all 2.2.1-2 [4696 B]
Get:381 http://deb.debian.org/debian bookworm/main amd64 node-restore-cursor all 4.0.0-2 [4352 B]
Get:382 http://deb.debian.org/debian bookworm/main amd64 node-cli-cursor all 4.0.0-3 [7880 B]
Get:383 http://deb.debian.org/debian bookworm/main amd64 node-cli-truncate all 2.1.0-5 [5628 B]
Get:384 http://deb.debian.org/debian bookworm/main amd64 node-growl all 1.10.5-4 [7684 B]
Get:385 http://deb.debian.org/debian bookworm/main amd64 node-lcov-parse all 1.0.0+20170612git80d039574ed9-6 [5116 B]
Get:386 http://deb.debian.org/debian bookworm/main amd64 node-log-driver all 1.2.7+git+20180219+bba1761737-7 [5396 B]
Get:387 http://deb.debian.org/debian bookworm/main amd64 node-data-uri-to-buffer all 4.0.0-3 [5540 B]
Get:388 http://deb.debian.org/debian bookworm/main amd64 node-fetch all 3.3.0+~cs11.4.11-2 [212 kB]
Get:389 http://deb.debian.org/debian bookworm/main amd64 node-coveralls all 3.1.1-2 [13.8 kB]
Get:390 http://deb.debian.org/debian bookworm/main amd64 node-create-require all 1.1.1-4 [4544 B]
Get:391 http://deb.debian.org/debian bookworm/main amd64 node-diff all 5.0.0~dfsg+~5.0.1-4 [69.7 kB]
Get:392 http://deb.debian.org/debian bookworm/main amd64 node-jake all 10.8.5+~1.0.4-3 [35.1 kB]
Get:393 http://deb.debian.org/debian bookworm/main amd64 node-ejs all 3.1.8+~3.1.1-2 [29.6 kB]
Get:394 http://deb.debian.org/debian bookworm/main amd64 node-encoding all 0.1.13-2 [4400 B]
Get:395 http://deb.debian.org/debian bookworm/main amd64 node-events all 3.3.0+~3.0.0-3 [5888 B]
Get:396 http://deb.debian.org/debian bookworm/main amd64 node-time-stamp all 2.2.0-2 [6016 B]
Get:397 http://deb.debian.org/debian bookworm/main amd64 node-fancy-log all 1.3.3+~cs1.3.1-2 [7940 B]
Get:398 http://deb.debian.org/debian bookworm/main amd64 node-resolve-cwd all 3.0.0-2 [4212 B]
Get:399 http://deb.debian.org/debian bookworm/main amd64 node-jest-debbundle all 29.3.1~ds1+~cs70.48.25-2 [129 kB]
Get:400 http://deb.debian.org/debian bookworm/main amd64 node-jsonparse all 1.3.1-10 [8020 B]
Get:401 http://deb.debian.org/debian bookworm/main amd64 node-minipass all 3.3.6+~cs9.4.19-1 [43.0 kB]
Get:402 http://deb.debian.org/debian bookworm/main amd64 xdg-utils all 1.1.3-4.1 [75.5 kB]
Get:403 http://deb.debian.org/debian bookworm/main amd64 node-opener all 1.5.2+~1.4.0-1 [5940 B]
Get:404 http://deb.debian.org/debian bookworm/main amd64 node-punycode all 2.1.1-6 [9444 B]
Get:405 http://deb.debian.org/debian bookworm/main amd64 node-jsonify all 0.0.1-1 [8704 B]
Get:406 http://deb.debian.org/debian bookworm/main amd64 node-shell-quote all 1.7.4+~1.7.1-1 [14.2 kB]
Get:407 http://deb.debian.org/debian bookworm/main amd64 node-stack-utils all 2.0.6+~2.0.1-1 [9260 B]
Get:408 http://deb.debian.org/debian bookworm/main amd64 node-yaml all 2.1.3-2 [118 kB]
Get:409 http://deb.debian.org/debian bookworm/main amd64 node-tap-parser all 11.0.2+~cs2.1.4-1 [62.7 kB]
Get:410 http://deb.debian.org/debian bookworm/main amd64 node-tap-mocha-reporter all 5.0.3+~2.0.2-2 [38.7 kB]
Get:411 http://deb.debian.org/debian bookworm/main amd64 node-widest-line all 3.1.0-2 [4092 B]
Get:412 http://deb.debian.org/debian bookworm/main amd64 node-https-proxy-agent all 5.0.1+~cs8.0.0-3 [16.1 kB]
Get:413 http://deb.debian.org/debian bookworm/main amd64 node-mute-stream all 0.0.8+~0.0.1-3 [6232 B]
Get:414 http://deb.debian.org/debian bookworm/main amd64 node-read all 1.0.7-5 [5388 B]
Get:415 http://deb.debian.org/debian bookworm/main amd64 node-ws all 8.11.0+~cs13.7.3-1 [51.1 kB]
Get:416 http://deb.debian.org/debian bookworm/main amd64 node-tap all 16.3.2+ds1+~cs50.8.16-1+deb12u1 [101 kB]
Get:417 http://deb.debian.org/debian bookworm/main amd64 nodeunit all 0.11.3+ds-4 [29.7 kB]
Get:418 http://deb.debian.org/debian bookworm/main amd64 node-grunt-contrib-nodeunit all 4.0.0-2 [9528 B]
Get:419 http://deb.debian.org/debian bookworm/main amd64 node-make-error all 1.3.7-3 [5232 B]
Get:420 http://deb.debian.org/debian bookworm/main amd64 node-moment all 2.29.4+ds-1 [295 kB]
Get:421 http://deb.debian.org/debian bookworm/main amd64 node-typescript all 4.8.4+ds1-2 [7337 kB]
Get:422 http://deb.debian.org/debian bookworm/main amd64 node-uglify-js all 3.17.4-2 [203 kB]
Get:423 http://deb.debian.org/debian bookworm/main amd64 node-yn all 4.0.0-3 [4936 B]
Get:424 http://deb.debian.org/debian bookworm/main amd64 ts-node all 10.9.1+~cs8.8.29-1 [170 kB]
Get:425 http://deb.debian.org/debian bookworm/main amd64 uglifyjs all 3.17.4-2 [12.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 54.7 MB in 2s (26.1 MB/s)
Selecting previously unselected package netbase.
(Reading database ... 12212 files and directories currently installed.)
Preparing to unpack .../000-netbase_6.4_all.deb ...
Unpacking netbase (6.4) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../001-sensible-utils_0.0.17+nmu1_all.deb ...
Unpacking sensible-utils (0.0.17+nmu1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../002-openssl_3.0.15-1~deb12u1_amd64.deb ...
Unpacking openssl (3.0.15-1~deb12u1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../003-ca-certificates_20230311_all.deb ...
Unpacking ca-certificates (20230311) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../004-libmagic-mgc_1%3a5.44-3_amd64.deb ...
Unpacking libmagic-mgc (1:5.44-3) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../005-libmagic1_1%3a5.44-3_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.44-3) ...
Selecting previously unselected package file.
Preparing to unpack .../006-file_1%3a5.44-3_amd64.deb ...
Unpacking file (1:5.44-3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../007-gettext-base_0.21-12_amd64.deb ...
Unpacking gettext-base (0.21-12) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../008-libuchardet0_0.0.7-1_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.7-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../009-groff-base_1.22.4-10_amd64.deb ...
Unpacking groff-base (1.22.4-10) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../010-bsdextrautils_2.38.1-5+deb12u2_amd64.deb ...
Unpacking bsdextrautils (2.38.1-5+deb12u2) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../011-libpipeline1_1.5.7-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.7-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../012-man-db_2.11.2-2_amd64.deb ...
Unpacking man-db (2.11.2-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../013-m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../014-autoconf_2.71-3_all.deb ...
Unpacking autoconf (2.71-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../015-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../016-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../017-autopoint_0.21-12_all.deb ...
Unpacking autopoint (0.21-12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../018-libdebhelper-perl_13.11.4_all.deb ...
Unpacking libdebhelper-perl (13.11.4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../019-libtool_2.4.7-7~deb12u1_all.deb ...
Unpacking libtool (2.4.7-7~deb12u1) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../020-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../021-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../022-libsub-override-perl_0.09-4_all.deb ...
Unpacking libsub-override-perl (0.09-4) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../023-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../024-dh-strip-nondeterminism_1.13.1-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.13.1-1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../025-libelf1_0.188-2.1_amd64.deb ...
Unpacking libelf1:amd64 (0.188-2.1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../026-dwz_0.15-1_amd64.deb ...
Unpacking dwz (0.15-1) ...
Selecting previously unselected package libicu72:amd64.
Preparing to unpack .../027-libicu72_72.1-3_amd64.deb ...
Unpacking libicu72:amd64 (72.1-3) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../028-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../029-gettext_0.21-12_amd64.deb ...
Unpacking gettext (0.21-12) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../030-intltool-debian_0.35.0+20060710.6_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.6) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../031-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../032-debhelper_13.11.4_all.deb ...
Unpacking debhelper (13.11.4) ...
Selecting previously unselected package libarray-unique-perl.
Preparing to unpack .../033-libarray-unique-perl_0.08-4_all.deb ...
Unpacking libarray-unique-perl (0.08-4) ...
Selecting previously unselected package libsub-name-perl:amd64.
Preparing to unpack .../034-libsub-name-perl_0.26-2+b1_amd64.deb ...
Unpacking libsub-name-perl:amd64 (0.26-2+b1) ...
Selecting previously unselected package libclass-accessor-perl.
Preparing to unpack .../035-libclass-accessor-perl_0.51-2_all.deb ...
Unpacking libclass-accessor-perl (0.51-2) ...
Selecting previously unselected package libio-stringy-perl.
Preparing to unpack .../036-libio-stringy-perl_2.111-3_all.deb ...
Unpacking libio-stringy-perl (2.111-3) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../037-libencode-locale-perl_1.05-3_all.deb ...
Unpacking libencode-locale-perl (1.05-3) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../038-libtimedate-perl_2.3300-2_all.deb ...
Unpacking libtimedate-perl (2.3300-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../039-libhttp-date-perl_6.05-2_all.deb ...
Unpacking libhttp-date-perl (6.05-2) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../040-libfile-listing-perl_6.15-1_all.deb ...
Unpacking libfile-listing-perl (6.15-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../041-libhtml-tagset-perl_3.20-6_all.deb ...
Unpacking libhtml-tagset-perl (3.20-6) ...
Selecting previously unselected package libregexp-ipv6-perl.
Preparing to unpack .../042-libregexp-ipv6-perl_0.03-3_all.deb ...
Unpacking libregexp-ipv6-perl (0.03-3) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../043-liburi-perl_5.17-1_all.deb ...
Unpacking liburi-perl (5.17-1) ...
Selecting previously unselected package libhtml-parser-perl:amd64.
Preparing to unpack .../044-libhtml-parser-perl_3.81-1_amd64.deb ...
Unpacking libhtml-parser-perl:amd64 (3.81-1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../045-libhtml-tree-perl_5.07-3_all.deb ...
Unpacking libhtml-tree-perl (5.07-3) ...
Selecting previously unselected package libclone-perl:amd64.
Preparing to unpack .../046-libclone-perl_0.46-1_amd64.deb ...
Unpacking libclone-perl:amd64 (0.46-1) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../047-libio-html-perl_1.004-3_all.deb ...
Unpacking libio-html-perl (1.004-3) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../048-liblwp-mediatypes-perl_6.04-2_all.deb ...
Unpacking liblwp-mediatypes-perl (6.04-2) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../049-libhttp-message-perl_6.44-1_all.deb ...
Unpacking libhttp-message-perl (6.44-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../050-libhttp-cookies-perl_6.10-1_all.deb ...
Unpacking libhttp-cookies-perl (6.10-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../051-libhttp-negotiate-perl_6.01-2_all.deb ...
Unpacking libhttp-negotiate-perl (6.01-2) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../052-perl-openssl-defaults_7+b1_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (7+b1) ...
Selecting previously unselected package libnet-ssleay-perl:amd64.
Preparing to unpack .../053-libnet-ssleay-perl_1.92-2+b1_amd64.deb ...
Unpacking libnet-ssleay-perl:amd64 (1.92-2+b1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../054-libio-socket-ssl-perl_2.081-2_all.deb ...
Unpacking libio-socket-ssl-perl (2.081-2) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../055-libnet-http-perl_6.22-1_all.deb ...
Unpacking libnet-http-perl (6.22-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../056-liblwp-protocol-https-perl_6.10-1_all.deb ...
Unpacking liblwp-protocol-https-perl (6.10-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../057-libtry-tiny-perl_0.31-2_all.deb ...
Unpacking libtry-tiny-perl (0.31-2) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../058-libwww-robotrules-perl_6.02-1_all.deb ...
Unpacking libwww-robotrules-perl (6.02-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../059-libwww-perl_6.68-1_all.deb ...
Unpacking libwww-perl (6.68-1) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../060-liberror-perl_0.17029-2_all.deb ...
Unpacking liberror-perl (0.17029-2) ...
Selecting previously unselected package libexporter-lite-perl.
Preparing to unpack .../061-libexporter-lite-perl_0.09-2_all.deb ...
Unpacking libexporter-lite-perl (0.09-2) ...
Selecting previously unselected package libparse-debcontrol-perl.
Preparing to unpack .../062-libparse-debcontrol-perl_2.005-6_all.deb ...
Unpacking libparse-debcontrol-perl (2.005-6) ...
Selecting previously unselected package libtie-ixhash-perl.
Preparing to unpack .../063-libtie-ixhash-perl_1.23-4_all.deb ...
Unpacking libtie-ixhash-perl (1.23-4) ...
Selecting previously unselected package libdebian-copyright-perl.
Preparing to unpack .../064-libdebian-copyright-perl_0.2-6_all.deb ...
Unpacking libdebian-copyright-perl (0.2-6) ...
Selecting previously unselected package libapt-pkg-perl.
Preparing to unpack .../065-libapt-pkg-perl_0.1.40+b2_amd64.deb ...
Unpacking libapt-pkg-perl (0.1.40+b2) ...
Selecting previously unselected package libexporter-tiny-perl.
Preparing to unpack .../066-libexporter-tiny-perl_1.006000-1_all.deb ...
Unpacking libexporter-tiny-perl (1.006000-1) ...
Selecting previously unselected package liblist-moreutils-xs-perl.
Preparing to unpack .../067-liblist-moreutils-xs-perl_0.430-3+b1_amd64.deb ...
Unpacking liblist-moreutils-xs-perl (0.430-3+b1) ...
Selecting previously unselected package liblist-moreutils-perl.
Preparing to unpack .../068-liblist-moreutils-perl_0.430-2_all.deb ...
Unpacking liblist-moreutils-perl (0.430-2) ...
Selecting previously unselected package libsub-install-perl.
Preparing to unpack .../069-libsub-install-perl_0.929-1_all.deb ...
Unpacking libsub-install-perl (0.929-1) ...
Selecting previously unselected package libcgi-pm-perl.
Preparing to unpack .../070-libcgi-pm-perl_4.55-1_all.deb ...
Unpacking libcgi-pm-perl (4.55-1) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../071-libhtml-form-perl_6.11-1_all.deb ...
Unpacking libhtml-form-perl (6.11-1) ...
Selecting previously unselected package libwww-mechanize-perl.
Preparing to unpack .../072-libwww-mechanize-perl_2.16-1_all.deb ...
Unpacking libwww-mechanize-perl (2.16-1) ...
Selecting previously unselected package libdebian-source-perl.
Preparing to unpack .../073-libdebian-source-perl_0.122_all.deb ...
Unpacking libdebian-source-perl (0.122) ...
Selecting previously unselected package libheap-perl.
Preparing to unpack .../074-libheap-perl_0.80-5_all.deb ...
Unpacking libheap-perl (0.80-5) ...
Selecting previously unselected package libset-object-perl.
Preparing to unpack .../075-libset-object-perl_1.42-1+b2_amd64.deb ...
Unpacking libset-object-perl (1.42-1+b2) ...
Selecting previously unselected package libgraph-perl.
Preparing to unpack .../076-libgraph-perl_1%3a0.9726-1_all.deb ...
Unpacking libgraph-perl (1:0.9726-1) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../077-libio-pty-perl_1%3a1.17-1_amd64.deb ...
Unpacking libio-pty-perl (1:1.17-1) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../078-libipc-run-perl_20220807.0-1_all.deb ...
Unpacking libipc-run-perl (20220807.0-1) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../079-libjson-perl_4.10000-1_all.deb ...
Unpacking libjson-perl (4.10000-1) ...
Selecting previously unselected package libyaml-perl.
Preparing to unpack .../080-libyaml-perl_1.30-2_all.deb ...
Unpacking libyaml-perl (1.30-2) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../081-libbrotli1_1.0.9-2+b6_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
Selecting previously unselected package libc-ares2:amd64.
Preparing to unpack .../082-libc-ares2_1.18.1-3_amd64.deb ...
Unpacking libc-ares2:amd64 (1.18.1-3) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../083-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../084-libuv1_1.44.2-1+deb12u1_amd64.deb ...
Unpacking libuv1:amd64 (1.44.2-1+deb12u1) ...
Selecting previously unselected package node-xtend.
Preparing to unpack .../085-node-xtend_4.0.2-3_all.deb ...
Unpacking node-xtend (4.0.2-3) ...
Selecting previously unselected package node-acorn.
Preparing to unpack .../086-node-acorn_8.8.1+ds+~cs25.17.7-2_all.deb ...
Unpacking node-acorn (8.8.1+ds+~cs25.17.7-2) ...
Selecting previously unselected package node-cjs-module-lexer.
Preparing to unpack .../087-node-cjs-module-lexer_1.2.2+dfsg-5_all.deb ...
Unpacking node-cjs-module-lexer (1.2.2+dfsg-5) ...
Selecting previously unselected package node-busboy.
Preparing to unpack .../088-node-busboy_1.6.0+~cs2.6.0-2_all.deb ...
Unpacking node-busboy (1.6.0+~cs2.6.0-2) ...
Selecting previously unselected package node-undici.
Preparing to unpack .../089-node-undici_5.15.0+dfsg1+~cs20.10.9.3-1+deb12u4_all.deb ...
Unpacking node-undici (5.15.0+dfsg1+~cs20.10.9.3-1+deb12u4) ...
Selecting previously unselected package libnode108:amd64.
Preparing to unpack .../090-libnode108_18.19.0+dfsg-6~deb12u2_amd64.deb ...
Unpacking libnode108:amd64 (18.19.0+dfsg-6~deb12u2) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../091-nodejs_18.19.0+dfsg-6~deb12u2_amd64.deb ...
Unpacking nodejs (18.19.0+dfsg-6~deb12u2) ...
Selecting previously unselected package dh-nodejs.
Preparing to unpack .../092-dh-nodejs_0.15.12_all.deb ...
Unpacking dh-nodejs (0.15.12) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../093-libfakeroot_1.31-1.2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.31-1.2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../094-fakeroot_1.31-1.2_amd64.deb ...
Unpacking fakeroot (1.31-1.2) ...
Selecting previously unselected package node-dateformat.
Preparing to unpack .../095-node-dateformat_5.0.3-5_all.deb ...
Unpacking node-dateformat (5.0.3-5) ...
Selecting previously unselected package node-eventemitter2.
Preparing to unpack .../096-node-eventemitter2_6.4.7-1_all.deb ...
Unpacking node-eventemitter2 (6.4.7-1) ...
Selecting previously unselected package node-exit.
Preparing to unpack .../097-node-exit_0.1.2+~0.1.31-2_all.deb ...
Unpacking node-exit (0.1.2+~0.1.31-2) ...
Selecting previously unselected package node-fs-exists-sync.
Preparing to unpack .../098-node-fs-exists-sync_0.1.0-2_all.deb ...
Unpacking node-fs-exists-sync (0.1.0-2) ...
Selecting previously unselected package node-detect-file.
Preparing to unpack .../099-node-detect-file_1.0.0-3_all.deb ...
Unpacking node-detect-file (1.0.0-3) ...
Selecting previously unselected package node-is-extglob.
Preparing to unpack .../100-node-is-extglob_2.1.1-5_all.deb ...
Unpacking node-is-extglob (2.1.1-5) ...
Selecting previously unselected package node-is-glob.
Preparing to unpack .../101-node-is-glob_4.0.3-2_all.deb ...
Unpacking node-is-glob (4.0.3-2) ...
Selecting previously unselected package node-is-buffer.
Preparing to unpack .../102-node-is-buffer_2.0.5-2_all.deb ...
Unpacking node-is-buffer (2.0.5-2) ...
Selecting previously unselected package node-kind-of.
Preparing to unpack .../103-node-kind-of_6.0.3+dfsg-2_all.deb ...
Unpacking node-kind-of (6.0.3+dfsg-2) ...
Selecting previously unselected package node-is-number.
Preparing to unpack .../104-node-is-number_7.0.0-4_all.deb ...
Unpacking node-is-number (7.0.0-4) ...
Selecting previously unselected package node-repeat-string.
Preparing to unpack .../105-node-repeat-string_1.6.1+repack-1_all.deb ...
Unpacking node-repeat-string (1.6.1+repack-1) ...
Selecting previously unselected package node-to-regex-range.
Preparing to unpack .../106-node-to-regex-range_5.0.1-4_all.deb ...
Unpacking node-to-regex-range (5.0.1-4) ...
Selecting previously unselected package node-fill-range.
Preparing to unpack .../107-node-fill-range_7.0.1+~7.0.0-1_all.deb ...
Unpacking node-fill-range (7.0.1+~7.0.0-1) ...
Selecting previously unselected package node-braces.
Preparing to unpack .../108-node-braces_3.0.2+~3.0.1-1_all.deb ...
Unpacking node-braces (3.0.2+~3.0.1-1) ...
Selecting previously unselected package node-normalize-path.
Preparing to unpack .../109-node-normalize-path_3.0.0+~3.0.0-1_all.deb ...
Unpacking node-normalize-path (3.0.0+~3.0.0-1) ...
Selecting previously unselected package node-anymatch.
Preparing to unpack .../110-node-anymatch_3.1.3+~cs4.6.1-2_all.deb ...
Unpacking node-anymatch (3.1.3+~cs4.6.1-2) ...
Selecting previously unselected package node-micromatch.
Preparing to unpack .../111-node-micromatch_4.0.5+~4.0.2-1_all.deb ...
Unpacking node-micromatch (4.0.5+~4.0.2-1) ...
Selecting previously unselected package node-expand-tilde.
Preparing to unpack .../112-node-expand-tilde_2.0.2+~cs2.0.3-2_all.deb ...
Unpacking node-expand-tilde (2.0.2+~cs2.0.3-2) ...
Selecting previously unselected package node-ini.
Preparing to unpack .../113-node-ini_3.0.1-2_all.deb ...
Unpacking node-ini (3.0.1-2) ...
Selecting previously unselected package node-isexe.
Preparing to unpack .../114-node-isexe_2.0.0+~2.0.1-5_all.deb ...
Unpacking node-isexe (2.0.0+~2.0.1-5) ...
Selecting previously unselected package node-which.
Preparing to unpack .../115-node-which_2.0.2+~cs1.3.2-3_all.deb ...
Unpacking node-which (2.0.2+~cs1.3.2-3) ...
Selecting previously unselected package node-global-prefix.
Preparing to unpack .../116-node-global-prefix_3.0.0+~3.0.0-1_all.deb ...
Unpacking node-global-prefix (3.0.0+~3.0.0-1) ...
Selecting previously unselected package node-global-modules.
Preparing to unpack .../117-node-global-modules_2.0.0-3_all.deb ...
Unpacking node-global-modules (2.0.0-3) ...
Selecting previously unselected package node-resolve-dir.
Preparing to unpack .../118-node-resolve-dir_1.0.1-3_all.deb ...
Unpacking node-resolve-dir (1.0.1-3) ...
Selecting previously unselected package node-findup-sync.
Preparing to unpack .../119-node-findup-sync_4.0.0-5_all.deb ...
Unpacking node-findup-sync (4.0.0-5) ...
Selecting previously unselected package node-fs.realpath.
Preparing to unpack .../120-node-fs.realpath_1.0.0-3_all.deb ...
Unpacking node-fs.realpath (1.0.0-3) ...
Selecting previously unselected package node-wrappy.
Preparing to unpack .../121-node-wrappy_1.0.2-3_all.deb ...
Unpacking node-wrappy (1.0.2-3) ...
Selecting previously unselected package node-once.
Preparing to unpack .../122-node-once_1.4.0-7_all.deb ...
Unpacking node-once (1.4.0-7) ...
Selecting previously unselected package node-inflight.
Preparing to unpack .../123-node-inflight_1.0.6-2_all.deb ...
Unpacking node-inflight (1.0.6-2) ...
Selecting previously unselected package libjs-inherits.
Preparing to unpack .../124-libjs-inherits_2.0.4-6_all.deb ...
Unpacking libjs-inherits (2.0.4-6) ...
Selecting previously unselected package node-inherits.
Preparing to unpack .../125-node-inherits_2.0.4-6_all.deb ...
Unpacking node-inherits (2.0.4-6) ...
Selecting previously unselected package node-balanced-match.
Preparing to unpack .../126-node-balanced-match_2.0.0-1_all.deb ...
Unpacking node-balanced-match (2.0.0-1) ...
Selecting previously unselected package node-brace-expansion.
Preparing to unpack .../127-node-brace-expansion_2.0.1-2_all.deb ...
Unpacking node-brace-expansion (2.0.1-2) ...
Selecting previously unselected package node-minimatch.
Preparing to unpack .../128-node-minimatch_5.1.1+~5.1.2-1_all.deb ...
Unpacking node-minimatch (5.1.1+~5.1.2-1) ...
Selecting previously unselected package node-glob.
Preparing to unpack .../129-node-glob_8.0.3+~cs8.4.15-1_all.deb ...
Unpacking node-glob (8.0.3+~cs8.4.15-1) ...
Selecting previously unselected package node-extend.
Preparing to unpack .../130-node-extend_3.0.2+~3.0.1-3_all.deb ...
Unpacking node-extend (3.0.2+~3.0.1-3) ...
Selecting previously unselected package node-for-in.
Preparing to unpack .../131-node-for-in_1.0.2-4_all.deb ...
Unpacking node-for-in (1.0.2-4) ...
Selecting previously unselected package node-for-own.
Preparing to unpack .../132-node-for-own_1.0.0-3_all.deb ...
Unpacking node-for-own (1.0.0-3) ...
Selecting previously unselected package node-is-plain-object.
Preparing to unpack .../133-node-is-plain-object_5.0.0-7_all.deb ...
Unpacking node-is-plain-object (5.0.0-7) ...
Selecting previously unselected package node-isobject.
Preparing to unpack .../134-node-isobject_4.0.0-2_all.deb ...
Unpacking node-isobject (4.0.0-2) ...
Selecting previously unselected package node-map-cache.
Preparing to unpack .../135-node-map-cache_0.2.2-6_all.deb ...
Unpacking node-map-cache (0.2.2-6) ...
Selecting previously unselected package node-path-is-absolute.
Preparing to unpack .../136-node-path-is-absolute_2.0.0-2_all.deb ...
Unpacking node-path-is-absolute (2.0.0-2) ...
Selecting previously unselected package node-path-root-regex.
Preparing to unpack .../137-node-path-root-regex_0.1.2-2_all.deb ...
Unpacking node-path-root-regex (0.1.2-2) ...
Selecting previously unselected package node-path-root.
Preparing to unpack .../138-node-path-root_0.1.1-3_all.deb ...
Unpacking node-path-root (0.1.1-3) ...
Selecting previously unselected package node-parse-filepath.
Preparing to unpack .../139-node-parse-filepath_1.0.2+~1.0.0-2_all.deb ...
Unpacking node-parse-filepath (1.0.2+~1.0.0-2) ...
Selecting previously unselected package node-fined.
Preparing to unpack .../140-node-fined_1.2.0+~cs4.5.1-3_all.deb ...
Unpacking node-fined (1.2.0+~cs4.5.1-3) ...
Selecting previously unselected package node-flagged-respawn.
Preparing to unpack .../141-node-flagged-respawn_1.0.1-5_all.deb ...
Unpacking node-flagged-respawn (1.0.1-5) ...
Selecting previously unselected package node-grunt-known-options.
Preparing to unpack .../142-node-grunt-known-options_1.1.1-4_all.deb ...
Unpacking node-grunt-known-options (1.1.1-4) ...
Selecting previously unselected package node-interpret.
Preparing to unpack .../143-node-interpret_2.2.0-3_all.deb ...
Unpacking node-interpret (2.2.0-3) ...
Selecting previously unselected package node-lodash-packages.
Preparing to unpack .../144-node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ...
Unpacking node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Selecting previously unselected package node-function-bind.
Preparing to unpack .../145-node-function-bind_1.1.1+repacked+~1.0.3-2_all.deb ...
Unpacking node-function-bind (1.1.1+repacked+~1.0.3-2) ...
Selecting previously unselected package node-resolve.
Preparing to unpack .../146-node-resolve_1.22.1+~cs5.31.10-1_all.deb ...
Unpacking node-resolve (1.22.1+~cs5.31.10-1) ...
Selecting previously unselected package node-rechoir.
Preparing to unpack .../147-node-rechoir_0.8.0+~0.6.1-2_all.deb ...
Unpacking node-rechoir (0.8.0+~0.6.1-2) ...
Selecting previously unselected package node-liftoff.
Preparing to unpack .../148-node-liftoff_3.1.0-6_all.deb ...
Unpacking node-liftoff (3.1.0-6) ...
Selecting previously unselected package node-abbrev.
Preparing to unpack .../149-node-abbrev_1.1.1+~1.1.2-1_all.deb ...
Unpacking node-abbrev (1.1.1+~1.1.2-1) ...
Selecting previously unselected package node-nopt.
Preparing to unpack .../150-node-nopt_5.0.0-4_all.deb ...
Unpacking node-nopt (5.0.0-4) ...
Selecting previously unselected package node-v8flags.
Preparing to unpack .../151-node-v8flags_3.2.0+~3.1.1-1_all.deb ...
Unpacking node-v8flags (3.2.0+~3.1.1-1) ...
Selecting previously unselected package node-grunt-cli.
Preparing to unpack .../152-node-grunt-cli_1.4.3+~3.0.1-1_all.deb ...
Unpacking node-grunt-cli (1.4.3+~3.0.1-1) ...
Selecting previously unselected package node-colors.
Preparing to unpack .../153-node-colors_1.4.0-4_all.deb ...
Unpacking node-colors (1.4.0-4) ...
Selecting previously unselected package node-color-name.
Preparing to unpack .../154-node-color-name_1.1.4+~1.1.1-2_all.deb ...
Unpacking node-color-name (1.1.4+~1.1.1-2) ...
Selecting previously unselected package node-color-convert.
Preparing to unpack .../155-node-color-convert_2.0.1+~cs2.0.0-2_all.deb ...
Unpacking node-color-convert (2.0.1+~cs2.0.0-2) ...
Selecting previously unselected package node-ansi-styles.
Preparing to unpack .../156-node-ansi-styles_6.2.1-2_all.deb ...
Unpacking node-ansi-styles (6.2.1-2) ...
Selecting previously unselected package node-escape-string-regexp.
Preparing to unpack .../157-node-escape-string-regexp_4.0.0-2_all.deb ...
Unpacking node-escape-string-regexp (4.0.0-2) ...
Selecting previously unselected package node-has-flag.
Preparing to unpack .../158-node-has-flag_4.0.0-3_all.deb ...
Unpacking node-has-flag (4.0.0-3) ...
Selecting previously unselected package node-supports-color.
Preparing to unpack .../159-node-supports-color_8.1.1+~8.1.1-1_all.deb ...
Unpacking node-supports-color (8.1.1+~8.1.1-1) ...
Selecting previously unselected package node-chalk.
Preparing to unpack .../160-node-chalk_5.2.0-1_all.deb ...
Unpacking node-chalk (5.2.0-1) ...
Selecting previously unselected package node-lodash.
Preparing to unpack .../161-node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9_all.deb ...
Unpacking node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Selecting previously unselected package node-grunt-legacy-log-utils.
Preparing to unpack .../162-node-grunt-legacy-log-utils_1.0.0-5_all.deb ...
Unpacking node-grunt-legacy-log-utils (1.0.0-5) ...
Selecting previously unselected package node-hooker.
Preparing to unpack .../163-node-hooker_0.2.3+~0.2.31-2_all.deb ...
Unpacking node-hooker (0.2.3+~0.2.31-2) ...
Selecting previously unselected package libjs-sprintf-js.
Preparing to unpack .../164-libjs-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ...
Unpacking libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Selecting previously unselected package node-sprintf-js.
Preparing to unpack .../165-node-sprintf-js_1.1.2+ds1+~1.1.2-1_all.deb ...
Unpacking node-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Selecting previously unselected package node-util-deprecate.
Preparing to unpack .../166-node-util-deprecate_1.0.2-3_all.deb ...
Unpacking node-util-deprecate (1.0.2-3) ...
Selecting previously unselected package node-underscore.string.
Preparing to unpack .../167-node-underscore.string_3.3.6+dfsg-1_all.deb ...
Unpacking node-underscore.string (3.3.6+dfsg-1) ...
Selecting previously unselected package node-grunt-legacy-log.
Preparing to unpack .../168-node-grunt-legacy-log_2.0.0-3_all.deb ...
Unpacking node-grunt-legacy-log (2.0.0-3) ...
Selecting previously unselected package libjs-async.
Preparing to unpack .../169-libjs-async_0.8.0-6_all.deb ...
Unpacking libjs-async (0.8.0-6) ...
Selecting previously unselected package node-async.
Preparing to unpack .../170-node-async_0.8.0-6_all.deb ...
Unpacking node-async (0.8.0-6) ...
Selecting previously unselected package node-getobject.
Preparing to unpack .../171-node-getobject_1.1.1-1_all.deb ...
Unpacking node-getobject (1.1.1-1) ...
Selecting previously unselected package node-grunt-legacy-util.
Preparing to unpack .../172-node-grunt-legacy-util_2.0.1-2_all.deb ...
Unpacking node-grunt-legacy-util (2.0.1-2) ...
Selecting previously unselected package node-safe-buffer.
Preparing to unpack .../173-node-safe-buffer_5.2.1+~cs2.1.2-3_all.deb ...
Unpacking node-safe-buffer (5.2.1+~cs2.1.2-3) ...
Selecting previously unselected package node-iconv-lite.
Preparing to unpack .../174-node-iconv-lite_0.6.3-3_all.deb ...
Unpacking node-iconv-lite (0.6.3-3) ...
Selecting previously unselected package node-argparse.
Preparing to unpack .../175-node-argparse_2.0.1-2_all.deb ...
Unpacking node-argparse (2.0.1-2) ...
Selecting previously unselected package node-esprima.
Preparing to unpack .../176-node-esprima_4.0.1+ds+~4.0.3-2_all.deb ...
Unpacking node-esprima (4.0.1+ds+~4.0.3-2) ...
Selecting previously unselected package node-js-yaml.
Preparing to unpack .../177-node-js-yaml_4.1.0+dfsg+~4.0.5-7_all.deb ...
Unpacking node-js-yaml (4.1.0+dfsg+~4.0.5-7) ...
Selecting previously unselected package node-mkdirp.
Preparing to unpack .../178-node-mkdirp_1.0.4+~1.0.2-4_all.deb ...
Unpacking node-mkdirp (1.0.4+~1.0.2-4) ...
Selecting previously unselected package node-rimraf.
Preparing to unpack .../179-node-rimraf_3.0.2-2_all.deb ...
Unpacking node-rimraf (3.0.2-2) ...
Selecting previously unselected package grunt.
Preparing to unpack .../180-grunt_1.5.3-2_all.deb ...
Unpacking grunt (1.5.3-2) ...
Selecting previously unselected package node-neo-async.
Preparing to unpack .../181-node-neo-async_2.6.2+~cs3.0.0-2_all.deb ...
Unpacking node-neo-async (2.6.2+~cs3.0.0-2) ...
Selecting previously unselected package node-arrify.
Preparing to unpack .../182-node-arrify_2.0.1-3_all.deb ...
Unpacking node-arrify (2.0.1-3) ...
Selecting previously unselected package node-is-plain-obj.
Preparing to unpack .../183-node-is-plain-obj_3.0.0-2_all.deb ...
Unpacking node-is-plain-obj (3.0.0-2) ...
Selecting previously unselected package node-minimist.
Preparing to unpack .../184-node-minimist_1.2.7+~cs5.3.2-2_all.deb ...
Unpacking node-minimist (1.2.7+~cs5.3.2-2) ...
Selecting previously unselected package node-wordwrap.
Preparing to unpack .../185-node-wordwrap_1.0.0-4_all.deb ...
Unpacking node-wordwrap (1.0.0-4) ...
Selecting previously unselected package node-optimist.
Preparing to unpack .../186-node-optimist_0.6.1+~0.0.30-2_all.deb ...
Unpacking node-optimist (0.6.1+~0.0.30-2) ...
Selecting previously unselected package libjs-source-map.
Preparing to unpack .../187-libjs-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ...
Unpacking libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Selecting previously unselected package node-source-map.
Preparing to unpack .../188-node-source-map_0.7.0++dfsg2+really.0.6.1-15_all.deb ...
Unpacking node-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Selecting previously unselected package handlebars.
Preparing to unpack .../189-handlebars_3%3a4.7.7+~4.1.0-1_all.deb ...
Unpacking handlebars (3:4.7.7+~4.1.0-1) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../190-libdeflate0_1.14-1_amd64.deb ...
Unpacking libdeflate0:amd64 (1.14-1) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../191-libgdk-pixbuf2.0-common_2.42.10+dfsg-1+deb12u1_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-1+deb12u1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../192-libglib2.0-0_2.74.6-2+deb12u4_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u4) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../193-shared-mime-info_2.2-1_amd64.deb ...
Unpacking shared-mime-info (2.2-1) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../194-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../195-libpng16-16_1.6.39-2_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.39-2) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../196-libjbig0_2.1-6.1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-6.1) ...
Selecting previously unselected package liblerc4:amd64.
Preparing to unpack .../197-liblerc4_4.0.0+ds-2_amd64.deb ...
Unpacking liblerc4:amd64 (4.0.0+ds-2) ...
Selecting previously unselected package libwebp7:amd64.
Preparing to unpack .../198-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ...
Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
Selecting previously unselected package libtiff6:amd64.
Preparing to unpack .../199-libtiff6_4.5.0-6+deb12u1_amd64.deb ...
Unpacking libtiff6:amd64 (4.5.0-6+deb12u1) ...
Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
Preparing to unpack .../200-libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+deb12u1_amd64.deb ...
Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u1) ...
Selecting previously unselected package libjs-events.
Preparing to unpack .../201-libjs-events_3.3.0+~3.0.0-3_all.deb ...
Unpacking libjs-events (3.3.0+~3.0.0-3) ...
Selecting previously unselected package libjs-is-typedarray.
Preparing to unpack .../202-libjs-is-typedarray_1.0.0-4_all.deb ...
Unpacking libjs-is-typedarray (1.0.0-4) ...
Selecting previously unselected package libjs-moment.
Preparing to unpack .../203-libjs-moment_2.29.4+ds-1_all.deb ...
Unpacking libjs-moment (2.29.4+ds-1) ...
Selecting previously unselected package libjs-prettify.
Preparing to unpack .../204-libjs-prettify_2015.12.04+dfsg-1.1_all.deb ...
Unpacking libjs-prettify (2015.12.04+dfsg-1.1) ...
Selecting previously unselected package libjs-regenerate.
Preparing to unpack .../205-libjs-regenerate_1.4.2-3_all.deb ...
Unpacking libjs-regenerate (1.4.2-3) ...
Selecting previously unselected package libjs-typedarray-to-buffer.
Preparing to unpack .../206-libjs-typedarray-to-buffer_4.0.0-2_all.deb ...
Unpacking libjs-typedarray-to-buffer (4.0.0-2) ...
Selecting previously unselected package node-object-inspect.
Preparing to unpack .../207-node-object-inspect_1.12.2+~cs1.8.1-1_all.deb ...
Unpacking node-object-inspect (1.12.2+~cs1.8.1-1) ...
Selecting previously unselected package node-es-abstract.
Preparing to unpack .../208-node-es-abstract_1.20.4+~cs26.27.47-1_all.deb ...
Unpacking node-es-abstract (1.20.4+~cs26.27.47-1) ...
Selecting previously unselected package node-define-properties.
Preparing to unpack .../209-node-define-properties_1.1.4+~1.1.3-1_all.deb ...
Unpacking node-define-properties (1.1.4+~1.1.3-1) ...
Selecting previously unselected package node-debbundle-es-to-primitive.
Preparing to unpack .../210-node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2_all.deb ...
Unpacking node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ...
Selecting previously unselected package node-defined.
Preparing to unpack .../211-node-defined_1.0.1+~1.0.0-1_all.deb ...
Unpacking node-defined (1.0.1+~1.0.0-1) ...
Selecting previously unselected package node-archy.
Preparing to unpack .../212-node-archy_1.0.0-6_all.deb ...
Unpacking node-archy (1.0.0-6) ...
Selecting previously unselected package node-convert-source-map.
Preparing to unpack .../213-node-convert-source-map_1.9.0+~1.5.2-1_all.deb ...
Unpacking node-convert-source-map (1.9.0+~1.5.2-1) ...
Selecting previously unselected package node-decamelize.
Preparing to unpack .../214-node-decamelize_4.0.0-2_all.deb ...
Unpacking node-decamelize (4.0.0-2) ...
Selecting previously unselected package node-es6-error.
Preparing to unpack .../215-node-es6-error_4.1.1-5_all.deb ...
Unpacking node-es6-error (4.1.1-5) ...
Selecting previously unselected package node-estraverse.
Preparing to unpack .../216-node-estraverse_5.3.0+ds+~5.1.1-1_all.deb ...
Unpacking node-estraverse (5.3.0+ds+~5.1.1-1) ...
Selecting previously unselected package node-esutils.
Preparing to unpack .../217-node-esutils_2.0.3+~2.0.0-1_all.deb ...
Unpacking node-esutils (2.0.3+~2.0.0-1) ...
Selecting previously unselected package node-deep-is.
Preparing to unpack .../218-node-deep-is_0.1.4-1_all.deb ...
Unpacking node-deep-is (0.1.4-1) ...
Selecting previously unselected package node-fast-levenshtein.
Preparing to unpack .../219-node-fast-levenshtein_2.0.6+ds-3_all.deb ...
Unpacking node-fast-levenshtein (2.0.6+ds-3) ...
Selecting previously unselected package node-prelude-ls.
Preparing to unpack .../220-node-prelude-ls_1.2.1+dfsg-3_all.deb ...
Unpacking node-prelude-ls (1.2.1+dfsg-3) ...
Selecting previously unselected package node-type-check.
Preparing to unpack .../221-node-type-check_0.4.0+dfsg-3_all.deb ...
Unpacking node-type-check (0.4.0+dfsg-3) ...
Selecting previously unselected package node-levn.
Preparing to unpack .../222-node-levn_0.4.1+dfsg-2_all.deb ...
Unpacking node-levn (0.4.1+dfsg-2) ...
Selecting previously unselected package node-optionator.
Preparing to unpack .../223-node-optionator_0.9.1+dfsg+~cs1.2.3-1_all.deb ...
Unpacking node-optionator (0.9.1+dfsg+~cs1.2.3-1) ...
Selecting previously unselected package node-escodegen.
Preparing to unpack .../224-node-escodegen_2.0.0+dfsg+~0.0.7-2_all.deb ...
Unpacking node-escodegen (2.0.0+dfsg+~0.0.7-2) ...
Selecting previously unselected package node-commondir.
Preparing to unpack .../225-node-commondir_1.0.1+~1.0.0-1_all.deb ...
Unpacking node-commondir (1.0.1+~1.0.0-1) ...
Selecting previously unselected package node-path-dirname.
Preparing to unpack .../226-node-path-dirname_1.0.2-2_all.deb ...
Unpacking node-path-dirname (1.0.2-2) ...
Selecting previously unselected package node-glob-parent.
Preparing to unpack .../227-node-glob-parent_6.0.2+~5.1.1-2_all.deb ...
Unpacking node-glob-parent (6.0.2+~5.1.1-2) ...
Selecting previously unselected package node-ignore.
Preparing to unpack .../228-node-ignore_5.2.1-1_all.deb ...
Unpacking node-ignore (5.2.1-1) ...
Selecting previously unselected package node-pify.
Preparing to unpack .../229-node-pify_5.0.0+~cs5.0.1-1_all.deb ...
Unpacking node-pify (5.0.0+~cs5.0.1-1) ...
Selecting previously unselected package node-path-type.
Preparing to unpack .../230-node-path-type_4.0.0-3_all.deb ...
Unpacking node-path-type (4.0.0-3) ...
Selecting previously unselected package node-core-util-is.
Preparing to unpack .../231-node-core-util-is_1.0.3-1_all.deb ...
Unpacking node-core-util-is (1.0.3-1) ...
Selecting previously unselected package node-string-decoder.
Preparing to unpack .../232-node-string-decoder_1.3.0-6_all.deb ...
Unpacking node-string-decoder (1.3.0-6) ...
Selecting previously unselected package node-process-nextick-args.
Preparing to unpack .../233-node-process-nextick-args_2.0.1-3_all.deb ...
Unpacking node-process-nextick-args (2.0.1-3) ...
Selecting previously unselected package node-isarray.
Preparing to unpack .../234-node-isarray_2.0.5-4_all.deb ...
Unpacking node-isarray (2.0.5-4) ...
Selecting previously unselected package node-readable-stream.
Preparing to unpack .../235-node-readable-stream_3.6.0+~cs3.0.0-4_all.deb ...
Unpacking node-readable-stream (3.6.0+~cs3.0.0-4) ...
Selecting previously unselected package node-n3.
Preparing to unpack .../236-node-n3_1.16.3+~1.2.3+~1.10.4-1_all.deb ...
Unpacking node-n3 (1.16.3+~1.2.3+~1.10.4-1) ...
Selecting previously unselected package node-slash.
Preparing to unpack .../237-node-slash_4.0.0-3_all.deb ...
Unpacking node-slash (4.0.0-3) ...
Selecting previously unselected package node-globby.
Preparing to unpack .../238-node-globby_13.1.3+~cs16.25.40-1+deb12u1_all.deb ...
Unpacking node-globby (13.1.3+~cs16.25.40-1+deb12u1) ...
Selecting previously unselected package node-graceful-fs.
Preparing to unpack .../239-node-graceful-fs_4.2.10-1_all.deb ...
Unpacking node-graceful-fs (4.2.10-1) ...
Selecting previously unselected package node-is-path-cwd.
Preparing to unpack .../240-node-is-path-cwd_2.2.0-2_all.deb ...
Unpacking node-is-path-cwd (2.2.0-2) ...
Selecting previously unselected package node-path-is-inside.
Preparing to unpack .../241-node-path-is-inside_1.0.2+~1.0.0-1_all.deb ...
Unpacking node-path-is-inside (1.0.2+~1.0.0-1) ...
Selecting previously unselected package node-is-path-inside.
Preparing to unpack .../242-node-is-path-inside_3.0.3-2_all.deb ...
Unpacking node-is-path-inside (3.0.3-2) ...
Selecting previously unselected package node-indent-string.
Preparing to unpack .../243-node-indent-string_4.0.0-2_all.deb ...
Unpacking node-indent-string (4.0.0-2) ...
Selecting previously unselected package node-p-map.
Preparing to unpack .../244-node-p-map_4.0.0+~3.1.0+~3.0.1-1_all.deb ...
Unpacking node-p-map (4.0.0+~3.1.0+~3.0.1-1) ...
Selecting previously unselected package node-del.
Preparing to unpack .../245-node-del_7.0.0-5_all.deb ...
Unpacking node-del (7.0.0-5) ...
Selecting previously unselected package node-yallist.
Preparing to unpack .../246-node-yallist_4.0.0+~4.0.1-1_all.deb ...
Unpacking node-yallist (4.0.0+~4.0.1-1) ...
Selecting previously unselected package node-lru-cache.
Preparing to unpack .../247-node-lru-cache_7.14.1-1_all.deb ...
Unpacking node-lru-cache (7.14.1-1) ...
Selecting previously unselected package node-semver.
Preparing to unpack .../248-node-semver_7.3.5+~7.3.9-2_all.deb ...
Unpacking node-semver (7.3.5+~7.3.9-2) ...
Selecting previously unselected package node-make-dir.
Preparing to unpack .../249-node-make-dir_3.1.0-3_all.deb ...
Unpacking node-make-dir (3.1.0-3) ...
Selecting previously unselected package node-p-limit.
Preparing to unpack .../250-node-p-limit_4.0.0+~cs4.0.0-5_all.deb ...
Unpacking node-p-limit (4.0.0+~cs4.0.0-5) ...
Selecting previously unselected package node-p-locate.
Preparing to unpack .../251-node-p-locate_6.0.0-12_all.deb ...
Unpacking node-p-locate (6.0.0-12) ...
Selecting previously unselected package node-locate-path.
Preparing to unpack .../252-node-locate-path_7.1.1-2_all.deb ...
Unpacking node-locate-path (7.1.1-2) ...
Selecting previously unselected package node-path-exists.
Preparing to unpack .../253-node-path-exists_5.0.0-8_all.deb ...
Unpacking node-path-exists (5.0.0-8) ...
Selecting previously unselected package node-find-up.
Preparing to unpack .../254-node-find-up_6.3.0-7_all.deb ...
Unpacking node-find-up (6.3.0-7) ...
Selecting previously unselected package node-pkg-dir.
Preparing to unpack .../255-node-pkg-dir_5.0.0-2_all.deb ...
Unpacking node-pkg-dir (5.0.0-2) ...
Selecting previously unselected package node-find-cache-dir.
Preparing to unpack .../256-node-find-cache-dir_3.3.2+~3.2.1-1_all.deb ...
Unpacking node-find-cache-dir (3.3.2+~3.2.1-1) ...
Selecting previously unselected package node-signal-exit.
Preparing to unpack .../257-node-signal-exit_3.0.7+~3.0.1-1_all.deb ...
Unpacking node-signal-exit (3.0.7+~3.0.1-1) ...
Selecting previously unselected package node-foreground-child.
Preparing to unpack .../258-node-foreground-child_2.0.0-5_all.deb ...
Unpacking node-foreground-child (2.0.0-5) ...
Selecting previously unselected package node-is-stream.
Preparing to unpack .../259-node-is-stream_3.0.0-4_all.deb ...
Unpacking node-is-stream (3.0.0-4) ...
Selecting previously unselected package node-is-windows.
Preparing to unpack .../260-node-is-windows_1.0.2+~cs1.0.0-1_all.deb ...
Unpacking node-is-windows (1.0.2+~cs1.0.0-1) ...
Selecting previously unselected package node-npm-run-path.
Preparing to unpack .../261-node-npm-run-path_5.1.0+~4.0.0-8_all.deb ...
Unpacking node-npm-run-path (5.1.0+~4.0.0-8) ...
Selecting previously unselected package node-resolve-from.
Preparing to unpack .../262-node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1_all.deb ...
Unpacking node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
Selecting previously unselected package node-shebang-regex.
Preparing to unpack .../263-node-shebang-regex_3.0.0-2_all.deb ...
Unpacking node-shebang-regex (3.0.0-2) ...
Selecting previously unselected package node-shebang-command.
Preparing to unpack .../264-node-shebang-command_2.0.0-1_all.deb ...
Unpacking node-shebang-command (2.0.0-1) ...
Selecting previously unselected package node-strip-bom.
Preparing to unpack .../265-node-strip-bom_4.0.0-2_all.deb ...
Unpacking node-strip-bom (4.0.0-2) ...
Selecting previously unselected package node-object-assign.
Preparing to unpack .../266-node-object-assign_4.1.1-7_all.deb ...
Unpacking node-object-assign (4.1.1-7) ...
Selecting previously unselected package node-util.
Preparing to unpack .../267-node-util_0.12.5+~1.0.10-1_all.deb ...
Unpacking node-util (0.12.5+~1.0.10-1) ...
Selecting previously unselected package node-assert.
Preparing to unpack .../268-node-assert_2.0.0+~cs3.9.8-2_all.deb ...
Unpacking node-assert (2.0.0+~cs3.9.8-2) ...
Selecting previously unselected package node-ampproject-remapping.
Preparing to unpack .../269-node-ampproject-remapping_2.2.0+~cs5.15.37-1_all.deb ...
Unpacking node-ampproject-remapping (2.2.0+~cs5.15.37-1) ...
Selecting previously unselected package node-babel-plugin-add-module-exports.
Preparing to unpack .../270-node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4_all.deb ...
Unpacking node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ...
Selecting previously unselected package node-regenerator-runtime.
Preparing to unpack .../271-node-regenerator-runtime_0.15.1+~0.10.8-1_all.deb ...
Unpacking node-regenerator-runtime (0.15.1+~0.10.8-1) ...
Selecting previously unselected package node-babel7-runtime.
Preparing to unpack .../272-node-babel7-runtime_7.20.15+ds1+~cs214.269.168-3+deb12u2_all.deb ...
Unpacking node-babel7-runtime (7.20.15+ds1+~cs214.269.168-3+deb12u2) ...
Selecting previously unselected package node-ms.
Preparing to unpack .../273-node-ms_2.1.3+~cs0.7.31-3_all.deb ...
Unpacking node-ms (2.1.3+~cs0.7.31-3) ...
Selecting previously unselected package node-debug.
Preparing to unpack .../274-node-debug_4.3.4+~cs4.1.7-1_all.deb ...
Unpacking node-debug (4.3.4+~cs4.1.7-1) ...
Selecting previously unselected package node-babel-helper-define-polyfill-provider.
Preparing to unpack .../275-node-babel-helper-define-polyfill-provider_0.3.3~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ...
Selecting previously unselected package node-babel-plugin-polyfill-corejs2.
Preparing to unpack .../276-node-babel-plugin-polyfill-corejs2_0.3.3~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ...
Selecting previously unselected package node-caniuse-lite.
Preparing to unpack .../277-node-caniuse-lite_1.0.30001436+dfsg+~1.0.1-1_all.deb ...
Unpacking node-caniuse-lite (1.0.30001436+dfsg+~1.0.1-1) ...
Selecting previously unselected package node-electron-to-chromium.
Preparing to unpack .../278-node-electron-to-chromium_1.4.284-1_all.deb ...
Unpacking node-electron-to-chromium (1.4.284-1) ...
Selecting previously unselected package node-picocolors.
Preparing to unpack .../279-node-picocolors_1.0.0-4_all.deb ...
Unpacking node-picocolors (1.0.0-4) ...
Selecting previously unselected package node-browserslist.
Preparing to unpack .../280-node-browserslist_4.21.4+~cs6.1.17-2_all.deb ...
Unpacking node-browserslist (4.21.4+~cs6.1.17-2) ...
Selecting previously unselected package node-core-js-compat.
Preparing to unpack .../281-node-core-js-compat_3.26.1-3_all.deb ...
Unpacking node-core-js-compat (3.26.1-3) ...
Selecting previously unselected package node-babel-plugin-polyfill-corejs3.
Preparing to unpack .../282-node-babel-plugin-polyfill-corejs3_0.6.0~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ...
Selecting previously unselected package node-babel-plugin-polyfill-regenerator.
Preparing to unpack .../283-node-babel-plugin-polyfill-regenerator_0.4.1~0~20220913+ds1-1_all.deb ...
Unpacking node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ...
Selecting previously unselected package node-is-extendable.
Preparing to unpack .../284-node-is-extendable_1.0.1-3_all.deb ...
Unpacking node-is-extendable (1.0.1-3) ...
Selecting previously unselected package node-clone-deep.
Preparing to unpack .../285-node-clone-deep_4.0.1+~cs7.0.2-1_all.deb ...
Unpacking node-clone-deep (4.0.1+~cs7.0.2-1) ...
Selecting previously unselected package node-commander.
Preparing to unpack .../286-node-commander_9.4.1-1_all.deb ...
Unpacking node-commander (9.4.1-1) ...
Selecting previously unselected package node-core-js.
Preparing to unpack .../287-node-core-js_3.26.1-3_all.deb ...
Unpacking node-core-js (3.26.1-3) ...
Selecting previously unselected package node-core-js-pure.
Preparing to unpack .../288-node-core-js-pure_3.26.1-3_all.deb ...
Unpacking node-core-js-pure (3.26.1-3) ...
Selecting previously unselected package node-fs-readdir-recursive.
Preparing to unpack .../289-node-fs-readdir-recursive_1.1.0+~1.1.0-1_all.deb ...
Unpacking node-fs-readdir-recursive (1.1.0+~1.1.0-1) ...
Selecting previously unselected package node-globals.
Preparing to unpack .../290-node-globals_13.18.0-1_all.deb ...
Unpacking node-globals (13.18.0-1) ...
Selecting previously unselected package node-js-tokens.
Preparing to unpack .../291-node-js-tokens_8.0.0-2_all.deb ...
Unpacking node-js-tokens (8.0.0-2) ...
Selecting previously unselected package node-jsesc.
Preparing to unpack .../292-node-jsesc_3.0.2+~3.0.1-1_all.deb ...
Unpacking node-jsesc (3.0.2+~3.0.1-1) ...
Selecting previously unselected package node-json5.
Preparing to unpack .../293-node-json5_2.2.3+dfsg-1_all.deb ...
Unpacking node-json5 (2.2.3+dfsg-1) ...
Selecting previously unselected package node-quick-lru.
Preparing to unpack .../294-node-quick-lru_6.1.1-4_all.deb ...
Unpacking node-quick-lru (6.1.1-4) ...
Selecting previously unselected package node-regenerator-transform.
Preparing to unpack .../295-node-regenerator-transform_0.15.1+~0.10.8-1_all.deb ...
Unpacking node-regenerator-transform (0.15.1+~0.10.8-1) ...
Selecting previously unselected package node-regenerate.
Preparing to unpack .../296-node-regenerate_1.4.2-3_all.deb ...
Unpacking node-regenerate (1.4.2-3) ...
Selecting previously unselected package node-regenerate-unicode-properties.
Preparing to unpack .../297-node-regenerate-unicode-properties_10.1.0+ds-1_all.deb ...
Unpacking node-regenerate-unicode-properties (10.1.0+ds-1) ...
Selecting previously unselected package node-regjsgen.
Preparing to unpack .../298-node-regjsgen_0.7.1+ds-1_all.deb ...
Unpacking node-regjsgen (0.7.1+ds-1) ...
Selecting previously unselected package node-regjsparser.
Preparing to unpack .../299-node-regjsparser_0.9.1+ds-2_all.deb ...
Unpacking node-regjsparser (0.9.1+ds-2) ...
Selecting previously unselected package node-unicode-canonical-property-names-ecmascript.
Preparing to unpack .../300-node-unicode-canonical-property-names-ecmascript_2.0.0-2_all.deb ...
Unpacking node-unicode-canonical-property-names-ecmascript (2.0.0-2) ...
Selecting previously unselected package node-unicode-property-aliases-ecmascript.
Preparing to unpack .../301-node-unicode-property-aliases-ecmascript_2.1.0+ds-1_all.deb ...
Unpacking node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ...
Selecting previously unselected package node-unicode-match-property-ecmascript.
Preparing to unpack .../302-node-unicode-match-property-ecmascript_2.0.0-2_all.deb ...
Unpacking node-unicode-match-property-ecmascript (2.0.0-2) ...
Selecting previously unselected package node-unicode-match-property-value-ecmascript.
Preparing to unpack .../303-node-unicode-match-property-value-ecmascript_2.1.0+ds-1_all.deb ...
Unpacking node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ...
Selecting previously unselected package node-regexpu-core.
Preparing to unpack .../304-node-regexpu-core_5.2.2-3_all.deb ...
Unpacking node-regexpu-core (5.2.2-3) ...
Selecting previously unselected package node-source-map-support.
Preparing to unpack .../305-node-source-map-support_0.5.21+ds+~0.5.4-1_all.deb ...
Unpacking node-source-map-support (0.5.21+ds+~0.5.4-1) ...
Selecting previously unselected package node-to-fast-properties.
Preparing to unpack .../306-node-to-fast-properties_3.0.1-3_all.deb ...
Unpacking node-to-fast-properties (3.0.1-3) ...
Selecting previously unselected package node-babel7.
Preparing to unpack .../307-node-babel7_7.20.15+ds1+~cs214.269.168-3+deb12u2_all.deb ...
Unpacking node-babel7 (7.20.15+ds1+~cs214.269.168-3+deb12u2) ...
Selecting previously unselected package node-is-arrayish.
Preparing to unpack .../308-node-is-arrayish_0.3.2-3_all.deb ...
Unpacking node-is-arrayish (0.3.2-3) ...
Selecting previously unselected package node-error-ex.
Preparing to unpack .../309-node-error-ex_1.3.2-4_all.deb ...
Unpacking node-error-ex (1.3.2-4) ...
Selecting previously unselected package node-json-parse-better-errors.
Preparing to unpack .../310-node-json-parse-better-errors_1.0.2+~cs3.3.1-2_all.deb ...
Unpacking node-json-parse-better-errors (1.0.2+~cs3.3.1-2) ...
Selecting previously unselected package node-parse-json.
Preparing to unpack .../311-node-parse-json_5.2.0+~cs5.1.7-1_all.deb ...
Unpacking node-parse-json (5.2.0+~cs5.1.7-1) ...
Selecting previously unselected package node-hosted-git-info.
Preparing to unpack .../312-node-hosted-git-info_6.1.1-2_all.deb ...
Unpacking node-hosted-git-info (6.1.1-2) ...
Selecting previously unselected package node-spdx-license-ids.
Preparing to unpack .../313-node-spdx-license-ids_3.0.12-1_all.deb ...
Unpacking node-spdx-license-ids (3.0.12-1) ...
Selecting previously unselected package node-spdx-exceptions.
Preparing to unpack .../314-node-spdx-exceptions_2.3.0-2_all.deb ...
Unpacking node-spdx-exceptions (2.3.0-2) ...
Selecting previously unselected package node-spdx-expression-parse.
Preparing to unpack .../315-node-spdx-expression-parse_3.0.1+~3.0.1-1_all.deb ...
Unpacking node-spdx-expression-parse (3.0.1+~3.0.1-1) ...
Selecting previously unselected package node-spdx-correct.
Preparing to unpack .../316-node-spdx-correct_3.1.1-2_all.deb ...
Unpacking node-spdx-correct (3.1.1-2) ...
Selecting previously unselected package node-validate-npm-package-license.
Preparing to unpack .../317-node-validate-npm-package-license_3.0.4-2_all.deb ...
Unpacking node-validate-npm-package-license (3.0.4-2) ...
Selecting previously unselected package node-normalize-package-data.
Preparing to unpack .../318-node-normalize-package-data_4.0.1+~2.4.1-1_all.deb ...
Unpacking node-normalize-package-data (4.0.1+~2.4.1-1) ...
Selecting previously unselected package node-read-pkg.
Preparing to unpack .../319-node-read-pkg_5.2.0-2_all.deb ...
Unpacking node-read-pkg (5.2.0-2) ...
Selecting previously unselected package node-uuid.
Preparing to unpack .../320-node-uuid_8.3.2+~8.3.3-3_all.deb ...
Unpacking node-uuid (8.3.2+~8.3.3-3) ...
Selecting previously unselected package node-imurmurhash.
Preparing to unpack .../321-node-imurmurhash_0.1.4+dfsg+~0.1.1-2_all.deb ...
Unpacking node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ...
Selecting previously unselected package node-is-typedarray.
Preparing to unpack .../322-node-is-typedarray_1.0.0-4_all.deb ...
Unpacking node-is-typedarray (1.0.0-4) ...
Selecting previously unselected package node-typedarray-to-buffer.
Preparing to unpack .../323-node-typedarray-to-buffer_4.0.0-2_all.deb ...
Unpacking node-typedarray-to-buffer (4.0.0-2) ...
Selecting previously unselected package node-write-file-atomic.
Preparing to unpack .../324-node-write-file-atomic_4.0.2+~4.0.0-1_all.deb ...
Unpacking node-write-file-atomic (4.0.2+~4.0.0-1) ...
Selecting previously unselected package node-slice-ansi.
Preparing to unpack .../325-node-slice-ansi_5.0.0+~cs9.0.0-5_all.deb ...
Unpacking node-slice-ansi (5.0.0+~cs9.0.0-5) ...
Selecting previously unselected package node-ansi-regex.
Preparing to unpack .../326-node-ansi-regex_5.0.1-1_all.deb ...
Unpacking node-ansi-regex (5.0.1-1) ...
Selecting previously unselected package node-strip-ansi.
Preparing to unpack .../327-node-strip-ansi_6.0.1-2_all.deb ...
Unpacking node-strip-ansi (6.0.1-2) ...
Selecting previously unselected package node-clone.
Preparing to unpack .../328-node-clone_2.1.2-4_all.deb ...
Unpacking node-clone (2.1.2-4) ...
Selecting previously unselected package node-defaults.
Preparing to unpack .../329-node-defaults_1.0.4+~1.0.3-1_all.deb ...
Unpacking node-defaults (1.0.4+~1.0.3-1) ...
Selecting previously unselected package node-wcwidth.js.
Preparing to unpack .../330-node-wcwidth.js_1.0.2-2_all.deb ...
Unpacking node-wcwidth.js (1.0.2-2) ...
Selecting previously unselected package node-string-width.
Preparing to unpack .../331-node-string-width_4.2.3+~cs13.2.3-1_all.deb ...
Unpacking node-string-width (4.2.3+~cs13.2.3-1) ...
Selecting previously unselected package node-wrap-ansi.
Preparing to unpack .../332-node-wrap-ansi_8.0.1+~8.0.1-3_all.deb ...
Unpacking node-wrap-ansi (8.0.1+~8.0.1-3) ...
Selecting previously unselected package node-cliui.
Preparing to unpack .../333-node-cliui_7.0.4+repack+~cs3.1.0-4_all.deb ...
Unpacking node-cliui (7.0.4+repack+~cs3.1.0-4) ...
Selecting previously unselected package node-get-caller-file.
Preparing to unpack .../334-node-get-caller-file_2.0.5+~cs1.1.1-4_all.deb ...
Unpacking node-get-caller-file (2.0.5+~cs1.1.1-4) ...
Selecting previously unselected package node-require-directory.
Preparing to unpack .../335-node-require-directory_2.1.1+~2.1.2-1_all.deb ...
Unpacking node-require-directory (2.1.1+~2.1.2-1) ...
Selecting previously unselected package node-y18n.
Preparing to unpack .../336-node-y18n_5.0.8+~5.0.0-3_all.deb ...
Unpacking node-y18n (5.0.8+~5.0.0-3) ...
Selecting previously unselected package node-camelcase.
Preparing to unpack .../337-node-camelcase_7.0.0-3_all.deb ...
Unpacking node-camelcase (7.0.0-3) ...
Selecting previously unselected package node-yargs-parser.
Preparing to unpack .../338-node-yargs-parser_21.1.1+~21.0.0-4_all.deb ...
Unpacking node-yargs-parser (21.1.1+~21.0.0-4) ...
Selecting previously unselected package node-yargs.
Preparing to unpack .../339-node-yargs_16.2.0+~16.0.4-7_all.deb ...
Unpacking node-yargs (16.2.0+~16.0.4-7) ...
Selecting previously unselected package node-istanbul.
Preparing to unpack .../340-node-istanbul_0.4.5+repack10+~cs97.25.57-3_all.deb ...
Unpacking node-istanbul (0.4.5+repack10+~cs97.25.57-3) ...
Selecting previously unselected package node-through.
Preparing to unpack .../341-node-through_2.3.8+~cs0.0.30-1_all.deb ...
Unpacking node-through (2.3.8+~cs0.0.30-1) ...
Selecting previously unselected package node-resumer.
Preparing to unpack .../342-node-resumer_0.0.0-6_all.deb ...
Unpacking node-resumer (0.0.0-6) ...
Selecting previously unselected package node-tape.
Preparing to unpack .../343-node-tape_5.6.1+~cs8.20.19-1_all.deb ...
Unpacking node-tape (5.6.1+~cs8.20.19-1) ...
Selecting previously unselected package node-deep-equal.
Preparing to unpack .../344-node-deep-equal_2.1.0+~cs31.12.80-1_all.deb ...
Unpacking node-deep-equal (2.1.0+~cs31.12.80-1) ...
Selecting previously unselected package libjs-util.
Preparing to unpack .../345-libjs-util_0.12.5+~1.0.10-1_all.deb ...
Unpacking libjs-util (0.12.5+~1.0.10-1) ...
Selecting previously unselected package libnotify4:amd64.
Preparing to unpack .../346-libnotify4_0.8.1-1_amd64.deb ...
Unpacking libnotify4:amd64 (0.8.1-1) ...
Selecting previously unselected package libnotify-bin.
Preparing to unpack .../347-libnotify-bin_0.8.1-1_amd64.deb ...
Unpacking libnotify-bin (0.8.1-1) ...
Selecting previously unselected package node-agent-base.
Preparing to unpack .../348-node-agent-base_6.0.2+~cs5.4.2-2_all.deb ...
Unpacking node-agent-base (6.0.2+~cs5.4.2-2) ...
Selecting previously unselected package node-ansi-escapes.
Preparing to unpack .../349-node-ansi-escapes_5.0.0+really.4.3.1-1_all.deb ...
Unpacking node-ansi-escapes (5.0.0+really.4.3.1-1) ...
Selecting previously unselected package node-arg.
Preparing to unpack .../350-node-arg_5.0.2-2_all.deb ...
Unpacking node-arg (5.0.2-2) ...
Selecting previously unselected package node-async-each.
Preparing to unpack .../351-node-async-each_1.0.3-3_all.deb ...
Unpacking node-async-each (1.0.3-3) ...
Selecting previously unselected package node-auto-bind.
Preparing to unpack .../352-node-auto-bind_4.0.0-2_all.deb ...
Unpacking node-auto-bind (4.0.0-2) ...
Selecting previously unselected package node-babel-plugin-lodash.
Preparing to unpack .../353-node-babel-plugin-lodash_3.3.4+~cs2.0.1-6_all.deb ...
Unpacking node-babel-plugin-lodash (3.3.4+~cs2.0.1-6) ...
Selecting previously unselected package node-object-visit.
Preparing to unpack .../354-node-object-visit_1.0.1-5_all.deb ...
Unpacking node-object-visit (1.0.1-5) ...
Selecting previously unselected package node-map-visit.
Preparing to unpack .../355-node-map-visit_1.0.0-4_all.deb ...
Unpacking node-map-visit (1.0.0-4) ...
Selecting previously unselected package node-collection-visit.
Preparing to unpack .../356-node-collection-visit_1.0.0-4_all.deb ...
Unpacking node-collection-visit (1.0.0-4) ...
Selecting previously unselected package node-get-value.
Preparing to unpack .../357-node-get-value_1%3a3.0.1-4_all.deb ...
Unpacking node-get-value (1:3.0.1-4) ...
Selecting previously unselected package node-sellside-emitter.
Preparing to unpack .../358-node-sellside-emitter_1.2.1-3_all.deb ...
Unpacking node-sellside-emitter (1.2.1-3) ...
Selecting previously unselected package node-is-primitive.
Preparing to unpack .../359-node-is-primitive_3.0.1-3_all.deb ...
Unpacking node-is-primitive (3.0.1-3) ...
Selecting previously unselected package node-set-value.
Preparing to unpack .../360-node-set-value_4.1.0+~4.0.1-2_all.deb ...
Unpacking node-set-value (4.1.0+~4.0.1-2) ...
Selecting previously unselected package node-union-value.
Preparing to unpack .../361-node-union-value_2.0.1-4_all.deb ...
Unpacking node-union-value (2.0.1-4) ...
Selecting previously unselected package node-has-values.
Preparing to unpack .../362-node-has-values_2.0.1-4_all.deb ...
Unpacking node-has-values (2.0.1-4) ...
Selecting previously unselected package node-has-value.
Preparing to unpack .../363-node-has-value_2.0.2-4_all.deb ...
Unpacking node-has-value (2.0.2-4) ...
Selecting previously unselected package node-unset-value.
Preparing to unpack .../364-node-unset-value_2.0.1-1_all.deb ...
Unpacking node-unset-value (2.0.1-1) ...
Selecting previously unselected package node-cache-base.
Preparing to unpack .../365-node-cache-base_4.0.2-1_all.deb ...
Unpacking node-cache-base (4.0.2-1) ...
Selecting previously unselected package node-is-descriptor.
Preparing to unpack .../366-node-is-descriptor_3.0.0-2_all.deb ...
Unpacking node-is-descriptor (3.0.0-2) ...
Selecting previously unselected package node-define-property.
Preparing to unpack .../367-node-define-property_2.0.2+really+2.0.2-3_all.deb ...
Unpacking node-define-property (2.0.2+really+2.0.2-3) ...
Selecting previously unselected package node-mixin-deep.
Preparing to unpack .../368-node-mixin-deep_2.0.1-3_all.deb ...
Unpacking node-mixin-deep (2.0.1-3) ...
Selecting previously unselected package node-pascalcase.
Preparing to unpack .../369-node-pascalcase_1.0.0-1_all.deb ...
Unpacking node-pascalcase (1.0.0-1) ...
Selecting previously unselected package node-base.
Preparing to unpack .../370-node-base_3.0.0-3_all.deb ...
Unpacking node-base (3.0.0-3) ...
Selecting previously unselected package node-binary-extensions.
Preparing to unpack .../371-node-binary-extensions_2.2.0-2_all.deb ...
Unpacking node-binary-extensions (2.2.0-2) ...
Selecting previously unselected package node-builtin-modules.
Preparing to unpack .../372-node-builtin-modules_3.3.0-1_all.deb ...
Unpacking node-builtin-modules (3.3.0-1) ...
Selecting previously unselected package node-is-binary-path.
Preparing to unpack .../373-node-is-binary-path_2.1.0-5_all.deb ...
Unpacking node-is-binary-path (2.1.0-5) ...
Selecting previously unselected package node-set-immediate-shim.
Preparing to unpack .../374-node-set-immediate-shim_2.0.0-2_all.deb ...
Unpacking node-set-immediate-shim (2.0.0-2) ...
Selecting previously unselected package node-readdirp.
Preparing to unpack .../375-node-readdirp_3.6.0-1_all.deb ...
Unpacking node-readdirp (3.6.0-1) ...
Selecting previously unselected package node-chokidar.
Preparing to unpack .../376-node-chokidar_3.5.3-2_all.deb ...
Unpacking node-chokidar (3.5.3-2) ...
Selecting previously unselected package node-ci-info.
Preparing to unpack .../377-node-ci-info_3.6.1+~cs1.1.0-1_all.deb ...
Unpacking node-ci-info (3.6.1+~cs1.1.0-1) ...
Selecting previously unselected package node-cli-boxes.
Preparing to unpack .../378-node-cli-boxes_2.2.1-2_all.deb ...
Unpacking node-cli-boxes (2.2.1-2) ...
Selecting previously unselected package node-restore-cursor.
Preparing to unpack .../379-node-restore-cursor_4.0.0-2_all.deb ...
Unpacking node-restore-cursor (4.0.0-2) ...
Selecting previously unselected package node-cli-cursor.
Preparing to unpack .../380-node-cli-cursor_4.0.0-3_all.deb ...
Unpacking node-cli-cursor (4.0.0-3) ...
Selecting previously unselected package node-cli-truncate.
Preparing to unpack .../381-node-cli-truncate_2.1.0-5_all.deb ...
Unpacking node-cli-truncate (2.1.0-5) ...
Selecting previously unselected package node-growl.
Preparing to unpack .../382-node-growl_1.10.5-4_all.deb ...
Unpacking node-growl (1.10.5-4) ...
Selecting previously unselected package node-lcov-parse.
Preparing to unpack .../383-node-lcov-parse_1.0.0+20170612git80d039574ed9-6_all.deb ...
Unpacking node-lcov-parse (1.0.0+20170612git80d039574ed9-6) ...
Selecting previously unselected package node-log-driver.
Preparing to unpack .../384-node-log-driver_1.2.7+git+20180219+bba1761737-7_all.deb ...
Unpacking node-log-driver (1.2.7+git+20180219+bba1761737-7) ...
Selecting previously unselected package node-data-uri-to-buffer.
Preparing to unpack .../385-node-data-uri-to-buffer_4.0.0-3_all.deb ...
Unpacking node-data-uri-to-buffer (4.0.0-3) ...
Selecting previously unselected package node-fetch.
Preparing to unpack .../386-node-fetch_3.3.0+~cs11.4.11-2_all.deb ...
Unpacking node-fetch (3.3.0+~cs11.4.11-2) ...
Selecting previously unselected package node-coveralls.
Preparing to unpack .../387-node-coveralls_3.1.1-2_all.deb ...
Unpacking node-coveralls (3.1.1-2) ...
Selecting previously unselected package node-create-require.
Preparing to unpack .../388-node-create-require_1.1.1-4_all.deb ...
Unpacking node-create-require (1.1.1-4) ...
Selecting previously unselected package node-diff.
Preparing to unpack .../389-node-diff_5.0.0~dfsg+~5.0.1-4_all.deb ...
Unpacking node-diff (5.0.0~dfsg+~5.0.1-4) ...
Selecting previously unselected package node-jake.
Preparing to unpack .../390-node-jake_10.8.5+~1.0.4-3_all.deb ...
Unpacking node-jake (10.8.5+~1.0.4-3) ...
Selecting previously unselected package node-ejs.
Preparing to unpack .../391-node-ejs_3.1.8+~3.1.1-2_all.deb ...
Unpacking node-ejs (3.1.8+~3.1.1-2) ...
Selecting previously unselected package node-encoding.
Preparing to unpack .../392-node-encoding_0.1.13-2_all.deb ...
Unpacking node-encoding (0.1.13-2) ...
Selecting previously unselected package node-events.
Preparing to unpack .../393-node-events_3.3.0+~3.0.0-3_all.deb ...
Unpacking node-events (3.3.0+~3.0.0-3) ...
Selecting previously unselected package node-time-stamp.
Preparing to unpack .../394-node-time-stamp_2.2.0-2_all.deb ...
Unpacking node-time-stamp (2.2.0-2) ...
Selecting previously unselected package node-fancy-log.
Preparing to unpack .../395-node-fancy-log_1.3.3+~cs1.3.1-2_all.deb ...
Unpacking node-fancy-log (1.3.3+~cs1.3.1-2) ...
Selecting previously unselected package node-resolve-cwd.
Preparing to unpack .../396-node-resolve-cwd_3.0.0-2_all.deb ...
Unpacking node-resolve-cwd (3.0.0-2) ...
Selecting previously unselected package node-jest-debbundle.
Preparing to unpack .../397-node-jest-debbundle_29.3.1~ds1+~cs70.48.25-2_all.deb ...
Unpacking node-jest-debbundle (29.3.1~ds1+~cs70.48.25-2) ...
Selecting previously unselected package node-jsonparse.
Preparing to unpack .../398-node-jsonparse_1.3.1-10_all.deb ...
Unpacking node-jsonparse (1.3.1-10) ...
Selecting previously unselected package node-minipass.
Preparing to unpack .../399-node-minipass_3.3.6+~cs9.4.19-1_all.deb ...
Unpacking node-minipass (3.3.6+~cs9.4.19-1) ...
Selecting previously unselected package xdg-utils.
Preparing to unpack .../400-xdg-utils_1.1.3-4.1_all.deb ...
Unpacking xdg-utils (1.1.3-4.1) ...
Selecting previously unselected package node-opener.
Preparing to unpack .../401-node-opener_1.5.2+~1.4.0-1_all.deb ...
Unpacking node-opener (1.5.2+~1.4.0-1) ...
Selecting previously unselected package node-punycode.
Preparing to unpack .../402-node-punycode_2.1.1-6_all.deb ...
Unpacking node-punycode (2.1.1-6) ...
Selecting previously unselected package node-jsonify.
Preparing to unpack .../403-node-jsonify_0.0.1-1_all.deb ...
Unpacking node-jsonify (0.0.1-1) ...
Selecting previously unselected package node-shell-quote.
Preparing to unpack .../404-node-shell-quote_1.7.4+~1.7.1-1_all.deb ...
Unpacking node-shell-quote (1.7.4+~1.7.1-1) ...
Selecting previously unselected package node-stack-utils.
Preparing to unpack .../405-node-stack-utils_2.0.6+~2.0.1-1_all.deb ...
Unpacking node-stack-utils (2.0.6+~2.0.1-1) ...
Selecting previously unselected package node-yaml.
Preparing to unpack .../406-node-yaml_2.1.3-2_all.deb ...
Unpacking node-yaml (2.1.3-2) ...
Selecting previously unselected package node-tap-parser.
Preparing to unpack .../407-node-tap-parser_11.0.2+~cs2.1.4-1_all.deb ...
Unpacking node-tap-parser (11.0.2+~cs2.1.4-1) ...
Selecting previously unselected package node-tap-mocha-reporter.
Preparing to unpack .../408-node-tap-mocha-reporter_5.0.3+~2.0.2-2_all.deb ...
Unpacking node-tap-mocha-reporter (5.0.3+~2.0.2-2) ...
Selecting previously unselected package node-widest-line.
Preparing to unpack .../409-node-widest-line_3.1.0-2_all.deb ...
Unpacking node-widest-line (3.1.0-2) ...
Selecting previously unselected package node-https-proxy-agent.
Preparing to unpack .../410-node-https-proxy-agent_5.0.1+~cs8.0.0-3_all.deb ...
Unpacking node-https-proxy-agent (5.0.1+~cs8.0.0-3) ...
Selecting previously unselected package node-mute-stream.
Preparing to unpack .../411-node-mute-stream_0.0.8+~0.0.1-3_all.deb ...
Unpacking node-mute-stream (0.0.8+~0.0.1-3) ...
Selecting previously unselected package node-read.
Preparing to unpack .../412-node-read_1.0.7-5_all.deb ...
Unpacking node-read (1.0.7-5) ...
Selecting previously unselected package node-ws.
Preparing to unpack .../413-node-ws_8.11.0+~cs13.7.3-1_all.deb ...
Unpacking node-ws (8.11.0+~cs13.7.3-1) ...
Selecting previously unselected package node-tap.
Preparing to unpack .../414-node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1_all.deb ...
Unpacking node-tap (16.3.2+ds1+~cs50.8.16-1+deb12u1) ...
Selecting previously unselected package nodeunit.
Preparing to unpack .../415-nodeunit_0.11.3+ds-4_all.deb ...
Unpacking nodeunit (0.11.3+ds-4) ...
Selecting previously unselected package node-grunt-contrib-nodeunit.
Preparing to unpack .../416-node-grunt-contrib-nodeunit_4.0.0-2_all.deb ...
Unpacking node-grunt-contrib-nodeunit (4.0.0-2) ...
Selecting previously unselected package node-make-error.
Preparing to unpack .../417-node-make-error_1.3.7-3_all.deb ...
Unpacking node-make-error (1.3.7-3) ...
Selecting previously unselected package node-moment.
Preparing to unpack .../418-node-moment_2.29.4+ds-1_all.deb ...
Unpacking node-moment (2.29.4+ds-1) ...
Selecting previously unselected package node-typescript.
Preparing to unpack .../419-node-typescript_4.8.4+ds1-2_all.deb ...
Unpacking node-typescript (4.8.4+ds1-2) ...
Selecting previously unselected package node-uglify-js.
Preparing to unpack .../420-node-uglify-js_3.17.4-2_all.deb ...
Unpacking node-uglify-js (3.17.4-2) ...
Selecting previously unselected package node-yn.
Preparing to unpack .../421-node-yn_4.0.0-3_all.deb ...
Unpacking node-yn (4.0.0-3) ...
Selecting previously unselected package ts-node.
Preparing to unpack .../422-ts-node_10.9.1+~cs8.8.29-1_all.deb ...
Unpacking ts-node (10.9.1+~cs8.8.29-1) ...
Selecting previously unselected package uglifyjs.
Preparing to unpack .../423-uglifyjs_3.17.4-2_all.deb ...
Unpacking uglifyjs (3.17.4-2) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../424-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libapt-pkg-perl (0.1.40+b2) ...
Setting up libpipeline1:amd64 (1.5.7-1) ...
Setting up node-uglify-js (3.17.4-2) ...
Setting up node-colors (1.4.0-4) ...
Setting up node-fs.realpath (1.0.0-3) ...
Setting up node-ampproject-remapping (2.2.0+~cs5.15.37-1) ...
Setting up node-diff (5.0.0~dfsg+~5.0.1-4) ...
Setting up node-abbrev (1.1.1+~1.1.2-1) ...
Setting up libtie-ixhash-perl (1.23-4) ...
Setting up node-path-is-inside (1.0.2+~1.0.0-1) ...
Setting up libjs-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Setting up libicu72:amd64 (72.1-3) ...
Setting up node-pify (5.0.0+~cs5.0.1-1) ...
Setting up node-p-limit (4.0.0+~cs4.0.0-5) ...
Setting up node-yallist (4.0.0+~4.0.1-1) ...
Setting up liblerc4:amd64 (4.0.0+ds-2) ...
Setting up libjs-inherits (2.0.4-6) ...
Setting up bsdextrautils (2.38.1-5+deb12u2) ...
Setting up node-is-windows (1.0.2+~cs1.0.0-1) ...
Setting up node-ansi-regex (5.0.1-1) ...
Setting up node-yaml (2.1.3-2) ...
Setting up node-object-inspect (1.12.2+~cs1.8.1-1) ...
Setting up node-slash (4.0.0-3) ...
Setting up node-util-deprecate (1.0.2-3) ...
Setting up libio-pty-perl (1:1.17-1) ...
Setting up libmagic-mgc (1:5.44-3) ...
Setting up node-fs-readdir-recursive (1.1.0+~1.1.0-1) ...
Setting up node-v8flags (3.2.0+~3.1.1-1) ...
Setting up node-eventemitter2 (6.4.7-1) ...
Setting up node-get-caller-file (2.0.5+~cs1.1.1-4) ...
Setting up node-arrify (2.0.1-3) ...
Setting up libclone-perl:amd64 (0.46-1) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u4) ...
No schema files found: doing nothing.
Setting up node-caniuse-lite (1.0.30001436+dfsg+~1.0.1-1) ...
Setting up node-isobject (4.0.0-2) ...
Setting up node-path-root-regex (0.1.2-2) ...
Setting up node-get-value (1:3.0.1-4) ...
Setting up libio-stringy-perl (2.111-3) ...
Setting up libhtml-tagset-perl (3.20-6) ...
Setting up node-isexe (2.0.0+~2.0.1-5) ...
Setting up libdebhelper-perl (13.11.4) ...
Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
Setting up node-jsonparse (1.3.1-10) ...
Setting up libheap-perl (0.80-5) ...
Setting up node-hooker (0.2.3+~0.2.31-2) ...
Setting up node-core-js-pure (3.26.1-3) ...
Setting up node-path-exists (5.0.0-8) ...
Setting up liblwp-mediatypes-perl (6.04-2) ...
Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-1+deb12u1) ...
Setting up node-unicode-match-property-value-ecmascript (2.1.0+ds-1) ...
Setting up node-escape-string-regexp (4.0.0-2) ...
Setting up node-through (2.3.8+~cs0.0.30-1) ...
Setting up libjs-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Setting up node-p-locate (6.0.0-12) ...
Setting up libtry-tiny-perl (0.31-2) ...
Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ...
Setting up libmagic1:amd64 (1:5.44-3) ...
Setting up node-strip-bom (4.0.0-2) ...
Setting up libdeflate0:amd64 (1.14-1) ...
Setting up perl-openssl-defaults:amd64 (7+b1) ...
Setting up node-stack-utils (2.0.6+~2.0.1-1) ...
Setting up node-ci-info (3.6.1+~cs1.1.0-1) ...
Setting up gettext-base (0.21-12) ...
Setting up m4 (1.4.19-3) ...
Setting up node-color-name (1.1.4+~1.1.1-2) ...
Setting up node-electron-to-chromium (1.4.284-1) ...
Setting up libencode-locale-perl (1.05-3) ...
Setting up node-cjs-module-lexer (1.2.2+dfsg-5) ...
Setting up libjs-moment (2.29.4+ds-1) ...
Setting up node-camelcase (7.0.0-3) ...
Setting up node-resumer (0.0.0-6) ...
Setting up libc-ares2:amd64 (1.18.1-3) ...
Setting up file (1:5.44-3) ...
Setting up node-uuid (8.3.2+~8.3.3-3) ...
Setting up node-extend (3.0.2+~3.0.1-3) ...
Setting up node-pascalcase (1.0.0-1) ...
Setting up node-create-require (1.1.1-4) ...
Setting up node-auto-bind (4.0.0-2) ...
Setting up libyaml-perl (1.30-2) ...
Setting up libjbig0:amd64 (2.1-6.1) ...
Setting up node-path-type (4.0.0-3) ...
Setting up node-indent-string (4.0.0-2) ...
Setting up libfakeroot:amd64 (1.31-1.2) ...
Setting up libsub-install-perl (0.929-1) ...
Setting up node-function-bind (1.1.1+repacked+~1.0.3-2) ...
Setting up node-clone (2.1.2-4) ...
Setting up node-p-map (4.0.0+~3.1.0+~3.0.1-1) ...
Setting up node-has-flag (4.0.0-3) ...
Setting up node-estraverse (5.3.0+ds+~5.1.1-1) ...
Setting up node-regjsgen (0.7.1+ds-1) ...
Setting up fakeroot (1.31-1.2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up liberror-perl (0.17029-2) ...
Setting up node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Setting up node-inherits (2.0.4-6) ...
Setting up node-builtin-modules (3.3.0-1) ...
Setting up node-fs-exists-sync (0.1.0-2) ...
Setting up node-path-is-absolute (2.0.0-2) ...
Setting up node-locate-path (7.1.1-2) ...
Setting up node-ini (3.0.1-2) ...
Setting up autotools-dev (20220109.1) ...
Setting up node-is-descriptor (3.0.0-2) ...
Setting up node-safe-buffer (5.2.1+~cs2.1.2-3) ...
Setting up libuv1:amd64 (1.44.2-1+deb12u1) ...
Setting up libset-object-perl (1.42-1+b2) ...
Setting up node-json-parse-better-errors (1.0.2+~cs3.3.1-2) ...
Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ...
Setting up node-unicode-canonical-property-names-ecmascript (2.0.0-2) ...
Setting up node-sprintf-js (1.1.2+ds1+~1.1.2-1) ...
Setting up node-y18n (5.0.8+~5.0.0-3) ...
Setting up node-exit (0.1.2+~0.1.31-2) ...
Setting up node-shebang-regex (3.0.0-2) ...
Setting up node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
Setting up node-path-root (0.1.1-3) ...
Setting up node-balanced-match (2.0.0-1) ...
Setting up node-convert-source-map (1.9.0+~1.5.2-1) ...
Setting up node-brace-expansion (2.0.1-2) ...
Setting up node-is-stream (3.0.0-4) ...
Setting up node-spdx-exceptions (2.3.0-2) ...
Setting up node-js-tokens (8.0.0-2) ...
Setting up node-core-js (3.26.1-3) ...
Setting up node-interpret (2.2.0-3) ...
Setting up libarray-unique-perl (0.08-4) ...
Setting up libpng16-16:amd64 (1.6.39-2) ...
Setting up node-repeat-string (1.6.1+repack-1) ...
Setting up libio-html-perl (1.004-3) ...
Setting up node-globals (13.18.0-1) ...
Setting up node-deep-is (0.1.4-1) ...
Setting up autopoint (0.21-12) ...
Setting up node-signal-exit (3.0.7+~3.0.1-1) ...
Setting up libipc-run-perl (20220807.0-1) ...
Setting up liblist-moreutils-xs-perl (0.430-3+b1) ...
Setting up node-source-map (0.7.0++dfsg2+really.0.6.1-15) ...
Setting up node-getobject (1.1.1-1) ...
Setting up node-wrappy (1.0.2-3) ...
Setting up node-object-visit (1.0.1-5) ...
Setting up autoconf (2.71-3) ...
Setting up node-require-directory (2.1.1+~2.1.2-1) ...
Setting up node-quick-lru (6.1.1-4) ...
Setting up node-regenerator-runtime (0.15.1+~0.10.8-1) ...
Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
Setting up libtimedate-perl (2.3300-2) ...
Setting up libregexp-ipv6-perl (0.03-3) ...
Setting up libexporter-lite-perl (0.09-2) ...
Setting up node-to-fast-properties (3.0.1-3) ...
Setting up node-defaults (1.0.4+~1.0.3-1) ...
Setting up libsub-name-perl:amd64 (0.26-2+b1) ...
Setting up node-mute-stream (0.0.8+~0.0.1-3) ...
Setting up node-commander (9.4.1-1) ...
Setting up libjs-typedarray-to-buffer (4.0.0-2) ...
Setting up node-dateformat (5.0.3-5) ...
Setting up sensible-utils (0.0.17+nmu1) ...
Setting up node-graceful-fs (4.2.10-1) ...
Setting up node-is-path-cwd (2.2.0-2) ...
Setting up libtiff6:amd64 (4.5.0-6+deb12u1) ...
Setting up node-jsonify (0.0.1-1) ...
Setting up libuchardet0:amd64 (0.0.7-1) ...
Setting up libjson-perl (4.10000-1) ...
Setting up node-fast-levenshtein (2.0.6+ds-3) ...
Setting up libjs-regenerate (1.4.2-3) ...
Setting up node-unicode-property-aliases-ecmascript (2.1.0+ds-1) ...
Setting up node-binary-extensions (2.2.0-2) ...
Setting up node-is-plain-object (5.0.0-7) ...
Setting up node-expand-tilde (2.0.2+~cs2.0.3-2) ...
Setting up node-path-dirname (1.0.2-2) ...
Setting up libsub-override-perl (0.09-4) ...
Setting up node-spdx-license-ids (3.0.12-1) ...
Setting up node-string-decoder (1.3.0-6) ...
Setting up node-esutils (2.0.3+~2.0.0-1) ...
Setting up netbase (6.4) ...
Setting up node-time-stamp (2.2.0-2) ...
Setting up node-commondir (1.0.1+~1.0.0-1) ...
Setting up libjs-prettify (2015.12.04+dfsg-1.1) ...
Setting up libjs-events (3.3.0+~3.0.0-3) ...
Setting up node-core-util-is (1.0.3-1) ...
Setting up node-prelude-ls (1.2.1+dfsg-3) ...
Setting up node-minimatch (5.1.1+~5.1.2-1) ...
Setting up node-map-cache (0.2.2-6) ...
Setting up node-cli-boxes (2.2.1-2) ...
Setting up libexporter-tiny-perl (1.006000-1) ...
Setting up libjs-async (0.8.0-6) ...
Setting up libclass-accessor-perl (0.51-2) ...
Setting up node-imurmurhash (0.1.4+dfsg+~0.1.1-2) ...
Setting up node-xtend (4.0.2-3) ...
Setting up node-set-immediate-shim (2.0.0-2) ...
Setting up node-foreground-child (2.0.0-5) ...
Setting up node-wordwrap (1.0.0-4) ...
Setting up node-read (1.0.7-5) ...
Setting up openssl (3.0.15-1~deb12u1) ...
Setting up node-is-arrayish (0.3.2-3) ...
Setting up libelf1:amd64 (0.188-2.1) ...
Setting up node-map-visit (1.0.0-4) ...
Setting up node-npm-run-path (5.1.0+~4.0.0-8) ...
Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
Setting up node-is-buffer (2.0.5-2) ...
Setting up xdg-utils (1.1.3-4.1) ...
update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode
Setting up node-color-convert (2.0.1+~cs2.0.0-2) ...
Setting up liburi-perl (5.17-1) ...
Setting up node-data-uri-to-buffer (4.0.0-3) ...
Setting up node-async-each (1.0.3-3) ...
Setting up node-isarray (2.0.5-4) ...
Setting up node-is-plain-obj (3.0.0-2) ...
Setting up node-is-extglob (2.1.1-5) ...
Setting up node-shebang-command (2.0.0-1) ...
Setting up libjs-is-typedarray (1.0.0-4) ...
Setting up node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-4) ...
Setting up node-process-nextick-args (2.0.1-3) ...
Setting up node-busboy (1.6.0+~cs2.6.0-2) ...
Setting up libnet-ssleay-perl:amd64 (1.92-2+b1) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
Setting up node-underscore.string (3.3.6+dfsg-1) ...
Setting up node-readable-stream (3.6.0+~cs3.0.0-4) ...
Setting up node-parse-filepath (1.0.2+~1.0.0-2) ...
Setting up libhttp-date-perl (6.05-2) ...
Setting up node-lru-cache (7.14.1-1) ...
Setting up gettext (0.21-12) ...
Setting up node-supports-color (8.1.1+~8.1.1-1) ...
Setting up libfile-listing-perl (6.15-1) ...
Setting up node-error-ex (1.3.2-4) ...
Setting up node-once (1.4.0-7) ...
Setting up node-n3 (1.16.3+~1.2.3+~1.10.4-1) ...
Setting up libtool (2.4.7-7~deb12u1) ...
Setting up liblist-moreutils-perl (0.430-2) ...
Setting up node-resolve (1.22.1+~cs5.31.10-1) ...
Setting up node-shell-quote (1.7.4+~1.7.1-1) ...
Setting up node-find-up (6.3.0-7) ...
Setting up libnet-http-perl (6.22-1) ...
Setting up node-kind-of (6.0.3+dfsg-2) ...
Setting up node-is-binary-path (2.1.0-5) ...
Setting up node-events (3.3.0+~3.0.0-3) ...
Setting up libgraph-perl (1:0.9726-1) ...
Setting up node-minimist (1.2.7+~cs5.3.2-2) ...
Setting up node-fancy-log (1.3.3+~cs1.3.1-2) ...
Setting up node-define-property (2.0.2+really+2.0.2-3) ...
Setting up intltool-debian (0.35.0+20060710.6) ...
Setting up node-wcwidth.js (1.0.2-2) ...
Setting up dh-autoreconf (20) ...
Setting up node-resolve-cwd (3.0.0-2) ...
Setting up node-fetch (3.3.0+~cs11.4.11-2) ...
Setting up ca-certificates (20230311) ...
Updating certificates in /etc/ssl/certs...
140 added, 0 removed; done.
Setting up node-babel7-runtime (7.20.15+ds1+~cs214.269.168-3+deb12u2) ...
Setting up node-iconv-lite (0.6.3-3) ...
Setting up node-type-check (0.4.0+dfsg-3) ...
Setting up node-rechoir (0.8.0+~0.6.1-2) ...
Setting up node-ansi-styles (6.2.1-2) ...
Setting up node-pkg-dir (5.0.0-2) ...
Setting up shared-mime-info (2.2-1) ...
Setting up node-collection-visit (1.0.0-4) ...
Setting up node-restore-cursor (4.0.0-2) ...
Setting up node-async (0.8.0-6) ...
Setting up node-optimist (0.6.1+~0.0.30-2) ...
Setting up node-spdx-expression-parse (3.0.1+~3.0.1-1) ...
Setting up dh-strip-nondeterminism (1.13.1-1) ...
Setting up node-is-typedarray (1.0.0-4) ...
Setting up libwww-robotrules-perl (6.02-1) ...
Setting up node-undici (5.15.0+dfsg1+~cs20.10.9.3-1+deb12u4) ...
Setting up dwz (0.15-1) ...
Setting up groff-base (1.22.4-10) ...
Setting up node-inflight (1.0.6-2) ...
Setting up libhtml-parser-perl:amd64 (3.81-1) ...
Setting up node-hosted-git-info (6.1.1-2) ...
Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u1) ...
Setting up node-has-values (2.0.1-4) ...
Setting up node-encoding (0.1.13-2) ...
Setting up libio-socket-ssl-perl (2.081-2) ...
Setting up node-slice-ansi (5.0.0+~cs9.0.0-5) ...
Setting up libhttp-message-perl (6.44-1) ...
Setting up libhtml-form-perl (6.11-1) ...
Setting up node-cli-cursor (4.0.0-3) ...
Setting up libhttp-negotiate-perl (6.01-2) ...
Setting up node-regenerator-transform (0.15.1+~0.10.8-1) ...
Setting up libhttp-cookies-perl (6.10-1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libhtml-tree-perl (5.07-3) ...
Setting up libcgi-pm-perl (4.55-1) ...
Setting up man-db (2.11.2-2) ...
Not building database; man-db/auto-update is not 'true'.
Setting up node-levn (0.4.1+dfsg-2) ...
Setting up node-spdx-correct (3.1.1-2) ...
Setting up node-glob (8.0.3+~cs8.4.15-1) ...
Setting up libnotify4:amd64 (0.8.1-1) ...
Setting up node-typedarray-to-buffer (4.0.0-2) ...
Setting up libnotify-bin (0.8.1-1) ...
Setting up node-minipass (3.3.6+~cs9.4.19-1) ...
Setting up node-has-value (2.0.2-4) ...
Setting up node-unset-value (2.0.1-1) ...
Setting up node-validate-npm-package-license (3.0.4-2) ...
Setting up node-optionator (0.9.1+dfsg+~cs1.2.3-1) ...
Setting up node-write-file-atomic (4.0.2+~4.0.0-1) ...
Setting up node-growl (1.10.5-4) ...
Setting up debhelper (13.11.4) ...
Setting up node-acorn (8.8.1+ds+~cs25.17.7-2) ...
Setting up liblwp-protocol-https-perl (6.10-1) ...
Setting up libwww-perl (6.68-1) ...
Setting up libnode108:amd64 (18.19.0+dfsg-6~deb12u2) ...
Setting up libparse-debcontrol-perl (2.005-6) ...
Setting up nodejs (18.19.0+dfsg-6~deb12u2) ...
update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
Setting up node-argparse (2.0.1-2) ...
Setting up node-typescript (4.8.4+ds1-2) ...
Setting up node-sellside-emitter (1.2.1-3) ...
Setting up node-yn (4.0.0-3) ...
Setting up node-flagged-respawn (1.0.1-5) ...
Setting up node-detect-file (1.0.0-3) ...
Setting up node-source-map-support (0.5.21+ds+~0.5.4-1) ...
Setting up libwww-mechanize-perl (2.16-1) ...
Setting up node-unicode-match-property-ecmascript (2.0.0-2) ...
Setting up node-defined (1.0.1+~1.0.0-1) ...
Setting up node-arg (5.0.2-2) ...
Setting up node-ansi-escapes (5.0.0+really.4.3.1-1) ...
Setting up node-lcov-parse (1.0.0+20170612git80d039574ed9-6) ...
Setting up node-strip-ansi (6.0.1-2) ...
Setting up node-ignore (5.2.1-1) ...
Setting up node-chalk (5.2.0-1) ...
Setting up node-grunt-known-options (1.1.1-4) ...
Setting up node-which (2.0.2+~cs1.3.2-3) ...
Setting up node-make-error (1.3.7-3) ...
Setting up libdebian-source-perl (0.122) ...
Setting up node-punycode (2.1.1-6) ...
Setting up node-tap-parser (11.0.2+~cs2.1.4-1) ...
Setting up node-moment (2.29.4+ds-1) ...
Setting up node-esprima (4.0.1+ds+~4.0.3-2) ...
Setting up node-is-path-inside (3.0.3-2) ...
Setting up node-neo-async (2.6.2+~cs3.0.0-2) ...
Setting up node-mkdirp (1.0.4+~1.0.2-4) ...
Setting up node-es6-error (4.1.1-5) ...
Setting up node-opener (1.5.2+~1.4.0-1) ...
Setting up node-archy (1.0.0-6) ...
Setting up node-js-yaml (4.1.0+dfsg+~4.0.5-7) ...
Setting up node-nopt (5.0.0-4) ...
Setting up node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-9) ...
Setting up node-json5 (2.2.3+dfsg-1) ...
Setting up node-ms (2.1.3+~cs0.7.31-3) ...
Setting up node-rimraf (3.0.2-2) ...
Setting up node-string-width (4.2.3+~cs13.2.3-1) ...
Setting up node-regenerate (1.4.2-3) ...
Setting up node-semver (7.3.5+~7.3.9-2) ...
Setting up node-picocolors (1.0.0-4) ...
Setting up node-es-abstract (1.20.4+~cs26.27.47-1) ...
Setting up node-is-primitive (3.0.1-3) ...
Setting up node-log-driver (1.2.7+git+20180219+bba1761737-7) ...
Setting up handlebars (3:4.7.7+~4.1.0-1) ...
Setting up node-object-assign (4.1.1-7) ...
Setting up node-is-glob (4.0.3-2) ...
Setting up uglifyjs (3.17.4-2) ...
Setting up node-is-number (7.0.0-4) ...
Setting up node-for-in (1.0.2-4) ...
Setting up node-define-properties (1.1.4+~1.1.3-1) ...
Setting up node-jake (10.8.5+~1.0.4-3) ...
Setting up ts-node (10.9.1+~cs8.8.29-1) ...
Setting up node-is-extendable (1.0.1-3) ...
Setting up node-set-value (4.1.0+~4.0.1-2) ...
Setting up node-jsesc (3.0.2+~3.0.1-1) ...
Setting up node-regjsparser (0.9.1+ds-2) ...
Setting up libdebian-copyright-perl (0.2-6) ...
Setting up node-decamelize (4.0.0-2) ...
Setting up node-normalize-path (3.0.0+~3.0.0-1) ...
Setting up node-debug (4.3.4+~cs4.1.7-1) ...
Setting up node-grunt-legacy-log-utils (1.0.0-5) ...
Setting up node-agent-base (6.0.2+~cs5.4.2-2) ...
Setting up node-browserslist (4.21.4+~cs6.1.17-2) ...
Setting up node-yargs-parser (21.1.1+~21.0.0-4) ...
Setting up node-global-prefix (3.0.0+~3.0.0-1) ...
Setting up node-coveralls (3.1.1-2) ...
Setting up node-make-dir (3.1.0-3) ...
Setting up node-tap-mocha-reporter (5.0.3+~2.0.2-2) ...
Setting up node-wrap-ansi (8.0.1+~8.0.1-3) ...
Setting up node-normalize-package-data (4.0.1+~2.4.1-1) ...
Setting up node-for-own (1.0.0-3) ...
Setting up node-fined (1.2.0+~cs4.5.1-3) ...
Setting up node-escodegen (2.0.0+dfsg+~0.0.7-2) ...
Setting up node-widest-line (3.1.0-2) ...
Setting up node-mixin-deep (2.0.1-3) ...
Setting up node-grunt-legacy-util (2.0.1-2) ...
Setting up node-babel-helper-define-polyfill-provider (0.3.3~0~20220913+ds1-1) ...
Setting up node-grunt-legacy-log (2.0.0-3) ...
Setting up node-regenerate-unicode-properties (10.1.0+ds-1) ...
Setting up node-global-modules (2.0.0-3) ...
Setting up node-glob-parent (6.0.2+~5.1.1-2) ...
Setting up node-cli-truncate (2.1.0-5) ...
Setting up node-resolve-dir (1.0.1-3) ...
Setting up node-anymatch (3.1.3+~cs4.6.1-2) ...
Setting up node-debbundle-es-to-primitive (1.2.1+~cs9.7.25-2) ...
Setting up node-https-proxy-agent (5.0.1+~cs8.0.0-3) ...
Setting up node-cliui (7.0.4+repack+~cs3.1.0-4) ...
Setting up node-ejs (3.1.8+~3.1.1-2) ...
Setting up node-regexpu-core (5.2.2-3) ...
Setting up node-yargs (16.2.0+~16.0.4-7) ...
Setting up node-to-regex-range (5.0.1-4) ...
Setting up node-union-value (2.0.1-4) ...
Setting up dh-nodejs (0.15.12) ...
Setting up node-babel-plugin-polyfill-corejs2 (0.3.3~0~20220913+ds1-1) ...
Setting up node-core-js-compat (3.26.1-3) ...
Setting up node-clone-deep (4.0.1+~cs7.0.2-1) ...
Setting up node-babel-plugin-polyfill-regenerator (0.4.1~0~20220913+ds1-1) ...
Setting up node-readdirp (3.6.0-1) ...
Setting up node-ws (8.11.0+~cs13.7.3-1) ...
Setting up node-cache-base (4.0.2-1) ...
Setting up node-babel-plugin-polyfill-corejs3 (0.6.0~0~20220913+ds1-1) ...
Setting up node-fill-range (7.0.1+~7.0.0-1) ...
Setting up node-base (3.0.0-3) ...
Setting up node-braces (3.0.2+~3.0.1-1) ...
Setting up node-chokidar (3.5.3-2) ...
Setting up node-micromatch (4.0.5+~4.0.2-1) ...
Setting up node-globby (13.1.3+~cs16.25.40-1+deb12u1) ...
Setting up node-findup-sync (4.0.0-5) ...
Setting up node-del (7.0.0-5) ...
Setting up node-find-cache-dir (3.3.2+~3.2.1-1) ...
Setting up node-istanbul (0.4.5+repack10+~cs97.25.57-3) ...
Setting up node-liftoff (3.1.0-6) ...
Setting up node-tape (5.6.1+~cs8.20.19-1) ...
Setting up node-grunt-cli (1.4.3+~3.0.1-1) ...
Setting up grunt (1.5.3-2) ...
Setting up node-babel7 (7.20.15+ds1+~cs214.269.168-3+deb12u2) ...
update-alternatives: using /usr/bin/babeljs-7 to provide /usr/bin/babeljs (babeljs) in auto mode
update-alternatives: using /usr/bin/babeljs-7-external-helpers to provide /usr/bin/babeljs-external-helpers (babeljs-external-helpers) in auto mode
update-alternatives: using /usr/bin/babeljs-7-node to provide /usr/bin/babeljs-node (babeljs-node) in auto mode
update-alternatives: using /usr/bin/babeljs-7-parser to provide /usr/bin/babeljs-parser (babeljs-parser) in auto mode
Setting up node-deep-equal (2.1.0+~cs31.12.80-1) ...
Setting up libjs-util (0.12.5+~1.0.10-1) ...
Setting up node-babel-plugin-lodash (3.3.4+~cs2.0.1-6) ...
Setting up node-jest-debbundle (29.3.1~ds1+~cs70.48.25-2) ...
Setting up node-util (0.12.5+~1.0.10-1) ...
Setting up node-assert (2.0.0+~cs3.9.8-2) ...
Setting up node-parse-json (5.2.0+~cs5.1.7-1) ...
Setting up node-read-pkg (5.2.0-2) ...
Setting up node-tap (16.3.2+ds1+~cs50.8.16-1+deb12u1) ...
Setting up nodeunit (0.11.3+ds-4) ...
Setting up node-grunt-contrib-nodeunit (4.0.0-2) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Processing triggers for ca-certificates (20230311) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (amd64 included in all)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) amd64 (x86_64)
Toolchain package versions: binutils_2.40-2 dpkg-dev_1.21.22 g++-12_12.2.0-14 gcc-12_12.2.0-14 libc6-dev_2.36-9+deb12u9 libstdc++-12-dev_12.2.0-14 libstdc++6_12.2.0-14 linux-libc-dev_6.1.115-1
Package versions: adduser_3.134 apt_2.6.1 autoconf_2.71-3 automake_1:1.16.5-1.3 autopoint_0.21-12 autotools-dev_20220109.1 base-files_12.4+deb12u8 base-passwd_3.6.1 bash_5.2.15-2+b7 binutils_2.40-2 binutils-common_2.40-2 binutils-x86-64-linux-gnu_2.40-2 bsdextrautils_2.38.1-5+deb12u2 bsdutils_1:2.38.1-5+deb12u2 build-essential_12.9 bzip2_1.0.8-5+b1 ca-certificates_20230311 coreutils_9.1-1 cpp_4:12.2.0-3 cpp-12_12.2.0-14 dash_0.5.12-2 debconf_1.5.82 debhelper_13.11.4 debian-archive-keyring_2023.3+deb12u1 debianutils_5.7-0.5~deb12u1 dh-autoreconf_20 dh-nodejs_0.15.12 dh-strip-nondeterminism_1.13.1-1 diffutils_1:3.8-4 dpkg_1.21.22 dpkg-dev_1.21.22 dwz_0.15-1 e2fsprogs_1.47.0-2 fakeroot_1.31-1.2 file_1:5.44-3 findutils_4.9.0-4 g++_4:12.2.0-3 g++-12_12.2.0-14 gcc_4:12.2.0-3 gcc-12_12.2.0-14 gcc-12-base_12.2.0-14 gettext_0.21-12 gettext-base_0.21-12 gpgv_2.2.40-1.1 grep_3.8-5 groff-base_1.22.4-10 grunt_1.5.3-2 gzip_1.12-1 handlebars_3:4.7.7+~4.1.0-1 hostname_3.23+nmu1 init-system-helpers_1.65.2 intltool-debian_0.35.0+20060710.6 libacl1_2.3.1-3 libapt-pkg-perl_0.1.40+b2 libapt-pkg6.0_2.6.1 libarchive-zip-perl_1.68-1 libarray-unique-perl_0.08-4 libasan8_12.2.0-14 libatomic1_12.2.0-14 libattr1_1:2.5.1-4 libaudit-common_1:3.0.9-1 libaudit1_1:3.0.9-1 libbinutils_2.40-2 libblkid1_2.38.1-5+deb12u2 libbrotli1_1.0.9-2+b6 libbz2-1.0_1.0.8-5+b1 libc-ares2_1.18.1-3 libc-bin_2.36-9+deb12u9 libc-dev-bin_2.36-9+deb12u9 libc6_2.36-9+deb12u9 libc6-dev_2.36-9+deb12u9 libcap-ng0_0.8.3-1+b3 libcap2_1:2.66-4 libcc1-0_12.2.0-14 libcgi-pm-perl_4.55-1 libclass-accessor-perl_0.51-2 libclone-perl_0.46-1 libcom-err2_1.47.0-2 libcrypt-dev_1:4.4.33-2 libcrypt1_1:4.4.33-2 libctf-nobfd0_2.40-2 libctf0_2.40-2 libdb5.3_5.3.28+dfsg2-1 libdebconfclient0_0.270 libdebhelper-perl_13.11.4 libdebian-copyright-perl_0.2-6 libdebian-source-perl_0.122 libdeflate0_1.14-1 libdpkg-perl_1.21.22 libelf1_0.188-2.1 libencode-locale-perl_1.05-3 liberror-perl_0.17029-2 libexporter-lite-perl_0.09-2 libexporter-tiny-perl_1.006000-1 libext2fs2_1.47.0-2 libfakeroot_1.31-1.2 libffi8_3.4.4-1 libfile-find-rule-perl_0.34-3 libfile-listing-perl_6.15-1 libfile-stripnondeterminism-perl_1.13.1-1 libgcc-12-dev_12.2.0-14 libgcc-s1_12.2.0-14 libgcrypt20_1.10.1-3 libgdbm-compat4_1.23-3 libgdbm6_1.23-3 libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+deb12u1 libgdk-pixbuf2.0-common_2.42.10+dfsg-1+deb12u1 libglib2.0-0_2.74.6-2+deb12u4 libgmp10_2:6.2.1+dfsg1-1.1 libgnutls30_3.7.9-2+deb12u3 libgomp1_12.2.0-14 libgpg-error0_1.46-1 libgprofng0_2.40-2 libgraph-perl_1:0.9726-1 libgssapi-krb5-2_1.20.1-2+deb12u2 libheap-perl_0.80-5 libhogweed6_3.8.1-2 libhtml-form-perl_6.11-1 libhtml-parser-perl_3.81-1 libhtml-tagset-perl_3.20-6 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.10-1 libhttp-date-perl_6.05-2 libhttp-message-perl_6.44-1 libhttp-negotiate-perl_6.01-2 libicu72_72.1-3 libidn2-0_2.3.3-1+b1 libio-html-perl_1.004-3 libio-pty-perl_1:1.17-1 libio-socket-ssl-perl_2.081-2 libio-stringy-perl_2.111-3 libipc-run-perl_20220807.0-1 libisl23_0.25-1.1 libitm1_12.2.0-14 libjansson4_2.14-2 libjbig0_2.1-6.1 libjpeg62-turbo_1:2.1.5-2 libjs-async_0.8.0-6 libjs-events_3.3.0+~3.0.0-3 libjs-inherits_2.0.4-6 libjs-is-typedarray_1.0.0-4 libjs-moment_2.29.4+ds-1 libjs-prettify_2015.12.04+dfsg-1.1 libjs-regenerate_1.4.2-3 libjs-source-map_0.7.0++dfsg2+really.0.6.1-15 libjs-sprintf-js_1.1.2+ds1+~1.1.2-1 libjs-typedarray-to-buffer_4.0.0-2 libjs-util_0.12.5+~1.0.10-1 libjson-perl_4.10000-1 libk5crypto3_1.20.1-2+deb12u2 libkeyutils1_1.6.3-2 libkrb5-3_1.20.1-2+deb12u2 libkrb5support0_1.20.1-2+deb12u2 liblerc4_4.0.0+ds-2 liblist-moreutils-perl_0.430-2 liblist-moreutils-xs-perl_0.430-3+b1 liblsan0_12.2.0-14 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.10-1 liblz4-1_1.9.4-1 liblzma5_5.4.1-0.2 libmagic-mgc_1:5.44-3 libmagic1_1:5.44-3 libmd0_1.0.4-2 libmount1_2.38.1-5+deb12u2 libmpc3_1.3.1-1 libmpfr6_4.2.0-1 libnet-http-perl_6.22-1 libnet-ssleay-perl_1.92-2+b1 libnettle8_3.8.1-2 libnghttp2-14_1.52.0-1+deb12u2 libnode108_18.19.0+dfsg-6~deb12u2 libnotify-bin_0.8.1-1 libnotify4_0.8.1-1 libnsl-dev_1.3.0-2 libnsl2_1.3.0-2 libnumber-compare-perl_0.03-3 libp11-kit0_0.24.1-2 libpam-modules_1.5.2-6+deb12u1 libpam-modules-bin_1.5.2-6+deb12u1 libpam-runtime_1.5.2-6+deb12u1 libpam0g_1.5.2-6+deb12u1 libparse-debcontrol-perl_2.005-6 libpcre2-8-0_10.42-1 libperl5.36_5.36.0-7+deb12u1 libpipeline1_1.5.7-1 libpng16-16_1.6.39-2 libquadmath0_12.2.0-14 libregexp-ipv6-perl_0.03-3 libseccomp2_2.5.4-1+deb12u1 libselinux1_3.4-1+b6 libsemanage-common_3.4-1 libsemanage2_3.4-1+b5 libsepol2_3.4-2.1 libset-object-perl_1.42-1+b2 libsmartcols1_2.38.1-5+deb12u2 libss2_1.47.0-2 libssl3_3.0.15-1~deb12u1 libstdc++-12-dev_12.2.0-14 libstdc++6_12.2.0-14 libsub-install-perl_0.929-1 libsub-name-perl_0.26-2+b1 libsub-override-perl_0.09-4 libsystemd0_252.31-1~deb12u1 libtasn1-6_4.19.0-2 libtext-glob-perl_0.11-3 libtie-ixhash-perl_1.23-4 libtiff6_4.5.0-6+deb12u1 libtimedate-perl_2.3300-2 libtinfo6_6.4-4 libtirpc-common_1.3.3+ds-1 libtirpc-dev_1.3.3+ds-1 libtirpc3_1.3.3+ds-1 libtool_2.4.7-7~deb12u1 libtry-tiny-perl_0.31-2 libtsan2_12.2.0-14 libubsan1_12.2.0-14 libuchardet0_0.0.7-1 libudev1_252.31-1~deb12u1 libunistring2_1.0-2 liburi-perl_5.17-1 libuuid1_2.38.1-5+deb12u2 libuv1_1.44.2-1+deb12u1 libwebp7_1.2.4-0.2+deb12u1 libwww-mechanize-perl_2.16-1 libwww-perl_6.68-1 libwww-robotrules-perl_6.02-1 libxml2_2.9.14+dfsg-1.3~deb12u1 libxxhash0_0.8.1-1 libyaml-perl_1.30-2 libzstd1_1.5.4+dfsg2-5 linux-libc-dev_6.1.115-1 login_1:4.13+dfsg1-1+b1 logsave_1.47.0-2 m4_1.4.19-3 make_4.3-4.1 man-db_2.11.2-2 mawk_1.3.4.20200120-3.1 mount_2.38.1-5+deb12u2 ncurses-base_6.4-4 ncurses-bin_6.4-4 netbase_6.4 node-abbrev_1.1.1+~1.1.2-1 node-acorn_8.8.1+ds+~cs25.17.7-2 node-agent-base_6.0.2+~cs5.4.2-2 node-ampproject-remapping_2.2.0+~cs5.15.37-1 node-ansi-escapes_5.0.0+really.4.3.1-1 node-ansi-regex_5.0.1-1 node-ansi-styles_6.2.1-2 node-anymatch_3.1.3+~cs4.6.1-2 node-archy_1.0.0-6 node-arg_5.0.2-2 node-argparse_2.0.1-2 node-arrify_2.0.1-3 node-assert_2.0.0+~cs3.9.8-2 node-async_0.8.0-6 node-async-each_1.0.3-3 node-auto-bind_4.0.0-2 node-babel-helper-define-polyfill-provider_0.3.3~0~20220913+ds1-1 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-4 node-babel-plugin-lodash_3.3.4+~cs2.0.1-6 node-babel-plugin-polyfill-corejs2_0.3.3~0~20220913+ds1-1 node-babel-plugin-polyfill-corejs3_0.6.0~0~20220913+ds1-1 node-babel-plugin-polyfill-regenerator_0.4.1~0~20220913+ds1-1 node-babel7_7.20.15+ds1+~cs214.269.168-3+deb12u2 node-babel7-runtime_7.20.15+ds1+~cs214.269.168-3+deb12u2 node-balanced-match_2.0.0-1 node-base_3.0.0-3 node-binary-extensions_2.2.0-2 node-brace-expansion_2.0.1-2 node-braces_3.0.2+~3.0.1-1 node-browserslist_4.21.4+~cs6.1.17-2 node-builtin-modules_3.3.0-1 node-busboy_1.6.0+~cs2.6.0-2 node-cache-base_4.0.2-1 node-camelcase_7.0.0-3 node-caniuse-lite_1.0.30001436+dfsg+~1.0.1-1 node-chalk_5.2.0-1 node-chokidar_3.5.3-2 node-ci-info_3.6.1+~cs1.1.0-1 node-cjs-module-lexer_1.2.2+dfsg-5 node-cli-boxes_2.2.1-2 node-cli-cursor_4.0.0-3 node-cli-truncate_2.1.0-5 node-cliui_7.0.4+repack+~cs3.1.0-4 node-clone_2.1.2-4 node-clone-deep_4.0.1+~cs7.0.2-1 node-collection-visit_1.0.0-4 node-color-convert_2.0.1+~cs2.0.0-2 node-color-name_1.1.4+~1.1.1-2 node-colors_1.4.0-4 node-commander_9.4.1-1 node-commondir_1.0.1+~1.0.0-1 node-convert-source-map_1.9.0+~1.5.2-1 node-core-js_3.26.1-3 node-core-js-compat_3.26.1-3 node-core-js-pure_3.26.1-3 node-core-util-is_1.0.3-1 node-coveralls_3.1.1-2 node-create-require_1.1.1-4 node-data-uri-to-buffer_4.0.0-3 node-dateformat_5.0.3-5 node-debbundle-es-to-primitive_1.2.1+~cs9.7.25-2 node-debug_4.3.4+~cs4.1.7-1 node-decamelize_4.0.0-2 node-deep-equal_2.1.0+~cs31.12.80-1 node-deep-is_0.1.4-1 node-defaults_1.0.4+~1.0.3-1 node-define-properties_1.1.4+~1.1.3-1 node-define-property_2.0.2+really+2.0.2-3 node-defined_1.0.1+~1.0.0-1 node-del_7.0.0-5 node-detect-file_1.0.0-3 node-diff_5.0.0~dfsg+~5.0.1-4 node-ejs_3.1.8+~3.1.1-2 node-electron-to-chromium_1.4.284-1 node-encoding_0.1.13-2 node-error-ex_1.3.2-4 node-es-abstract_1.20.4+~cs26.27.47-1 node-es6-error_4.1.1-5 node-escape-string-regexp_4.0.0-2 node-escodegen_2.0.0+dfsg+~0.0.7-2 node-esprima_4.0.1+ds+~4.0.3-2 node-estraverse_5.3.0+ds+~5.1.1-1 node-esutils_2.0.3+~2.0.0-1 node-eventemitter2_6.4.7-1 node-events_3.3.0+~3.0.0-3 node-exit_0.1.2+~0.1.31-2 node-expand-tilde_2.0.2+~cs2.0.3-2 node-extend_3.0.2+~3.0.1-3 node-fancy-log_1.3.3+~cs1.3.1-2 node-fast-levenshtein_2.0.6+ds-3 node-fetch_3.3.0+~cs11.4.11-2 node-fill-range_7.0.1+~7.0.0-1 node-find-cache-dir_3.3.2+~3.2.1-1 node-find-up_6.3.0-7 node-findup-sync_4.0.0-5 node-fined_1.2.0+~cs4.5.1-3 node-flagged-respawn_1.0.1-5 node-for-in_1.0.2-4 node-for-own_1.0.0-3 node-foreground-child_2.0.0-5 node-fs-exists-sync_0.1.0-2 node-fs-readdir-recursive_1.1.0+~1.1.0-1 node-fs.realpath_1.0.0-3 node-function-bind_1.1.1+repacked+~1.0.3-2 node-get-caller-file_2.0.5+~cs1.1.1-4 node-get-value_1:3.0.1-4 node-getobject_1.1.1-1 node-glob_8.0.3+~cs8.4.15-1 node-glob-parent_6.0.2+~5.1.1-2 node-global-modules_2.0.0-3 node-global-prefix_3.0.0+~3.0.0-1 node-globals_13.18.0-1 node-globby_13.1.3+~cs16.25.40-1+deb12u1 node-graceful-fs_4.2.10-1 node-growl_1.10.5-4 node-grunt-cli_1.4.3+~3.0.1-1 node-grunt-contrib-nodeunit_4.0.0-2 node-grunt-known-options_1.1.1-4 node-grunt-legacy-log_2.0.0-3 node-grunt-legacy-log-utils_1.0.0-5 node-grunt-legacy-util_2.0.1-2 node-has-flag_4.0.0-3 node-has-value_2.0.2-4 node-has-values_2.0.1-4 node-hooker_0.2.3+~0.2.31-2 node-hosted-git-info_6.1.1-2 node-https-proxy-agent_5.0.1+~cs8.0.0-3 node-iconv-lite_0.6.3-3 node-ignore_5.2.1-1 node-imurmurhash_0.1.4+dfsg+~0.1.1-2 node-indent-string_4.0.0-2 node-inflight_1.0.6-2 node-inherits_2.0.4-6 node-ini_3.0.1-2 node-interpret_2.2.0-3 node-is-arrayish_0.3.2-3 node-is-binary-path_2.1.0-5 node-is-buffer_2.0.5-2 node-is-descriptor_3.0.0-2 node-is-extendable_1.0.1-3 node-is-extglob_2.1.1-5 node-is-glob_4.0.3-2 node-is-number_7.0.0-4 node-is-path-cwd_2.2.0-2 node-is-path-inside_3.0.3-2 node-is-plain-obj_3.0.0-2 node-is-plain-object_5.0.0-7 node-is-primitive_3.0.1-3 node-is-stream_3.0.0-4 node-is-typedarray_1.0.0-4 node-is-windows_1.0.2+~cs1.0.0-1 node-isarray_2.0.5-4 node-isexe_2.0.0+~2.0.1-5 node-isobject_4.0.0-2 node-istanbul_0.4.5+repack10+~cs97.25.57-3 node-jake_10.8.5+~1.0.4-3 node-jest-debbundle_29.3.1~ds1+~cs70.48.25-2 node-js-tokens_8.0.0-2 node-js-yaml_4.1.0+dfsg+~4.0.5-7 node-jsesc_3.0.2+~3.0.1-1 node-json-parse-better-errors_1.0.2+~cs3.3.1-2 node-json5_2.2.3+dfsg-1 node-jsonify_0.0.1-1 node-jsonparse_1.3.1-10 node-kind-of_6.0.3+dfsg-2 node-lcov-parse_1.0.0+20170612git80d039574ed9-6 node-levn_0.4.1+dfsg-2 node-liftoff_3.1.0-6 node-locate-path_7.1.1-2 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-9 node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-9 node-log-driver_1.2.7+git+20180219+bba1761737-7 node-lru-cache_7.14.1-1 node-make-dir_3.1.0-3 node-make-error_1.3.7-3 node-map-cache_0.2.2-6 node-map-visit_1.0.0-4 node-micromatch_4.0.5+~4.0.2-1 node-minimatch_5.1.1+~5.1.2-1 node-minimist_1.2.7+~cs5.3.2-2 node-minipass_3.3.6+~cs9.4.19-1 node-mixin-deep_2.0.1-3 node-mkdirp_1.0.4+~1.0.2-4 node-moment_2.29.4+ds-1 node-ms_2.1.3+~cs0.7.31-3 node-mute-stream_0.0.8+~0.0.1-3 node-n3_1.16.3+~1.2.3+~1.10.4-1 node-neo-async_2.6.2+~cs3.0.0-2 node-nopt_5.0.0-4 node-normalize-package-data_4.0.1+~2.4.1-1 node-normalize-path_3.0.0+~3.0.0-1 node-npm-run-path_5.1.0+~4.0.0-8 node-object-assign_4.1.1-7 node-object-inspect_1.12.2+~cs1.8.1-1 node-object-visit_1.0.1-5 node-once_1.4.0-7 node-opener_1.5.2+~1.4.0-1 node-optimist_0.6.1+~0.0.30-2 node-optionator_0.9.1+dfsg+~cs1.2.3-1 node-p-limit_4.0.0+~cs4.0.0-5 node-p-locate_6.0.0-12 node-p-map_4.0.0+~3.1.0+~3.0.1-1 node-parse-filepath_1.0.2+~1.0.0-2 node-parse-json_5.2.0+~cs5.1.7-1 node-pascalcase_1.0.0-1 node-path-dirname_1.0.2-2 node-path-exists_5.0.0-8 node-path-is-absolute_2.0.0-2 node-path-is-inside_1.0.2+~1.0.0-1 node-path-root_0.1.1-3 node-path-root-regex_0.1.2-2 node-path-type_4.0.0-3 node-picocolors_1.0.0-4 node-pify_5.0.0+~cs5.0.1-1 node-pkg-dir_5.0.0-2 node-prelude-ls_1.2.1+dfsg-3 node-process-nextick-args_2.0.1-3 node-punycode_2.1.1-6 node-quick-lru_6.1.1-4 node-read_1.0.7-5 node-read-pkg_5.2.0-2 node-readable-stream_3.6.0+~cs3.0.0-4 node-readdirp_3.6.0-1 node-rechoir_0.8.0+~0.6.1-2 node-regenerate_1.4.2-3 node-regenerate-unicode-properties_10.1.0+ds-1 node-regenerator-runtime_0.15.1+~0.10.8-1 node-regenerator-transform_0.15.1+~0.10.8-1 node-regexpu-core_5.2.2-3 node-regjsgen_0.7.1+ds-1 node-regjsparser_0.9.1+ds-2 node-repeat-string_1.6.1+repack-1 node-require-directory_2.1.1+~2.1.2-1 node-resolve_1.22.1+~cs5.31.10-1 node-resolve-cwd_3.0.0-2 node-resolve-dir_1.0.1-3 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1 node-restore-cursor_4.0.0-2 node-resumer_0.0.0-6 node-rimraf_3.0.2-2 node-safe-buffer_5.2.1+~cs2.1.2-3 node-sellside-emitter_1.2.1-3 node-semver_7.3.5+~7.3.9-2 node-set-immediate-shim_2.0.0-2 node-set-value_4.1.0+~4.0.1-2 node-shebang-command_2.0.0-1 node-shebang-regex_3.0.0-2 node-shell-quote_1.7.4+~1.7.1-1 node-signal-exit_3.0.7+~3.0.1-1 node-slash_4.0.0-3 node-slice-ansi_5.0.0+~cs9.0.0-5 node-source-map_0.7.0++dfsg2+really.0.6.1-15 node-source-map-support_0.5.21+ds+~0.5.4-1 node-spdx-correct_3.1.1-2 node-spdx-exceptions_2.3.0-2 node-spdx-expression-parse_3.0.1+~3.0.1-1 node-spdx-license-ids_3.0.12-1 node-sprintf-js_1.1.2+ds1+~1.1.2-1 node-stack-utils_2.0.6+~2.0.1-1 node-string-decoder_1.3.0-6 node-string-width_4.2.3+~cs13.2.3-1 node-strip-ansi_6.0.1-2 node-strip-bom_4.0.0-2 node-supports-color_8.1.1+~8.1.1-1 node-tap_16.3.2+ds1+~cs50.8.16-1+deb12u1 node-tap-mocha-reporter_5.0.3+~2.0.2-2 node-tap-parser_11.0.2+~cs2.1.4-1 node-tape_5.6.1+~cs8.20.19-1 node-through_2.3.8+~cs0.0.30-1 node-time-stamp_2.2.0-2 node-to-fast-properties_3.0.1-3 node-to-regex-range_5.0.1-4 node-type-check_0.4.0+dfsg-3 node-typedarray-to-buffer_4.0.0-2 node-typescript_4.8.4+ds1-2 node-uglify-js_3.17.4-2 node-underscore.string_3.3.6+dfsg-1 node-undici_5.15.0+dfsg1+~cs20.10.9.3-1+deb12u4 node-unicode-canonical-property-names-ecmascript_2.0.0-2 node-unicode-match-property-ecmascript_2.0.0-2 node-unicode-match-property-value-ecmascript_2.1.0+ds-1 node-unicode-property-aliases-ecmascript_2.1.0+ds-1 node-union-value_2.0.1-4 node-unset-value_2.0.1-1 node-util_0.12.5+~1.0.10-1 node-util-deprecate_1.0.2-3 node-uuid_8.3.2+~8.3.3-3 node-v8flags_3.2.0+~3.1.1-1 node-validate-npm-package-license_3.0.4-2 node-wcwidth.js_1.0.2-2 node-which_2.0.2+~cs1.3.2-3 node-widest-line_3.1.0-2 node-wordwrap_1.0.0-4 node-wrap-ansi_8.0.1+~8.0.1-3 node-wrappy_1.0.2-3 node-write-file-atomic_4.0.2+~4.0.0-1 node-ws_8.11.0+~cs13.7.3-1 node-xtend_4.0.2-3 node-y18n_5.0.8+~5.0.0-3 node-yallist_4.0.0+~4.0.1-1 node-yaml_2.1.3-2 node-yargs_16.2.0+~16.0.4-7 node-yargs-parser_21.1.1+~21.0.0-4 node-yn_4.0.0-3 nodejs_18.19.0+dfsg-6~deb12u2 nodeunit_0.11.3+ds-4 openssl_3.0.15-1~deb12u1 passwd_1:4.13+dfsg1-1+b1 patch_2.7.6-7 perl_5.36.0-7+deb12u1 perl-base_5.36.0-7+deb12u1 perl-modules-5.36_5.36.0-7+deb12u1 perl-openssl-defaults_7+b1 po-debconf_1.0.21+nmu1 rpcsvc-proto_1.4.3-1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-1 sensible-utils_0.0.17+nmu1 shared-mime-info_2.2-1 sysvinit-utils_3.06-4 tar_1.34+dfsg-1.2+deb12u1 ts-node_10.9.1+~cs8.8.29-1 tzdata_2024b-0+deb12u1~test1 uglifyjs_3.17.4-2 usrmerge_37~deb12u1 util-linux_2.38.1-5+deb12u2 util-linux-extra_2.38.1-5+deb12u2 xdg-utils_1.1.3-4.1 xz-utils_5.4.1-0.2 zlib1g_1:1.2.13.dfsg-1

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 3.0 (quilt)
Source: moment-timezone.js
Binary: node-moment-timezone, libjs-moment-timezone
Architecture: all
Version: 0.5.40+dfsg-1+2023c
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>
Homepage: https://momentjs.com/timezone/
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/moment-timezone.js
Vcs-Git: https://salsa.debian.org/js-team/moment-timezone.js.git
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13), grunt, node-moment <!nocheck>, node-grunt-contrib-nodeunit <!nocheck>, dh-sequence-nodejs, uglifyjs, ts-node <!nocheck>, tzdata (>= 2023c)
Package-List:
 libjs-moment-timezone deb javascript optional arch=all
 node-moment-timezone deb javascript optional arch=all
Checksums-Sha1:
 4c4b0e43dc9c8c5fd86b49766d4c72a451e00740 1297500 moment-timezone.js_0.5.40+dfsg.orig.tar.xz
 72215b75b4710687e9f3a118dee309ec51b252c0 6652 moment-timezone.js_0.5.40+dfsg-1+2023c.debian.tar.xz
Checksums-Sha256:
 6705ef04be0d913f6b925ed9707c8d999cc24405bb784dcbd21c1a323e1ac075 1297500 moment-timezone.js_0.5.40+dfsg.orig.tar.xz
 728f464f732a9417c3fb6ba35a2ad766d5c2f019ac0e66f84bad8ed61476df03 6652 moment-timezone.js_0.5.40+dfsg-1+2023c.debian.tar.xz
Files:
 924a4d74bf4e94f796998053f728f62b 1297500 moment-timezone.js_0.5.40+dfsg.orig.tar.xz
 3d1594bf3a30bf9aa1d5fcbfe8f79267 6652 moment-timezone.js_0.5.40+dfsg-1+2023c.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE2qbv8cYn6hwmsaaSqiMPxF+MJ7EFAmR6Li4ACgkQqiMPxF+M
J7G75BAAlBhFentewB09W/Vy2HvXmeybZyS3WtX/kg1q7+fdxGrfGUJyG6fwvJGe
Tf/QrKRwlkFIR+1J8l9KnZQyvrAc40Mw7xQQe0fgIHpRPpmdCJLBBruphbR3sM/w
X8RO+ov60C3xRcryQatKTs2vpevva3aNXEai6D4Jyjj93Vt2GkpnyfeMVWqNa1Mb
qUYzNZqhOHMhTei/g1jZA/CBfDmUkKrWur+hr2nHHHQSJuYa5RA5w8LorazH642s
wu97sqp5WlEuKKYY8YBz8YQRw7eGijVQcoEN6GKWQTwO3m9L4JMbJ/eS28BCTI6V
zC2I1dHUKDsevSqAVcI07RdsR/oUIwApoK5kbHuzI+5iFnALTwK8vgTCDd2A5rqZ
+7yRPfpNJijy5++GblFcxKdgK5RUcaSgNJNyondrcwDnagEEZ9YS7IU6Rr3Xst0G
G6iAR9/npIaGpjJGNBT7irnVAyI9Pf1FsXU1BATI8IHuxGP5zFVGTNeKIsiDInMt
ELVqlq7mE6hVkAuXjmRFpewoIpXaSR2F8xPtM3wyR2jbFkWyznYykLle6JHpPfhY
SVp0yJFe+625p2h6dZdMqnPmyQhI4tmOr2IwU82RgXFNc5BCmskQkzvB0MWdK9SG
gv4HoMS54cPOFh6KMWJ1ItkBSo1j8RAzHm2kMBW2bWXmXPXDfL4=
=biTP
-----END PGP SIGNATURE-----

gpgv: Signature made Fri Jun  2 18:00:14 2023 UTC
gpgv:                using RSA key DAA6EFF1C627EA1C26B1A692AA230FC45F8C27B1
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./moment-timezone.js_0.5.40+dfsg-1+2023c.dsc: no acceptable signature found
dpkg-source: info: extracting moment-timezone.js in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking moment-timezone.js_0.5.40+dfsg.orig.tar.xz
dpkg-source: info: unpacking moment-timezone.js_0.5.40+dfsg-1+2023c.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 02-tzdata-2023c.patch
dpkg-source: info: applying 01-Fix_tz_build.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=debusine-worker
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=debusine-worker

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package moment-timezone.js
dpkg-buildpackage: info: source version 0.5.40+dfsg-1+2023c
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Martina Ferrari <tina@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_auto_clean --buildsystem=nodejs
	rm -rf ./node_modules/.cache ./.nyc_output
rm ./node_modules/.cache
unlink ./node_modules/moment
   debian/rules execute_after_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf temp/
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules execute_before_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Fail the build if the tzdata package does not match TZVER.
grep -q '^# version 2023c$' /usr/share/zoneinfo/tzdata.zi
make[1]: *** [debian/rules:28: execute_before_dh_auto_configure] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-11-22T21:14:05Z

Finished
--------


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build Type: binary
Build-Space: 237012
Build-Time: 2
Distribution: bookworm
Fail-Stage: build
Host Architecture: amd64
Install-Time: 41
Job: /tmp/debusine-fetch-exec-upload-f6rb9rio/moment-timezone.js_0.5.40+dfsg-1+2023c.dsc
Machine Architecture: amd64
Package: moment-timezone.js
Package-Time: 60
Source-Version: 0.5.40+dfsg-1+2023c
Space: 237012
Status: attempted
Version: 0.5.40+dfsg-1+2023c
--------------------------------------------------------------------------------
Finished at 2024-11-22T21:14:05Z
Build needed 00:01:00, 237012k disk space

Relations

Relation Direction Type Name
relates-to Source package moment-timezone.js_0.5.40+dfsg-1+2023c
relates-to Binary package tzdata_2024b-0+deb12u1~test1_all

build log System build a package - 17 hours, 40 minutes ago 0 minutes
BETA