From d69e6ef4af48eac0078fcb36dc3e3e4b4444cb4d Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 13 Aug 2026 00:25:32 -0500 Subject: [PATCH] chore: update dependencies to latest versions including aiohttp and cryptography --- .github/workflows/android-apk-tag.yml | 12 +- .github/workflows/android-build.yml | 12 +- .github/workflows/android-emulator-smoke.yml | 4 +- android/app/build.gradle | 8 +- .../chaquopy-recipes/aiohttp-3.14/meta.yaml | 2 +- .../patches/maturin_min_version.patch | 11 - .../meta.yaml | 2 +- .../patches/openssl_no_legacy.patch | 0 .../patches/pyo3_no_interpreter.patch | 8 +- meshchatx.rsm | Bin 188784 -> 188643 bytes .../src/backend/data/THIRD_PARTY_NOTICES.txt | 25 +- .../src/backend/data/licenses_backend.json | 456 +- .../src/backend/data/licenses_frontend.json | 7410 ++++++++--------- pnpm-lock.yaml | 137 +- pnpm-workspace.yaml | 15 +- pyproject.toml | 9 +- requirements.txt | 304 +- uv.lock | 311 +- 18 files changed, 4338 insertions(+), 4388 deletions(-) delete mode 100644 android/chaquopy-recipes/cryptography-49/patches/maturin_min_version.patch rename android/chaquopy-recipes/{cryptography-49 => cryptography-50}/meta.yaml (82%) rename android/chaquopy-recipes/{cryptography-49 => cryptography-50}/patches/openssl_no_legacy.patch (100%) rename android/chaquopy-recipes/{cryptography-49 => cryptography-50}/patches/pyo3_no_interpreter.patch (54%) diff --git a/.github/workflows/android-apk-tag.yml b/.github/workflows/android-apk-tag.yml index 9227b852..a7cf6000 100644 --- a/.github/workflows/android-apk-tag.yml +++ b/.github/workflows/android-apk-tag.yml @@ -165,12 +165,12 @@ jobs: "cbor2-5.6.5-*-cp311-cp311-android_24_arm64_v8a.whl" "cbor2-5.6.5-*-cp311-cp311-android_24_x86_64.whl" "cbor2-5.6.5-*-cp311-cp311-android_24_armeabi_v7a.whl" - "aiohttp-3.14.1-*-cp311-cp311-android_24_arm64_v8a.whl" - "aiohttp-3.14.1-*-cp311-cp311-android_24_x86_64.whl" - "aiohttp-3.14.1-*-cp311-cp311-android_24_armeabi_v7a.whl" - "cryptography-49.0.0-*-cp311-cp311-android_24_arm64_v8a.whl" - "cryptography-49.0.0-*-cp311-cp311-android_24_x86_64.whl" - "cryptography-49.0.0-*-cp311-cp311-android_24_armeabi_v7a.whl" + "aiohttp-3.14.3-*-cp311-cp311-android_24_arm64_v8a.whl" + "aiohttp-3.14.3-*-cp311-cp311-android_24_x86_64.whl" + "aiohttp-3.14.3-*-cp311-cp311-android_24_armeabi_v7a.whl" + "cryptography-50.0.0-*-cp311-cp311-android_24_arm64_v8a.whl" + "cryptography-50.0.0-*-cp311-cp311-android_24_x86_64.whl" + "cryptography-50.0.0-*-cp311-cp311-android_24_armeabi_v7a.whl" "miniaudio-1.70-*-cp311-cp311-android_24_arm64_v8a.whl" "miniaudio-1.70-*-cp311-cp311-android_24_x86_64.whl" "miniaudio-1.70-*-cp311-cp311-android_24_armeabi_v7a.whl" diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index e4d2fdf7..93b90a0b 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -192,12 +192,12 @@ jobs: "cbor2-5.6.5-*-cp311-cp311-android_24_arm64_v8a.whl" "cbor2-5.6.5-*-cp311-cp311-android_24_x86_64.whl" "cbor2-5.6.5-*-cp311-cp311-android_24_armeabi_v7a.whl" - "aiohttp-3.14.1-*-cp311-cp311-android_24_arm64_v8a.whl" - "aiohttp-3.14.1-*-cp311-cp311-android_24_x86_64.whl" - "aiohttp-3.14.1-*-cp311-cp311-android_24_armeabi_v7a.whl" - "cryptography-49.0.0-*-cp311-cp311-android_24_arm64_v8a.whl" - "cryptography-49.0.0-*-cp311-cp311-android_24_x86_64.whl" - "cryptography-49.0.0-*-cp311-cp311-android_24_armeabi_v7a.whl" + "aiohttp-3.14.3-*-cp311-cp311-android_24_arm64_v8a.whl" + "aiohttp-3.14.3-*-cp311-cp311-android_24_x86_64.whl" + "aiohttp-3.14.3-*-cp311-cp311-android_24_armeabi_v7a.whl" + "cryptography-50.0.0-*-cp311-cp311-android_24_arm64_v8a.whl" + "cryptography-50.0.0-*-cp311-cp311-android_24_x86_64.whl" + "cryptography-50.0.0-*-cp311-cp311-android_24_armeabi_v7a.whl" "miniaudio-1.70-*-cp311-cp311-android_24_arm64_v8a.whl" "miniaudio-1.70-*-cp311-cp311-android_24_x86_64.whl" "miniaudio-1.70-*-cp311-cp311-android_24_armeabi_v7a.whl" diff --git a/.github/workflows/android-emulator-smoke.yml b/.github/workflows/android-emulator-smoke.yml index 1f022c98..6f45c390 100644 --- a/.github/workflows/android-emulator-smoke.yml +++ b/.github/workflows/android-emulator-smoke.yml @@ -145,8 +145,8 @@ jobs: set -euo pipefail required=( "cbor2-5.6.5-*-cp311-cp311-android_24_x86_64.whl" - "aiohttp-3.14.1-*-cp311-cp311-android_24_x86_64.whl" - "cryptography-49.0.0-*-cp311-cp311-android_24_x86_64.whl" + "aiohttp-3.14.3-*-cp311-cp311-android_24_x86_64.whl" + "cryptography-50.0.0-*-cp311-cp311-android_24_x86_64.whl" "miniaudio-1.70-*-cp311-cp311-android_24_x86_64.whl" "pycodec2-*-cp311-cp311-android_24_x86_64.whl" "chaquopy_libcodec2-*-android_24_x86_64.whl" diff --git a/android/app/build.gradle b/android/app/build.gradle index a9538231..01020612 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -125,9 +125,9 @@ tasks.register("syncCodec2JniLibs", Exec) { tasks.register("verifyVendorWheels") { doLast { def vendorPackages = [ - "aiohttp": "3.14.1", + "aiohttp": "3.14.3", "cbor2": "5.6.5", - "cryptography": "49.0.0", + "cryptography": "50.0.0", ] def purePythonVendorPrefixes = [ "httpx-0.28.1-", @@ -349,7 +349,7 @@ chaquopy { } options "--find-links", vendorWheelDir.absolutePath install "packaging>=23" - install "aiohttp==3.14.1" + install "aiohttp==3.14.3" if (!rnsPatchedWheel.exists()) { throw new org.gradle.api.GradleException("Missing patched RNS wheel at ${rnsPatchedWheel}") } @@ -375,7 +375,7 @@ chaquopy { install "websockets>=16.0" install "bcrypt==3.1.7" install "aiohttp-session>=2.12.1,<3.0.0" - install "cryptography==49.0.0" + install "cryptography==50.0.0" install "pycparser>=3.0" install "pyserial>=3.5" install "usbserial4a==0.4.0" diff --git a/android/chaquopy-recipes/aiohttp-3.14/meta.yaml b/android/chaquopy-recipes/aiohttp-3.14/meta.yaml index 9216ffb8..2935cf12 100644 --- a/android/chaquopy-recipes/aiohttp-3.14/meta.yaml +++ b/android/chaquopy-recipes/aiohttp-3.14/meta.yaml @@ -1,3 +1,3 @@ package: name: aiohttp - version: "3.14.1" + version: "3.14.3" diff --git a/android/chaquopy-recipes/cryptography-49/patches/maturin_min_version.patch b/android/chaquopy-recipes/cryptography-49/patches/maturin_min_version.patch deleted file mode 100644 index 728f9683..00000000 --- a/android/chaquopy-recipes/cryptography-49/patches/maturin_min_version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src-original/pyproject.toml -+++ src/pyproject.toml -@@ -4,7 +4,7 @@ - # These requirements must be kept sync with the requirements in - # ./.github/requirements/build-requirements.{in,txt} - requires = [ -- "maturin>=1.9.4,<2,!=1.12.0", -+ "maturin>=1.13.2,<2,!=1.12.0", - - # Must be kept in sync with `project.dependencies` - "cffi>=2.0.0; platform_python_implementation != 'PyPy'", diff --git a/android/chaquopy-recipes/cryptography-49/meta.yaml b/android/chaquopy-recipes/cryptography-50/meta.yaml similarity index 82% rename from android/chaquopy-recipes/cryptography-49/meta.yaml rename to android/chaquopy-recipes/cryptography-50/meta.yaml index 1d661422..48c2f95a 100644 --- a/android/chaquopy-recipes/cryptography-49/meta.yaml +++ b/android/chaquopy-recipes/cryptography-50/meta.yaml @@ -1,6 +1,6 @@ package: name: cryptography - version: "49.0.0" + version: "50.0.0" requirements: build: diff --git a/android/chaquopy-recipes/cryptography-49/patches/openssl_no_legacy.patch b/android/chaquopy-recipes/cryptography-50/patches/openssl_no_legacy.patch similarity index 100% rename from android/chaquopy-recipes/cryptography-49/patches/openssl_no_legacy.patch rename to android/chaquopy-recipes/cryptography-50/patches/openssl_no_legacy.patch diff --git a/android/chaquopy-recipes/cryptography-49/patches/pyo3_no_interpreter.patch b/android/chaquopy-recipes/cryptography-50/patches/pyo3_no_interpreter.patch similarity index 54% rename from android/chaquopy-recipes/cryptography-49/patches/pyo3_no_interpreter.patch rename to android/chaquopy-recipes/cryptography-50/patches/pyo3_no_interpreter.patch index 2deaf0ad..a2de01d8 100644 --- a/android/chaquopy-recipes/cryptography-49/patches/pyo3_no_interpreter.patch +++ b/android/chaquopy-recipes/cryptography-50/patches/pyo3_no_interpreter.patch @@ -1,14 +1,14 @@ --- src-original/Cargo.toml +++ src/Cargo.toml @@ -29,7 +29,10 @@ + foreign-types = "0.3" foreign-types-shared = "0.1" openssl = "0.10.80" openssl-sys = "0.9.116" - pem = { version = "3", default-features = false } --pyo3 = { version = "0.29", features = ["abi3"] } + pem = { version = "4", default-features = false } +-pyo3 = { version = "0.29", features = ["abi3", "abi3t"] } + +# Chaquopy: add abi3-py310 for Android cp311 wheels. -+pyo3 = { version = "0.29", features = ["abi3", "abi3-py310"] } ++pyo3 = { version = "0.29", features = ["abi3", "abi3t", "abi3-py310"] } + pyo3-build-config = { version = "0.29" } - self_cell = "1" diff --git a/meshchatx.rsm b/meshchatx.rsm index aa6ed9de028b39d781e8e4f99e51d343b1df966f..cd46ba35882f91fd32927dbd23cfd8e74d8a2e13 100644 GIT binary patch delta 1265 zcmW-hO^B9N6vvrq3L7(=ATx6Did2Kqbnf@PwD1KjBU%Vjh_mUObI%Ez?=d4IvX6y9 zi?G)k+7-BHSxhh$f%F9ix=bR1kmzHh1cIxg&bWEt;Xe0&&iVg;=lT1at-pP}b-3lv zM~_TQo%{B{%PVi~UOn{e2e&QOjTySI?SU)X=a;Uo?0D$Mwf85cF8;S|ZuZ*r_rHXv z_kZ@qGkd?hapU6a2m9q)&J1@B4*%dUoH+8w!lm-|;PA)qytr}xjejoxes1oQ*DhVZ z_W65P&b)Md{MQ?wUcG+zum@?36pE7=)FtpyDt9HNn58JE#NBsS)gHNq2Br7tJxi9} zm`8(qriVFJCg@yybau@p?`o#lTk^d%kAbr{(bTFFNi9=yUW>_j*5*J=WY?2);@Etj zIk_-DiO3k$5&6#6Q&Fh}v6oPNpje<60K^OkPJAy-u%=v^JruJ#w<)(ix%0cpp-}cI zvfb?w6L99%ddV$0*P_=NW9-%CNG^*<*Ii)Yj4jkAT>`A%x##>~h{1zOqXNEE0V@%d11`VJs`_ZAt?^~Zf@YmQ-G`LhFla$y}OA?5)5M-$t ztpS_IQ*@xHiJBA~AHBM3ePa3a*gk;_k_#JD)|9#s%-kA7 zKv2#NRoS~<1tbE8;F~ExYY<|qKGA69!+YOdzI8Oadizs^JSU5N=K14Gi<7n9lL*U3Is8vXq?*j z3ZawhRI{2%L2H26!451JL>0%zPceX8m#ED<)WKkRae3k4`6Zsana(7MR$C+r7(2)2 z*xOFkMAhQWRGo{#9D`;G7TaCfxX)FEEpzN40j^Dr#&!%zx-Aoj84Jk88!=vccO0Oy5mv2sTYGLawmvjPn*tmA*uXc3k+}!7SS^&)!GLs_tOEga zfi$JsijiS|1StjR^wG0p8%NKM|Ga;n+HSH-siRafJ_VyUZ&Qv!Y8JCC9N30yik?wS UG~`qy*}M?6Zyf(={NFAA1JJXCS^xk5 delta 1402 zcmXw3U5Hmj6lYh1SjhsB41M_LD*EC&b7tnuOpyK~S4-=mhdy2+&zw1f+kU#crc$(o z!9vl4T_Sq$#i%zQYzr|G$qa%}3WCU|1tAKI0)-$5I=d#^%Y{4l{?7S*oOAQ*b$?x1 z*Wda0+I@#!I{f^%pH5v|JahTn@3Wu1{`to98-{=RWXI??FFv#U^49yl+kW7&cQ)Kw z|K%I@r_r-_eq20w$*)<{|NG>*uO2+z-_-j-Ztr^G#K%{*eX;e(*-QWM+1Xp&#rcJg zZod1$p6}ngbM^FzxxwXA=l{69v2TQ#YeJ4tt(w}n<9E*`uOsfvOc*n2`w=}fr z>QKKGw1Fr!!CFZQdh~({6SCx5!Bcio+w@*alu(RwT+wAom`t&8Y5nl!-d=!;V7;X% z5d@RfhKiI_YGfxSW?=G;jCR|K0V@^QxKfSk0hzidp5C&wbKh?ReMinA5c`mP#1^c| zVW4Iug>15K6slov*s2YxSR$weQn21=2Pt>YJ+--8-v7X}KJT8Cc^WxMDwndhHhWt* zai%2NPc)W7QBMOJA>e3S44x9`N39tmqw+K6h?VL+)NP77L-Tw@=5|lg{IS`wsaGcT zeobcQ#-^u6R?oV(_m2(w-2J)#(SCL4^$MhPNXdiB%hl8dC3p@NGy!d;a3Nco73C|M z8w6&L+4y^fSMVMh9bP(fU}49eXnlZcnz1PrOP~ff&??Xf5y9zk4pvnQhN@)_b9`q2y5j}C0_EtD#zNh!|z%HT1jq~HRHm3>Q%l$}Y&xEdfC z!YqJj9ac8gAXBe5Gc_~0Yhs$m?`DD+HLBjD=0PLQf;ygwW0WSNA-x| zm^4HyQ>n{nvqf0hq1+!AV6pfY7+3m KuRjm|d;fnN{IVPX diff --git a/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt b/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt index 008b34cd..de332a65 100644 --- a/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt +++ b/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt @@ -1,5 +1,5 @@ Reticulum MeshChatX - Third-party notices -Generated at: 2026-07-27T11:14:33.171764Z +Generated at: 2026-08-13T05:23:39.929319Z Frontend source: pnpm Python dependencies @@ -7,7 +7,7 @@ Python dependencies aiohappyeyeballs 2.6.1 License: PSF-2.0 Author: J. Nick Koston -aiohttp 3.14.1 +aiohttp 3.14.3 License: Apache-2.0 AND MIT Author: - aiohttp-session 2.12.1 @@ -43,7 +43,7 @@ certifi 2026.7.22 cffi 2.0.0 License: MIT Author: Armin Rigo, Maciej Fijalkowski -cryptography 49.0.0 +cryptography 50.0.0 License: Apache-2.0 OR BSD-3-Clause Author: The Python Cryptographic Authority and individual contributors dbus-fast 5.0.22 @@ -610,7 +610,7 @@ boolbase 1.0.0 boolean 3.0.1 License: MIT Author: - -brace-expansion 1.1.12 +brace-expansion 1.1.17 License: MIT Author: - buffer-from 1.0.0 @@ -937,7 +937,7 @@ fast-json-stable-stringify 2.1.0 fast-levenshtein 2.0.6 License: MIT Author: Ramesh Nair -fast-uri 4.1.1 +fast-uri 4.1.2 License: BSD-3-Clause Author: Vincent Le Goff fd-package-json 2.0.0 @@ -1099,7 +1099,7 @@ inline-process-browser 1.0.0 invert-kv 2.0.0 License: MIT Author: Sindre Sorhus -ip-address 9.0.5 +ip-address 10.5.0 License: MIT Author: Beau Gunderson is-blob 2.1.0 @@ -1168,12 +1168,9 @@ js-beautify 1.14.9 js-tokens 10.0.0 License: MIT Author: Simon Lydell -js-yaml 4.2.0 +js-yaml 5.2.3 License: MIT Author: Vladimir Zapparov -jsbn 1.1.0 - License: MIT - Author: Tom Wu jsdom 29.1.1 License: MIT Author: - @@ -1342,7 +1339,7 @@ ms 2.0.0 muggle-string 0.4.1 License: MIT Author: - -nanoid 3.3.12 +nanoid 3.3.18 License: MIT Author: Andrey Sitnik natural-compare 1.4.0 @@ -1495,7 +1492,7 @@ plist 3.0.5 pngjs 5.0.0 License: MIT Author: - -postcss 8.5.19 +postcss 8.5.26 License: MIT Author: Andrey Sitnik postcss-selector-parser 7.1.4 @@ -1687,7 +1684,7 @@ source-map 0.6.0 source-map 0.3.0 License: BSD Author: Nick Fitzgerald -source-map-js 1.0.2 +source-map-js 1.2.1 License: BSD-3-Clause Author: Valentin 7rulnik Semirulnik source-map-support 0.5.19 @@ -1816,7 +1813,7 @@ typescript 6.0.3 unbash 4.0.3 License: ISC Author: Lars Kappert -undici 7.28.0 +undici 7.29.0 License: MIT Author: - undici-types 7.16.0 diff --git a/meshchatx/src/backend/data/licenses_backend.json b/meshchatx/src/backend/data/licenses_backend.json index 02643cf2..6744bfe7 100644 --- a/meshchatx/src/backend/data/licenses_backend.json +++ b/meshchatx/src/backend/data/licenses_backend.json @@ -1,230 +1,230 @@ [ - { - "name": "aiohappyeyeballs", - "version": "2.6.1", - "author": "J. Nick Koston", - "license": "PSF-2.0" - }, - { - "name": "aiohttp", - "version": "3.14.1", - "author": "-", - "license": "Apache-2.0 AND MIT" - }, - { - "name": "aiohttp-session", - "version": "2.12.1", - "author": "Andrew Svetlov", - "license": "Apache 2" - }, - { - "name": "aiosignal", - "version": "1.4.0", - "author": "aiohttp team ", - "license": "Apache 2.0" - }, - { - "name": "altcha", - "version": "2.0.2", - "author": "Daniel Regeci", - "license": "OSI Approved :: MIT License" - }, - { - "name": "anyio", - "version": "4.14.2", - "author": "Alex Grönholm ", - "license": "MIT" - }, - { - "name": "attrs", - "version": "26.1.0", - "author": "Hynek Schlawack ", - "license": "MIT" - }, - { - "name": "audioop-lts", - "version": "0.2.2", - "author": "-", - "license": "PSF-2.0" - }, - { - "name": "bcrypt", - "version": "5.0.0", - "author": "The Python Cryptographic Authority developers ", - "license": "Apache-2.0" - }, - { - "name": "bleak", - "version": "3.0.2", - "author": "Henrik Blidh", - "license": "MIT" - }, - { - "name": "cbor2", - "version": "6.1.1", - "author": "Alex Grönholm ", - "license": "MIT" - }, - { - "name": "certifi", - "version": "2026.7.22", - "author": "Kenneth Reitz", - "license": "MPL-2.0" - }, - { - "name": "cffi", - "version": "2.0.0", - "author": "Armin Rigo, Maciej Fijalkowski", - "license": "MIT" - }, - { - "name": "cryptography", - "version": "49.0.0", - "author": "The Python Cryptographic Authority and individual contributors ", - "license": "Apache-2.0 OR BSD-3-Clause" - }, - { - "name": "dbus-fast", - "version": "5.0.22", - "author": "Bluetooth Devices Authors", - "license": "MIT" - }, - { - "name": "frozenlist", - "version": "1.8.0", - "author": "aiohttp team ", - "license": "Apache-2.0" - }, - { - "name": "h11", - "version": "0.16.0", - "author": "Nathaniel J. Smith", - "license": "MIT" - }, - { - "name": "httpcore", - "version": "1.0.9", - "author": "Tom Christie ", - "license": "BSD-3-Clause" - }, - { - "name": "httpx", - "version": "0.28.1", - "author": "Tom Christie ", - "license": "BSD-3-Clause" - }, - { - "name": "idna", - "version": "3.18", - "author": "Kim Davies ", - "license": "BSD-3-Clause" - }, - { - "name": "lxmf", - "version": "1.1.0", - "author": "Mark Qvist", - "license": "Reticulum License" - }, - { - "name": "lxmfy", - "version": "2.0.1", - "author": "Quad4 ", - "license": "BSD-0-Clause" - }, - { - "name": "lxst", - "version": "0.5.1", - "author": "Mark Qvist", - "license": "Other/Proprietary License" - }, - { - "name": "miniaudio", - "version": "1.71", - "author": "Irmen de Jong ", - "license": "MIT" - }, - { - "name": "multidict", - "version": "6.7.1", - "author": "Andrew Svetlov", - "license": "Apache License 2.0" - }, - { - "name": "numpy", - "version": "2.4.6", - "author": "Travis E. Oliphant et al.", - "license": "BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0" - }, - { - "name": "ply", - "version": "3.11", - "author": "David Beazley", - "license": "BSD" - }, - { - "name": "propcache", - "version": "0.4.1", - "author": "Andrew Svetlov", - "license": "Apache-2.0" - }, - { - "name": "psutil", - "version": "7.2.2", - "author": "Giampaolo Rodola", - "license": "BSD-3-Clause" - }, - { - "name": "pycodec2", - "version": "4.1.1", - "author": "Grzegorz Milka", - "license": "OSI Approved :: BSD License" - }, - { - "name": "pycparser", - "version": "3.0", - "author": "Eli Bendersky ", - "license": "BSD-3-Clause" - }, - { - "name": "pyserial", - "version": "3.5", - "author": "Chris Liechti", - "license": "BSD" - }, - { - "name": "reticulum-meshchatx", - "version": "4.8.2", - "author": "Quad4", - "license": "0BSD AND MIT" - }, - { - "name": "rns", - "version": "1.4.2", - "author": "Mark Qvist", - "license": "Reticulum License" - }, - { - "name": "rns-filesync", - "version": "1.0.0", - "author": "-", - "license": "BSD-2-Clause" - }, - { - "name": "wasmtime", - "version": "46.0.1", - "author": "The Wasmtime Project Developers ", - "license": "Apache-2.0 WITH LLVM-exception" - }, - { - "name": "websockets", - "version": "16.0", - "author": "Aymeric Augustin ", - "license": "BSD-3-Clause" - }, - { - "name": "yarl", - "version": "1.23.0", - "author": "Andrew Svetlov", - "license": "Apache-2.0" - } + { + "name": "aiohappyeyeballs", + "version": "2.6.1", + "author": "J. Nick Koston", + "license": "PSF-2.0" + }, + { + "name": "aiohttp", + "version": "3.14.3", + "author": "-", + "license": "Apache-2.0 AND MIT" + }, + { + "name": "aiohttp-session", + "version": "2.12.1", + "author": "Andrew Svetlov", + "license": "Apache 2" + }, + { + "name": "aiosignal", + "version": "1.4.0", + "author": "aiohttp team ", + "license": "Apache 2.0" + }, + { + "name": "altcha", + "version": "2.0.2", + "author": "Daniel Regeci", + "license": "OSI Approved :: MIT License" + }, + { + "name": "anyio", + "version": "4.14.2", + "author": "Alex Grönholm ", + "license": "MIT" + }, + { + "name": "attrs", + "version": "26.1.0", + "author": "Hynek Schlawack ", + "license": "MIT" + }, + { + "name": "audioop-lts", + "version": "0.2.2", + "author": "-", + "license": "PSF-2.0" + }, + { + "name": "bcrypt", + "version": "5.0.0", + "author": "The Python Cryptographic Authority developers ", + "license": "Apache-2.0" + }, + { + "name": "bleak", + "version": "3.0.2", + "author": "Henrik Blidh", + "license": "MIT" + }, + { + "name": "cbor2", + "version": "6.1.1", + "author": "Alex Grönholm ", + "license": "MIT" + }, + { + "name": "certifi", + "version": "2026.7.22", + "author": "Kenneth Reitz", + "license": "MPL-2.0" + }, + { + "name": "cffi", + "version": "2.0.0", + "author": "Armin Rigo, Maciej Fijalkowski", + "license": "MIT" + }, + { + "name": "cryptography", + "version": "50.0.0", + "author": "The Python Cryptographic Authority and individual contributors ", + "license": "Apache-2.0 OR BSD-3-Clause" + }, + { + "name": "dbus-fast", + "version": "5.0.22", + "author": "Bluetooth Devices Authors", + "license": "MIT" + }, + { + "name": "frozenlist", + "version": "1.8.0", + "author": "aiohttp team ", + "license": "Apache-2.0" + }, + { + "name": "h11", + "version": "0.16.0", + "author": "Nathaniel J. Smith", + "license": "MIT" + }, + { + "name": "httpcore", + "version": "1.0.9", + "author": "Tom Christie ", + "license": "BSD-3-Clause" + }, + { + "name": "httpx", + "version": "0.28.1", + "author": "Tom Christie ", + "license": "BSD-3-Clause" + }, + { + "name": "idna", + "version": "3.18", + "author": "Kim Davies ", + "license": "BSD-3-Clause" + }, + { + "name": "lxmf", + "version": "1.1.0", + "author": "Mark Qvist", + "license": "Reticulum License" + }, + { + "name": "lxmfy", + "version": "2.0.1", + "author": "Quad4 ", + "license": "BSD-0-Clause" + }, + { + "name": "lxst", + "version": "0.5.1", + "author": "Mark Qvist", + "license": "Other/Proprietary License" + }, + { + "name": "miniaudio", + "version": "1.71", + "author": "Irmen de Jong ", + "license": "MIT" + }, + { + "name": "multidict", + "version": "6.7.1", + "author": "Andrew Svetlov", + "license": "Apache License 2.0" + }, + { + "name": "numpy", + "version": "2.4.6", + "author": "Travis E. Oliphant et al.", + "license": "BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0" + }, + { + "name": "ply", + "version": "3.11", + "author": "David Beazley", + "license": "BSD" + }, + { + "name": "propcache", + "version": "0.4.1", + "author": "Andrew Svetlov", + "license": "Apache-2.0" + }, + { + "name": "psutil", + "version": "7.2.2", + "author": "Giampaolo Rodola", + "license": "BSD-3-Clause" + }, + { + "name": "pycodec2", + "version": "4.1.1", + "author": "Grzegorz Milka", + "license": "OSI Approved :: BSD License" + }, + { + "name": "pycparser", + "version": "3.0", + "author": "Eli Bendersky ", + "license": "BSD-3-Clause" + }, + { + "name": "pyserial", + "version": "3.5", + "author": "Chris Liechti", + "license": "BSD" + }, + { + "name": "reticulum-meshchatx", + "version": "4.8.2", + "author": "Quad4", + "license": "0BSD AND MIT" + }, + { + "name": "rns", + "version": "1.4.2", + "author": "Mark Qvist", + "license": "Reticulum License" + }, + { + "name": "rns-filesync", + "version": "1.0.0", + "author": "-", + "license": "BSD-2-Clause" + }, + { + "name": "wasmtime", + "version": "46.0.1", + "author": "The Wasmtime Project Developers ", + "license": "Apache-2.0 WITH LLVM-exception" + }, + { + "name": "websockets", + "version": "16.0", + "author": "Aymeric Augustin ", + "license": "BSD-3-Clause" + }, + { + "name": "yarl", + "version": "1.23.0", + "author": "Andrew Svetlov", + "license": "Apache-2.0" + } ] diff --git a/meshchatx/src/backend/data/licenses_frontend.json b/meshchatx/src/backend/data/licenses_frontend.json index 2614e00d..48416f0f 100644 --- a/meshchatx/src/backend/data/licenses_frontend.json +++ b/meshchatx/src/backend/data/licenses_frontend.json @@ -1,3710 +1,3704 @@ [ - { - "name": "@asamuzakjp/css-color", - "version": "5.1.11", - "author": "asamuzaK", - "license": "MIT" - }, - { - "name": "@asamuzakjp/dom-selector", - "version": "7.1.1", - "author": "asamuzaK", - "license": "MIT" - }, - { - "name": "@asamuzakjp/generational-cache", - "version": "1.0.1", - "author": "asamuzaK", - "license": "MIT" - }, - { - "name": "@asamuzakjp/nwsapi", - "version": "2.3.9", - "author": "Diego Perini", - "license": "MIT" - }, - { - "name": "@babel/helper-string-parser", - "version": "7.27.1", - "author": "The Babel Team", - "license": "MIT" - }, - { - "name": "@babel/helper-validator-identifier", - "version": "7.28.5", - "author": "The Babel Team", - "license": "MIT" - }, - { - "name": "@babel/parser", - "version": "7.29.0", - "author": "The Babel Team", - "license": "MIT" - }, - { - "name": "@babel/types", - "version": "7.29.0", - "author": "The Babel Team", - "license": "MIT" - }, - { - "name": "@bcoe/v8-coverage", - "version": "1.0.2", - "author": "Charles Samborski", - "license": "MIT" - }, - { - "name": "@bramus/specificity", - "version": "2.4.2", - "author": "Bramus Van Damme", - "license": "MIT" - }, - { - "name": "@csstools/color-helpers", - "version": "6.0.2", - "author": "-", - "license": "MIT-0" - }, - { - "name": "@csstools/css-calc", - "version": "3.2.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@csstools/css-color-parser", - "version": "4.1.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@csstools/css-parser-algorithms", - "version": "4.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@csstools/css-syntax-patches-for-csstree", - "version": "1.1.3", - "author": "-", - "license": "MIT-0" - }, - { - "name": "@csstools/css-tokenizer", - "version": "4.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@egjs/hammerjs", - "version": "2.0.17", - "author": "-", - "license": "MIT" - }, - { - "name": "@electron-internal/extract-zip", - "version": "1.0.1", - "author": "-", - "license": "BSD-2-Clause" - }, - { - "name": "@electron/asar", - "version": "3.4.1", - "author": "-", - "license": "MIT" - }, - { - "name": "@electron/fuses", - "version": "1.8.0", - "author": "Electron Community", - "license": "MIT" - }, - { - "name": "@electron/get", - "version": "3.1.0", - "author": "Samuel Attard", - "license": "MIT" - }, - { - "name": "@electron/notarize", - "version": "2.5.0", - "author": "Samuel Attard", - "license": "MIT" - }, - { - "name": "@electron/osx-sign", - "version": "1.3.3", - "author": "electron", - "license": "BSD-2-Clause" - }, - { - "name": "@electron/rebuild", - "version": "4.0.4", - "author": "-", - "license": "MIT" - }, - { - "name": "@electron/universal", - "version": "2.0.3", - "author": "Samuel Attard", - "license": "MIT" - }, - { - "name": "@electron/windows-sign", - "version": "1.1.2", - "author": "Felix Rieseberg", - "license": "BSD-2-Clause" - }, - { - "name": "@epic-web/invariant", - "version": "1.0.0", - "author": "Kent C. Dodds", - "license": "MIT" - }, - { - "name": "@eslint-community/eslint-utils", - "version": "4.8.0", - "author": "Toru Nagashima", - "license": "MIT" - }, - { - "name": "@eslint-community/regexpp", - "version": "4.12.2", - "author": "Toru Nagashima", - "license": "MIT" - }, - { - "name": "@eslint/config-array", - "version": "0.21.2", - "author": "Nicholas C. Zakas", - "license": "Apache-2.0" - }, - { - "name": "@eslint/config-helpers", - "version": "0.4.2", - "author": "-", - "license": "Apache-2.0" - }, - { - "name": "@eslint/core", - "version": "0.17.0", - "author": "Nicholas C. Zakas", - "license": "Apache-2.0" - }, - { - "name": "@eslint/eslintrc", - "version": "3.3.6", - "author": "Nicholas C. Zakas", - "license": "MIT" - }, - { - "name": "@eslint/js", - "version": "9.39.5", - "author": "-", - "license": "MIT" - }, - { - "name": "@eslint/object-schema", - "version": "2.1.7", - "author": "Nicholas C. Zakas", - "license": "Apache-2.0" - }, - { - "name": "@eslint/plugin-kit", - "version": "0.4.1", - "author": "Nicholas C. Zakas", - "license": "Apache-2.0" - }, - { - "name": "@exodus/bytes", - "version": "1.15.0", - "author": "Exodus Movement, Inc.", - "license": "MIT" - }, - { - "name": "@fontsource/noto-sans", - "version": "5.3.0", - "author": "Google Inc.", - "license": "OFL-1.1" - }, - { - "name": "@gar/promise-retry", - "version": "1.0.3", - "author": "-", - "license": "MIT" - }, - { - "name": "@humanfs/core", - "version": "0.19.2", - "author": "Nicholas C. Zakas", - "license": "Apache-2.0" - }, - { - "name": "@humanfs/node", - "version": "0.16.8", - "author": "Nicholas C. Zakas", - "license": "Apache-2.0" - }, - { - "name": "@humanfs/types", - "version": "0.15.0", - "author": "Nicholas C. Zakas", - "license": "Apache-2.0" - }, - { - "name": "@humanwhocodes/module-importer", - "version": "1.0.1", - "author": "Nicholas C. Zaks", - "license": "Apache-2.0" - }, - { - "name": "@humanwhocodes/retry", - "version": "0.4.3", - "author": "Nicholas C. Zaks", - "license": "Apache-2.0" - }, - { - "name": "@intlify/core-base", - "version": "11.4.7", - "author": "kazuya kawaguchi", - "license": "MIT" - }, - { - "name": "@intlify/devtools-types", - "version": "11.4.7", - "author": "kazuya kawaguchi", - "license": "MIT" - }, - { - "name": "@intlify/message-compiler", - "version": "11.4.7", - "author": "kazuya kawaguchi", - "license": "MIT" - }, - { - "name": "@intlify/shared", - "version": "11.4.7", - "author": "kazuya kawaguchi", - "license": "MIT" - }, - { - "name": "@isaacs/cliui", - "version": "8.0.2", - "author": "Ben Coe", - "license": "ISC" - }, - { - "name": "@isaacs/fs-minipass", - "version": "4.0.0", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "@jridgewell/gen-mapping", - "version": "0.3.0", - "author": "Justin Ridgewell", - "license": "MIT" - }, - { - "name": "@jridgewell/remapping", - "version": "2.3.5", - "author": "Justin Ridgewell", - "license": "MIT" - }, - { - "name": "@jridgewell/resolve-uri", - "version": "3.0.3", - "author": "Justin Ridgewell", - "license": "MIT" - }, - { - "name": "@jridgewell/set-array", - "version": "1.2.1", - "author": "Justin Ridgewell", - "license": "MIT" - }, - { - "name": "@jridgewell/source-map", - "version": "0.3.3", - "author": "Justin Ridgewell", - "license": "MIT" - }, - { - "name": "@jridgewell/sourcemap-codec", - "version": "1.4.10", - "author": "Justin Ridgewell", - "license": "MIT" - }, - { - "name": "@jridgewell/trace-mapping", - "version": "0.3.9", - "author": "Justin Ridgewell", - "license": "MIT" - }, - { - "name": "@malept/cross-spawn-promise", - "version": "2.0.0", - "author": "Mark Lee", - "license": "Apache-2.0" - }, - { - "name": "@malept/flatpak-bundler", - "version": "0.4.0", - "author": "Matt Watson", - "license": "MIT" - }, - { - "name": "@mapbox/jsonlint-lines-primitives", - "version": "2.0.2", - "author": "Zach Carter", - "license": "Unknown" - }, - { - "name": "@mapbox/unitbezier", - "version": "0.0.1", - "author": "-", - "license": "BSD-2-Clause" - }, - { - "name": "@maplibre/maplibre-gl-style-spec", - "version": "24.4.1", - "author": "MapLibre", - "license": "ISC" - }, - { - "name": "@mdi/font", - "version": "7.4.47", - "author": "Austin Andrews", - "license": "Apache-2.0" - }, - { - "name": "@mdi/js", - "version": "7.4.47", - "author": "Austin Andrews", - "license": "Apache-2.0" - }, - { - "name": "@noble/hashes", - "version": "1.4.0", - "author": "Paul Miller", - "license": "MIT" - }, - { - "name": "@npmcli/agent", - "version": "4.0.2", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "@npmcli/fs", - "version": "5.0.0", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "@npmcli/redact", - "version": "4.0.0", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "@one-ini/wasm", - "version": "0.1.1", - "author": "-", - "license": "MIT" - }, - { - "name": "@oxc-parser/binding-linux-x64-gnu", - "version": "0.140.0", - "author": "Boshen and oxc contributors", - "license": "MIT" - }, - { - "name": "@oxc-project/types", - "version": "0.139.0", - "author": "Boshen and oxc contributors", - "license": "MIT" - }, - { - "name": "@oxc-resolver/binding-linux-x64-gnu", - "version": "11.24.2", - "author": "-", - "license": "MIT" - }, - { - "name": "@peculiar/asn1-schema", - "version": "2.7.0", - "author": "PeculiarVentures, LLC", - "license": "MIT" - }, - { - "name": "@peculiar/json-schema", - "version": "1.1.12", - "author": "PeculiarVentures, Inc", - "license": "MIT" - }, - { - "name": "@peculiar/utils", - "version": "2.0.3", - "author": "PeculiarVentures", - "license": "MIT" - }, - { - "name": "@peculiar/webcrypto", - "version": "1.7.1", - "author": "PeculiarVentures", - "license": "MIT" - }, - { - "name": "@petamoriken/float16", - "version": "3.9.3", - "author": "Kenta Moriuchi", - "license": "MIT" - }, - { - "name": "@pkgjs/parseargs", - "version": "0.11.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@pkgr/core", - "version": "0.3.6", - "author": "JounQin", - "license": "MIT" - }, - { - "name": "@playwright/test", - "version": "1.61.1", - "author": "Microsoft Corporation", - "license": "Apache-2.0" - }, - { - "name": "@polka/url", - "version": "1.0.0-next.24", - "author": "Luke Edwards", - "license": "MIT" - }, - { - "name": "@rolldown/binding-linux-x64-gnu", - "version": "1.1.5", - "author": "-", - "license": "MIT" - }, - { - "name": "@rolldown/pluginutils", - "version": "1.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@sindresorhus/is", - "version": "4.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "@standard-schema/spec", - "version": "1.1.0", - "author": "Colin McDonnell", - "license": "MIT" - }, - { - "name": "@szmarczak/http-timer", - "version": "4.0.5", - "author": "Szymon Marczak", - "license": "MIT" - }, - { - "name": "@tailwindcss/forms", - "version": "0.5.11", - "author": "-", - "license": "MIT" - }, - { - "name": "@tailwindcss/node", - "version": "4.3.3", - "author": "-", - "license": "MIT" - }, - { - "name": "@tailwindcss/oxide", - "version": "4.3.3", - "author": "-", - "license": "MIT" - }, - { - "name": "@tailwindcss/oxide-linux-x64-gnu", - "version": "4.3.3", - "author": "-", - "license": "MIT" - }, - { - "name": "@tailwindcss/vite", - "version": "4.3.3", - "author": "-", - "license": "MIT" - }, - { - "name": "@tanstack/virtual-core", - "version": "3.17.6", - "author": "Tanner Linsley", - "license": "MIT" - }, - { - "name": "@tanstack/vue-virtual", - "version": "3.13.34", - "author": "Tanner Linsley", - "license": "MIT" - }, - { - "name": "@types/cacheable-request", - "version": "6.0.1", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/chai", - "version": "5.2.3", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/debug", - "version": "4.1.6", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/deep-eql", - "version": "4.0.2", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/estree", - "version": "1.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/fs-extra", - "version": "9.0.13", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/hammerjs", - "version": "2.0.46", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/http-cache-semantics", - "version": "4.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/json-schema", - "version": "7.0.15", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/keyv", - "version": "3.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/node", - "version": "0.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/rbush", - "version": "4.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/responselike", - "version": "1.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "@types/trusted-types", - "version": "2.0.7", - "author": "-", - "license": "MIT" - }, - { - "name": "@vitejs/plugin-vue", - "version": "6.0.8", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "@vitest/coverage-v8", - "version": "4.1.10", - "author": "Anthony Fu", - "license": "MIT" - }, - { - "name": "@vitest/expect", - "version": "4.1.10", - "author": "-", - "license": "MIT" - }, - { - "name": "@vitest/mocker", - "version": "4.1.10", - "author": "-", - "license": "MIT" - }, - { - "name": "@vitest/pretty-format", - "version": "4.1.10", - "author": "-", - "license": "MIT" - }, - { - "name": "@vitest/runner", - "version": "4.1.10", - "author": "-", - "license": "MIT" - }, - { - "name": "@vitest/snapshot", - "version": "4.1.10", - "author": "-", - "license": "MIT" - }, - { - "name": "@vitest/spy", - "version": "4.1.10", - "author": "-", - "license": "MIT" - }, - { - "name": "@vitest/ui", - "version": "4.1.10", - "author": "-", - "license": "MIT" - }, - { - "name": "@vitest/utils", - "version": "4.1.10", - "author": "-", - "license": "MIT" - }, - { - "name": "@volar/language-core", - "version": "2.4.28", - "author": "-", - "license": "MIT" - }, - { - "name": "@volar/source-map", - "version": "2.4.28", - "author": "-", - "license": "MIT" - }, - { - "name": "@volar/typescript", - "version": "2.4.28", - "author": "-", - "license": "MIT" - }, - { - "name": "@vue/compiler-core", - "version": "3.5.40", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "@vue/compiler-dom", - "version": "3.5.40", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "@vue/compiler-sfc", - "version": "3.5.40", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "@vue/compiler-ssr", - "version": "3.5.40", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "@vue/devtools-api", - "version": "6.5.0", - "author": "Guillaume Chau", - "license": "MIT" - }, - { - "name": "@vue/language-core", - "version": "3.3.7", - "author": "-", - "license": "MIT" - }, - { - "name": "@vue/reactivity", - "version": "3.5.40", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "@vue/runtime-core", - "version": "3.5.40", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "@vue/runtime-dom", - "version": "3.5.40", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "@vue/server-renderer", - "version": "3.5.40", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "@vue/shared", - "version": "3.5.40", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "@vue/test-utils", - "version": "2.4.11", - "author": "Lachlan Miller", - "license": "MIT" - }, - { - "name": "@vuetify/loader-shared", - "version": "2.1.2", - "author": "Kael Watts-Deuchar", - "license": "MIT" - }, - { - "name": "@zarrita/storage", - "version": "0.2.0", - "author": "-", - "license": "MIT" - }, - { - "name": "abbrev", - "version": "4.0.0", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "abbrev", - "version": "1.0.3", - "author": "Isaac Z. Schlueter", - "license": "Unknown" - }, - { - "name": "acorn", - "version": "0.11.0", - "author": "-", - "license": "MIT" - }, - { - "name": "acorn-jsx", - "version": "5.3.2", - "author": "-", - "license": "MIT" - }, - { - "name": "agent-base", - "version": "7.0.2", - "author": "Nathan Rajlich", - "license": "MIT" - }, - { - "name": "ajv", - "version": "6.14.0", - "author": "Evgeny Poberezkin", - "license": "MIT" - }, - { - "name": "alien-signals", - "version": "3.2.1", - "author": "-", - "license": "MIT" - }, - { - "name": "altcha", - "version": "3.2.1", - "author": "Daniel Regeci", - "license": "MIT" - }, - { - "name": "amdefine", - "version": "1.0.1", - "author": "James Burke", - "license": "BSD-3-Clause OR MIT" - }, - { - "name": "ansi-regex", - "version": "5.0.1", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "ansi-styles", - "version": "4.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "app-builder-lib", - "version": "26.15.3", - "author": "Vladimir Krivosheev", - "license": "MIT" - }, - { - "name": "argparse", - "version": "2.0.1", - "author": "-", - "license": "Python-2.0" - }, - { - "name": "asn1js", - "version": "3.0.10", - "author": "Yury Strozhevsky", - "license": "BSD-3-Clause" - }, - { - "name": "assertion-error", - "version": "2.0.1", - "author": "Jake Luer", - "license": "MIT" - }, - { - "name": "ast-types", - "version": "0.6.12", - "author": "Ben Newman", - "license": "MIT" - }, - { - "name": "ast-v8-to-istanbul", - "version": "1.0.0", - "author": "Ari Perkkiö", - "license": "MIT" - }, - { - "name": "async", - "version": "3.2.3", - "author": "Caolan McMahon", - "license": "MIT" - }, - { - "name": "async-exit-hook", - "version": "2.0.1", - "author": "Tapani Moilanen", - "license": "MIT" - }, - { - "name": "asynckit", - "version": "0.4.0", - "author": "Alex Indigo", - "license": "MIT" - }, - { - "name": "at-least-node", - "version": "1.0.0", - "author": "Ryan Zimmerman", - "license": "ISC" - }, - { - "name": "aws4", - "version": "1.13.2", - "author": "Michael Hart", - "license": "MIT" - }, - { - "name": "balanced-match", - "version": "1.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "base64-js", - "version": "1.5.1", - "author": "T. Jameson Little", - "license": "MIT" - }, - { - "name": "bidi-js", - "version": "1.0.3", - "author": "Jason Johnston", - "license": "MIT" - }, - { - "name": "bluebird", - "version": "3.7.2", - "author": "Petka Antonov", - "license": "MIT" - }, - { - "name": "blueimp-canvas-to-blob", - "version": "3.29.0", - "author": "Sebastian Tschan", - "license": "MIT" - }, - { - "name": "boolbase", - "version": "1.0.0", - "author": "Felix Boehm", - "license": "ISC" - }, - { - "name": "boolean", - "version": "3.0.1", - "author": "-", - "license": "MIT" - }, - { - "name": "brace-expansion", - "version": "1.1.12", - "author": "-", - "license": "MIT" - }, - { - "name": "buffer-from", - "version": "1.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "builder-util", - "version": "26.15.3", - "author": "Vladimir Krivosheev", - "license": "MIT" - }, - { - "name": "builder-util-runtime", - "version": "9.7.0", - "author": "Vladimir Krivosheev", - "license": "MIT" - }, - { - "name": "bytestreamjs", - "version": "2.0.1", - "author": "Yury Strozhevsky", - "license": "BSD-3-Clause" - }, - { - "name": "cacache", - "version": "20.0.4", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "cacheable-lookup", - "version": "5.0.3", - "author": "Szymon Marczak", - "license": "MIT" - }, - { - "name": "cacheable-request", - "version": "7.0.2", - "author": "Luke Childs", - "license": "MIT" - }, - { - "name": "call-bind-apply-helpers", - "version": "1.0.1", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "callsites", - "version": "3.1.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "chai", - "version": "6.2.2", - "author": "Jake Luer", - "license": "MIT" - }, - { - "name": "chalk", - "version": "4.1.1", - "author": "-", - "license": "MIT" - }, - { - "name": "chownr", - "version": "3.0.0", - "author": "Isaac Z. Schlueter", - "license": "BlueOak-1.0.0" - }, - { - "name": "chromium-pickle-js", - "version": "0.2.0", - "author": "-", - "license": "MIT" - }, - { - "name": "ci-info", - "version": "4.2.0", - "author": "Thomas Watson Steen", - "license": "MIT" - }, - { - "name": "cli-table3", - "version": "0.5.0", - "author": "James Talmage", - "license": "MIT" - }, - { - "name": "cliui", - "version": "4.0.0", - "author": "Ben Coe", - "license": "ISC" - }, - { - "name": "clone-response", - "version": "1.0.2", - "author": "Luke Childs", - "license": "MIT" - }, - { - "name": "code-point-at", - "version": "1.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "color-convert", - "version": "2.0.0", - "author": "Heather Arthur", - "license": "MIT" - }, - { - "name": "color-name", - "version": "1.1.4", - "author": "DY", - "license": "MIT" - }, - { - "name": "colors", - "version": "1.1.2", - "author": "Marak Squires", - "license": "MIT" - }, - { - "name": "combined-stream", - "version": "1.0.8", - "author": "Felix Geisendörfer", - "license": "MIT" - }, - { - "name": "commander", - "version": "2.20.0", - "author": "TJ Holowaychuk", - "license": "MIT" - }, - { - "name": "compare-version", - "version": "0.1.2", - "author": "Kevin Mårtensson", - "license": "MIT" - }, - { - "name": "component-emitter", - "version": "2.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "compressorjs", - "version": "1.3.0", - "author": "Chen Fengyuan", - "license": "MIT" - }, - { - "name": "concat-map", - "version": "0.0.1", - "author": "James Halliday", - "license": "MIT" - }, - { - "name": "config-chain", - "version": "1.1.13", - "author": "Dominic Tarr", - "license": "MIT" - }, - { - "name": "convert-source-map", - "version": "2.0.0", - "author": "Thorsten Lorenz", - "license": "MIT" - }, - { - "name": "core-util-is", - "version": "1.0.0", - "author": "Isaac Z. Schlueter", - "license": "MIT" - }, - { - "name": "cross-dirname", - "version": "0.1.0", - "author": "-", - "license": "MIT" - }, - { - "name": "cross-env", - "version": "10.1.0", - "author": "Kent C. Dodds", - "license": "MIT" - }, - { - "name": "cross-spawn", - "version": "7.0.5", - "author": "André Cruz", - "license": "MIT" - }, - { - "name": "css-tree", - "version": "3.2.1", - "author": "Roman Dvornov", - "license": "MIT" - }, - { - "name": "cssesc", - "version": "3.0.0", - "author": "Mathias Bynens", - "license": "MIT" - }, - { - "name": "csstype", - "version": "3.2.3", - "author": "Fredrik Nicol", - "license": "MIT" - }, - { - "name": "data-urls", - "version": "7.0.0", - "author": "Domenic Denicola", - "license": "MIT" - }, - { - "name": "dayjs", - "version": "1.11.21", - "author": "iamkun", - "license": "MIT" - }, - { - "name": "debug", - "version": "4.3.1", - "author": "Josh Junon", - "license": "MIT" - }, - { - "name": "decamelize", - "version": "1.2.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "decimal.js", - "version": "10.6.0", - "author": "Michael Mclaughlin", - "license": "MIT" - }, - { - "name": "decompress-response", - "version": "6.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "deep-is", - "version": "0.1.4", - "author": "Thorsten Lorenz", - "license": "MIT" - }, - { - "name": "defer-to-connect", - "version": "2.0.0", - "author": "Szymon Marczak", - "license": "MIT" - }, - { - "name": "define-properties", - "version": "1.1.2", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "delayed-stream", - "version": "1.0.0", - "author": "Felix Geisendörfer", - "license": "MIT" - }, - { - "name": "detect-libc", - "version": "2.0.3", - "author": "Lovell Fuller", - "license": "Apache-2.0" - }, - { - "name": "detect-node", - "version": "2.0.4", - "author": "Ilya Kantor", - "license": "ISC" - }, - { - "name": "dijkstrajs", - "version": "1.0.1", - "author": "-", - "license": "MIT" - }, - { - "name": "dir-compare", - "version": "4.2.0", - "author": "Liviu Grigorescu", - "license": "MIT" - }, - { - "name": "dmg-builder", - "version": "26.15.3", - "author": "Vladimir Krivosheev", - "license": "MIT" - }, - { - "name": "dompurify", - "version": "3.4.12", - "author": "Dr.-Ing. Mario Heiderich, Cure53", - "license": "(MPL-2.0 OR Apache-2.0)" - }, - { - "name": "dotenv", - "version": "16.6.1", - "author": "-", - "license": "BSD-2-Clause" - }, - { - "name": "dotenv-expand", - "version": "11.0.6", - "author": "motdotla", - "license": "BSD-2-Clause" - }, - { - "name": "dunder-proto", - "version": "1.0.0", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "duplexer2", - "version": "0.1.4", - "author": "Conrad Pankoff", - "license": "BSD-3-Clause" - }, - { - "name": "earcut", - "version": "3.0.0", - "author": "Vladimir Agafonkin", - "license": "ISC" - }, - { - "name": "eastasianwidth", - "version": "0.2.0", - "author": "Masaki Komagata", - "license": "MIT" - }, - { - "name": "editorconfig", - "version": "1.0.3", - "author": "EditorConfig Team", - "license": "MIT" - }, - { - "name": "ejs", - "version": "3.1.10", - "author": "Matthew Eernisse", - "license": "Apache-2.0" - }, - { - "name": "electron", - "version": "42.4.0", - "author": "Electron Community", - "license": "MIT" - }, - { - "name": "electron-builder", - "version": "26.15.3", - "author": "Vladimir Krivosheev", - "license": "MIT" - }, - { - "name": "electron-builder-squirrel-windows", - "version": "26.15.3", - "author": "Vladimir Krivosheev", - "license": "MIT" - }, - { - "name": "electron-prompt", - "version": "1.7.0", - "author": "p-sam", - "license": "MIT" - }, - { - "name": "electron-publish", - "version": "26.15.3", - "author": "Vladimir Krivosheev", - "license": "MIT" - }, - { - "name": "electron-winstaller", - "version": "5.4.0", - "author": "-", - "license": "MIT" - }, - { - "name": "emoji-picker-element", - "version": "1.29.1", - "author": "Nolan Lawson", - "license": "Apache-2.0" - }, - { - "name": "emoji-picker-element-data", - "version": "1.8.0", - "author": "Nolan Lawson", - "license": "Apache-2.0" - }, - { - "name": "emoji-regex", - "version": "8.0.0", - "author": "Mathias Bynens", - "license": "MIT" - }, - { - "name": "end-of-stream", - "version": "1.1.0", - "author": "Mathias Buus", - "license": "MIT" - }, - { - "name": "enhanced-resolve", - "version": "5.24.1", - "author": "Tobias Koppers @sokra", - "license": "MIT" - }, - { - "name": "entities", - "version": "7.0.1", - "author": "Felix Boehm", - "license": "BSD-2-Clause" - }, - { - "name": "env-paths", - "version": "2.2.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "err-code", - "version": "2.0.2", - "author": "IndigoUnited", - "license": "MIT" - }, - { - "name": "es-abstract", - "version": "1.5.0", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "es-define-property", - "version": "1.0.1", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "es-errors", - "version": "1.3.0", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "es-module-lexer", - "version": "2.0.0", - "author": "Guy Bedford", - "license": "MIT" - }, - { - "name": "es-object-atoms", - "version": "1.0.0", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "es-set-tostringtag", - "version": "2.1.0", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "es-to-primitive", - "version": "1.1.0", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "es6-error", - "version": "4.1.1", - "author": "Ben Youngblood", - "license": "MIT" - }, - { - "name": "escalade", - "version": "3.1.1", - "author": "Luke Edwards", - "license": "MIT" - }, - { - "name": "escape-string-regexp", - "version": "4.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "eslint", - "version": "9.39.5", - "author": "Nicholas C. Zakas", - "license": "MIT" - }, - { - "name": "eslint-config-prettier", - "version": "10.1.8", - "author": "Simon Lydell", - "license": "MIT" - }, - { - "name": "eslint-plugin-prettier", - "version": "5.5.6", - "author": "Teddy Katz", - "license": "MIT" - }, - { - "name": "eslint-plugin-security", - "version": "3.0.1", - "author": "Node Security Project", - "license": "Apache-2.0" - }, - { - "name": "eslint-plugin-vue", - "version": "10.10.0", - "author": "Toru Nagashima", - "license": "MIT" - }, - { - "name": "eslint-scope", - "version": "8.2.0", - "author": "-", - "license": "BSD-2-Clause" - }, - { - "name": "eslint-visitor-keys", - "version": "3.4.3", - "author": "Toru Nagashima", - "license": "Apache-2.0" - }, - { - "name": "esmangle-evaluator", - "version": "1.0.0", - "author": "Andres Suarez", - "license": "Unknown" - }, - { - "name": "espree", - "version": "10.3.0", - "author": "Nicholas C. Zakas", - "license": "BSD-2-Clause" - }, - { - "name": "esprima-fb", - "version": "12001.1.0-dev-harmony-fb", - "author": "Ariya Hidayat", - "license": "BSD" - }, - { - "name": "esquery", - "version": "1.6.0", - "author": "Joel Feenstra", - "license": "BSD-3-Clause" - }, - { - "name": "esrecurse", - "version": "4.3.0", - "author": "-", - "license": "BSD-2-Clause" - }, - { - "name": "estraverse", - "version": "5.1.0", - "author": "-", - "license": "BSD-2-Clause" - }, - { - "name": "estree-walker", - "version": "2.0.2", - "author": "Rich Harris", - "license": "MIT" - }, - { - "name": "esutils", - "version": "2.0.3", - "author": "-", - "license": "BSD-2-Clause" - }, - { - "name": "execa", - "version": "0.10.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "expect-type", - "version": "1.3.0", - "author": "-", - "license": "Apache-2.0" - }, - { - "name": "exponential-backoff", - "version": "3.1.1", - "author": "Sami Sayegh", - "license": "Apache-2.0" - }, - { - "name": "fake-indexeddb", - "version": "6.2.5", - "author": "Jeremy Scheff", - "license": "Apache-2.0" - }, - { - "name": "falafel", - "version": "1.0.1", - "author": "James Halliday", - "license": "MIT" - }, - { - "name": "fast-deep-equal", - "version": "3.1.3", - "author": "Evgeny Poberezkin", - "license": "MIT" - }, - { - "name": "fast-diff", - "version": "1.1.2", - "author": "Jason Chen", - "license": "Apache-2.0" - }, - { - "name": "fast-json-stable-stringify", - "version": "2.1.0", - "author": "James Halliday", - "license": "MIT" - }, - { - "name": "fast-levenshtein", - "version": "2.0.6", - "author": "Ramesh Nair", - "license": "MIT" - }, - { - "name": "fast-uri", - "version": "4.1.1", - "author": "Vincent Le Goff", - "license": "BSD-3-Clause" - }, - { - "name": "fd-package-json", - "version": "2.0.0", - "author": "James Garbutt", - "license": "MIT" - }, - { - "name": "fdir", - "version": "6.4.3", - "author": "thecodrr", - "license": "MIT" - }, - { - "name": "fflate", - "version": "0.8.0", - "author": "Arjun Barrett", - "license": "MIT" - }, - { - "name": "file-entry-cache", - "version": "8.0.0", - "author": "Jared Wray", - "license": "MIT" - }, - { - "name": "filelist", - "version": "1.0.1", - "author": "Matthew Eernisse", - "license": "Apache-2.0" - }, - { - "name": "find-up", - "version": "3.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "flat-cache", - "version": "4.0.1", - "author": "Jared Wray", - "license": "MIT" - }, - { - "name": "flatted", - "version": "3.4.2", - "author": "Andrea Giammarchi", - "license": "ISC" - }, - { - "name": "for-each", - "version": "0.3.3", - "author": "Raynos", - "license": "MIT" - }, - { - "name": "foreach", - "version": "2.0.6", - "author": "Manuel Stofer", - "license": "MIT" - }, - { - "name": "foreground-child", - "version": "3.1.0", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "form-data", - "version": "4.0.6", - "author": "Felix Geisendörfer", - "license": "MIT" - }, - { - "name": "formatly", - "version": "0.3.0", - "author": "Josh Goldberg ✨", - "license": "MIT" - }, - { - "name": "fs-extra", - "version": "7.0.1", - "author": "JP Richardson", - "license": "MIT" - }, - { - "name": "fs-minipass", - "version": "3.0.3", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "fs.realpath", - "version": "1.0.0", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "function-bind", - "version": "1.0.2", - "author": "Raynos", - "license": "MIT" - }, - { - "name": "geotiff", - "version": "3.0.5", - "author": "Fabian Schindler", - "license": "MIT" - }, - { - "name": "get-caller-file", - "version": "1.0.1", - "author": "Stefan Penner", - "license": "ISC" - }, - { - "name": "get-intrinsic", - "version": "1.2.6", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "get-stream", - "version": "3.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "get-tsconfig", - "version": "4.14.0", - "author": "Hiroki Osame", - "license": "MIT" - }, - { - "name": "glob", - "version": "7.2.3", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "glob-parent", - "version": "6.0.2", - "author": "Gulp Team", - "license": "ISC" - }, - { - "name": "global-agent", - "version": "3.0.0", - "author": "Gajus Kuizinas", - "license": "BSD-3-Clause" - }, - { - "name": "globals", - "version": "14.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "globalthis", - "version": "1.0.1", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "gopd", - "version": "1.2.0", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "got", - "version": "11.8.6", - "author": "-", - "license": "MIT" - }, - { - "name": "graceful-fs", - "version": "4.1.2", - "author": "-", - "license": "ISC" - }, - { - "name": "has-flag", - "version": "4.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "has-symbols", - "version": "1.0.3", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "has-tostringtag", - "version": "1.0.2", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "hash-wasm", - "version": "4.12.0", - "author": "Dani Biró", - "license": "MIT" - }, - { - "name": "hasown", - "version": "2.0.4", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "hosted-git-info", - "version": "2.8.9", - "author": "Rebecca Turner", - "license": "ISC" - }, - { - "name": "html-encoding-sniffer", - "version": "6.0.0", - "author": "Domenic Denicola", - "license": "MIT" - }, - { - "name": "html-escaper", - "version": "2.0.0", - "author": "Andrea Giammarchi", - "license": "MIT" - }, - { - "name": "http-cache-semantics", - "version": "4.1.1", - "author": "Kornel Lesiński", - "license": "BSD-2-Clause" - }, - { - "name": "http-proxy-agent", - "version": "7.0.0", - "author": "Nathan Rajlich", - "license": "MIT" - }, - { - "name": "http2-wrapper", - "version": "1.0.0-beta.5.2", - "author": "Szymon Marczak", - "license": "MIT" - }, - { - "name": "https-proxy-agent", - "version": "7.0.0", - "author": "Nathan Rajlich", - "license": "MIT" - }, - { - "name": "iconv-lite", - "version": "0.7.2", - "author": "Alexander Shtuchkin", - "license": "MIT" - }, - { - "name": "ignore", - "version": "5.3.2", - "author": "kael", - "license": "MIT" - }, - { - "name": "immediate", - "version": "3.0.5", - "author": "-", - "license": "MIT" - }, - { - "name": "import-fresh", - "version": "3.3.1", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "imurmurhash", - "version": "0.1.4", - "author": "Jens Taylor", - "license": "MIT" - }, - { - "name": "inflight", - "version": "1.0.4", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "inherits", - "version": "2.0.1", - "author": "-", - "license": "ISC" - }, - { - "name": "inherits", - "version": "2.0.0", - "author": "Isaac Z. Schlueter", - "license": "WTFPL2" - }, - { - "name": "ini", - "version": "1.3.6", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "inline-process-browser", - "version": "1.0.0", - "author": "Calvin W. Metcalf", - "license": "MIT" - }, - { - "name": "invert-kv", - "version": "2.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "ip-address", - "version": "9.0.5", - "author": "Beau Gunderson", - "license": "MIT" - }, - { - "name": "is-blob", - "version": "2.1.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "is-callable", - "version": "1.1.1", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "is-date-object", - "version": "1.0.1", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "is-extglob", - "version": "2.1.1", - "author": "Jon Schlinkert", - "license": "MIT" - }, - { - "name": "is-fullwidth-code-point", - "version": "1.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "is-glob", - "version": "4.0.3", - "author": "Jon Schlinkert", - "license": "MIT" - }, - { - "name": "is-potential-custom-element-name", - "version": "1.0.1", - "author": "Mathias Bynens", - "license": "MIT" - }, - { - "name": "is-regex", - "version": "1.0.3", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "is-stream", - "version": "1.1.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "is-symbol", - "version": "1.0.1", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "isarray", - "version": "0.0.1", - "author": "Julian Gruber", - "license": "MIT" - }, - { - "name": "isbinaryfile", - "version": "4.0.8", - "author": "-", - "license": "MIT" - }, - { - "name": "isexe", - "version": "2.0.0", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "isexe", - "version": "3.1.5", - "author": "Isaac Z. Schlueter", - "license": "BlueOak-1.0.0" - }, - { - "name": "istanbul-lib-coverage", - "version": "3.2.2", - "author": "Krishnan Anantheswaran", - "license": "BSD-3-Clause" - }, - { - "name": "istanbul-lib-report", - "version": "3.0.1", - "author": "Krishnan Anantheswaran", - "license": "BSD-3-Clause" - }, - { - "name": "istanbul-reports", - "version": "3.2.0", - "author": "Krishnan Anantheswaran", - "license": "BSD-3-Clause" - }, - { - "name": "jackspeak", - "version": "3.1.2", - "author": "Isaac Z. Schlueter", - "license": "BlueOak-1.0.0" - }, - { - "name": "jake", - "version": "10.8.5", - "author": "Matthew Eernisse", - "license": "Apache-2.0" - }, - { - "name": "jiti", - "version": "2.4.2", - "author": "-", - "license": "MIT" - }, - { - "name": "js-beautify", - "version": "1.14.9", - "author": "Einar Lielmanis", - "license": "MIT" - }, - { - "name": "js-tokens", - "version": "10.0.0", - "author": "Simon Lydell", - "license": "MIT" - }, - { - "name": "js-yaml", - "version": "4.2.0", - "author": "Vladimir Zapparov", - "license": "MIT" - }, - { - "name": "jsbn", - "version": "1.1.0", - "author": "Tom Wu", - "license": "MIT" - }, - { - "name": "jsdom", - "version": "29.1.1", - "author": "-", - "license": "MIT" - }, - { - "name": "json-buffer", - "version": "3.0.1", - "author": "Dominic Tarr", - "license": "MIT" - }, - { - "name": "json-schema-traverse", - "version": "0.4.1", - "author": "Evgeny Poberezkin", - "license": "MIT" - }, - { - "name": "json-stable-stringify-without-jsonify", - "version": "1.0.1", - "author": "James Halliday", - "license": "MIT" - }, - { - "name": "json-stringify-pretty-compact", - "version": "4.0.0", - "author": "Simon Lydell", - "license": "MIT" - }, - { - "name": "json-stringify-safe", - "version": "5.0.1", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "json5", - "version": "2.2.3", - "author": "Aseem Kishore", - "license": "MIT" - }, - { - "name": "jsonfile", - "version": "4.0.0", - "author": "JP Richardson", - "license": "MIT" - }, - { - "name": "jsqr", - "version": "1.4.0", - "author": "-", - "license": "Apache-2.0" - }, - { - "name": "jszip", - "version": "3.10.1", - "author": "Stuart Knightley", - "license": "(MIT OR GPL-3.0-or-later)" - }, - { - "name": "keycharm", - "version": "0.4.0", - "author": "Alex de Mulder", - "license": "(Apache-2.0 OR MIT)" - }, - { - "name": "keyv", - "version": "4.0.0", - "author": "Jared Wray", - "license": "MIT" - }, - { - "name": "knip", - "version": "6.29.0", - "author": "Lars Kappert", - "license": "ISC" - }, - { - "name": "lazy-val", - "version": "1.0.5", - "author": "Vladimir Krivosheev", - "license": "MIT" - }, - { - "name": "lcid", - "version": "2.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "lerc", - "version": "3.0.0", - "author": "Esri", - "license": "Apache-2.0" - }, - { - "name": "levn", - "version": "0.4.1", - "author": "George Zahariev", - "license": "MIT" - }, - { - "name": "lie", - "version": "3.3.0", - "author": "-", - "license": "MIT" - }, - { - "name": "lightningcss", - "version": "1.32.0", - "author": "-", - "license": "MPL-2.0" - }, - { - "name": "lightningcss-linux-x64-gnu", - "version": "1.32.0", - "author": "-", - "license": "MPL-2.0" - }, - { - "name": "locate-path", - "version": "3.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "lodash", - "version": "4.18.0", - "author": "John-David Dalton", - "license": "MIT" - }, - { - "name": "lodash.merge", - "version": "4.6.2", - "author": "John-David Dalton", - "license": "MIT" - }, - { - "name": "lowercase-keys", - "version": "2.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "lru-cache", - "version": "6.0.0", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "lru-cache", - "version": "11.3.5", - "author": "Isaac Z. Schlueter", - "license": "BlueOak-1.0.0" - }, - { - "name": "magic-string", - "version": "0.30.21", - "author": "Rich Harris", - "license": "MIT" - }, - { - "name": "magicast", - "version": "0.5.2", - "author": "-", - "license": "MIT" - }, - { - "name": "make-dir", - "version": "4.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "make-fetch-happen", - "version": "15.0.6", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "mapbox-to-css-font", - "version": "3.2.0", - "author": "Andreas Hocevar", - "license": "BSD-2-Clause" - }, - { - "name": "marked", - "version": "18.0.7", - "author": "Christopher Jeffrey", - "license": "MIT" - }, - { - "name": "matcher", - "version": "3.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "math-intrinsics", - "version": "1.0.0", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "mdn-data", - "version": "2.27.1", - "author": "Mozilla Developer Network", - "license": "CC0-1.0" - }, - { - "name": "mem", - "version": "3.0.1", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "micron-parser", - "version": "0.0.0", - "author": "-", - "license": "Unknown" - }, - { - "name": "mime", - "version": "2.5.2", - "author": "Robert Kieffer", - "license": "MIT" - }, - { - "name": "mime-db", - "version": "1.52.0", - "author": "-", - "license": "MIT" - }, - { - "name": "mime-types", - "version": "2.1.35", - "author": "-", - "license": "MIT" - }, - { - "name": "mimic-fn", - "version": "1.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "mimic-response", - "version": "1.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "mini-svg-data-uri", - "version": "1.2.3", - "author": "Taylor “Tigt” Hunt", - "license": "MIT" - }, - { - "name": "minimatch", - "version": "3.1.4", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "minimatch", - "version": "10.2.3", - "author": "Isaac Z. Schlueter", - "license": "BlueOak-1.0.0" - }, - { - "name": "minimist", - "version": "1.2.8", - "author": "James Halliday", - "license": "MIT" - }, - { - "name": "minipass", - "version": "3.0.0", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "minipass-collect", - "version": "2.0.1", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "minipass-fetch", - "version": "5.0.2", - "author": "GitHub Inc.", - "license": "MIT" - }, - { - "name": "minipass-flush", - "version": "1.0.7", - "author": "Isaac Z. Schlueter", - "license": "BlueOak-1.0.0" - }, - { - "name": "minipass-pipeline", - "version": "1.2.4", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "minipass-sized", - "version": "2.0.0", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "minizlib", - "version": "3.0.1", - "author": "Isaac Z. Schlueter", - "license": "MIT" - }, - { - "name": "mrmime", - "version": "2.0.0", - "author": "Luke Edwards", - "license": "MIT" - }, - { - "name": "ms", - "version": "2.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "muggle-string", - "version": "0.4.1", - "author": "-", - "license": "MIT" - }, - { - "name": "nanoid", - "version": "3.3.12", - "author": "Andrey Sitnik", - "license": "MIT" - }, - { - "name": "natural-compare", - "version": "1.4.0", - "author": "Lauri Rooden", - "license": "MIT" - }, - { - "name": "negotiator", - "version": "1.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "node-abi", - "version": "4.2.0", - "author": "Lukas Geiger", - "license": "MIT" - }, - { - "name": "node-api-version", - "version": "0.2.1", - "author": "Tim Fish", - "license": "MIT" - }, - { - "name": "node-gyp", - "version": "12.2.0", - "author": "Nathan Rajlich", - "license": "MIT" - }, - { - "name": "node-int64", - "version": "0.4.0", - "author": "Robert Kieffer", - "license": "MIT" - }, - { - "name": "nopt", - "version": "6.0.0", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "normalize-url", - "version": "6.0.1", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "npm-run-path", - "version": "2.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "nth-check", - "version": "2.1.1", - "author": "Felix Boehm", - "license": "BSD-2-Clause" - }, - { - "name": "number-is-nan", - "version": "1.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "numcodecs", - "version": "0.3.2", - "author": "Trevor Manz", - "license": "MIT" - }, - { - "name": "object-assign", - "version": "4.1.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "object-keys", - "version": "1.0.8", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "obug", - "version": "2.1.1", - "author": "Kevin Deng", - "license": "MIT" - }, - { - "name": "ol", - "version": "10.9.0", - "author": "-", - "license": "BSD-2-Clause" - }, - { - "name": "ol-mapbox-style", - "version": "13.4.1", - "author": "-", - "license": "BSD-2-Clause" - }, - { - "name": "once", - "version": "1.3.0", - "author": "Isaac Z. Schlueter", - "license": "BSD" - }, - { - "name": "optionator", - "version": "0.9.4", - "author": "George Zahariev", - "license": "MIT" - }, - { - "name": "os-locale", - "version": "3.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "oxc-parser", - "version": "0.140.0", - "author": "Boshen and oxc contributors", - "license": "MIT" - }, - { - "name": "oxc-resolver", - "version": "11.24.2", - "author": "-", - "license": "MIT" - }, - { - "name": "p-cancelable", - "version": "2.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "p-finally", - "version": "1.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "p-is-promise", - "version": "1.1.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "p-limit", - "version": "2.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "p-locate", - "version": "3.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "p-map", - "version": "7.0.6", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "p-try", - "version": "2.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "package-json-from-dist", - "version": "1.0.0", - "author": "Isaac Z. Schlueter", - "license": "BlueOak-1.0.0" - }, - { - "name": "pako", - "version": "1.0.2", - "author": "-", - "license": "MIT" - }, - { - "name": "pako", - "version": "2.0.4", - "author": "-", - "license": "(MIT AND Zlib)" - }, - { - "name": "parent-module", - "version": "1.0.1", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "parse-headers", - "version": "2.0.2", - "author": "David Björklund", - "license": "MIT" - }, - { - "name": "parse5", - "version": "8.0.1", - "author": "Ivan Nikulin", - "license": "MIT" - }, - { - "name": "path-browserify", - "version": "1.0.1", - "author": "James Halliday", - "license": "MIT" - }, - { - "name": "path-exists", - "version": "3.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "path-is-absolute", - "version": "1.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "path-key", - "version": "2.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "path-scurry", - "version": "1.11.1", - "author": "Isaac Z. Schlueter", - "license": "BlueOak-1.0.0" - }, - { - "name": "pathe", - "version": "2.0.3", - "author": "-", - "license": "MIT" - }, - { - "name": "pbf", - "version": "4.0.1", - "author": "Konstantin Kaefer", - "license": "BSD-3-Clause" - }, - { - "name": "pe-library", - "version": "0.4.0", - "author": "jet", - "license": "MIT" - }, - { - "name": "picocolors", - "version": "1.1.1", - "author": "Alexey Raspopov", - "license": "ISC" - }, - { - "name": "picomatch", - "version": "4.0.4", - "author": "Jon Schlinkert", - "license": "MIT" - }, - { - "name": "pkijs", - "version": "3.4.0", - "author": "Yury Strozhevsky", - "license": "BSD-3-Clause" - }, - { - "name": "playwright", - "version": "1.61.1", - "author": "Microsoft Corporation", - "license": "Apache-2.0" - }, - { - "name": "playwright-core", - "version": "1.61.1", - "author": "Microsoft Corporation", - "license": "Apache-2.0" - }, - { - "name": "plist", - "version": "3.0.5", - "author": "Nathan Rajlich", - "license": "MIT" - }, - { - "name": "pngjs", - "version": "5.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "postcss", - "version": "8.5.19", - "author": "Andrey Sitnik", - "license": "MIT" - }, - { - "name": "postcss-selector-parser", - "version": "7.1.4", - "author": "-", - "license": "MIT" - }, - { - "name": "postject", - "version": "1.0.0-alpha.6", - "author": "-", - "license": "MIT" - }, - { - "name": "prelude-ls", - "version": "1.2.1", - "author": "George Zahariev", - "license": "MIT" - }, - { - "name": "prettier", - "version": "3.9.6", - "author": "James Long", - "license": "MIT" - }, - { - "name": "prettier-linter-helpers", - "version": "1.0.1", - "author": "-", - "license": "MIT" - }, - { - "name": "private", - "version": "0.1.5", - "author": "Ben Newman", - "license": "MIT" - }, - { - "name": "proc-log", - "version": "6.0.0", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "process-nextick-args", - "version": "1.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "progress", - "version": "2.0.3", - "author": "TJ Holowaychuk", - "license": "MIT" - }, - { - "name": "promise-retry", - "version": "2.0.1", - "author": "IndigoUnited", - "license": "MIT" - }, - { - "name": "proper-lockfile", - "version": "4.1.2", - "author": "André Cruz", - "license": "MIT" - }, - { - "name": "proto-list", - "version": "1.2.1", - "author": "Isaac Z. Schlueter", - "license": "MIT" - }, - { - "name": "protocol-buffers-schema", - "version": "3.6.1", - "author": "Mathias Buus", - "license": "MIT" - }, - { - "name": "pump", - "version": "3.0.0", - "author": "Mathias Buus Madsen", - "license": "MIT" - }, - { - "name": "punycode", - "version": "2.3.1", - "author": "Mathias Bynens", - "license": "MIT" - }, - { - "name": "pvtsutils", - "version": "1.3.6", - "author": "PeculiarVentures", - "license": "MIT" - }, - { - "name": "pvutils", - "version": "1.1.3", - "author": "Yury Strozhevsky", - "license": "MIT" - }, - { - "name": "qrcode", - "version": "1.5.4", - "author": "Ryan Day", - "license": "MIT" - }, - { - "name": "quick-lru", - "version": "5.1.1", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "quickselect", - "version": "2.0.0", - "author": "Vladimir Agafonkin", - "license": "ISC" - }, - { - "name": "rbush", - "version": "4.0.0", - "author": "Volodymyr Agafonkin", - "license": "MIT" - }, - { - "name": "read-binary-file-arch", - "version": "1.0.6", - "author": "Samuel Maddock", - "license": "MIT" - }, - { - "name": "readable-stream", - "version": "1.0.31", - "author": "-", - "license": "MIT" - }, - { - "name": "recast", - "version": "0.10.1", - "author": "Ben Newman", - "license": "MIT" - }, - { - "name": "reference-spec-reader", - "version": "0.2.0", - "author": "manzt", - "license": "MIT" - }, - { - "name": "regexp-tree", - "version": "0.1.1", - "author": "Dmitry Soshnikov", - "license": "MIT" - }, - { - "name": "require-directory", - "version": "2.1.1", - "author": "Troy Goode", - "license": "MIT" - }, - { - "name": "require-from-string", - "version": "2.0.2", - "author": "Vsevolod Strukchinsky", - "license": "MIT" - }, - { - "name": "require-main-filename", - "version": "1.0.1", - "author": "Ben Coe", - "license": "ISC" - }, - { - "name": "resedit", - "version": "1.7.0", - "author": "jet", - "license": "MIT" - }, - { - "name": "resolve-alpn", - "version": "1.0.0", - "author": "Szymon Marczak", - "license": "MIT" - }, - { - "name": "resolve-from", - "version": "4.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "resolve-pkg-maps", - "version": "1.0.0", - "author": "Hiroki Osame", - "license": "MIT" - }, - { - "name": "resolve-protobuf-schema", - "version": "2.1.0", - "author": "Mathias Buus", - "license": "MIT" - }, - { - "name": "responselike", - "version": "2.0.0", - "author": "lukechilds", - "license": "MIT" - }, - { - "name": "retry", - "version": "0.12.0", - "author": "Tim Koschützki", - "license": "MIT" - }, - { - "name": "rimraf", - "version": "2.6.2", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "roarr", - "version": "2.15.3", - "author": "Gajus Kuizinas", - "license": "BSD-3-Clause" - }, - { - "name": "rolldown", - "version": "1.1.5", - "author": "-", - "license": "MIT" - }, - { - "name": "rw", - "version": "1.3.3", - "author": "Mike Bostock", - "license": "BSD-3-Clause" - }, - { - "name": "safe-buffer", - "version": "5.1.1", - "author": "Feross Aboukhadijeh", - "license": "MIT" - }, - { - "name": "safe-regex", - "version": "2.1.1", - "author": "James C.", - "license": "MIT" - }, - { - "name": "safer-buffer", - "version": "2.1.2", - "author": "Nikita Skovoroda", - "license": "MIT" - }, - { - "name": "sanitize-filename", - "version": "1.6.3", - "author": "Parsha Pourkhomami", - "license": "WTFPL OR ISC" - }, - { - "name": "sax", - "version": "1.2.4", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "saxes", - "version": "6.0.0", - "author": "Louis-Dominique Dubeau", - "license": "ISC" - }, - { - "name": "semver", - "version": "7.5.2", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "semver-compare", - "version": "1.0.0", - "author": "James Halliday", - "license": "MIT" - }, - { - "name": "serialize-error", - "version": "7.0.1", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "set-blocking", - "version": "2.0.0", - "author": "Ben Coe", - "license": "ISC" - }, - { - "name": "setimmediate", - "version": "1.0.5", - "author": "YuzuJS", - "license": "MIT" - }, - { - "name": "shebang-command", - "version": "2.0.0", - "author": "Kevin Mårtensson", - "license": "MIT" - }, - { - "name": "shebang-regex", - "version": "3.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "siginfo", - "version": "2.0.0", - "author": "Emil Bay", - "license": "ISC" - }, - { - "name": "signal-exit", - "version": "3.0.0", - "author": "Ben Coe", - "license": "ISC" - }, - { - "name": "simple-update-notifier", - "version": "2.0.0", - "author": "alexbrazier", - "license": "MIT" - }, - { - "name": "sirv", - "version": "3.0.2", - "author": "Luke Edwards", - "license": "MIT" - }, - { - "name": "smart-buffer", - "version": "4.2.0", - "author": "Josh Glazebrook", - "license": "MIT" - }, - { - "name": "smol-toml", - "version": "1.7.0", - "author": "Cynthia Rey", - "license": "BSD-3-Clause" - }, - { - "name": "socks", - "version": "2.8.0", - "author": "Josh Glazebrook", - "license": "MIT" - }, - { - "name": "socks-proxy-agent", - "version": "8.0.3", - "author": "Nathan Rajlich", - "license": "MIT" - }, - { - "name": "source-map", - "version": "0.6.0", - "author": "Nick Fitzgerald", - "license": "BSD-3-Clause" - }, - { - "name": "source-map", - "version": "0.3.0", - "author": "Nick Fitzgerald", - "license": "BSD" - }, - { - "name": "source-map-js", - "version": "1.0.2", - "author": "Valentin 7rulnik Semirulnik", - "license": "BSD-3-Clause" - }, - { - "name": "source-map-support", - "version": "0.5.19", - "author": "-", - "license": "MIT" - }, - { - "name": "sprintf-js", - "version": "1.1.2", - "author": "Alexandru Mărășteanu", - "license": "BSD-3-Clause" - }, - { - "name": "ssri", - "version": "13.0.1", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "stackback", - "version": "0.0.2", - "author": "Roman Shtylman", - "license": "MIT" - }, - { - "name": "stat-mode", - "version": "1.0.0", - "author": "Nathan Rajlich", - "license": "MIT" - }, - { - "name": "std-env", - "version": "4.0.0-rc.1", - "author": "-", - "license": "MIT" - }, - { - "name": "string-width", - "version": "1.0.1", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "string.prototype.trim", - "version": "1.1.2", - "author": "Jordan Harband", - "license": "MIT" - }, - { - "name": "string_decoder", - "version": "0.10.24", - "author": "-", - "license": "MIT" - }, - { - "name": "strip-ansi", - "version": "6.0.1", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "strip-eof", - "version": "1.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "strip-json-comments", - "version": "3.1.1", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "sumchecker", - "version": "3.0.1", - "author": "Mark Lee", - "license": "Apache-2.0" - }, - { - "name": "supports-color", - "version": "7.1.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "symbol-tree", - "version": "3.2.4", - "author": "Joris van der Wel", - "license": "MIT" - }, - { - "name": "synckit", - "version": "0.11.13", - "author": "JounQin", - "license": "MIT" - }, - { - "name": "tailwindcss", - "version": "4.3.3", - "author": "-", - "license": "MIT" - }, - { - "name": "tapable", - "version": "2.3.3", - "author": "Tobias Koppers @sokra", - "license": "MIT" - }, - { - "name": "tar", - "version": "7.5.21", - "author": "Isaac Z. Schlueter", - "license": "BlueOak-1.0.0" - }, - { - "name": "temp", - "version": "0.9.0", - "author": "Bruce Williams", - "license": "MIT" - }, - { - "name": "temp-file", - "version": "3.4.0", - "author": "Vladimir Krivosheev", - "license": "MIT" - }, - { - "name": "terser", - "version": "5.49.0", - "author": "Mihai Bazon", - "license": "BSD-2-Clause" - }, - { - "name": "through2", - "version": "0.6.2", - "author": "Rod Vagg", - "license": "MIT" - }, - { - "name": "tiny-async-pool", - "version": "1.3.0", - "author": "Rafael Xavier de Souza", - "license": "MIT" - }, - { - "name": "tinybench", - "version": "2.9.0", - "author": "-", - "license": "MIT" - }, - { - "name": "tinyexec", - "version": "1.0.2", - "author": "James Garbutt", - "license": "MIT" - }, - { - "name": "tinyglobby", - "version": "0.2.12", - "author": "Superchupu", - "license": "MIT" - }, - { - "name": "tinyqueue", - "version": "3.0.0", - "author": "-", - "license": "ISC" - }, - { - "name": "tinyrainbow", - "version": "3.1.0", - "author": "-", - "license": "MIT" - }, - { - "name": "tldts", - "version": "7.0.5", - "author": "Rémi Berson", - "license": "MIT" - }, - { - "name": "tldts-core", - "version": "7.0.5", - "author": "Rémi Berson", - "license": "MIT" - }, - { - "name": "tmp", - "version": "0.2.7", - "author": "KARASZI István", - "license": "MIT" - }, - { - "name": "tmp-promise", - "version": "3.0.2", - "author": "Benjamin Gruenbaum and Collaborators.", - "license": "MIT" - }, - { - "name": "totalist", - "version": "3.0.0", - "author": "Luke Edwards", - "license": "MIT" - }, - { - "name": "tough-cookie", - "version": "6.0.1", - "author": "Jeremy Stashewsky", - "license": "BSD-3-Clause" - }, - { - "name": "tr46", - "version": "6.0.0", - "author": "Sebastian Mayr", - "license": "MIT" - }, - { - "name": "truncate-utf8-bytes", - "version": "1.0.0", - "author": "Carl Xiong", - "license": "WTFPL" - }, - { - "name": "tslib", - "version": "2.8.1", - "author": "Microsoft Corp.", - "license": "0BSD" - }, - { - "name": "type-check", - "version": "0.4.0", - "author": "George Zahariev", - "license": "MIT" - }, - { - "name": "type-fest", - "version": "0.13.1", - "author": "Sindre Sorhus", - "license": "(MIT OR CC0-1.0)" - }, - { - "name": "typescript", - "version": "6.0.3", - "author": "Microsoft Corp.", - "license": "Apache-2.0" - }, - { - "name": "unbash", - "version": "4.0.3", - "author": "Lars Kappert", - "license": "ISC" - }, - { - "name": "undici", - "version": "7.28.0", - "author": "-", - "license": "MIT" - }, - { - "name": "undici-types", - "version": "7.16.0", - "author": "-", - "license": "MIT" - }, - { - "name": "universalify", - "version": "0.1.0", - "author": "Ryan Zimmerman", - "license": "MIT" - }, - { - "name": "unreachable-branch-transform", - "version": "0.3.0", - "author": "Andres Suarez", - "license": "MIT" - }, - { - "name": "unzipit", - "version": "2.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "unzipper", - "version": "0.12.3", - "author": "Evan Oxfeld", - "license": "MIT" - }, - { - "name": "upath", - "version": "2.0.1", - "author": "Angelos Pikoulas", - "license": "MIT" - }, - { - "name": "uri-js", - "version": "4.4.1", - "author": "Gary Court", - "license": "BSD-2-Clause" - }, - { - "name": "utf8-byte-length", - "version": "1.0.1", - "author": "Carl Xiong", - "license": "WTFPL" - }, - { - "name": "util-deprecate", - "version": "1.0.1", - "author": "Nathan Rajlich", - "license": "MIT" - }, - { - "name": "uuid", - "version": "14.0.1", - "author": "-", - "license": "MIT" - }, - { - "name": "vis-data", - "version": "7.1.10", - "author": "-", - "license": "(Apache-2.0 OR MIT)" - }, - { - "name": "vis-network", - "version": "9.1.13", - "author": "-", - "license": "(Apache-2.0 OR MIT)" - }, - { - "name": "vis-util", - "version": "5.0.7", - "author": "Alex de Mulder", - "license": "(Apache-2.0 OR MIT)" - }, - { - "name": "vite", - "version": "8.1.5", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "vite-plugin-vuetify", - "version": "2.1.3", - "author": "Kael Watts-Deuchar", - "license": "MIT" - }, - { - "name": "vitest", - "version": "4.1.10", - "author": "Anthony Fu", - "license": "MIT" - }, - { - "name": "vscode-uri", - "version": "3.0.8", - "author": "Microsoft", - "license": "MIT" - }, - { - "name": "vue", - "version": "3.5.40", - "author": "Evan You", - "license": "MIT" - }, - { - "name": "vue-component-type-helpers", - "version": "3.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "vue-eslint-parser", - "version": "10.4.1", - "author": "Toru Nagashima", - "license": "MIT" - }, - { - "name": "vue-i18n", - "version": "11.4.7", - "author": "kazuya kawaguchi", - "license": "MIT" - }, - { - "name": "vue-router", - "version": "4.6.4", - "author": "Eduardo San Martin Morote", - "license": "MIT" - }, - { - "name": "vue-tsc", - "version": "3.3.7", - "author": "-", - "license": "MIT" - }, - { - "name": "vuetify", - "version": "3.12.10", - "author": "John Leider", - "license": "MIT" - }, - { - "name": "w3c-xmlserializer", - "version": "5.0.0", - "author": "-", - "license": "MIT" - }, - { - "name": "walk-up-path", - "version": "4.0.0", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "web-worker", - "version": "1.5.0", - "author": "-", - "license": "Apache-2.0" - }, - { - "name": "webcrypto-core", - "version": "1.9.2", - "author": "PeculiarVentures", - "license": "MIT" - }, - { - "name": "webidl-conversions", - "version": "8.0.1", - "author": "Domenic Denicola", - "license": "BSD-2-Clause" - }, - { - "name": "whatwg-mimetype", - "version": "5.0.0", - "author": "Domenic Denicola", - "license": "MIT" - }, - { - "name": "whatwg-url", - "version": "16.0.1", - "author": "Sebastian Mayr", - "license": "MIT" - }, - { - "name": "which", - "version": "2.0.1", - "author": "GitHub Inc.", - "license": "ISC" - }, - { - "name": "which-module", - "version": "2.0.0", - "author": "nexdrew", - "license": "ISC" - }, - { - "name": "why-is-node-running", - "version": "2.3.0", - "author": "Mathias Buus", - "license": "MIT" - }, - { - "name": "word-wrap", - "version": "1.2.5", - "author": "Jon Schlinkert", - "license": "MIT" - }, - { - "name": "wrap-ansi", - "version": "2.0.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "wrappy", - "version": "1.0.0", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "xml-name-validator", - "version": "5.0.0", - "author": "Domenic Denicola", - "license": "Apache-2.0" - }, - { - "name": "xml-utils", - "version": "1.10.2", - "author": "Daniel J. Dufour", - "license": "CC0-1.0" - }, - { - "name": "xmlbuilder", - "version": "9.0.7", - "author": "Ozgur Ozcitak", - "license": "MIT" - }, - { - "name": "xmlchars", - "version": "2.2.0", - "author": "Louis-Dominique Dubeau", - "license": "MIT" - }, - { - "name": "xtend", - "version": "4.0.0", - "author": "Raynos", - "license": "MIT" - }, - { - "name": "y18n", - "version": "5.0.5", - "author": "Ben Coe", - "license": "ISC" - }, - { - "name": "yallist", - "version": "4.0.0", - "author": "Isaac Z. Schlueter", - "license": "ISC" - }, - { - "name": "yallist", - "version": "5.0.0", - "author": "Isaac Z. Schlueter", - "license": "BlueOak-1.0.0" - }, - { - "name": "yaml", - "version": "2.9.0", - "author": "Eemeli Aro", - "license": "ISC" - }, - { - "name": "yargs", - "version": "12.0.5", - "author": "-", - "license": "MIT" - }, - { - "name": "yargs-parser", - "version": "21.1.1", - "author": "Ben Coe", - "license": "ISC" - }, - { - "name": "yocto-queue", - "version": "0.1.0", - "author": "Sindre Sorhus", - "license": "MIT" - }, - { - "name": "zarrita", - "version": "0.7.1", - "author": "-", - "license": "MIT" - }, - { - "name": "zod", - "version": "4.4.3", - "author": "Colin McDonnell", - "license": "MIT" - }, - { - "name": "zstddec", - "version": "0.2.0", - "author": "Don McCurdy", - "license": "MIT AND BSD-3-Clause" - } + { + "name": "@asamuzakjp/css-color", + "version": "5.1.11", + "author": "asamuzaK", + "license": "MIT" + }, + { + "name": "@asamuzakjp/dom-selector", + "version": "7.1.1", + "author": "asamuzaK", + "license": "MIT" + }, + { + "name": "@asamuzakjp/generational-cache", + "version": "1.0.1", + "author": "asamuzaK", + "license": "MIT" + }, + { + "name": "@asamuzakjp/nwsapi", + "version": "2.3.9", + "author": "Diego Perini", + "license": "MIT" + }, + { + "name": "@babel/helper-string-parser", + "version": "7.27.1", + "author": "The Babel Team", + "license": "MIT" + }, + { + "name": "@babel/helper-validator-identifier", + "version": "7.28.5", + "author": "The Babel Team", + "license": "MIT" + }, + { + "name": "@babel/parser", + "version": "7.29.0", + "author": "The Babel Team", + "license": "MIT" + }, + { + "name": "@babel/types", + "version": "7.29.0", + "author": "The Babel Team", + "license": "MIT" + }, + { + "name": "@bcoe/v8-coverage", + "version": "1.0.2", + "author": "Charles Samborski", + "license": "MIT" + }, + { + "name": "@bramus/specificity", + "version": "2.4.2", + "author": "Bramus Van Damme", + "license": "MIT" + }, + { + "name": "@csstools/color-helpers", + "version": "6.0.2", + "author": "-", + "license": "MIT-0" + }, + { + "name": "@csstools/css-calc", + "version": "3.2.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@csstools/css-color-parser", + "version": "4.1.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@csstools/css-parser-algorithms", + "version": "4.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@csstools/css-syntax-patches-for-csstree", + "version": "1.1.3", + "author": "-", + "license": "MIT-0" + }, + { + "name": "@csstools/css-tokenizer", + "version": "4.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@egjs/hammerjs", + "version": "2.0.17", + "author": "-", + "license": "MIT" + }, + { + "name": "@electron-internal/extract-zip", + "version": "1.0.1", + "author": "-", + "license": "BSD-2-Clause" + }, + { + "name": "@electron/asar", + "version": "3.4.1", + "author": "-", + "license": "MIT" + }, + { + "name": "@electron/fuses", + "version": "1.8.0", + "author": "Electron Community", + "license": "MIT" + }, + { + "name": "@electron/get", + "version": "3.1.0", + "author": "Samuel Attard", + "license": "MIT" + }, + { + "name": "@electron/notarize", + "version": "2.5.0", + "author": "Samuel Attard", + "license": "MIT" + }, + { + "name": "@electron/osx-sign", + "version": "1.3.3", + "author": "electron", + "license": "BSD-2-Clause" + }, + { + "name": "@electron/rebuild", + "version": "4.0.4", + "author": "-", + "license": "MIT" + }, + { + "name": "@electron/universal", + "version": "2.0.3", + "author": "Samuel Attard", + "license": "MIT" + }, + { + "name": "@electron/windows-sign", + "version": "1.1.2", + "author": "Felix Rieseberg", + "license": "BSD-2-Clause" + }, + { + "name": "@epic-web/invariant", + "version": "1.0.0", + "author": "Kent C. Dodds", + "license": "MIT" + }, + { + "name": "@eslint-community/eslint-utils", + "version": "4.8.0", + "author": "Toru Nagashima", + "license": "MIT" + }, + { + "name": "@eslint-community/regexpp", + "version": "4.12.2", + "author": "Toru Nagashima", + "license": "MIT" + }, + { + "name": "@eslint/config-array", + "version": "0.21.2", + "author": "Nicholas C. Zakas", + "license": "Apache-2.0" + }, + { + "name": "@eslint/config-helpers", + "version": "0.4.2", + "author": "-", + "license": "Apache-2.0" + }, + { + "name": "@eslint/core", + "version": "0.17.0", + "author": "Nicholas C. Zakas", + "license": "Apache-2.0" + }, + { + "name": "@eslint/eslintrc", + "version": "3.3.6", + "author": "Nicholas C. Zakas", + "license": "MIT" + }, + { + "name": "@eslint/js", + "version": "9.39.5", + "author": "-", + "license": "MIT" + }, + { + "name": "@eslint/object-schema", + "version": "2.1.7", + "author": "Nicholas C. Zakas", + "license": "Apache-2.0" + }, + { + "name": "@eslint/plugin-kit", + "version": "0.4.1", + "author": "Nicholas C. Zakas", + "license": "Apache-2.0" + }, + { + "name": "@exodus/bytes", + "version": "1.15.0", + "author": "Exodus Movement, Inc.", + "license": "MIT" + }, + { + "name": "@fontsource/noto-sans", + "version": "5.3.0", + "author": "Google Inc.", + "license": "OFL-1.1" + }, + { + "name": "@gar/promise-retry", + "version": "1.0.3", + "author": "-", + "license": "MIT" + }, + { + "name": "@humanfs/core", + "version": "0.19.2", + "author": "Nicholas C. Zakas", + "license": "Apache-2.0" + }, + { + "name": "@humanfs/node", + "version": "0.16.8", + "author": "Nicholas C. Zakas", + "license": "Apache-2.0" + }, + { + "name": "@humanfs/types", + "version": "0.15.0", + "author": "Nicholas C. Zakas", + "license": "Apache-2.0" + }, + { + "name": "@humanwhocodes/module-importer", + "version": "1.0.1", + "author": "Nicholas C. Zaks", + "license": "Apache-2.0" + }, + { + "name": "@humanwhocodes/retry", + "version": "0.4.3", + "author": "Nicholas C. Zaks", + "license": "Apache-2.0" + }, + { + "name": "@intlify/core-base", + "version": "11.4.7", + "author": "kazuya kawaguchi", + "license": "MIT" + }, + { + "name": "@intlify/devtools-types", + "version": "11.4.7", + "author": "kazuya kawaguchi", + "license": "MIT" + }, + { + "name": "@intlify/message-compiler", + "version": "11.4.7", + "author": "kazuya kawaguchi", + "license": "MIT" + }, + { + "name": "@intlify/shared", + "version": "11.4.7", + "author": "kazuya kawaguchi", + "license": "MIT" + }, + { + "name": "@isaacs/cliui", + "version": "8.0.2", + "author": "Ben Coe", + "license": "ISC" + }, + { + "name": "@isaacs/fs-minipass", + "version": "4.0.0", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "@jridgewell/gen-mapping", + "version": "0.3.0", + "author": "Justin Ridgewell", + "license": "MIT" + }, + { + "name": "@jridgewell/remapping", + "version": "2.3.5", + "author": "Justin Ridgewell", + "license": "MIT" + }, + { + "name": "@jridgewell/resolve-uri", + "version": "3.0.3", + "author": "Justin Ridgewell", + "license": "MIT" + }, + { + "name": "@jridgewell/set-array", + "version": "1.2.1", + "author": "Justin Ridgewell", + "license": "MIT" + }, + { + "name": "@jridgewell/source-map", + "version": "0.3.3", + "author": "Justin Ridgewell", + "license": "MIT" + }, + { + "name": "@jridgewell/sourcemap-codec", + "version": "1.4.10", + "author": "Justin Ridgewell", + "license": "MIT" + }, + { + "name": "@jridgewell/trace-mapping", + "version": "0.3.9", + "author": "Justin Ridgewell", + "license": "MIT" + }, + { + "name": "@malept/cross-spawn-promise", + "version": "2.0.0", + "author": "Mark Lee", + "license": "Apache-2.0" + }, + { + "name": "@malept/flatpak-bundler", + "version": "0.4.0", + "author": "Matt Watson", + "license": "MIT" + }, + { + "name": "@mapbox/jsonlint-lines-primitives", + "version": "2.0.2", + "author": "Zach Carter", + "license": "Unknown" + }, + { + "name": "@mapbox/unitbezier", + "version": "0.0.1", + "author": "-", + "license": "BSD-2-Clause" + }, + { + "name": "@maplibre/maplibre-gl-style-spec", + "version": "24.4.1", + "author": "MapLibre", + "license": "ISC" + }, + { + "name": "@mdi/font", + "version": "7.4.47", + "author": "Austin Andrews", + "license": "Apache-2.0" + }, + { + "name": "@mdi/js", + "version": "7.4.47", + "author": "Austin Andrews", + "license": "Apache-2.0" + }, + { + "name": "@noble/hashes", + "version": "1.4.0", + "author": "Paul Miller", + "license": "MIT" + }, + { + "name": "@npmcli/agent", + "version": "4.0.2", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "@npmcli/fs", + "version": "5.0.0", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "@npmcli/redact", + "version": "4.0.0", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "@one-ini/wasm", + "version": "0.1.1", + "author": "-", + "license": "MIT" + }, + { + "name": "@oxc-parser/binding-linux-x64-gnu", + "version": "0.140.0", + "author": "Boshen and oxc contributors", + "license": "MIT" + }, + { + "name": "@oxc-project/types", + "version": "0.139.0", + "author": "Boshen and oxc contributors", + "license": "MIT" + }, + { + "name": "@oxc-resolver/binding-linux-x64-gnu", + "version": "11.24.2", + "author": "-", + "license": "MIT" + }, + { + "name": "@peculiar/asn1-schema", + "version": "2.7.0", + "author": "PeculiarVentures, LLC", + "license": "MIT" + }, + { + "name": "@peculiar/json-schema", + "version": "1.1.12", + "author": "PeculiarVentures, Inc", + "license": "MIT" + }, + { + "name": "@peculiar/utils", + "version": "2.0.3", + "author": "PeculiarVentures", + "license": "MIT" + }, + { + "name": "@peculiar/webcrypto", + "version": "1.7.1", + "author": "PeculiarVentures", + "license": "MIT" + }, + { + "name": "@petamoriken/float16", + "version": "3.9.3", + "author": "Kenta Moriuchi", + "license": "MIT" + }, + { + "name": "@pkgjs/parseargs", + "version": "0.11.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@pkgr/core", + "version": "0.3.6", + "author": "JounQin", + "license": "MIT" + }, + { + "name": "@playwright/test", + "version": "1.61.1", + "author": "Microsoft Corporation", + "license": "Apache-2.0" + }, + { + "name": "@polka/url", + "version": "1.0.0-next.24", + "author": "Luke Edwards", + "license": "MIT" + }, + { + "name": "@rolldown/binding-linux-x64-gnu", + "version": "1.1.5", + "author": "-", + "license": "MIT" + }, + { + "name": "@rolldown/pluginutils", + "version": "1.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@sindresorhus/is", + "version": "4.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "@standard-schema/spec", + "version": "1.1.0", + "author": "Colin McDonnell", + "license": "MIT" + }, + { + "name": "@szmarczak/http-timer", + "version": "4.0.5", + "author": "Szymon Marczak", + "license": "MIT" + }, + { + "name": "@tailwindcss/forms", + "version": "0.5.11", + "author": "-", + "license": "MIT" + }, + { + "name": "@tailwindcss/node", + "version": "4.3.3", + "author": "-", + "license": "MIT" + }, + { + "name": "@tailwindcss/oxide", + "version": "4.3.3", + "author": "-", + "license": "MIT" + }, + { + "name": "@tailwindcss/oxide-linux-x64-gnu", + "version": "4.3.3", + "author": "-", + "license": "MIT" + }, + { + "name": "@tailwindcss/vite", + "version": "4.3.3", + "author": "-", + "license": "MIT" + }, + { + "name": "@tanstack/virtual-core", + "version": "3.17.6", + "author": "Tanner Linsley", + "license": "MIT" + }, + { + "name": "@tanstack/vue-virtual", + "version": "3.13.34", + "author": "Tanner Linsley", + "license": "MIT" + }, + { + "name": "@types/cacheable-request", + "version": "6.0.1", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/chai", + "version": "5.2.3", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/debug", + "version": "4.1.6", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/deep-eql", + "version": "4.0.2", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/estree", + "version": "1.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/fs-extra", + "version": "9.0.13", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/hammerjs", + "version": "2.0.46", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/http-cache-semantics", + "version": "4.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/json-schema", + "version": "7.0.15", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/keyv", + "version": "3.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/node", + "version": "0.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/rbush", + "version": "4.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/responselike", + "version": "1.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "@types/trusted-types", + "version": "2.0.7", + "author": "-", + "license": "MIT" + }, + { + "name": "@vitejs/plugin-vue", + "version": "6.0.8", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "@vitest/coverage-v8", + "version": "4.1.10", + "author": "Anthony Fu", + "license": "MIT" + }, + { + "name": "@vitest/expect", + "version": "4.1.10", + "author": "-", + "license": "MIT" + }, + { + "name": "@vitest/mocker", + "version": "4.1.10", + "author": "-", + "license": "MIT" + }, + { + "name": "@vitest/pretty-format", + "version": "4.1.10", + "author": "-", + "license": "MIT" + }, + { + "name": "@vitest/runner", + "version": "4.1.10", + "author": "-", + "license": "MIT" + }, + { + "name": "@vitest/snapshot", + "version": "4.1.10", + "author": "-", + "license": "MIT" + }, + { + "name": "@vitest/spy", + "version": "4.1.10", + "author": "-", + "license": "MIT" + }, + { + "name": "@vitest/ui", + "version": "4.1.10", + "author": "-", + "license": "MIT" + }, + { + "name": "@vitest/utils", + "version": "4.1.10", + "author": "-", + "license": "MIT" + }, + { + "name": "@volar/language-core", + "version": "2.4.28", + "author": "-", + "license": "MIT" + }, + { + "name": "@volar/source-map", + "version": "2.4.28", + "author": "-", + "license": "MIT" + }, + { + "name": "@volar/typescript", + "version": "2.4.28", + "author": "-", + "license": "MIT" + }, + { + "name": "@vue/compiler-core", + "version": "3.5.40", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "@vue/compiler-dom", + "version": "3.5.40", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "@vue/compiler-sfc", + "version": "3.5.40", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "@vue/compiler-ssr", + "version": "3.5.40", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "@vue/devtools-api", + "version": "6.5.0", + "author": "Guillaume Chau", + "license": "MIT" + }, + { + "name": "@vue/language-core", + "version": "3.3.7", + "author": "-", + "license": "MIT" + }, + { + "name": "@vue/reactivity", + "version": "3.5.40", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "@vue/runtime-core", + "version": "3.5.40", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "@vue/runtime-dom", + "version": "3.5.40", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "@vue/server-renderer", + "version": "3.5.40", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "@vue/shared", + "version": "3.5.40", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "@vue/test-utils", + "version": "2.4.11", + "author": "Lachlan Miller", + "license": "MIT" + }, + { + "name": "@vuetify/loader-shared", + "version": "2.1.2", + "author": "Kael Watts-Deuchar", + "license": "MIT" + }, + { + "name": "@zarrita/storage", + "version": "0.2.0", + "author": "-", + "license": "MIT" + }, + { + "name": "abbrev", + "version": "4.0.0", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "abbrev", + "version": "1.0.3", + "author": "Isaac Z. Schlueter", + "license": "Unknown" + }, + { + "name": "acorn", + "version": "0.11.0", + "author": "-", + "license": "MIT" + }, + { + "name": "acorn-jsx", + "version": "5.3.2", + "author": "-", + "license": "MIT" + }, + { + "name": "agent-base", + "version": "7.0.2", + "author": "Nathan Rajlich", + "license": "MIT" + }, + { + "name": "ajv", + "version": "6.14.0", + "author": "Evgeny Poberezkin", + "license": "MIT" + }, + { + "name": "alien-signals", + "version": "3.2.1", + "author": "-", + "license": "MIT" + }, + { + "name": "altcha", + "version": "3.2.1", + "author": "Daniel Regeci", + "license": "MIT" + }, + { + "name": "amdefine", + "version": "1.0.1", + "author": "James Burke", + "license": "BSD-3-Clause OR MIT" + }, + { + "name": "ansi-regex", + "version": "5.0.1", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "ansi-styles", + "version": "4.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "app-builder-lib", + "version": "26.15.3", + "author": "Vladimir Krivosheev", + "license": "MIT" + }, + { + "name": "argparse", + "version": "2.0.1", + "author": "-", + "license": "Python-2.0" + }, + { + "name": "asn1js", + "version": "3.0.10", + "author": "Yury Strozhevsky", + "license": "BSD-3-Clause" + }, + { + "name": "assertion-error", + "version": "2.0.1", + "author": "Jake Luer", + "license": "MIT" + }, + { + "name": "ast-types", + "version": "0.6.12", + "author": "Ben Newman", + "license": "MIT" + }, + { + "name": "ast-v8-to-istanbul", + "version": "1.0.0", + "author": "Ari Perkkiö", + "license": "MIT" + }, + { + "name": "async", + "version": "3.2.3", + "author": "Caolan McMahon", + "license": "MIT" + }, + { + "name": "async-exit-hook", + "version": "2.0.1", + "author": "Tapani Moilanen", + "license": "MIT" + }, + { + "name": "asynckit", + "version": "0.4.0", + "author": "Alex Indigo", + "license": "MIT" + }, + { + "name": "at-least-node", + "version": "1.0.0", + "author": "Ryan Zimmerman", + "license": "ISC" + }, + { + "name": "aws4", + "version": "1.13.2", + "author": "Michael Hart", + "license": "MIT" + }, + { + "name": "balanced-match", + "version": "1.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "base64-js", + "version": "1.5.1", + "author": "T. Jameson Little", + "license": "MIT" + }, + { + "name": "bidi-js", + "version": "1.0.3", + "author": "Jason Johnston", + "license": "MIT" + }, + { + "name": "bluebird", + "version": "3.7.2", + "author": "Petka Antonov", + "license": "MIT" + }, + { + "name": "blueimp-canvas-to-blob", + "version": "3.29.0", + "author": "Sebastian Tschan", + "license": "MIT" + }, + { + "name": "boolbase", + "version": "1.0.0", + "author": "Felix Boehm", + "license": "ISC" + }, + { + "name": "boolean", + "version": "3.0.1", + "author": "-", + "license": "MIT" + }, + { + "name": "brace-expansion", + "version": "1.1.17", + "author": "-", + "license": "MIT" + }, + { + "name": "buffer-from", + "version": "1.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "builder-util", + "version": "26.15.3", + "author": "Vladimir Krivosheev", + "license": "MIT" + }, + { + "name": "builder-util-runtime", + "version": "9.7.0", + "author": "Vladimir Krivosheev", + "license": "MIT" + }, + { + "name": "bytestreamjs", + "version": "2.0.1", + "author": "Yury Strozhevsky", + "license": "BSD-3-Clause" + }, + { + "name": "cacache", + "version": "20.0.4", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "cacheable-lookup", + "version": "5.0.3", + "author": "Szymon Marczak", + "license": "MIT" + }, + { + "name": "cacheable-request", + "version": "7.0.2", + "author": "Luke Childs", + "license": "MIT" + }, + { + "name": "call-bind-apply-helpers", + "version": "1.0.1", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "callsites", + "version": "3.1.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "chai", + "version": "6.2.2", + "author": "Jake Luer", + "license": "MIT" + }, + { + "name": "chalk", + "version": "4.1.1", + "author": "-", + "license": "MIT" + }, + { + "name": "chownr", + "version": "3.0.0", + "author": "Isaac Z. Schlueter", + "license": "BlueOak-1.0.0" + }, + { + "name": "chromium-pickle-js", + "version": "0.2.0", + "author": "-", + "license": "MIT" + }, + { + "name": "ci-info", + "version": "4.2.0", + "author": "Thomas Watson Steen", + "license": "MIT" + }, + { + "name": "cli-table3", + "version": "0.5.0", + "author": "James Talmage", + "license": "MIT" + }, + { + "name": "cliui", + "version": "4.0.0", + "author": "Ben Coe", + "license": "ISC" + }, + { + "name": "clone-response", + "version": "1.0.2", + "author": "Luke Childs", + "license": "MIT" + }, + { + "name": "code-point-at", + "version": "1.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "color-convert", + "version": "2.0.0", + "author": "Heather Arthur", + "license": "MIT" + }, + { + "name": "color-name", + "version": "1.1.4", + "author": "DY", + "license": "MIT" + }, + { + "name": "colors", + "version": "1.1.2", + "author": "Marak Squires", + "license": "MIT" + }, + { + "name": "combined-stream", + "version": "1.0.8", + "author": "Felix Geisendörfer", + "license": "MIT" + }, + { + "name": "commander", + "version": "2.20.0", + "author": "TJ Holowaychuk", + "license": "MIT" + }, + { + "name": "compare-version", + "version": "0.1.2", + "author": "Kevin Mårtensson", + "license": "MIT" + }, + { + "name": "component-emitter", + "version": "2.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "compressorjs", + "version": "1.3.0", + "author": "Chen Fengyuan", + "license": "MIT" + }, + { + "name": "concat-map", + "version": "0.0.1", + "author": "James Halliday", + "license": "MIT" + }, + { + "name": "config-chain", + "version": "1.1.13", + "author": "Dominic Tarr", + "license": "MIT" + }, + { + "name": "convert-source-map", + "version": "2.0.0", + "author": "Thorsten Lorenz", + "license": "MIT" + }, + { + "name": "core-util-is", + "version": "1.0.0", + "author": "Isaac Z. Schlueter", + "license": "MIT" + }, + { + "name": "cross-dirname", + "version": "0.1.0", + "author": "-", + "license": "MIT" + }, + { + "name": "cross-env", + "version": "10.1.0", + "author": "Kent C. Dodds", + "license": "MIT" + }, + { + "name": "cross-spawn", + "version": "7.0.5", + "author": "André Cruz", + "license": "MIT" + }, + { + "name": "css-tree", + "version": "3.2.1", + "author": "Roman Dvornov", + "license": "MIT" + }, + { + "name": "cssesc", + "version": "3.0.0", + "author": "Mathias Bynens", + "license": "MIT" + }, + { + "name": "csstype", + "version": "3.2.3", + "author": "Fredrik Nicol", + "license": "MIT" + }, + { + "name": "data-urls", + "version": "7.0.0", + "author": "Domenic Denicola", + "license": "MIT" + }, + { + "name": "dayjs", + "version": "1.11.21", + "author": "iamkun", + "license": "MIT" + }, + { + "name": "debug", + "version": "4.3.1", + "author": "Josh Junon", + "license": "MIT" + }, + { + "name": "decamelize", + "version": "1.2.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "decimal.js", + "version": "10.6.0", + "author": "Michael Mclaughlin", + "license": "MIT" + }, + { + "name": "decompress-response", + "version": "6.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "deep-is", + "version": "0.1.4", + "author": "Thorsten Lorenz", + "license": "MIT" + }, + { + "name": "defer-to-connect", + "version": "2.0.0", + "author": "Szymon Marczak", + "license": "MIT" + }, + { + "name": "define-properties", + "version": "1.1.2", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "delayed-stream", + "version": "1.0.0", + "author": "Felix Geisendörfer", + "license": "MIT" + }, + { + "name": "detect-libc", + "version": "2.0.3", + "author": "Lovell Fuller", + "license": "Apache-2.0" + }, + { + "name": "detect-node", + "version": "2.0.4", + "author": "Ilya Kantor", + "license": "ISC" + }, + { + "name": "dijkstrajs", + "version": "1.0.1", + "author": "-", + "license": "MIT" + }, + { + "name": "dir-compare", + "version": "4.2.0", + "author": "Liviu Grigorescu", + "license": "MIT" + }, + { + "name": "dmg-builder", + "version": "26.15.3", + "author": "Vladimir Krivosheev", + "license": "MIT" + }, + { + "name": "dompurify", + "version": "3.4.12", + "author": "Dr.-Ing. Mario Heiderich, Cure53", + "license": "(MPL-2.0 OR Apache-2.0)" + }, + { + "name": "dotenv", + "version": "16.6.1", + "author": "-", + "license": "BSD-2-Clause" + }, + { + "name": "dotenv-expand", + "version": "11.0.6", + "author": "motdotla", + "license": "BSD-2-Clause" + }, + { + "name": "dunder-proto", + "version": "1.0.0", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "duplexer2", + "version": "0.1.4", + "author": "Conrad Pankoff", + "license": "BSD-3-Clause" + }, + { + "name": "earcut", + "version": "3.0.0", + "author": "Vladimir Agafonkin", + "license": "ISC" + }, + { + "name": "eastasianwidth", + "version": "0.2.0", + "author": "Masaki Komagata", + "license": "MIT" + }, + { + "name": "editorconfig", + "version": "1.0.3", + "author": "EditorConfig Team", + "license": "MIT" + }, + { + "name": "ejs", + "version": "3.1.10", + "author": "Matthew Eernisse", + "license": "Apache-2.0" + }, + { + "name": "electron", + "version": "42.4.0", + "author": "Electron Community", + "license": "MIT" + }, + { + "name": "electron-builder", + "version": "26.15.3", + "author": "Vladimir Krivosheev", + "license": "MIT" + }, + { + "name": "electron-builder-squirrel-windows", + "version": "26.15.3", + "author": "Vladimir Krivosheev", + "license": "MIT" + }, + { + "name": "electron-prompt", + "version": "1.7.0", + "author": "p-sam", + "license": "MIT" + }, + { + "name": "electron-publish", + "version": "26.15.3", + "author": "Vladimir Krivosheev", + "license": "MIT" + }, + { + "name": "electron-winstaller", + "version": "5.4.0", + "author": "-", + "license": "MIT" + }, + { + "name": "emoji-picker-element", + "version": "1.29.1", + "author": "Nolan Lawson", + "license": "Apache-2.0" + }, + { + "name": "emoji-picker-element-data", + "version": "1.8.0", + "author": "Nolan Lawson", + "license": "Apache-2.0" + }, + { + "name": "emoji-regex", + "version": "8.0.0", + "author": "Mathias Bynens", + "license": "MIT" + }, + { + "name": "end-of-stream", + "version": "1.1.0", + "author": "Mathias Buus", + "license": "MIT" + }, + { + "name": "enhanced-resolve", + "version": "5.24.1", + "author": "Tobias Koppers @sokra", + "license": "MIT" + }, + { + "name": "entities", + "version": "7.0.1", + "author": "Felix Boehm", + "license": "BSD-2-Clause" + }, + { + "name": "env-paths", + "version": "2.2.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "err-code", + "version": "2.0.2", + "author": "IndigoUnited", + "license": "MIT" + }, + { + "name": "es-abstract", + "version": "1.5.0", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "es-define-property", + "version": "1.0.1", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "es-errors", + "version": "1.3.0", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "es-module-lexer", + "version": "2.0.0", + "author": "Guy Bedford", + "license": "MIT" + }, + { + "name": "es-object-atoms", + "version": "1.0.0", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "es-set-tostringtag", + "version": "2.1.0", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "es-to-primitive", + "version": "1.1.0", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "es6-error", + "version": "4.1.1", + "author": "Ben Youngblood", + "license": "MIT" + }, + { + "name": "escalade", + "version": "3.1.1", + "author": "Luke Edwards", + "license": "MIT" + }, + { + "name": "escape-string-regexp", + "version": "4.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "eslint", + "version": "9.39.5", + "author": "Nicholas C. Zakas", + "license": "MIT" + }, + { + "name": "eslint-config-prettier", + "version": "10.1.8", + "author": "Simon Lydell", + "license": "MIT" + }, + { + "name": "eslint-plugin-prettier", + "version": "5.5.6", + "author": "Teddy Katz", + "license": "MIT" + }, + { + "name": "eslint-plugin-security", + "version": "3.0.1", + "author": "Node Security Project", + "license": "Apache-2.0" + }, + { + "name": "eslint-plugin-vue", + "version": "10.10.0", + "author": "Toru Nagashima", + "license": "MIT" + }, + { + "name": "eslint-scope", + "version": "8.2.0", + "author": "-", + "license": "BSD-2-Clause" + }, + { + "name": "eslint-visitor-keys", + "version": "3.4.3", + "author": "Toru Nagashima", + "license": "Apache-2.0" + }, + { + "name": "esmangle-evaluator", + "version": "1.0.0", + "author": "Andres Suarez", + "license": "Unknown" + }, + { + "name": "espree", + "version": "10.3.0", + "author": "Nicholas C. Zakas", + "license": "BSD-2-Clause" + }, + { + "name": "esprima-fb", + "version": "12001.1.0-dev-harmony-fb", + "author": "Ariya Hidayat", + "license": "BSD" + }, + { + "name": "esquery", + "version": "1.6.0", + "author": "Joel Feenstra", + "license": "BSD-3-Clause" + }, + { + "name": "esrecurse", + "version": "4.3.0", + "author": "-", + "license": "BSD-2-Clause" + }, + { + "name": "estraverse", + "version": "5.1.0", + "author": "-", + "license": "BSD-2-Clause" + }, + { + "name": "estree-walker", + "version": "2.0.2", + "author": "Rich Harris", + "license": "MIT" + }, + { + "name": "esutils", + "version": "2.0.3", + "author": "-", + "license": "BSD-2-Clause" + }, + { + "name": "execa", + "version": "0.10.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "expect-type", + "version": "1.3.0", + "author": "-", + "license": "Apache-2.0" + }, + { + "name": "exponential-backoff", + "version": "3.1.1", + "author": "Sami Sayegh", + "license": "Apache-2.0" + }, + { + "name": "fake-indexeddb", + "version": "6.2.5", + "author": "Jeremy Scheff", + "license": "Apache-2.0" + }, + { + "name": "falafel", + "version": "1.0.1", + "author": "James Halliday", + "license": "MIT" + }, + { + "name": "fast-deep-equal", + "version": "3.1.3", + "author": "Evgeny Poberezkin", + "license": "MIT" + }, + { + "name": "fast-diff", + "version": "1.1.2", + "author": "Jason Chen", + "license": "Apache-2.0" + }, + { + "name": "fast-json-stable-stringify", + "version": "2.1.0", + "author": "James Halliday", + "license": "MIT" + }, + { + "name": "fast-levenshtein", + "version": "2.0.6", + "author": "Ramesh Nair", + "license": "MIT" + }, + { + "name": "fast-uri", + "version": "4.1.2", + "author": "Vincent Le Goff", + "license": "BSD-3-Clause" + }, + { + "name": "fd-package-json", + "version": "2.0.0", + "author": "James Garbutt", + "license": "MIT" + }, + { + "name": "fdir", + "version": "6.4.3", + "author": "thecodrr", + "license": "MIT" + }, + { + "name": "fflate", + "version": "0.8.0", + "author": "Arjun Barrett", + "license": "MIT" + }, + { + "name": "file-entry-cache", + "version": "8.0.0", + "author": "Jared Wray", + "license": "MIT" + }, + { + "name": "filelist", + "version": "1.0.1", + "author": "Matthew Eernisse", + "license": "Apache-2.0" + }, + { + "name": "find-up", + "version": "3.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "flat-cache", + "version": "4.0.1", + "author": "Jared Wray", + "license": "MIT" + }, + { + "name": "flatted", + "version": "3.4.2", + "author": "Andrea Giammarchi", + "license": "ISC" + }, + { + "name": "for-each", + "version": "0.3.3", + "author": "Raynos", + "license": "MIT" + }, + { + "name": "foreach", + "version": "2.0.6", + "author": "Manuel Stofer", + "license": "MIT" + }, + { + "name": "foreground-child", + "version": "3.1.0", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "form-data", + "version": "4.0.6", + "author": "Felix Geisendörfer", + "license": "MIT" + }, + { + "name": "formatly", + "version": "0.3.0", + "author": "Josh Goldberg ✨", + "license": "MIT" + }, + { + "name": "fs-extra", + "version": "7.0.1", + "author": "JP Richardson", + "license": "MIT" + }, + { + "name": "fs-minipass", + "version": "3.0.3", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "fs.realpath", + "version": "1.0.0", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "function-bind", + "version": "1.0.2", + "author": "Raynos", + "license": "MIT" + }, + { + "name": "geotiff", + "version": "3.0.5", + "author": "Fabian Schindler", + "license": "MIT" + }, + { + "name": "get-caller-file", + "version": "1.0.1", + "author": "Stefan Penner", + "license": "ISC" + }, + { + "name": "get-intrinsic", + "version": "1.2.6", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "get-stream", + "version": "3.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "get-tsconfig", + "version": "4.14.0", + "author": "Hiroki Osame", + "license": "MIT" + }, + { + "name": "glob", + "version": "7.2.3", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "glob-parent", + "version": "6.0.2", + "author": "Gulp Team", + "license": "ISC" + }, + { + "name": "global-agent", + "version": "3.0.0", + "author": "Gajus Kuizinas", + "license": "BSD-3-Clause" + }, + { + "name": "globals", + "version": "14.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "globalthis", + "version": "1.0.1", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "gopd", + "version": "1.2.0", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "got", + "version": "11.8.6", + "author": "-", + "license": "MIT" + }, + { + "name": "graceful-fs", + "version": "4.1.2", + "author": "-", + "license": "ISC" + }, + { + "name": "has-flag", + "version": "4.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "has-symbols", + "version": "1.0.3", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "has-tostringtag", + "version": "1.0.2", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "hash-wasm", + "version": "4.12.0", + "author": "Dani Biró", + "license": "MIT" + }, + { + "name": "hasown", + "version": "2.0.4", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "hosted-git-info", + "version": "2.8.9", + "author": "Rebecca Turner", + "license": "ISC" + }, + { + "name": "html-encoding-sniffer", + "version": "6.0.0", + "author": "Domenic Denicola", + "license": "MIT" + }, + { + "name": "html-escaper", + "version": "2.0.0", + "author": "Andrea Giammarchi", + "license": "MIT" + }, + { + "name": "http-cache-semantics", + "version": "4.1.1", + "author": "Kornel Lesiński", + "license": "BSD-2-Clause" + }, + { + "name": "http-proxy-agent", + "version": "7.0.0", + "author": "Nathan Rajlich", + "license": "MIT" + }, + { + "name": "http2-wrapper", + "version": "1.0.0-beta.5.2", + "author": "Szymon Marczak", + "license": "MIT" + }, + { + "name": "https-proxy-agent", + "version": "7.0.0", + "author": "Nathan Rajlich", + "license": "MIT" + }, + { + "name": "iconv-lite", + "version": "0.7.2", + "author": "Alexander Shtuchkin", + "license": "MIT" + }, + { + "name": "ignore", + "version": "5.3.2", + "author": "kael", + "license": "MIT" + }, + { + "name": "immediate", + "version": "3.0.5", + "author": "-", + "license": "MIT" + }, + { + "name": "import-fresh", + "version": "3.3.1", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "imurmurhash", + "version": "0.1.4", + "author": "Jens Taylor", + "license": "MIT" + }, + { + "name": "inflight", + "version": "1.0.4", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "inherits", + "version": "2.0.1", + "author": "-", + "license": "ISC" + }, + { + "name": "inherits", + "version": "2.0.0", + "author": "Isaac Z. Schlueter", + "license": "WTFPL2" + }, + { + "name": "ini", + "version": "1.3.6", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "inline-process-browser", + "version": "1.0.0", + "author": "Calvin W. Metcalf", + "license": "MIT" + }, + { + "name": "invert-kv", + "version": "2.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "ip-address", + "version": "10.5.0", + "author": "Beau Gunderson", + "license": "MIT" + }, + { + "name": "is-blob", + "version": "2.1.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "is-callable", + "version": "1.1.1", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "is-date-object", + "version": "1.0.1", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "is-extglob", + "version": "2.1.1", + "author": "Jon Schlinkert", + "license": "MIT" + }, + { + "name": "is-fullwidth-code-point", + "version": "1.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "is-glob", + "version": "4.0.3", + "author": "Jon Schlinkert", + "license": "MIT" + }, + { + "name": "is-potential-custom-element-name", + "version": "1.0.1", + "author": "Mathias Bynens", + "license": "MIT" + }, + { + "name": "is-regex", + "version": "1.0.3", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "is-stream", + "version": "1.1.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "is-symbol", + "version": "1.0.1", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "isarray", + "version": "0.0.1", + "author": "Julian Gruber", + "license": "MIT" + }, + { + "name": "isbinaryfile", + "version": "4.0.8", + "author": "-", + "license": "MIT" + }, + { + "name": "isexe", + "version": "2.0.0", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "isexe", + "version": "3.1.5", + "author": "Isaac Z. Schlueter", + "license": "BlueOak-1.0.0" + }, + { + "name": "istanbul-lib-coverage", + "version": "3.2.2", + "author": "Krishnan Anantheswaran", + "license": "BSD-3-Clause" + }, + { + "name": "istanbul-lib-report", + "version": "3.0.1", + "author": "Krishnan Anantheswaran", + "license": "BSD-3-Clause" + }, + { + "name": "istanbul-reports", + "version": "3.2.0", + "author": "Krishnan Anantheswaran", + "license": "BSD-3-Clause" + }, + { + "name": "jackspeak", + "version": "3.1.2", + "author": "Isaac Z. Schlueter", + "license": "BlueOak-1.0.0" + }, + { + "name": "jake", + "version": "10.8.5", + "author": "Matthew Eernisse", + "license": "Apache-2.0" + }, + { + "name": "jiti", + "version": "2.4.2", + "author": "-", + "license": "MIT" + }, + { + "name": "js-beautify", + "version": "1.14.9", + "author": "Einar Lielmanis", + "license": "MIT" + }, + { + "name": "js-tokens", + "version": "10.0.0", + "author": "Simon Lydell", + "license": "MIT" + }, + { + "name": "js-yaml", + "version": "5.2.3", + "author": "Vladimir Zapparov", + "license": "MIT" + }, + { + "name": "jsdom", + "version": "29.1.1", + "author": "-", + "license": "MIT" + }, + { + "name": "json-buffer", + "version": "3.0.1", + "author": "Dominic Tarr", + "license": "MIT" + }, + { + "name": "json-schema-traverse", + "version": "0.4.1", + "author": "Evgeny Poberezkin", + "license": "MIT" + }, + { + "name": "json-stable-stringify-without-jsonify", + "version": "1.0.1", + "author": "James Halliday", + "license": "MIT" + }, + { + "name": "json-stringify-pretty-compact", + "version": "4.0.0", + "author": "Simon Lydell", + "license": "MIT" + }, + { + "name": "json-stringify-safe", + "version": "5.0.1", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "json5", + "version": "2.2.3", + "author": "Aseem Kishore", + "license": "MIT" + }, + { + "name": "jsonfile", + "version": "4.0.0", + "author": "JP Richardson", + "license": "MIT" + }, + { + "name": "jsqr", + "version": "1.4.0", + "author": "-", + "license": "Apache-2.0" + }, + { + "name": "jszip", + "version": "3.10.1", + "author": "Stuart Knightley", + "license": "(MIT OR GPL-3.0-or-later)" + }, + { + "name": "keycharm", + "version": "0.4.0", + "author": "Alex de Mulder", + "license": "(Apache-2.0 OR MIT)" + }, + { + "name": "keyv", + "version": "4.0.0", + "author": "Jared Wray", + "license": "MIT" + }, + { + "name": "knip", + "version": "6.29.0", + "author": "Lars Kappert", + "license": "ISC" + }, + { + "name": "lazy-val", + "version": "1.0.5", + "author": "Vladimir Krivosheev", + "license": "MIT" + }, + { + "name": "lcid", + "version": "2.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "lerc", + "version": "3.0.0", + "author": "Esri", + "license": "Apache-2.0" + }, + { + "name": "levn", + "version": "0.4.1", + "author": "George Zahariev", + "license": "MIT" + }, + { + "name": "lie", + "version": "3.3.0", + "author": "-", + "license": "MIT" + }, + { + "name": "lightningcss", + "version": "1.32.0", + "author": "-", + "license": "MPL-2.0" + }, + { + "name": "lightningcss-linux-x64-gnu", + "version": "1.32.0", + "author": "-", + "license": "MPL-2.0" + }, + { + "name": "locate-path", + "version": "3.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "lodash", + "version": "4.18.0", + "author": "John-David Dalton", + "license": "MIT" + }, + { + "name": "lodash.merge", + "version": "4.6.2", + "author": "John-David Dalton", + "license": "MIT" + }, + { + "name": "lowercase-keys", + "version": "2.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "lru-cache", + "version": "6.0.0", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "lru-cache", + "version": "11.3.5", + "author": "Isaac Z. Schlueter", + "license": "BlueOak-1.0.0" + }, + { + "name": "magic-string", + "version": "0.30.21", + "author": "Rich Harris", + "license": "MIT" + }, + { + "name": "magicast", + "version": "0.5.2", + "author": "-", + "license": "MIT" + }, + { + "name": "make-dir", + "version": "4.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "make-fetch-happen", + "version": "15.0.6", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "mapbox-to-css-font", + "version": "3.2.0", + "author": "Andreas Hocevar", + "license": "BSD-2-Clause" + }, + { + "name": "marked", + "version": "18.0.7", + "author": "Christopher Jeffrey", + "license": "MIT" + }, + { + "name": "matcher", + "version": "3.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "math-intrinsics", + "version": "1.0.0", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "mdn-data", + "version": "2.27.1", + "author": "Mozilla Developer Network", + "license": "CC0-1.0" + }, + { + "name": "mem", + "version": "3.0.1", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "micron-parser", + "version": "0.0.0", + "author": "-", + "license": "Unknown" + }, + { + "name": "mime", + "version": "2.5.2", + "author": "Robert Kieffer", + "license": "MIT" + }, + { + "name": "mime-db", + "version": "1.52.0", + "author": "-", + "license": "MIT" + }, + { + "name": "mime-types", + "version": "2.1.35", + "author": "-", + "license": "MIT" + }, + { + "name": "mimic-fn", + "version": "1.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "mimic-response", + "version": "1.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "mini-svg-data-uri", + "version": "1.2.3", + "author": "Taylor “Tigt” Hunt", + "license": "MIT" + }, + { + "name": "minimatch", + "version": "3.1.4", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "minimatch", + "version": "10.2.3", + "author": "Isaac Z. Schlueter", + "license": "BlueOak-1.0.0" + }, + { + "name": "minimist", + "version": "1.2.8", + "author": "James Halliday", + "license": "MIT" + }, + { + "name": "minipass", + "version": "3.0.0", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "minipass-collect", + "version": "2.0.1", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "minipass-fetch", + "version": "5.0.2", + "author": "GitHub Inc.", + "license": "MIT" + }, + { + "name": "minipass-flush", + "version": "1.0.7", + "author": "Isaac Z. Schlueter", + "license": "BlueOak-1.0.0" + }, + { + "name": "minipass-pipeline", + "version": "1.2.4", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "minipass-sized", + "version": "2.0.0", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "minizlib", + "version": "3.0.1", + "author": "Isaac Z. Schlueter", + "license": "MIT" + }, + { + "name": "mrmime", + "version": "2.0.0", + "author": "Luke Edwards", + "license": "MIT" + }, + { + "name": "ms", + "version": "2.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "muggle-string", + "version": "0.4.1", + "author": "-", + "license": "MIT" + }, + { + "name": "nanoid", + "version": "3.3.18", + "author": "Andrey Sitnik", + "license": "MIT" + }, + { + "name": "natural-compare", + "version": "1.4.0", + "author": "Lauri Rooden", + "license": "MIT" + }, + { + "name": "negotiator", + "version": "1.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "node-abi", + "version": "4.2.0", + "author": "Lukas Geiger", + "license": "MIT" + }, + { + "name": "node-api-version", + "version": "0.2.1", + "author": "Tim Fish", + "license": "MIT" + }, + { + "name": "node-gyp", + "version": "12.2.0", + "author": "Nathan Rajlich", + "license": "MIT" + }, + { + "name": "node-int64", + "version": "0.4.0", + "author": "Robert Kieffer", + "license": "MIT" + }, + { + "name": "nopt", + "version": "6.0.0", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "normalize-url", + "version": "6.0.1", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "npm-run-path", + "version": "2.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "nth-check", + "version": "2.1.1", + "author": "Felix Boehm", + "license": "BSD-2-Clause" + }, + { + "name": "number-is-nan", + "version": "1.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "numcodecs", + "version": "0.3.2", + "author": "Trevor Manz", + "license": "MIT" + }, + { + "name": "object-assign", + "version": "4.1.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "object-keys", + "version": "1.0.8", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "obug", + "version": "2.1.1", + "author": "Kevin Deng", + "license": "MIT" + }, + { + "name": "ol", + "version": "10.9.0", + "author": "-", + "license": "BSD-2-Clause" + }, + { + "name": "ol-mapbox-style", + "version": "13.4.1", + "author": "-", + "license": "BSD-2-Clause" + }, + { + "name": "once", + "version": "1.3.0", + "author": "Isaac Z. Schlueter", + "license": "BSD" + }, + { + "name": "optionator", + "version": "0.9.4", + "author": "George Zahariev", + "license": "MIT" + }, + { + "name": "os-locale", + "version": "3.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "oxc-parser", + "version": "0.140.0", + "author": "Boshen and oxc contributors", + "license": "MIT" + }, + { + "name": "oxc-resolver", + "version": "11.24.2", + "author": "-", + "license": "MIT" + }, + { + "name": "p-cancelable", + "version": "2.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "p-finally", + "version": "1.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "p-is-promise", + "version": "1.1.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "p-limit", + "version": "2.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "p-locate", + "version": "3.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "p-map", + "version": "7.0.6", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "p-try", + "version": "2.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "package-json-from-dist", + "version": "1.0.0", + "author": "Isaac Z. Schlueter", + "license": "BlueOak-1.0.0" + }, + { + "name": "pako", + "version": "1.0.2", + "author": "-", + "license": "MIT" + }, + { + "name": "pako", + "version": "2.0.4", + "author": "-", + "license": "(MIT AND Zlib)" + }, + { + "name": "parent-module", + "version": "1.0.1", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "parse-headers", + "version": "2.0.2", + "author": "David Björklund", + "license": "MIT" + }, + { + "name": "parse5", + "version": "8.0.1", + "author": "Ivan Nikulin", + "license": "MIT" + }, + { + "name": "path-browserify", + "version": "1.0.1", + "author": "James Halliday", + "license": "MIT" + }, + { + "name": "path-exists", + "version": "3.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "path-is-absolute", + "version": "1.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "path-key", + "version": "2.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "path-scurry", + "version": "1.11.1", + "author": "Isaac Z. Schlueter", + "license": "BlueOak-1.0.0" + }, + { + "name": "pathe", + "version": "2.0.3", + "author": "-", + "license": "MIT" + }, + { + "name": "pbf", + "version": "4.0.1", + "author": "Konstantin Kaefer", + "license": "BSD-3-Clause" + }, + { + "name": "pe-library", + "version": "0.4.0", + "author": "jet", + "license": "MIT" + }, + { + "name": "picocolors", + "version": "1.1.1", + "author": "Alexey Raspopov", + "license": "ISC" + }, + { + "name": "picomatch", + "version": "4.0.4", + "author": "Jon Schlinkert", + "license": "MIT" + }, + { + "name": "pkijs", + "version": "3.4.0", + "author": "Yury Strozhevsky", + "license": "BSD-3-Clause" + }, + { + "name": "playwright", + "version": "1.61.1", + "author": "Microsoft Corporation", + "license": "Apache-2.0" + }, + { + "name": "playwright-core", + "version": "1.61.1", + "author": "Microsoft Corporation", + "license": "Apache-2.0" + }, + { + "name": "plist", + "version": "3.0.5", + "author": "Nathan Rajlich", + "license": "MIT" + }, + { + "name": "pngjs", + "version": "5.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "postcss", + "version": "8.5.26", + "author": "Andrey Sitnik", + "license": "MIT" + }, + { + "name": "postcss-selector-parser", + "version": "7.1.4", + "author": "-", + "license": "MIT" + }, + { + "name": "postject", + "version": "1.0.0-alpha.6", + "author": "-", + "license": "MIT" + }, + { + "name": "prelude-ls", + "version": "1.2.1", + "author": "George Zahariev", + "license": "MIT" + }, + { + "name": "prettier", + "version": "3.9.6", + "author": "James Long", + "license": "MIT" + }, + { + "name": "prettier-linter-helpers", + "version": "1.0.1", + "author": "-", + "license": "MIT" + }, + { + "name": "private", + "version": "0.1.5", + "author": "Ben Newman", + "license": "MIT" + }, + { + "name": "proc-log", + "version": "6.0.0", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "process-nextick-args", + "version": "1.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "progress", + "version": "2.0.3", + "author": "TJ Holowaychuk", + "license": "MIT" + }, + { + "name": "promise-retry", + "version": "2.0.1", + "author": "IndigoUnited", + "license": "MIT" + }, + { + "name": "proper-lockfile", + "version": "4.1.2", + "author": "André Cruz", + "license": "MIT" + }, + { + "name": "proto-list", + "version": "1.2.1", + "author": "Isaac Z. Schlueter", + "license": "MIT" + }, + { + "name": "protocol-buffers-schema", + "version": "3.6.1", + "author": "Mathias Buus", + "license": "MIT" + }, + { + "name": "pump", + "version": "3.0.0", + "author": "Mathias Buus Madsen", + "license": "MIT" + }, + { + "name": "punycode", + "version": "2.3.1", + "author": "Mathias Bynens", + "license": "MIT" + }, + { + "name": "pvtsutils", + "version": "1.3.6", + "author": "PeculiarVentures", + "license": "MIT" + }, + { + "name": "pvutils", + "version": "1.1.3", + "author": "Yury Strozhevsky", + "license": "MIT" + }, + { + "name": "qrcode", + "version": "1.5.4", + "author": "Ryan Day", + "license": "MIT" + }, + { + "name": "quick-lru", + "version": "5.1.1", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "quickselect", + "version": "2.0.0", + "author": "Vladimir Agafonkin", + "license": "ISC" + }, + { + "name": "rbush", + "version": "4.0.0", + "author": "Volodymyr Agafonkin", + "license": "MIT" + }, + { + "name": "read-binary-file-arch", + "version": "1.0.6", + "author": "Samuel Maddock", + "license": "MIT" + }, + { + "name": "readable-stream", + "version": "1.0.31", + "author": "-", + "license": "MIT" + }, + { + "name": "recast", + "version": "0.10.1", + "author": "Ben Newman", + "license": "MIT" + }, + { + "name": "reference-spec-reader", + "version": "0.2.0", + "author": "manzt", + "license": "MIT" + }, + { + "name": "regexp-tree", + "version": "0.1.1", + "author": "Dmitry Soshnikov", + "license": "MIT" + }, + { + "name": "require-directory", + "version": "2.1.1", + "author": "Troy Goode", + "license": "MIT" + }, + { + "name": "require-from-string", + "version": "2.0.2", + "author": "Vsevolod Strukchinsky", + "license": "MIT" + }, + { + "name": "require-main-filename", + "version": "1.0.1", + "author": "Ben Coe", + "license": "ISC" + }, + { + "name": "resedit", + "version": "1.7.0", + "author": "jet", + "license": "MIT" + }, + { + "name": "resolve-alpn", + "version": "1.0.0", + "author": "Szymon Marczak", + "license": "MIT" + }, + { + "name": "resolve-from", + "version": "4.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "resolve-pkg-maps", + "version": "1.0.0", + "author": "Hiroki Osame", + "license": "MIT" + }, + { + "name": "resolve-protobuf-schema", + "version": "2.1.0", + "author": "Mathias Buus", + "license": "MIT" + }, + { + "name": "responselike", + "version": "2.0.0", + "author": "lukechilds", + "license": "MIT" + }, + { + "name": "retry", + "version": "0.12.0", + "author": "Tim Koschützki", + "license": "MIT" + }, + { + "name": "rimraf", + "version": "2.6.2", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "roarr", + "version": "2.15.3", + "author": "Gajus Kuizinas", + "license": "BSD-3-Clause" + }, + { + "name": "rolldown", + "version": "1.1.5", + "author": "-", + "license": "MIT" + }, + { + "name": "rw", + "version": "1.3.3", + "author": "Mike Bostock", + "license": "BSD-3-Clause" + }, + { + "name": "safe-buffer", + "version": "5.1.1", + "author": "Feross Aboukhadijeh", + "license": "MIT" + }, + { + "name": "safe-regex", + "version": "2.1.1", + "author": "James C.", + "license": "MIT" + }, + { + "name": "safer-buffer", + "version": "2.1.2", + "author": "Nikita Skovoroda", + "license": "MIT" + }, + { + "name": "sanitize-filename", + "version": "1.6.3", + "author": "Parsha Pourkhomami", + "license": "WTFPL OR ISC" + }, + { + "name": "sax", + "version": "1.2.4", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "saxes", + "version": "6.0.0", + "author": "Louis-Dominique Dubeau", + "license": "ISC" + }, + { + "name": "semver", + "version": "7.5.2", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "semver-compare", + "version": "1.0.0", + "author": "James Halliday", + "license": "MIT" + }, + { + "name": "serialize-error", + "version": "7.0.1", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "set-blocking", + "version": "2.0.0", + "author": "Ben Coe", + "license": "ISC" + }, + { + "name": "setimmediate", + "version": "1.0.5", + "author": "YuzuJS", + "license": "MIT" + }, + { + "name": "shebang-command", + "version": "2.0.0", + "author": "Kevin Mårtensson", + "license": "MIT" + }, + { + "name": "shebang-regex", + "version": "3.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "siginfo", + "version": "2.0.0", + "author": "Emil Bay", + "license": "ISC" + }, + { + "name": "signal-exit", + "version": "3.0.0", + "author": "Ben Coe", + "license": "ISC" + }, + { + "name": "simple-update-notifier", + "version": "2.0.0", + "author": "alexbrazier", + "license": "MIT" + }, + { + "name": "sirv", + "version": "3.0.2", + "author": "Luke Edwards", + "license": "MIT" + }, + { + "name": "smart-buffer", + "version": "4.2.0", + "author": "Josh Glazebrook", + "license": "MIT" + }, + { + "name": "smol-toml", + "version": "1.7.0", + "author": "Cynthia Rey", + "license": "BSD-3-Clause" + }, + { + "name": "socks", + "version": "2.8.0", + "author": "Josh Glazebrook", + "license": "MIT" + }, + { + "name": "socks-proxy-agent", + "version": "8.0.3", + "author": "Nathan Rajlich", + "license": "MIT" + }, + { + "name": "source-map", + "version": "0.6.0", + "author": "Nick Fitzgerald", + "license": "BSD-3-Clause" + }, + { + "name": "source-map", + "version": "0.3.0", + "author": "Nick Fitzgerald", + "license": "BSD" + }, + { + "name": "source-map-js", + "version": "1.2.1", + "author": "Valentin 7rulnik Semirulnik", + "license": "BSD-3-Clause" + }, + { + "name": "source-map-support", + "version": "0.5.19", + "author": "-", + "license": "MIT" + }, + { + "name": "sprintf-js", + "version": "1.1.2", + "author": "Alexandru Mărășteanu", + "license": "BSD-3-Clause" + }, + { + "name": "ssri", + "version": "13.0.1", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "stackback", + "version": "0.0.2", + "author": "Roman Shtylman", + "license": "MIT" + }, + { + "name": "stat-mode", + "version": "1.0.0", + "author": "Nathan Rajlich", + "license": "MIT" + }, + { + "name": "std-env", + "version": "4.0.0-rc.1", + "author": "-", + "license": "MIT" + }, + { + "name": "string-width", + "version": "1.0.1", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "string.prototype.trim", + "version": "1.1.2", + "author": "Jordan Harband", + "license": "MIT" + }, + { + "name": "string_decoder", + "version": "0.10.24", + "author": "-", + "license": "MIT" + }, + { + "name": "strip-ansi", + "version": "6.0.1", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "strip-eof", + "version": "1.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "strip-json-comments", + "version": "3.1.1", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "sumchecker", + "version": "3.0.1", + "author": "Mark Lee", + "license": "Apache-2.0" + }, + { + "name": "supports-color", + "version": "7.1.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "symbol-tree", + "version": "3.2.4", + "author": "Joris van der Wel", + "license": "MIT" + }, + { + "name": "synckit", + "version": "0.11.13", + "author": "JounQin", + "license": "MIT" + }, + { + "name": "tailwindcss", + "version": "4.3.3", + "author": "-", + "license": "MIT" + }, + { + "name": "tapable", + "version": "2.3.3", + "author": "Tobias Koppers @sokra", + "license": "MIT" + }, + { + "name": "tar", + "version": "7.5.21", + "author": "Isaac Z. Schlueter", + "license": "BlueOak-1.0.0" + }, + { + "name": "temp", + "version": "0.9.0", + "author": "Bruce Williams", + "license": "MIT" + }, + { + "name": "temp-file", + "version": "3.4.0", + "author": "Vladimir Krivosheev", + "license": "MIT" + }, + { + "name": "terser", + "version": "5.49.0", + "author": "Mihai Bazon", + "license": "BSD-2-Clause" + }, + { + "name": "through2", + "version": "0.6.2", + "author": "Rod Vagg", + "license": "MIT" + }, + { + "name": "tiny-async-pool", + "version": "1.3.0", + "author": "Rafael Xavier de Souza", + "license": "MIT" + }, + { + "name": "tinybench", + "version": "2.9.0", + "author": "-", + "license": "MIT" + }, + { + "name": "tinyexec", + "version": "1.0.2", + "author": "James Garbutt", + "license": "MIT" + }, + { + "name": "tinyglobby", + "version": "0.2.12", + "author": "Superchupu", + "license": "MIT" + }, + { + "name": "tinyqueue", + "version": "3.0.0", + "author": "-", + "license": "ISC" + }, + { + "name": "tinyrainbow", + "version": "3.1.0", + "author": "-", + "license": "MIT" + }, + { + "name": "tldts", + "version": "7.0.5", + "author": "Rémi Berson", + "license": "MIT" + }, + { + "name": "tldts-core", + "version": "7.0.5", + "author": "Rémi Berson", + "license": "MIT" + }, + { + "name": "tmp", + "version": "0.2.7", + "author": "KARASZI István", + "license": "MIT" + }, + { + "name": "tmp-promise", + "version": "3.0.2", + "author": "Benjamin Gruenbaum and Collaborators.", + "license": "MIT" + }, + { + "name": "totalist", + "version": "3.0.0", + "author": "Luke Edwards", + "license": "MIT" + }, + { + "name": "tough-cookie", + "version": "6.0.1", + "author": "Jeremy Stashewsky", + "license": "BSD-3-Clause" + }, + { + "name": "tr46", + "version": "6.0.0", + "author": "Sebastian Mayr", + "license": "MIT" + }, + { + "name": "truncate-utf8-bytes", + "version": "1.0.0", + "author": "Carl Xiong", + "license": "WTFPL" + }, + { + "name": "tslib", + "version": "2.8.1", + "author": "Microsoft Corp.", + "license": "0BSD" + }, + { + "name": "type-check", + "version": "0.4.0", + "author": "George Zahariev", + "license": "MIT" + }, + { + "name": "type-fest", + "version": "0.13.1", + "author": "Sindre Sorhus", + "license": "(MIT OR CC0-1.0)" + }, + { + "name": "typescript", + "version": "6.0.3", + "author": "Microsoft Corp.", + "license": "Apache-2.0" + }, + { + "name": "unbash", + "version": "4.0.3", + "author": "Lars Kappert", + "license": "ISC" + }, + { + "name": "undici", + "version": "7.29.0", + "author": "-", + "license": "MIT" + }, + { + "name": "undici-types", + "version": "7.16.0", + "author": "-", + "license": "MIT" + }, + { + "name": "universalify", + "version": "0.1.0", + "author": "Ryan Zimmerman", + "license": "MIT" + }, + { + "name": "unreachable-branch-transform", + "version": "0.3.0", + "author": "Andres Suarez", + "license": "MIT" + }, + { + "name": "unzipit", + "version": "2.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "unzipper", + "version": "0.12.3", + "author": "Evan Oxfeld", + "license": "MIT" + }, + { + "name": "upath", + "version": "2.0.1", + "author": "Angelos Pikoulas", + "license": "MIT" + }, + { + "name": "uri-js", + "version": "4.4.1", + "author": "Gary Court", + "license": "BSD-2-Clause" + }, + { + "name": "utf8-byte-length", + "version": "1.0.1", + "author": "Carl Xiong", + "license": "WTFPL" + }, + { + "name": "util-deprecate", + "version": "1.0.1", + "author": "Nathan Rajlich", + "license": "MIT" + }, + { + "name": "uuid", + "version": "14.0.1", + "author": "-", + "license": "MIT" + }, + { + "name": "vis-data", + "version": "7.1.10", + "author": "-", + "license": "(Apache-2.0 OR MIT)" + }, + { + "name": "vis-network", + "version": "9.1.13", + "author": "-", + "license": "(Apache-2.0 OR MIT)" + }, + { + "name": "vis-util", + "version": "5.0.7", + "author": "Alex de Mulder", + "license": "(Apache-2.0 OR MIT)" + }, + { + "name": "vite", + "version": "8.1.5", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "vite-plugin-vuetify", + "version": "2.1.3", + "author": "Kael Watts-Deuchar", + "license": "MIT" + }, + { + "name": "vitest", + "version": "4.1.10", + "author": "Anthony Fu", + "license": "MIT" + }, + { + "name": "vscode-uri", + "version": "3.0.8", + "author": "Microsoft", + "license": "MIT" + }, + { + "name": "vue", + "version": "3.5.40", + "author": "Evan You", + "license": "MIT" + }, + { + "name": "vue-component-type-helpers", + "version": "3.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "vue-eslint-parser", + "version": "10.4.1", + "author": "Toru Nagashima", + "license": "MIT" + }, + { + "name": "vue-i18n", + "version": "11.4.7", + "author": "kazuya kawaguchi", + "license": "MIT" + }, + { + "name": "vue-router", + "version": "4.6.4", + "author": "Eduardo San Martin Morote", + "license": "MIT" + }, + { + "name": "vue-tsc", + "version": "3.3.7", + "author": "-", + "license": "MIT" + }, + { + "name": "vuetify", + "version": "3.12.10", + "author": "John Leider", + "license": "MIT" + }, + { + "name": "w3c-xmlserializer", + "version": "5.0.0", + "author": "-", + "license": "MIT" + }, + { + "name": "walk-up-path", + "version": "4.0.0", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "web-worker", + "version": "1.5.0", + "author": "-", + "license": "Apache-2.0" + }, + { + "name": "webcrypto-core", + "version": "1.9.2", + "author": "PeculiarVentures", + "license": "MIT" + }, + { + "name": "webidl-conversions", + "version": "8.0.1", + "author": "Domenic Denicola", + "license": "BSD-2-Clause" + }, + { + "name": "whatwg-mimetype", + "version": "5.0.0", + "author": "Domenic Denicola", + "license": "MIT" + }, + { + "name": "whatwg-url", + "version": "16.0.1", + "author": "Sebastian Mayr", + "license": "MIT" + }, + { + "name": "which", + "version": "2.0.1", + "author": "GitHub Inc.", + "license": "ISC" + }, + { + "name": "which-module", + "version": "2.0.0", + "author": "nexdrew", + "license": "ISC" + }, + { + "name": "why-is-node-running", + "version": "2.3.0", + "author": "Mathias Buus", + "license": "MIT" + }, + { + "name": "word-wrap", + "version": "1.2.5", + "author": "Jon Schlinkert", + "license": "MIT" + }, + { + "name": "wrap-ansi", + "version": "2.0.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "wrappy", + "version": "1.0.0", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "xml-name-validator", + "version": "5.0.0", + "author": "Domenic Denicola", + "license": "Apache-2.0" + }, + { + "name": "xml-utils", + "version": "1.10.2", + "author": "Daniel J. Dufour", + "license": "CC0-1.0" + }, + { + "name": "xmlbuilder", + "version": "9.0.7", + "author": "Ozgur Ozcitak", + "license": "MIT" + }, + { + "name": "xmlchars", + "version": "2.2.0", + "author": "Louis-Dominique Dubeau", + "license": "MIT" + }, + { + "name": "xtend", + "version": "4.0.0", + "author": "Raynos", + "license": "MIT" + }, + { + "name": "y18n", + "version": "5.0.5", + "author": "Ben Coe", + "license": "ISC" + }, + { + "name": "yallist", + "version": "4.0.0", + "author": "Isaac Z. Schlueter", + "license": "ISC" + }, + { + "name": "yallist", + "version": "5.0.0", + "author": "Isaac Z. Schlueter", + "license": "BlueOak-1.0.0" + }, + { + "name": "yaml", + "version": "2.9.0", + "author": "Eemeli Aro", + "license": "ISC" + }, + { + "name": "yargs", + "version": "12.0.5", + "author": "-", + "license": "MIT" + }, + { + "name": "yargs-parser", + "version": "21.1.1", + "author": "Ben Coe", + "license": "ISC" + }, + { + "name": "yocto-queue", + "version": "0.1.0", + "author": "Sindre Sorhus", + "license": "MIT" + }, + { + "name": "zarrita", + "version": "0.7.1", + "author": "-", + "license": "MIT" + }, + { + "name": "zod", + "version": "4.4.3", + "author": "Colin McDonnell", + "license": "MIT" + }, + { + "name": "zstddec", + "version": "0.2.0", + "author": "Don McCurdy", + "license": "MIT AND BSD-3-Clause" + } ] diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f22295c8..cef64c82 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ overrides: strip-ansi: 6.0.1 strip-ansi>ansi-regex: 5.0.1 braces: '>=3.0.3' - brace-expansion: 5.0.2 + brace-expansion: 5.0.8 browserslist: '>=4.16.5' cross-spawn: '>=7.0.5' debug: '>=4.3.1' @@ -23,18 +23,18 @@ overrides: ejs: '>=3.1.10' glob: '>=10.5.0' '@electron/asar>glob': 7.2.3 - minimatch@3.1.4>brace-expansion: 1.1.12 + minimatch@3.1.4>brace-expansion: 1.1.17 got: '>=11.8.6' hosted-git-info: '>=2.8.9' http-cache-semantics: '>=4.1.1' ini: '>=1.3.6' - js-yaml: '>=4.2.0' + js-yaml: '>=5.2.2' lodash: '>=4.17.24' micromatch: '>=4.0.8' minimatch: '>=10.2.3' '@electron/asar>minimatch': 3.1.4 minimist: '>=1.2.8' - fast-uri: '>=3.1.2' + fast-uri: '>=4.1.2' ms: '>=2.0.0' picomatch: '>=4.0.4' plist: '>=3.0.5' @@ -44,11 +44,14 @@ overrides: flatted: '>=3.4.2' tar: '>=7.5.16' tmp: '>=0.2.7' - undici: 7.28.0 + undici: 7.29.0 + nanoid: '>=3.3.17 <4.0.0' + postcss: '>=8.5.23' + ip-address: '>=10.3.1' webpack: '>=5.104.0' y18n: '>=5.0.5' yargs-parser: 21.1.1 - '@isaacs/brace-expansion': '>=5.0.1' + '@isaacs/brace-expansion': '>=5.0.8' '@tootallnate/once': '>=3.0.1' patchedDependencies: @@ -1382,11 +1385,11 @@ packages: resolution: {integrity: sha512-HRZPIjPcbwAVQvOTxR4YE3o8Xs98NqbbL1iEZDCz7CL8ql0Lt5iOyJFxfnAB0oFs8Oh02F/lLlg30Mexv46LjA==} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - brace-expansion@1.1.12: - resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} + brace-expansion@1.1.17: + resolution: {integrity: sha512-w+aeW/mkgM4PyRMOJCgi3fOrTm5Q8QY1OSfn2TO2iuDj3ezIHqejmuxbjfPrqUkgqRew1iqkyAn0tr0ZwHD9+w==} - brace-expansion@5.0.2: - resolution: {integrity: sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==} + brace-expansion@5.0.8: + resolution: {integrity: sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==} engines: {node: 20 || >=22} buffer-from@1.0.0: @@ -1906,8 +1909,8 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fast-uri@4.1.1: - resolution: {integrity: sha512-YPOs1zD5TG2+EZt+r88LwF6mclA7TPkpwMP7ZN3TO2HiHS8TXvq7QA/17iJsV9dubcLo/f8eEYqMBruyQV21hQ==} + fast-uri@4.1.2: + resolution: {integrity: sha512-TyGmBcbDTZXcb2cj5MV89DrF42DKvb3y5DDUNh95iO+IMeAzMkVSxK1PZRrRIpc9yg8U2GhGdbofNa0LS/a4Bw==} fd-package-json@2.0.0: resolution: {integrity: sha512-jKmm9YtsNXN789RS/0mSzOC1NUq9mkVd65vbSSVsKdjGvYXBuE4oWe2QOEoFeRmJg+lPuZxpmrfFclNhoRMneQ==} @@ -2215,8 +2218,8 @@ packages: resolution: {integrity: sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==} engines: {node: '>=4'} - ip-address@9.0.5: - resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} + ip-address@10.5.0: + resolution: {integrity: sha512-R5SnVLJmgYYvf2F2ZgwSBnelz5G4q5AxIC277GDfUaNbrZKNANcBC7RHqYYePlszf4kBolVkJauG0ZjHHFh55g==} engines: {node: '>= 12'} is-blob@2.1.0: @@ -2332,17 +2335,10 @@ packages: js-tokens@10.0.0: resolution: {integrity: sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==} - js-yaml@4.2.0: - resolution: {integrity: sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==} + js-yaml@5.2.3: + resolution: {integrity: sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==} hasBin: true - js-yaml@5.2.1: - resolution: {integrity: sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==} - hasBin: true - - jsbn@1.1.0: - resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} - jsdom@29.1.1: resolution: {integrity: sha512-ECi4Fi2f7BdJtUKTflYRTiaMxIB0O6zfR1fX0GXpUrf6flp8QIYn1UT20YQqdSOfk2dfkCwS8LAFoJDEppNK5Q==} engines: {node: ^20.19.0 || ^22.13.0 || >=24.0.0} @@ -2757,13 +2753,8 @@ packages: muggle-string@0.4.1: resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} - nanoid@3.3.12: - resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - - nanoid@3.3.16: - resolution: {integrity: sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==} + nanoid@3.3.18: + resolution: {integrity: sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -2999,12 +2990,8 @@ packages: resolution: {integrity: sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==} engines: {node: '>=4'} - postcss@8.5.19: - resolution: {integrity: sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==} - engines: {node: ^10 || ^12 || >=14} - - postcss@8.5.22: - resolution: {integrity: sha512-KBDEIpLrvpv16pp3K0Fw+UCoZfopFjjgeB+0tA/aaThfEE74kKDLrgg603YvOWJyg3+WYtyq3xYsQWsIyZlPqQ==} + postcss@8.5.26: + resolution: {integrity: sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==} engines: {node: ^10 || ^12 || >=14} postject@1.0.0-alpha.6: @@ -3266,10 +3253,6 @@ packages: engines: {node: '>= 16.0.0', npm: '>= 3.0.0'} deprecated: please use 2.8.1 to fix package-lock issue - source-map-js@1.0.2: - resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} - engines: {node: '>=0.10.0'} - source-map-js@1.2.1: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} @@ -3295,9 +3278,6 @@ packages: sprintf-js@1.1.2: resolution: {integrity: sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==} - sprintf-js@1.1.3: - resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} - ssri@13.0.1: resolution: {integrity: sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -3494,8 +3474,8 @@ packages: undici-types@7.16.0: resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} - undici@7.28.0: - resolution: {integrity: sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==} + undici@7.29.0: + resolution: {integrity: sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==} engines: {node: '>=20.18.1'} universalify@0.1.0: @@ -4073,7 +4053,7 @@ snapshots: globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.1 - js-yaml: 5.2.1 + js-yaml: 5.2.3 minimatch: 10.2.5 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -4126,14 +4106,14 @@ snapshots: '@intlify/message-compiler@11.4.7': dependencies: '@intlify/shared': 11.4.7 - source-map-js: 1.0.2 + source-map-js: 1.2.1 '@intlify/shared@11.4.7': {} '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 - string-width-cjs: string-width@4.2.0 + string-width-cjs: string-width@4.2.3 strip-ansi: 6.0.1 strip-ansi-cjs: strip-ansi@6.0.1 wrap-ansi: 8.1.0 @@ -4718,7 +4698,7 @@ snapshots: '@vue/shared': 3.5.40 estree-walker: 2.0.2 magic-string: 0.30.21 - postcss: 8.5.19 + postcss: 8.5.26 source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.40': @@ -4832,7 +4812,7 @@ snapshots: ajv@8.18.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 4.1.1 + fast-uri: 4.1.2 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -4891,7 +4871,7 @@ snapshots: hosted-git-info: 2.8.9 isbinaryfile: 5.0.0 jiti: 2.4.2 - js-yaml: 4.2.0 + js-yaml: 5.2.3 json5: 2.2.3 lazy-val: 1.0.5 minimatch: 10.2.3 @@ -4955,12 +4935,12 @@ snapshots: boolean@3.0.1: optional: true - brace-expansion@1.1.12: + brace-expansion@1.1.17: dependencies: balanced-match: 1.0.0 concat-map: 0.0.1 - brace-expansion@5.0.2: + brace-expansion@5.0.8: dependencies: balanced-match: 4.0.4 @@ -4983,7 +4963,7 @@ snapshots: fs-extra: 10.1.0 http-proxy-agent: 7.0.0 https-proxy-agent: 7.0.0 - js-yaml: 4.2.0 + js-yaml: 5.2.3 sanitize-filename: 1.6.3 source-map-support: 0.5.19 stat-mode: 1.0.0 @@ -5211,7 +5191,7 @@ snapshots: app-builder-lib: 26.15.3(dmg-builder@26.15.3)(electron-builder-squirrel-windows@26.15.3) builder-util: 26.15.3 fs-extra: 10.1.0 - js-yaml: 4.2.0 + js-yaml: 5.2.3 transitivePeerDependencies: - electron-builder-squirrel-windows - supports-color @@ -5529,7 +5509,7 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-uri@4.1.1: {} + fast-uri@4.1.2: {} fd-package-json@2.0.0: dependencies: @@ -5864,10 +5844,7 @@ snapshots: invert-kv@2.0.0: {} - ip-address@9.0.5: - dependencies: - jsbn: 1.1.0 - sprintf-js: 1.1.3 + ip-address@10.5.0: {} is-blob@2.1.0: {} @@ -5952,16 +5929,10 @@ snapshots: js-tokens@10.0.0: {} - js-yaml@4.2.0: + js-yaml@5.2.3: dependencies: argparse: 2.0.1 - js-yaml@5.2.1: - dependencies: - argparse: 2.0.1 - - jsbn@1.1.0: {} - jsdom@29.1.1(@noble/hashes@2.2.0): dependencies: '@asamuzakjp/css-color': 5.1.11 @@ -5979,7 +5950,7 @@ snapshots: saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 6.0.1 - undici: 7.28.0 + undici: 7.29.0 w3c-xmlserializer: 5.0.0 webidl-conversions: 8.0.1 whatwg-mimetype: 5.0.0 @@ -6265,15 +6236,15 @@ snapshots: minimatch@10.2.3: dependencies: - brace-expansion: 5.0.2 + brace-expansion: 5.0.8 minimatch@10.2.5: dependencies: - brace-expansion: 5.0.2 + brace-expansion: 5.0.8 minimatch@3.1.4: dependencies: - brace-expansion: 1.1.12 + brace-expansion: 1.1.17 minimist@1.2.8: {} @@ -6330,9 +6301,7 @@ snapshots: muggle-string@0.4.1: {} - nanoid@3.3.12: {} - - nanoid@3.3.16: {} + nanoid@3.3.18: {} natural-compare@1.4.0: {} @@ -6592,15 +6561,9 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss@8.5.19: + postcss@8.5.26: dependencies: - nanoid: 3.3.12 - picocolors: 1.1.1 - source-map-js: 1.2.1 - - postcss@8.5.22: - dependencies: - nanoid: 3.3.16 + nanoid: 3.3.18 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -6871,11 +6834,9 @@ snapshots: socks@2.8.0: dependencies: - ip-address: 9.0.5 + ip-address: 10.5.0 smart-buffer: 4.2.0 - source-map-js@1.0.2: {} - source-map-js@1.2.1: {} source-map-support@0.5.19: @@ -6899,8 +6860,6 @@ snapshots: sprintf-js@1.1.2: optional: true - sprintf-js@1.1.3: {} - ssri@13.0.1: dependencies: minipass: 7.0.3 @@ -7096,7 +7055,7 @@ snapshots: undici-types@7.16.0: {} - undici@7.28.0: {} + undici@7.29.0: {} universalify@0.1.0: {} @@ -7168,7 +7127,7 @@ snapshots: dependencies: lightningcss: 1.33.0 picomatch: 4.0.4 - postcss: 8.5.22 + postcss: 8.5.26 rolldown: 1.1.5 tinyglobby: 0.2.17 optionalDependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e43c3804..272a1bb9 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -23,7 +23,7 @@ overrides: strip-ansi: "6.0.1" "strip-ansi>ansi-regex": "5.0.1" braces: ">=3.0.3" - brace-expansion: "5.0.2" + brace-expansion: "5.0.8" browserslist: ">=4.16.5" cross-spawn: ">=7.0.5" debug: ">=4.3.1" @@ -33,18 +33,18 @@ overrides: ejs: ">=3.1.10" glob: ">=10.5.0" "@electron/asar>glob": "7.2.3" - "minimatch@3.1.4>brace-expansion": "1.1.12" + "minimatch@3.1.4>brace-expansion": "1.1.17" got: ">=11.8.6" hosted-git-info: ">=2.8.9" http-cache-semantics: ">=4.1.1" ini: ">=1.3.6" - js-yaml: ">=4.2.0" + js-yaml: ">=5.2.2" lodash: ">=4.17.24" micromatch: ">=4.0.8" minimatch: ">=10.2.3" "@electron/asar>minimatch": "3.1.4" minimist: ">=1.2.8" - fast-uri: ">=3.1.2" + fast-uri: ">=4.1.2" ms: ">=2.0.0" picomatch: ">=4.0.4" plist: ">=3.0.5" @@ -54,11 +54,14 @@ overrides: flatted: ">=3.4.2" tar: ">=7.5.16" tmp: ">=0.2.7" - undici: "7.28.0" + undici: "7.29.0" + nanoid: ">=3.3.17 <4.0.0" + postcss: ">=8.5.23" + ip-address: ">=10.3.1" webpack: ">=5.104.0" y18n: ">=5.0.5" yargs-parser: "21.1.1" - "@isaacs/brace-expansion": ">=5.0.1" + "@isaacs/brace-expansion": ">=5.0.8" "@tootallnate/once": ">=3.0.1" patchedDependencies: diff --git a/pyproject.toml b/pyproject.toml index 268d9148..ded0aabe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools", ] dependencies = [ - "aiohttp>=3.14.1", + "aiohttp>=3.14.3", "lxmf>=1.1.0", "psutil>=7.2.2", "pyserial>=3.5", @@ -28,7 +28,7 @@ dependencies = [ "websockets>=16.0", "bcrypt>=5.0.0,<6.0.0", "aiohttp-session>=2.12.1,<3.0.0", - "cryptography>=49.0.0,<50.0.0", + "cryptography>=50.0.0,<51.0.0", "pycparser>=3.0", "audioop-lts>=0.2.2; python_version >= '3.13'", "ply>=3.11,<4.0", @@ -51,6 +51,11 @@ rns-filesync = "rns_filesync.cli:main" [project.urls] Homepage = "https://github.com/Quad4-Software/MeshChatX" +[tool.uv] +constraint-dependencies = [ + "h2>=4.4.1", +] + [tool.setuptools.packages.find] where = [".", "vendor/lxmfy", "vendor/rns_filesync"] include = ["meshchatx*", "lxmfy*", "rns_filesync*"] diff --git a/requirements.txt b/requirements.txt index d0c2231d..d3c12c9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,108 +5,108 @@ aiohappyeyeballs==2.6.1 \ --hash=sha256:c3f9d0113123803ccadfdf3f0faa505bc78e6a72d1cc4806cbd719826e943558 \ --hash=sha256:f349ba8f4b75cb25c99c5c2d84e997e485204d2902a9597802b0371f09331fb8 # via aiohttp -aiohttp==3.14.1 \ - --hash=sha256:03ab4530fdcb3a543a122ba4b65ac9919da9fe9f78a03d328a6e38ff962f7aa5 \ - --hash=sha256:07eabb979d236335fed927e137a928c9adfb7df3b9ec7aa31726f133a62be983 \ - --hash=sha256:10ee9c1753a8f706345b22496c79fbddb5be0599e0823f3738b1534058e25340 \ - --hash=sha256:1601cc37baf5750ccacae618ec2daf020769581695550e3b654a911f859c563d \ - --hash=sha256:1ac8531b638959718e18c2207fbfe297819875da46a740b29dfa29beba64355a \ - --hash=sha256:1b9748363260121d2927704f5d4fc498150669ca3ae93625986ee89c8f80dcd4 \ - --hash=sha256:1c1421eb01d4fd608d88cc8290211d177a58532b55ad94076fb349c5bf467f0a \ - --hash=sha256:1c1af67559445498b502030c35c59db59966f47041ca9de5b4e707f86bd10b5f \ - --hash=sha256:1d459b98a932296c6f0e94f87511a0b1b90a8a02c30a50e60a297619cd5a58ee \ - --hash=sha256:20205f7f5ade7aaec9f4b500549bbc071b046453aed72f9c06dcab87896a83e8 \ - --hash=sha256:237651caadc3a59badd39319c54642b5299e9cc98a3a194310e55d5bb9f5e397 \ - --hash=sha256:250d14af67f6b6a1a4a811049b1afa69d61d617fca6bf33149b3ab1a6dbcf7b8 \ - --hash=sha256:269b76ac5394092b95bc4a098f4fc6c191c083c3bd12775d1e30e663132f6a09 \ - --hash=sha256:27fd7c91e51729b4f7e1577865fa6d34c9adccbc39aabe9000285b48af9f0ec2 \ - --hash=sha256:2964cbf553df4d7a57348da44d961d871895fc1ee4e8c322b2a95612c7b17fba \ - --hash=sha256:2a73f487ab8ef5abbb24b7aa9b73e98eaba9e9e031804ff2416f02eca315ccaf \ - --hash=sha256:2aa92c87868cd13674989f9ee83e5f9f7ea4237589b728048e1f0c8f6caa3271 \ - --hash=sha256:2b7edd08e0a5deb1e8564a2fcd8f4561014a3f05252334671bbf55ddd47db0e5 \ - --hash=sha256:2c840c90759922cb5e6dda94596e079a30fb5a5ba548e7e0dc00574703940847 \ - --hash=sha256:2f73e01dc37122325caf079982621262f96d74823c179038a82fddfc50359264 \ - --hash=sha256:2fbc3ed048b3475b9f0cbcb9978e9d2d3511acd91ead203af26ed9f0056004cf \ - --hash=sha256:307f2cff90a764d329e77040603fa032db89c5c24fdad50c4c15334cba744035 \ - --hash=sha256:313701e488100074ce99850404ee36e741abf6330179fec908a1944ecf570126 \ - --hash=sha256:317acd9f8602858dc7d59679812c376c7f0b97bcbbf16e0d6237f54141d8a8a6 \ - --hash=sha256:335c0cc3e3545ce98dcb9cfcb836f40c3411f43fa03dab757597d80c89af8a35 \ - --hash=sha256:34b257ec41345c1e8f2df68fa908a7952f5de932723871eb633ecbbff396c9a4 \ - --hash=sha256:367a9314fdc79dab0fac96e216cb41dd73c85bdca85306ce8999118ba7e0f333 \ - --hash=sha256:38e1e7daaea81df51c952e18483f323d878499a1e2bfe564790e0f9701d6f203 \ - --hash=sha256:3e6fc1a85fa7194a1a7d19f44e8609180f4a8eb5fa4c7ed8b4355f080fad235c \ - --hash=sha256:4132e72c608fe9fecb8f409113567605915b83e9bdd3ea56538d2f9cd35002f1 \ - --hash=sha256:4691802dda97be727f79d86818acaad7eb8e9252626a1d6b519fedbb92d5e251 \ - --hash=sha256:47ddf841cdecc810749921d25606dee45857d12d2ad5ddb7b5bd7eab12e4b365 \ - --hash=sha256:486f7d16ed54c39c2cbd7ca71fd8ba2b8bb7860df65bd7b6ed640bab96a38a8b \ - --hash=sha256:4cd96b5ba05d67ed0cf00b5b405c8cd99586d8e3481e8ee0a831057591af7621 \ - --hash=sha256:4d6e0ac9da31c9c04c84e1c0182ad8d6df35965a85cae29cd71d089621b3ae94 \ - --hash=sha256:4dfd6e47d3c44c2279907607f73a4240b88c69eb8b90da7e2441a8045dfd21da \ - --hash=sha256:4fe1f1087cbadb280b5e1bb054a4f00d1423c74d6626c5e48400d871d34ecefe \ - --hash=sha256:5663ee9257cfa1add7253a7da3035a02f31b6600ec48261585e1800a81533080 \ - --hash=sha256:5c0b3e614340c889d575451696374c9d17affd54cd607ca0babed8f8c37b9397 \ - --hash=sha256:5e78b522b7a6e27e0b25d19b247b75039ac4c94f99823e3c9e53ae1603a9f7e9 \ - --hash=sha256:5f2504bc0322437c9a1ff6d3333ca56c7477b727c995f036b976ae17b98372c8 \ - --hash=sha256:603a2c834142172ffddc054067f5ec0ca65d57a0aa98a71bc81952573208e345 \ - --hash=sha256:62a759436b29e677181a9e76bab8b8f689a29cb9c535f45f7c48c9c830d3f8c3 \ - --hash=sha256:634e385930fb6d2d479cf3aa66515955863b77a5e3c2b5894ca259a25b308602 \ - --hash=sha256:64c567bf9eaf664280116a8688f63016e6b32db2505908e2bdaca1b6438142f2 \ - --hash=sha256:686b6c0d3911ec387b444ddf5dc62fb7f7c0a7d5186a7861626496a5ab4aff95 \ - --hash=sha256:6f71173be42d3241d428f760122febb748de0623f44308a6f120d0dd9ec572e3 \ - --hash=sha256:6ffbb2f4ec1ceaff7e07d43922954da26b223d188bf30658e561b98e23089444 \ - --hash=sha256:73f05ea02013e02512c3bf42714f1208c57168c779cc6fe23516e4543089d0a6 \ - --hash=sha256:764457a7be60825fb770a644852ff717bcbb5042f189f2bd16df61a81b3f6573 \ - --hash=sha256:797457503c2d426bee06eef808d07b31ede30b65e054444e7de64cad0061b7af \ - --hash=sha256:7c106c26852ca1c2047c6b80384f17100b4e439af276f21ef3d4e2f450ae7e15 \ - --hash=sha256:7fb4bdf95b0561a79f259f9d28fbc109728c5ee7f27aff6391f0ca703a329abe \ - --hash=sha256:819c054312f1af92947e6a55883d1b66feefab11531a7fc45e0fb9b63880b5c2 \ - --hash=sha256:8560b4d712474335d08907db7973f71912d3a9a8f1dee992ec06b5d2fe359496 \ - --hash=sha256:86a6dab78b0e43e2897a3bbe15745aa60dc5423ca437b7b0b164c069bf91b876 \ - --hash=sha256:87a5eea1b2a5e21e1ebdbb33ad4165359189327e63fc4e4894693e7f821ac817 \ - --hash=sha256:896e12dfdbbab9d8f7e16d2b28c6769a60126fa92095d1ebf9473d02593a2448 \ - --hash=sha256:90d53f1609c29ccc2193945ef732428382a28f78d0456ae4d3daf0d48b74f0f6 \ - --hash=sha256:915fbb7b41b115192259f8c9ae58f3ddc444d2b5579917270211858e606a4afd \ - --hash=sha256:93b032b5ec3255473c143627d21a69ac74ae12f7f33974cb587c564d11b1066f \ - --hash=sha256:979ed4717f59b8bb12e3963378fa285d93d367e15bcd66c721311826d3c44a6c \ - --hash=sha256:97e704dcd26271f5bda3fa07c3ce0fb76d6d3f8659f4baa1a24442cc9ba177ca \ - --hash=sha256:99abd37084b82f5830c635fddd0b4993b9742a66eb746dacf433c8590e8f9e3c \ - --hash=sha256:9af6779bfb46abf124068327abcdf9ce95c9ef8287a3e8da76ccf2d0f16c28fa \ - --hash=sha256:9e8f2d660c350b3d0e259c7a7e3d9b7fc8b41210cbcc3d4a7076ff0a5e5c2fdc \ - --hash=sha256:a24f677ebe83749039e7bdf862ff0bbb16818ae4193d4ef96505e269375bcce0 \ - --hash=sha256:a9875b46d910cff3ea2f5962f9d266b465459fe634e22556ab9bd6fc1192eea0 \ - --hash=sha256:aa00140699487bd435fde4342d85c94cb256b7cd3a5b9c3396c67f19922afda2 \ - --hash=sha256:ae6be797afdef264e8a84864a85b196ca06045586481b3df8a967322fd2fa844 \ - --hash=sha256:af8b4b81a960eeaf1234971ac3cd0ba5901f3cd42eae42a46b4d089a8b492719 \ - --hash=sha256:b165790117eea512d7f3fb22f1f6dad3d55a7189571993eb015591c1401276d1 \ - --hash=sha256:b3a03285a7f9c7b016324574a6d92a1c895da6b978cb8f1deee3ac72bc6da178 \ - --hash=sha256:b6feea921016eb3d4e04d65fc4e9ca402d1a3801f562aef94989f54694917af3 \ - --hash=sha256:b6ff7fcee63287ae57b5df3e4f5957ce032122802509246dec1a5bcc55904c95 \ - --hash=sha256:b821a1f7dedf7e37450654e620038ac3b2e81e8fa6ea269337e97101978ec730 \ - --hash=sha256:bb2c0c80d431c0d03f2c7dbf125150fedd4f0de17366a7ca33f7ccb822391842 \ - --hash=sha256:bcfb80a2cc36fba2534e5e5b5264dc7ae6fcd9bf15256da3e53d2f499e6fa29d \ - --hash=sha256:bd869c427324e5cb15195793de951295710db28be7d818247f3097b4ab5d4b96 \ - --hash=sha256:bedb0cd073cc2dc035e30aeb99444389d3cd2113afe4ef9fcd23d439f5bade85 \ - --hash=sha256:c389c482a7e9b9dc3ee2701ac46c4125297a3818875b9c305ddb603c04828fd1 \ - --hash=sha256:c6fa4dc7ad6f8109c70bb1499e589f76b0b792baf39f9b017eb92c8a81d0a199 \ - --hash=sha256:c83afe0ba876be7e943d2e0ba645809ad441575d2840c895c21ee5de93b9377a \ - --hash=sha256:cb21957bb8aca671c1765e32f58164cf0c50e6bf41c0bbbd16da20732ecaf588 \ - --hash=sha256:cf4491381b1b57425c315a56a439251b1bdac07b2275f19a8c44bc57744532ec \ - --hash=sha256:d03f281ed22579314ba00821ce20115a7c0ac430660b4cc05704a3f818b3e004 \ - --hash=sha256:d35143e27778b4bb0fb189562d7f275bff79c62ab8e98459717c0ea617ff2480 \ - --hash=sha256:d3b1a184a9a8f548a6b73f1e26b96b052193e4b3175ed7342aaf1151a1f00a04 \ - --hash=sha256:d44ec478e713ee7f29b439f7eb8dc2b9d4079e11ae114d2c2ac3d5daf30516c8 \ - --hash=sha256:de538791a80e5d862addbc183f70f0158ac9b9bb872bb147f1fd2a683691e087 \ - --hash=sha256:e509a55f681e6158c20f70f102f9cf61fb20fbc382272bc6d94b7343f2582780 \ - --hash=sha256:ec8dc383ee57ea3e883477dcca3f11b65d58199f1080acaf4cd6ad9a99698be4 \ - --hash=sha256:ed09c7eb1c391271c2ed0314a51903e72a3acb653d5ccfc264cdf3ef11f8269d \ - --hash=sha256:eeea07c4397bbc57719c4eed8f9c284874d4f175f9b6d57f7a1546b976d455ca \ - --hash=sha256:eefd9cc9b6d4a2db5f00a26bc3e4f9acf71926a6ec557cd56c9c6f27c290b665 \ - --hash=sha256:f234b4deb12f3ad59127e037bc57c40c21e45b45282df7d3a55a0f409f595296 \ - --hash=sha256:f380468b09d2a81633ee863b0ec5648d364bd17bb8ecfb8c2f387f7ac1faf42c \ - --hash=sha256:f5e6ff2bdbb8f4cd3fbe41f99e25bbcd58e3bf9f13d3dd31a11e7917251cc77a \ - --hash=sha256:f7a16ef45b081454ef844502d87a848876c490c4cb5c650c230f6ec79ed2c1e7 \ - --hash=sha256:faccab372e66bc76d5731525e7f1143c922271725b9d38c9f97edcc66266b451 \ - --hash=sha256:fc0cacab7ba4e56f0f81c82a98c09bed2f39c940107b03a34b168bdf7597edd3 +aiohttp==3.14.3 \ + --hash=sha256:03cd2bde3d7f085b64e549c985f4bb928cad7e8ecf5323bfca320db548d81b39 \ + --hash=sha256:041badb8f84396357c4d3ad26de6afd7a32b112f43d3c63045c0c8278cfd2043 \ + --hash=sha256:0a5ff2dfbb9ce645fa5b8ef3e02c6c0b9cc3f6030ff863d0c51fffc50cb5541b \ + --hash=sha256:11fb37ef075669eee52ab1928fbf6e1741fada40409fa309ebde9607a962aebf \ + --hash=sha256:152516815ef926786a0b6ae2b8f1fd2e0c71582dee0b435636865316fd4891b7 \ + --hash=sha256:1576145bdceeb92382d899751e12743a3a5b8e460a841e3e50543859e54864dc \ + --hash=sha256:16100ad3ab8d649fdfbee87602d9d2dcdca9df0b9eda8a1b5fdc0d41f96da559 \ + --hash=sha256:16ea7e24c309fb7c0bbd505d149abe4fe4dccfb8db911db7dbec0921bc889a6f \ + --hash=sha256:18c441d0a8fca6de8d1f546849b9f0ab20d435993e2c5b59562b2fae6be2f929 \ + --hash=sha256:18cb43369747b2ae007bd2655fb8e63a099c2ff1d207962943636dac989b3147 \ + --hash=sha256:1c5ec8fb1bcc31a8466f74aaf26c345d5c386fa4bd08a3f0eb9c7a4a3fe8b5bf \ + --hash=sha256:1caa7b0d05f3e3a36f87788c59e970a7ee1cefcfcbb924a9f138c4a6551c9cb7 \ + --hash=sha256:21c016079415ed3fd676963e9793700a566d85dbbd6bfc564b9b2d209147dcc8 \ + --hash=sha256:2498f0fe69ead802f9675beca44a7c21c62fdaa4ec5145ea1c3ad6edbee29f85 \ + --hash=sha256:25bd2708db6bdf6a6630dd37bdcdfcb47c4434d22ac69c64665b802910140b30 \ + --hash=sha256:270d3dace9ca2f10f0da5d8ebe519b7a310fc6112ed916e32df5866df0888553 \ + --hash=sha256:2e1161602f45a54de2ce0905243a95f58cb42dcd378402f3697f5e0b21e9d2e7 \ + --hash=sha256:2e9878ae68e4a5f1c0abe4dd497dbc3d51946f5837b56759e2a02e78fa90ef86 \ + --hash=sha256:30402d03a7c0ff52bce290b57e564e9079fd9d0cb545c8aba73f86a103162d2e \ + --hash=sha256:33a2d7c28d33797a2e99923dffa63f83d908a19b6bf26cfe80fa790aa5e1a75a \ + --hash=sha256:362a3fd481769cac1a824514bcd86fda51c65e8fe6e051099e008fddde6db17c \ + --hash=sha256:38901a84da3ce22249f6e860bf8f90d141bcab7da090cc398f8bb58c0e44b7da \ + --hash=sha256:39aded8c7f3b935b54aab1d8d73c70ec0ee2d3ec3b943e0e86611bc150ba47f5 \ + --hash=sha256:3a26434dafe408229ff3403458ca58de24fb51936504decac49ce6755f77e59d \ + --hash=sha256:3ae5b3a59436d089b5395d910121a390feed4d00578eb95a0fd1a329fe963100 \ + --hash=sha256:3d4f72af88ac2474bb5bca640030320e3d38a0163a1d7533500e87be458eef71 \ + --hash=sha256:3f42e9b78301f11c8f861746175d8b9c1ccef713fcad9eab396e2f6db8ed4a22 \ + --hash=sha256:42a67efc36300d052fb4508a53e8b6901b9284b599ae63945c377569c5fcc1e1 \ + --hash=sha256:498c6c623134f8e09a3c4e60bcd607a0b4590dd7dbf08dd40851b27cbb520ccb \ + --hash=sha256:49f7325beb0f85ef4aef5f48f490269575f83e6e2acad00a1d80b807eb027062 \ + --hash=sha256:4e3ac92d90e92773b2362d506068e9a948192bd553e743c5b2429e28527c8661 \ + --hash=sha256:530125ee1163c4219af35dc3aa1206e541e7b31b6efc1a3f93b70a136f65d427 \ + --hash=sha256:53e5179d8abb5710f8e83ba207c41c8d1261fcffd4616500e15ca2b7a33be10a \ + --hash=sha256:53e7b4ce82b54a8bcc71b3b67a5cbd177ca1d7f592cbc92cd38b7349f73482db \ + --hash=sha256:543906c127fb1d929b95076db19b83fa2d46751006ff1e23b093aa5ac4d8db42 \ + --hash=sha256:54cfcdee2770dac994417cbb0ee1f3eb0e7cb6b30c79bf44f2c02ff79ec5124a \ + --hash=sha256:55bdcc472aafe2de4a253045cc128007a64f1e0264fb675791e132ea5edaa3bd \ + --hash=sha256:56f355e79f71aef2a85c80305cc915f894b170dba76de5fe84f6351939b83c06 \ + --hash=sha256:5895ef58c4620afe02fa16044f023dc4dafec08158f9d08874a46a7dbc0341b8 \ + --hash=sha256:5bcb6ff3fdab1258a192679ff1a05d44f59626430aa05cd1a9d2447423599228 \ + --hash=sha256:5f08ec777f35ee70720233b8b9811d3bb5d728137f30ac91b7457709c3261ac0 \ + --hash=sha256:614c61d478b83953e261d02bb2df750f17227cd33ef8002945bf5aebbde21919 \ + --hash=sha256:617105e2c3018ee38d0c8ce5ee3c84f621a6d8b9f723202aacaff28449ca91ee \ + --hash=sha256:7041d52c3a7fa20c9e8c182b534704abb19502c8bdcbde7ab23bfda6f642394f \ + --hash=sha256:74ab5b6a9fb13e873e5a90946588baecaf488745e1db1a4a5c433f971f035098 \ + --hash=sha256:78253b573e6ffab5028924fc98bc281aae05445969982a10864bc360dea2016c \ + --hash=sha256:7a75aa63cbf9b21cfaf60dc2657e19df2c2867d91707d653fee171ffeedd1371 \ + --hash=sha256:8800c996b01c2772a783e3e46f3e1abd5823029adca0df54231960de9bfefa5b \ + --hash=sha256:89176250f686cb9853c0fb7ead90e639e915b84a6f43eedc2a4e7ec21f1037f0 \ + --hash=sha256:8a5fd34f7f7410d1730d5c2ba873cacb2eed3fede366feb268a70ba22581ed8f \ + --hash=sha256:8b3b60de05f3dcb6f6a00f818bb2ec781cee4de0645f59ccaf99b1d1823b6100 \ + --hash=sha256:8f2f1c4c032c7cedd7d8da6f54c97b70266c6570c3108d3fdffee7188bb70529 \ + --hash=sha256:9491196535a88924a60afd5b5f434b5b203b6cc616250878dbdb223a8f7844bc \ + --hash=sha256:9aa6e61fdf20105c4144e755bd586008ff450791d67b1c8146fdc15959c4d51c \ + --hash=sha256:9d9edccfe496b476db5f398d97b865e9a6752bcf8aec4eef8390ce20fb64bb41 \ + --hash=sha256:9fc7b5bfec6573f3ae844f457fdde5adeb713f8b8e4a81ad64fc207b49383716 \ + --hash=sha256:a0dc483c00da8b673abbb367eb6f8d8f4bcec30eb58529ea13cb42e7fd2dfa33 \ + --hash=sha256:a4af35c443e0b1a1bd6a8af3f3485d7fda15c142751a00f3ff8090f0b93346fa \ + --hash=sha256:a94dbaae5ae27bd849c93570669bff91e0510f33a80805738e3de72a7be0447b \ + --hash=sha256:ac74facc01463f138b0da5580329cfcc82818dea5656e83ddcd11268fc12ff80 \ + --hash=sha256:ad4c8b7488d745d2ca4838ebd8ae5ba9b56341d30b1da43640e4ce87f9f49646 \ + --hash=sha256:b014a6ed7cf912e787149fdc529166d3ceabac23f26efeea3158c9aba2354e7e \ + --hash=sha256:b20032766aedf6261c7a566585a40867d092ac03a0d81592d5370ef9b054f99b \ + --hash=sha256:b2466434105a4e03113c36ec775cc2ebe6676b62eae326fa670bb607ef788c1c \ + --hash=sha256:b304db572b4368edd8dda8a2274f73156fe15558fca4a917cb8a09fc47af5963 \ + --hash=sha256:ba59d59aba08ac02fc03b0c8983ccd5ee39a199d0552ce9e6d2b4845b34d59ae \ + --hash=sha256:bd52f811e65f6fb634b1047159657c98f52b407f8efec907bcfc09da9a4c0a25 \ + --hash=sha256:c23ec8ee9d5ab2f5421f9c7fffce208435607af27fd46d4a44e031954352838f \ + --hash=sha256:c39846c3aad97a8530c89d7a3869a8f8e9e3762c6ac0504481e5c80948f7e807 \ + --hash=sha256:c7d3a97c678d34fc5b59da671ee9cd630096ddc643e7b5a30d54a2a6f3574d3f \ + --hash=sha256:c8653fd547c93a61aadc612007790f5555cdd18946fa48cf45e26d8ea4ea473d \ + --hash=sha256:cc7cb243a68167172f48c1fd43cee91ec4b1d40cefd190edd43369d1a6bc9c82 \ + --hash=sha256:ccd4893707b3e2a13e39c90d43cf80edf2e4d0457935bcc103bf2346214c3f15 \ + --hash=sha256:cd817772b2fcf2b8c0905795318485f9ec16eae60b29feb7f4c77085311637f0 \ + --hash=sha256:cef89a58e628c4efcac3275c2d68083f82426dcdc89c1492a6f654f9f7ea6ab9 \ + --hash=sha256:d1558173930a5a8d3069cee5c92fc91c87c4dbcb099debbb3622053717145a19 \ + --hash=sha256:d6088ec9894113802bddb3c09e974929aed2c7b3a8c456219b8aab4481f1a239 \ + --hash=sha256:d6218d92e450824e9b4881f44e8c09f1853b490f9a64130801024a4793b1b3b0 \ + --hash=sha256:d77640cc618c1d99fc4f8589c0f24a730adfa54eb1e57ef7bf0c8dfb78da898c \ + --hash=sha256:d7d2deec16eeedf55f2c7cf75b521ea3856a5177e123844f8fd0f114ce252cb5 \ + --hash=sha256:db332af25642007330fca8be5c4d194caf2bea7a7fc84415aff3497af5dfee6b \ + --hash=sha256:dd54d0e8717de95939766febac482ac0474d8ac3b048115f9f2b1d23a16e7db4 \ + --hash=sha256:ddcac3c6b382e81f1dd0499199d4136b877beb4cb5ef770bbbfba56c4b8f55d2 \ + --hash=sha256:df82f3787c940c94986b34222d59c9e38843fba85139f36e85255a82ad5355a9 \ + --hash=sha256:dfa68deb2a443bdaa3ea5297b0699c1464f08aef3812b486d1348eee61b07dc0 \ + --hash=sha256:dff9461ec275f22135650d5ba4b4931a11f3958df7dfbb8db630000d4dee0883 \ + --hash=sha256:e1e74298bab6ee0d6e749ed4fd1901c7e604bdda32c03d787a2cc71c46d0433d \ + --hash=sha256:e2667f0bbe7eb6c74eae5e9691441ad186e5845ca3cff63230fc09c4e7514f5d \ + --hash=sha256:e3be98a7c30b8c25d573dafba7171d66dfb05ee6a9070fc46535464ff97700a6 \ + --hash=sha256:e568e14940c09955aa51f4e645b6daa18a581c5dcfcd73744dcc86a856e3ced3 \ + --hash=sha256:e72ee89e28d907a18f46959b4eb0bb06701cc7f8cf4366e00029e2ccfaaf5924 \ + --hash=sha256:e92eb8acc45eb6a9f4935071a77edf5b85cc6f8dfad5cd99e97653c26593cdde \ + --hash=sha256:ea05e1f97ceea523942d9b2a7d7c0359d781d683d6b043f5943a602b14da4787 \ + --hash=sha256:ebe8e504f058fe91223351cecd2d9d6946c9d241bb0250d898ffbdf584cc72b0 \ + --hash=sha256:ed099d105449c4f9e84f24af203cd131349d4761d8813fa7e02c32e7128cd910 \ + --hash=sha256:f0f177d1b195b9e06376cfd7d308d8a1b920909a609d03ac82a8c73bbb16d3b9 \ + --hash=sha256:f3d2669fe7dec7fc359ecdb5984b29b50d85d5d00f8c1cb61de4f4a24ee42627 \ + --hash=sha256:f55119f7bf25f49ed210f6096090715da24f2943c62102448915fde3c62877ce \ + --hash=sha256:f631fe87a6f30df5fbe6d79640b25e4cffb38c31c7fb6f10871517b84b0f8c1a \ + --hash=sha256:f8fb78a83c9e5f741ca3a68cfb455c1f5bb83b4e7249a3848b3cd78d0a8563b0 \ + --hash=sha256:fa9467a8113aa69d3d7c55a70ef0b7c636010a40993f3df9d9d0d73b3eb7ef24 # via # aiohttp-session # reticulum-meshchatx @@ -366,53 +366,53 @@ cffi==2.0.0 \ # cryptography # lxst # miniaudio -cryptography==49.0.0 \ - --hash=sha256:026ac7423e6fa66872d3bf889be5974507da3944f866f704fa200eadacd00001 \ - --hash=sha256:07cab27cc7b7e0fd28e5e26bb9eeedde5c135c868b46de4a27845abe94af6122 \ - --hash=sha256:084ef1af862eb07ec46d25f68689f2102a9fc0e05ce7b80f14f5fe51e4eef0f6 \ - --hash=sha256:0b82e28ee398a386f0807bba7884d30f25218855690f45115831bcce5d90822c \ - --hash=sha256:0e959b578856a3924bc0cbb710fc12c387b9412a951389f3ca61704a9e25f325 \ - --hash=sha256:0f21641cf4b30fca7aee061ced0ec7ad7b073518088b7c9969a297c0ae796c69 \ - --hash=sha256:196ecd6a36e4e9aa10270393bb98d8df88fccee0bf1e5128b91ae4eb4375896d \ - --hash=sha256:2400ef9c9e2299a25614eb1dea3db54a69b1349efd043bfac9c67630d136df36 \ - --hash=sha256:28d8b15e6275f12c8a207dc309dfa957903c927d08d0cc937ee3f63f200693cc \ - --hash=sha256:2afe9051da7ae7bd5905da5a949280c7d2bb75682e188f650a9d0f2756b834c6 \ - --hash=sha256:2eda353d8a27bcbcaa4cbed18994a74ab4d19a2ca897db188ea269ab9b71419b \ - --hash=sha256:32703d93296f5c1f4b53349ad3a250c2cae0fdecd3a3dd5d47e616d8d616af27 \ - --hash=sha256:33cd0565932807baddb67b96dbee92f2c374b5c89dee09fd74079aeb8c8dba61 \ - --hash=sha256:35b151772baff2c74cba7fa290ceaff4c3b11c0c881eb93eb5dbc05a7cfbba18 \ - --hash=sha256:36d1709f992593689b45bda411498d62c6e365f2ca00b84657d4dadd24de16db \ - --hash=sha256:42b0684e0e40cf26122427802486f6d93aea593612603a94fbf260c7eb1e9c1b \ - --hash=sha256:4ae387c9cb68ea569ca17e490d66d8142b81c3cc814bf179974b7d146e490bbb \ - --hash=sha256:53ecee2e23f7169b6117e99fc8a944e5e50f79e69758a83b52a00cb98ab2b2d2 \ - --hash=sha256:66ec79c3904820572d7e987abdf304281f141d37ad9a489b8e97066e7b9b6459 \ - --hash=sha256:67e1d20ad9ef3a563c59ef22e7a8a0b8210bd26604369ea4a30a7c66aefe504e \ - --hash=sha256:6f2debedf9ca60cf1d5bd466475638af5130f89965605cd818484d19987d3a21 \ - --hash=sha256:6fc361c34fb6aac015ce19435876635e5c6d21db31998b0920f675f131e043b8 \ - --hash=sha256:73a205dce83953d131a4aa1e0fd917a2fd1c5b1eef251e9d7152efefcbf5caf7 \ - --hash=sha256:7abcee80084cda3f7691f3eb1ce480d8df49cec637b429aa35986c1de71738aa \ - --hash=sha256:8c25ceb16df5b9435f3f6a9829204985b0e0cbee3b48aacd432c7d2c850b44d9 \ - --hash=sha256:966fe0e9c67490071f14c0d2b1cb2dfb3023c5ce39457343931415f08382f2db \ - --hash=sha256:9e82dcc8e56052715fb18b2429e3bca4823b1629136a2084fc45a9a5cecb9b64 \ - --hash=sha256:b20133d204d2bb56ba047642199603876c872026ca53e79c35b83772ab2cc505 \ - --hash=sha256:b39efa323140595abd3ecca8529d321ae50f55f3aa3ba9cc81ea56a6011953d5 \ - --hash=sha256:b47db11c2c3525083296069b98ac5221907455e989ae0c2e3008bde851921615 \ - --hash=sha256:b87e65d263b3e5d3bb92a57e2a6638e2f31110fa7aa890c7b2dbba42248d0a3f \ - --hash=sha256:b970c6da94d5bb18629db453d14f2a1300f6bf59b61e9b82377931ef95504866 \ - --hash=sha256:be9fcb48a55f023493482827d4f459bd263cc20efde64f204b97c123201850c6 \ - --hash=sha256:c2bc30226390d60ea19d9f82b19db005fe0452154a23c1c410c12ea801e43561 \ - --hash=sha256:c83782480a4a9da4d0feb51950131ba32e12e70813848b3343f6e18c28a66838 \ - --hash=sha256:cbc77da8c523d5abd028635ba850a6966fcee2c82e2bf65a41d1d8afe0f98be9 \ - --hash=sha256:ccac2bfebc306b862133e3bb71f3f6ee8bb525240089b2d952e4144b3a6d5da7 \ - --hash=sha256:d0527ce944105f257f605a827d6ebead966c752038b6e8656abb9c5edee6fc68 \ - --hash=sha256:d8ecde755e2e91bf773fc94e8c9d730cd7f2007004cb492263a794ec3899a1c8 \ - --hash=sha256:e3fb64c420688e5319ae25113a354015abbd8dffbfbc41781a1ea66fc7622ac3 \ - --hash=sha256:e5dfc1e64de5677cec922ffa8da89c546d0415bf6efdf081842e5d44c84e1f0e \ - --hash=sha256:ec5e529fb80935c94fe7b729f9972b50e351a0e6b50aa294fd5cabb109fcc29a \ - --hash=sha256:f37d847238971164fdbc68ade6f6574aecc9c0af714190e2083429ff68f4ce9d \ - --hash=sha256:f78ff2c9ed8dc2d036b0f4d640e22522213d047c1b14e61205a7e55c80a494d4 \ - --hash=sha256:f89660a348f4f78a92366240a61404e337586ef7f5909a2fef59ca88ef505493 \ - --hash=sha256:fc1e275c2f1d97b1a6450b8b0ea3ebfa6e087a611c2b26cb2404d48588abab7b +cryptography==50.0.0 \ + --hash=sha256:031e2d5dd4bb9caa3ca9c82e5a197fd8ae680232cee62603d1a813f3f07e3d03 \ + --hash=sha256:06a32a980526a6ab9a4b9bf8f7385800791e2bb960903cb6b530e4817509a3b7 \ + --hash=sha256:07479a1cb08219ab719147e742e76090c9c773321959bb94946fffdd397a6437 \ + --hash=sha256:07949c449a1abcf60d1ee6e88956d89404c7df3c8258f46589e912988e551987 \ + --hash=sha256:105110f43a471dbd0060b9c9516cb8a6a79233631a04cc2ba16f28323ac6e025 \ + --hash=sha256:11b74db56cdbe3cdee6e3f6982ecb70334fa10dce99ed58bf7894aaaa3b2a037 \ + --hash=sha256:12b9c6996425c76ea6c457ace4f3073e715b8c545add07cd1a8f3a4f90691269 \ + --hash=sha256:1489e263a8048bb8b6a8bac662eb2d402ea5d2b7b4699b72f385f1e2772db105 \ + --hash=sha256:19736989797678c6af1e55cd49055cdbcb55d8f6b5583ac5335f933aba9101dc \ + --hash=sha256:1b4a266766514614f8aa60416e71f2fc6e575d36e7bdc90f644fadb2f4b75b95 \ + --hash=sha256:2a8183b489dc1f7f80f135780fadc1108f14b31b8a40411c7a5b17425f65f28b \ + --hash=sha256:37fdb0d0111f1e2ff07139dfb79f1b49531f8e213c46f1163dd7642979b58c47 \ + --hash=sha256:3f5735ffe4996d28b809371756219f5354864902a3b9e7c0b9ee87041209fc9c \ + --hash=sha256:49e7d93abdbd2990caced757e5fade25302f719c3c8fb6e6fff2dde98999fc41 \ + --hash=sha256:5e34edd123674534acd70147f0ca331eaa2c74e6325fb2028c886aa26ba0b68c \ + --hash=sha256:62598a8a57f815db4c6259a4e97d857dab56697e7de8e8ab02352ab74da1995d \ + --hash=sha256:65c2c3add92b45fd0709db8594536aea39c2a67af0e27ffcf049c498501140b7 \ + --hash=sha256:6ba6a53445bd3cfa809ef3ef5f1589aa6ba08784a1d962bf47d0940e871dab1c \ + --hash=sha256:6e7d61120573a7f2cd94cc095f9e81f6967c61ccdf194285aa143ecec8e0b708 \ + --hash=sha256:7cec5b856506da6defb290f30c9ee687d5f5e8cb0bd3f6459dde43b0b4fa40ef \ + --hash=sha256:80b63928fa35083b33966ce1efb70e5b9607181e49dcd1c22c8c005e319f667f \ + --hash=sha256:82148ec5bddac30b51a5b3c1945075f896fa022cb93f8e4a01e9f6ee95292c5f \ + --hash=sha256:828743d939e9629bc267b8e2d08d8bb67cd4319c771a33d4b18b22dd8fb7440a \ + --hash=sha256:8d89f3976b10b4ce31118de72329025f70d2c6ead14a8217c5514dd2c6d5a78f \ + --hash=sha256:8eb5e1172eb569ea8a872796576e6a67c276351728b6455d5beb01242b027c6a \ + --hash=sha256:900131fafd8aead39ac7dd3a7e833be754c17a95cfd91221636949fe4eb0aa8a \ + --hash=sha256:910d11e1a385c654bf738bf3e6b8e6ed5de0f5610fcae2be9e5b398d8081d20e \ + --hash=sha256:910e1d2668e7de9648f2bcee30e180db2a6b15c30f887d7c4c93ddf96e3992e3 \ + --hash=sha256:9aa87839c383bdbab6ef865787a1fb877af8dd03464c4400322726feaaadfc6d \ + --hash=sha256:a1b30560f2acc95aa8b2e06e716a13dbfc97314747b80d9707e307f77b40d6b3 \ + --hash=sha256:a91296cb61e8df6f86d0c19cc4068228da256bf59bf86049fbd821084565327f \ + --hash=sha256:b42a28c1844fd9de8f3f7d540e36b66f3a9c83fceac7170ebc7a6a19edd9dcae \ + --hash=sha256:bd1c592e4d5974f0d08d4888e432157adba757c66da0246918e43677fafa2d30 \ + --hash=sha256:c87f62a3d3b9888ed0fdde100ec06aa61ca9cd44bad9057d1dff9a516b5f5bb9 \ + --hash=sha256:c99c003e088647b8a5b7c145d6f78c335f6348332b62e142d411c4b63d1460b9 \ + --hash=sha256:ccdc4a71a4dabae05de219404f9f4abc38e3b58422177ff93d0da05967dafa07 \ + --hash=sha256:d24fead1d4d076e1bfb006dcec392074a3cd8d7b4fc8a595aa64073b2b7a96ba \ + --hash=sha256:d58c3db7cd6eed54e6c06744db55456b65ebd7492ddeae9c1e93cfca7aa857d3 \ + --hash=sha256:d764dcf130c428ef66786f866dd750f53182bc608813489915e9fc106bb0c82f \ + --hash=sha256:df2a58a472f332225671c35b0a830208b86d004f82baa8530fa3782c85646533 \ + --hash=sha256:e722f16708d854fe924790e051061f6704a472c3bac347b6fd88033ea8dd0dc5 \ + --hash=sha256:ecfed7367f965a0328cfbdd70da860f15441f002f613185668c6e6ebf5a0ac11 \ + --hash=sha256:eeac2acb5a20ed25e0ad6d1df9891a520b78b404266b6d11778f25d5d691a6c9 \ + --hash=sha256:f59e38625469987d7ef6d495323c55e7db6c212eaf6112267e0d3b565a2e9c9f \ + --hash=sha256:f89831ef99dd7dd169ab06d63a831adb9e20a87aac6d380266bbda5823349169 \ + --hash=sha256:fd9192b7b70c573d7f214eb1ae35e00d359f6f5e4b27c7e21e30de1fc6204645 # via # reticulum-meshchatx # rns @@ -556,9 +556,9 @@ h11==0.16.0 \ --hash=sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1 \ --hash=sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86 # via httpcore -h2==4.4.0 \ - --hash=sha256:46b551bdcdc7e83cf5c04d0bf93badb8a939bd2287d9fee1abb23a445b9e0580 \ - --hash=sha256:6acffe1aeab79098d7eb0f8385c1add11f2c7a94815f6fa2b7060eeddee3d87c +h2==4.4.1 \ + --hash=sha256:0e25f1462b23c9cb82d9eb02e28bc706dac2a68cb457c6a0d74d63c8a2a5d0e6 \ + --hash=sha256:4e866ffb1a869ae14dd9b5e6beb5c24a13da0495ad72b65925ded182521c1516 # via httpx hpack==4.2.0 \ --hash=sha256:0895cfa3b5531fc65fe439c05eb65144f123bf7a394fcaa56aa423548d8e45c0 \ diff --git a/uv.lock b/uv.lock index 2c32af53..c50b4256 100644 --- a/uv.lock +++ b/uv.lock @@ -25,6 +25,9 @@ resolution-markers = [ "(python_full_version < '3.13' and platform_machine != 'aarch64' and platform_machine != 'armv7l' and platform_machine != 'i686' and platform_machine != 'ppc64le' and platform_machine != 's390x' and platform_machine != 'x86_64') or (python_full_version < '3.13' and sys_platform != 'linux')", ] +[manifest] +constraints = [{ name = "h2", specifier = ">=4.4.1" }] + [[package]] name = "aiohappyeyeballs" version = "2.6.1" @@ -36,7 +39,7 @@ wheels = [ [[package]] name = "aiohttp" -version = "3.14.1" +version = "3.14.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohappyeyeballs" }, @@ -48,108 +51,108 @@ dependencies = [ { name = "typing-extensions", marker = "python_full_version < '3.13'" }, { name = "yarl" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/82/78/8ea7308cac6934de8c74a14f3d5f65d1c89287426688be79538d0e5c013d/aiohttp-3.14.1.tar.gz", hash = "sha256:307f2cff90a764d329e77040603fa032db89c5c24fdad50c4c15334cba744035", size = 7955794, upload-time = "2026-06-07T21:09:35.529Z" } +sdist = { url = "https://files.pythonhosted.org/packages/58/d9/22ce5786ac0c1653ae8b6c23bded02c1686d11f0dbb45b31ce128e0df985/aiohttp-3.14.3.tar.gz", hash = "sha256:9491196535a88924a60afd5b5f434b5b203b6cc616250878dbdb223a8f7844bc", size = 7971213, upload-time = "2026-07-23T01:57:27.037Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/26/dd/bf526e6f0a1120dd6f2df2e97bacfe4d358f13d17a0ff5847301a1375a51/aiohttp-3.14.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:aa00140699487bd435fde4342d85c94cb256b7cd3a5b9c3396c67f19922afda2", size = 765225, upload-time = "2026-06-07T21:06:07.957Z" }, - { url = "https://files.pythonhosted.org/packages/8f/e1/a2872aa55495a70f61310d411541c6ee23812d9a884e000c716e1bc3edbf/aiohttp-3.14.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1c1af67559445498b502030c35c59db59966f47041ca9de5b4e707f86bd10b5f", size = 518743, upload-time = "2026-06-07T21:06:09.749Z" }, - { url = "https://files.pythonhosted.org/packages/5b/e7/c60c7b209e509cc787de3cea0550a518538cfc08003e1c1e14c1c63fff71/aiohttp-3.14.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d44ec478e713ee7f29b439f7eb8dc2b9d4079e11ae114d2c2ac3d5daf30516c8", size = 514139, upload-time = "2026-06-07T21:06:11.26Z" }, - { url = "https://files.pythonhosted.org/packages/5b/8d/614ace2f579702c9840ab1e1447fd8509e35b0b904f7196418fa2f57b25d/aiohttp-3.14.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d3b1a184a9a8f548a6b73f1e26b96b052193e4b3175ed7342aaf1151a1f00a04", size = 1784088, upload-time = "2026-06-07T21:06:12.887Z" }, - { url = "https://files.pythonhosted.org/packages/49/e0/726e90f99542bf292f81a96a12cc4847deb86f3ccf62c6f4014a201f4d33/aiohttp-3.14.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:5f2504bc0322437c9a1ff6d3333ca56c7477b727c995f036b976ae17b98372c8", size = 1737835, upload-time = "2026-06-07T21:06:14.564Z" }, - { url = "https://files.pythonhosted.org/packages/0b/4b/d176d5c4db9d33dacf0543102ea59503bc1d528af4cfd0b719949ca49389/aiohttp-3.14.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:73f05ea02013e02512c3bf42714f1208c57168c779cc6fe23516e4543089d0a6", size = 1842801, upload-time = "2026-06-07T21:06:16.228Z" }, - { url = "https://files.pythonhosted.org/packages/dc/d6/5a99b563690ea0cbed912ae94a2ce33993a5709a651a3a4fe761e7dd973a/aiohttp-3.14.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:797457503c2d426bee06eef808d07b31ede30b65e054444e7de64cad0061b7af", size = 1929992, upload-time = "2026-06-07T21:06:17.947Z" }, - { url = "https://files.pythonhosted.org/packages/76/7f/a987b14a3859094b3cea3f4825219c3e5536242564af6e3f9c2f6c994eb2/aiohttp-3.14.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b821a1f7dedf7e37450654e620038ac3b2e81e8fa6ea269337e97101978ec730", size = 1786989, upload-time = "2026-06-07T21:06:19.677Z" }, - { url = "https://files.pythonhosted.org/packages/f1/1a/420e5c85a3e73349372ed22ce0b6af86bfa6ce16a4b20a64a2e94608c781/aiohttp-3.14.1-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:4cd96b5ba05d67ed0cf00b5b405c8cd99586d8e3481e8ee0a831057591af7621", size = 1640129, upload-time = "2026-06-07T21:06:22.558Z" }, - { url = "https://files.pythonhosted.org/packages/a7/80/18a592ed3be0a402cc03670bd72ee1f8563ddbe1d8d5542dbf868f274136/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1d459b98a932296c6f0e94f87511a0b1b90a8a02c30a50e60a297619cd5a58ee", size = 1756576, upload-time = "2026-06-07T21:06:24.8Z" }, - { url = "https://files.pythonhosted.org/packages/ec/0b/8b3d5713373858ff71a617daf6e3b0e81ad63e79d09a3cf2f6b6b983939c/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:764457a7be60825fb770a644852ff717bcbb5042f189f2bd16df61a81b3f6573", size = 1754668, upload-time = "2026-06-07T21:06:26.528Z" }, - { url = "https://files.pythonhosted.org/packages/9f/49/fd564575cf225821d7ba5a117cb8bc27213d8a7e1811162afb43ae077039/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:f7a16ef45b081454ef844502d87a848876c490c4cb5c650c230f6ec79ed2c1e7", size = 1817019, upload-time = "2026-06-07T21:06:28.297Z" }, - { url = "https://files.pythonhosted.org/packages/ed/1b/e850c9ae6fc91356552ae668bb6c51e93fa29c8aef13398a10b56678557f/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:2fbc3ed048b3475b9f0cbcb9978e9d2d3511acd91ead203af26ed9f0056004cf", size = 1631638, upload-time = "2026-06-07T21:06:30.242Z" }, - { url = "https://files.pythonhosted.org/packages/eb/94/3c337ba72451a89806ace6f75bddc92bafc5b8d53d90115a512858024b63/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:bedb0cd073cc2dc035e30aeb99444389d3cd2113afe4ef9fcd23d439f5bade85", size = 1835660, upload-time = "2026-06-07T21:06:31.943Z" }, - { url = "https://files.pythonhosted.org/packages/2b/9c/9c18cf367a0498212d9ba7daf990b504a5e8ae064cda4b504e2647c89c03/aiohttp-3.14.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b6feea921016eb3d4e04d65fc4e9ca402d1a3801f562aef94989f54694917af3", size = 1775698, upload-time = "2026-06-07T21:06:33.72Z" }, - { url = "https://files.pythonhosted.org/packages/b5/63/a251a9d2a6cb45065b2ddc0bde2b3dd10108740a9a42f632c66405a761a2/aiohttp-3.14.1-cp311-cp311-win32.whl", hash = "sha256:313701e488100074ce99850404ee36e741abf6330179fec908a1944ecf570126", size = 458386, upload-time = "2026-06-07T21:06:35.279Z" }, - { url = "https://files.pythonhosted.org/packages/17/ca/69274c51dcd6e8947d77b2806cf47a4a15f2c846e2cbeb1882547d3da283/aiohttp-3.14.1-cp311-cp311-win_amd64.whl", hash = "sha256:03ab4530fdcb3a543a122ba4b65ac9919da9fe9f78a03d328a6e38ff962f7aa5", size = 483406, upload-time = "2026-06-07T21:06:36.824Z" }, - { url = "https://files.pythonhosted.org/packages/2c/8a/c25904f77690c3688ec140f87591ef11a0cfe36bf3d5c0f1f38056fb62b3/aiohttp-3.14.1-cp311-cp311-win_arm64.whl", hash = "sha256:486f7d16ed54c39c2cbd7ca71fd8ba2b8bb7860df65bd7b6ed640bab96a38a8b", size = 452987, upload-time = "2026-06-07T21:06:38.371Z" }, - { url = "https://files.pythonhosted.org/packages/1d/21/151624b51cd92553d95424daf4bf19f19ce9be9002d19253e7e7ce67197b/aiohttp-3.14.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:d35143e27778b4bb0fb189562d7f275bff79c62ab8e98459717c0ea617ff2480", size = 757402, upload-time = "2026-06-07T21:06:40.311Z" }, - { url = "https://files.pythonhosted.org/packages/c2/82/280619e0bd7bf2454987e19282616e84762255dd9c8468f62382e8c191f1/aiohttp-3.14.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:bcfb80a2cc36fba2534e5e5b5264dc7ae6fcd9bf15256da3e53d2f499e6fa29d", size = 512310, upload-time = "2026-06-07T21:06:42.207Z" }, - { url = "https://files.pythonhosted.org/packages/55/b2/2aac325583aaa1353045f96dffa586d8a34e8322e14a7ba49cffeb103ab4/aiohttp-3.14.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:27fd7c91e51729b4f7e1577865fa6d34c9adccbc39aabe9000285b48af9f0ec2", size = 512448, upload-time = "2026-06-07T21:06:43.813Z" }, - { url = "https://files.pythonhosted.org/packages/8a/72/a60607cb849faa8af8a356c9329ea2eb6f395d49e82cc82ccba1fd8deb8f/aiohttp-3.14.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:64c567bf9eaf664280116a8688f63016e6b32db2505908e2bdaca1b6438142f2", size = 1766854, upload-time = "2026-06-07T21:06:45.391Z" }, - { url = "https://files.pythonhosted.org/packages/b5/d3/d9fe1c9ec7557ab4d0d82bebaa728c6418f0b93295ec2f4ab015f7710cc7/aiohttp-3.14.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:f5e6ff2bdbb8f4cd3fbe41f99e25bbcd58e3bf9f13d3dd31a11e7917251cc77a", size = 1740884, upload-time = "2026-06-07T21:06:47.413Z" }, - { url = "https://files.pythonhosted.org/packages/c1/dc/f2cecfaf9337ba3e63f181500814ff502aa3d00d9c7ec93a9d23d10a27b2/aiohttp-3.14.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2f73e01dc37122325caf079982621262f96d74823c179038a82fddfc50359264", size = 1810034, upload-time = "2026-06-07T21:06:50.165Z" }, - { url = "https://files.pythonhosted.org/packages/66/d7/2ff65c5e65c0d7476daf7e15c032e0805e36811185b9623e3238ad6c763e/aiohttp-3.14.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:bb2c0c80d431c0d03f2c7dbf125150fedd4f0de17366a7ca33f7ccb822391842", size = 1904054, upload-time = "2026-06-07T21:06:52.035Z" }, - { url = "https://files.pythonhosted.org/packages/20/9c/d445818389df371f56d141d881153ba23183c4735a03f7356ffb43f7757d/aiohttp-3.14.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3e6fc1a85fa7194a1a7d19f44e8609180f4a8eb5fa4c7ed8b4355f080fad235c", size = 1790278, upload-time = "2026-06-07T21:06:54.049Z" }, - { url = "https://files.pythonhosted.org/packages/4d/aa/bf04cb4d865fc6101c2229a294ad744973b72e513fdc5a6b791e6983d72a/aiohttp-3.14.1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:686b6c0d3911ec387b444ddf5dc62fb7f7c0a7d5186a7861626496a5ab4aff95", size = 1591795, upload-time = "2026-06-07T21:06:55.911Z" }, - { url = "https://files.pythonhosted.org/packages/dc/b4/4dac0038960427ba832f6609dfb4ea5437d7fd80c72001b9e48f834f428b/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:c6fa4dc7ad6f8109c70bb1499e589f76b0b792baf39f9b017eb92c8a81d0a199", size = 1728397, upload-time = "2026-06-07T21:06:57.777Z" }, - { url = "https://files.pythonhosted.org/packages/2b/f9/7cd4e8ad7aa3b75f17d56bb5498dd604a93d4e6eece822ba0568c413fff0/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:87a5eea1b2a5e21e1ebdbb33ad4165359189327e63fc4e4894693e7f821ac817", size = 1766504, upload-time = "2026-06-07T21:07:00.009Z" }, - { url = "https://files.pythonhosted.org/packages/f9/df/fc01d9fcad0f73fed3f3d361f1f94f975947b50dff82919f6dc2bf4316cc/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:1c1421eb01d4fd608d88cc8290211d177a58532b55ad94076fb349c5bf467f0a", size = 1777806, upload-time = "2026-06-07T21:07:02.064Z" }, - { url = "https://files.pythonhosted.org/packages/41/09/47e2d090bddcc8fb4ccb4c314aadc32d7c5d9bb55f50f6ad1c92fc15d501/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:34b257ec41345c1e8f2df68fa908a7952f5de932723871eb633ecbbff396c9a4", size = 1580707, upload-time = "2026-06-07T21:07:03.942Z" }, - { url = "https://files.pythonhosted.org/packages/3d/36/f1a4ce904ae0b6930cfe9afc96d0896f7ec1a620c400405d63783bb95a9c/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:de538791a80e5d862addbc183f70f0158ac9b9bb872bb147f1fd2a683691e087", size = 1798121, upload-time = "2026-06-07T21:07:05.987Z" }, - { url = "https://files.pythonhosted.org/packages/70/0a/e0075ce9ca0279ee1d4f0c0b85f54fea02ebc83c3007651a72bece658fec/aiohttp-3.14.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:6f71173be42d3241d428f760122febb748de0623f44308a6f120d0dd9ec572e3", size = 1767580, upload-time = "2026-06-07T21:07:07.873Z" }, - { url = "https://files.pythonhosted.org/packages/3e/61/a0c0a8f327a9c52095cdd8e312391b00d3ed64ab6c72bb5c33d8ec251cf7/aiohttp-3.14.1-cp312-cp312-win32.whl", hash = "sha256:ec8dc383ee57ea3e883477dcca3f11b65d58199f1080acaf4cd6ad9a99698be4", size = 452771, upload-time = "2026-06-07T21:07:09.669Z" }, - { url = "https://files.pythonhosted.org/packages/df/d9/ea367c75f16ac9c6cdc8febb25e8318fa21a2b1bc8d6514d4b2d890bface/aiohttp-3.14.1-cp312-cp312-win_amd64.whl", hash = "sha256:2aa92c87868cd13674989f9ee83e5f9f7ea4237589b728048e1f0c8f6caa3271", size = 479873, upload-time = "2026-06-07T21:07:11.538Z" }, - { url = "https://files.pythonhosted.org/packages/03/64/8d96784a7851156db8a4c6c3f6f91042fdf39fb15a4cc38c8b3c14833c45/aiohttp-3.14.1-cp312-cp312-win_arm64.whl", hash = "sha256:2c840c90759922cb5e6dda94596e079a30fb5a5ba548e7e0dc00574703940847", size = 448073, upload-time = "2026-06-07T21:07:13.637Z" }, - { url = "https://files.pythonhosted.org/packages/bc/97/bd137012dd97e1649162b099135a80e1fd59aaa807b2430fc448d1029aff/aiohttp-3.14.1-cp313-cp313-android_21_arm64_v8a.whl", hash = "sha256:b3a03285a7f9c7b016324574a6d92a1c895da6b978cb8f1deee3ac72bc6da178", size = 506882, upload-time = "2026-06-07T21:07:15.501Z" }, - { url = "https://files.pythonhosted.org/packages/ef/79/e5cc690e9d922a66887ceeaca53a8ffd5a7b0be3816142b7abc433742d89/aiohttp-3.14.1-cp313-cp313-android_21_x86_64.whl", hash = "sha256:2a73f487ab8ef5abbb24b7aa9b73e98eaba9e9e031804ff2416f02eca315ccaf", size = 515270, upload-time = "2026-06-07T21:07:17.53Z" }, - { url = "https://files.pythonhosted.org/packages/fe/22/a73ccbf9dbd6e26dda0b24d5fd5db7da92ee3383a79f47677ffb834c5c5b/aiohttp-3.14.1-cp313-cp313-ios_13_0_arm64_iphoneos.whl", hash = "sha256:915fbb7b41b115192259f8c9ae58f3ddc444d2b5579917270211858e606a4afd", size = 485841, upload-time = "2026-06-07T21:07:19.555Z" }, - { url = "https://files.pythonhosted.org/packages/3b/b9/57ed8eaf596321c2ad747bd480fb1700dbd7177c60dfc9e4c187f629662e/aiohttp-3.14.1-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:7fb4bdf95b0561a79f259f9d28fbc109728c5ee7f27aff6391f0ca703a329abe", size = 492088, upload-time = "2026-06-07T21:07:21.581Z" }, - { url = "https://files.pythonhosted.org/packages/78/c0/5ebe5270a7c140d7c6f79dcb018640225f14d406c149e4eec04a7d82fe71/aiohttp-3.14.1-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:1b9748363260121d2927704f5d4fc498150669ca3ae93625986ee89c8f80dcd4", size = 501564, upload-time = "2026-06-07T21:07:23.388Z" }, - { url = "https://files.pythonhosted.org/packages/75/7f/8cdaa24fc7983865e0915153b96a9ac5bcdd3548d64c5a27d17cecccad2d/aiohttp-3.14.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:86a6dab78b0e43e2897a3bbe15745aa60dc5423ca437b7b0b164c069bf91b876", size = 751998, upload-time = "2026-06-07T21:07:25.046Z" }, - { url = "https://files.pythonhosted.org/packages/b2/f4/c4227aacfacc5cb0cc2d119b65301d177912a6842cd64e120c47af76064f/aiohttp-3.14.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:4dfd6e47d3c44c2279907607f73a4240b88c69eb8b90da7e2441a8045dfd21da", size = 510918, upload-time = "2026-06-07T21:07:27.28Z" }, - { url = "https://files.pythonhosted.org/packages/ab/01/a2d5f96cd4e74424864d30bc0a7e44d0a12dacdcfa91b5b2d1bd3dca6bf3/aiohttp-3.14.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:317acd9f8602858dc7d59679812c376c7f0b97bcbbf16e0d6237f54141d8a8a6", size = 508657, upload-time = "2026-06-07T21:07:29.252Z" }, - { url = "https://files.pythonhosted.org/packages/e8/ed/3c0fb5c500fdd8e7ebc10d1889c04384fffa1a9163eac1356088ca9da1b1/aiohttp-3.14.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bd869c427324e5cb15195793de951295710db28be7d818247f3097b4ab5d4b96", size = 1757907, upload-time = "2026-06-07T21:07:31.03Z" }, - { url = "https://files.pythonhosted.org/packages/0b/ab/d4c924d9bd5be3050c226612413ce68cb54c70d2c31b661bfc8d9a5b6a70/aiohttp-3.14.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:93b032b5ec3255473c143627d21a69ac74ae12f7f33974cb587c564d11b1066f", size = 1737565, upload-time = "2026-06-07T21:07:33.031Z" }, - { url = "https://files.pythonhosted.org/packages/19/2a/37326821ff779084020cdc33224d20b19f42f4183a500ff92022a739eda7/aiohttp-3.14.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f234b4deb12f3ad59127e037bc57c40c21e45b45282df7d3a55a0f409f595296", size = 1799018, upload-time = "2026-06-07T21:07:35.003Z" }, - { url = "https://files.pythonhosted.org/packages/b3/4f/6e947ba73e4ce09070761c05ed3a8ceb7c21f5e46798671d8b2aac0e4626/aiohttp-3.14.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:9af6779bfb46abf124068327abcdf9ce95c9ef8287a3e8da76ccf2d0f16c28fa", size = 1894416, upload-time = "2026-06-07T21:07:36.956Z" }, - { url = "https://files.pythonhosted.org/packages/9d/6e/dbf1d0625dc711fb2851f4f3c3055c39ed58bae92082d8c627dbe6013736/aiohttp-3.14.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:faccab372e66bc76d5731525e7f1143c922271725b9d38c9f97edcc66266b451", size = 1783881, upload-time = "2026-06-07T21:07:39.063Z" }, - { url = "https://files.pythonhosted.org/packages/44/c2/5e25098a67268ed369483ae7d1a58bd0a13d03aab860d2a0e4a6eb25b046/aiohttp-3.14.1-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f380468b09d2a81633ee863b0ec5648d364bd17bb8ecfb8c2f387f7ac1faf42c", size = 1587572, upload-time = "2026-06-07T21:07:41.058Z" }, - { url = "https://files.pythonhosted.org/packages/2a/bd/cf9cee17e140f942a3de73e658a543aa8fbf35a5fc67a9d2538d52d77f0b/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:97e704dcd26271f5bda3fa07c3ce0fb76d6d3f8659f4baa1a24442cc9ba177ca", size = 1722137, upload-time = "2026-06-07T21:07:43.014Z" }, - { url = "https://files.pythonhosted.org/packages/89/6d/5684f8c59045c96f81a18cefbc1fbbd79d25b88f1c622f2a5c5c08fcb632/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:269b76ac5394092b95bc4a098f4fc6c191c083c3bd12775d1e30e663132f6a09", size = 1755953, upload-time = "2026-06-07T21:07:45.933Z" }, - { url = "https://files.pythonhosted.org/packages/a8/40/35caf3170f8359760740a7d9aa0fff2e344bef98e1d1186f5a0f6dec17e6/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:5c0b3e614340c889d575451696374c9d17affd54cd607ca0babed8f8c37b9397", size = 1766479, upload-time = "2026-06-07T21:07:48.047Z" }, - { url = "https://files.pythonhosted.org/packages/6d/a1/b0c61e7a137f0d81de49a82023a6df73c3c16d6fefb0f8e4a93d21639002/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:5663ee9257cfa1add7253a7da3035a02f31b6600ec48261585e1800a81533080", size = 1580077, upload-time = "2026-06-07T21:07:50.069Z" }, - { url = "https://files.pythonhosted.org/packages/0b/41/194ea4623693009fcefebef7aef63c141754f153e9cd0d39d3b9e36c175c/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:603a2c834142172ffddc054067f5ec0ca65d57a0aa98a71bc81952573208e345", size = 1791688, upload-time = "2026-06-07T21:07:52.106Z" }, - { url = "https://files.pythonhosted.org/packages/ba/45/4de841f005cfe1fd63e2a2fe011262c515e2a62aa6994b15947e7d717ac9/aiohttp-3.14.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:cb21957bb8aca671c1765e32f58164cf0c50e6bf41c0bbbd16da20732ecaf588", size = 1761094, upload-time = "2026-06-07T21:07:54.113Z" }, - { url = "https://files.pythonhosted.org/packages/e4/ae/dbce10533d3896d544d5053939ed75b7dc31a1b0973d959b1b5ae21028d6/aiohttp-3.14.1-cp313-cp313-win32.whl", hash = "sha256:e509a55f681e6158c20f70f102f9cf61fb20fbc382272bc6d94b7343f2582780", size = 452662, upload-time = "2026-06-07T21:07:56.06Z" }, - { url = "https://files.pythonhosted.org/packages/7b/d9/0bf1a19362c32f06229da5e7ddfcec91f93474d6307f7a2d3135e9c674dc/aiohttp-3.14.1-cp313-cp313-win_amd64.whl", hash = "sha256:1ac8531b638959718e18c2207fbfe297819875da46a740b29dfa29beba64355a", size = 479748, upload-time = "2026-06-07T21:07:58.319Z" }, - { url = "https://files.pythonhosted.org/packages/22/0a/62e7232dc9484fbec112ceb32efb6a624cc7994ec6e2b019286f17c4e8f2/aiohttp-3.14.1-cp313-cp313-win_arm64.whl", hash = "sha256:250d14af67f6b6a1a4a811049b1afa69d61d617fca6bf33149b3ab1a6dbcf7b8", size = 447723, upload-time = "2026-06-07T21:08:00.154Z" }, - { url = "https://files.pythonhosted.org/packages/c4/a1/5fafa04e1ca91ddb47608699d60649c1c6db3cf41c99e78fc4056f9513db/aiohttp-3.14.1-cp314-cp314-android_24_arm64_v8a.whl", hash = "sha256:7c106c26852ca1c2047c6b80384f17100b4e439af276f21ef3d4e2f450ae7e15", size = 508531, upload-time = "2026-06-07T21:08:02.093Z" }, - { url = "https://files.pythonhosted.org/packages/fa/2e/bfa02f699d87ffc86d5959270b28f1cb410add3ccaced8ed2e0b8a5238fc/aiohttp-3.14.1-cp314-cp314-android_24_x86_64.whl", hash = "sha256:20205f7f5ade7aaec9f4b500549bbc071b046453aed72f9c06dcab87896a83e8", size = 514718, upload-time = "2026-06-07T21:08:04.476Z" }, - { url = "https://files.pythonhosted.org/packages/85/a5/9594ad6289eebbc97d167c44213d557807f90e59115caad24de21ad2c3b1/aiohttp-3.14.1-cp314-cp314-ios_13_0_arm64_iphoneos.whl", hash = "sha256:62a759436b29e677181a9e76bab8b8f689a29cb9c535f45f7c48c9c830d3f8c3", size = 487918, upload-time = "2026-06-07T21:08:06.377Z" }, - { url = "https://files.pythonhosted.org/packages/b4/61/16a32c36c3c49edec122a3dc811f2057df2f94d3b14aa107c8017d981618/aiohttp-3.14.1-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:2964cbf553df4d7a57348da44d961d871895fc1ee4e8c322b2a95612c7b17fba", size = 494014, upload-time = "2026-06-07T21:08:08.263Z" }, - { url = "https://files.pythonhosted.org/packages/9b/89/3ebcf96ed99c05bec9c434aaac6963fd3cbab4a786ae739908a144d9ce44/aiohttp-3.14.1-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:237651caadc3a59badd39319c54642b5299e9cc98a3a194310e55d5bb9f5e397", size = 502398, upload-time = "2026-06-07T21:08:10.244Z" }, - { url = "https://files.pythonhosted.org/packages/fd/3d/b74870a0c2d40c355928cd5b96c7a11fa821b8a40fc41365e64479b151fb/aiohttp-3.14.1-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:896e12dfdbbab9d8f7e16d2b28c6769a60126fa92095d1ebf9473d02593a2448", size = 758018, upload-time = "2026-06-07T21:08:12.447Z" }, - { url = "https://files.pythonhosted.org/packages/d3/66/f42f5c984d99e49c6cff5f26f590750f2e2f7ef1fcfb99966ab5be1b632e/aiohttp-3.14.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:d03f281ed22579314ba00821ce20115a7c0ac430660b4cc05704a3f818b3e004", size = 512462, upload-time = "2026-06-07T21:08:14.624Z" }, - { url = "https://files.pythonhosted.org/packages/e9/a7/248e1aebe0c7810b0271e021a0f2a5eb6e78a051885b3c9df49f42a5802d/aiohttp-3.14.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:07eabb979d236335fed927e137a928c9adfb7df3b9ec7aa31726f133a62be983", size = 512824, upload-time = "2026-06-07T21:08:16.572Z" }, - { url = "https://files.pythonhosted.org/packages/26/97/2aa0e5ba0727dc3bd5aaebb7ccbc510f7dfb7fb961ec87497cd496635ab1/aiohttp-3.14.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4fe1f1087cbadb280b5e1bb054a4f00d1423c74d6626c5e48400d871d34ecefe", size = 1749898, upload-time = "2026-06-07T21:08:18.635Z" }, - { url = "https://files.pythonhosted.org/packages/00/8d/e97f6c96c891d457c8479d92a514ba194d0412f981d72c70341ee18488ed/aiohttp-3.14.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:367a9314fdc79dab0fac96e216cb41dd73c85bdca85306ce8999118ba7e0f333", size = 1710114, upload-time = "2026-06-07T21:08:20.892Z" }, - { url = "https://files.pythonhosted.org/packages/6f/e6/aa8d7e863048c8fceb5cd6ce74017311cec3ead07847387e12265fb4444e/aiohttp-3.14.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a24f677ebe83749039e7bdf862ff0bbb16818ae4193d4ef96505e269375bcce0", size = 1802541, upload-time = "2026-06-07T21:08:23.044Z" }, - { url = "https://files.pythonhosted.org/packages/83/a8/72193137de57fda4ebfae4563182d082c8856e3b6e9871d0b46f028fb369/aiohttp-3.14.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:c83afe0ba876be7e943d2e0ba645809ad441575d2840c895c21ee5de93b9377a", size = 1875776, upload-time = "2026-06-07T21:08:25.288Z" }, - { url = "https://files.pythonhosted.org/packages/a0/18/938441025db6769a3464596b2410af3afde0b21eb2f204c6f766f68af4bd/aiohttp-3.14.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:634e385930fb6d2d479cf3aa66515955863b77a5e3c2b5894ca259a25b308602", size = 1760329, upload-time = "2026-06-07T21:08:27.363Z" }, - { url = "https://files.pythonhosted.org/packages/60/29/bf2496b4065e76e09fe48015aaffe5ce161d8f089b06ac6982070f653076/aiohttp-3.14.1-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:eeea07c4397bbc57719c4eed8f9c284874d4f175f9b6d57f7a1546b976d455ca", size = 1587293, upload-time = "2026-06-07T21:08:29.805Z" }, - { url = "https://files.pythonhosted.org/packages/49/a2/2136674d52123b1354bd05dd5753c318db47dc0c927cc70b27bab3755456/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:335c0cc3e3545ce98dcb9cfcb836f40c3411f43fa03dab757597d80c89af8a35", size = 1714756, upload-time = "2026-06-07T21:08:32.094Z" }, - { url = "https://files.pythonhosted.org/packages/a7/b9/e5fd2e6f915503081c0f9b1e8540947037929c70c191da2e4d54b31a21a1/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:ae6be797afdef264e8a84864a85b196ca06045586481b3df8a967322fd2fa844", size = 1721052, upload-time = "2026-06-07T21:08:34.167Z" }, - { url = "https://files.pythonhosted.org/packages/63/5a/2833e324a2263e104e31e2e91bc5bbee81bc499afd32203faee048a883f0/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:8560b4d712474335d08907db7973f71912d3a9a8f1dee992ec06b5d2fe359496", size = 1766888, upload-time = "2026-06-07T21:08:36.95Z" }, - { url = "https://files.pythonhosted.org/packages/57/fa/dea6511870913162f3b2e8c42a7614eb203a4540b8c2da43e0bfb0548f3c/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b7edd08e0a5deb1e8564a2fcd8f4561014a3f05252334671bbf55ddd47db0e5", size = 1581679, upload-time = "2026-06-07T21:08:39.292Z" }, - { url = "https://files.pythonhosted.org/packages/14/bd/3cf0d55e71784b33534e9710a67d382d900598b4787fbce6cc7317f8c42a/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:b6ff7fcee63287ae57b5df3e4f5957ce032122802509246dec1a5bcc55904c95", size = 1782021, upload-time = "2026-06-07T21:08:41.407Z" }, - { url = "https://files.pythonhosted.org/packages/c1/af/14bb5843eccbe234f4dfb78ab73e549d99727247e62ae5d62cbd22eaf5b0/aiohttp-3.14.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:6ffbb2f4ec1ceaff7e07d43922954da26b223d188bf30658e561b98e23089444", size = 1742574, upload-time = "2026-06-07T21:08:43.795Z" }, - { url = "https://files.pythonhosted.org/packages/f2/1e/fbeb7af9210a67ac0f9c9bec0f8f4568497924e33137a3d5b48e1cf85f3f/aiohttp-3.14.1-cp314-cp314-win32.whl", hash = "sha256:a9875b46d910cff3ea2f5962f9d266b465459fe634e22556ab9bd6fc1192eea0", size = 457773, upload-time = "2026-06-07T21:08:46.168Z" }, - { url = "https://files.pythonhosted.org/packages/f0/2b/13e8d741a9ec5db7d900c060554cf8352ab85e44e2a4469ebb9d377bda17/aiohttp-3.14.1-cp314-cp314-win_amd64.whl", hash = "sha256:af8b4b81a960eeaf1234971ac3cd0ba5901f3cd42eae42a46b4d089a8b492719", size = 485001, upload-time = "2026-06-07T21:08:48.401Z" }, - { url = "https://files.pythonhosted.org/packages/df/30/491acfa2c4d6c3ff59c49a14fc1b50be3241e25bbb0c84c09e2da4d11395/aiohttp-3.14.1-cp314-cp314-win_arm64.whl", hash = "sha256:cf4491381b1b57425c315a56a439251b1bdac07b2275f19a8c44bc57744532ec", size = 453809, upload-time = "2026-06-07T21:08:50.7Z" }, - { url = "https://files.pythonhosted.org/packages/34/e3/19dbe1a1f4cc6230eb9e314de7fe68053b0992f9302b27d12141a0b5db53/aiohttp-3.14.1-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:819c054312f1af92947e6a55883d1b66feefab11531a7fc45e0fb9b63880b5c2", size = 793320, upload-time = "2026-06-07T21:08:52.775Z" }, - { url = "https://files.pythonhosted.org/packages/7f/20/1b7182219ba1b108430d6e4dc53d25ae02dcfcf5a045b33af4e8c5167527/aiohttp-3.14.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:10ee9c1753a8f706345b22496c79fbddb5be0599e0823f3738b1534058e25340", size = 529077, upload-time = "2026-06-07T21:08:55Z" }, - { url = "https://files.pythonhosted.org/packages/b9/c8/14ce60ec31a2e5f5274bb17d383a6f7a3aabca31ac04eee05585bbadab16/aiohttp-3.14.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1601cc37baf5750ccacae618ec2daf020769581695550e3b654a911f859c563d", size = 532476, upload-time = "2026-06-07T21:08:57.176Z" }, - { url = "https://files.pythonhosted.org/packages/7e/02/9ac85e081e53da2e061b02fa7758fe0a12d17b8ce2d1f5e6c7cb76730328/aiohttp-3.14.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4d6e0ac9da31c9c04c84e1c0182ad8d6df35965a85cae29cd71d089621b3ae94", size = 1922347, upload-time = "2026-06-07T21:08:59.563Z" }, - { url = "https://files.pythonhosted.org/packages/c0/3e/d3ba07a0ab38b5389e10bec4362d21e10a4f667cba2d79ba30837b3a5059/aiohttp-3.14.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:9e8f2d660c350b3d0e259c7a7e3d9b7fc8b41210cbcc3d4a7076ff0a5e5c2fdc", size = 1786465, upload-time = "2026-06-07T21:09:01.909Z" }, - { url = "https://files.pythonhosted.org/packages/0b/cb/e2ee978a00cfb2df829704a69528b18154eba5939f45bc1efa8f33aee4c5/aiohttp-3.14.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4691802dda97be727f79d86818acaad7eb8e9252626a1d6b519fedbb92d5e251", size = 1909423, upload-time = "2026-06-07T21:09:04.357Z" }, - { url = "https://files.pythonhosted.org/packages/73/5d/1430334858b1022b58ae50399a918f0bd6fe8fa7fa183598d657ff61e040/aiohttp-3.14.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:c389c482a7e9b9dc3ee2701ac46c4125297a3818875b9c305ddb603c04828fd1", size = 2001906, upload-time = "2026-06-07T21:09:06.722Z" }, - { url = "https://files.pythonhosted.org/packages/66/4e/560c7472d3d198a23aa5c8b19a5115bf6a9b77b7d3e4bb363da320430ad2/aiohttp-3.14.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fc0cacab7ba4e56f0f81c82a98c09bed2f39c940107b03a34b168bdf7597edd3", size = 1877095, upload-time = "2026-06-07T21:09:09.011Z" }, - { url = "https://files.pythonhosted.org/packages/0d/f1/4745806578d447db4a784a8591e2dae3afdfc2bcb96f8f81271b13df6543/aiohttp-3.14.1-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:979ed4717f59b8bb12e3963378fa285d93d367e15bcd66c721311826d3c44a6c", size = 1676222, upload-time = "2026-06-07T21:09:11.461Z" }, - { url = "https://files.pythonhosted.org/packages/6a/c9/48255813cca749a229ef0ab476004ec623728ad79a9c0840616f6c076325/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:38e1e7daaea81df51c952e18483f323d878499a1e2bfe564790e0f9701d6f203", size = 1842922, upload-time = "2026-06-07T21:09:14.118Z" }, - { url = "https://files.pythonhosted.org/packages/3d/c0/bbd054e2bee909f529523a5af3891052606af5143c09f5f183ec3b234676/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:4132e72c608fe9fecb8f409113567605915b83e9bdd3ea56538d2f9cd35002f1", size = 1825035, upload-time = "2026-06-07T21:09:16.447Z" }, - { url = "https://files.pythonhosted.org/packages/a8/ae/90395d4376deceb74e09ec26b6adf7d2015a6f8802d6d84446af860fef04/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:eefd9cc9b6d4a2db5f00a26bc3e4f9acf71926a6ec557cd56c9c6f27c290b665", size = 1849512, upload-time = "2026-06-07T21:09:18.742Z" }, - { url = "https://files.pythonhosted.org/packages/93/bd/fb25f3049957553d4ce0ba6ae480aa2f592a6985497fca590837d16c1be0/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:b165790117eea512d7f3fb22f1f6dad3d55a7189571993eb015591c1401276d1", size = 1668571, upload-time = "2026-06-07T21:09:21.458Z" }, - { url = "https://files.pythonhosted.org/packages/3f/22/7f73303d64dd567ff3addca90b556690ed1233a47b8f55d242fb90af3681/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:ed09c7eb1c391271c2ed0314a51903e72a3acb653d5ccfc264cdf3ef11f8269d", size = 1881159, upload-time = "2026-06-07T21:09:23.813Z" }, - { url = "https://files.pythonhosted.org/packages/44/be/0474c5a8b5640e1e4aa1923430a91f4151be82e511373fe764189b89aef5/aiohttp-3.14.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:99abd37084b82f5830c635fddd0b4993b9742a66eb746dacf433c8590e8f9e3c", size = 1841409, upload-time = "2026-06-07T21:09:26.207Z" }, - { url = "https://files.pythonhosted.org/packages/7b/3c/bb4a7cba26956cb3da4553cc2056cf67be5b5ff6e6d8fa4fbdff73bfb7ae/aiohttp-3.14.1-cp314-cp314t-win32.whl", hash = "sha256:47ddf841cdecc810749921d25606dee45857d12d2ad5ddb7b5bd7eab12e4b365", size = 494166, upload-time = "2026-06-07T21:09:28.505Z" }, - { url = "https://files.pythonhosted.org/packages/8a/84/ec80c2c1f66a952555a9f86df6b33af65108a6febfa0471b69013a12f807/aiohttp-3.14.1-cp314-cp314t-win_amd64.whl", hash = "sha256:5e78b522b7a6e27e0b25d19b247b75039ac4c94f99823e3c9e53ae1603a9f7e9", size = 530255, upload-time = "2026-06-07T21:09:30.843Z" }, - { url = "https://files.pythonhosted.org/packages/2a/71/6e22be134a4061ada85a92951b842f2657f17d926b727f3f94c56ae963d6/aiohttp-3.14.1-cp314-cp314t-win_arm64.whl", hash = "sha256:90d53f1609c29ccc2193945ef732428382a28f78d0456ae4d3daf0d48b74f0f6", size = 469640, upload-time = "2026-06-07T21:09:33.028Z" }, + { url = "https://files.pythonhosted.org/packages/f8/5c/b3e4ff8ad43a8afef9602c5e90285936da1beaea8b029016b793891f03c3/aiohttp-3.14.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:e568e14940c09955aa51f4e645b6daa18a581c5dcfcd73744dcc86a856e3ced3", size = 764250, upload-time = "2026-07-23T01:52:48.525Z" }, + { url = "https://files.pythonhosted.org/packages/0e/da/f1b384465e51449d844056b75070461da03a9a23e6c1747003695bf4172a/aiohttp-3.14.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:54cfcdee2770dac994417cbb0ee1f3eb0e7cb6b30c79bf44f2c02ff79ec5124a", size = 516281, upload-time = "2026-07-23T01:52:51.047Z" }, + { url = "https://files.pythonhosted.org/packages/b9/3f/01264f820ee2e3712a827892b1cd6ff80f3300c1fcbffbb45714a915d47a/aiohttp-3.14.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:21c016079415ed3fd676963e9793700a566d85dbbd6bfc564b9b2d209147dcc8", size = 514742, upload-time = "2026-07-23T01:52:53.779Z" }, + { url = "https://files.pythonhosted.org/packages/9e/8d/a71c6f2db52ac1ed142b133f7feddaa6b70539c3f4de24d7e226c95b794c/aiohttp-3.14.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d6088ec9894113802bddb3c09e974929aed2c7b3a8c456219b8aab4481f1a239", size = 1780613, upload-time = "2026-07-23T01:52:56.948Z" }, + { url = "https://files.pythonhosted.org/packages/a5/11/3dd9b3fb3a170f6ec9011b5291d876a6fab4086714c9e158600edf01b4fd/aiohttp-3.14.3-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:16ea7e24c309fb7c0bbd505d149abe4fe4dccfb8db911db7dbec0921bc889a6f", size = 1737688, upload-time = "2026-07-23T01:52:59.294Z" }, + { url = "https://files.pythonhosted.org/packages/6d/3e/834c26918be7d88068822b40e0db30fca50b5f4fe79104aa16a93f1d74e6/aiohttp-3.14.3-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:56f355e79f71aef2a85c80305cc915f894b170dba76de5fe84f6351939b83c06", size = 1845742, upload-time = "2026-07-23T01:53:01.641Z" }, + { url = "https://files.pythonhosted.org/packages/cc/c9/49ab8572df7d66bc13d11e31f781292badb04180dd87ba98733066c6aed7/aiohttp-3.14.3-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:18c441d0a8fca6de8d1f546849b9f0ab20d435993e2c5b59562b2fae6be2f929", size = 1928412, upload-time = "2026-07-23T01:53:04.018Z" }, + { url = "https://files.pythonhosted.org/packages/a5/b9/2b8f0c0ce09c87a1daf80fd483431b56b1435d3f62789bc86f572e1245de/aiohttp-3.14.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:53e7b4ce82b54a8bcc71b3b67a5cbd177ca1d7f592cbc92cd38b7349f73482db", size = 1786220, upload-time = "2026-07-23T01:53:06.481Z" }, + { url = "https://files.pythonhosted.org/packages/85/00/9c45f81de11710460edfa1dc81317b6e882703b160926c879a9d20da9fcc/aiohttp-3.14.3-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f55119f7bf25f49ed210f6096090715da24f2943c62102448915fde3c62877ce", size = 1637231, upload-time = "2026-07-23T01:53:10.258Z" }, + { url = "https://files.pythonhosted.org/packages/19/ce/967d628e910756f3539c6107cb7844a1b69440dcb3029a5ee7871b09ab63/aiohttp-3.14.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:9aa6e61fdf20105c4144e755bd586008ff450791d67b1c8146fdc15959c4d51c", size = 1753161, upload-time = "2026-07-23T01:53:13.817Z" }, + { url = "https://files.pythonhosted.org/packages/11/b2/0c3d4114f0aee4f580f5b3b4eb71b24d7a23b834ea506a4dfebe76513f35/aiohttp-3.14.3-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:ccd4893707b3e2a13e39c90d43cf80edf2e4d0457935bcc103bf2346214c3f15", size = 1756356, upload-time = "2026-07-23T01:53:16.211Z" }, + { url = "https://files.pythonhosted.org/packages/63/5d/99e7d91c82f1399d1ae2a854e080bd1493fbc31e5e959dbc4ec33dac3bec/aiohttp-3.14.3-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:b2466434105a4e03113c36ec775cc2ebe6676b62eae326fa670bb607ef788c1c", size = 1819846, upload-time = "2026-07-23T01:53:18.289Z" }, + { url = "https://files.pythonhosted.org/packages/ad/05/d5e1cb6480eeffd3f901d40a2c5e2d1e7effdc797837da3b490272699f13/aiohttp-3.14.3-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:ba59d59aba08ac02fc03b0c8983ccd5ee39a199d0552ce9e6d2b4845b34d59ae", size = 1628531, upload-time = "2026-07-23T01:53:23.86Z" }, + { url = "https://files.pythonhosted.org/packages/c9/90/b934682bcaefae18a9e04f3dff5b68522ba810906358ae5029b68110ea3b/aiohttp-3.14.3-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:ed099d105449c4f9e84f24af203cd131349d4761d8813fa7e02c32e7128cd910", size = 1832712, upload-time = "2026-07-23T01:53:27.551Z" }, + { url = "https://files.pythonhosted.org/packages/21/df/6061679faaf81fac746e7307c7adb71e858071a5d34c27583afefc64f543/aiohttp-3.14.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:152516815ef926786a0b6ae2b8f1fd2e0c71582dee0b435636865316fd4891b7", size = 1775014, upload-time = "2026-07-23T01:53:30.223Z" }, + { url = "https://files.pythonhosted.org/packages/8a/1d/f854878bbc69b88faefe924b619a34a6f59ec05fd387c77690667eaa75eb/aiohttp-3.14.3-cp311-cp311-win32.whl", hash = "sha256:a4af35c443e0b1a1bd6a8af3f3485d7fda15c142751a00f3ff8090f0b93346fa", size = 456006, upload-time = "2026-07-23T01:53:34.97Z" }, + { url = "https://files.pythonhosted.org/packages/73/0c/2af9d1674baccd1dbd47282a93d660a22e57ef6167c856deb24b4214fbab/aiohttp-3.14.3-cp311-cp311-win_amd64.whl", hash = "sha256:e1e74298bab6ee0d6e749ed4fd1901c7e604bdda32c03d787a2cc71c46d0433d", size = 481069, upload-time = "2026-07-23T01:53:39.673Z" }, + { url = "https://files.pythonhosted.org/packages/8e/76/88401ff3fc95e85c5fc38d588f36f55e61ecb64343b2bc8d69326f453cc0/aiohttp-3.14.3-cp311-cp311-win_arm64.whl", hash = "sha256:03cd2bde3d7f085b64e549c985f4bb928cad7e8ecf5323bfca320db548d81b39", size = 453021, upload-time = "2026-07-23T01:53:43.749Z" }, + { url = "https://files.pythonhosted.org/packages/18/d4/eb96299230e20acf2efae207cb8d69051f1f68e357e5ea5e479bf6fb097a/aiohttp-3.14.3-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:39aded8c7f3b935b54aab1d8d73c70ec0ee2d3ec3b943e0e86611bc150ba47f5", size = 754690, upload-time = "2026-07-23T01:53:47.332Z" }, + { url = "https://files.pythonhosted.org/packages/88/11/e7a70a209eb9a067c0d3212b518a0134e3484f5178c7533878b6b514d469/aiohttp-3.14.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:5bcb6ff3fdab1258a192679ff1a05d44f59626430aa05cd1a9d2447423599228", size = 509484, upload-time = "2026-07-23T01:53:51.159Z" }, + { url = "https://files.pythonhosted.org/packages/30/07/4bbc222cc8dbe31d4c3e8a5baad2286e4d42026ac0c570027b89afce6344/aiohttp-3.14.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:617105e2c3018ee38d0c8ce5ee3c84f621a6d8b9f723202aacaff28449ca91ee", size = 511949, upload-time = "2026-07-23T01:53:55.083Z" }, + { url = "https://files.pythonhosted.org/packages/54/b9/42e74c46b7b7c794b995bbc1f573fb48950c38b19d8600c62a6804ee2d67/aiohttp-3.14.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f631fe87a6f30df5fbe6d79640b25e4cffb38c31c7fb6f10871517b84b0f8c1a", size = 1765282, upload-time = "2026-07-23T01:53:59.662Z" }, + { url = "https://files.pythonhosted.org/packages/6b/ed/62bc4d74363ad346d518e0720363a949f63e2e23439a79eb5813d4d29bb3/aiohttp-3.14.3-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:a94dbaae5ae27bd849c93570669bff91e0510f33a80805738e3de72a7be0447b", size = 1741511, upload-time = "2026-07-23T01:54:04.063Z" }, + { url = "https://files.pythonhosted.org/packages/d0/9f/181e8a8bc79e47d13c7fc4540bd7a3b729d9505609c61f392a8dd2fbfe55/aiohttp-3.14.3-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8f2f1c4c032c7cedd7d8da6f54c97b70266c6570c3108d3fdffee7188bb70529", size = 1810680, upload-time = "2026-07-23T01:54:09.882Z" }, + { url = "https://files.pythonhosted.org/packages/5c/9a/dec94d6ad694552fe3424e3f1928d7a606a5d9d9433a04e7ecdd9d38ae7f/aiohttp-3.14.3-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ea05e1f97ceea523942d9b2a7d7c0359d781d683d6b043f5943a602b14da4787", size = 1905646, upload-time = "2026-07-23T01:54:13.475Z" }, + { url = "https://files.pythonhosted.org/packages/52/b7/7cd31f29d6055bd711ae6e669367fba6f5ae9de463910a793e30556a8db7/aiohttp-3.14.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:543906c127fb1d929b95076db19b83fa2d46751006ff1e23b093aa5ac4d8db42", size = 1792122, upload-time = "2026-07-23T01:54:15.752Z" }, + { url = "https://files.pythonhosted.org/packages/66/73/10b1ef93afa61f4963c746257b70ced619cf31a4798671de5fdb2608501d/aiohttp-3.14.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:0a5ff2dfbb9ce645fa5b8ef3e02c6c0b9cc3f6030ff863d0c51fffc50cb5541b", size = 1591127, upload-time = "2026-07-23T01:54:19.489Z" }, + { url = "https://files.pythonhosted.org/packages/49/ed/3b203fa6de1b338c14acdc06bf6ca9b043b7944f005966958c2ced932cde/aiohttp-3.14.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:041badb8f84396357c4d3ad26de6afd7a32b112f43d3c63045c0c8278cfd2043", size = 1725210, upload-time = "2026-07-23T01:54:24.129Z" }, + { url = "https://files.pythonhosted.org/packages/28/b7/1c2aab8c706436dcc28598452488ac9cd7c409da815237c28c27d58993e6/aiohttp-3.14.3-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:530125ee1163c4219af35dc3aa1206e541e7b31b6efc1a3f93b70a136f65d427", size = 1764848, upload-time = "2026-07-23T01:54:27.973Z" }, + { url = "https://files.pythonhosted.org/packages/54/50/94c28f08b131c4bf10984ea2c7a536c9920608bb2d6e7f95642c30cc87b7/aiohttp-3.14.3-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:c8653fd547c93a61aadc612007790f5555cdd18946fa48cf45e26d8ea4ea473d", size = 1777102, upload-time = "2026-07-23T01:54:31.775Z" }, + { url = "https://files.pythonhosted.org/packages/13/d4/e7d09ba7d345fb2d74440fd2fa033c5e079fac05552927705986f41a364f/aiohttp-3.14.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:89176250f686cb9853c0fb7ead90e639e915b84a6f43eedc2a4e7ec21f1037f0", size = 1580205, upload-time = "2026-07-23T01:54:34.518Z" }, + { url = "https://files.pythonhosted.org/packages/a3/84/072a91d68e1e1eb587985b54baab94221277f877e8ef274fc213a0ceae28/aiohttp-3.14.3-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:3a26434dafe408229ff3403458ca58de24fb51936504decac49ce6755f77e59d", size = 1797219, upload-time = "2026-07-23T01:54:36.995Z" }, + { url = "https://files.pythonhosted.org/packages/e0/eb/aad34e897e668424d6e995da5dff8a4a09af93363d3392488772957a63aa/aiohttp-3.14.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d1558173930a5a8d3069cee5c92fc91c87c4dbcb099debbb3622053717145a19", size = 1768629, upload-time = "2026-07-23T01:54:40.103Z" }, + { url = "https://files.pythonhosted.org/packages/b6/2b/6bb88ddba0fecd9122aa3ebcad25996cf6c083a4a7040dbb3a4f97972af6/aiohttp-3.14.3-cp312-cp312-win32.whl", hash = "sha256:16100ad3ab8d649fdfbee87602d9d2dcdca9df0b9eda8a1b5fdc0d41f96da559", size = 451481, upload-time = "2026-07-23T01:54:42.547Z" }, + { url = "https://files.pythonhosted.org/packages/76/9b/f2f8f108da17ecef2cc3efc424e8b7ad3782b1a8360f7b8eae8ced84f6ea/aiohttp-3.14.3-cp312-cp312-win_amd64.whl", hash = "sha256:33a2d7c28d33797a2e99923dffa63f83d908a19b6bf26cfe80fa790aa5e1a75a", size = 476845, upload-time = "2026-07-23T01:54:44.853Z" }, + { url = "https://files.pythonhosted.org/packages/3e/44/28dac80a8941b604f4da10ce21097614ca1bf905ce93dca28d8d7de9c1e7/aiohttp-3.14.3-cp312-cp312-win_arm64.whl", hash = "sha256:362a3fd481769cac1a824514bcd86fda51c65e8fe6e051099e008fddde6db17c", size = 448050, upload-time = "2026-07-23T01:54:47.087Z" }, + { url = "https://files.pythonhosted.org/packages/57/be/5afd201cc0ab139029aadb75392efe85a293403d9dd3a3226161c21ce00c/aiohttp-3.14.3-cp313-cp313-android_21_arm64_v8a.whl", hash = "sha256:2e9878ae68e4a5f1c0abe4dd497dbc3d51946f5837b56759e2a02e78fa90ef86", size = 506269, upload-time = "2026-07-23T01:54:49.075Z" }, + { url = "https://files.pythonhosted.org/packages/22/09/dec8189d62b45ade009f6792a2264b942a90cb88aeaf181239933cd72c3c/aiohttp-3.14.3-cp313-cp313-android_21_x86_64.whl", hash = "sha256:f3d2669fe7dec7fc359ecdb5984b29b50d85d5d00f8c1cb61de4f4a24ee42627", size = 515166, upload-time = "2026-07-23T01:54:51.894Z" }, + { url = "https://files.pythonhosted.org/packages/28/24/2854869d29ed8a8b19d74f9ec6629515f7e04d02dd329d9d179201e58e47/aiohttp-3.14.3-cp313-cp313-ios_13_0_arm64_iphoneos.whl", hash = "sha256:cc7cb243a68167172f48c1fd43cee91ec4b1d40cefd190edd43369d1a6bc9c82", size = 486263, upload-time = "2026-07-23T01:54:54.223Z" }, + { url = "https://files.pythonhosted.org/packages/d4/dd/57187c8be2a35aea65eaee3bd2c3dcbbcf0204f5106c89637e3610380cd1/aiohttp-3.14.3-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:78253b573e6ffab5028924fc98bc281aae05445969982a10864bc360dea2016c", size = 492299, upload-time = "2026-07-23T01:54:56.236Z" }, + { url = "https://files.pythonhosted.org/packages/b9/11/06ae6ed8f0d414edf4068861e233d8fe23ee699bfd4b3ceb8663db948a62/aiohttp-3.14.3-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:7041d52c3a7fa20c9e8c182b534704abb19502c8bdcbde7ab23bfda6f642394f", size = 502235, upload-time = "2026-07-23T01:54:58.377Z" }, + { url = "https://files.pythonhosted.org/packages/7e/a3/559639c34a345d2cf7c52dff6838119f2eaf29eb508227b5b83f573af813/aiohttp-3.14.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:ac74facc01463f138b0da5580329cfcc82818dea5656e83ddcd11268fc12ff80", size = 750883, upload-time = "2026-07-23T01:55:00.65Z" }, + { url = "https://files.pythonhosted.org/packages/91/cd/41e131f13afd1e7b0172a9d9eda085ef90eb8439f41f0d279db81ed3ae60/aiohttp-3.14.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d6218d92e450824e9b4881f44e8c09f1853b490f9a64130801024a4793b1b3b0", size = 508473, upload-time = "2026-07-23T01:55:02.945Z" }, + { url = "https://files.pythonhosted.org/packages/bc/6b/e7f13410d391c6e55b4c007a8de024355389d7d459e3d64c42b2d33617e5/aiohttp-3.14.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:11fb37ef075669eee52ab1928fbf6e1741fada40409fa309ebde9607a962aebf", size = 509190, upload-time = "2026-07-23T01:55:05.173Z" }, + { url = "https://files.pythonhosted.org/packages/97/21/6464573e53d69672cc1eada3e5c5cb2d2efa82701e8305a0f2047a576967/aiohttp-3.14.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:55bdcc472aafe2de4a253045cc128007a64f1e0264fb675791e132ea5edaa3bd", size = 1761478, upload-time = "2026-07-23T01:55:07.383Z" }, + { url = "https://files.pythonhosted.org/packages/1a/81/d217043a4c17fbce360905e3b2bdd20139ebc9a2de836d035d179c4da006/aiohttp-3.14.3-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:c39846c3aad97a8530c89d7a3869a8f8e9e3762c6ac0504481e5c80948f7e807", size = 1735092, upload-time = "2026-07-23T01:55:09.803Z" }, + { url = "https://files.pythonhosted.org/packages/a1/66/e13a02d0eeb1a9a502402a977abb4e4abff9fe4051c26f80558c57a7c975/aiohttp-3.14.3-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5895ef58c4620afe02fa16044f023dc4dafec08158f9d08874a46a7dbc0341b8", size = 1800546, upload-time = "2026-07-23T01:55:12.012Z" }, + { url = "https://files.pythonhosted.org/packages/26/5e/57d42fca1d18cb5acc1cad945d017fabc5d6ae71d8a08ad66be8dc3ee544/aiohttp-3.14.3-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:fa9467a8113aa69d3d7c55a70ef0b7c636010a40993f3df9d9d0d73b3eb7ef24", size = 1895250, upload-time = "2026-07-23T01:55:14.357Z" }, + { url = "https://files.pythonhosted.org/packages/ca/1c/7da8d08e74d56f00070822f9638ff3f1c563f8ad87d1efa996c87bfc8644/aiohttp-3.14.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d7d2deec16eeedf55f2c7cf75b521ea3856a5177e123844f8fd0f114ce252cb5", size = 1789289, upload-time = "2026-07-23T01:55:16.668Z" }, + { url = "https://files.pythonhosted.org/packages/cd/0f/cf16bcf56896981c1a0319f5d5db9337994b5165730c48a8fa07e9b34be6/aiohttp-3.14.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:dd54d0e8717de95939766febac482ac0474d8ac3b048115f9f2b1d23a16e7db4", size = 1586706, upload-time = "2026-07-23T01:55:18.913Z" }, + { url = "https://files.pythonhosted.org/packages/fe/6f/76eac12a7f2480e1e304f842efdb07db33256b0d9165b866b6ef0806c202/aiohttp-3.14.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:df82f3787c940c94986b34222d59c9e38843fba85139f36e85255a82ad5355a9", size = 1724652, upload-time = "2026-07-23T01:55:21.296Z" }, + { url = "https://files.pythonhosted.org/packages/39/b6/19c8c592baeeb94b75f966547d40c02ac7590902306ec5863d5c027cf506/aiohttp-3.14.3-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:42a67efc36300d052fb4508a53e8b6901b9284b599ae63945c377569c5fcc1e1", size = 1756239, upload-time = "2026-07-23T01:55:23.705Z" }, + { url = "https://files.pythonhosted.org/packages/dc/c9/4e9383150296f97f873b680c4de8fb2cd88608fb9f48c79edcb111611abc/aiohttp-3.14.3-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:7a75aa63cbf9b21cfaf60dc2657e19df2c2867d91707d653fee171ffeedd1371", size = 1769161, upload-time = "2026-07-23T01:55:26.082Z" }, + { url = "https://files.pythonhosted.org/packages/aa/1e/147bdc6cc5de5f3ab011be8bf5d6e786633249f22c20bae06f85e45f5387/aiohttp-3.14.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:e92eb8acc45eb6a9f4935071a77edf5b85cc6f8dfad5cd99e97653c26593cdde", size = 1578759, upload-time = "2026-07-23T01:55:28.846Z" }, + { url = "https://files.pythonhosted.org/packages/fd/31/78388a9d6040ece2e11df62ea229a822cf5e52d238374b220ae9975b2623/aiohttp-3.14.3-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:b014a6ed7cf912e787149fdc529166d3ceabac23f26efeea3158c9aba2354e7e", size = 1792025, upload-time = "2026-07-23T01:55:31.457Z" }, + { url = "https://files.pythonhosted.org/packages/03/51/a3d29fdf2c25d796746af8ad6fe56a45d6256c38b0a8a2ed752e1160b3a2/aiohttp-3.14.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:3d4f72af88ac2474bb5bca640030320e3d38a0163a1d7533500e87be458eef71", size = 1768477, upload-time = "2026-07-23T01:55:33.87Z" }, + { url = "https://files.pythonhosted.org/packages/29/a6/442e18b5afeade534d877a2dc3c3e392aff8d49787890b0cf84790410267/aiohttp-3.14.3-cp313-cp313-win32.whl", hash = "sha256:5f08ec777f35ee70720233b8b9811d3bb5d728137f30ac91b7457709c3261ac0", size = 451069, upload-time = "2026-07-23T01:55:36.121Z" }, + { url = "https://files.pythonhosted.org/packages/9d/69/3d876ac02659f271cf7f6769f14a8e3de5b6e888ed8b5a7e998086a4cec8/aiohttp-3.14.3-cp313-cp313-win_amd64.whl", hash = "sha256:dff9461ec275f22135650d5ba4b4931a11f3958df7dfbb8db630000d4dee0883", size = 476518, upload-time = "2026-07-23T01:55:38.303Z" }, + { url = "https://files.pythonhosted.org/packages/b2/0e/50d6e6471cd31edce8b282bdec59375a3a69124d8a989a0b1313355cae52/aiohttp-3.14.3-cp313-cp313-win_arm64.whl", hash = "sha256:ddcac3c6b382e81f1dd0499199d4136b877beb4cb5ef770bbbfba56c4b8f55d2", size = 447676, upload-time = "2026-07-23T01:55:40.451Z" }, + { url = "https://files.pythonhosted.org/packages/c8/20/887fdcf832326571b370ffc347b3e70abe101096f3720126aac161b1d872/aiohttp-3.14.3-cp314-cp314-android_24_arm64_v8a.whl", hash = "sha256:49f7325beb0f85ef4aef5f48f490269575f83e6e2acad00a1d80b807eb027062", size = 509067, upload-time = "2026-07-23T01:55:42.618Z" }, + { url = "https://files.pythonhosted.org/packages/ad/a3/92cec936f78cc4bf0fa5554ebe593b73459d94e3c62303e1902a4cccb6f7/aiohttp-3.14.3-cp314-cp314-android_24_x86_64.whl", hash = "sha256:e3be98a7c30b8c25d573dafba7171d66dfb05ee6a9070fc46535464ff97700a6", size = 514774, upload-time = "2026-07-23T01:55:44.937Z" }, + { url = "https://files.pythonhosted.org/packages/29/ba/2a0c38df3fc557620b6a5acd98364af050053b6285b4dc7ee74100c63c18/aiohttp-3.14.3-cp314-cp314-ios_13_0_arm64_iphoneos.whl", hash = "sha256:614c61d478b83953e261d02bb2df750f17227cd33ef8002945bf5aebbde21919", size = 488134, upload-time = "2026-07-23T01:55:47.135Z" }, + { url = "https://files.pythonhosted.org/packages/48/d6/d51b7d4bf309af3693940d8ffd2b9ed0b682434ef85959b7c9c137f60cf8/aiohttp-3.14.3-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:1caa7b0d05f3e3a36f87788c59e970a7ee1cefcfcbb924a9f138c4a6551c9cb7", size = 494201, upload-time = "2026-07-23T01:55:49.451Z" }, + { url = "https://files.pythonhosted.org/packages/3f/5a/8f624384e5f1efabb5229b94157eb966b021e97bdb188c62860c2ae243c2/aiohttp-3.14.3-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:dfa68deb2a443bdaa3ea5297b0699c1464f08aef3812b486d1348eee61b07dc0", size = 502766, upload-time = "2026-07-23T01:55:51.656Z" }, + { url = "https://files.pythonhosted.org/packages/a6/26/4ff0164370deec18fb19254ee4ab10b7a73304ac0c860b13f5f84663759b/aiohttp-3.14.3-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:e72ee89e28d907a18f46959b4eb0bb06701cc7f8cf4366e00029e2ccfaaf5924", size = 756557, upload-time = "2026-07-23T01:55:53.964Z" }, + { url = "https://files.pythonhosted.org/packages/97/a3/7056b86dc0d9ec709ea9777eae3b0161428f943372f8b98c01c11593b682/aiohttp-3.14.3-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:ad4c8b7488d745d2ca4838ebd8ae5ba9b56341d30b1da43640e4ce87f9f49646", size = 510168, upload-time = "2026-07-23T01:55:56.22Z" }, + { url = "https://files.pythonhosted.org/packages/85/ed/0357a015892fd68058bf2d39d3fd1958e459b997a7db30aaa6aaa434ae96/aiohttp-3.14.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:db332af25642007330fca8be5c4d194caf2bea7a7fc84415aff3497af5dfee6b", size = 512957, upload-time = "2026-07-23T01:55:58.437Z" }, + { url = "https://files.pythonhosted.org/packages/47/d1/8aba53f15ccb2238405f5e9d30e2a8ca44f93878c26e7165ade00d374b1c/aiohttp-3.14.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:25bd2708db6bdf6a6630dd37bdcdfcb47c4434d22ac69c64665b802910140b30", size = 1750149, upload-time = "2026-07-23T01:56:00.856Z" }, + { url = "https://files.pythonhosted.org/packages/49/bd/40c3fee327529284375c6701cbb0fa4600cc2e8432af1378f897e2ef7d3a/aiohttp-3.14.3-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:cef89a58e628c4efcac3275c2d68083f82426dcdc89c1492a6f654f9f7ea6ab9", size = 1707685, upload-time = "2026-07-23T01:56:03.371Z" }, + { url = "https://files.pythonhosted.org/packages/2a/a3/ca0cc6724cca8114b05694abd916060758c79894c3aa5b012cdadc1bc28e/aiohttp-3.14.3-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c23ec8ee9d5ab2f5421f9c7fffce208435607af27fd46d4a44e031954352838f", size = 1803911, upload-time = "2026-07-23T01:56:05.817Z" }, + { url = "https://files.pythonhosted.org/packages/95/b5/85b099c299c3ffd38ad9b3e43694c8a346934e4a30c88c4fd5a841234f77/aiohttp-3.14.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:e2667f0bbe7eb6c74eae5e9691441ad186e5845ca3cff63230fc09c4e7514f5d", size = 1876929, upload-time = "2026-07-23T01:56:08.413Z" }, + { url = "https://files.pythonhosted.org/packages/d5/b7/1da684a04175473fa4cddbf9a2f572e79514c3fd27a74597f43057d4f3da/aiohttp-3.14.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:18cb43369747b2ae007bd2655fb8e63a099c2ff1d207962943636dac989b3147", size = 1761112, upload-time = "2026-07-23T01:56:10.918Z" }, + { url = "https://files.pythonhosted.org/packages/d1/16/bc4b55e3e5cb175fd69c53c90d60d2f47797cb343da5106e23863dc4dba4/aiohttp-3.14.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:d77640cc618c1d99fc4f8589c0f24a730adfa54eb1e57ef7bf0c8dfb78da898c", size = 1583500, upload-time = "2026-07-23T01:56:13.613Z" }, + { url = "https://files.pythonhosted.org/packages/2a/e8/13a9d957a1ee40837f46aa30f0f4c657e673ad86a2e6362a9f9be20d26d9/aiohttp-3.14.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:53e5179d8abb5710f8e83ba207c41c8d1261fcffd4616500e15ca2b7a33be10a", size = 1713940, upload-time = "2026-07-23T01:56:15.969Z" }, + { url = "https://files.pythonhosted.org/packages/38/05/d33c680c1bcf1c7e130f9cbfc1fc02fe8bb0c4af2a94a53dd5fb56131e5c/aiohttp-3.14.3-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:cd817772b2fcf2b8c0905795318485f9ec16eae60b29feb7f4c77085311637f0", size = 1724413, upload-time = "2026-07-23T01:56:18.591Z" }, + { url = "https://files.pythonhosted.org/packages/85/1d/af798d306f7a74b6a632dbcabcf62a4c91391b7582d2a8c6d7712e2cc54e/aiohttp-3.14.3-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:4e3ac92d90e92773b2362d506068e9a948192bd553e743c5b2429e28527c8661", size = 1770748, upload-time = "2026-07-23T01:56:21.074Z" }, + { url = "https://files.pythonhosted.org/packages/a8/92/ad720d472556a995049206867765e9410969684f86ee09423ff9969044c1/aiohttp-3.14.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:3f42e9b78301f11c8f861746175d8b9c1ccef713fcad9eab396e2f6db8ed4a22", size = 1577564, upload-time = "2026-07-23T01:56:23.475Z" }, + { url = "https://files.pythonhosted.org/packages/60/ad/0ed7586cbef7a884e23a752fa2bb987a122e6a5dd50dab109258d0a95193/aiohttp-3.14.3-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:9d9edccfe496b476db5f398d97b865e9a6752bcf8aec4eef8390ce20fb64bb41", size = 1782080, upload-time = "2026-07-23T01:56:25.994Z" }, + { url = "https://files.pythonhosted.org/packages/97/ea/dbaed0d73e8a69aad653b045dab451c67c2454bb731a37b45a86593e9422/aiohttp-3.14.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:1c5ec8fb1bcc31a8466f74aaf26c345d5c386fa4bd08a3f0eb9c7a4a3fe8b5bf", size = 1745813, upload-time = "2026-07-23T01:56:28.604Z" }, + { url = "https://files.pythonhosted.org/packages/81/1b/6893d4bc57e434fc93a6c9217c637d967a0b651d989f6e3265179375754a/aiohttp-3.14.3-cp314-cp314-win32.whl", hash = "sha256:38901a84da3ce22249f6e860bf8f90d141bcab7da090cc398f8bb58c0e44b7da", size = 455872, upload-time = "2026-07-23T01:56:31.031Z" }, + { url = "https://files.pythonhosted.org/packages/f5/8b/c7baa1ba1eda4db6989baefe5de6d99834921b84ebd7918624febcb9f290/aiohttp-3.14.3-cp314-cp314-win_amd64.whl", hash = "sha256:8b3b60de05f3dcb6f6a00f818bb2ec781cee4de0645f59ccaf99b1d1823b6100", size = 481030, upload-time = "2026-07-23T01:56:33.365Z" }, + { url = "https://files.pythonhosted.org/packages/22/8c/c29d067df825a2df88ca432db848aa2fe8199598359cc06c12b09320cac9/aiohttp-3.14.3-cp314-cp314-win_arm64.whl", hash = "sha256:1576145bdceeb92382d899751e12743a3a5b8e460a841e3e50543859e54864dc", size = 453669, upload-time = "2026-07-23T01:56:35.731Z" }, + { url = "https://files.pythonhosted.org/packages/6a/a4/9c033beb355d39b6147980597ec9645e4729243f686ee4dc73945de72030/aiohttp-3.14.3-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:8800c996b01c2772a783e3e46f3e1abd5823029adca0df54231960de9bfefa5b", size = 791403, upload-time = "2026-07-23T01:56:37.972Z" }, + { url = "https://files.pythonhosted.org/packages/80/ca/87c32a0a7704583cfc49660bd817889bae5b830bf53b5dcb4e92145ac2da/aiohttp-3.14.3-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:ebe8e504f058fe91223351cecd2d9d6946c9d241bb0250d898ffbdf584cc72b0", size = 526413, upload-time = "2026-07-23T01:56:40.523Z" }, + { url = "https://files.pythonhosted.org/packages/9e/d8/8ec0e471248c500acdce2be3f46db8fb62b5eb60efef072529cc85ee1d26/aiohttp-3.14.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:30402d03a7c0ff52bce290b57e564e9079fd9d0cb545c8aba73f86a103162d2e", size = 532135, upload-time = "2026-07-23T01:56:42.876Z" }, + { url = "https://files.pythonhosted.org/packages/fe/45/f8919fd936e8b79fcd9bda7b6d8e62613462a713f4f17987fd7c34399142/aiohttp-3.14.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9fc7b5bfec6573f3ae844f457fdde5adeb713f8b8e4a81ad64fc207b49383716", size = 1922742, upload-time = "2026-07-23T01:56:45.528Z" }, + { url = "https://files.pythonhosted.org/packages/f6/ec/9ca76b28a27525b0cc53e20842e0228b022f301ce1f436b7d814b4aaf2df/aiohttp-3.14.3-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:8a5fd34f7f7410d1730d5c2ba873cacb2eed3fede366feb268a70ba22581ed8f", size = 1787371, upload-time = "2026-07-23T01:56:48.045Z" }, + { url = "https://files.pythonhosted.org/packages/b1/04/6acdbf17315f7b55f1937e3387acb89a3cddeb4995689553d064af8e92ab/aiohttp-3.14.3-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:270d3dace9ca2f10f0da5d8ebe519b7a310fc6112ed916e32df5866df0888553", size = 1912623, upload-time = "2026-07-23T01:56:50.605Z" }, + { url = "https://files.pythonhosted.org/packages/86/e6/438b0c79ca6f45eb9fd9817dd4c01a91919a38c0de5ee9e05e2b4dc0ece7/aiohttp-3.14.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3ae5b3a59436d089b5395d910121a390feed4d00578eb95a0fd1a329fe963100", size = 2005515, upload-time = "2026-07-23T01:56:53.153Z" }, + { url = "https://files.pythonhosted.org/packages/bb/6b/62cbd6577758699525f5c712d1ddef57d9875fbab0ae8d5f5a202fd598f8/aiohttp-3.14.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2498f0fe69ead802f9675beca44a7c21c62fdaa4ec5145ea1c3ad6edbee29f85", size = 1879906, upload-time = "2026-07-23T01:56:55.818Z" }, + { url = "https://files.pythonhosted.org/packages/00/95/18bcbf830a21dc3aae24d8f6b6feaf3db1d2090242d00a7868db2ffb0b67/aiohttp-3.14.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a0dc483c00da8b673abbb367eb6f8d8f4bcec30eb58529ea13cb42e7fd2dfa33", size = 1675849, upload-time = "2026-07-23T01:56:58.861Z" }, + { url = "https://files.pythonhosted.org/packages/a9/19/47f4968659c5e23606c3790c80fc624e691c153d036148449ee84d31b287/aiohttp-3.14.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:c7d3a97c678d34fc5b59da671ee9cd630096ddc643e7b5a30d54a2a6f3574d3f", size = 1843496, upload-time = "2026-07-23T01:57:01.591Z" }, + { url = "https://files.pythonhosted.org/packages/64/af/38c33c4dd82fddcb4e56c4653b6f1072a8edbc6b7fa15809f14932c41e2d/aiohttp-3.14.3-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:f8fb78a83c9e5f741ca3a68cfb455c1f5bb83b4e7249a3848b3cd78d0a8563b0", size = 1827746, upload-time = "2026-07-23T01:57:05.131Z" }, + { url = "https://files.pythonhosted.org/packages/a1/9d/0537cda4885ac8f5b7053d164dd06312f4c483a4edcb8ee5b8aaf2a989bf/aiohttp-3.14.3-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:74ab5b6a9fb13e873e5a90946588baecaf488745e1db1a4a5c433f971f035098", size = 1853810, upload-time = "2026-07-23T01:57:08.043Z" }, + { url = "https://files.pythonhosted.org/packages/19/fe/26f9c5e6458385aa86497836b0dea6fb2f027827d63f37c7856cce9286ee/aiohttp-3.14.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:bd52f811e65f6fb634b1047159657c98f52b407f8efec907bcfc09da9a4c0a25", size = 1668895, upload-time = "2026-07-23T01:57:10.837Z" }, + { url = "https://files.pythonhosted.org/packages/ec/4c/618b1db9b9ba079b8875d2cdf78e7c4a3bf72903bd5850fee7dd9544600a/aiohttp-3.14.3-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:f0f177d1b195b9e06376cfd7d308d8a1b920909a609d03ac82a8c73bbb16d3b9", size = 1883833, upload-time = "2026-07-23T01:57:13.672Z" }, + { url = "https://files.pythonhosted.org/packages/94/c6/bd959bd1e4771f9fd944e9e436224c48c77b018b73b519b5aad346335bcc/aiohttp-3.14.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:498c6c623134f8e09a3c4e60bcd607a0b4590dd7dbf08dd40851b27cbb520ccb", size = 1844251, upload-time = "2026-07-23T01:57:16.593Z" }, + { url = "https://files.pythonhosted.org/packages/5e/19/08d41839658bdd44a0ed2480f3891705ecb487ce28c0dde62c9040c997e0/aiohttp-3.14.3-cp314-cp314t-win32.whl", hash = "sha256:b304db572b4368edd8dda8a2274f73156fe15558fca4a917cb8a09fc47af5963", size = 474180, upload-time = "2026-07-23T01:57:19.306Z" }, + { url = "https://files.pythonhosted.org/packages/99/5d/3cd6ef0a2b2851f7ab913b5b079334781bd50ff56a323e4454063377a080/aiohttp-3.14.3-cp314-cp314t-win_amd64.whl", hash = "sha256:b20032766aedf6261c7a566585a40867d092ac03a0d81592d5370ef9b054f99b", size = 500528, upload-time = "2026-07-23T01:57:21.762Z" }, + { url = "https://files.pythonhosted.org/packages/a4/37/cfd1ed540a4d318da025590d96b728e63713c09e9377950fc655dadeb856/aiohttp-3.14.3-cp314-cp314t-win_arm64.whl", hash = "sha256:2e1161602f45a54de2ce0905243a95f58cb42dcd378402f3697f5e0b21e9d2e7", size = 469280, upload-time = "2026-07-23T01:57:24.241Z" }, ] [[package]] @@ -634,58 +637,58 @@ toml = [ [[package]] name = "cryptography" -version = "49.0.0" +version = "50.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cffi", marker = "platform_python_implementation != 'PyPy'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/1f/99/d1c90d6041656cc6ee229dc99cd67fd0cd5aec3c5f7d72fffc27cc750054/cryptography-49.0.0.tar.gz", hash = "sha256:f89660a348f4f78a92366240a61404e337586ef7f5909a2fef59ca88ef505493", size = 854345, upload-time = "2026-06-12T20:02:30.512Z" } +sdist = { url = "https://files.pythonhosted.org/packages/de/41/6cbdcf9142d00fe82836fbb51e503e58088575cf7a0fe1dbff6695bf0840/cryptography-50.0.0.tar.gz", hash = "sha256:eeac2acb5a20ed25e0ad6d1df9891a520b78b404266b6d11778f25d5d691a6c9", size = 880201, upload-time = "2026-07-31T14:25:10.11Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/9b/22/adf66990e63584a68dfb50c24f48a125c07b1699899381c8151e63ed458c/cryptography-49.0.0-cp311-abi3-macosx_11_0_arm64.whl", hash = "sha256:966fe0e9c67490071f14c0d2b1cb2dfb3023c5ce39457343931415f08382f2db", size = 4032100, upload-time = "2026-06-12T20:02:32.143Z" }, - { url = "https://files.pythonhosted.org/packages/09/41/3797cfaf69cae04a13ee78ebd83f0678d9c02b4779d21ce24445326f1a69/cryptography-49.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:36d1709f992593689b45bda411498d62c6e365f2ca00b84657d4dadd24de16db", size = 4692978, upload-time = "2026-06-12T20:01:21.305Z" }, - { url = "https://files.pythonhosted.org/packages/e6/8b/43011f7ebe515a8aa20d61f290a326cd890c2e738e16e59eaff8d9c3a412/cryptography-49.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:0e959b578856a3924bc0cbb710fc12c387b9412a951389f3ca61704a9e25f325", size = 4716422, upload-time = "2026-06-12T20:01:48.566Z" }, - { url = "https://files.pythonhosted.org/packages/4a/91/01ce7303a4579e6d3a6abef01bd322848e9ea7a219adcabc5048b9033571/cryptography-49.0.0-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:53ecee2e23f7169b6117e99fc8a944e5e50f79e69758a83b52a00cb98ab2b2d2", size = 4700503, upload-time = "2026-06-12T20:02:47.091Z" }, - { url = "https://files.pythonhosted.org/packages/62/99/a2c95cf8293f07491e9e27c20cc4dcd18176d944e674679adeb1d0173fd6/cryptography-49.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:2eda353d8a27bcbcaa4cbed18994a74ab4d19a2ca897db188ea269ab9b71419b", size = 5309779, upload-time = "2026-06-12T20:02:08.987Z" }, - { url = "https://files.pythonhosted.org/packages/20/2c/0622f20ff02b2ef32558733443805dc82fd4c275be01b2d19d14676f3a1b/cryptography-49.0.0-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:2afe9051da7ae7bd5905da5a949280c7d2bb75682e188f650a9d0f2756b834c6", size = 4749683, upload-time = "2026-06-12T20:02:03.335Z" }, - { url = "https://files.pythonhosted.org/packages/a3/5b/c5246635d5fd3b64e0d45ae10e99fd32fe9676a79915ccfe5a61ba9af1a5/cryptography-49.0.0-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:0b82e28ee398a386f0807bba7884d30f25218855690f45115831bcce5d90822c", size = 4337874, upload-time = "2026-06-12T20:02:54.323Z" }, - { url = "https://files.pythonhosted.org/packages/6d/88/05563c7fe2e914e87d1a536d06fe83e66b4e1d95cb593e05aea375531da8/cryptography-49.0.0-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:ccac2bfebc306b862133e3bb71f3f6ee8bb525240089b2d952e4144b3a6d5da7", size = 4700283, upload-time = "2026-06-12T20:01:34.822Z" }, - { url = "https://files.pythonhosted.org/packages/c4/b6/d7696e4e890d6ae1469935164c9e5215c557671cb78d6e3f458ccceaa632/cryptography-49.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:d0527ce944105f257f605a827d6ebead966c752038b6e8656abb9c5edee6fc68", size = 5265844, upload-time = "2026-06-12T20:01:24.09Z" }, - { url = "https://files.pythonhosted.org/packages/a9/3c/f3ad17eecc1a57b0ba236dc01f90e783c51f4a2f35f64777cc4f47a184b2/cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:cbc77da8c523d5abd028635ba850a6966fcee2c82e2bf65a41d1d8afe0f98be9", size = 4749290, upload-time = "2026-06-12T20:01:30.848Z" }, - { url = "https://files.pythonhosted.org/packages/4f/01/339573cf1023163a400b0b5d16f6d507de413b9f60be6fd1b77feeaf6737/cryptography-49.0.0-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:b87e65d263b3e5d3bb92a57e2a6638e2f31110fa7aa890c7b2dbba42248d0a3f", size = 4834612, upload-time = "2026-06-12T20:01:29.246Z" }, - { url = "https://files.pythonhosted.org/packages/71/fd/577302e213a1be9468f92d1afef66fcf1ef83d516819d9992ca547f592bd/cryptography-49.0.0-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:66ec79c3904820572d7e987abdf304281f141d37ad9a489b8e97066e7b9b6459", size = 4980804, upload-time = "2026-06-12T20:01:42.853Z" }, - { url = "https://files.pythonhosted.org/packages/1f/09/f42b1d190c5ba75f72062a387f8030d1d75f6ab035788f1d9c4b01de6525/cryptography-49.0.0-cp311-abi3-win_amd64.whl", hash = "sha256:e5dfc1e64de5677cec922ffa8da89c546d0415bf6efdf081842e5d44c84e1f0e", size = 3810026, upload-time = "2026-06-12T20:02:39.262Z" }, - { url = "https://files.pythonhosted.org/packages/ec/9e/db72b3ae7fc9cfad53e630e56c6ae83b9b6ff0bf3718ffb8012d20b3aabf/cryptography-49.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:73a205dce83953d131a4aa1e0fd917a2fd1c5b1eef251e9d7152efefcbf5caf7", size = 4013892, upload-time = "2026-06-12T20:02:10.735Z" }, - { url = "https://files.pythonhosted.org/packages/86/12/c48a424f38db03027be9f7ed5c7dc5de9933dbee992865f98b13727a009d/cryptography-49.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:196ecd6a36e4e9aa10270393bb98d8df88fccee0bf1e5128b91ae4eb4375896d", size = 4678835, upload-time = "2026-06-12T20:02:48.743Z" }, - { url = "https://files.pythonhosted.org/packages/68/28/8a3ad4653662c93fc44dc4e5d8fd374c25c42e07b34bbfbadf49cf57a5a8/cryptography-49.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7abcee80084cda3f7691f3eb1ce480d8df49cec637b429aa35986c1de71738aa", size = 4697239, upload-time = "2026-06-12T20:02:56.03Z" }, - { url = "https://files.pythonhosted.org/packages/a8/b2/2193fc74f81aee4f9b62733133b73b5176718932ed8f2e4b03fa040480a6/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:4ae387c9cb68ea569ca17e490d66d8142b81c3cc814bf179974b7d146e490bbb", size = 4685593, upload-time = "2026-06-12T20:02:50.666Z" }, - { url = "https://files.pythonhosted.org/packages/47/f1/1d3eaa243bfc5de4a187b22aa8c048b3e4980bfbe830ac46e6bac2e66947/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:f37d847238971164fdbc68ade6f6574aecc9c0af714190e2083429ff68f4ce9d", size = 5289961, upload-time = "2026-06-12T20:01:46.468Z" }, - { url = "https://files.pythonhosted.org/packages/58/39/2d51306721330c486495853eda1c567880ff036de15a14c4b74f399934af/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:c2bc30226390d60ea19d9f82b19db005fe0452154a23c1c410c12ea801e43561", size = 4731145, upload-time = "2026-06-12T20:02:16.832Z" }, - { url = "https://files.pythonhosted.org/packages/17/50/983e838c7fd0d87fd8c969bcdd328edaf5f756e38df5281637424c155873/cryptography-49.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:07cab27cc7b7e0fd28e5e26bb9eeedde5c135c868b46de4a27845abe94af6122", size = 4321719, upload-time = "2026-06-12T20:02:52.611Z" }, - { url = "https://files.pythonhosted.org/packages/a7/f5/8f571d7e27c55bce9f76f026143bcb1e040a4233149ecca0bea5fa5dd5f7/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:b20133d204d2bb56ba047642199603876c872026ca53e79c35b83772ab2cc505", size = 4685209, upload-time = "2026-06-12T20:02:07.282Z" }, - { url = "https://files.pythonhosted.org/packages/e7/84/0e27016a6fc5a0886f797018b26aa42f40c09a82332bff77822a451deaaa/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:b970c6da94d5bb18629db453d14f2a1300f6bf59b61e9b82377931ef95504866", size = 5246285, upload-time = "2026-06-12T20:01:32.439Z" }, - { url = "https://files.pythonhosted.org/packages/11/2d/5e1fb307cb5931881516b464c98774b3f2c36b5d4bb9a2830253cf553cad/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:d8ecde755e2e91bf773fc94e8c9d730cd7f2007004cb492263a794ec3899a1c8", size = 4730441, upload-time = "2026-06-12T20:02:01.469Z" }, - { url = "https://files.pythonhosted.org/packages/e4/c0/bff5a02ee731d207d6a1ed51732549d8c53d2bc8da1d10ec6f2844201d68/cryptography-49.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e3fb64c420688e5319ae25113a354015abbd8dffbfbc41781a1ea66fc7622ac3", size = 4815869, upload-time = "2026-06-12T20:01:36.574Z" }, - { url = "https://files.pythonhosted.org/packages/b9/26/814681d14248d95d73d5c3eea0c39a94eb8302df966f670a2c60de90974b/cryptography-49.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:32703d93296f5c1f4b53349ad3a250c2cae0fdecd3a3dd5d47e616d8d616af27", size = 4960948, upload-time = "2026-06-12T20:02:18.688Z" }, - { url = "https://files.pythonhosted.org/packages/4c/fe/93ecac273d3738939d023612ad12cca9a3740a5345d69fda04134c43fd96/cryptography-49.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:33cd0565932807baddb67b96dbee92f2c374b5c89dee09fd74079aeb8c8dba61", size = 3799153, upload-time = "2026-06-12T20:01:39.059Z" }, - { url = "https://files.pythonhosted.org/packages/19/2a/5bb823f5bedcf80718cea7fbc95ec5515cca3769633c4b01a32be7f30e7c/cryptography-49.0.0-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:ec5e529fb80935c94fe7b729f9972b50e351a0e6b50aa294fd5cabb109fcc29a", size = 4025947, upload-time = "2026-06-12T20:01:25.745Z" }, - { url = "https://files.pythonhosted.org/packages/3d/df/40577043ca124e17012f408ddddaeb213b856336ac82ddb3bc915f39e29f/cryptography-49.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:f78ff2c9ed8dc2d036b0f4d640e22522213d047c1b14e61205a7e55c80a494d4", size = 4692429, upload-time = "2026-06-12T20:01:53.628Z" }, - { url = "https://files.pythonhosted.org/packages/2c/99/2d13299eb3dd27b02dcfaafcc91d6b5cb3329f7cbd6d8f51921acd566c1a/cryptography-49.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:35b151772baff2c74cba7fa290ceaff4c3b11c0c881eb93eb5dbc05a7cfbba18", size = 4700968, upload-time = "2026-06-12T20:02:45.383Z" }, - { url = "https://files.pythonhosted.org/packages/a5/4d/9c0cd02f95e2602dd5e563da149ee0830abef3537be8b34dc56281ebe27a/cryptography-49.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:0f21641cf4b30fca7aee061ced0ec7ad7b073518088b7c9969a297c0ae796c69", size = 4697758, upload-time = "2026-06-12T20:01:41.13Z" }, - { url = "https://files.pythonhosted.org/packages/24/01/186c825898477d77e2324d5360fefe622ff1d8d1963ec0554e2cada8ec77/cryptography-49.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:9e82dcc8e56052715fb18b2429e3bca4823b1629136a2084fc45a9a5cecb9b64", size = 5298863, upload-time = "2026-06-12T20:02:24.579Z" }, - { url = "https://files.pythonhosted.org/packages/b8/7b/62cbbab75d0659865bf0273790031544a0b16c8072d258f9428dcd8190dc/cryptography-49.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:6f2debedf9ca60cf1d5bd466475638af5130f89965605cd818484d19987d3a21", size = 4735983, upload-time = "2026-06-12T20:01:50.14Z" }, - { url = "https://files.pythonhosted.org/packages/6c/72/3e798c064bc39e471008075d0f9bc9daf77a80879c092e4a8e170c585ed4/cryptography-49.0.0-cp39-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:8c25ceb16df5b9435f3f6a9829204985b0e0cbee3b48aacd432c7d2c850b44d9", size = 4334173, upload-time = "2026-06-12T20:01:44.743Z" }, - { url = "https://files.pythonhosted.org/packages/f0/ee/6fca21d1ac73e06f8bef71940abfd4d2f6472b4bca284d770f32bd4086f6/cryptography-49.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:28d8b15e6275f12c8a207dc309dfa957903c927d08d0cc937ee3f63f200693cc", size = 4697298, upload-time = "2026-06-12T20:02:20.918Z" }, - { url = "https://files.pythonhosted.org/packages/67/d0/a5fcd3515f0bae49a7b6d0413cc1bdccdcc1fc0047037a0d480642cdc5d6/cryptography-49.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:6fc361c34fb6aac015ce19435876635e5c6d21db31998b0920f675f131e043b8", size = 5254338, upload-time = "2026-06-12T20:02:22.737Z" }, - { url = "https://files.pythonhosted.org/packages/a0/84/84fe36f19caf857d61cb7fc9c63035a47ffabd84ea12d1d393148efa3615/cryptography-49.0.0-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:2400ef9c9e2299a25614eb1dea3db54a69b1349efd043bfac9c67630d136df36", size = 4735650, upload-time = "2026-06-12T20:02:41.389Z" }, - { url = "https://files.pythonhosted.org/packages/6c/a0/db537264e234f7273a73ec020873d6d6b39dfd8a53db78b550ca8320440e/cryptography-49.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:67e1d20ad9ef3a563c59ef22e7a8a0b8210bd26604369ea4a30a7c66aefe504e", size = 4834820, upload-time = "2026-06-12T20:01:51.847Z" }, - { url = "https://files.pythonhosted.org/packages/93/77/8df9eb486495979bccecd1062e2eaf435250e84437040295b57d09048b0b/cryptography-49.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:42b0684e0e40cf26122427802486f6d93aea593612603a94fbf260c7eb1e9c1b", size = 4967968, upload-time = "2026-06-12T20:02:12.524Z" }, - { url = "https://files.pythonhosted.org/packages/c2/e6/f60198ea8d9dfa15fff9ed4ca02ce362f6eadd9ba757dcc50634c4257b63/cryptography-49.0.0-cp39-abi3-win_amd64.whl", hash = "sha256:026ac7423e6fa66872d3bf889be5974507da3944f866f704fa200eadacd00001", size = 3785547, upload-time = "2026-06-12T20:02:26.847Z" }, - { url = "https://files.pythonhosted.org/packages/63/d3/4a83af35d65e3fad632c926fad684c193ea4398569ccb0bbbc7fe8f5dc9a/cryptography-49.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:fc1e275c2f1d97b1a6450b8b0ea3ebfa6e087a611c2b26cb2404d48588abab7b", size = 3993685, upload-time = "2026-06-12T20:02:14.883Z" }, - { url = "https://files.pythonhosted.org/packages/d6/a7/f9dac0ab7f80368c56993a7bf638ef9935f825c91902798481fac0898138/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:c83782480a4a9da4d0feb51950131ba32e12e70813848b3343f6e18c28a66838", size = 4676239, upload-time = "2026-06-12T20:02:28.793Z" }, - { url = "https://files.pythonhosted.org/packages/d7/70/2ba3769dd0ae167e2f33dfa9592d45db6ff9a61d62ca1a5b3d1bdd09068f/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:b39efa323140595abd3ecca8529d321ae50f55f3aa3ba9cc81ea56a6011953d5", size = 4715584, upload-time = "2026-06-12T20:01:27.495Z" }, - { url = "https://files.pythonhosted.org/packages/94/64/2923570ac1c0bd3a737aa366ac3abbbbde273042308b8cde95e2364a6e6a/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:b47db11c2c3525083296069b98ac5221907455e989ae0c2e3008bde851921615", size = 4675885, upload-time = "2026-06-12T20:01:55.49Z" }, - { url = "https://files.pythonhosted.org/packages/ab/f8/614dc7e051418cfe53d55173c1e24c6b0085e89996fe90508c2fdf769aef/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:084ef1af862eb07ec46d25f68689f2102a9fc0e05ce7b80f14f5fe51e4eef0f6", size = 4715449, upload-time = "2026-06-12T20:02:05.469Z" }, - { url = "https://files.pythonhosted.org/packages/aa/50/a9caea39ad19c431c1a3f8a31114df65b260cdfe67786b6c7e7c040c4c44/cryptography-49.0.0-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:be9fcb48a55f023493482827d4f459bd263cc20efde64f204b97c123201850c6", size = 3783731, upload-time = "2026-06-12T20:02:43.319Z" }, + { url = "https://files.pythonhosted.org/packages/c5/5c/59086b4aac5e879d38ddbcf74e4be7ade89cebc3eb199a55da998c3bb46a/cryptography-50.0.0-cp311-abi3-macosx_11_0_arm64.whl", hash = "sha256:031e2d5dd4bb9caa3ca9c82e5a197fd8ae680232cee62603d1a813f3f07e3d03", size = 4001252, upload-time = "2026-07-31T14:23:33.331Z" }, + { url = "https://files.pythonhosted.org/packages/57/ef/8f2df13c7216bcad3e1c74e07f6e193d93e998e114f524a53877c9af27ad/cryptography-50.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:fd9192b7b70c573d7f214eb1ae35e00d359f6f5e4b27c7e21e30de1fc6204645", size = 4719554, upload-time = "2026-07-31T14:23:35.611Z" }, + { url = "https://files.pythonhosted.org/packages/d9/41/029086c34d91052fc3b88bcc8056f709a7c915c7a23b235a54eb800b1c97/cryptography-50.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:06a32a980526a6ab9a4b9bf8f7385800791e2bb960903cb6b530e4817509a3b7", size = 4702130, upload-time = "2026-07-31T14:23:37.635Z" }, + { url = "https://files.pythonhosted.org/packages/7d/ff/b6ce0954962e7f7b969f850a883744197bb3910bdfd7b6da162eab7d9f68/cryptography-50.0.0-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:a1b30560f2acc95aa8b2e06e716a13dbfc97314747b80d9707e307f77b40d6b3", size = 4725244, upload-time = "2026-07-31T14:23:39.471Z" }, + { url = "https://files.pythonhosted.org/packages/06/1e/63a1027cb7fec360a182208e1b7767d5aa1fe57be3d6aa856e69a321edc0/cryptography-50.0.0-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:8d89f3976b10b4ce31118de72329025f70d2c6ead14a8217c5514dd2c6d5a78f", size = 5342265, upload-time = "2026-07-31T14:23:41.286Z" }, + { url = "https://files.pythonhosted.org/packages/6b/72/a1116d683a6d7ece94590013882515de087edf9ef0e6292aae615a44df73/cryptography-50.0.0-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:b42a28c1844fd9de8f3f7d540e36b66f3a9c83fceac7170ebc7a6a19edd9dcae", size = 4734609, upload-time = "2026-07-31T14:23:43.139Z" }, + { url = "https://files.pythonhosted.org/packages/15/37/36a9c479bbe49acea2636c7fd3360d20f7b7e079c300352011c44850b181/cryptography-50.0.0-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:900131fafd8aead39ac7dd3a7e833be754c17a95cfd91221636949fe4eb0aa8a", size = 4356517, upload-time = "2026-07-31T14:23:44.939Z" }, + { url = "https://files.pythonhosted.org/packages/32/98/8a151d64367204cbc63ec65d37502f1d9c53cf4bfc6ec3c532614dbec60d/cryptography-50.0.0-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:07949c449a1abcf60d1ee6e88956d89404c7df3c8258f46589e912988e551987", size = 4724529, upload-time = "2026-07-31T14:23:46.93Z" }, + { url = "https://files.pythonhosted.org/packages/22/f6/ec13b470172126464a86bf54d2294a46d29837fc51ba3e45d4047946fb5e/cryptography-50.0.0-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:f89831ef99dd7dd169ab06d63a831adb9e20a87aac6d380266bbda5823349169", size = 5299852, upload-time = "2026-07-31T14:23:48.851Z" }, + { url = "https://files.pythonhosted.org/packages/da/3a/f05e32c99d440c9bb891ea0e36c9091891e36be5a9a87ab2ee6ea20729f6/cryptography-50.0.0-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:82148ec5bddac30b51a5b3c1945075f896fa022cb93f8e4a01e9f6ee95292c5f", size = 4734462, upload-time = "2026-07-31T14:23:50.861Z" }, + { url = "https://files.pythonhosted.org/packages/ca/dc/bd72b26be8953f80625f63151efd38eee71c76ca6cf591c08ff34615a79e/cryptography-50.0.0-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:1489e263a8048bb8b6a8bac662eb2d402ea5d2b7b4699b72f385f1e2772db105", size = 4852708, upload-time = "2026-07-31T14:23:52.715Z" }, + { url = "https://files.pythonhosted.org/packages/27/20/c930314a2ab476d15dec966ec87e2e9637bb02b06106b12c0396c57bb603/cryptography-50.0.0-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:7cec5b856506da6defb290f30c9ee687d5f5e8cb0bd3f6459dde43b0b4fa40ef", size = 5004179, upload-time = "2026-07-31T14:23:54.887Z" }, + { url = "https://files.pythonhosted.org/packages/32/2e/c9db68a0c4bfa28e310707527c0ee3a2bd254104d2e02e68f368e197aa4c/cryptography-50.0.0-cp311-abi3-win_amd64.whl", hash = "sha256:bd1c592e4d5974f0d08d4888e432157adba757c66da0246918e43677fafa2d30", size = 3840395, upload-time = "2026-07-31T14:23:56.677Z" }, + { url = "https://files.pythonhosted.org/packages/c3/fb/951032a3bf22a5697c83183fb6294a4843772947a70e616c57b3ff5f522e/cryptography-50.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:49e7d93abdbd2990caced757e5fade25302f719c3c8fb6e6fff2dde98999fc41", size = 3989258, upload-time = "2026-07-31T14:23:58.881Z" }, + { url = "https://files.pythonhosted.org/packages/d4/67/91eb047e69c5e845f2f14b8a2e4a1aab0f283cb885531e9e22c8adb176bc/cryptography-50.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:19736989797678c6af1e55cd49055cdbcb55d8f6b5583ac5335f933aba9101dc", size = 4700648, upload-time = "2026-07-31T14:24:00.702Z" }, + { url = "https://files.pythonhosted.org/packages/30/82/85f0f7425c856b9f96459411eb12e74ef72df9caf6f8f15bf23a33ff131f/cryptography-50.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:80b63928fa35083b33966ce1efb70e5b9607181e49dcd1c22c8c005e319f667f", size = 4682442, upload-time = "2026-07-31T14:24:02.538Z" }, + { url = "https://files.pythonhosted.org/packages/1a/28/b555a365adff1cca2fbe7b9e487d68a40de6bc67ff2cb587473eb43de0e7/cryptography-50.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:d58c3db7cd6eed54e6c06744db55456b65ebd7492ddeae9c1e93cfca7aa857d3", size = 4707596, upload-time = "2026-07-31T14:24:04.394Z" }, + { url = "https://files.pythonhosted.org/packages/72/d8/f52538140cc719df62a01cf87d1c7142318d235817109d6f4054d7c352d6/cryptography-50.0.0-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:df2a58a472f332225671c35b0a830208b86d004f82baa8530fa3782c85646533", size = 5314552, upload-time = "2026-07-31T14:24:06.31Z" }, + { url = "https://files.pythonhosted.org/packages/38/14/6120e5bd7c5aa022ad15424ba4d5c5269d0d9448ed4d55e492ea91e3c1c4/cryptography-50.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:11b74db56cdbe3cdee6e3f6982ecb70334fa10dce99ed58bf7894aaaa3b2a037", size = 4717113, upload-time = "2026-07-31T14:24:08.349Z" }, + { url = "https://files.pythonhosted.org/packages/fa/71/190bf38c3ee2e0f8efc9860ae100c9df4169742eef274b91e7aa1cb133b9/cryptography-50.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:f59e38625469987d7ef6d495323c55e7db6c212eaf6112267e0d3b565a2e9c9f", size = 4338580, upload-time = "2026-07-31T14:24:10.227Z" }, + { url = "https://files.pythonhosted.org/packages/3a/63/504ccfbbe61fd8aa983f7f146399cdf034c72c2fc55f5b2dfdcdcdb20c99/cryptography-50.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:ecfed7367f965a0328cfbdd70da860f15441f002f613185668c6e6ebf5a0ac11", size = 4707038, upload-time = "2026-07-31T14:24:12.169Z" }, + { url = "https://files.pythonhosted.org/packages/01/77/2cf79bbfc4d12ca106437a6e170d6aaa01a373e93093118aaaef0e801bd4/cryptography-50.0.0-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:9aa87839c383bdbab6ef865787a1fb877af8dd03464c4400322726feaaadfc6d", size = 5273110, upload-time = "2026-07-31T14:24:14.38Z" }, + { url = "https://files.pythonhosted.org/packages/e5/45/8aae2972c520145377ea3559a605a899bebe227bf070b33cdb445929a9b9/cryptography-50.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:6ba6a53445bd3cfa809ef3ef5f1589aa6ba08784a1d962bf47d0940e871dab1c", size = 4716439, upload-time = "2026-07-31T14:24:16.415Z" }, + { url = "https://files.pythonhosted.org/packages/7b/20/4fe50b619a48c2525cc46e2dbc1ac490708d704be5d467bdaac6dc955682/cryptography-50.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:3f5735ffe4996d28b809371756219f5354864902a3b9e7c0b9ee87041209fc9c", size = 4837383, upload-time = "2026-07-31T14:24:18.553Z" }, + { url = "https://files.pythonhosted.org/packages/92/91/3a31366e183343d3703f8995c095f5734676bd6938118047e50fcf279eb4/cryptography-50.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:1b4a266766514614f8aa60416e71f2fc6e575d36e7bdc90f644fadb2f4b75b95", size = 4985772, upload-time = "2026-07-31T14:24:20.385Z" }, + { url = "https://files.pythonhosted.org/packages/74/9a/02ffe35b2853d121689871eb5dce862092562b3a1ed5cc98f1aaed441506/cryptography-50.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:12b9c6996425c76ea6c457ace4f3073e715b8c545add07cd1a8f3a4f90691269", size = 3816291, upload-time = "2026-07-31T14:24:22.125Z" }, + { url = "https://files.pythonhosted.org/packages/03/37/73d005be173aff344af30e9fd2a576575cb2391a7101d9cd3842e1fa8cce/cryptography-50.0.0-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:ccdc4a71a4dabae05de219404f9f4abc38e3b58422177ff93d0da05967dafa07", size = 4036009, upload-time = "2026-07-31T14:24:24.122Z" }, + { url = "https://files.pythonhosted.org/packages/ff/c6/7a6202a534e32103a285b7834a120869557fe198d51d7cfe59754c8bda9c/cryptography-50.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:910e1d2668e7de9648f2bcee30e180db2a6b15c30f887d7c4c93ddf96e3992e3", size = 4745252, upload-time = "2026-07-31T14:24:26.118Z" }, + { url = "https://files.pythonhosted.org/packages/85/4f/0fa8c2f4428198f15d9ff8d63400e27afbf94ce833f6108da1eb3753f945/cryptography-50.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:a91296cb61e8df6f86d0c19cc4068228da256bf59bf86049fbd821084565327f", size = 4728939, upload-time = "2026-07-31T14:24:27.994Z" }, + { url = "https://files.pythonhosted.org/packages/d1/63/54dd723490ba2dc09b299682c10b38db38f159728bcaae8c591b8af2f22d/cryptography-50.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:e722f16708d854fe924790e051061f6704a472c3bac347b6fd88033ea8dd0dc5", size = 4748483, upload-time = "2026-07-31T14:24:30.254Z" }, + { url = "https://files.pythonhosted.org/packages/1d/dd/7c77d26285cc7f6991efce64a0f5b4f9383bfa5dd8c5033003eaf7db4cdb/cryptography-50.0.0-cp39-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:d764dcf130c428ef66786f866dd750f53182bc608813489915e9fc106bb0c82f", size = 5367599, upload-time = "2026-07-31T14:24:32.457Z" }, + { url = "https://files.pythonhosted.org/packages/46/c9/f60aed34c013f317f92817b6c171c2d22a78270fa41109bd4b08af26b194/cryptography-50.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:105110f43a471dbd0060b9c9516cb8a6a79233631a04cc2ba16f28323ac6e025", size = 4762647, upload-time = "2026-07-31T14:24:34.599Z" }, + { url = "https://files.pythonhosted.org/packages/be/f3/f9a0173b139372c3a48ed98154b45cc6b9de17c789d5ab552e621c293609/cryptography-50.0.0-cp39-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:828743d939e9629bc267b8e2d08d8bb67cd4319c771a33d4b18b22dd8fb7440a", size = 4385197, upload-time = "2026-07-31T14:24:36.647Z" }, + { url = "https://files.pythonhosted.org/packages/d8/36/83bb81f6e569bc38e1e4a7bc80f29b46bb9601920bc455fc8e888f5d5742/cryptography-50.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:2a8183b489dc1f7f80f135780fadc1108f14b31b8a40411c7a5b17425f65f28b", size = 4748095, upload-time = "2026-07-31T14:24:39.493Z" }, + { url = "https://files.pythonhosted.org/packages/6b/16/d3008eff98c764979865834c3d386d4fd041b5f52e7f34fc29ac1a5eb515/cryptography-50.0.0-cp39-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:6e7d61120573a7f2cd94cc095f9e81f6967c61ccdf194285aa143ecec8e0b708", size = 5325948, upload-time = "2026-07-31T14:24:41.556Z" }, + { url = "https://files.pythonhosted.org/packages/9c/f8/d97f9603efda3888187bfdb893f26c41be4735c10631d05d284ee6b047c4/cryptography-50.0.0-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:37fdb0d0111f1e2ff07139dfb79f1b49531f8e213c46f1163dd7642979b58c47", size = 4762400, upload-time = "2026-07-31T14:24:43.636Z" }, + { url = "https://files.pythonhosted.org/packages/64/a2/4615c8f7d81a00b1d6e6afe19f694e1543582349fb5f4076f6cb5dc36485/cryptography-50.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:c87f62a3d3b9888ed0fdde100ec06aa61ca9cd44bad9057d1dff9a516b5f5bb9", size = 4878208, upload-time = "2026-07-31T14:24:45.522Z" }, + { url = "https://files.pythonhosted.org/packages/d2/1a/efcfb02f91407149a0dacffffab791f7e19bf6385f63b3666dc8b5e5c9c8/cryptography-50.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:65c2c3add92b45fd0709db8594536aea39c2a67af0e27ffcf049c498501140b7", size = 5037050, upload-time = "2026-07-31T14:24:47.697Z" }, + { url = "https://files.pythonhosted.org/packages/57/30/4a22984d4f1bdfb8c054f07a92bc176b97a3134cc1d6c4b3bffb1f3688b4/cryptography-50.0.0-cp39-abi3-win_amd64.whl", hash = "sha256:d24fead1d4d076e1bfb006dcec392074a3cd8d7b4fc8a595aa64073b2b7a96ba", size = 3874135, upload-time = "2026-07-31T14:24:50.085Z" }, + { url = "https://files.pythonhosted.org/packages/9d/3e/e54cde8c01631a5a8226ccd617eab9e57fd5cfdad90f1a9e6bb570794631/cryptography-50.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:5e34edd123674534acd70147f0ca331eaa2c74e6325fb2028c886aa26ba0b68c", size = 3963170, upload-time = "2026-07-31T14:24:51.968Z" }, + { url = "https://files.pythonhosted.org/packages/01/b6/0b9e125e90f3d2dcf599a218a899cda7326a3158cfa258723f0b398b08f6/cryptography-50.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:8eb5e1172eb569ea8a872796576e6a67c276351728b6455d5beb01242b027c6a", size = 4692441, upload-time = "2026-07-31T14:24:53.743Z" }, + { url = "https://files.pythonhosted.org/packages/53/c9/a5151588710785a96d7bc4de27d4cd62f263bbbcb203cfe29df537eb6505/cryptography-50.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:910d11e1a385c654bf738bf3e6b8e6ed5de0f5610fcae2be9e5b398d8081d20e", size = 4699810, upload-time = "2026-07-31T14:24:55.746Z" }, + { url = "https://files.pythonhosted.org/packages/c7/1a/15b92b25eb6ce3089cd49377ae990a0f3ad485a510f968aed1f19dbdcdf2/cryptography-50.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:62598a8a57f815db4c6259a4e97d857dab56697e7de8e8ab02352ab74da1995d", size = 4691924, upload-time = "2026-07-31T14:24:58.082Z" }, + { url = "https://files.pythonhosted.org/packages/62/15/219075012ab13e8905f3cd572204f4acb4b111df787104346b9bc0cea789/cryptography-50.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:07479a1cb08219ab719147e742e76090c9c773321959bb94946fffdd397a6437", size = 4699593, upload-time = "2026-07-31T14:24:59.951Z" }, + { url = "https://files.pythonhosted.org/packages/8e/b5/c2c5fce26f0ee40d21bafe7f191d29a34b35a65ac4fe8a1191d1983612e9/cryptography-50.0.0-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:c99c003e088647b8a5b7c145d6f78c335f6348332b62e142d411c4b63d1460b9", size = 3813796, upload-time = "2026-07-31T14:25:02.298Z" }, ] [[package]] @@ -972,15 +975,15 @@ wheels = [ [[package]] name = "h2" -version = "4.4.0" +version = "4.4.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "hpack" }, { name = "hyperframe" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/30/d4/a7d6fb3f58be99d65cbf2d3f766896217a2921d0f3ab10711c45dc1519ee/h2-4.4.0.tar.gz", hash = "sha256:46b551bdcdc7e83cf5c04d0bf93badb8a939bd2287d9fee1abb23a445b9e0580", size = 2156691, upload-time = "2026-07-23T19:14:19.442Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e7/85/7c366e69d84c17bb778fe41419e1fbcce3033d5b7ce29bbffff0a98b859f/h2-4.4.1.tar.gz", hash = "sha256:4e866ffb1a869ae14dd9b5e6beb5c24a13da0495ad72b65925ded182521c1516", size = 2157281, upload-time = "2026-08-03T11:45:09.509Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f6/df/5b14a118322d6097cb9bb30ec6bacad268e546a8ecfcb1f6d0de618dac2f/h2-4.4.0-py3-none-any.whl", hash = "sha256:6acffe1aeab79098d7eb0f8385c1add11f2c7a94815f6fa2b7060eeddee3d87c", size = 62368, upload-time = "2026-07-23T19:14:16.143Z" }, + { url = "https://files.pythonhosted.org/packages/7e/22/e85faf23bd72a92d1921e37d674ca56eb298a3c8be31fdecef0ff2b3aaac/h2-4.4.1-py3-none-any.whl", hash = "sha256:0e25f1462b23c9cb82d9eb02e28bc706dac2a68cb457c6a0d74d63c8a2a5d0e6", size = 62636, upload-time = "2026-08-03T11:44:59.164Z" }, ] [[package]] @@ -2050,14 +2053,14 @@ dev = [ [package.metadata] requires-dist = [ - { name = "aiohttp", specifier = ">=3.14.1" }, + { name = "aiohttp", specifier = ">=3.14.3" }, { name = "aiohttp-session", specifier = ">=2.12.1,<3.0.0" }, { name = "altcha", specifier = ">=2.0.2" }, { name = "audioop-lts", marker = "python_full_version >= '3.13'", specifier = ">=0.2.2" }, { name = "bcrypt", specifier = ">=5.0.0,<6.0.0" }, { name = "bleak", specifier = ">=3.0.2,<4.0" }, { name = "cbor2", specifier = ">=6.1.1" }, - { name = "cryptography", specifier = ">=49.0.0,<50.0.0" }, + { name = "cryptography", specifier = ">=50.0.0,<51.0.0" }, { name = "httpx", extras = ["http2"], specifier = ">=0.28.1,<1.0" }, { name = "lxmf", specifier = ">=1.1.0" }, { name = "lxst", specifier = ">=0.5.1" },