Merge pull request #211994 from JulienMalka/uptime-kuma-update

authored by

Sandro and committed by
GitHub
224127f6 808663bd

+244 -241
+3 -10
pkgs/servers/monitoring/uptime-kuma/default.nix
··· 4 in 5 stdenv.mkDerivation (finalAttrs: { 6 pname = "uptime-kuma"; 7 - version = "1.19.2"; 8 9 src = fetchFromGitHub { 10 owner = "louislam"; 11 repo = "uptime-kuma"; 12 rev = finalAttrs.version; 13 - sha256 = "yWQ3O3sCW6YKpE8BKgJjrKmLD9NyccaqyzQOXlSCC8I="; 14 }; 15 16 - uiSha256 = "sha256-aaQB1S8PmWU7brncRwEHG5bWEcyxD3amaq7Z6vpP92o="; 17 18 patches = [ 19 # Fixes the permissions of the database being not set correctly 20 # See https://github.com/louislam/uptime-kuma/pull/2119 21 ./fix-database-permissions.patch 22 ]; 23 - 24 - postPatch = '' 25 - substituteInPlace server/ping-lite.js \ 26 - --replace "/bin/ping" "${iputils}/bin/ping" \ 27 - --replace "/sbin/ping6" "${iputils}/bin/ping" \ 28 - --replace "/sbin/ping" "${iputils}/bin/ping" 29 - ''; 30 31 nativeBuildInputs = [ makeWrapper ]; 32
··· 4 in 5 stdenv.mkDerivation (finalAttrs: { 6 pname = "uptime-kuma"; 7 + version = "1.19.6"; 8 9 src = fetchFromGitHub { 10 owner = "louislam"; 11 repo = "uptime-kuma"; 12 rev = finalAttrs.version; 13 + sha256 = "sha256-Hk0me4VPP8vKp4IhzQKjjhM2BWLGSHnN7JiDJu2WlE8="; 14 }; 15 16 + uiSha256 = "sha256-oeXklGxAPsUoLRT6DAVRgWm0kvKbLFW4IBc0Rh3j5V4="; 17 18 patches = [ 19 # Fixes the permissions of the database being not set correctly 20 # See https://github.com/louislam/uptime-kuma/pull/2119 21 ./fix-database-permissions.patch 22 ]; 23 24 nativeBuildInputs = [ makeWrapper ]; 25
+234 -227
pkgs/servers/monitoring/uptime-kuma/node-packages.nix
··· 112 sha512 = "aK4s3Xxjrx3daZr3VylxejK3vG5ExXck5WOHDJ8in/k9AqlfIyFMMT1uG7u8mNjX+QRILTIn0/Xgschfh/dQ9g=="; 113 }; 114 }; 115 - "@azure/msal-browser-2.32.0" = { 116 name = "_at_azure_slash_msal-browser"; 117 packageName = "@azure/msal-browser"; 118 - version = "2.32.0"; 119 src = fetchurl { 120 - url = "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-2.32.0.tgz"; 121 - sha512 = "uDP0vNmIefM6+RjILGKu+zOiN+VGnEvxRfUIV5hOWOWLLkG7kcDPYG/v/EJMoG+R5DYW9jXA5nvZT76t5HdEAQ=="; 122 }; 123 }; 124 "@azure/msal-common-7.6.0" = { ··· 130 sha512 = "XqfbglUTVLdkHQ8F9UQJtKseRr3sSnr9ysboxtoswvaMVaEfvyLtMoHv9XdKUfOc0qKGzNgRFd9yRjIWVepl6Q=="; 131 }; 132 }; 133 - "@azure/msal-common-9.0.0" = { 134 name = "_at_azure_slash_msal-common"; 135 packageName = "@azure/msal-common"; 136 - version = "9.0.0"; 137 src = fetchurl { 138 - url = "https://registry.npmjs.org/@azure/msal-common/-/msal-common-9.0.0.tgz"; 139 - sha512 = "uiFiFKVNTsRpmKio5bcObTuHcaHHZB2GEsjJJN8rbJNmzoYuZzNioOoK+J0QK0jEasRBgAoR5A8hSty2iKRzIg=="; 140 }; 141 }; 142 - "@azure/msal-node-1.14.4" = { 143 name = "_at_azure_slash_msal-node"; 144 packageName = "@azure/msal-node"; 145 - version = "1.14.4"; 146 src = fetchurl { 147 - url = "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.14.4.tgz"; 148 - sha512 = "j9GzZu5mTLWtuJ+cYN6e67UNymIS5OysblrOzH8lakt9XxH0GCPYjuqbOEKTP84r+Rbj3io+TuW1KS+0Xxuj/g=="; 149 }; 150 }; 151 - "@babel/runtime-7.20.1" = { 152 name = "_at_babel_slash_runtime"; 153 packageName = "@babel/runtime"; 154 - version = "7.20.1"; 155 src = fetchurl { 156 - url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.1.tgz"; 157 - sha512 = "mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg=="; 158 }; 159 }; 160 "@breejs/later-4.1.0" = { ··· 175 sha512 = "H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog=="; 176 }; 177 }; 178 - "@grpc/proto-loader-0.7.3" = { 179 name = "_at_grpc_slash_proto-loader"; 180 packageName = "@grpc/proto-loader"; 181 - version = "0.7.3"; 182 src = fetchurl { 183 - url = "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.3.tgz"; 184 - sha512 = "5dAvoZwna2Py3Ef96Ux9jIkp3iZ62TUsV00p3wVBPNX5K178UbNi8Q7gQVqwXT1Yq9RejIGG9G2IPEo93T6RcA=="; 185 }; 186 }; 187 - "@js-joda/core-5.4.2" = { 188 name = "_at_js-joda_slash_core"; 189 packageName = "@js-joda/core"; 190 - version = "5.4.2"; 191 src = fetchurl { 192 - url = "https://registry.npmjs.org/@js-joda/core/-/core-5.4.2.tgz"; 193 - sha512 = "QIDIZ9a0NfDStgD47VaTgwiPjlw1p4QPLwjOB/9+/DqIztoQopPNNAd+HdtQMHgE+ibP3dJacd8/TVL/A1RaaA=="; 194 }; 195 }; 196 "@louislam/sqlite3-15.1.2" = { ··· 382 sha512 = "h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA=="; 383 }; 384 }; 385 - "@types/cors-2.8.12" = { 386 name = "_at_types_slash_cors"; 387 packageName = "@types/cors"; 388 - version = "2.8.12"; 389 src = fetchurl { 390 - url = "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz"; 391 - sha512 = "vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw=="; 392 }; 393 }; 394 "@types/es-aggregate-error-1.0.2" = { ··· 400 sha512 = "erqUpFXksaeR2kejKnhnjZjbFxUpGZx4Z7ydNL9ie8tEhXPiZTsLeUDJ6aR1F8j5wWUAtOAQWUqkc7givBJbBA=="; 401 }; 402 }; 403 - "@types/express-4.17.14" = { 404 name = "_at_types_slash_express"; 405 packageName = "@types/express"; 406 - version = "4.17.14"; 407 src = fetchurl { 408 - url = "https://registry.npmjs.org/@types/express/-/express-4.17.14.tgz"; 409 - sha512 = "TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg=="; 410 }; 411 }; 412 - "@types/express-serve-static-core-4.17.31" = { 413 name = "_at_types_slash_express-serve-static-core"; 414 packageName = "@types/express-serve-static-core"; 415 - version = "4.17.31"; 416 src = fetchurl { 417 - url = "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.31.tgz"; 418 - sha512 = "DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q=="; 419 }; 420 }; 421 "@types/http-assert-1.5.3" = { ··· 463 sha512 = "B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ=="; 464 }; 465 }; 466 - "@types/lodash-4.14.190" = { 467 name = "_at_types_slash_lodash"; 468 packageName = "@types/lodash"; 469 - version = "4.14.190"; 470 src = fetchurl { 471 - url = "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.190.tgz"; 472 - sha512 = "5iJ3FBJBvQHQ8sFhEhJfjUP+G+LalhavTkYyrAYqz5MEJG+erSv0k9KJLb6q7++17Lafk1scaTIFXcMJlwK8Mw=="; 473 }; 474 }; 475 "@types/long-4.0.2" = { ··· 490 sha512 = "Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA=="; 491 }; 492 }; 493 - "@types/node-14.18.33" = { 494 name = "_at_types_slash_node"; 495 packageName = "@types/node"; 496 - version = "14.18.33"; 497 src = fetchurl { 498 - url = "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz"; 499 - sha512 = "qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg=="; 500 }; 501 }; 502 - "@types/node-18.11.9" = { 503 name = "_at_types_slash_node"; 504 packageName = "@types/node"; 505 - version = "18.11.9"; 506 src = fetchurl { 507 - url = "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz"; 508 - sha512 = "CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg=="; 509 }; 510 }; 511 "@types/qs-6.9.7" = { ··· 1093 sha512 = "qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg=="; 1094 }; 1095 }; 1096 - "colorette-2.0.16" = { 1097 name = "colorette"; 1098 packageName = "colorette"; 1099 - version = "2.0.16"; 1100 src = fetchurl { 1101 - url = "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz"; 1102 - sha512 = "hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g=="; 1103 }; 1104 }; 1105 "combine-errors-3.0.3" = { ··· 1129 sha512 = "LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w=="; 1130 }; 1131 }; 1132 - "commander-7.2.0" = { 1133 name = "commander"; 1134 packageName = "commander"; 1135 - version = "7.2.0"; 1136 src = fetchurl { 1137 - url = "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz"; 1138 - sha512 = "QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="; 1139 }; 1140 }; 1141 - "commander-9.4.1" = { 1142 name = "commander"; 1143 packageName = "commander"; 1144 - version = "9.4.1"; 1145 src = fetchurl { 1146 - url = "https://registry.npmjs.org/commander/-/commander-9.4.1.tgz"; 1147 - sha512 = "5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw=="; 1148 }; 1149 }; 1150 "commist-1.1.0" = { ··· 1327 sha512 = "jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g=="; 1328 }; 1329 }; 1330 - "dayjs-1.11.6" = { 1331 name = "dayjs"; 1332 packageName = "dayjs"; 1333 - version = "1.11.6"; 1334 src = fetchurl { 1335 - url = "https://registry.npmjs.org/dayjs/-/dayjs-1.11.6.tgz"; 1336 - sha512 = "zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ=="; 1337 }; 1338 }; 1339 "debug-2.6.9" = { ··· 1352 src = fetchurl { 1353 url = "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz"; 1354 sha512 = "CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="; 1355 - }; 1356 - }; 1357 - "debug-4.3.2" = { 1358 - name = "debug"; 1359 - packageName = "debug"; 1360 - version = "4.3.2"; 1361 - src = fetchurl { 1362 - url = "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz"; 1363 - sha512 = "mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw=="; 1364 }; 1365 }; 1366 "debug-4.3.4" = { ··· 1597 sha512 = "+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A=="; 1598 }; 1599 }; 1600 - "es-abstract-1.20.4" = { 1601 name = "es-abstract"; 1602 packageName = "es-abstract"; 1603 - version = "1.20.4"; 1604 src = fetchurl { 1605 - url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz"; 1606 - sha512 = "0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA=="; 1607 }; 1608 }; 1609 "es-aggregate-error-1.0.9" = { ··· 1885 sha512 = "QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A=="; 1886 }; 1887 }; 1888 "get-symbol-description-1.0.0" = { 1889 name = "get-symbol-description"; 1890 packageName = "get-symbol-description"; ··· 1894 sha512 = "2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw=="; 1895 }; 1896 }; 1897 - "getopts-2.2.5" = { 1898 name = "getopts"; 1899 packageName = "getopts"; 1900 - version = "2.2.5"; 1901 src = fetchurl { 1902 - url = "https://registry.npmjs.org/getopts/-/getopts-2.2.5.tgz"; 1903 - sha512 = "9jb7AW5p3in+IiJWhQiZmmwkpLaR/ccTWdWQCtZM66HJcHHLegowh4q4tSD7gouUyeNvFWRavfK9GXosQHDpFA=="; 1904 }; 1905 }; 1906 "getpass-0.1.7" = { ··· 1928 src = fetchurl { 1929 url = "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz"; 1930 sha512 = "sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA=="; 1931 }; 1932 }; 1933 "graceful-fs-4.2.10" = { ··· 2047 sha512 = "Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g=="; 2048 }; 2049 }; 2050 - "http-graceful-shutdown-3.1.11" = { 2051 name = "http-graceful-shutdown"; 2052 packageName = "http-graceful-shutdown"; 2053 - version = "3.1.11"; 2054 src = fetchurl { 2055 - url = "https://registry.npmjs.org/http-graceful-shutdown/-/http-graceful-shutdown-3.1.11.tgz"; 2056 - sha512 = "tfOwKDZA8kJqDNBK2ur+o55HbhDHoflvDCDgjbmm5eAn0RhqhdlUjVygj8e258B5nn5kNsEFOl7DbXLskKrgGA=="; 2057 }; 2058 }; 2059 "http-proxy-agent-5.0.0" = { ··· 2137 sha512 = "k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="; 2138 }; 2139 }; 2140 - "internal-slot-1.0.3" = { 2141 name = "internal-slot"; 2142 packageName = "internal-slot"; 2143 - version = "1.0.3"; 2144 src = fetchurl { 2145 - url = "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz"; 2146 - sha512 = "O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA=="; 2147 }; 2148 }; 2149 "interpret-2.2.0" = { ··· 2506 sha512 = "ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="; 2507 }; 2508 }; 2509 - "jsonwebtoken-8.5.1" = { 2510 name = "jsonwebtoken"; 2511 packageName = "jsonwebtoken"; 2512 - version = "8.5.1"; 2513 src = fetchurl { 2514 - url = "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz"; 2515 - sha512 = "XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w=="; 2516 }; 2517 }; 2518 "jsprim-1.4.2" = { ··· 2578 sha512 = "UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A=="; 2579 }; 2580 }; 2581 - "knex-0.95.15" = { 2582 name = "knex"; 2583 packageName = "knex"; 2584 - version = "0.95.15"; 2585 src = fetchurl { 2586 - url = "https://registry.npmjs.org/knex/-/knex-0.95.15.tgz"; 2587 - sha512 = "Loq6WgHaWlmL2bfZGWPsy4l8xw4pOE+tmLGkPG0auBppxpI0UcK+GYCycJcqz9W54f2LiGewkCVLBm3Wq4ur/w=="; 2588 }; 2589 }; 2590 "leven-2.1.0" = { ··· 2695 sha512 = "z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ=="; 2696 }; 2697 }; 2698 - "lodash.includes-4.3.0" = { 2699 - name = "lodash.includes"; 2700 - packageName = "lodash.includes"; 2701 - version = "4.3.0"; 2702 - src = fetchurl { 2703 - url = "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz"; 2704 - sha512 = "W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w=="; 2705 - }; 2706 - }; 2707 - "lodash.isboolean-3.0.3" = { 2708 - name = "lodash.isboolean"; 2709 - packageName = "lodash.isboolean"; 2710 - version = "3.0.3"; 2711 - src = fetchurl { 2712 - url = "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz"; 2713 - sha512 = "Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg=="; 2714 - }; 2715 - }; 2716 - "lodash.isinteger-4.0.4" = { 2717 - name = "lodash.isinteger"; 2718 - packageName = "lodash.isinteger"; 2719 - version = "4.0.4"; 2720 - src = fetchurl { 2721 - url = "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz"; 2722 - sha512 = "DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA=="; 2723 - }; 2724 - }; 2725 - "lodash.isnumber-3.0.3" = { 2726 - name = "lodash.isnumber"; 2727 - packageName = "lodash.isnumber"; 2728 - version = "3.0.3"; 2729 - src = fetchurl { 2730 - url = "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz"; 2731 - sha512 = "QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw=="; 2732 - }; 2733 - }; 2734 - "lodash.isplainobject-4.0.6" = { 2735 - name = "lodash.isplainobject"; 2736 - packageName = "lodash.isplainobject"; 2737 - version = "4.0.6"; 2738 - src = fetchurl { 2739 - url = "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz"; 2740 - sha512 = "oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="; 2741 - }; 2742 - }; 2743 - "lodash.isstring-4.0.1" = { 2744 - name = "lodash.isstring"; 2745 - packageName = "lodash.isstring"; 2746 - version = "4.0.1"; 2747 - src = fetchurl { 2748 - url = "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz"; 2749 - sha512 = "0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw=="; 2750 - }; 2751 - }; 2752 - "lodash.once-4.1.1" = { 2753 - name = "lodash.once"; 2754 - packageName = "lodash.once"; 2755 - version = "4.1.1"; 2756 - src = fetchurl { 2757 - url = "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz"; 2758 - sha512 = "Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg=="; 2759 - }; 2760 - }; 2761 "lodash.uniqby-4.5.0" = { 2762 name = "lodash.uniqby"; 2763 packageName = "lodash.uniqby"; ··· 2884 sha512 = "bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g=="; 2885 }; 2886 }; 2887 - "minipass-3.3.4" = { 2888 name = "minipass"; 2889 packageName = "minipass"; 2890 - version = "3.3.4"; 2891 src = fetchurl { 2892 - url = "https://registry.npmjs.org/minipass/-/minipass-3.3.4.tgz"; 2893 - sha512 = "I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw=="; 2894 }; 2895 }; 2896 "minizlib-2.1.2" = { ··· 3541 sha512 = "XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="; 3542 }; 3543 }; 3544 "qs-6.5.3" = { 3545 name = "qs"; 3546 packageName = "qs"; ··· 3604 sha512 = "BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA=="; 3605 }; 3606 }; 3607 - "rechoir-0.7.0" = { 3608 name = "rechoir"; 3609 packageName = "rechoir"; 3610 - version = "0.7.0"; 3611 src = fetchurl { 3612 - url = "https://registry.npmjs.org/rechoir/-/rechoir-0.7.0.tgz"; 3613 - sha512 = "ADsDEH2bvbjltXEP+hTIAmeFekTFK0V2BTxMkok6qILyAJEXV0AFfoWcAq4yfll5VdIMd/RVXq0lR+wQi5ZU3Q=="; 3614 }; 3615 }; 3616 - "redbean-node-0.1.4" = { 3617 name = "redbean-node"; 3618 packageName = "redbean-node"; 3619 - version = "0.1.4"; 3620 src = fetchurl { 3621 - url = "https://registry.npmjs.org/redbean-node/-/redbean-node-0.1.4.tgz"; 3622 - sha512 = "c1U6wnTeWS0c44tn9hkJWzjGgckLNJ8sN1E2bxnnnQsULOfvEVFLf8dLMjqhyyMrZ1L1mp8UvV4OfhRtH/ZrgQ=="; 3623 }; 3624 }; 3625 "regenerator-runtime-0.13.11" = { ··· 3748 sha512 = "YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="; 3749 }; 3750 }; 3751 - "semver-5.7.1" = { 3752 - name = "semver"; 3753 - packageName = "semver"; 3754 - version = "5.7.1"; 3755 - src = fetchurl { 3756 - url = "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"; 3757 - sha512 = "sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="; 3758 - }; 3759 - }; 3760 "semver-6.3.0" = { 3761 name = "semver"; 3762 packageName = "semver"; ··· 4054 sha512 = "ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="; 4055 }; 4056 }; 4057 - "tar-6.1.12" = { 4058 name = "tar"; 4059 packageName = "tar"; 4060 - version = "6.1.12"; 4061 src = fetchurl { 4062 - url = "https://registry.npmjs.org/tar/-/tar-6.1.12.tgz"; 4063 - sha512 = "jU4TdemS31uABHd+Lt5WEYJuzn+TJTCBLljvIAHZOz6M9Os5pJ4dD+vRFLxPa/n3T0iEFzpi+0x1UfuDZYbRMw=="; 4064 }; 4065 }; 4066 "tarn-3.0.2" = { ··· 4216 sha512 = "61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw=="; 4217 }; 4218 }; 4219 "unpipe-1.0.0" = { 4220 name = "unpipe"; 4221 packageName = "unpipe"; ··· 4445 args = { 4446 name = "uptime-kuma"; 4447 packageName = "uptime-kuma"; 4448 - version = "1.19.2"; 4449 src = ./.; 4450 dependencies = [ 4451 sources."@azure/abort-controller-1.1.0" ··· 4465 }) 4466 sources."@azure/keyvault-keys-4.6.0" 4467 sources."@azure/logger-1.0.3" 4468 - (sources."@azure/msal-browser-2.32.0" // { 4469 dependencies = [ 4470 - sources."@azure/msal-common-9.0.0" 4471 ]; 4472 }) 4473 sources."@azure/msal-common-7.6.0" 4474 - (sources."@azure/msal-node-1.14.4" // { 4475 dependencies = [ 4476 - sources."@azure/msal-common-9.0.0" 4477 ]; 4478 }) 4479 - sources."@babel/runtime-7.20.1" 4480 sources."@breejs/later-4.1.0" 4481 sources."@grpc/grpc-js-1.7.3" 4482 - sources."@grpc/proto-loader-0.7.3" 4483 - sources."@js-joda/core-5.4.2" 4484 sources."@louislam/sqlite3-15.1.2" 4485 (sources."@mapbox/node-pre-gyp-1.0.10" // { 4486 dependencies = [ 4487 sources."semver-7.3.8" 4488 ]; 4489 }) 4490 sources."@protobufjs/aspromise-1.1.2" ··· 4506 sources."@types/content-disposition-0.5.5" 4507 sources."@types/cookie-0.4.1" 4508 sources."@types/cookies-0.7.7" 4509 - sources."@types/cors-2.8.12" 4510 sources."@types/es-aggregate-error-1.0.2" 4511 - sources."@types/express-4.17.14" 4512 - sources."@types/express-serve-static-core-4.17.31" 4513 sources."@types/http-assert-1.5.3" 4514 sources."@types/http-errors-2.0.1" 4515 sources."@types/keygrip-1.0.2" 4516 sources."@types/koa-2.13.5" 4517 sources."@types/koa-compose-3.2.5" 4518 - sources."@types/lodash-4.14.190" 4519 sources."@types/long-4.0.2" 4520 sources."@types/mime-3.0.1" 4521 - sources."@types/node-18.11.9" 4522 sources."@types/qs-6.9.7" 4523 sources."@types/range-parser-1.2.4" 4524 sources."@types/serve-static-1.15.0" ··· 4585 sources."cliui-7.0.4" 4586 sources."code-point-at-1.1.0" 4587 sources."color-support-1.1.3" 4588 sources."combine-errors-3.0.3" 4589 sources."combined-stream-1.0.8" 4590 sources."command-exists-1.2.9" ··· 4626 sources."css-what-6.1.0" 4627 sources."custom-error-instance-2.1.1" 4628 sources."dashdash-1.14.1" 4629 - sources."dayjs-1.11.6" 4630 (sources."debug-4.3.4" // { 4631 dependencies = [ 4632 sources."ms-2.1.2" ··· 4665 sources."engine.io-parser-5.0.4" 4666 sources."entities-4.4.0" 4667 sources."env-paths-2.2.1" 4668 - sources."es-abstract-1.20.4" 4669 sources."es-aggregate-error-1.0.9" 4670 sources."es-to-primitive-1.2.1" 4671 sources."escalade-3.1.1" ··· 4698 sources."form-data-4.0.0" 4699 sources."forwarded-0.2.0" 4700 sources."fresh-0.5.2" 4701 - sources."fs-minipass-2.1.0" 4702 sources."fs.realpath-1.0.0" 4703 sources."function-bind-1.1.1" 4704 sources."function.prototype.name-1.1.5" ··· 4707 sources."generate-function-2.3.1" 4708 sources."get-caller-file-2.0.5" 4709 sources."get-intrinsic-1.1.3" 4710 sources."get-symbol-description-1.0.0" 4711 - sources."getopts-2.2.5" 4712 sources."getpass-0.1.7" 4713 sources."glob-7.2.3" 4714 sources."globalthis-1.0.3" 4715 sources."graceful-fs-4.2.10" 4716 sources."har-schema-2.0.0" 4717 sources."har-validator-5.1.5" ··· 4725 sources."hoek-6.1.3" 4726 sources."htmlparser2-8.0.1" 4727 sources."http-errors-1.8.1" 4728 - sources."http-graceful-shutdown-3.1.11" 4729 sources."http-proxy-agent-5.0.0" 4730 sources."https-proxy-agent-5.0.1" 4731 sources."human-interval-2.0.1" ··· 4733 sources."ieee754-1.2.1" 4734 sources."inflight-1.0.6" 4735 sources."inherits-2.0.4" 4736 - sources."internal-slot-1.0.3" 4737 sources."interpret-2.2.0" 4738 sources."ip-2.0.0" 4739 sources."ipaddr.js-1.9.1" ··· 4776 sources."json-schema-0.4.0" 4777 sources."json-schema-traverse-0.4.1" 4778 sources."json-stringify-safe-5.0.1" 4779 - (sources."jsonwebtoken-8.5.1" // { 4780 dependencies = [ 4781 - sources."semver-5.7.1" 4782 ]; 4783 }) 4784 sources."just-performance-4.3.0" 4785 sources."jwa-1.4.1" 4786 sources."jws-3.2.2" 4787 sources."jwt-decode-3.1.2" 4788 - (sources."knex-0.95.15" // { 4789 dependencies = [ 4790 - sources."colorette-2.0.16" 4791 - sources."commander-7.2.0" 4792 - sources."debug-4.3.2" 4793 - sources."ms-2.1.2" 4794 sources."resolve-from-5.0.0" 4795 ]; 4796 }) ··· 4805 sources."lodash._stringtopath-4.8.0" 4806 sources."lodash.camelcase-4.3.0" 4807 sources."lodash.get-4.4.2" 4808 - sources."lodash.includes-4.3.0" 4809 - sources."lodash.isboolean-3.0.3" 4810 - sources."lodash.isinteger-4.0.4" 4811 - sources."lodash.isnumber-3.0.3" 4812 - sources."lodash.isplainobject-4.0.6" 4813 - sources."lodash.isstring-4.0.1" 4814 - sources."lodash.once-4.1.1" 4815 sources."lodash.uniqby-4.5.0" 4816 sources."long-4.0.0" 4817 - sources."lru-cache-6.0.0" 4818 sources."make-dir-3.1.0" 4819 sources."media-typer-0.3.0" 4820 sources."merge-descriptors-1.0.1" ··· 4824 sources."mime-types-2.1.35" 4825 sources."minimatch-3.1.2" 4826 sources."minimist-1.2.7" 4827 - sources."minipass-3.3.4" 4828 - sources."minizlib-2.1.2" 4829 sources."mkdirp-1.0.4" 4830 (sources."mqtt-4.3.7" // { 4831 dependencies = [ 4832 sources."mqtt-packet-6.10.0" 4833 ]; 4834 }) 4835 sources."ms-2.1.3" ··· 4838 sources."commander-9.4.1" 4839 ]; 4840 }) 4841 - sources."mysql2-2.3.3" 4842 (sources."named-placeholders-1.1.2" // { 4843 dependencies = [ 4844 sources."lru-cache-4.1.5" ··· 4865 sources."are-we-there-yet-1.1.7" 4866 sources."gauge-2.7.4" 4867 sources."is-fullwidth-code-point-1.0.0" 4868 sources."npmlog-4.1.2" 4869 sources."readable-stream-2.3.7" 4870 sources."semver-7.3.8" 4871 sources."string-width-1.0.2" 4872 sources."string_decoder-1.1.1" 4873 sources."strip-ansi-3.0.1" 4874 ]; 4875 }) 4876 sources."node-radius-client-1.0.0" ··· 4938 sources."psl-1.9.0" 4939 sources."pump-3.0.0" 4940 sources."punycode-2.1.1" 4941 sources."qs-6.5.3" 4942 sources."radius-1.1.4" 4943 sources."range-parser-1.2.1" ··· 4948 ]; 4949 }) 4950 sources."readable-stream-3.6.0" 4951 - sources."rechoir-0.7.0" 4952 - (sources."redbean-node-0.1.4" // { 4953 dependencies = [ 4954 - sources."@types/node-14.18.33" 4955 ]; 4956 }) 4957 sources."regenerator-runtime-0.13.11" ··· 5013 }) 5014 sources."strip-ansi-6.0.1" 5015 sources."supports-preserve-symlinks-flag-1.0.0" 5016 - sources."tar-6.1.12" 5017 sources."tarn-3.0.2" 5018 sources."tcp-ping-0.1.1" 5019 sources."tdigest-0.1.2" ··· 5035 sources."type-is-1.6.18" 5036 sources."typedarray-0.0.6" 5037 sources."unbox-primitive-1.0.2" 5038 sources."unpipe-1.0.0" 5039 sources."uri-js-4.4.1" 5040 sources."util-deprecate-1.0.2" ··· 5057 sources."xmlhttprequest-ssl-2.0.0" 5058 sources."xtend-4.0.2" 5059 sources."y18n-5.0.8" 5060 - sources."yallist-4.0.0" 5061 sources."yargs-16.2.0" 5062 sources."yargs-parser-20.2.9" 5063 sources."yup-0.32.9"
··· 112 sha512 = "aK4s3Xxjrx3daZr3VylxejK3vG5ExXck5WOHDJ8in/k9AqlfIyFMMT1uG7u8mNjX+QRILTIn0/Xgschfh/dQ9g=="; 113 }; 114 }; 115 + "@azure/msal-browser-2.32.1" = { 116 name = "_at_azure_slash_msal-browser"; 117 packageName = "@azure/msal-browser"; 118 + version = "2.32.1"; 119 src = fetchurl { 120 + url = "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-2.32.1.tgz"; 121 + sha512 = "2G3B12ZEIpiimi6/Yqq7KLk4ud1zZWoHvVd2kJ2VthN1HjMsZjdMUxeHkwMWaQ6RzO6mv9rZiuKmRX64xkXW9g=="; 122 }; 123 }; 124 "@azure/msal-common-7.6.0" = { ··· 130 sha512 = "XqfbglUTVLdkHQ8F9UQJtKseRr3sSnr9ysboxtoswvaMVaEfvyLtMoHv9XdKUfOc0qKGzNgRFd9yRjIWVepl6Q=="; 131 }; 132 }; 133 + "@azure/msal-common-9.0.1" = { 134 + name = "_at_azure_slash_msal-common"; 135 + packageName = "@azure/msal-common"; 136 + version = "9.0.1"; 137 + src = fetchurl { 138 + url = "https://registry.npmjs.org/@azure/msal-common/-/msal-common-9.0.1.tgz"; 139 + sha512 = "eNNHIW/cwPTZDWs9KtYgb1X6gtQ+cC+FGX2YN+t4AUVsBdUbqlMTnUs6/c/VBxC2AAGIhgLREuNnO3F66AN2zQ=="; 140 + }; 141 + }; 142 + "@azure/msal-common-9.0.2" = { 143 name = "_at_azure_slash_msal-common"; 144 packageName = "@azure/msal-common"; 145 + version = "9.0.2"; 146 src = fetchurl { 147 + url = "https://registry.npmjs.org/@azure/msal-common/-/msal-common-9.0.2.tgz"; 148 + sha512 = "qzwxuF8kZAp+rNUactMCgJh8fblq9D4lSqrrIxMDzLjgSZtjN32ix7r/HBe8QdOr76II9SVVPcMkX4sPzPfQ7w=="; 149 }; 150 }; 151 + "@azure/msal-node-1.14.6" = { 152 name = "_at_azure_slash_msal-node"; 153 packageName = "@azure/msal-node"; 154 + version = "1.14.6"; 155 src = fetchurl { 156 + url = "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.14.6.tgz"; 157 + sha512 = "em/qqFL5tLMxMPl9vormAs13OgZpmQoJbiQ/GlWr+BA77eCLoL+Ehr5xRHowYo+LFe5b+p+PJVkRvT+mLvOkwA=="; 158 }; 159 }; 160 + "@babel/runtime-7.20.7" = { 161 name = "_at_babel_slash_runtime"; 162 packageName = "@babel/runtime"; 163 + version = "7.20.7"; 164 src = fetchurl { 165 + url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz"; 166 + sha512 = "UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ=="; 167 }; 168 }; 169 "@breejs/later-4.1.0" = { ··· 184 sha512 = "H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog=="; 185 }; 186 }; 187 + "@grpc/proto-loader-0.7.4" = { 188 name = "_at_grpc_slash_proto-loader"; 189 packageName = "@grpc/proto-loader"; 190 + version = "0.7.4"; 191 src = fetchurl { 192 + url = "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.4.tgz"; 193 + sha512 = "MnWjkGwqQ3W8fx94/c1CwqLsNmHHv2t0CFn+9++6+cDphC1lolpg9M2OU0iebIjK//pBNX9e94ho+gjx6vz39w=="; 194 }; 195 }; 196 + "@js-joda/core-5.5.1" = { 197 name = "_at_js-joda_slash_core"; 198 packageName = "@js-joda/core"; 199 + version = "5.5.1"; 200 src = fetchurl { 201 + url = "https://registry.npmjs.org/@js-joda/core/-/core-5.5.1.tgz"; 202 + sha512 = "oTFmkyv5MhgkHdZhoe5lwRoKW0t4njPvK3g7ODvK/prkoC5bwylKcyQJMsmjvgHBXoy4u5iLnB5yQ7AljouHAA=="; 203 + }; 204 + }; 205 + "@louislam/ping-0.4.2-mod.1" = { 206 + name = "_at_louislam_slash_ping"; 207 + packageName = "@louislam/ping"; 208 + version = "0.4.2-mod.1"; 209 + src = fetchurl { 210 + url = "https://registry.npmjs.org/@louislam/ping/-/ping-0.4.2-mod.1.tgz"; 211 + sha512 = "KkRDo8qcF9kzzR0Hh8Iqz+XNnzKOdobUquP7UyBYrjxAB1jNT3qO0gvAZeDUknF28LXBPSzkiVlf1NG+tb/iyQ=="; 212 }; 213 }; 214 "@louislam/sqlite3-15.1.2" = { ··· 400 sha512 = "h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA=="; 401 }; 402 }; 403 + "@types/cors-2.8.13" = { 404 name = "_at_types_slash_cors"; 405 packageName = "@types/cors"; 406 + version = "2.8.13"; 407 src = fetchurl { 408 + url = "https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz"; 409 + sha512 = "RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA=="; 410 }; 411 }; 412 "@types/es-aggregate-error-1.0.2" = { ··· 418 sha512 = "erqUpFXksaeR2kejKnhnjZjbFxUpGZx4Z7ydNL9ie8tEhXPiZTsLeUDJ6aR1F8j5wWUAtOAQWUqkc7givBJbBA=="; 419 }; 420 }; 421 + "@types/express-4.17.15" = { 422 name = "_at_types_slash_express"; 423 packageName = "@types/express"; 424 + version = "4.17.15"; 425 src = fetchurl { 426 + url = "https://registry.npmjs.org/@types/express/-/express-4.17.15.tgz"; 427 + sha512 = "Yv0k4bXGOH+8a+7bELd2PqHQsuiANB+A8a4gnQrkRWzrkKlb6KHaVvyXhqs04sVW/OWlbPyYxRgYlIXLfrufMQ=="; 428 }; 429 }; 430 + "@types/express-serve-static-core-4.17.32" = { 431 name = "_at_types_slash_express-serve-static-core"; 432 packageName = "@types/express-serve-static-core"; 433 + version = "4.17.32"; 434 src = fetchurl { 435 + url = "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.32.tgz"; 436 + sha512 = "aI5h/VOkxOF2Z1saPy0Zsxs5avets/iaiAJYznQFm5By/pamU31xWKL//epiF4OfUA2qTOc9PV6tCUjhO8wlZA=="; 437 }; 438 }; 439 "@types/http-assert-1.5.3" = { ··· 481 sha512 = "B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ=="; 482 }; 483 }; 484 + "@types/lodash-4.14.191" = { 485 name = "_at_types_slash_lodash"; 486 packageName = "@types/lodash"; 487 + version = "4.14.191"; 488 src = fetchurl { 489 + url = "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.191.tgz"; 490 + sha512 = "BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ=="; 491 }; 492 }; 493 "@types/long-4.0.2" = { ··· 508 sha512 = "Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA=="; 509 }; 510 }; 511 + "@types/node-14.18.36" = { 512 name = "_at_types_slash_node"; 513 packageName = "@types/node"; 514 + version = "14.18.36"; 515 src = fetchurl { 516 + url = "https://registry.npmjs.org/@types/node/-/node-14.18.36.tgz"; 517 + sha512 = "FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ=="; 518 }; 519 }; 520 + "@types/node-18.11.18" = { 521 name = "_at_types_slash_node"; 522 packageName = "@types/node"; 523 + version = "18.11.18"; 524 src = fetchurl { 525 + url = "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz"; 526 + sha512 = "DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA=="; 527 }; 528 }; 529 "@types/qs-6.9.7" = { ··· 1111 sha512 = "qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg=="; 1112 }; 1113 }; 1114 + "colorette-2.0.19" = { 1115 name = "colorette"; 1116 packageName = "colorette"; 1117 + version = "2.0.19"; 1118 src = fetchurl { 1119 + url = "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz"; 1120 + sha512 = "3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ=="; 1121 }; 1122 }; 1123 "combine-errors-3.0.3" = { ··· 1147 sha512 = "LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w=="; 1148 }; 1149 }; 1150 + "commander-9.4.1" = { 1151 name = "commander"; 1152 packageName = "commander"; 1153 + version = "9.4.1"; 1154 src = fetchurl { 1155 + url = "https://registry.npmjs.org/commander/-/commander-9.4.1.tgz"; 1156 + sha512 = "5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw=="; 1157 }; 1158 }; 1159 + "commander-9.5.0" = { 1160 name = "commander"; 1161 packageName = "commander"; 1162 + version = "9.5.0"; 1163 src = fetchurl { 1164 + url = "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz"; 1165 + sha512 = "KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ=="; 1166 }; 1167 }; 1168 "commist-1.1.0" = { ··· 1345 sha512 = "jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g=="; 1346 }; 1347 }; 1348 + "dayjs-1.11.7" = { 1349 name = "dayjs"; 1350 packageName = "dayjs"; 1351 + version = "1.11.7"; 1352 src = fetchurl { 1353 + url = "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz"; 1354 + sha512 = "+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ=="; 1355 }; 1356 }; 1357 "debug-2.6.9" = { ··· 1370 src = fetchurl { 1371 url = "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz"; 1372 sha512 = "CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="; 1373 }; 1374 }; 1375 "debug-4.3.4" = { ··· 1606 sha512 = "+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A=="; 1607 }; 1608 }; 1609 + "es-abstract-1.20.5" = { 1610 name = "es-abstract"; 1611 packageName = "es-abstract"; 1612 + version = "1.20.5"; 1613 src = fetchurl { 1614 + url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.5.tgz"; 1615 + sha512 = "7h8MM2EQhsCA7pU/Nv78qOXFpD8Rhqd12gYiSJVkrH9+e8VuA8JlPJK/hQjjlLv6pJvx/z1iRFKzYb0XT/RuAQ=="; 1616 }; 1617 }; 1618 "es-aggregate-error-1.0.9" = { ··· 1894 sha512 = "QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A=="; 1895 }; 1896 }; 1897 + "get-package-type-0.1.0" = { 1898 + name = "get-package-type"; 1899 + packageName = "get-package-type"; 1900 + version = "0.1.0"; 1901 + src = fetchurl { 1902 + url = "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz"; 1903 + sha512 = "pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="; 1904 + }; 1905 + }; 1906 "get-symbol-description-1.0.0" = { 1907 name = "get-symbol-description"; 1908 packageName = "get-symbol-description"; ··· 1912 sha512 = "2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw=="; 1913 }; 1914 }; 1915 + "getopts-2.3.0" = { 1916 name = "getopts"; 1917 packageName = "getopts"; 1918 + version = "2.3.0"; 1919 src = fetchurl { 1920 + url = "https://registry.npmjs.org/getopts/-/getopts-2.3.0.tgz"; 1921 + sha512 = "5eDf9fuSXwxBL6q5HX+dhDj+dslFGWzU5thZ9kNKUkcPtaPdatmUFKwHFrLb/uf/WpA4BHET+AX3Scl56cAjpA=="; 1922 }; 1923 }; 1924 "getpass-0.1.7" = { ··· 1946 src = fetchurl { 1947 url = "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz"; 1948 sha512 = "sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA=="; 1949 + }; 1950 + }; 1951 + "gopd-1.0.1" = { 1952 + name = "gopd"; 1953 + packageName = "gopd"; 1954 + version = "1.0.1"; 1955 + src = fetchurl { 1956 + url = "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz"; 1957 + sha512 = "d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA=="; 1958 }; 1959 }; 1960 "graceful-fs-4.2.10" = { ··· 2074 sha512 = "Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g=="; 2075 }; 2076 }; 2077 + "http-graceful-shutdown-3.1.12" = { 2078 name = "http-graceful-shutdown"; 2079 packageName = "http-graceful-shutdown"; 2080 + version = "3.1.12"; 2081 src = fetchurl { 2082 + url = "https://registry.npmjs.org/http-graceful-shutdown/-/http-graceful-shutdown-3.1.12.tgz"; 2083 + sha512 = "z3mH1HUwRESrauPjvjH5QuH2Ce4uLlWonPFgZnwAyxIFYROxIMcNNWwNltN+s8fHF/aGlsfQDOICHLXsabK43w=="; 2084 }; 2085 }; 2086 "http-proxy-agent-5.0.0" = { ··· 2164 sha512 = "k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="; 2165 }; 2166 }; 2167 + "internal-slot-1.0.4" = { 2168 name = "internal-slot"; 2169 packageName = "internal-slot"; 2170 + version = "1.0.4"; 2171 src = fetchurl { 2172 + url = "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.4.tgz"; 2173 + sha512 = "tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ=="; 2174 }; 2175 }; 2176 "interpret-2.2.0" = { ··· 2533 sha512 = "ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="; 2534 }; 2535 }; 2536 + "jsonwebtoken-9.0.0" = { 2537 name = "jsonwebtoken"; 2538 packageName = "jsonwebtoken"; 2539 + version = "9.0.0"; 2540 src = fetchurl { 2541 + url = "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz"; 2542 + sha512 = "tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw=="; 2543 }; 2544 }; 2545 "jsprim-1.4.2" = { ··· 2605 sha512 = "UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A=="; 2606 }; 2607 }; 2608 + "knex-2.4.0" = { 2609 name = "knex"; 2610 packageName = "knex"; 2611 + version = "2.4.0"; 2612 src = fetchurl { 2613 + url = "https://registry.npmjs.org/knex/-/knex-2.4.0.tgz"; 2614 + sha512 = "i0GWwqYp1Hs2yvc2rlDO6nzzkLhwdyOZKRdsMTB8ZxOs2IXQyL5rBjSbS1krowCh6V65T4X9CJaKtuIfkaPGSA=="; 2615 }; 2616 }; 2617 "leven-2.1.0" = { ··· 2722 sha512 = "z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ=="; 2723 }; 2724 }; 2725 "lodash.uniqby-4.5.0" = { 2726 name = "lodash.uniqby"; 2727 packageName = "lodash.uniqby"; ··· 2848 sha512 = "bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g=="; 2849 }; 2850 }; 2851 + "minipass-3.3.6" = { 2852 + name = "minipass"; 2853 + packageName = "minipass"; 2854 + version = "3.3.6"; 2855 + src = fetchurl { 2856 + url = "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz"; 2857 + sha512 = "DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw=="; 2858 + }; 2859 + }; 2860 + "minipass-4.0.0" = { 2861 name = "minipass"; 2862 packageName = "minipass"; 2863 + version = "4.0.0"; 2864 src = fetchurl { 2865 + url = "https://registry.npmjs.org/minipass/-/minipass-4.0.0.tgz"; 2866 + sha512 = "g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw=="; 2867 }; 2868 }; 2869 "minizlib-2.1.2" = { ··· 3514 sha512 = "XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="; 3515 }; 3516 }; 3517 + "q-1.5.1" = { 3518 + name = "q"; 3519 + packageName = "q"; 3520 + version = "1.5.1"; 3521 + src = fetchurl { 3522 + url = "https://registry.npmjs.org/q/-/q-1.5.1.tgz"; 3523 + sha512 = "kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw=="; 3524 + }; 3525 + }; 3526 "qs-6.5.3" = { 3527 name = "qs"; 3528 packageName = "qs"; ··· 3586 sha512 = "BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA=="; 3587 }; 3588 }; 3589 + "rechoir-0.8.0" = { 3590 name = "rechoir"; 3591 packageName = "rechoir"; 3592 + version = "0.8.0"; 3593 src = fetchurl { 3594 + url = "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz"; 3595 + sha512 = "/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ=="; 3596 }; 3597 }; 3598 + "redbean-node-0.2.0" = { 3599 name = "redbean-node"; 3600 packageName = "redbean-node"; 3601 + version = "0.2.0"; 3602 src = fetchurl { 3603 + url = "https://registry.npmjs.org/redbean-node/-/redbean-node-0.2.0.tgz"; 3604 + sha512 = "bHbNgVpkLOn7i/kvfvGDVGzfDgvf20qVRm4EvQV9tD2V2nhcegYUITzAF3XSL2XVirrb5vmWy85vxM44faBnYw=="; 3605 }; 3606 }; 3607 "regenerator-runtime-0.13.11" = { ··· 3730 sha512 = "YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="; 3731 }; 3732 }; 3733 "semver-6.3.0" = { 3734 name = "semver"; 3735 packageName = "semver"; ··· 4027 sha512 = "ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="; 4028 }; 4029 }; 4030 + "tar-6.1.13" = { 4031 name = "tar"; 4032 packageName = "tar"; 4033 + version = "6.1.13"; 4034 src = fetchurl { 4035 + url = "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz"; 4036 + sha512 = "jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw=="; 4037 }; 4038 }; 4039 "tarn-3.0.2" = { ··· 4189 sha512 = "61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw=="; 4190 }; 4191 }; 4192 + "underscore-1.13.6" = { 4193 + name = "underscore"; 4194 + packageName = "underscore"; 4195 + version = "1.13.6"; 4196 + src = fetchurl { 4197 + url = "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz"; 4198 + sha512 = "+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="; 4199 + }; 4200 + }; 4201 "unpipe-1.0.0" = { 4202 name = "unpipe"; 4203 packageName = "unpipe"; ··· 4427 args = { 4428 name = "uptime-kuma"; 4429 packageName = "uptime-kuma"; 4430 + version = "1.19.6"; 4431 src = ./.; 4432 dependencies = [ 4433 sources."@azure/abort-controller-1.1.0" ··· 4447 }) 4448 sources."@azure/keyvault-keys-4.6.0" 4449 sources."@azure/logger-1.0.3" 4450 + (sources."@azure/msal-browser-2.32.1" // { 4451 dependencies = [ 4452 + sources."@azure/msal-common-9.0.1" 4453 ]; 4454 }) 4455 sources."@azure/msal-common-7.6.0" 4456 + (sources."@azure/msal-node-1.14.6" // { 4457 dependencies = [ 4458 + sources."@azure/msal-common-9.0.2" 4459 ]; 4460 }) 4461 + sources."@babel/runtime-7.20.7" 4462 sources."@breejs/later-4.1.0" 4463 sources."@grpc/grpc-js-1.7.3" 4464 + sources."@grpc/proto-loader-0.7.4" 4465 + sources."@js-joda/core-5.5.1" 4466 + sources."@louislam/ping-0.4.2-mod.1" 4467 sources."@louislam/sqlite3-15.1.2" 4468 (sources."@mapbox/node-pre-gyp-1.0.10" // { 4469 dependencies = [ 4470 + sources."lru-cache-6.0.0" 4471 sources."semver-7.3.8" 4472 + sources."yallist-4.0.0" 4473 ]; 4474 }) 4475 sources."@protobufjs/aspromise-1.1.2" ··· 4491 sources."@types/content-disposition-0.5.5" 4492 sources."@types/cookie-0.4.1" 4493 sources."@types/cookies-0.7.7" 4494 + sources."@types/cors-2.8.13" 4495 sources."@types/es-aggregate-error-1.0.2" 4496 + sources."@types/express-4.17.15" 4497 + sources."@types/express-serve-static-core-4.17.32" 4498 sources."@types/http-assert-1.5.3" 4499 sources."@types/http-errors-2.0.1" 4500 sources."@types/keygrip-1.0.2" 4501 sources."@types/koa-2.13.5" 4502 sources."@types/koa-compose-3.2.5" 4503 + sources."@types/lodash-4.14.191" 4504 sources."@types/long-4.0.2" 4505 sources."@types/mime-3.0.1" 4506 + sources."@types/node-18.11.18" 4507 sources."@types/qs-6.9.7" 4508 sources."@types/range-parser-1.2.4" 4509 sources."@types/serve-static-1.15.0" ··· 4570 sources."cliui-7.0.4" 4571 sources."code-point-at-1.1.0" 4572 sources."color-support-1.1.3" 4573 + sources."colorette-2.0.19" 4574 sources."combine-errors-3.0.3" 4575 sources."combined-stream-1.0.8" 4576 sources."command-exists-1.2.9" ··· 4612 sources."css-what-6.1.0" 4613 sources."custom-error-instance-2.1.1" 4614 sources."dashdash-1.14.1" 4615 + sources."dayjs-1.11.7" 4616 (sources."debug-4.3.4" // { 4617 dependencies = [ 4618 sources."ms-2.1.2" ··· 4651 sources."engine.io-parser-5.0.4" 4652 sources."entities-4.4.0" 4653 sources."env-paths-2.2.1" 4654 + sources."es-abstract-1.20.5" 4655 sources."es-aggregate-error-1.0.9" 4656 sources."es-to-primitive-1.2.1" 4657 sources."escalade-3.1.1" ··· 4684 sources."form-data-4.0.0" 4685 sources."forwarded-0.2.0" 4686 sources."fresh-0.5.2" 4687 + (sources."fs-minipass-2.1.0" // { 4688 + dependencies = [ 4689 + sources."minipass-3.3.6" 4690 + sources."yallist-4.0.0" 4691 + ]; 4692 + }) 4693 sources."fs.realpath-1.0.0" 4694 sources."function-bind-1.1.1" 4695 sources."function.prototype.name-1.1.5" ··· 4698 sources."generate-function-2.3.1" 4699 sources."get-caller-file-2.0.5" 4700 sources."get-intrinsic-1.1.3" 4701 + sources."get-package-type-0.1.0" 4702 sources."get-symbol-description-1.0.0" 4703 + sources."getopts-2.3.0" 4704 sources."getpass-0.1.7" 4705 sources."glob-7.2.3" 4706 sources."globalthis-1.0.3" 4707 + sources."gopd-1.0.1" 4708 sources."graceful-fs-4.2.10" 4709 sources."har-schema-2.0.0" 4710 sources."har-validator-5.1.5" ··· 4718 sources."hoek-6.1.3" 4719 sources."htmlparser2-8.0.1" 4720 sources."http-errors-1.8.1" 4721 + sources."http-graceful-shutdown-3.1.12" 4722 sources."http-proxy-agent-5.0.0" 4723 sources."https-proxy-agent-5.0.1" 4724 sources."human-interval-2.0.1" ··· 4726 sources."ieee754-1.2.1" 4727 sources."inflight-1.0.6" 4728 sources."inherits-2.0.4" 4729 + sources."internal-slot-1.0.4" 4730 sources."interpret-2.2.0" 4731 sources."ip-2.0.0" 4732 sources."ipaddr.js-1.9.1" ··· 4769 sources."json-schema-0.4.0" 4770 sources."json-schema-traverse-0.4.1" 4771 sources."json-stringify-safe-5.0.1" 4772 + (sources."jsonwebtoken-9.0.0" // { 4773 dependencies = [ 4774 + sources."lru-cache-6.0.0" 4775 + sources."semver-7.3.8" 4776 + sources."yallist-4.0.0" 4777 ]; 4778 }) 4779 sources."just-performance-4.3.0" 4780 sources."jwa-1.4.1" 4781 sources."jws-3.2.2" 4782 sources."jwt-decode-3.1.2" 4783 + (sources."knex-2.4.0" // { 4784 dependencies = [ 4785 + sources."commander-9.5.0" 4786 sources."resolve-from-5.0.0" 4787 ]; 4788 }) ··· 4797 sources."lodash._stringtopath-4.8.0" 4798 sources."lodash.camelcase-4.3.0" 4799 sources."lodash.get-4.4.2" 4800 sources."lodash.uniqby-4.5.0" 4801 sources."long-4.0.0" 4802 sources."make-dir-3.1.0" 4803 sources."media-typer-0.3.0" 4804 sources."merge-descriptors-1.0.1" ··· 4808 sources."mime-types-2.1.35" 4809 sources."minimatch-3.1.2" 4810 sources."minimist-1.2.7" 4811 + (sources."minipass-4.0.0" // { 4812 + dependencies = [ 4813 + sources."yallist-4.0.0" 4814 + ]; 4815 + }) 4816 + (sources."minizlib-2.1.2" // { 4817 + dependencies = [ 4818 + sources."minipass-3.3.6" 4819 + sources."yallist-4.0.0" 4820 + ]; 4821 + }) 4822 sources."mkdirp-1.0.4" 4823 (sources."mqtt-4.3.7" // { 4824 dependencies = [ 4825 + sources."lru-cache-6.0.0" 4826 sources."mqtt-packet-6.10.0" 4827 + sources."yallist-4.0.0" 4828 ]; 4829 }) 4830 sources."ms-2.1.3" ··· 4833 sources."commander-9.4.1" 4834 ]; 4835 }) 4836 + (sources."mysql2-2.3.3" // { 4837 + dependencies = [ 4838 + sources."lru-cache-6.0.0" 4839 + sources."yallist-4.0.0" 4840 + ]; 4841 + }) 4842 (sources."named-placeholders-1.1.2" // { 4843 dependencies = [ 4844 sources."lru-cache-4.1.5" ··· 4865 sources."are-we-there-yet-1.1.7" 4866 sources."gauge-2.7.4" 4867 sources."is-fullwidth-code-point-1.0.0" 4868 + sources."lru-cache-6.0.0" 4869 sources."npmlog-4.1.2" 4870 sources."readable-stream-2.3.7" 4871 sources."semver-7.3.8" 4872 sources."string-width-1.0.2" 4873 sources."string_decoder-1.1.1" 4874 sources."strip-ansi-3.0.1" 4875 + sources."yallist-4.0.0" 4876 ]; 4877 }) 4878 sources."node-radius-client-1.0.0" ··· 4940 sources."psl-1.9.0" 4941 sources."pump-3.0.0" 4942 sources."punycode-2.1.1" 4943 + sources."q-1.5.1" 4944 sources."qs-6.5.3" 4945 sources."radius-1.1.4" 4946 sources."range-parser-1.2.1" ··· 4951 ]; 4952 }) 4953 sources."readable-stream-3.6.0" 4954 + sources."rechoir-0.8.0" 4955 + (sources."redbean-node-0.2.0" // { 4956 dependencies = [ 4957 + sources."@types/node-14.18.36" 4958 ]; 4959 }) 4960 sources."regenerator-runtime-0.13.11" ··· 5016 }) 5017 sources."strip-ansi-6.0.1" 5018 sources."supports-preserve-symlinks-flag-1.0.0" 5019 + (sources."tar-6.1.13" // { 5020 + dependencies = [ 5021 + sources."yallist-4.0.0" 5022 + ]; 5023 + }) 5024 sources."tarn-3.0.2" 5025 sources."tcp-ping-0.1.1" 5026 sources."tdigest-0.1.2" ··· 5042 sources."type-is-1.6.18" 5043 sources."typedarray-0.0.6" 5044 sources."unbox-primitive-1.0.2" 5045 + sources."underscore-1.13.6" 5046 sources."unpipe-1.0.0" 5047 sources."uri-js-4.4.1" 5048 sources."util-deprecate-1.0.2" ··· 5065 sources."xmlhttprequest-ssl-2.0.0" 5066 sources."xtend-4.0.2" 5067 sources."y18n-5.0.8" 5068 sources."yargs-16.2.0" 5069 sources."yargs-parser-20.2.9" 5070 sources."yup-0.32.9"
+7 -4
pkgs/servers/monitoring/uptime-kuma/package.json
··· 1 { 2 "name": "uptime-kuma", 3 - "version": "1.19.2", 4 "license": "MIT", 5 "repository": { 6 "type": "git", ··· 31 "build-docker": "npm run build && npm run build-docker-debian && npm run build-docker-alpine", 32 "build-docker-alpine-base": "docker buildx build -f docker/alpine-base.dockerfile --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:base-alpine . --push", 33 "build-docker-debian-base": "docker buildx build -f docker/debian-base.dockerfile --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:base-debian . --push", 34 "build-docker-alpine": "node ./extra/env2arg.js docker buildx build -f docker/dockerfile-alpine --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:alpine -t louislam/uptime-kuma:1-alpine -t louislam/uptime-kuma:$VERSION-alpine --target release . --push", 35 "build-docker-debian": "node ./extra/env2arg.js docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma -t louislam/uptime-kuma:1 -t louislam/uptime-kuma:$VERSION -t louislam/uptime-kuma:debian -t louislam/uptime-kuma:1-debian -t louislam/uptime-kuma:$VERSION-debian --target release . --push", 36 "build-docker-nightly": "npm run build && docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:nightly --target nightly . --push", ··· 38 "build-docker-nightly-amd64": "docker buildx build -f docker/dockerfile --platform linux/amd64 -t louislam/uptime-kuma:nightly-amd64 --target nightly . --push --progress plain", 39 "build-docker-pr-test": "docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64 -t louislam/uptime-kuma:pr-test --target pr-test . --push", 40 "upload-artifacts": "docker buildx build -f docker/dockerfile --platform linux/amd64 -t louislam/uptime-kuma:upload-artifact --build-arg VERSION --build-arg GITHUB_TOKEN --target upload-artifact . --progress plain", 41 - "setup": "git checkout 1.19.2 && npm ci --production && npm run download-dist", 42 "download-dist": "node extra/download-dist.js", 43 "mark-as-nightly": "node extra/mark-as-nightly.js", 44 "reset-password": "node extra/reset-password.js", ··· 60 "start-pr-test": "node extra/checkout-pr.js && npm install && npm run dev", 61 "cy:test": "node test/prepare-test-server.js && node server/server.js --port=3002 --data-dir=./data/test/ --e2e", 62 "cy:run": "npx cypress run --browser chrome --headless --config-file ./config/cypress.config.js", 63 "cypress-open": "concurrently -k -r \"node test/prepare-test-server.js && node server/server.js --port=3002 --data-dir=./data/test/\" \"cypress open --config-file ./config/cypress.config.js\"", 64 "build-healthcheck-armv7": "cross-env GOOS=linux GOARCH=arm GOARM=7 go build -x -o ./extra/healthcheck-armv7 ./extra/healthcheck.go" 65 }, 66 "dependencies": { 67 "@grpc/grpc-js": "~1.7.3", 68 "@louislam/sqlite3": "15.1.2", 69 "args-parser": "~1.3.0", 70 "axios": "~0.27.0", ··· 90 "https-proxy-agent": "~5.0.1", 91 "iconv-lite": "~0.6.3", 92 "jsesc": "~3.0.2", 93 - "jsonwebtoken": "~8.5.1", 94 "jwt-decode": "~3.1.2", 95 "limiter": "~2.1.0", 96 "mqtt": "~4.3.7", ··· 106 "prom-client": "~13.2.0", 107 "prometheus-api-metrics": "~3.2.1", 108 "protobufjs": "~7.1.1", 109 - "redbean-node": "0.1.4", 110 "socket.io": "~4.5.3", 111 "socket.io-client": "~4.5.3", 112 "socks-proxy-agent": "6.1.1",
··· 1 { 2 "name": "uptime-kuma", 3 + "version": "1.19.6", 4 "license": "MIT", 5 "repository": { 6 "type": "git", ··· 31 "build-docker": "npm run build && npm run build-docker-debian && npm run build-docker-alpine", 32 "build-docker-alpine-base": "docker buildx build -f docker/alpine-base.dockerfile --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:base-alpine . --push", 33 "build-docker-debian-base": "docker buildx build -f docker/debian-base.dockerfile --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:base-debian . --push", 34 + "build-docker-builder-go": "docker buildx build -f docker/builder-go.dockerfile --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:builder-go . --push", 35 "build-docker-alpine": "node ./extra/env2arg.js docker buildx build -f docker/dockerfile-alpine --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:alpine -t louislam/uptime-kuma:1-alpine -t louislam/uptime-kuma:$VERSION-alpine --target release . --push", 36 "build-docker-debian": "node ./extra/env2arg.js docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma -t louislam/uptime-kuma:1 -t louislam/uptime-kuma:$VERSION -t louislam/uptime-kuma:debian -t louislam/uptime-kuma:1-debian -t louislam/uptime-kuma:$VERSION-debian --target release . --push", 37 "build-docker-nightly": "npm run build && docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma:nightly --target nightly . --push", ··· 39 "build-docker-nightly-amd64": "docker buildx build -f docker/dockerfile --platform linux/amd64 -t louislam/uptime-kuma:nightly-amd64 --target nightly . --push --progress plain", 40 "build-docker-pr-test": "docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64 -t louislam/uptime-kuma:pr-test --target pr-test . --push", 41 "upload-artifacts": "docker buildx build -f docker/dockerfile --platform linux/amd64 -t louislam/uptime-kuma:upload-artifact --build-arg VERSION --build-arg GITHUB_TOKEN --target upload-artifact . --progress plain", 42 + "setup": "git checkout 1.19.6 && npm ci --production && npm run download-dist", 43 "download-dist": "node extra/download-dist.js", 44 "mark-as-nightly": "node extra/mark-as-nightly.js", 45 "reset-password": "node extra/reset-password.js", ··· 61 "start-pr-test": "node extra/checkout-pr.js && npm install && npm run dev", 62 "cy:test": "node test/prepare-test-server.js && node server/server.js --port=3002 --data-dir=./data/test/ --e2e", 63 "cy:run": "npx cypress run --browser chrome --headless --config-file ./config/cypress.config.js", 64 + "cy:run:unit": "npx cypress run --browser chrome --headless --config-file ./config/cypress.frontend.config.js", 65 "cypress-open": "concurrently -k -r \"node test/prepare-test-server.js && node server/server.js --port=3002 --data-dir=./data/test/\" \"cypress open --config-file ./config/cypress.config.js\"", 66 "build-healthcheck-armv7": "cross-env GOOS=linux GOARCH=arm GOARM=7 go build -x -o ./extra/healthcheck-armv7 ./extra/healthcheck.go" 67 }, 68 "dependencies": { 69 "@grpc/grpc-js": "~1.7.3", 70 + "@louislam/ping": "~0.4.2-mod.1", 71 "@louislam/sqlite3": "15.1.2", 72 "args-parser": "~1.3.0", 73 "axios": "~0.27.0", ··· 93 "https-proxy-agent": "~5.0.1", 94 "iconv-lite": "~0.6.3", 95 "jsesc": "~3.0.2", 96 + "jsonwebtoken": "~9.0.0", 97 "jwt-decode": "~3.1.2", 98 "limiter": "~2.1.0", 99 "mqtt": "~4.3.7", ··· 109 "prom-client": "~13.2.0", 110 "prometheus-api-metrics": "~3.2.1", 111 "protobufjs": "~7.1.1", 112 + "redbean-node": "~0.2.0", 113 "socket.io": "~4.5.3", 114 "socket.io-client": "~4.5.3", 115 "socks-proxy-agent": "6.1.1",