From e2066f51523ecba0f1991edd0c2b94f8f4cd1820 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Sun, 24 May 2026 12:58:49 +0100 Subject: shorten community subdirs --- communities/174bg/174bg.net/.dockerignore | 134 + communities/174bg/174bg.net/.env.example | 9 + communities/174bg/174bg.net/.gitignore | 47 + communities/174bg/174bg.net/AGENTS.md | 5 + communities/174bg/174bg.net/CLAUDE.md | 1 + communities/174bg/174bg.net/Dockerfile | 115 + communities/174bg/174bg.net/README-NextJS.md | 36 + communities/174bg/174bg.net/README.md | 17 + .../2026-05-13T15-14-44.314Z.sql | 13 + communities/174bg/174bg.net/docker-compose.yaml | 22 + communities/174bg/174bg.net/eslint.config.mjs | 16 + communities/174bg/174bg.net/jsconfig.json | 7 + communities/174bg/174bg.net/next.config.mjs | 19 + communities/174bg/174bg.net/package-lock.json | 7507 ++++++++++++++++++++ communities/174bg/174bg.net/package.json | 27 + communities/174bg/174bg.net/postcss.config.mjs | 7 + communities/174bg/174bg.net/public/favicon.png | Bin 0 -> 6350703 bytes .../174bg/174bg.net/public/handbook/index.html | 1061 +++ .../174bg.net/src/app/api/auth/[...all]/route.js | 4 + communities/174bg/174bg.net/src/app/globals.css | 8 + communities/174bg/174bg.net/src/app/layout.js | 31 + communities/174bg/174bg.net/src/app/login/page.js | 51 + communities/174bg/174bg.net/src/app/page.js | 17 + .../174bg.net/src/app/secure/discord-data/page.js | 24 + communities/174bg/174bg.net/src/app/secure/page.js | 13 + communities/174bg/174bg.net/src/auth.js | 23 + communities/174bg/174bg.net/src/lib/auth-client.js | 6 + communities/174bg/174bg.net/src/proxy.js | 30 + communities/174bg/assets/red-right-hand.png | Bin 0 -> 6350703 bytes communities/174bg/org_page/README.md | 3 + .../174bg/org_page/branding/content/history.md | 1 + .../174bg/org_page/branding/content/home.md | 5 + communities/174bg/records/members.jsonc | 118 + communities/red-right-hand/174bg.net/.dockerignore | 134 - communities/red-right-hand/174bg.net/.env.example | 9 - communities/red-right-hand/174bg.net/.gitignore | 47 - communities/red-right-hand/174bg.net/AGENTS.md | 5 - communities/red-right-hand/174bg.net/CLAUDE.md | 1 - communities/red-right-hand/174bg.net/Dockerfile | 115 - .../red-right-hand/174bg.net/README-NextJS.md | 36 - communities/red-right-hand/174bg.net/README.md | 17 - .../2026-05-13T15-14-44.314Z.sql | 13 - .../red-right-hand/174bg.net/docker-compose.yaml | 22 - .../red-right-hand/174bg.net/eslint.config.mjs | 16 - communities/red-right-hand/174bg.net/jsconfig.json | 7 - .../red-right-hand/174bg.net/next.config.mjs | 19 - .../red-right-hand/174bg.net/package-lock.json | 7507 -------------------- communities/red-right-hand/174bg.net/package.json | 27 - .../red-right-hand/174bg.net/postcss.config.mjs | 7 - .../red-right-hand/174bg.net/public/favicon.png | Bin 6350703 -> 0 bytes .../174bg.net/public/handbook/index.html | 1061 --- .../174bg.net/src/app/api/auth/[...all]/route.js | 4 - .../red-right-hand/174bg.net/src/app/globals.css | 8 - .../red-right-hand/174bg.net/src/app/layout.js | 31 - .../red-right-hand/174bg.net/src/app/login/page.js | 51 - .../red-right-hand/174bg.net/src/app/page.js | 17 - .../174bg.net/src/app/secure/discord-data/page.js | 24 - .../174bg.net/src/app/secure/page.js | 13 - communities/red-right-hand/174bg.net/src/auth.js | 23 - .../174bg.net/src/lib/auth-client.js | 6 - communities/red-right-hand/174bg.net/src/proxy.js | 30 - .../red-right-hand/assets/red-right-hand.png | Bin 6350703 -> 0 bytes communities/red-right-hand/org_page/README.md | 3 - .../org_page/branding/content/history.md | 1 - .../org_page/branding/content/home.md | 5 - communities/red-right-hand/records/members.jsonc | 118 - communities/uag/README.md | 5 + communities/uag/mods/ACE3_Capri-Sun/.gitignore | 4 + .../uag/mods/ACE3_Capri-Sun/.hemtt/project.toml | 13 + communities/uag/mods/ACE3_Capri-Sun/README.md | 1 + .../ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ | 1 + .../ACE3_Capri-Sun/addons/caprisun/caprisun.paa | Bin 0 -> 39835 bytes .../mods/ACE3_Capri-Sun/addons/caprisun/config.cpp | 28 + .../uag/mods/ACE3_Capri-Sun/steam/description.txt | 3 + .../uag/mods/ACE3_Capri-Sun/steam/image.jpg | Bin 0 -> 3894039 bytes .../uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt | 1 + communities/uag/mods/ACE3_Ketamine/.gitignore | 4 + .../uag/mods/ACE3_Ketamine/.hemtt/project.toml | 25 + communities/uag/mods/ACE3_Ketamine/README.md | 1 + .../ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ | 1 + .../ACE3_Ketamine/addons/uag_ketamine/config.cpp | 74 + .../uag_ketamine/functions/fn_injectKetamine.sqf | 28 + .../uag/mods/ACE3_Ketamine/steam/description.md | 5 + communities/uag/mods/ACE3_Ketamine/steam/image.png | Bin 0 -> 117797 bytes .../uag/mods/ACE3_Ketamine/steam/workshop_id.txt | 1 + communities/uag/mods/ACE3_Painkillers/.gitignore | 4 + .../uag/mods/ACE3_Painkillers/.hemtt/project.toml | 13 + communities/uag/mods/ACE3_Painkillers/README.md | 1 + .../addons/painkillers/$PBOPREFIX$ | 1 + .../ACE3_Painkillers/addons/painkillers/config.cpp | 69 + .../addons/painkillers/data/Painkiller.p3d | Bin 0 -> 246602 bytes .../addons/painkillers/data/PainkillerIcon_ca.paa | Bin 0 -> 34919 bytes .../addons/painkillers/data/Painkiller_ca.paa | Bin 0 -> 59610 bytes .../mods/ACE3_Painkillers/steam/description.txt | 3 + .../uag/mods/ACE3_Painkillers/steam/image.png | Bin 0 -> 151357 bytes .../mods/ACE3_Painkillers/steam/workshop_id.txt | 1 + communities/uag/mods/ACE3_PissBags/.gitignore | 4 + .../uag/mods/ACE3_PissBags/.hemtt/project.toml | 13 + communities/uag/mods/ACE3_PissBags/Piss_IV.blend | Bin 0 -> 14667464 bytes communities/uag/mods/ACE3_PissBags/README.md | 1 + .../mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ | 1 + .../ACE3_PissBags/addons/pissbags/Pissbag_ca.paa | Bin 0 -> 181350 bytes .../mods/ACE3_PissBags/addons/pissbags/config.cpp | 65 + .../mods/ACE3_PissBags/addons/pissbags/pissiv.paa | Bin 0 -> 37545 bytes .../uag/mods/ACE3_PissBags/steam/description.txt | 3 + communities/uag/mods/ACE3_PissBags/steam/image.jpg | Bin 0 -> 64811 bytes communities/uag/mods/ACE3_PissBags/steam/p1.jpg | Bin 0 -> 358158 bytes .../uag/mods/ACE3_PissBags/steam/videos.txt | 1 + .../uag/mods/ACE3_PissBags/steam/workshop_id.txt | 1 + communities/uag/mods/README.md | 1 + communities/uag/mods/UAG_Units/.gitignore | 4 + communities/uag/mods/UAG_Units/.hemtt/project.toml | 44 + communities/uag/mods/UAG_Units/README.md | 10 + .../UAG_Units/addons/uag_units_core/$PBOPREFIX$ | 1 + .../UAG_Units/addons/uag_units_core/config.cpp | 11 + .../UAG_Units/addons/uag_units_core/macros.hpp | 17 + .../UAG_Units/addons/uag_units_uag/$PBOPREFIX$ | 1 + .../uag_units_uag/CfgEditorSubcategories.hpp | 5 + .../addons/uag_units_uag/CfgFactionClasses.hpp | 7 + .../addons/uag_units_uag/CfgVehicleClasses.hpp | 5 + .../UAG_Contractor_Black_Splinter.hpp | 12 + .../Combat_Contractors_Black_Splinter/_index.hpp | 1 + .../uag_units_uag_ace3_patch/Units/_index.hpp | 1 + .../Patches/uag_units_uag_ace3_patch/config.cpp | 18 + .../Patches/uag_units_uag_ace3_patch/macros.hpp | 21 + .../UAG_Contractor_Black_Splinter.hpp | 11 + .../Combat_Contractors_Black_Splinter/_index.hpp | 1 + .../uag_units_uag_acre_patch/Units/_index.hpp | 1 + .../Patches/uag_units_uag_acre_patch/config.cpp | 18 + .../Patches/uag_units_uag_acre_patch/macros.hpp | 3 + .../UAG_Contractor_Black_Splinter.hpp | 12 + .../Combat_Contractors_Black_Splinter/_index.hpp | 1 + .../uag_units_uag_ctab_patch/Units/_index.hpp | 1 + .../Patches/uag_units_uag_ctab_patch/config.cpp | 17 + .../as332_adds_03_ldf_co_uag.paa | Bin 0 -> 1272463 bytes .../as332_adds_03_ldf_co_uag.png | Bin 0 -> 1472580 bytes .../as332_exterior_03_ldf_co_uag.paa | Bin 0 -> 4527049 bytes .../as332_exterior_03_ldf_co_uag.png | Bin 0 -> 4790348 bytes .../UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa | Bin 0 -> 5337269 bytes .../UAG_Cougar_Gunship/as332_int_cargo_co_uag.png | Bin 0 -> 7241313 bytes .../Vehicles/UAG_Cougar_Gunship/config.hpp | 106 + .../Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp | 13 + .../Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp | 16 + .../UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp | 8 + .../Vehicles/UAG_Moose_Pickup_BASE/config.hpp | 13 + .../Vehicles/UAG_Moose_Pickup_Black/config.hpp | 16 + .../pickup_01_aat_co_uag.paa | Bin 0 -> 5052340 bytes .../pickup_01_aat_co_uag.png | Bin 0 -> 5669626 bytes .../pickup_01_adds_co_uag.paa | Bin 0 -> 6336797 bytes .../pickup_01_adds_co_uag.png | Bin 0 -> 8412325 bytes .../pickup_01_ext2_co_uag.paa | Bin 0 -> 4546268 bytes .../pickup_01_ext2_co_uag.png | Bin 0 -> 6474164 bytes .../pickup_01_ext_black_co_uag.paa | Bin 0 -> 3617546 bytes .../pickup_01_ext_black_co_uag.png | Bin 0 -> 4159637 bytes .../pickup_01_launcher_co_uag.paa | Bin 0 -> 4367898 bytes .../pickup_01_launcher_co_uag.png | Bin 0 -> 4867219 bytes .../pickup_01_service_black_co_uag.paa | Bin 0 -> 4242785 bytes .../pickup_01_service_black_co_uag.png | Bin 0 -> 5614994 bytes .../UAG_Moose_Pickup_Black_Armoured/config.hpp | 8 + .../UAG_Moose_Pickup_Black_Splinter/config.hpp | 16 + .../pickup_01_ext_ldf_co_uag.paa | Bin 0 -> 4501207 bytes .../pickup_01_ext_ldf_co_uag.png | Bin 0 -> 5400092 bytes .../pickup_01_service_ldf_co_uag.paa | Bin 0 -> 5114028 bytes .../pickup_01_service_ldf_co_uag.png | Bin 0 -> 7004971 bytes .../config.hpp | 8 + .../UAG_Moose_Pickup_Comms_BASE/config.hpp | 13 + .../UAG_Moose_Pickup_Comms_Black/config.hpp | 16 + .../config.hpp | 8 + .../Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp | 13 + .../Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp | 16 + .../UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp | 8 + .../Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp | 13 + .../Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp | 16 + .../UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp | 8 + .../Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp | 13 + .../Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp | 16 + .../UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp | 8 + .../uag_units_uag_rf_patch/Vehicles/_index.hpp | 21 + .../Patches/uag_units_uag_rf_patch/config.cpp | 33 + .../Patches/uag_units_uag_rf_patch/macros.hpp | 20 + .../Vehicles/UAG_Orca_UP/config.hpp | 22 + .../uag_units_uag_ws_patch/Vehicles/_index.hpp | 1 + .../Patches/uag_units_uag_ws_patch/config.cpp | 18 + .../Patches/uag_units_uag_ws_patch/macros.hpp | 3 + .../UAG_Autorifleman_Black_Splinter.hpp | 18 + .../UAG_Contractor_Black_Splinter.hpp | 21 + .../UAG_Crewman_Black_Splinter.hpp | 12 + .../UAG_Grenadier_Black_Splinter.hpp | 20 + .../UAG_Machinegunner_Black_Splinter.hpp | 13 + .../UAG_Marksman_Black_Splinter.hpp | 13 + .../UAG_Pilot_Black_Splinter.hpp | 12 + .../UAG_Pointman_Black_Splinter.hpp | 14 + .../UAG_Raider_Black_Splinter.hpp | 13 + .../UAG_Sniper_Black_Splinter.hpp | 18 + .../UAG_Survivor_Black_Splinter.hpp | 20 + .../Combat_Contractors_Black_Splinter/_index.hpp | 11 + .../addons/uag_units_uag/Units/_index.hpp | 1 + .../Vehicles/UAG_Offroad_BASE/config.hpp | 12 + .../Vehicles/UAG_Offroad_Black/config.hpp | 9 + .../UAG_Offroad_Black/offroad_01_ext_co_uag.paa | Bin 0 -> 1261030 bytes .../UAG_Offroad_Black/offroad_01_ext_co_uag.png | Bin 0 -> 1461922 bytes .../Vehicles/UAG_Offroad_Black_Splinter/config.hpp | 9 + .../offroad_01_ext_eaf_co_uag.paa | Bin 0 -> 1207262 bytes .../offroad_01_ext_eaf_co_uag.png | Bin 0 -> 1377201 bytes .../Vehicles/UAG_Offroad_Comms_BASE/config.hpp | 12 + .../Vehicles/UAG_Offroad_Comms_Black/config.hpp | 9 + .../offroad_01_cover_blk_co_uag.paa | Bin 0 -> 862426 bytes .../offroad_01_cover_blk_co_uag.png | Bin 0 -> 916242 bytes .../Vehicles/UAG_Wiesel_AA_BASE/config.hpp | 12 + .../Vehicles/UAG_Wiesel_AA_Black/config.hpp | 14 + .../Vehicles/UAG_Wiesel_AT_BASE/config.hpp | 12 + .../Vehicles/UAG_Wiesel_AT_Black/config.hpp | 14 + .../UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa | Bin 0 -> 1554540 bytes .../UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png | Bin 0 -> 1660068 bytes .../Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp | 13 + .../UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa | Bin 0 -> 107133 bytes .../UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png | Bin 0 -> 24785 bytes .../Vehicles/UAG_Wiesel_Cannon_Black/config.hpp | 14 + .../lt_01_cannon_olive_co_uag.paa | Bin 0 -> 1115059 bytes .../lt_01_cannon_olive_co_uag.png | Bin 0 -> 1209711 bytes .../lt_01_main_olive_co_uag.paa | Bin 0 -> 2542096 bytes .../lt_01_main_olive_co_uag.png | Bin 0 -> 3011271 bytes .../addons/uag_units_uag/Vehicles/_index.hpp | 11 + .../addons/uag_units_uag/Weapons/UAG_M200v2.hpp | 17 + .../addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp | 49 + .../addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp | 17 + .../addons/uag_units_uag/Weapons/_index.hpp | 3 + .../mods/UAG_Units/addons/uag_units_uag/config.cpp | 46 + .../uag_units_uag/gear/UAG_Balaclava/config.hpp | 17 + .../UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa | Bin 0 -> 522764 bytes .../UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png | Bin 0 -> 653427 bytes .../icon_g_balaclava_ti_tna_f_ca_uag.paa | Bin 0 -> 33430 bytes .../icon_g_balaclava_ti_tna_f_ca_uag.png | Bin 0 -> 20205 bytes .../UAG_Balaclava_With_Combat_Goggles/config.hpp | 17 + .../g_balaclava_ti_tna_f_co_uag.paa | Bin 0 -> 522764 bytes .../g_balaclava_ti_tna_f_co_uag.png | Bin 0 -> 653427 bytes .../g_combat_goggles_tna_f_ca_uag.paa | Bin 0 -> 177967 bytes .../g_combat_goggles_tna_f_ca_uag.png | Bin 0 -> 191878 bytes .../icon_g_balaclava_ti_g_tna_f_ca_uag.paa | Bin 0 -> 34317 bytes .../icon_g_balaclava_ti_g_tna_f_ca_uag.png | Bin 0 -> 22803 bytes .../UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa | Bin 0 -> 1611535 bytes .../UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png | Bin 0 -> 2307330 bytes .../gear/UAG_CBRN_Fatigues/config.hpp | 36 + .../icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa | Bin 0 -> 39370 bytes .../icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png | Bin 0 -> 35974 bytes .../clothing1_mtp_urban_co_uag.paa | Bin 0 -> 2111866 bytes .../clothing1_mtp_urban_co_uag.png | Bin 0 -> 3745691 bytes .../UAG_Combat_Fatigues_Black_Splinter/config.hpp | 38 + .../icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa | Bin 0 -> 445587 bytes .../icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png | Bin 0 -> 548895 bytes .../clothing1_mtp_urban_co_uag.paa | Bin 0 -> 2079948 bytes .../clothing1_mtp_urban_co_uag.png | Bin 0 -> 3485910 bytes .../UAG_Combat_Fatigues_White_Splinter/config.hpp | 30 + .../icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa | Bin 0 -> 445021 bytes .../icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png | Bin 0 -> 551898 bytes .../gear/UAG_Combat_Goggles/config.hpp | 17 + .../g_combat_goggles_tna_f_ca_uag.paa | Bin 0 -> 177967 bytes .../g_combat_goggles_tna_f_ca_uag.png | Bin 0 -> 191878 bytes .../icon_g_combat_goggles_tna_f_ca_uag.paa | Bin 0 -> 31960 bytes .../icon_g_combat_goggles_tna_f_ca_uag.png | Bin 0 -> 19008 bytes .../gear/UAG_Combat_Helmet_Heavy/config.hpp | 49 + .../h_helmetb_ti_tna_f_co_uag.paa | Bin 0 -> 1121781 bytes .../h_helmetb_ti_tna_f_co_uag.png | Bin 0 -> 1506262 bytes .../icon_h_helmetb_ti_tna_f_ca_uag.paa | Bin 0 -> 40578 bytes .../icon_h_helmetb_ti_tna_f_ca_uag.png | Bin 0 -> 38991 bytes .../gear/UAG_Combat_Helmet_Light/config.hpp | 27 + .../equip1_black_co_uag.paa | Bin 0 -> 1854621 bytes .../equip1_black_co_uag.png | Bin 0 -> 2792184 bytes .../icon_h_helmetb_black_ca_uag.paa | Bin 0 -> 35424 bytes .../icon_h_helmetb_black_ca_uag.png | Bin 0 -> 31035 bytes .../gear/UAG_Combat_Helmet_Medium/config.hpp | 23 + .../h_pasgt_blue_press_co_uag.paa | Bin 0 -> 1583682 bytes .../h_pasgt_blue_press_co_uag.png | Bin 0 -> 2642031 bytes .../icon_h_pasgt_basic_blue_press_ca_uag.paa | Bin 0 -> 35322 bytes .../icon_h_pasgt_basic_blue_press_ca_uag.png | Bin 0 -> 23599 bytes .../UAG_Combat_Helmet_Medium_Neckshield/config.hpp | 23 + .../h_pasgt_blue_press_co_uag.paa | Bin 0 -> 1583682 bytes .../h_pasgt_blue_press_co_uag.png | Bin 0 -> 2642031 bytes .../icon_h_pasgt_neckprot_blue_press_ca_uag.paa | Bin 0 -> 38435 bytes .../icon_h_pasgt_neckprot_blue_press_ca_uag.png | Bin 0 -> 30762 bytes .../uag_units_uag/gear/UAG_FAST_Helmet/config.hpp | 27 + .../gear/UAG_FAST_Helmet/equip1_black_co_uag.paa | Bin 0 -> 1854621 bytes .../gear/UAG_FAST_Helmet/equip1_black_co_uag.png | Bin 0 -> 2792184 bytes .../icon_h_helmetb_light_black_ca_uag.paa | Bin 0 -> 36667 bytes .../icon_h_helmetb_light_black_ca_uag.png | Bin 0 -> 31876 bytes .../carrier_gl_rig_blk_co_uag.paa | Bin 0 -> 2072309 bytes .../carrier_gl_rig_blk_co_uag.png | Bin 0 -> 3459293 bytes .../gear/UAG_Plate_Carrier_Heavy/config.hpp | 15 + .../icon_carrier_spec_rig_blk_uag.paa | Bin 0 -> 36782 bytes .../icon_carrier_spec_rig_blk_uag.png | Bin 0 -> 30183 bytes .../gear/UAG_Plate_Carrier_Light/config.hpp | 54 + .../icon_v_platecarrier1_blk_ca_uag.paa | Bin 0 -> 35368 bytes .../icon_v_platecarrier1_blk_ca_uag.png | Bin 0 -> 26760 bytes .../UAG_Plate_Carrier_Light/vests_blk_co_uag.paa | Bin 0 -> 2010665 bytes .../UAG_Plate_Carrier_Light/vests_blk_co_uag.png | Bin 0 -> 3018246 bytes .../gear/UAG_Plate_Carrier_Medium/config.hpp | 15 + .../icon_v_plate_carrier_2_blk_ca_uag.paa | Bin 0 -> 35975 bytes .../icon_v_plate_carrier_2_blk_ca_uag.png | Bin 0 -> 29683 bytes .../UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa | Bin 0 -> 2010665 bytes .../UAG_Plate_Carrier_Medium/vests_blk_co_uag.png | Bin 0 -> 3018246 bytes .../uag_units_uag/gear/UAG_Track_Suit/config.hpp | 36 + .../gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa | Bin 0 -> 1776278 bytes .../gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png | Bin 0 -> 2381152 bytes .../icon_u_o_r_gorka_01_f_ca_uag.paa | Bin 0 -> 44000 bytes .../icon_u_o_r_gorka_01_f_ca_uag.png | Bin 0 -> 40786 bytes .../UAG_Units/addons/uag_units_uag/gear/_index.hpp | 15 + communities/uag/mods/UAG_Units/files/uag.paa | Bin 0 -> 52270 bytes communities/uag/mods/UAG_Units/files/uag.png | Bin 0 -> 67535 bytes communities/uag/mods/UAG_Units/files/uag_hover.paa | Bin 0 -> 51976 bytes communities/uag/mods/UAG_Units/files/uag_hover.png | Bin 0 -> 63368 bytes communities/uag/mods/UAG_Units/mod.cpp | 10 + .../uag/mods/UAG_Units/steam/description.txt | 62 + communities/uag/mods/UAG_Units/steam/image.png | Bin 0 -> 697435 bytes communities/uag/mods/UAG_Units/steam/p1.jpg | Bin 0 -> 388198 bytes communities/uag/mods/UAG_Units/steam/p2.jpg | Bin 0 -> 472717 bytes communities/uag/mods/UAG_Units/steam/rf_image.png | Bin 0 -> 1461442 bytes communities/uag/mods/UAG_Units/steam/rf_p1.jpg | Bin 0 -> 488153 bytes communities/uag/mods/UAG_Units/steam/rf_p10.jpg | Bin 0 -> 718890 bytes communities/uag/mods/UAG_Units/steam/rf_p11.jpg | Bin 0 -> 519311 bytes communities/uag/mods/UAG_Units/steam/rf_p12.jpg | Bin 0 -> 436369 bytes communities/uag/mods/UAG_Units/steam/rf_p2.jpg | Bin 0 -> 505585 bytes communities/uag/mods/UAG_Units/steam/rf_p3.jpg | Bin 0 -> 463396 bytes communities/uag/mods/UAG_Units/steam/rf_p4.jpg | Bin 0 -> 489263 bytes communities/uag/mods/UAG_Units/steam/rf_p5.jpg | Bin 0 -> 305768 bytes communities/uag/mods/UAG_Units/steam/rf_p6.jpg | Bin 0 -> 434232 bytes communities/uag/mods/UAG_Units/steam/rf_p7.jpg | Bin 0 -> 405569 bytes communities/uag/mods/UAG_Units/steam/rf_p8.jpg | Bin 0 -> 498361 bytes communities/uag/mods/UAG_Units/steam/rf_p9.jpg | Bin 0 -> 387786 bytes .../uag/mods/UAG_Units/steam/workshop_id.txt | 1 + communities/uag/mods/UAG_Units/steam/ws_image.jpg | Bin 0 -> 569628 bytes communities/uag/mods/UAG_Units/steam/ws_p1.jpg | Bin 0 -> 784009 bytes communities/uag/mods/UAG_Units/steam/ws_p2.jpg | Bin 0 -> 680449 bytes communities/uag/mods/UAG_Units/steam/ws_p3.jpg | Bin 0 -> 595244 bytes communities/uag/mods/UAG_Units/steam/ws_p4.jpg | Bin 0 -> 526216 bytes communities/uag/uag.png | Bin 0 -> 113248 bytes communities/uag/website/.devcontainer/Dockerfile | 1 + .../uag/website/.devcontainer/devcontainer.json | 5 + communities/uag/website/README.md | 1 + communities/uag/website/source/_redirects | 2 + communities/uag/website/source/background.png | Bin 0 -> 781506 bytes communities/uag/website/source/diversity.webp | Bin 0 -> 20065660 bytes communities/uag/website/source/index.html | 633 ++ .../uag/website/source/orbat-images/angel.jpg | Bin 0 -> 281539 bytes .../uag/website/source/orbat-images/anvil.jpg | Bin 0 -> 704111 bytes .../uag/website/source/orbat-images/armadillo.jpg | Bin 0 -> 465544 bytes .../uag/website/source/orbat-images/breaker.jpg | Bin 0 -> 368002 bytes .../uag/website/source/orbat-images/hammer.jpg | Bin 0 -> 437266 bytes .../uag/website/source/orbat-images/pathfinder.jpg | Bin 0 -> 809890 bytes .../uag/website/source/orbat-images/reaper.jpg | Bin 0 -> 476234 bytes .../uag/website/source/orbat-images/reclaimer.jpg | Bin 0 -> 504992 bytes .../uag/website/source/orbat-images/sabre.jpg | Bin 0 -> 987811 bytes .../uag/website/source/orbat-images/spectre.jpg | Bin 0 -> 400901 bytes .../uag/website/source/orbat-images/talon.jpg | Bin 0 -> 389597 bytes .../uag/website/source/orbat-images/wolfpack.jpg | Bin 0 -> 628599 bytes communities/uag/website/source/yeet21.png | Bin 0 -> 113248 bytes communities/unnamed-arma-group/README.md | 5 - .../mods/ACE3_Capri-Sun/.gitignore | 4 - .../mods/ACE3_Capri-Sun/.hemtt/project.toml | 13 - .../mods/ACE3_Capri-Sun/README.md | 1 - .../ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ | 1 - .../ACE3_Capri-Sun/addons/caprisun/caprisun.paa | Bin 39835 -> 0 bytes .../mods/ACE3_Capri-Sun/addons/caprisun/config.cpp | 28 - .../mods/ACE3_Capri-Sun/steam/description.txt | 3 - .../mods/ACE3_Capri-Sun/steam/image.jpg | Bin 3894039 -> 0 bytes .../mods/ACE3_Capri-Sun/steam/workshop_id.txt | 1 - .../mods/ACE3_Ketamine/.gitignore | 4 - .../mods/ACE3_Ketamine/.hemtt/project.toml | 25 - .../mods/ACE3_Ketamine/README.md | 1 - .../ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ | 1 - .../ACE3_Ketamine/addons/uag_ketamine/config.cpp | 74 - .../uag_ketamine/functions/fn_injectKetamine.sqf | 28 - .../mods/ACE3_Ketamine/steam/description.md | 5 - .../mods/ACE3_Ketamine/steam/image.png | Bin 117797 -> 0 bytes .../mods/ACE3_Ketamine/steam/workshop_id.txt | 1 - .../mods/ACE3_Painkillers/.gitignore | 4 - .../mods/ACE3_Painkillers/.hemtt/project.toml | 13 - .../mods/ACE3_Painkillers/README.md | 1 - .../addons/painkillers/$PBOPREFIX$ | 1 - .../ACE3_Painkillers/addons/painkillers/config.cpp | 69 - .../addons/painkillers/data/Painkiller.p3d | Bin 246602 -> 0 bytes .../addons/painkillers/data/PainkillerIcon_ca.paa | Bin 34919 -> 0 bytes .../addons/painkillers/data/Painkiller_ca.paa | Bin 59610 -> 0 bytes .../mods/ACE3_Painkillers/steam/description.txt | 3 - .../mods/ACE3_Painkillers/steam/image.png | Bin 151357 -> 0 bytes .../mods/ACE3_Painkillers/steam/workshop_id.txt | 1 - .../mods/ACE3_PissBags/.gitignore | 4 - .../mods/ACE3_PissBags/.hemtt/project.toml | 13 - .../mods/ACE3_PissBags/Piss_IV.blend | Bin 14667464 -> 0 bytes .../mods/ACE3_PissBags/README.md | 1 - .../mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ | 1 - .../ACE3_PissBags/addons/pissbags/Pissbag_ca.paa | Bin 181350 -> 0 bytes .../mods/ACE3_PissBags/addons/pissbags/config.cpp | 65 - .../mods/ACE3_PissBags/addons/pissbags/pissiv.paa | Bin 37545 -> 0 bytes .../mods/ACE3_PissBags/steam/description.txt | 3 - .../mods/ACE3_PissBags/steam/image.jpg | Bin 64811 -> 0 bytes .../mods/ACE3_PissBags/steam/p1.jpg | Bin 358158 -> 0 bytes .../mods/ACE3_PissBags/steam/videos.txt | 1 - .../mods/ACE3_PissBags/steam/workshop_id.txt | 1 - communities/unnamed-arma-group/mods/README.md | 1 - .../unnamed-arma-group/mods/UAG_Units/.gitignore | 4 - .../mods/UAG_Units/.hemtt/project.toml | 44 - .../unnamed-arma-group/mods/UAG_Units/README.md | 10 - .../UAG_Units/addons/uag_units_core/$PBOPREFIX$ | 1 - .../UAG_Units/addons/uag_units_core/config.cpp | 11 - .../UAG_Units/addons/uag_units_core/macros.hpp | 17 - .../UAG_Units/addons/uag_units_uag/$PBOPREFIX$ | 1 - .../uag_units_uag/CfgEditorSubcategories.hpp | 5 - .../addons/uag_units_uag/CfgFactionClasses.hpp | 7 - .../addons/uag_units_uag/CfgVehicleClasses.hpp | 5 - .../UAG_Contractor_Black_Splinter.hpp | 12 - .../Combat_Contractors_Black_Splinter/_index.hpp | 1 - .../uag_units_uag_ace3_patch/Units/_index.hpp | 1 - .../Patches/uag_units_uag_ace3_patch/config.cpp | 18 - .../Patches/uag_units_uag_ace3_patch/macros.hpp | 21 - .../UAG_Contractor_Black_Splinter.hpp | 11 - .../Combat_Contractors_Black_Splinter/_index.hpp | 1 - .../uag_units_uag_acre_patch/Units/_index.hpp | 1 - .../Patches/uag_units_uag_acre_patch/config.cpp | 18 - .../Patches/uag_units_uag_acre_patch/macros.hpp | 3 - .../UAG_Contractor_Black_Splinter.hpp | 12 - .../Combat_Contractors_Black_Splinter/_index.hpp | 1 - .../uag_units_uag_ctab_patch/Units/_index.hpp | 1 - .../Patches/uag_units_uag_ctab_patch/config.cpp | 17 - .../as332_adds_03_ldf_co_uag.paa | Bin 1272463 -> 0 bytes .../as332_adds_03_ldf_co_uag.png | Bin 1472580 -> 0 bytes .../as332_exterior_03_ldf_co_uag.paa | Bin 4527049 -> 0 bytes .../as332_exterior_03_ldf_co_uag.png | Bin 4790348 -> 0 bytes .../UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa | Bin 5337269 -> 0 bytes .../UAG_Cougar_Gunship/as332_int_cargo_co_uag.png | Bin 7241313 -> 0 bytes .../Vehicles/UAG_Cougar_Gunship/config.hpp | 106 - .../Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp | 13 - .../Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp | 16 - .../UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp | 8 - .../Vehicles/UAG_Moose_Pickup_BASE/config.hpp | 13 - .../Vehicles/UAG_Moose_Pickup_Black/config.hpp | 16 - .../pickup_01_aat_co_uag.paa | Bin 5052340 -> 0 bytes .../pickup_01_aat_co_uag.png | Bin 5669626 -> 0 bytes .../pickup_01_adds_co_uag.paa | Bin 6336797 -> 0 bytes .../pickup_01_adds_co_uag.png | Bin 8412325 -> 0 bytes .../pickup_01_ext2_co_uag.paa | Bin 4546268 -> 0 bytes .../pickup_01_ext2_co_uag.png | Bin 6474164 -> 0 bytes .../pickup_01_ext_black_co_uag.paa | Bin 3617546 -> 0 bytes .../pickup_01_ext_black_co_uag.png | Bin 4159637 -> 0 bytes .../pickup_01_launcher_co_uag.paa | Bin 4367898 -> 0 bytes .../pickup_01_launcher_co_uag.png | Bin 4867219 -> 0 bytes .../pickup_01_service_black_co_uag.paa | Bin 4242785 -> 0 bytes .../pickup_01_service_black_co_uag.png | Bin 5614994 -> 0 bytes .../UAG_Moose_Pickup_Black_Armoured/config.hpp | 8 - .../UAG_Moose_Pickup_Black_Splinter/config.hpp | 16 - .../pickup_01_ext_ldf_co_uag.paa | Bin 4501207 -> 0 bytes .../pickup_01_ext_ldf_co_uag.png | Bin 5400092 -> 0 bytes .../pickup_01_service_ldf_co_uag.paa | Bin 5114028 -> 0 bytes .../pickup_01_service_ldf_co_uag.png | Bin 7004971 -> 0 bytes .../config.hpp | 8 - .../UAG_Moose_Pickup_Comms_BASE/config.hpp | 13 - .../UAG_Moose_Pickup_Comms_Black/config.hpp | 16 - .../config.hpp | 8 - .../Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp | 13 - .../Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp | 16 - .../UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp | 8 - .../Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp | 13 - .../Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp | 16 - .../UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp | 8 - .../Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp | 13 - .../Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp | 16 - .../UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp | 8 - .../uag_units_uag_rf_patch/Vehicles/_index.hpp | 21 - .../Patches/uag_units_uag_rf_patch/config.cpp | 33 - .../Patches/uag_units_uag_rf_patch/macros.hpp | 20 - .../Vehicles/UAG_Orca_UP/config.hpp | 22 - .../uag_units_uag_ws_patch/Vehicles/_index.hpp | 1 - .../Patches/uag_units_uag_ws_patch/config.cpp | 18 - .../Patches/uag_units_uag_ws_patch/macros.hpp | 3 - .../UAG_Autorifleman_Black_Splinter.hpp | 18 - .../UAG_Contractor_Black_Splinter.hpp | 21 - .../UAG_Crewman_Black_Splinter.hpp | 12 - .../UAG_Grenadier_Black_Splinter.hpp | 20 - .../UAG_Machinegunner_Black_Splinter.hpp | 13 - .../UAG_Marksman_Black_Splinter.hpp | 13 - .../UAG_Pilot_Black_Splinter.hpp | 12 - .../UAG_Pointman_Black_Splinter.hpp | 14 - .../UAG_Raider_Black_Splinter.hpp | 13 - .../UAG_Sniper_Black_Splinter.hpp | 18 - .../UAG_Survivor_Black_Splinter.hpp | 20 - .../Combat_Contractors_Black_Splinter/_index.hpp | 11 - .../addons/uag_units_uag/Units/_index.hpp | 1 - .../Vehicles/UAG_Offroad_BASE/config.hpp | 12 - .../Vehicles/UAG_Offroad_Black/config.hpp | 9 - .../UAG_Offroad_Black/offroad_01_ext_co_uag.paa | Bin 1261030 -> 0 bytes .../UAG_Offroad_Black/offroad_01_ext_co_uag.png | Bin 1461922 -> 0 bytes .../Vehicles/UAG_Offroad_Black_Splinter/config.hpp | 9 - .../offroad_01_ext_eaf_co_uag.paa | Bin 1207262 -> 0 bytes .../offroad_01_ext_eaf_co_uag.png | Bin 1377201 -> 0 bytes .../Vehicles/UAG_Offroad_Comms_BASE/config.hpp | 12 - .../Vehicles/UAG_Offroad_Comms_Black/config.hpp | 9 - .../offroad_01_cover_blk_co_uag.paa | Bin 862426 -> 0 bytes .../offroad_01_cover_blk_co_uag.png | Bin 916242 -> 0 bytes .../Vehicles/UAG_Wiesel_AA_BASE/config.hpp | 12 - .../Vehicles/UAG_Wiesel_AA_Black/config.hpp | 14 - .../Vehicles/UAG_Wiesel_AT_BASE/config.hpp | 12 - .../Vehicles/UAG_Wiesel_AT_Black/config.hpp | 14 - .../UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa | Bin 1554540 -> 0 bytes .../UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png | Bin 1660068 -> 0 bytes .../Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp | 13 - .../UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa | Bin 107133 -> 0 bytes .../UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png | Bin 24785 -> 0 bytes .../Vehicles/UAG_Wiesel_Cannon_Black/config.hpp | 14 - .../lt_01_cannon_olive_co_uag.paa | Bin 1115059 -> 0 bytes .../lt_01_cannon_olive_co_uag.png | Bin 1209711 -> 0 bytes .../lt_01_main_olive_co_uag.paa | Bin 2542096 -> 0 bytes .../lt_01_main_olive_co_uag.png | Bin 3011271 -> 0 bytes .../addons/uag_units_uag/Vehicles/_index.hpp | 11 - .../addons/uag_units_uag/Weapons/UAG_M200v2.hpp | 17 - .../addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp | 49 - .../addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp | 17 - .../addons/uag_units_uag/Weapons/_index.hpp | 3 - .../mods/UAG_Units/addons/uag_units_uag/config.cpp | 46 - .../uag_units_uag/gear/UAG_Balaclava/config.hpp | 17 - .../UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa | Bin 522764 -> 0 bytes .../UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png | Bin 653427 -> 0 bytes .../icon_g_balaclava_ti_tna_f_ca_uag.paa | Bin 33430 -> 0 bytes .../icon_g_balaclava_ti_tna_f_ca_uag.png | Bin 20205 -> 0 bytes .../UAG_Balaclava_With_Combat_Goggles/config.hpp | 17 - .../g_balaclava_ti_tna_f_co_uag.paa | Bin 522764 -> 0 bytes .../g_balaclava_ti_tna_f_co_uag.png | Bin 653427 -> 0 bytes .../g_combat_goggles_tna_f_ca_uag.paa | Bin 177967 -> 0 bytes .../g_combat_goggles_tna_f_ca_uag.png | Bin 191878 -> 0 bytes .../icon_g_balaclava_ti_g_tna_f_ca_uag.paa | Bin 34317 -> 0 bytes .../icon_g_balaclava_ti_g_tna_f_ca_uag.png | Bin 22803 -> 0 bytes .../UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa | Bin 1611535 -> 0 bytes .../UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png | Bin 2307330 -> 0 bytes .../gear/UAG_CBRN_Fatigues/config.hpp | 36 - .../icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa | Bin 39370 -> 0 bytes .../icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png | Bin 35974 -> 0 bytes .../clothing1_mtp_urban_co_uag.paa | Bin 2111866 -> 0 bytes .../clothing1_mtp_urban_co_uag.png | Bin 3745691 -> 0 bytes .../UAG_Combat_Fatigues_Black_Splinter/config.hpp | 38 - .../icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa | Bin 445587 -> 0 bytes .../icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png | Bin 548895 -> 0 bytes .../clothing1_mtp_urban_co_uag.paa | Bin 2079948 -> 0 bytes .../clothing1_mtp_urban_co_uag.png | Bin 3485910 -> 0 bytes .../UAG_Combat_Fatigues_White_Splinter/config.hpp | 30 - .../icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa | Bin 445021 -> 0 bytes .../icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png | Bin 551898 -> 0 bytes .../gear/UAG_Combat_Goggles/config.hpp | 17 - .../g_combat_goggles_tna_f_ca_uag.paa | Bin 177967 -> 0 bytes .../g_combat_goggles_tna_f_ca_uag.png | Bin 191878 -> 0 bytes .../icon_g_combat_goggles_tna_f_ca_uag.paa | Bin 31960 -> 0 bytes .../icon_g_combat_goggles_tna_f_ca_uag.png | Bin 19008 -> 0 bytes .../gear/UAG_Combat_Helmet_Heavy/config.hpp | 49 - .../h_helmetb_ti_tna_f_co_uag.paa | Bin 1121781 -> 0 bytes .../h_helmetb_ti_tna_f_co_uag.png | Bin 1506262 -> 0 bytes .../icon_h_helmetb_ti_tna_f_ca_uag.paa | Bin 40578 -> 0 bytes .../icon_h_helmetb_ti_tna_f_ca_uag.png | Bin 38991 -> 0 bytes .../gear/UAG_Combat_Helmet_Light/config.hpp | 27 - .../equip1_black_co_uag.paa | Bin 1854621 -> 0 bytes .../equip1_black_co_uag.png | Bin 2792184 -> 0 bytes .../icon_h_helmetb_black_ca_uag.paa | Bin 35424 -> 0 bytes .../icon_h_helmetb_black_ca_uag.png | Bin 31035 -> 0 bytes .../gear/UAG_Combat_Helmet_Medium/config.hpp | 23 - .../h_pasgt_blue_press_co_uag.paa | Bin 1583682 -> 0 bytes .../h_pasgt_blue_press_co_uag.png | Bin 2642031 -> 0 bytes .../icon_h_pasgt_basic_blue_press_ca_uag.paa | Bin 35322 -> 0 bytes .../icon_h_pasgt_basic_blue_press_ca_uag.png | Bin 23599 -> 0 bytes .../UAG_Combat_Helmet_Medium_Neckshield/config.hpp | 23 - .../h_pasgt_blue_press_co_uag.paa | Bin 1583682 -> 0 bytes .../h_pasgt_blue_press_co_uag.png | Bin 2642031 -> 0 bytes .../icon_h_pasgt_neckprot_blue_press_ca_uag.paa | Bin 38435 -> 0 bytes .../icon_h_pasgt_neckprot_blue_press_ca_uag.png | Bin 30762 -> 0 bytes .../uag_units_uag/gear/UAG_FAST_Helmet/config.hpp | 27 - .../gear/UAG_FAST_Helmet/equip1_black_co_uag.paa | Bin 1854621 -> 0 bytes .../gear/UAG_FAST_Helmet/equip1_black_co_uag.png | Bin 2792184 -> 0 bytes .../icon_h_helmetb_light_black_ca_uag.paa | Bin 36667 -> 0 bytes .../icon_h_helmetb_light_black_ca_uag.png | Bin 31876 -> 0 bytes .../carrier_gl_rig_blk_co_uag.paa | Bin 2072309 -> 0 bytes .../carrier_gl_rig_blk_co_uag.png | Bin 3459293 -> 0 bytes .../gear/UAG_Plate_Carrier_Heavy/config.hpp | 15 - .../icon_carrier_spec_rig_blk_uag.paa | Bin 36782 -> 0 bytes .../icon_carrier_spec_rig_blk_uag.png | Bin 30183 -> 0 bytes .../gear/UAG_Plate_Carrier_Light/config.hpp | 54 - .../icon_v_platecarrier1_blk_ca_uag.paa | Bin 35368 -> 0 bytes .../icon_v_platecarrier1_blk_ca_uag.png | Bin 26760 -> 0 bytes .../UAG_Plate_Carrier_Light/vests_blk_co_uag.paa | Bin 2010665 -> 0 bytes .../UAG_Plate_Carrier_Light/vests_blk_co_uag.png | Bin 3018246 -> 0 bytes .../gear/UAG_Plate_Carrier_Medium/config.hpp | 15 - .../icon_v_plate_carrier_2_blk_ca_uag.paa | Bin 35975 -> 0 bytes .../icon_v_plate_carrier_2_blk_ca_uag.png | Bin 29683 -> 0 bytes .../UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa | Bin 2010665 -> 0 bytes .../UAG_Plate_Carrier_Medium/vests_blk_co_uag.png | Bin 3018246 -> 0 bytes .../uag_units_uag/gear/UAG_Track_Suit/config.hpp | 36 - .../gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa | Bin 1776278 -> 0 bytes .../gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png | Bin 2381152 -> 0 bytes .../icon_u_o_r_gorka_01_f_ca_uag.paa | Bin 44000 -> 0 bytes .../icon_u_o_r_gorka_01_f_ca_uag.png | Bin 40786 -> 0 bytes .../UAG_Units/addons/uag_units_uag/gear/_index.hpp | 15 - .../mods/UAG_Units/files/uag.paa | Bin 52270 -> 0 bytes .../mods/UAG_Units/files/uag.png | Bin 67535 -> 0 bytes .../mods/UAG_Units/files/uag_hover.paa | Bin 51976 -> 0 bytes .../mods/UAG_Units/files/uag_hover.png | Bin 63368 -> 0 bytes .../unnamed-arma-group/mods/UAG_Units/mod.cpp | 10 - .../mods/UAG_Units/steam/description.txt | 62 - .../mods/UAG_Units/steam/image.png | Bin 697435 -> 0 bytes .../unnamed-arma-group/mods/UAG_Units/steam/p1.jpg | Bin 388198 -> 0 bytes .../unnamed-arma-group/mods/UAG_Units/steam/p2.jpg | Bin 472717 -> 0 bytes .../mods/UAG_Units/steam/rf_image.png | Bin 1461442 -> 0 bytes .../mods/UAG_Units/steam/rf_p1.jpg | Bin 488153 -> 0 bytes .../mods/UAG_Units/steam/rf_p10.jpg | Bin 718890 -> 0 bytes .../mods/UAG_Units/steam/rf_p11.jpg | Bin 519311 -> 0 bytes .../mods/UAG_Units/steam/rf_p12.jpg | Bin 436369 -> 0 bytes .../mods/UAG_Units/steam/rf_p2.jpg | Bin 505585 -> 0 bytes .../mods/UAG_Units/steam/rf_p3.jpg | Bin 463396 -> 0 bytes .../mods/UAG_Units/steam/rf_p4.jpg | Bin 489263 -> 0 bytes .../mods/UAG_Units/steam/rf_p5.jpg | Bin 305768 -> 0 bytes .../mods/UAG_Units/steam/rf_p6.jpg | Bin 434232 -> 0 bytes .../mods/UAG_Units/steam/rf_p7.jpg | Bin 405569 -> 0 bytes .../mods/UAG_Units/steam/rf_p8.jpg | Bin 498361 -> 0 bytes .../mods/UAG_Units/steam/rf_p9.jpg | Bin 387786 -> 0 bytes .../mods/UAG_Units/steam/workshop_id.txt | 1 - .../mods/UAG_Units/steam/ws_image.jpg | Bin 569628 -> 0 bytes .../mods/UAG_Units/steam/ws_p1.jpg | Bin 784009 -> 0 bytes .../mods/UAG_Units/steam/ws_p2.jpg | Bin 680449 -> 0 bytes .../mods/UAG_Units/steam/ws_p3.jpg | Bin 595244 -> 0 bytes .../mods/UAG_Units/steam/ws_p4.jpg | Bin 526216 -> 0 bytes communities/unnamed-arma-group/uag.png | Bin 113248 -> 0 bytes .../website/.devcontainer/Dockerfile | 1 - .../website/.devcontainer/devcontainer.json | 5 - communities/unnamed-arma-group/website/README.md | 1 - .../unnamed-arma-group/website/source/_redirects | 2 - .../website/source/background.png | Bin 781506 -> 0 bytes .../website/source/diversity.webp | Bin 20065660 -> 0 bytes .../unnamed-arma-group/website/source/index.html | 633 -- .../website/source/orbat-images/angel.jpg | Bin 281539 -> 0 bytes .../website/source/orbat-images/anvil.jpg | Bin 704111 -> 0 bytes .../website/source/orbat-images/armadillo.jpg | Bin 465544 -> 0 bytes .../website/source/orbat-images/breaker.jpg | Bin 368002 -> 0 bytes .../website/source/orbat-images/hammer.jpg | Bin 437266 -> 0 bytes .../website/source/orbat-images/pathfinder.jpg | Bin 809890 -> 0 bytes .../website/source/orbat-images/reaper.jpg | Bin 476234 -> 0 bytes .../website/source/orbat-images/reclaimer.jpg | Bin 504992 -> 0 bytes .../website/source/orbat-images/sabre.jpg | Bin 987811 -> 0 bytes .../website/source/orbat-images/spectre.jpg | Bin 400901 -> 0 bytes .../website/source/orbat-images/talon.jpg | Bin 389597 -> 0 bytes .../website/source/orbat-images/wolfpack.jpg | Bin 628599 -> 0 bytes .../unnamed-arma-group/website/source/yeet21.png | Bin 113248 -> 0 bytes 644 files changed, 12060 insertions(+), 12060 deletions(-) create mode 100644 communities/174bg/174bg.net/.dockerignore create mode 100644 communities/174bg/174bg.net/.env.example create mode 100644 communities/174bg/174bg.net/.gitignore create mode 100644 communities/174bg/174bg.net/AGENTS.md create mode 100644 communities/174bg/174bg.net/CLAUDE.md create mode 100644 communities/174bg/174bg.net/Dockerfile create mode 100644 communities/174bg/174bg.net/README-NextJS.md create mode 100644 communities/174bg/174bg.net/README.md create mode 100644 communities/174bg/174bg.net/better-auth_migrations/2026-05-13T15-14-44.314Z.sql create mode 100644 communities/174bg/174bg.net/docker-compose.yaml create mode 100644 communities/174bg/174bg.net/eslint.config.mjs create mode 100644 communities/174bg/174bg.net/jsconfig.json create mode 100644 communities/174bg/174bg.net/next.config.mjs create mode 100644 communities/174bg/174bg.net/package-lock.json create mode 100644 communities/174bg/174bg.net/package.json create mode 100644 communities/174bg/174bg.net/postcss.config.mjs create mode 100644 communities/174bg/174bg.net/public/favicon.png create mode 100644 communities/174bg/174bg.net/public/handbook/index.html create mode 100644 communities/174bg/174bg.net/src/app/api/auth/[...all]/route.js create mode 100644 communities/174bg/174bg.net/src/app/globals.css create mode 100644 communities/174bg/174bg.net/src/app/layout.js create mode 100644 communities/174bg/174bg.net/src/app/login/page.js create mode 100644 communities/174bg/174bg.net/src/app/page.js create mode 100644 communities/174bg/174bg.net/src/app/secure/discord-data/page.js create mode 100644 communities/174bg/174bg.net/src/app/secure/page.js create mode 100644 communities/174bg/174bg.net/src/auth.js create mode 100644 communities/174bg/174bg.net/src/lib/auth-client.js create mode 100644 communities/174bg/174bg.net/src/proxy.js create mode 100644 communities/174bg/assets/red-right-hand.png create mode 100644 communities/174bg/org_page/README.md create mode 100644 communities/174bg/org_page/branding/content/history.md create mode 100644 communities/174bg/org_page/branding/content/home.md create mode 100644 communities/174bg/records/members.jsonc delete mode 100644 communities/red-right-hand/174bg.net/.dockerignore delete mode 100644 communities/red-right-hand/174bg.net/.env.example delete mode 100644 communities/red-right-hand/174bg.net/.gitignore delete mode 100644 communities/red-right-hand/174bg.net/AGENTS.md delete mode 100644 communities/red-right-hand/174bg.net/CLAUDE.md delete mode 100644 communities/red-right-hand/174bg.net/Dockerfile delete mode 100644 communities/red-right-hand/174bg.net/README-NextJS.md delete mode 100644 communities/red-right-hand/174bg.net/README.md delete mode 100644 communities/red-right-hand/174bg.net/better-auth_migrations/2026-05-13T15-14-44.314Z.sql delete mode 100644 communities/red-right-hand/174bg.net/docker-compose.yaml delete mode 100644 communities/red-right-hand/174bg.net/eslint.config.mjs delete mode 100644 communities/red-right-hand/174bg.net/jsconfig.json delete mode 100644 communities/red-right-hand/174bg.net/next.config.mjs delete mode 100644 communities/red-right-hand/174bg.net/package-lock.json delete mode 100644 communities/red-right-hand/174bg.net/package.json delete mode 100644 communities/red-right-hand/174bg.net/postcss.config.mjs delete mode 100644 communities/red-right-hand/174bg.net/public/favicon.png delete mode 100644 communities/red-right-hand/174bg.net/public/handbook/index.html delete mode 100644 communities/red-right-hand/174bg.net/src/app/api/auth/[...all]/route.js delete mode 100644 communities/red-right-hand/174bg.net/src/app/globals.css delete mode 100644 communities/red-right-hand/174bg.net/src/app/layout.js delete mode 100644 communities/red-right-hand/174bg.net/src/app/login/page.js delete mode 100644 communities/red-right-hand/174bg.net/src/app/page.js delete mode 100644 communities/red-right-hand/174bg.net/src/app/secure/discord-data/page.js delete mode 100644 communities/red-right-hand/174bg.net/src/app/secure/page.js delete mode 100644 communities/red-right-hand/174bg.net/src/auth.js delete mode 100644 communities/red-right-hand/174bg.net/src/lib/auth-client.js delete mode 100644 communities/red-right-hand/174bg.net/src/proxy.js delete mode 100644 communities/red-right-hand/assets/red-right-hand.png delete mode 100644 communities/red-right-hand/org_page/README.md delete mode 100644 communities/red-right-hand/org_page/branding/content/history.md delete mode 100644 communities/red-right-hand/org_page/branding/content/home.md delete mode 100644 communities/red-right-hand/records/members.jsonc create mode 100644 communities/uag/README.md create mode 100644 communities/uag/mods/ACE3_Capri-Sun/.gitignore create mode 100644 communities/uag/mods/ACE3_Capri-Sun/.hemtt/project.toml create mode 100644 communities/uag/mods/ACE3_Capri-Sun/README.md create mode 100644 communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ create mode 100644 communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa create mode 100644 communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp create mode 100644 communities/uag/mods/ACE3_Capri-Sun/steam/description.txt create mode 100644 communities/uag/mods/ACE3_Capri-Sun/steam/image.jpg create mode 100644 communities/uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt create mode 100644 communities/uag/mods/ACE3_Ketamine/.gitignore create mode 100644 communities/uag/mods/ACE3_Ketamine/.hemtt/project.toml create mode 100644 communities/uag/mods/ACE3_Ketamine/README.md create mode 100644 communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ create mode 100644 communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp create mode 100644 communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf create mode 100644 communities/uag/mods/ACE3_Ketamine/steam/description.md create mode 100644 communities/uag/mods/ACE3_Ketamine/steam/image.png create mode 100644 communities/uag/mods/ACE3_Ketamine/steam/workshop_id.txt create mode 100644 communities/uag/mods/ACE3_Painkillers/.gitignore create mode 100644 communities/uag/mods/ACE3_Painkillers/.hemtt/project.toml create mode 100644 communities/uag/mods/ACE3_Painkillers/README.md create mode 100644 communities/uag/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ create mode 100644 communities/uag/mods/ACE3_Painkillers/addons/painkillers/config.cpp create mode 100644 communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d create mode 100644 communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa create mode 100644 communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa create mode 100644 communities/uag/mods/ACE3_Painkillers/steam/description.txt create mode 100644 communities/uag/mods/ACE3_Painkillers/steam/image.png create mode 100644 communities/uag/mods/ACE3_Painkillers/steam/workshop_id.txt create mode 100644 communities/uag/mods/ACE3_PissBags/.gitignore create mode 100644 communities/uag/mods/ACE3_PissBags/.hemtt/project.toml create mode 100644 communities/uag/mods/ACE3_PissBags/Piss_IV.blend create mode 100644 communities/uag/mods/ACE3_PissBags/README.md create mode 100644 communities/uag/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ create mode 100644 communities/uag/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa create mode 100644 communities/uag/mods/ACE3_PissBags/addons/pissbags/config.cpp create mode 100644 communities/uag/mods/ACE3_PissBags/addons/pissbags/pissiv.paa create mode 100644 communities/uag/mods/ACE3_PissBags/steam/description.txt create mode 100644 communities/uag/mods/ACE3_PissBags/steam/image.jpg create mode 100644 communities/uag/mods/ACE3_PissBags/steam/p1.jpg create mode 100644 communities/uag/mods/ACE3_PissBags/steam/videos.txt create mode 100644 communities/uag/mods/ACE3_PissBags/steam/workshop_id.txt create mode 100644 communities/uag/mods/README.md create mode 100644 communities/uag/mods/UAG_Units/.gitignore create mode 100644 communities/uag/mods/UAG_Units/.hemtt/project.toml create mode 100644 communities/uag/mods/UAG_Units/README.md create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_core/config.cpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_core/macros.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/config.cpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png create mode 100644 communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp create mode 100644 communities/uag/mods/UAG_Units/files/uag.paa create mode 100644 communities/uag/mods/UAG_Units/files/uag.png create mode 100644 communities/uag/mods/UAG_Units/files/uag_hover.paa create mode 100644 communities/uag/mods/UAG_Units/files/uag_hover.png create mode 100644 communities/uag/mods/UAG_Units/mod.cpp create mode 100644 communities/uag/mods/UAG_Units/steam/description.txt create mode 100644 communities/uag/mods/UAG_Units/steam/image.png create mode 100644 communities/uag/mods/UAG_Units/steam/p1.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/p2.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_image.png create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p1.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p10.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p11.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p12.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p2.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p3.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p4.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p5.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p6.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p7.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p8.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/rf_p9.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/workshop_id.txt create mode 100644 communities/uag/mods/UAG_Units/steam/ws_image.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/ws_p1.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/ws_p2.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/ws_p3.jpg create mode 100644 communities/uag/mods/UAG_Units/steam/ws_p4.jpg create mode 100644 communities/uag/uag.png create mode 100644 communities/uag/website/.devcontainer/Dockerfile create mode 100644 communities/uag/website/.devcontainer/devcontainer.json create mode 100644 communities/uag/website/README.md create mode 100644 communities/uag/website/source/_redirects create mode 100644 communities/uag/website/source/background.png create mode 100644 communities/uag/website/source/diversity.webp create mode 100644 communities/uag/website/source/index.html create mode 100644 communities/uag/website/source/orbat-images/angel.jpg create mode 100644 communities/uag/website/source/orbat-images/anvil.jpg create mode 100644 communities/uag/website/source/orbat-images/armadillo.jpg create mode 100644 communities/uag/website/source/orbat-images/breaker.jpg create mode 100644 communities/uag/website/source/orbat-images/hammer.jpg create mode 100644 communities/uag/website/source/orbat-images/pathfinder.jpg create mode 100644 communities/uag/website/source/orbat-images/reaper.jpg create mode 100644 communities/uag/website/source/orbat-images/reclaimer.jpg create mode 100644 communities/uag/website/source/orbat-images/sabre.jpg create mode 100644 communities/uag/website/source/orbat-images/spectre.jpg create mode 100644 communities/uag/website/source/orbat-images/talon.jpg create mode 100644 communities/uag/website/source/orbat-images/wolfpack.jpg create mode 100644 communities/uag/website/source/yeet21.png delete mode 100644 communities/unnamed-arma-group/README.md delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Capri-Sun/.gitignore delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Capri-Sun/.hemtt/project.toml delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Capri-Sun/README.md delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/description.txt delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/image.jpg delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/workshop_id.txt delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Ketamine/.gitignore delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Ketamine/.hemtt/project.toml delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Ketamine/README.md delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/description.md delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/image.png delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/workshop_id.txt delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/.gitignore delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/.hemtt/project.toml delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/README.md delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/description.txt delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/image.png delete mode 100644 communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/workshop_id.txt delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/.gitignore delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/.hemtt/project.toml delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/Piss_IV.blend delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/README.md delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/pissiv.paa delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/steam/description.txt delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/steam/image.jpg delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/steam/p1.jpg delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/steam/videos.txt delete mode 100644 communities/unnamed-arma-group/mods/ACE3_PissBags/steam/workshop_id.txt delete mode 100644 communities/unnamed-arma-group/mods/README.md delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/.gitignore delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/.hemtt/project.toml delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/README.md delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/macros.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/config.cpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/files/uag.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/files/uag.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/files/uag_hover.paa delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/files/uag_hover.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/mod.cpp delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/description.txt delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/image.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/p1.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/p2.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_image.png delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p1.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p10.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p11.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p12.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p2.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p3.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p4.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p5.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p6.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p7.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p8.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p9.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/workshop_id.txt delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/ws_image.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p1.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p2.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p3.jpg delete mode 100644 communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p4.jpg delete mode 100644 communities/unnamed-arma-group/uag.png delete mode 100644 communities/unnamed-arma-group/website/.devcontainer/Dockerfile delete mode 100644 communities/unnamed-arma-group/website/.devcontainer/devcontainer.json delete mode 100644 communities/unnamed-arma-group/website/README.md delete mode 100644 communities/unnamed-arma-group/website/source/_redirects delete mode 100644 communities/unnamed-arma-group/website/source/background.png delete mode 100644 communities/unnamed-arma-group/website/source/diversity.webp delete mode 100644 communities/unnamed-arma-group/website/source/index.html delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/angel.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/anvil.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/armadillo.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/breaker.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/hammer.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/pathfinder.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/reaper.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/reclaimer.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/sabre.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/spectre.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/talon.jpg delete mode 100644 communities/unnamed-arma-group/website/source/orbat-images/wolfpack.jpg delete mode 100644 communities/unnamed-arma-group/website/source/yeet21.png diff --git a/communities/174bg/174bg.net/.dockerignore b/communities/174bg/174bg.net/.dockerignore new file mode 100644 index 0000000..c847070 --- /dev/null +++ b/communities/174bg/174bg.net/.dockerignore @@ -0,0 +1,134 @@ +############################################################ +# Production-ready .dockerignore for a Next.js (Vercel-style) app +# Keeps Docker builds fast, lean, and free of development files. +############################################################ + +# Dependencies (installed inside Docker, never copied) +node_modules/ +.pnpm-store/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +# Next.js build outputs (always generated during `next build`) +.next/ +out/ +dist/ +build/ +.vercel/ + +# Tests and testing output (not needed in production images) +coverage/ +.nyc_output/ +__tests__/ +__mocks__/ +jest/ +cypress/ +cypress/screenshots/ +cypress/videos/ +playwright-report/ +test-results/ +.vitest/ +vitest.config.* +jest.config.* +cypress.config.* +playwright.config.* +*.test.* +*.spec.* + +# Local development and editor files +.git/ +.gitignore +.gitattributes +.vscode/ +.idea/ +*.swp +*.swo +*~ +*.log + +# Environment variables (only commit template files) +.env +.env*.local +.env.development +.env.test +.env.production.local + +# Docker configuration files (not needed inside build context) +Dockerfile* +.dockerignore +compose.yaml +compose.yml +docker-compose*.yaml +docker-compose*.yml + +# Documentation +*.md +docs/ + +# CI/CD configuration files +.github/ +.gitlab-ci.yml +.travis.yml +.circleci/ +Jenkinsfile + +# Cache directories and temporary data +.cache/ +.parcel-cache/ +.eslintcache +.stylelintcache +.swc/ +.turbo/ +.tmp/ +.temp/ + +# TypeScript build metadata +*.tsbuildinfo + +# Sensitive or unnecessary configuration files +*.pem +.editorconfig +.prettierrc* +prettier.config.* +.eslintrc* +eslint.config.* +.stylelintrc* +stylelint.config.* +.babelrc* +*.iml +*.ipr +*.iws + +# OS-specific junk +.DS_Store +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db +Desktop.ini + +# AI/ML tool metadata and configs +.cursor/ +.cursorrules +.copilot/ +.copilotignore +.github/copilot/ +.gemini/ +.anthropic/ +.kiro +.claude +AGENTS.md +.agents/ + +# AI-generated temp files +*.aider* +*.copilot* +*.chatgpt* +*.claude* +*.gemini* +*.openai* +*.anthropic* \ No newline at end of file diff --git a/communities/174bg/174bg.net/.env.example b/communities/174bg/174bg.net/.env.example new file mode 100644 index 0000000..27f7299 --- /dev/null +++ b/communities/174bg/174bg.net/.env.example @@ -0,0 +1,9 @@ +BETTER_AUTH_SECRET= +BETTER_AUTH_URL= +BETTER_AUTH_URL_INTERNAL=http://localhost:3000 + +POSTGRES_PASSWORD= +POSTGRES_HOST= + +DISCORD_CLIENT_ID= +DISCORD_CLIENT_SECRET= \ No newline at end of file diff --git a/communities/174bg/174bg.net/.gitignore b/communities/174bg/174bg.net/.gitignore new file mode 100644 index 0000000..c9db9fa --- /dev/null +++ b/communities/174bg/174bg.net/.gitignore @@ -0,0 +1,47 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/versions + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.pnpm-debug.log* + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts + +/types/ + +/postgresql/ + +*.env +*.env.* +!*.env.example +!.env.*.example \ No newline at end of file diff --git a/communities/174bg/174bg.net/AGENTS.md b/communities/174bg/174bg.net/AGENTS.md new file mode 100644 index 0000000..8bd0e39 --- /dev/null +++ b/communities/174bg/174bg.net/AGENTS.md @@ -0,0 +1,5 @@ + +# This is NOT the Next.js you know + +This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices. + diff --git a/communities/174bg/174bg.net/CLAUDE.md b/communities/174bg/174bg.net/CLAUDE.md new file mode 100644 index 0000000..43c994c --- /dev/null +++ b/communities/174bg/174bg.net/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/communities/174bg/174bg.net/Dockerfile b/communities/174bg/174bg.net/Dockerfile new file mode 100644 index 0000000..636d9b2 --- /dev/null +++ b/communities/174bg/174bg.net/Dockerfile @@ -0,0 +1,115 @@ +# ============================================ +# Stage 1: Dependencies Installation Stage +# ============================================ + +# IMPORTANT: Node.js Version Maintenance +# This Dockerfile uses Node.js 24.13.0-slim, which was the latest LTS version at the time of writing. +# To ensure security and compatibility, regularly update the NODE_VERSION ARG to the latest LTS version. +ARG NODE_VERSION=24.13.0-slim + +FROM node:${NODE_VERSION} AS dependencies + +# Set working directory +WORKDIR /app + +# Copy package-related files first to leverage Docker's caching mechanism +COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .npmrc* ./ + +# Install project dependencies with frozen lockfile for reproducible builds +RUN --mount=type=cache,target=/root/.npm \ + --mount=type=cache,target=/usr/local/share/.cache/yarn \ + --mount=type=cache,target=/root/.local/share/pnpm/store \ + if [ -f package-lock.json ]; then \ + npm ci --no-audit --no-fund; \ + elif [ -f yarn.lock ]; then \ + corepack enable yarn && yarn install --frozen-lockfile --production=false; \ + elif [ -f pnpm-lock.yaml ]; then \ + corepack enable pnpm && pnpm install --frozen-lockfile; \ + else \ + echo "No lockfile found." && exit 1; \ + fi + +# ============================================ +# Stage 2: Build Next.js application in standalone mode +# ============================================ + +FROM node:${NODE_VERSION} AS builder + +# Set working directory +WORKDIR /app + +# Copy project dependencies from dependencies stage +COPY --from=dependencies /app/node_modules ./node_modules + +# Copy application source code +COPY . . + +ENV NODE_ENV=production + +# Next.js collects completely anonymous telemetry data about general usage. +# Learn more here: https://nextjs.org/telemetry +# Uncomment the following line in case you want to disable telemetry during the build. +# ENV NEXT_TELEMETRY_DISABLED=1 + +# Build Next.js application +# If you want to speed up Docker rebuilds, you can cache the build artifacts +# by adding: --mount=type=cache,target=/app/.next/cache +# This caches the .next/cache directory across builds, but it also prevents +# .next/cache/fetch-cache from being included in the final image, meaning +# cached fetch responses from the build won't be available at runtime. +RUN if [ -f package-lock.json ]; then \ + npm run build; \ + elif [ -f yarn.lock ]; then \ + corepack enable yarn && yarn build; \ + elif [ -f pnpm-lock.yaml ]; then \ + corepack enable pnpm && pnpm build; \ + else \ + echo "No lockfile found." && exit 1; \ + fi + +# ============================================ +# Stage 3: Run Next.js application +# ============================================ + +FROM node:${NODE_VERSION} AS runner + +# Set working directory +WORKDIR /app + +# Set production environment variables +ENV NODE_ENV=production +ENV PORT=3000 +ENV HOSTNAME="0.0.0.0" + +# Next.js collects completely anonymous telemetry data about general usage. +# Learn more here: https://nextjs.org/telemetry +# Uncomment the following line in case you want to disable telemetry during the run time. +# ENV NEXT_TELEMETRY_DISABLED=1 + +# Copy production assets +COPY --from=builder --chown=node:node /app/public ./public + +# Copy database migration files +COPY --from=builder --chown=node:node /app/better-auth_migrations ./better-auth_migrations + +# Set the correct permission for prerender cache +RUN mkdir .next +RUN chown node:node .next + +# Automatically leverage output traces to reduce image size +# https://nextjs.org/docs/advanced-features/output-file-tracing +COPY --from=builder --chown=node:node /app/.next/standalone ./ +COPY --from=builder --chown=node:node /app/.next/static ./.next/static + +# If you want to persist the fetch cache generated during the build so that +# cached responses are available immediately on startup, uncomment this line: +# COPY --from=builder --chown=node:node /app/.next/cache ./.next/cache + +# Switch to non-root user for security best practices +USER node + +# Expose port 3000 to allow HTTP traffic +EXPOSE 3000 + +# Start Next.js standalone server +CMD ["node", "server.js"] \ No newline at end of file diff --git a/communities/174bg/174bg.net/README-NextJS.md b/communities/174bg/174bg.net/README-NextJS.md new file mode 100644 index 0000000..66bb426 --- /dev/null +++ b/communities/174bg/174bg.net/README-NextJS.md @@ -0,0 +1,36 @@ +This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). + +## Getting Started + +First, run the development server: + +```bash +npm run dev +# or +yarn dev +# or +pnpm dev +# or +bun dev +``` + +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. + +You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file. + +This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. + +## Learn More + +To learn more about Next.js, take a look at the following resources: + +- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. +- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. + +You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! + +## Deploy on Vercel + +The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. + +Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. diff --git a/communities/174bg/174bg.net/README.md b/communities/174bg/174bg.net/README.md new file mode 100644 index 0000000..6fee992 --- /dev/null +++ b/communities/174bg/174bg.net/README.md @@ -0,0 +1,17 @@ +# 174gb.net + +The official website of the 174th Battle Group, also known as the Red Right Hand. + +## Development + +The website is built using [Next.js](https://nextjs.org/) and is deployed via [Docker](https://www.docker.com/). + +### First Run + +After starting the containers, apply the database migrations by piping each SQL file in `better-auth_migrations/` into the postgres container: + +```sh +docker compose exec -T 174bg-net sh -c 'cat better-auth_migrations/*.sql' | docker compose exec -T postgres psql -U postgres -d postgres +``` + +> If your `.env` uses a different `POSTGRES_USER` or `POSTGRES_DB`, substitute those values for `postgres` above. diff --git a/communities/174bg/174bg.net/better-auth_migrations/2026-05-13T15-14-44.314Z.sql b/communities/174bg/174bg.net/better-auth_migrations/2026-05-13T15-14-44.314Z.sql new file mode 100644 index 0000000..5a2fae9 --- /dev/null +++ b/communities/174bg/174bg.net/better-auth_migrations/2026-05-13T15-14-44.314Z.sql @@ -0,0 +1,13 @@ +create table "user" ("id" text not null primary key, "name" text not null, "email" text not null unique, "emailVerified" boolean not null, "image" text, "createdAt" timestamptz default CURRENT_TIMESTAMP not null, "updatedAt" timestamptz default CURRENT_TIMESTAMP not null); + +create table "session" ("id" text not null primary key, "expiresAt" timestamptz not null, "token" text not null unique, "createdAt" timestamptz default CURRENT_TIMESTAMP not null, "updatedAt" timestamptz not null, "ipAddress" text, "userAgent" text, "userId" text not null references "user" ("id") on delete cascade); + +create table "account" ("id" text not null primary key, "accountId" text not null, "providerId" text not null, "userId" text not null references "user" ("id") on delete cascade, "accessToken" text, "refreshToken" text, "idToken" text, "accessTokenExpiresAt" timestamptz, "refreshTokenExpiresAt" timestamptz, "scope" text, "password" text, "createdAt" timestamptz default CURRENT_TIMESTAMP not null, "updatedAt" timestamptz not null); + +create table "verification" ("id" text not null primary key, "identifier" text not null, "value" text not null, "expiresAt" timestamptz not null, "createdAt" timestamptz default CURRENT_TIMESTAMP not null, "updatedAt" timestamptz default CURRENT_TIMESTAMP not null); + +create index "session_userId_idx" on "session" ("userId"); + +create index "account_userId_idx" on "account" ("userId"); + +create index "verification_identifier_idx" on "verification" ("identifier"); \ No newline at end of file diff --git a/communities/174bg/174bg.net/docker-compose.yaml b/communities/174bg/174bg.net/docker-compose.yaml new file mode 100644 index 0000000..d441ce7 --- /dev/null +++ b/communities/174bg/174bg.net/docker-compose.yaml @@ -0,0 +1,22 @@ +services: + 174bg-net: + # build: https://github.com/zuedev/unnamed-group.git#master:communities/red-right-hand/174bg.net + build: + context: . + dockerfile: Dockerfile + env_file: + - .env + ports: + - "3000:3000/tcp" + - "3000:3000/udp" + restart: unless-stopped + + postgres: + image: postgres:18 + env_file: + - .env + ports: + - "5432:5432" + volumes: + - ./postgresql:/var/lib/postgresql + restart: unless-stopped diff --git a/communities/174bg/174bg.net/eslint.config.mjs b/communities/174bg/174bg.net/eslint.config.mjs new file mode 100644 index 0000000..f443835 --- /dev/null +++ b/communities/174bg/174bg.net/eslint.config.mjs @@ -0,0 +1,16 @@ +import { defineConfig, globalIgnores } from "eslint/config"; +import nextVitals from "eslint-config-next/core-web-vitals"; + +const eslintConfig = defineConfig([ + ...nextVitals, + // Override default ignores of eslint-config-next. + globalIgnores([ + // Default ignores of eslint-config-next: + ".next/**", + "out/**", + "build/**", + "next-env.d.ts", + ]), +]); + +export default eslintConfig; diff --git a/communities/174bg/174bg.net/jsconfig.json b/communities/174bg/174bg.net/jsconfig.json new file mode 100644 index 0000000..b8d6842 --- /dev/null +++ b/communities/174bg/174bg.net/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "paths": { + "@/*": ["./src/*"] + } + } +} diff --git a/communities/174bg/174bg.net/next.config.mjs b/communities/174bg/174bg.net/next.config.mjs new file mode 100644 index 0000000..df97a86 --- /dev/null +++ b/communities/174bg/174bg.net/next.config.mjs @@ -0,0 +1,19 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = { + /* config options here */ + reactCompiler: true, + + // generate a minimal, production-ready Docker image with only the required runtime files and dependencies + output: "standalone", + + async rewrites() { + return [ + { + source: "/handbook/:path*", + destination: "/handbook/index.html", + }, + ]; + }, +}; + +export default nextConfig; diff --git a/communities/174bg/174bg.net/package-lock.json b/communities/174bg/174bg.net/package-lock.json new file mode 100644 index 0000000..b0ec510 --- /dev/null +++ b/communities/174bg/174bg.net/package-lock.json @@ -0,0 +1,7507 @@ +{ + "name": "174gb.net", + "version": "0.1.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "174gb.net", + "version": "0.1.0", + "dependencies": { + "@heroicons/react": "^2.2.0", + "better-auth": "^1.6.11", + "better-sqlite3": "^12.10.0", + "next": "16.2.6", + "pg": "^8.20.0", + "react": "19.2.4", + "react-dom": "19.2.4" + }, + "devDependencies": { + "@tailwindcss/postcss": "^4", + "babel-plugin-react-compiler": "1.0.0", + "eslint": "^9", + "eslint-config-next": "16.2.6", + "tailwindcss": "^4" + } + }, + "node_modules/@alloc/quick-lru": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", + "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.28.5", + "js-tokens": "^4.0.0", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz", + "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", + "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-compilation-targets": "^7.28.6", + "@babel/helper-module-transforms": "^7.28.6", + "@babel/helpers": "^7.28.6", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/traverse": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/remapping": "^2.3.5", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.29.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", + "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", + "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.28.6", + "@babel/helper-validator-option": "^7.27.1", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-globals": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", + "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", + "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", + "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.28.6", + "@babel/helper-validator-identifier": "^7.28.5", + "@babel/traverse": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", + "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz", + "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz", + "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.29.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/template": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", + "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.28.6", + "@babel/parser": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", + "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-globals": "^7.28.0", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0", + "debug": "^4.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", + "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.28.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@better-auth/core": { + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/@better-auth/core/-/core-1.6.11.tgz", + "integrity": "sha512-LrwidLCV8azdMGjvtwp30nj9tIv1BwI3VhtC0UaGSjQkAVWw4bN42I8qwbxRziPeSQoj+zUVkOpxZzAWBDARtQ==", + "license": "MIT", + "peer": true, + "dependencies": { + "@opentelemetry/semantic-conventions": "^1.39.0", + "@standard-schema/spec": "^1.1.0", + "zod": "^4.3.6" + }, + "peerDependencies": { + "@better-auth/utils": "0.4.0", + "@better-fetch/fetch": "1.1.21", + "@cloudflare/workers-types": ">=4", + "@opentelemetry/api": "^1.9.0", + "better-call": "1.3.5", + "jose": "^6.1.0", + "kysely": "^0.28.5", + "nanostores": "^1.0.1" + }, + "peerDependenciesMeta": { + "@cloudflare/workers-types": { + "optional": true + }, + "@opentelemetry/api": { + "optional": true + } + } + }, + "node_modules/@better-auth/drizzle-adapter": { + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/@better-auth/drizzle-adapter/-/drizzle-adapter-1.6.11.tgz", + "integrity": "sha512-4jpkETIGZOHCf7BK4jnu22fdN6jjomH0/HhEzkaWy3+Eppi5PYlHTF/460jrTmA3Xc+Vqwp9t282ymHiEPypGw==", + "license": "MIT", + "peerDependencies": { + "@better-auth/core": "^1.6.11", + "@better-auth/utils": "0.4.0", + "drizzle-orm": "^0.45.2" + }, + "peerDependenciesMeta": { + "drizzle-orm": { + "optional": true + } + } + }, + "node_modules/@better-auth/kysely-adapter": { + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/@better-auth/kysely-adapter/-/kysely-adapter-1.6.11.tgz", + "integrity": "sha512-/g8M9RfIjdcZDnbstSUvQiINkvdNlCeZr248zwqx2/PVksQI1MhQofbzUn3RnQnbPKp0EPwpX/dR3oudRFenUg==", + "license": "MIT", + "peerDependencies": { + "@better-auth/core": "^1.6.11", + "@better-auth/utils": "0.4.0", + "kysely": "^0.28.17" + }, + "peerDependenciesMeta": { + "kysely": { + "optional": true + } + } + }, + "node_modules/@better-auth/memory-adapter": { + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/@better-auth/memory-adapter/-/memory-adapter-1.6.11.tgz", + "integrity": "sha512-hpdfw0BBf8MuzLkIdmbcUZICbY9r/bhLO2RxSnkzT5+/O+0I0u2I8+m0YUP7vNllP/ZCKASHOYgXPLO75Z0f9Q==", + "license": "MIT", + "peerDependencies": { + "@better-auth/core": "^1.6.11", + "@better-auth/utils": "0.4.0" + } + }, + "node_modules/@better-auth/mongo-adapter": { + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/@better-auth/mongo-adapter/-/mongo-adapter-1.6.11.tgz", + "integrity": "sha512-3Tor8rSv8vSEIMEaV2PFpPEuVhqc1gNoZ6eGvoh3LwExXXuj8madew6ob+H1pH7Aphn3Ar5PQ08AguT8TbwFAA==", + "license": "MIT", + "peerDependencies": { + "@better-auth/core": "^1.6.11", + "@better-auth/utils": "0.4.0", + "mongodb": "^6.0.0 || ^7.0.0" + }, + "peerDependenciesMeta": { + "mongodb": { + "optional": true + } + } + }, + "node_modules/@better-auth/prisma-adapter": { + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/@better-auth/prisma-adapter/-/prisma-adapter-1.6.11.tgz", + "integrity": "sha512-Pw+7q7zTp+VSci1V+CYMvuxIbAeVMZLe4lRo46LJoAKMHfjFl5T/ycsyFvWs/DkWC7n9gZZzRDEbHp0I5FiKKw==", + "license": "MIT", + "peerDependencies": { + "@better-auth/core": "^1.6.11", + "@better-auth/utils": "0.4.0", + "@prisma/client": "^5.0.0 || ^6.0.0 || ^7.0.0", + "prisma": "^5.0.0 || ^6.0.0 || ^7.0.0" + }, + "peerDependenciesMeta": { + "@prisma/client": { + "optional": true + }, + "prisma": { + "optional": true + } + } + }, + "node_modules/@better-auth/telemetry": { + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/@better-auth/telemetry/-/telemetry-1.6.11.tgz", + "integrity": "sha512-hsjDHc8MZbm6/AHeNdtywrWedXevnBjmdvnHTcZub+rTVjOv+Td0roI8USKuC6uUibmrl//2rJfVCsGbopihNA==", + "license": "MIT", + "peerDependencies": { + "@better-auth/core": "^1.6.11", + "@better-auth/utils": "0.4.0", + "@better-fetch/fetch": "1.1.21" + } + }, + "node_modules/@better-auth/utils": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@better-auth/utils/-/utils-0.4.0.tgz", + "integrity": "sha512-RpMtLUIQAEWMgdPLNVbIF5ON2mm+CH0U3rCdUCU1VyeAUui4m38DyK7/aXMLZov2YDjG684pS1D0MBllrmgjQA==", + "license": "MIT", + "peer": true, + "dependencies": { + "@noble/hashes": "^2.0.1" + } + }, + "node_modules/@better-fetch/fetch": { + "version": "1.1.21", + "resolved": "https://registry.npmjs.org/@better-fetch/fetch/-/fetch-1.1.21.tgz", + "integrity": "sha512-/ImESw0sskqlVR94jB+5+Pxjf+xBwDZF/N5+y2/q4EqD7IARUTSpPfIo8uf39SYpCxyOCtbyYpUrZ3F/k0zT4A==", + "peer": true + }, + "node_modules/@emnapi/core": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz", + "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/runtime": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz", + "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==", + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/wasi-threads": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", + "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", + "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", + "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/config-array": { + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz", + "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/object-schema": "^2.1.7", + "debug": "^4.3.1", + "minimatch": "^3.1.5" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/config-helpers": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", + "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.17.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/core": { + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", + "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz", + "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ajv": "^6.14.0", + "debug": "^4.3.2", + "espree": "^10.0.1", + "globals": "^14.0.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.1", + "minimatch": "^3.1.5", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/js": { + "version": "9.39.4", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz", + "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + } + }, + "node_modules/@eslint/object-schema": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", + "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/plugin-kit": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", + "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.17.0", + "levn": "^0.4.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@heroicons/react": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz", + "integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==", + "license": "MIT", + "peerDependencies": { + "react": ">= 16 || ^19.0.0-rc" + } + }, + "node_modules/@humanfs/core": { + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz", + "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@humanfs/types": "^0.15.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node": { + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz", + "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@humanfs/core": "^0.19.2", + "@humanfs/types": "^0.15.0", + "@humanwhocodes/retry": "^0.4.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/types": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz", + "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/retry": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", + "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@img/colour": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz", + "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=18" + } + }, + "node_modules/@img/sharp-darwin-arm64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz", + "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-darwin-arm64": "1.2.4" + } + }, + "node_modules/@img/sharp-darwin-x64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", + "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-darwin-x64": "1.2.4" + } + }, + "node_modules/@img/sharp-libvips-darwin-arm64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz", + "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==", + "cpu": [ + "arm64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "darwin" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-darwin-x64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", + "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==", + "cpu": [ + "x64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "darwin" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-arm": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", + "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==", + "cpu": [ + "arm" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-arm64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", + "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", + "cpu": [ + "arm64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-ppc64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz", + "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==", + "cpu": [ + "ppc64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-riscv64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz", + "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", + "cpu": [ + "riscv64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-s390x": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", + "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==", + "cpu": [ + "s390x" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linux-x64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", + "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==", + "cpu": [ + "x64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linuxmusl-arm64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", + "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==", + "cpu": [ + "arm64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-libvips-linuxmusl-x64": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", + "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", + "cpu": [ + "x64" + ], + "license": "LGPL-3.0-or-later", + "optional": true, + "os": [ + "linux" + ], + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-linux-arm": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", + "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", + "cpu": [ + "arm" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-arm": "1.2.4" + } + }, + "node_modules/@img/sharp-linux-arm64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", + "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-arm64": "1.2.4" + } + }, + "node_modules/@img/sharp-linux-ppc64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz", + "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==", + "cpu": [ + "ppc64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-ppc64": "1.2.4" + } + }, + "node_modules/@img/sharp-linux-riscv64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz", + "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==", + "cpu": [ + "riscv64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-riscv64": "1.2.4" + } + }, + "node_modules/@img/sharp-linux-s390x": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", + "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==", + "cpu": [ + "s390x" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-s390x": "1.2.4" + } + }, + "node_modules/@img/sharp-linux-x64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", + "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linux-x64": "1.2.4" + } + }, + "node_modules/@img/sharp-linuxmusl-arm64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", + "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" + } + }, + "node_modules/@img/sharp-linuxmusl-x64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", + "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-libvips-linuxmusl-x64": "1.2.4" + } + }, + "node_modules/@img/sharp-wasm32": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", + "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==", + "cpu": [ + "wasm32" + ], + "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", + "optional": true, + "dependencies": { + "@emnapi/runtime": "^1.7.0" + }, + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-win32-arm64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz", + "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0 AND LGPL-3.0-or-later", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-win32-ia32": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", + "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==", + "cpu": [ + "ia32" + ], + "license": "Apache-2.0 AND LGPL-3.0-or-later", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@img/sharp-win32-x64": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", + "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0 AND LGPL-3.0-or-later", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.12", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz", + "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.4.3", + "@emnapi/runtime": "^1.4.3", + "@tybys/wasm-util": "^0.10.0" + } + }, + "node_modules/@next/env": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.6.tgz", + "integrity": "sha512-gd8HoHN4ufj73WmR3JmVolrpJR47ILK6LouP5xElPglaVxir6e1a7VzvTvDWkOoPXT9rkkTzyCxBu4yeZfZwcw==", + "license": "MIT" + }, + "node_modules/@next/eslint-plugin-next": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.6.tgz", + "integrity": "sha512-Z8l6o4JWKUl755x4R+wogD86KPeU+Ckw4K+SYG4kHeOJtRenDeK+OSbGcqZpDtbwn9DsJVdir2UxmwXuinUbUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-glob": "3.3.1" + } + }, + "node_modules/@next/swc-darwin-arm64": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.6.tgz", + "integrity": "sha512-ZJGkkcNfYgrrMkqOdZ7zoLa1TOy0qpcMfk/z4Mh/FKUz40gVO+HNQWqmLxf67Z5WB64DRp0dhEbyHfel+6sJUg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-darwin-x64": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.6.tgz", + "integrity": "sha512-v/YLBHIY132Ced3puBJ7YJKw1lqsCrgcNo2aRJlCEyQrrCeRJlvGlnmxhPxNQI3KE3N1DN5r9TPNPvka3nq5RQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-arm64-gnu": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.6.tgz", + "integrity": "sha512-RPOvqlYBbcQjkz9VQQDZ2T2bARIjXZV1KFlt+V2Mr6SW/e4I9fcKsaA0hdyf2FHoTlsV2xnBd5Y912rP/1Ce6w==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-arm64-musl": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.6.tgz", + "integrity": "sha512-URUTu1+dMkxJsPFgm+OeEvq9wf5sujw0EvgYy80TDGHTSLTnIHeqb0Eu8A3sC95IRgjejQL+kC4mw+4yPxiAXA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-x64-gnu": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.6.tgz", + "integrity": "sha512-DOj182mPV8G3UkrayLoREM5YEYI+Dk5wv7Ox9xl1fFibAELEsFD0lDPfHIeILlutMMfdyhlzYPELG3peuKaurw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-x64-musl": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.6.tgz", + "integrity": "sha512-HKQ5SP/V/ub73UvF7n/zeJlxk2kLmtL7Wzrg4WfmkjmNos5onJ2tKu7yZOPdL18A6Svfn3max29ym+ry7NkK4g==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-arm64-msvc": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.6.tgz", + "integrity": "sha512-LZXpTlPyS5v7HhSmnvsLGP3iIYgYOBnc8r8ArlT55sGHV89bR2HlDdBjWQ+PY6SJMmk8TuVGFuxalnP3k/0Dwg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-x64-msvc": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.6.tgz", + "integrity": "sha512-F0+4i0h9J6C4eE3EAPWsoCk7UW/dbzOjyzxY0qnDUOYFu6FFmdZ6l97/XdV3/Nz3VYyO7UWjyEJUXkGqcoXfMA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@noble/ciphers": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-2.2.0.tgz", + "integrity": "sha512-Z6pjIZ/8IJcCGzb2S/0Px5J81yij85xASuk1teLNeg75bfT07MV3a/O2Mtn1I2se43k3lkVEcFaR10N4cgQcZA==", + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@noble/hashes": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", + "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nolyfill/is-core-module": { + "version": "1.0.39", + "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz", + "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.4.0" + } + }, + "node_modules/@opentelemetry/semantic-conventions": { + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.41.1.tgz", + "integrity": "sha512-/UhIkaZgPutTFmQ7RnIJGgDXZmtEJ7Dvi86xNTFWcnRxVRNk/aotsqDJYeEvDP+FSMB2SdW+pQzNMcWP0rwuNA==", + "license": "Apache-2.0", + "engines": { + "node": ">=14" + } + }, + "node_modules/@rtsao/scc": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz", + "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==", + "dev": true, + "license": "MIT" + }, + "node_modules/@standard-schema/spec": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", + "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", + "license": "MIT" + }, + "node_modules/@swc/helpers": { + "version": "0.5.15", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz", + "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.8.0" + } + }, + "node_modules/@tailwindcss/node": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz", + "integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/remapping": "^2.3.5", + "enhanced-resolve": "^5.21.0", + "jiti": "^2.6.1", + "lightningcss": "1.32.0", + "magic-string": "^0.30.21", + "source-map-js": "^1.2.1", + "tailwindcss": "4.3.0" + } + }, + "node_modules/@tailwindcss/oxide": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz", + "integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 20" + }, + "optionalDependencies": { + "@tailwindcss/oxide-android-arm64": "4.3.0", + "@tailwindcss/oxide-darwin-arm64": "4.3.0", + "@tailwindcss/oxide-darwin-x64": "4.3.0", + "@tailwindcss/oxide-freebsd-x64": "4.3.0", + "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0", + "@tailwindcss/oxide-linux-arm64-gnu": "4.3.0", + "@tailwindcss/oxide-linux-arm64-musl": "4.3.0", + "@tailwindcss/oxide-linux-x64-gnu": "4.3.0", + "@tailwindcss/oxide-linux-x64-musl": "4.3.0", + "@tailwindcss/oxide-wasm32-wasi": "4.3.0", + "@tailwindcss/oxide-win32-arm64-msvc": "4.3.0", + "@tailwindcss/oxide-win32-x64-msvc": "4.3.0" + } + }, + "node_modules/@tailwindcss/oxide-android-arm64": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz", + "integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-darwin-arm64": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz", + "integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-darwin-x64": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz", + "integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-freebsd-x64": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz", + "integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz", + "integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz", + "integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-musl": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz", + "integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-gnu": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz", + "integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-musl": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz", + "integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz", + "integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==", + "bundleDependencies": [ + "@napi-rs/wasm-runtime", + "@emnapi/core", + "@emnapi/runtime", + "@tybys/wasm-util", + "@emnapi/wasi-threads", + "tslib" + ], + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.10.0", + "@emnapi/runtime": "^1.10.0", + "@emnapi/wasi-threads": "^1.2.1", + "@napi-rs/wasm-runtime": "^1.1.4", + "@tybys/wasm-util": "^0.10.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz", + "integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-win32-x64-msvc": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz", + "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/postcss": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.0.tgz", + "integrity": "sha512-Jm05Tjx+9yCLGv5qw1c+84Psds8MnyrEQYCB+FFk2lgGiUjlRqdxke4mVTuYrj2xnVZqKim2Apr5ySuQRYAw/w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@alloc/quick-lru": "^5.2.0", + "@tailwindcss/node": "4.3.0", + "@tailwindcss/oxide": "4.3.0", + "postcss": "^8.5.10", + "tailwindcss": "4.3.0" + } + }, + "node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", + "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@types/estree": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", + "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.3.tgz", + "integrity": "sha512-PwFvSKsXGShKGW6n5bZOhGHEcCZXM8HofLK9fNsEwZXzFRjoY+XT1Vsf1zgyXdwTr0ZYz1/2tkZ0DBTT9jZjhw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/regexpp": "^4.12.2", + "@typescript-eslint/scope-manager": "8.59.3", + "@typescript-eslint/type-utils": "8.59.3", + "@typescript-eslint/utils": "8.59.3", + "@typescript-eslint/visitor-keys": "8.59.3", + "ignore": "^7.0.5", + "natural-compare": "^1.4.0", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^8.59.3", + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", + "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.3.tgz", + "integrity": "sha512-HPwA+hVkfcriajbNvTmZv4VRauibay+cWArYUYq7u7W7PmGShMxbPxLvrwDme55a6d5alG3nrYfhyJ/G28XlLg==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@typescript-eslint/scope-manager": "8.59.3", + "@typescript-eslint/types": "8.59.3", + "@typescript-eslint/typescript-estree": "8.59.3", + "@typescript-eslint/visitor-keys": "8.59.3", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/project-service": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.3.tgz", + "integrity": "sha512-ECiUWa/KYRGDFUqTNehaRgzDshnJfkTABJxVemHk4ko22gcr0ukloKjWvyQ64g8YCV/UI47kN1dbmjf/GaQYng==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/tsconfig-utils": "^8.59.3", + "@typescript-eslint/types": "^8.59.3", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz", + "integrity": "sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.59.3", + "@typescript-eslint/visitor-keys": "8.59.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.3.tgz", + "integrity": "sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/type-utils": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.3.tgz", + "integrity": "sha512-g71d8QD8UaiHGvrJwyIS1hCX5r63w6Jll+4VEYhEAHXTDIqX1JgxhTAbEHtKntL9kuc4jRo7/GWw5xfCepSccQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.59.3", + "@typescript-eslint/typescript-estree": "8.59.3", + "@typescript-eslint/utils": "8.59.3", + "debug": "^4.4.3", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/types": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.3.tgz", + "integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.3.tgz", + "integrity": "sha512-CbRjVRAf7Lr9Kr8RopKcbY45p2VfmmHrm0ygOCYFi7oU8q19m0Fs/6iHS7kNOmwpp+ob07ZVcAqlxUod9lYdmg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/project-service": "8.59.3", + "@typescript-eslint/tsconfig-utils": "8.59.3", + "@typescript-eslint/types": "8.59.3", + "@typescript-eslint/visitor-keys": "8.59.3", + "debug": "^4.4.3", + "minimatch": "^10.2.2", + "semver": "^7.7.3", + "tinyglobby": "^0.2.15", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", + "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.5" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", + "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/utils": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.3.tgz", + "integrity": "sha512-JAvT14goBzRzzzZyqq3P9BLArIxTtQURUtFgQ/V7FO+eU+Gg6ES+5ymOPP1wRxXcxAYeivCk4uS3jCKWI1K8Zg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-community/eslint-utils": "^4.9.1", + "@typescript-eslint/scope-manager": "8.59.3", + "@typescript-eslint/types": "8.59.3", + "@typescript-eslint/typescript-estree": "8.59.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz", + "integrity": "sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.59.3", + "eslint-visitor-keys": "^5.0.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@unrs/resolver-binding-android-arm-eabi": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz", + "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@unrs/resolver-binding-android-arm64": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz", + "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@unrs/resolver-binding-darwin-arm64": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz", + "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@unrs/resolver-binding-darwin-x64": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz", + "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@unrs/resolver-binding-freebsd-x64": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz", + "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz", + "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz", + "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm64-gnu": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz", + "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm64-musl": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz", + "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz", + "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz", + "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-riscv64-musl": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz", + "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-s390x-gnu": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz", + "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-x64-gnu": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz", + "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-x64-musl": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz", + "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-wasm32-wasi": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz", + "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==", + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@napi-rs/wasm-runtime": "^0.2.11" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@unrs/resolver-binding-win32-arm64-msvc": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz", + "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@unrs/resolver-binding-win32-ia32-msvc": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz", + "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@unrs/resolver-binding-win32-x64-msvc": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz", + "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/acorn": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", + "dev": true, + "license": "MIT", + "peer": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/ajv": { + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz", + "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, + "license": "Python-2.0" + }, + "node_modules/aria-query": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", + "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/array-buffer-byte-length": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", + "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "is-array-buffer": "^3.0.5" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-includes": { + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz", + "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.24.0", + "es-object-atoms": "^1.1.1", + "get-intrinsic": "^1.3.0", + "is-string": "^1.1.1", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.findlast": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", + "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.findlastindex": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz", + "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.9", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "es-shim-unscopables": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flat": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz", + "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flatmap": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz", + "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.tosorted": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz", + "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.3", + "es-errors": "^1.3.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/arraybuffer.prototype.slice": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", + "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "is-array-buffer": "^3.0.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/ast-types-flow": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", + "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/async-function": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", + "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/axe-core": { + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.4.tgz", + "integrity": "sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==", + "dev": true, + "license": "MPL-2.0", + "engines": { + "node": ">=4" + } + }, + "node_modules/axobject-query": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", + "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/babel-plugin-react-compiler": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz", + "integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==", + "devOptional": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/types": "^7.26.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/baseline-browser-mapping": { + "version": "2.10.29", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.29.tgz", + "integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==", + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.cjs" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/better-auth": { + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/better-auth/-/better-auth-1.6.11.tgz", + "integrity": "sha512-Wwt6+q07dwIhsp6XiM7L1qSXVUWBEtNl+eZvwM778CguFqDZFBN9Pt6LtFaHl55t8Z+Zc//5kxcbgDY8/79vFQ==", + "license": "MIT", + "dependencies": { + "@better-auth/core": "1.6.11", + "@better-auth/drizzle-adapter": "1.6.11", + "@better-auth/kysely-adapter": "1.6.11", + "@better-auth/memory-adapter": "1.6.11", + "@better-auth/mongo-adapter": "1.6.11", + "@better-auth/prisma-adapter": "1.6.11", + "@better-auth/telemetry": "1.6.11", + "@better-auth/utils": "0.4.0", + "@better-fetch/fetch": "1.1.21", + "@noble/ciphers": "^2.1.1", + "@noble/hashes": "^2.0.1", + "better-call": "1.3.5", + "defu": "^6.1.4", + "jose": "^6.1.3", + "kysely": "^0.28.17", + "nanostores": "^1.1.1", + "zod": "^4.3.6" + }, + "peerDependencies": { + "@lynx-js/react": "*", + "@prisma/client": "^5.0.0 || ^6.0.0 || ^7.0.0", + "@sveltejs/kit": "^2.0.0", + "@tanstack/react-start": "^1.0.0", + "@tanstack/solid-start": "^1.0.0", + "better-sqlite3": "^12.0.0", + "drizzle-kit": ">=0.31.4", + "drizzle-orm": "^0.45.2", + "mongodb": "^6.0.0 || ^7.0.0", + "mysql2": "^3.0.0", + "next": "^14.0.0 || ^15.0.0 || ^16.0.0", + "pg": "^8.0.0", + "prisma": "^5.0.0 || ^6.0.0 || ^7.0.0", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0", + "solid-js": "^1.0.0", + "svelte": "^4.0.0 || ^5.0.0", + "vitest": "^2.0.0 || ^3.0.0 || ^4.0.0", + "vue": "^3.0.0" + }, + "peerDependenciesMeta": { + "@lynx-js/react": { + "optional": true + }, + "@prisma/client": { + "optional": true + }, + "@sveltejs/kit": { + "optional": true + }, + "@tanstack/react-start": { + "optional": true + }, + "@tanstack/solid-start": { + "optional": true + }, + "better-sqlite3": { + "optional": true + }, + "drizzle-kit": { + "optional": true + }, + "drizzle-orm": { + "optional": true + }, + "mongodb": { + "optional": true + }, + "mysql2": { + "optional": true + }, + "next": { + "optional": true + }, + "pg": { + "optional": true + }, + "prisma": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + }, + "solid-js": { + "optional": true + }, + "svelte": { + "optional": true + }, + "vitest": { + "optional": true + }, + "vue": { + "optional": true + } + } + }, + "node_modules/better-call": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/better-call/-/better-call-1.3.5.tgz", + "integrity": "sha512-kOFJkBP7utAQLEYrobZm3vkTH8mXq5GNgvjc5/XEST1ilVHaxXUXfeDeFlqoETMtyqS4+3/h4ONX2i++ebZrvA==", + "license": "MIT", + "peer": true, + "dependencies": { + "@better-auth/utils": "^0.4.0", + "@better-fetch/fetch": "^1.1.21", + "rou3": "^0.7.12", + "set-cookie-parser": "^3.0.1" + }, + "peerDependencies": { + "zod": "^4.0.0" + }, + "peerDependenciesMeta": { + "zod": { + "optional": true + } + } + }, + "node_modules/better-sqlite3": { + "version": "12.10.0", + "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.10.0.tgz", + "integrity": "sha512-CyzaZRQKyHkB2ZInfTTl2nvT33EbDpjkLEbE8/Zck3Ll6O0qqvuGdrJ45HgtH+HykRg88ITY3AdreBGN70aBSQ==", + "hasInstallScript": true, + "license": "MIT", + "peer": true, + "dependencies": { + "bindings": "^1.5.0", + "prebuild-install": "^7.1.1" + }, + "engines": { + "node": "20.x || 22.x || 23.x || 24.x || 25.x || 26.x" + } + }, + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "license": "MIT", + "dependencies": { + "file-uri-to-path": "1.0.0" + } + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "license": "MIT", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", + "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.28.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz", + "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "peer": true, + "dependencies": { + "baseline-browser-mapping": "^2.10.12", + "caniuse-lite": "^1.0.30001782", + "electron-to-chromium": "^1.5.328", + "node-releases": "^2.0.36", + "update-browserslist-db": "^1.2.3" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/call-bind": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz", + "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "get-intrinsic": "^1.3.0", + "set-function-length": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001792", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz", + "integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "license": "ISC" + }, + "node_modules/client-only": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", + "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", + "license": "MIT" + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true, + "license": "MIT" + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/damerau-levenshtein": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/data-view-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", + "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-length": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", + "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/inspect-js" + } + }, + "node_modules/data-view-byte-offset": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", + "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "license": "MIT", + "dependencies": { + "mimic-response": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "license": "MIT", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/defu": { + "version": "6.1.7", + "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz", + "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==", + "license": "MIT" + }, + "node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.5.353", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.353.tgz", + "integrity": "sha512-kOrWphBi8TOZyiJZqsgqIle0lw+tzmnQK83pV9dZUd01Nm2POECSyFQMAuarzZdYqQW7FH9RaYOuaRo3h+bQ3w==", + "dev": true, + "license": "ISC" + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true, + "license": "MIT" + }, + "node_modules/end-of-stream": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", + "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", + "license": "MIT", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.21.3", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.3.tgz", + "integrity": "sha512-QyL119InA+XXEkNLNTPCXPugSvOfhwv0JOlGNzvxs0hZaiHLNvXSpudUWsOlsXGWJh8G6ckCScEkVHfX3kw/2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.3.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/es-abstract": { + "version": "1.24.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz", + "integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-buffer-byte-length": "^1.0.2", + "arraybuffer.prototype.slice": "^1.0.4", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "data-view-buffer": "^1.0.2", + "data-view-byte-length": "^1.0.2", + "data-view-byte-offset": "^1.0.1", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "es-set-tostringtag": "^2.1.0", + "es-to-primitive": "^1.3.0", + "function.prototype.name": "^1.1.8", + "get-intrinsic": "^1.3.0", + "get-proto": "^1.0.1", + "get-symbol-description": "^1.1.0", + "globalthis": "^1.0.4", + "gopd": "^1.2.0", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "internal-slot": "^1.1.0", + "is-array-buffer": "^3.0.5", + "is-callable": "^1.2.7", + "is-data-view": "^1.0.2", + "is-negative-zero": "^2.0.3", + "is-regex": "^1.2.1", + "is-set": "^2.0.3", + "is-shared-array-buffer": "^1.0.4", + "is-string": "^1.1.1", + "is-typed-array": "^1.1.15", + "is-weakref": "^1.1.1", + "math-intrinsics": "^1.1.0", + "object-inspect": "^1.13.4", + "object-keys": "^1.1.1", + "object.assign": "^4.1.7", + "own-keys": "^1.0.1", + "regexp.prototype.flags": "^1.5.4", + "safe-array-concat": "^1.1.3", + "safe-push-apply": "^1.0.0", + "safe-regex-test": "^1.1.0", + "set-proto": "^1.0.0", + "stop-iteration-iterator": "^1.1.0", + "string.prototype.trim": "^1.2.10", + "string.prototype.trimend": "^1.0.9", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.3", + "typed-array-byte-length": "^1.0.3", + "typed-array-byte-offset": "^1.0.4", + "typed-array-length": "^1.0.7", + "unbox-primitive": "^1.1.0", + "which-typed-array": "^1.1.19" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-iterator-helpers": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.2.tgz", + "integrity": "sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.9", + "call-bound": "^1.0.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.24.2", + "es-errors": "^1.3.0", + "es-set-tostringtag": "^2.1.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.3.0", + "globalthis": "^1.0.4", + "gopd": "^1.2.0", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.2.0", + "has-symbols": "^1.1.0", + "internal-slot": "^1.1.0", + "iterator.prototype": "^1.1.5", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-shim-unscopables": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz", + "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==", + "dev": true, + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-to-primitive": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", + "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-callable": "^1.2.7", + "is-date-object": "^1.0.5", + "is-symbol": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "9.39.4", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz", + "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.8.0", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.21.2", + "@eslint/config-helpers": "^0.4.2", + "@eslint/core": "^0.17.0", + "@eslint/eslintrc": "^3.3.5", + "@eslint/js": "9.39.4", + "@eslint/plugin-kit": "^0.4.1", + "@humanfs/node": "^0.16.6", + "@humanwhocodes/module-importer": "^1.0.1", + "@humanwhocodes/retry": "^0.4.2", + "@types/estree": "^1.0.6", + "ajv": "^6.14.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.6", + "debug": "^4.3.2", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^8.4.0", + "eslint-visitor-keys": "^4.2.1", + "espree": "^10.4.0", + "esquery": "^1.5.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^8.0.0", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.5", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "jiti": "*" + }, + "peerDependenciesMeta": { + "jiti": { + "optional": true + } + } + }, + "node_modules/eslint-config-next": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.2.6.tgz", + "integrity": "sha512-z2ELYSkyrrJ6cuunTU8vhsT/RpouPkjaSah06nVW6Rg2Hpg0Vs8s497/e5s8G8qtdp4ccsiovz5P1rv+5VSW2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@next/eslint-plugin-next": "16.2.6", + "eslint-import-resolver-node": "^0.3.6", + "eslint-import-resolver-typescript": "^3.5.2", + "eslint-plugin-import": "^2.32.0", + "eslint-plugin-jsx-a11y": "^6.10.0", + "eslint-plugin-react": "^7.37.0", + "eslint-plugin-react-hooks": "^7.0.0", + "globals": "16.4.0", + "typescript-eslint": "^8.46.0" + }, + "peerDependencies": { + "eslint": ">=9.0.0", + "typescript": ">=3.3.1" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/eslint-config-next/node_modules/globals": { + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", + "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint-import-resolver-node": { + "version": "0.3.10", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.10.tgz", + "integrity": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^3.2.7", + "is-core-module": "^2.16.1", + "resolve": "^2.0.0-next.6" + } + }, + "node_modules/eslint-import-resolver-node/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-import-resolver-typescript": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz", + "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "@nolyfill/is-core-module": "1.0.39", + "debug": "^4.4.0", + "get-tsconfig": "^4.10.0", + "is-bun-module": "^2.0.0", + "stable-hash": "^0.0.5", + "tinyglobby": "^0.2.13", + "unrs-resolver": "^1.6.2" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint-import-resolver-typescript" + }, + "peerDependencies": { + "eslint": "*", + "eslint-plugin-import": "*", + "eslint-plugin-import-x": "*" + }, + "peerDependenciesMeta": { + "eslint-plugin-import": { + "optional": true + }, + "eslint-plugin-import-x": { + "optional": true + } + } + }, + "node_modules/eslint-module-utils": { + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz", + "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^3.2.7" + }, + "engines": { + "node": ">=4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + } + }, + "node_modules/eslint-module-utils/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-import": { + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz", + "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", + "dev": true, + "license": "MIT", + "peer": true, + "dependencies": { + "@rtsao/scc": "^1.1.0", + "array-includes": "^3.1.9", + "array.prototype.findlastindex": "^1.2.6", + "array.prototype.flat": "^1.3.3", + "array.prototype.flatmap": "^1.3.3", + "debug": "^3.2.7", + "doctrine": "^2.1.0", + "eslint-import-resolver-node": "^0.3.9", + "eslint-module-utils": "^2.12.1", + "hasown": "^2.0.2", + "is-core-module": "^2.16.1", + "is-glob": "^4.0.3", + "minimatch": "^3.1.2", + "object.fromentries": "^2.0.8", + "object.groupby": "^1.0.3", + "object.values": "^1.2.1", + "semver": "^6.3.1", + "string.prototype.trimend": "^1.0.9", + "tsconfig-paths": "^3.15.0" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" + } + }, + "node_modules/eslint-plugin-import/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-jsx-a11y": { + "version": "6.10.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", + "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "aria-query": "^5.3.2", + "array-includes": "^3.1.8", + "array.prototype.flatmap": "^1.3.2", + "ast-types-flow": "^0.0.8", + "axe-core": "^4.10.0", + "axobject-query": "^4.1.0", + "damerau-levenshtein": "^1.0.8", + "emoji-regex": "^9.2.2", + "hasown": "^2.0.2", + "jsx-ast-utils": "^3.3.5", + "language-tags": "^1.0.9", + "minimatch": "^3.1.2", + "object.fromentries": "^2.0.8", + "safe-regex-test": "^1.0.3", + "string.prototype.includes": "^2.0.1" + }, + "engines": { + "node": ">=4.0" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9" + } + }, + "node_modules/eslint-plugin-react": { + "version": "7.37.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz", + "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-includes": "^3.1.8", + "array.prototype.findlast": "^1.2.5", + "array.prototype.flatmap": "^1.3.3", + "array.prototype.tosorted": "^1.1.4", + "doctrine": "^2.1.0", + "es-iterator-helpers": "^1.2.1", + "estraverse": "^5.3.0", + "hasown": "^2.0.2", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.9", + "object.fromentries": "^2.0.8", + "object.values": "^1.2.1", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.5", + "semver": "^6.3.1", + "string.prototype.matchall": "^4.0.12", + "string.prototype.repeat": "^1.0.0" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" + } + }, + "node_modules/eslint-plugin-react-hooks": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz", + "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.24.4", + "@babel/parser": "^7.24.4", + "hermes-parser": "^0.25.1", + "zod": "^3.25.0 || ^4.0.0", + "zod-validation-error": "^3.5.0 || ^4.0.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0" + } + }, + "node_modules/eslint-scope": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", + "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", + "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/espree": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", + "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.15.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.2.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esquery": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz", + "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-template": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", + "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", + "license": "(MIT OR WTFPL)", + "engines": { + "node": ">=6" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-glob": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fastq": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", + "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", + "dev": true, + "license": "ISC", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/file-entry-cache": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "flat-cache": "^4.0.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "license": "MIT" + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "dev": true, + "license": "MIT", + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.4" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/flatted": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz", + "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==", + "dev": true, + "license": "ISC" + }, + "node_modules/for-each": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", + "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-callable": "^1.2.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "license": "MIT" + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/function.prototype.name": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", + "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "functions-have-names": "^1.2.3", + "hasown": "^2.0.2", + "is-callable": "^1.2.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/generator-function": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", + "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "dev": true, + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/get-symbol-description": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", + "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-tsconfig": { + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.14.0.tgz", + "integrity": "sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve-pkg-maps": "^1.0.0" + }, + "funding": { + "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" + } + }, + "node_modules/github-from-package": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", + "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==", + "license": "MIT" + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/globals": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globalthis": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-properties": "^1.2.1", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/has-bigints": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", + "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", + "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz", + "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hermes-estree": { + "version": "0.25.1", + "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz", + "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==", + "dev": true, + "license": "MIT" + }, + "node_modules/hermes-parser": { + "version": "0.25.1", + "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz", + "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "hermes-estree": "0.25.1" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-fresh": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "license": "ISC" + }, + "node_modules/internal-slot": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", + "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "hasown": "^2.0.2", + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", + "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-async-function": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", + "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "async-function": "^1.0.0", + "call-bound": "^1.0.3", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-bigint": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", + "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-bigints": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-boolean-object": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", + "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-bun-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz", + "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "^7.7.1" + } + }, + "node_modules/is-bun-module/node_modules/semver": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", + "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-core-module": { + "version": "2.16.2", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz", + "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==", + "dev": true, + "license": "MIT", + "dependencies": { + "hasown": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-view": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", + "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-date-object": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", + "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-finalizationregistry": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", + "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-generator-function": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", + "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.4", + "generator-function": "^2.0.0", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-negative-zero": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", + "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", + "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-regex": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-set": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", + "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-string": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", + "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", + "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "has-symbols": "^1.1.0", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", + "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "which-typed-array": "^1.1.16" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakref": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", + "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", + "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true, + "license": "MIT" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true, + "license": "ISC" + }, + "node_modules/iterator.prototype": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz", + "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.6", + "get-proto": "^1.0.0", + "has-symbols": "^1.1.0", + "set-function-name": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/jiti": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz", + "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/jose": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz", + "integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==", + "license": "MIT", + "peer": true, + "funding": { + "url": "https://github.com/sponsors/panva" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsx-ast-utils": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "object.assign": "^4.1.4", + "object.values": "^1.1.6" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/kysely": { + "version": "0.28.17", + "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.17.tgz", + "integrity": "sha512-nbD8lB9EB3wNdMhOCdx5Li8DxnLbvKByylRLcJ1h+4SkrowVeECAyZlyiKMThF7xFdRz0jSQ2MoJr+wXux2y0Q==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=20.0.0" + } + }, + "node_modules/language-subtag-registry": { + "version": "0.3.23", + "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz", + "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", + "dev": true, + "license": "CC0-1.0" + }, + "node_modules/language-tags": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz", + "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==", + "dev": true, + "license": "MIT", + "dependencies": { + "language-subtag-registry": "^0.3.20" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lightningcss": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", + "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "detect-libc": "^2.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-android-arm64": "1.32.0", + "lightningcss-darwin-arm64": "1.32.0", + "lightningcss-darwin-x64": "1.32.0", + "lightningcss-freebsd-x64": "1.32.0", + "lightningcss-linux-arm-gnueabihf": "1.32.0", + "lightningcss-linux-arm64-gnu": "1.32.0", + "lightningcss-linux-arm64-musl": "1.32.0", + "lightningcss-linux-x64-gnu": "1.32.0", + "lightningcss-linux-x64-musl": "1.32.0", + "lightningcss-win32-arm64-msvc": "1.32.0", + "lightningcss-win32-x64-msvc": "1.32.0" + } + }, + "node_modules/lightningcss-android-arm64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", + "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-arm64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", + "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", + "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-freebsd-x64": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", + "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", + "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", + "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", + "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", + "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", + "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", + "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", + "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/magic-string": { + "version": "0.30.21", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", + "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.5" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/minimatch": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/mkdirp-classic": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", + "license": "MIT" + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/nanoid": { + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", + "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/nanostores": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-1.3.0.tgz", + "integrity": "sha512-XPUa/jz+P1oJvN9VBxw4L9MtdFfaH3DAryqPssqhb2kXjmb9npz0dly6rCsgFWOPr4Yg9mTfM3MDZgZZ+7A3lA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "peer": true, + "engines": { + "node": "^20.0.0 || >=22.0.0" + } + }, + "node_modules/napi-build-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz", + "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==", + "license": "MIT" + }, + "node_modules/napi-postinstall": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz", + "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==", + "dev": true, + "license": "MIT", + "bin": { + "napi-postinstall": "lib/cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/napi-postinstall" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true, + "license": "MIT" + }, + "node_modules/next": { + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/next/-/next-16.2.6.tgz", + "integrity": "sha512-qOVgKJg1+At15NpeUP+eJgCHvTCgXsogweq87Ri/Ix7PkqQHg4sdaXmSFqKlgaIXE4kW0g25LE68W87UANlHtw==", + "license": "MIT", + "peer": true, + "dependencies": { + "@next/env": "16.2.6", + "@swc/helpers": "0.5.15", + "baseline-browser-mapping": "^2.9.19", + "caniuse-lite": "^1.0.30001579", + "postcss": "8.4.31", + "styled-jsx": "5.1.6" + }, + "bin": { + "next": "dist/bin/next" + }, + "engines": { + "node": ">=20.9.0" + }, + "optionalDependencies": { + "@next/swc-darwin-arm64": "16.2.6", + "@next/swc-darwin-x64": "16.2.6", + "@next/swc-linux-arm64-gnu": "16.2.6", + "@next/swc-linux-arm64-musl": "16.2.6", + "@next/swc-linux-x64-gnu": "16.2.6", + "@next/swc-linux-x64-musl": "16.2.6", + "@next/swc-win32-arm64-msvc": "16.2.6", + "@next/swc-win32-x64-msvc": "16.2.6", + "sharp": "^0.34.5" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.1.0", + "@playwright/test": "^1.51.1", + "babel-plugin-react-compiler": "*", + "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", + "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", + "sass": "^1.3.0" + }, + "peerDependenciesMeta": { + "@opentelemetry/api": { + "optional": true + }, + "@playwright/test": { + "optional": true + }, + "babel-plugin-react-compiler": { + "optional": true + }, + "sass": { + "optional": true + } + } + }, + "node_modules/next/node_modules/postcss": { + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/node-abi": { + "version": "3.92.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.92.0.tgz", + "integrity": "sha512-KdHvFWZjEKDf0cakgFjebl371GPsISX2oZHcuyKqM7DtogIsHrqKeLTo8wBHxaXRAQlY2PsPlZmfo+9ZCxEREQ==", + "license": "MIT", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-abi/node_modules/semver": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", + "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-exports-info": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz", + "integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==", + "dev": true, + "license": "MIT", + "dependencies": { + "array.prototype.flatmap": "^1.3.3", + "es-errors": "^1.3.0", + "object.entries": "^1.1.9", + "semver": "^6.3.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/node-releases": { + "version": "2.0.44", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.44.tgz", + "integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", + "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0", + "has-symbols": "^1.1.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.entries": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz", + "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.fromentries": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", + "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.groupby": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", + "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.values": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz", + "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/optionator": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.5" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/own-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", + "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.6", + "object-keys": "^1.1.1", + "safe-push-apply": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true, + "license": "MIT" + }, + "node_modules/pg": { + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.20.0.tgz", + "integrity": "sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA==", + "license": "MIT", + "peer": true, + "dependencies": { + "pg-connection-string": "^2.12.0", + "pg-pool": "^3.13.0", + "pg-protocol": "^1.13.0", + "pg-types": "2.2.0", + "pgpass": "1.0.5" + }, + "engines": { + "node": ">= 16.0.0" + }, + "optionalDependencies": { + "pg-cloudflare": "^1.3.0" + }, + "peerDependencies": { + "pg-native": ">=3.0.1" + }, + "peerDependenciesMeta": { + "pg-native": { + "optional": true + } + } + }, + "node_modules/pg-cloudflare": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.3.0.tgz", + "integrity": "sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==", + "license": "MIT", + "optional": true + }, + "node_modules/pg-connection-string": { + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.12.0.tgz", + "integrity": "sha512-U7qg+bpswf3Cs5xLzRqbXbQl85ng0mfSV/J0nnA31MCLgvEaAo7CIhmeyrmJpOr7o+zm0rXK+hNnT5l9RHkCkQ==", + "license": "MIT" + }, + "node_modules/pg-int8": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", + "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==", + "license": "ISC", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/pg-pool": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.13.0.tgz", + "integrity": "sha512-gB+R+Xud1gLFuRD/QgOIgGOBE2KCQPaPwkzBBGC9oG69pHTkhQeIuejVIk3/cnDyX39av2AxomQiyPT13WKHQA==", + "license": "MIT", + "peerDependencies": { + "pg": ">=8.0" + } + }, + "node_modules/pg-protocol": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.13.0.tgz", + "integrity": "sha512-zzdvXfS6v89r6v7OcFCHfHlyG/wvry1ALxZo4LqgUoy7W9xhBDMaqOuMiF3qEV45VqsN6rdlcehHrfDtlCPc8w==", + "license": "MIT" + }, + "node_modules/pg-types": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz", + "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", + "license": "MIT", + "dependencies": { + "pg-int8": "1.0.1", + "postgres-array": "~2.0.0", + "postgres-bytea": "~1.0.0", + "postgres-date": "~1.0.4", + "postgres-interval": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pgpass": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", + "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", + "license": "MIT", + "dependencies": { + "split2": "^4.1.0" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/possible-typed-array-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", + "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/postcss": { + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postgres-array": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", + "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/postgres-bytea": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz", + "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-date": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz", + "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postgres-interval": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz", + "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", + "license": "MIT", + "dependencies": { + "xtend": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/prebuild-install": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz", + "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==", + "deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.", + "license": "MIT", + "dependencies": { + "detect-libc": "^2.0.0", + "expand-template": "^2.0.3", + "github-from-package": "0.0.0", + "minimist": "^1.2.3", + "mkdirp-classic": "^0.5.3", + "napi-build-utils": "^2.0.0", + "node-abi": "^3.3.0", + "pump": "^3.0.0", + "rc": "^1.2.7", + "simple-get": "^4.0.0", + "tar-fs": "^2.0.0", + "tunnel-agent": "^0.6.0" + }, + "bin": { + "prebuild-install": "bin.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dev": true, + "license": "MIT", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/pump": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz", + "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==", + "license": "MIT", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/rc/node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react": { + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-dom": { + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", + "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", + "license": "MIT", + "peer": true, + "dependencies": { + "scheduler": "^0.27.0" + }, + "peerDependencies": { + "react": "^19.2.4" + } + }, + "node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/reflect.getprototypeof": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", + "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.9", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.1", + "which-builtin-type": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regexp.prototype.flags": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", + "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "set-function-name": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve": { + "version": "2.0.0-next.6", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz", + "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "is-core-module": "^2.16.1", + "node-exports-info": "^1.6.0", + "object-keys": "^1.1.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-pkg-maps": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" + } + }, + "node_modules/reusify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", + "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", + "dev": true, + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rou3": { + "version": "0.7.12", + "resolved": "https://registry.npmjs.org/rou3/-/rou3-0.7.12.tgz", + "integrity": "sha512-iFE4hLDuloSWcD7mjdCDhx2bKcIsYbtOTpfH5MHHLSKMOUyjqQXTeZVa289uuwEGEKFoE/BAPbhaU4B774nceg==", + "license": "MIT" + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-array-concat": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.4.tgz", + "integrity": "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.9", + "call-bound": "^1.0.4", + "get-intrinsic": "^1.3.0", + "has-symbols": "^1.1.0", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">=0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safe-push-apply": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", + "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-regex-test": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", + "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-regex": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/scheduler": { + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", + "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", + "license": "MIT" + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/set-cookie-parser": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.1.0.tgz", + "integrity": "sha512-kjnC1DXBHcxaOaOXBHBeRtltsDG2nUiUni+jP92M9gYdW12rsmx92UsfpH7o5tDRs7I1ZZPSQJQGv3UaRfCiuw==", + "license": "MIT" + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-proto": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", + "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/sharp": { + "version": "0.34.5", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz", + "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==", + "hasInstallScript": true, + "license": "Apache-2.0", + "optional": true, + "dependencies": { + "@img/colour": "^1.0.0", + "detect-libc": "^2.1.2", + "semver": "^7.7.3" + }, + "engines": { + "node": "^18.17.0 || ^20.3.0 || >=21.0.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + }, + "optionalDependencies": { + "@img/sharp-darwin-arm64": "0.34.5", + "@img/sharp-darwin-x64": "0.34.5", + "@img/sharp-libvips-darwin-arm64": "1.2.4", + "@img/sharp-libvips-darwin-x64": "1.2.4", + "@img/sharp-libvips-linux-arm": "1.2.4", + "@img/sharp-libvips-linux-arm64": "1.2.4", + "@img/sharp-libvips-linux-ppc64": "1.2.4", + "@img/sharp-libvips-linux-riscv64": "1.2.4", + "@img/sharp-libvips-linux-s390x": "1.2.4", + "@img/sharp-libvips-linux-x64": "1.2.4", + "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", + "@img/sharp-libvips-linuxmusl-x64": "1.2.4", + "@img/sharp-linux-arm": "0.34.5", + "@img/sharp-linux-arm64": "0.34.5", + "@img/sharp-linux-ppc64": "0.34.5", + "@img/sharp-linux-riscv64": "0.34.5", + "@img/sharp-linux-s390x": "0.34.5", + "@img/sharp-linux-x64": "0.34.5", + "@img/sharp-linuxmusl-arm64": "0.34.5", + "@img/sharp-linuxmusl-x64": "0.34.5", + "@img/sharp-wasm32": "0.34.5", + "@img/sharp-win32-arm64": "0.34.5", + "@img/sharp-win32-ia32": "0.34.5", + "@img/sharp-win32-x64": "0.34.5" + } + }, + "node_modules/sharp/node_modules/semver": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", + "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", + "license": "ISC", + "optional": true, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz", + "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/simple-get": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", + "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "decompress-response": "^6.0.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" + } + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split2": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", + "license": "ISC", + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/stable-hash": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz", + "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==", + "dev": true, + "license": "MIT" + }, + "node_modules/stop-iteration-iterator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz", + "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "internal-slot": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string.prototype.includes": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz", + "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.3" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/string.prototype.matchall": { + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz", + "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.6", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.6", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "internal-slot": "^1.1.0", + "regexp.prototype.flags": "^1.5.3", + "set-function-name": "^2.0.2", + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.repeat": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", + "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", + "dev": true, + "license": "MIT", + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "node_modules/string.prototype.trim": { + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", + "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-data-property": "^1.1.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-object-atoms": "^1.0.0", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", + "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/styled-jsx": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz", + "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==", + "license": "MIT", + "dependencies": { + "client-only": "0.0.1" + }, + "engines": { + "node": ">= 12.0.0" + }, + "peerDependencies": { + "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "babel-plugin-macros": { + "optional": true + } + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/tailwindcss": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", + "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/tapable": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz", + "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/tar-fs": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz", + "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==", + "license": "MIT", + "dependencies": { + "chownr": "^1.1.1", + "mkdirp-classic": "^0.5.2", + "pump": "^3.0.0", + "tar-stream": "^2.1.4" + } + }, + "node_modules/tar-stream": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", + "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", + "license": "MIT", + "dependencies": { + "bl": "^4.0.3", + "end-of-stream": "^1.4.1", + "fs-constants": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tinyglobby": { + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", + "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", + "dev": true, + "license": "MIT", + "dependencies": { + "fdir": "^6.5.0", + "picomatch": "^4.0.4" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/tinyglobby/node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/tinyglobby/node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/ts-api-utils": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz", + "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.12" + }, + "peerDependencies": { + "typescript": ">=4.8.4" + } + }, + "node_modules/tsconfig-paths": { + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", + "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/json5": "^0.0.29", + "json5": "^1.0.2", + "minimist": "^1.2.6", + "strip-bom": "^3.0.0" + } + }, + "node_modules/tsconfig-paths/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "license": "Apache-2.0", + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "license": "MIT", + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/typed-array-buffer": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", + "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.14" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/typed-array-byte-length": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", + "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "for-each": "^0.3.3", + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.14" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-byte-offset": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", + "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "for-each": "^0.3.3", + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.15", + "reflect.getprototypeof": "^1.0.9" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-length": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", + "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0", + "reflect.getprototypeof": "^1.0.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typescript": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", + "dev": true, + "license": "Apache-2.0", + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/typescript-eslint": { + "version": "8.59.3", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.3.tgz", + "integrity": "sha512-KgusgyDgG4LI8Ih/sWaCtZ06tckLAS5CvT5A4D1Q7bYVoAAyzwiZvE4BmwDHkhRVkvhRBepKeASoFzQetha7Fg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/eslint-plugin": "8.59.3", + "@typescript-eslint/parser": "8.59.3", + "@typescript-eslint/typescript-estree": "8.59.3", + "@typescript-eslint/utils": "8.59.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/unbox-primitive": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", + "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "has-bigints": "^1.0.2", + "has-symbols": "^1.1.0", + "which-boxed-primitive": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/unrs-resolver": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz", + "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "napi-postinstall": "^0.3.0" + }, + "funding": { + "url": "https://opencollective.com/unrs-resolver" + }, + "optionalDependencies": { + "@unrs/resolver-binding-android-arm-eabi": "1.11.1", + "@unrs/resolver-binding-android-arm64": "1.11.1", + "@unrs/resolver-binding-darwin-arm64": "1.11.1", + "@unrs/resolver-binding-darwin-x64": "1.11.1", + "@unrs/resolver-binding-freebsd-x64": "1.11.1", + "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1", + "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1", + "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1", + "@unrs/resolver-binding-linux-arm64-musl": "1.11.1", + "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1", + "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1", + "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1", + "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1", + "@unrs/resolver-binding-linux-x64-gnu": "1.11.1", + "@unrs/resolver-binding-linux-x64-musl": "1.11.1", + "@unrs/resolver-binding-wasm32-wasi": "1.11.1", + "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1", + "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1", + "@unrs/resolver-binding-win32-x64-msvc": "1.11.1" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", + "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-bigint": "^1.1.0", + "is-boolean-object": "^1.2.1", + "is-number-object": "^1.1.1", + "is-string": "^1.1.1", + "is-symbol": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-builtin-type": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", + "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "function.prototype.name": "^1.1.6", + "has-tostringtag": "^1.0.2", + "is-async-function": "^2.0.0", + "is-date-object": "^1.1.0", + "is-finalizationregistry": "^1.1.0", + "is-generator-function": "^1.0.10", + "is-regex": "^1.2.1", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.1.0", + "which-collection": "^1.0.2", + "which-typed-array": "^1.1.16" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.20", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz", + "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==", + "dev": true, + "license": "MIT", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "for-each": "^0.3.5", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "license": "ISC" + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "license": "MIT", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true, + "license": "ISC" + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "peer": true, + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, + "node_modules/zod-validation-error": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz", + "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "zod": "^3.25.0 || ^4.0.0" + } + } + } +} diff --git a/communities/174bg/174bg.net/package.json b/communities/174bg/174bg.net/package.json new file mode 100644 index 0000000..262d38e --- /dev/null +++ b/communities/174bg/174bg.net/package.json @@ -0,0 +1,27 @@ +{ + "name": "174gb.net", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "eslint" + }, + "dependencies": { + "@heroicons/react": "^2.2.0", + "better-auth": "^1.6.11", + "better-sqlite3": "^12.10.0", + "next": "16.2.6", + "pg": "^8.20.0", + "react": "19.2.4", + "react-dom": "19.2.4" + }, + "devDependencies": { + "@tailwindcss/postcss": "^4", + "babel-plugin-react-compiler": "1.0.0", + "eslint": "^9", + "eslint-config-next": "16.2.6", + "tailwindcss": "^4" + } +} diff --git a/communities/174bg/174bg.net/postcss.config.mjs b/communities/174bg/174bg.net/postcss.config.mjs new file mode 100644 index 0000000..61e3684 --- /dev/null +++ b/communities/174bg/174bg.net/postcss.config.mjs @@ -0,0 +1,7 @@ +const config = { + plugins: { + "@tailwindcss/postcss": {}, + }, +}; + +export default config; diff --git a/communities/174bg/174bg.net/public/favicon.png b/communities/174bg/174bg.net/public/favicon.png new file mode 100644 index 0000000..f07c86c Binary files /dev/null and b/communities/174bg/174bg.net/public/favicon.png differ diff --git a/communities/174bg/174bg.net/public/handbook/index.html b/communities/174bg/174bg.net/public/handbook/index.html new file mode 100644 index 0000000..bb7eea1 --- /dev/null +++ b/communities/174bg/174bg.net/public/handbook/index.html @@ -0,0 +1,1061 @@ + + + + + + 174th Battle Group Handbook + + + +
+

174th Battle Group Handbook

+

+ This handbook is intended to provide a comprehensive overview of the + 174th Battle Group, its structure, operations, and guidelines for + members. It serves as a reference for both new recruits and seasoned + members to ensure consistency and efficiency within the group. +

+
+ +
+

Using This Handbook

+

+ This handbook is organized into sections that cover various aspects of + the 174th Battle Group. Each section is designed to provide clear and + concise information on specific topics. +

+

+ Members are encouraged to familiarize themselves with the contents of + this handbook and refer to it regularly to ensure they are adhering to + the standards and expectations of the 174th Battle Group. +

+
+ +
+

Departments

+

+ The 174th Battle Group is organized into several departments, each + responsible for specific functions and operations. These departments + include: +

+ +
+ +
+

Divisions

+

+ The 174th Battle Group is organised into three distinct divisions: + Naval, Marine, and Auxiliary. This structure reflects the fundamentally + different operational environments and skill sets required to execute + the full spectrum of the group's missions. +

+ + + +
+

Marine

+

+ The Marine division encompasses all personnel whose primary role + involves ground combat, boarding actions, facility assault or defence, + and close-quarters operations. Marines are the group's primary + fighting force on foot, responsible for securing objectives that + cannot be taken from orbit alone. +

+

+ A separate marine structure is necessary because ground and boarding + operations require a different tactical doctrine, equipment standard, + and leadership model to ship-based roles. Marines must train and + operate independently of the fleet while remaining able to integrate + seamlessly with Naval assets — a relationship that works best when + each division has its own coherent hierarchy and identity. +

+
+ +
+

Auxiliary

+

+ The Auxiliary division encompasses all personnel whose primary role + involves enabling the operational effectiveness of the Naval and + Marine divisions. This includes logistics coordinators, medical + personnel, miners, salvagers, engineers, and intelligence analysts. + Auxiliary personnel ensure the group can sustain itself independently, + maintain its assets, and generate the resources required for prolonged + operations. +

+

+ A dedicated auxiliary structure is necessary because enablement roles + require their own doctrine, career progression, and leadership chain. + Embedding auxiliary personnel into operational divisions risks + subordinating their work to short-term tactical priorities; a separate + division ensures that logistics, medical readiness, and resource + generation receive sustained command attention and are treated as + strategic priorities in their own right. +

+
+
+ +
+

Ranks

+

+ Red Right Hand uses a rank system to denote hierarchy and roles within + its divisions. Below is a breakdown of the ranks for each division: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DescriptionNavalMarineAuxiliary
Rank 0Entry-levelCadetPrivateTrainee
Rank 1Proven experienceEnsignCorporalTechnician
Rank 2Specialised roleLieutenantSergeantSpecialist
Rank 3Tactical leadershipCaptainMajorSupervisor
Rank 4Leads leadershipCommodoreCommanderChief
Rank 5Strategic commandAdmiralGeneralMarshal
+

+ Each rank comes with its own set of responsibilities and expectations, + contributing to the overall effectiveness and discipline of the Red + Right Hand. +

+ + + +
+

Marine Ranks

+ +
+

Private

+

+ The entry-level rank for new recruits in the Marine division. + Privates undergo basic training to prepare for their roles and must + demonstrate commitment and discipline through their training period + before advancing to Corporal. They are usually assigned to + fundamental duties and learning tasks within the Marine Corps. +

+
+ +
+

Corporal

+

+ Corporals are Marines who have proven their abilities in the field + and demonstrated leadership potential. They often serve as team + leaders for small units and are responsible for the training and + welfare of Privates. Corporals are expected to lead by example and + maintain high standards of discipline and performance. +

+
+ +
+

Sergeant

+

+ Sergeants are non-commissioned officers with specialized skills in + areas such as infantry tactics, logistics, reconnaissance, or heavy + weapons. They serve as squad leaders or technical experts and are + responsible for mission planning at the unit level. Sergeants bridge + the gap between enlisted personnel and commissioned officers. +

+
+ +
+

Major

+

+ Majors hold tactical leadership positions and typically command + platoons or companies. They are responsible for coordinating + multiple squads in combat operations and ensuring that their units + are properly trained and equipped. Majors must demonstrate strong + tactical acumen and the ability to make critical decisions under + pressure. +

+
+ +
+

Commander

+

+ Commanders lead groups of Majors and coordinate battalion-level or + larger operations. They are responsible for operational planning, + resource allocation, and ensuring that tactical leaders can execute + their missions effectively. Commanders serve as the link between + tactical and strategic leadership. +

+
+ +
+

General

+

+ Generals hold the highest rank in the Marine division and are + responsible for strategic command and overall Marine Corps + operations. They establish doctrine, set long-term objectives, and + represent the Marine forces in organizational leadership. Generals + shape the identity and capabilities of the entire Marine division. +

+
+
+ +
+

Auxiliary Ranks

+ +
+

Trainee

+

+ The entry-level rank for new personnel in the Auxiliary division. + Trainees are assigned to foundational tasks such as cargo handling, + basic maintenance, or medical assistance under supervision. They + must demonstrate reliability and a willingness to learn before + advancing to Technician. +

+
+ +
+

Technician

+

+ Technicians have proven their competence in at least one support + discipline — such as ship repair, medical treatment, mining + operations, or logistics coordination. They work with greater + autonomy than Trainees and are expected to take ownership of their + assigned tasks and begin mentoring new Trainees. +

+
+ +
+

Specialist

+

+ Specialists have developed deep expertise in a particular support + field and serve as the primary point of competence for that + discipline within their team. They advise operational commanders on + support considerations, manage resources within their area, and + train Technicians to a higher standard. +

+
+ +
+

Supervisor

+

+ Supervisors lead Auxiliary teams and are responsible for + coordinating multiple disciplines to meet the operational needs of + Naval and Marine units. They manage scheduling, resource allocation, + and quality assurance within their assigned area, and serve as the + primary liaison between Auxiliary personnel and operational + commanders. +

+
+ +
+

Chief

+

+ Chiefs lead groups of Supervisors and are responsible for Auxiliary + operations across a broader area of the group's activities. They + coordinate with Naval and Marine leadership to anticipate + requirements, resolve resource conflicts, and ensure that the + division's enablement capacity keeps pace with operational demands. +

+
+ +
+

Marshal

+

+ Marshals hold the highest rank in the Auxiliary division and are + responsible for the strategic direction of all Auxiliary functions. + They set division-wide priorities, manage relationships with the + Command department, and ensure that logistics, medical, industrial, + and intelligence capabilities are developed and maintained to + sustain the group's long-term independence. +

+
+
+
+ +
+

Fleet Composition

+ +
+

Design Principles

+

+ The fleet composition must adhere to the following design principles: +

+
    +
  • + Self-Sufficiency: We are disconnected from UEE + supply lines, so we need to be able to maintain and repair our ships + independently. +
  • +
  • + Versatility: Our fleet must be capable of handling + a wide range of missions, from combat to exploration to trade. +
  • +
  • + Quality over Quantity: We will prioritize + maintaining a smaller fleet of high-quality, well-maintained ships + over a larger fleet of lower-quality vessels. +
  • +
+
+ +
+

Standard Issue Ships

+

+ Though we may have access to a variety of ships, the following are the + standard issue ships that we will maintain in our fleet: +

+ +
+

Space Superiority Fighter

+

+ A fast and agile fighter designed for space combat, capable of + engaging enemy ships and screening for larger vessels. +

+
    +
  • + Primary Ship: + Scorpius +
  • +
  • + Vanduul Variant: + Glaive (replica) + — For missions where we need to blend in with Vanduul forces or + operate in Vanduul-controlled space. +
  • +
+
+ +
+

Anti-Capital Ship

+

+ A heavily armed ship designed to take on larger capital ships, + equipped with powerful weapons such as torpedoes and beam weapons + able to penetrate heavy armor. +

+ +
+ +
+

Ground Bomber

+

+ A ship designed to deliver powerful ordnance against ground targets. +

+
    +
  • + Primary Ship: + Retaliator +
  • +
  • + Scorched-Earth Variant: + + A2 Hercules Starlifter + + — For missions where we need to deny the enemy access to resources + or territory, capable of delivering powerful area-of-effect + weapons to destroy infrastructure and resources. +
  • +
+
+ +
+

Stealth Bomber

+

+ A ship designed to deliver powerful ordnance against high-value + targets while avoiding detection, equipped with advanced stealth + technology and capable of penetrating enemy defenses to strike + critical infrastructure or capital ships. +

+ +
+ +
+

Dropship

+

+ A ship designed to transport troops and equipment to and from the + battlefield whilst providing close air support and protection, + capable of deploying forces directly into combat zones without the + need for an escort or support. +

+
    +
  • + Primary Ship: + Valkyrie +
  • +
  • + Vehicle Variant: + Asgard — A smaller + version of the Valkyrie but with a larger cargo bay designed to + transport vehicles and heavy equipment, capable of deploying + forces directly into combat zones without the need for an escort + or support. +
  • +
+
+ +
+

Stealth Dropship

+

+ A ship designed to transport troops and equipment to and from the + battlefield while avoiding detection, equipped with advanced stealth + technology and capable of deploying forces directly into combat + zones without the need for an escort or support. +

+ +
+ +
+

Boarding Ship

+

+ A ship designed to transport boarding parties and equipment for + boarding operations, able to quickly and efficiently deploy forces + onto enemy vessels or structures. +

+ +
+ +
+

Ship of the Line

+

+ A heavily armed and armored ship designed to serve as the backbone + of our fleet, capable of engaging enemy capital ships and providing + support for smaller vessels. +

+ +
+ +
+

Command Ship

+

+ A ship designed to serve as the command center for our fleet, + equipped with advanced communication and sensor systems to + coordinate fleet operations and provide situational awareness as + well as dedicated medical facilities to support our personnel during + extended missions. +

+
    +
  • + Primary Ship: + Idris-K +
  • +
  • + Patrol Variant: + Polaris — A + lighter and more agile variant designed for reconnaissance and + patrol missions, capable of operating independently or as part of + a larger fleet. +
  • +
+
+ +
+

Carrier

+

+ A ship designed to serve as a mobile staging point for our fleet, + capable of launching and recovering smaller vessels and providing + support for extended missions. +

+
    +
  • + Primary Ship: + Kraken +
  • +
+
+ +
+

Interdictor

+

+ A ship designed to disrupt enemy communications and sensor systems, + capable of jamming or hacking enemy vessels to gain an advantage in + combat or reconnaissance. +

+ +
+ +
+

Ambulance

+

+ A ship designed to provide medical support and evacuation for our + personnel, equipped with advanced medical facilities and capable of + transporting injured personnel to safety. +

+
    +
  • + Primary Ship: + Terrapin Medic +
  • +
  • + Rescue Variant: + Cutlass Red — + For search and rescue operations, capable of quickly reaching and + extracting personnel from dangerous situations. +
  • +
  • + Field Hospital Variant: + Apollo Medivac + — For advanced medical care during extended missions, equipped + with state-of-the-art medical facilities and staffed by highly + trained medical personnel. +
  • +
+
+ +
+

Minelayer

+

+ A ship designed to deploy mines and other area-denial weapons, + capable of creating defensive perimeters or disrupting enemy + movements. +

+ +
+ +
+

Snub Fighter

+

+ A small and agile fighter designed for hit-and-run tactics, capable + of quickly engaging and disengaging from enemy forces. +

+
    +
  • + Primary Ship: + Fury +
  • +
  • + Snub Bomber Variant: + Fury MX — Designed + to deliver overwhelming missile firepower against enemy targets, + capable of quickly engaging and disengaging from combat while + delivering devastating strikes. +
  • +
+
+ +
+

Anti-Swarm Ship

+

+ A ship designed to engage and destroy smaller aerospace threats such + as enemy fighters and ordnance, equipped with multiple rapid-fire + weapons and advanced targeting systems to effectively counter many + targets in parallel as well as providing overwhelming suppression + against ground targets. +

+ +
+
+
+ +
+

Gear Loadouts

+

+ The following loadouts are the standard issue equipment for members of + the 174th Battle Group, organized by division. +

+ +
+

Marine Loadouts

+ +
+

Heavy Loadout

+ + Morozov-SH Suit +
+ +
+

Scout Loadout

+ + Arden-SL Armor +
+ +
+

Tactical Loadout

+ + DustUp Tactical Armor +
+
+ + +
+ + + diff --git a/communities/174bg/174bg.net/src/app/api/auth/[...all]/route.js b/communities/174bg/174bg.net/src/app/api/auth/[...all]/route.js new file mode 100644 index 0000000..2aabedd --- /dev/null +++ b/communities/174bg/174bg.net/src/app/api/auth/[...all]/route.js @@ -0,0 +1,4 @@ +import { auth } from "@/auth"; +import { toNextJsHandler } from "better-auth/next-js"; + +export const { POST, GET } = toNextJsHandler(auth); diff --git a/communities/174bg/174bg.net/src/app/globals.css b/communities/174bg/174bg.net/src/app/globals.css new file mode 100644 index 0000000..fa3342d --- /dev/null +++ b/communities/174bg/174bg.net/src/app/globals.css @@ -0,0 +1,8 @@ +@import "tailwindcss"; + +@theme inline { + --color-background: var(--background); + --color-foreground: var(--foreground); + --font-sans: var(--font-inter); + --font-mono: var(--font-fira-code); +} diff --git a/communities/174bg/174bg.net/src/app/layout.js b/communities/174bg/174bg.net/src/app/layout.js new file mode 100644 index 0000000..9fb4098 --- /dev/null +++ b/communities/174bg/174bg.net/src/app/layout.js @@ -0,0 +1,31 @@ +import { Inter, Fira_Code } from "next/font/google"; +import "./globals.css"; + +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); + +const firaCode = Fira_Code({ + variable: "--font-fira-code", + subsets: ["latin"], +}); + +export const metadata = { + title: "174th Battle Group", + description: "Vengeance Within Reach", + icons: { + icon: "/favicon.png", + }, +}; + +export default function RootLayout({ children }) { + return ( + + {children} + + ); +} diff --git a/communities/174bg/174bg.net/src/app/login/page.js b/communities/174bg/174bg.net/src/app/login/page.js new file mode 100644 index 0000000..b2b1ea8 --- /dev/null +++ b/communities/174bg/174bg.net/src/app/login/page.js @@ -0,0 +1,51 @@ +"use client"; + +import { Suspense, useEffect, useState } from "react"; +import { useSearchParams } from "next/navigation"; +import { authClient } from "@/lib/auth-client"; + +function LoginRedirect() { + const searchParams = useSearchParams(); + const callbackUrl = searchParams.get("callbackUrl") ?? "/secure"; + const [error, setError] = useState(null); + + const signIn = () => { + authClient.signIn + .social({ + provider: "discord", + callbackURL: callbackUrl, + }) + .then(({ error }) => { + if (error) setError(error.message ?? "Sign-in failed"); + }); + }; + + useEffect(() => { + signIn(); + // eslint-disable-next-line react-hooks/exhaustive-deps + }, []); + + if (error) { + return ( +
+

Error: {error}

+ +
+ ); + } + + return ( +
+

Redirecting to Discord...

+ +
+ ); +} + +export default function LoginPage() { + return ( + Loading...

}> + +
+ ); +} diff --git a/communities/174bg/174bg.net/src/app/page.js b/communities/174bg/174bg.net/src/app/page.js new file mode 100644 index 0000000..9aaf53a --- /dev/null +++ b/communities/174bg/174bg.net/src/app/page.js @@ -0,0 +1,17 @@ +export default function Home() { + return ( +
+

The 174th Battle Group

+

+ "Vengeance Within Reach" +

+

+ The 174th Battle Group is a logistical support unit of the United Earth + Empire's military. It is responsible for providing logistical support to + the UEE's forces, including transportation, supply, and maintenance. The + 174th Battle Group is known for its efficiency and reliability, and it + has played a crucial role in many of the UEE's military campaigns. +

+
+ ); +} diff --git a/communities/174bg/174bg.net/src/app/secure/discord-data/page.js b/communities/174bg/174bg.net/src/app/secure/discord-data/page.js new file mode 100644 index 0000000..b906569 --- /dev/null +++ b/communities/174bg/174bg.net/src/app/secure/discord-data/page.js @@ -0,0 +1,24 @@ +import { auth } from "@/auth"; +import { headers } from "next/headers"; + +export default async function DiscordData() { + const session = await auth.api.getSession({ headers: await headers() }); + const accounts = await auth.api.listUserAccounts({ + headers: await headers(), + }); + const discordAccount = accounts?.find((a) => a.provider === "discord"); + + return ( +
+

Discord Data

+

The following data is stored about your Discord account:

+
+        {JSON.stringify(
+          { user: session?.user, account: discordAccount },
+          null,
+          2,
+        )}
+      
+
+ ); +} diff --git a/communities/174bg/174bg.net/src/app/secure/page.js b/communities/174bg/174bg.net/src/app/secure/page.js new file mode 100644 index 0000000..27312b7 --- /dev/null +++ b/communities/174bg/174bg.net/src/app/secure/page.js @@ -0,0 +1,13 @@ +import { auth } from "@/auth"; +import { headers } from "next/headers"; + +export default async function SecurePage() { + const session = await auth.api.getSession({ headers: await headers() }); + + return ( +
+

Secure Area

+

Welcome, {session?.user?.name ?? session?.user?.email}!

+
+ ); +} diff --git a/communities/174bg/174bg.net/src/auth.js b/communities/174bg/174bg.net/src/auth.js new file mode 100644 index 0000000..4fa8408 --- /dev/null +++ b/communities/174bg/174bg.net/src/auth.js @@ -0,0 +1,23 @@ +import { betterAuth } from "better-auth"; +import { Pool } from "pg"; + +const postgresUser = process.env.POSTGRES_USER || "postgres"; +const postgresPassword = process.env.POSTGRES_PASSWORD || "postgres"; +const postgresHost = process.env.POSTGRES_HOST || "postgres"; +const postgresPort = process.env.POSTGRES_PORT || 5432; +const postgresDatabase = process.env.POSTGRES_DB || "postgres"; + +export const auth = betterAuth({ + baseURL: process.env.BETTER_AUTH_URL, + secret: process.env.BETTER_AUTH_SECRET, + database: new Pool({ + connectionString: `postgresql://${postgresUser}:${postgresPassword}@${postgresHost}:${postgresPort}/${postgresDatabase}`, + }), + socialProviders: { + discord: { + clientId: process.env.DISCORD_CLIENT_ID, + clientSecret: process.env.DISCORD_CLIENT_SECRET, + scope: ["identify", "email", "guilds", "guilds.join"], + }, + }, +}); diff --git a/communities/174bg/174bg.net/src/lib/auth-client.js b/communities/174bg/174bg.net/src/lib/auth-client.js new file mode 100644 index 0000000..fd0a091 --- /dev/null +++ b/communities/174bg/174bg.net/src/lib/auth-client.js @@ -0,0 +1,6 @@ +import { createAuthClient } from "better-auth/react"; + +export const authClient = createAuthClient({ + /** The base URL of the server (optional if you're using the same domain) */ + baseURL: process.env.BETTER_AUTH_URL, +}); diff --git a/communities/174bg/174bg.net/src/proxy.js b/communities/174bg/174bg.net/src/proxy.js new file mode 100644 index 0000000..dc0fa42 --- /dev/null +++ b/communities/174bg/174bg.net/src/proxy.js @@ -0,0 +1,30 @@ +import { NextResponse } from "next/server"; + +export async function proxy(request) { + let session = null; + + try { + const internalUrl = + process.env.BETTER_AUTH_URL_INTERNAL || "http://localhost:3000"; + const res = await fetch(new URL("/api/auth/get-session", internalUrl), { + headers: { + cookie: request.headers.get("cookie") ?? "", + }, + }); + session = await res.json(); + } catch { + // If session check fails, treat as unauthenticated + } + + if (!session?.user) { + const loginUrl = new URL("/login", request.url); + loginUrl.searchParams.set("callbackUrl", request.nextUrl.pathname); + return NextResponse.redirect(loginUrl); + } + + return NextResponse.next(); +} + +export const config = { + matcher: ["/secure/:path*"], +}; diff --git a/communities/174bg/assets/red-right-hand.png b/communities/174bg/assets/red-right-hand.png new file mode 100644 index 0000000..f07c86c Binary files /dev/null and b/communities/174bg/assets/red-right-hand.png differ diff --git a/communities/174bg/org_page/README.md b/communities/174bg/org_page/README.md new file mode 100644 index 0000000..aa4cb74 --- /dev/null +++ b/communities/174bg/org_page/README.md @@ -0,0 +1,3 @@ +# RSI Org Page + +This directory contains the source code and assets for the Red Right Hand RSI Organization Page. The page serves as a central hub for information about the organization, including its mission, projects, team members, and contact details. diff --git a/communities/174bg/org_page/branding/content/history.md b/communities/174bg/org_page/branding/content/history.md new file mode 100644 index 0000000..684e27f --- /dev/null +++ b/communities/174bg/org_page/branding/content/history.md @@ -0,0 +1 @@ +Coming soon... diff --git a/communities/174bg/org_page/branding/content/home.md b/communities/174bg/org_page/branding/content/home.md new file mode 100644 index 0000000..28f4a51 --- /dev/null +++ b/communities/174bg/org_page/branding/content/home.md @@ -0,0 +1,5 @@ +h2. "The Vanduul will yield, or face our fury." + +h2. - + +h5. Red Right Hand is the official Star Citizen organisation for "Unnamed Group":http://unnamed.group. diff --git a/communities/174bg/records/members.jsonc b/communities/174bg/records/members.jsonc new file mode 100644 index 0000000..e3f7400 --- /dev/null +++ b/communities/174bg/records/members.jsonc @@ -0,0 +1,118 @@ +[ + { + "discordId": "122029090839461889", + "name": "Penguin", + "track": "Naval", + "rank": 2, + "preferences": [ + { + "name": "Pilot", + "value": 3, + }, + { + "name": "Space Superiority Fighter Pilot", + "value": 3, + }, + { + "name": "Anti-Capital Fighter Pilot", + "value": 2, + }, + { + "name": "Ground Bomber Pilot", + "value": 2, + }, + { + "name": "Dropship Pilot", + "value": 2, + }, + { + "name": "Boarding Ship Pilot", + "value": 2, + }, + { + "name": "Ship of the Line Pilot", + "value": 1, + }, + { + "name": "Command Ship Pilot", + "value": 1, + }, + { + "name": "Carrier Pilot", + "value": 2, + }, + { + "name": "Interdictor Pilot", + "value": 3, + }, + { + "name": "Ambulance Pilot", + "value": 2, + }, + { + "name": "Minelayer Pilot", + "value": 2, + }, + { + "name": "Snub Fighter Pilot", + "value": 3, + }, + { + "name": "Anti-Swarm Ship Pilot", + "value": 2, + }, + ], + }, + { + "discordId": "831891526027444225", + "name": "Alyth", + "track": "Naval", + "rank": 2, + "preferences": [ + { + "name": "Crew", + "value": 3, + }, + { + "name": "Ground Bomber Crew", + "value": 2, + }, + { + "name": "Dropship Crew", + "value": 2, + }, + { + "name": "Boarding Ship Crew", + "value": 2, + }, + { + "name": "Ship of the Line Crew", + "value": 3, + }, + { + "name": "Command Ship Crew", + "value": 3, + }, + { + "name": "Carrier Crew", + "value": 3, + }, + { + "name": "Interdictor Crew", + "value": 1, + }, + { + "name": "Ambulance Crew", + "value": 1, + }, + { + "name": "Minelayer Crew", + "value": 1, + }, + { + "name": "Anti-Swarm Ship Crew", + "value": 3, + }, + ], + }, +] diff --git a/communities/red-right-hand/174bg.net/.dockerignore b/communities/red-right-hand/174bg.net/.dockerignore deleted file mode 100644 index c847070..0000000 --- a/communities/red-right-hand/174bg.net/.dockerignore +++ /dev/null @@ -1,134 +0,0 @@ -############################################################ -# Production-ready .dockerignore for a Next.js (Vercel-style) app -# Keeps Docker builds fast, lean, and free of development files. -############################################################ - -# Dependencies (installed inside Docker, never copied) -node_modules/ -.pnpm-store/ -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -# Next.js build outputs (always generated during `next build`) -.next/ -out/ -dist/ -build/ -.vercel/ - -# Tests and testing output (not needed in production images) -coverage/ -.nyc_output/ -__tests__/ -__mocks__/ -jest/ -cypress/ -cypress/screenshots/ -cypress/videos/ -playwright-report/ -test-results/ -.vitest/ -vitest.config.* -jest.config.* -cypress.config.* -playwright.config.* -*.test.* -*.spec.* - -# Local development and editor files -.git/ -.gitignore -.gitattributes -.vscode/ -.idea/ -*.swp -*.swo -*~ -*.log - -# Environment variables (only commit template files) -.env -.env*.local -.env.development -.env.test -.env.production.local - -# Docker configuration files (not needed inside build context) -Dockerfile* -.dockerignore -compose.yaml -compose.yml -docker-compose*.yaml -docker-compose*.yml - -# Documentation -*.md -docs/ - -# CI/CD configuration files -.github/ -.gitlab-ci.yml -.travis.yml -.circleci/ -Jenkinsfile - -# Cache directories and temporary data -.cache/ -.parcel-cache/ -.eslintcache -.stylelintcache -.swc/ -.turbo/ -.tmp/ -.temp/ - -# TypeScript build metadata -*.tsbuildinfo - -# Sensitive or unnecessary configuration files -*.pem -.editorconfig -.prettierrc* -prettier.config.* -.eslintrc* -eslint.config.* -.stylelintrc* -stylelint.config.* -.babelrc* -*.iml -*.ipr -*.iws - -# OS-specific junk -.DS_Store -._* -.Spotlight-V100 -.Trashes -ehthumbs.db -Thumbs.db -Desktop.ini - -# AI/ML tool metadata and configs -.cursor/ -.cursorrules -.copilot/ -.copilotignore -.github/copilot/ -.gemini/ -.anthropic/ -.kiro -.claude -AGENTS.md -.agents/ - -# AI-generated temp files -*.aider* -*.copilot* -*.chatgpt* -*.claude* -*.gemini* -*.openai* -*.anthropic* \ No newline at end of file diff --git a/communities/red-right-hand/174bg.net/.env.example b/communities/red-right-hand/174bg.net/.env.example deleted file mode 100644 index 27f7299..0000000 --- a/communities/red-right-hand/174bg.net/.env.example +++ /dev/null @@ -1,9 +0,0 @@ -BETTER_AUTH_SECRET= -BETTER_AUTH_URL= -BETTER_AUTH_URL_INTERNAL=http://localhost:3000 - -POSTGRES_PASSWORD= -POSTGRES_HOST= - -DISCORD_CLIENT_ID= -DISCORD_CLIENT_SECRET= \ No newline at end of file diff --git a/communities/red-right-hand/174bg.net/.gitignore b/communities/red-right-hand/174bg.net/.gitignore deleted file mode 100644 index c9db9fa..0000000 --- a/communities/red-right-hand/174bg.net/.gitignore +++ /dev/null @@ -1,47 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.* -.yarn/* -!.yarn/patches -!.yarn/plugins -!.yarn/releases -!.yarn/versions - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* -.pnpm-debug.log* - -# vercel -.vercel - -# typescript -*.tsbuildinfo -next-env.d.ts - -/types/ - -/postgresql/ - -*.env -*.env.* -!*.env.example -!.env.*.example \ No newline at end of file diff --git a/communities/red-right-hand/174bg.net/AGENTS.md b/communities/red-right-hand/174bg.net/AGENTS.md deleted file mode 100644 index 8bd0e39..0000000 --- a/communities/red-right-hand/174bg.net/AGENTS.md +++ /dev/null @@ -1,5 +0,0 @@ - -# This is NOT the Next.js you know - -This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices. - diff --git a/communities/red-right-hand/174bg.net/CLAUDE.md b/communities/red-right-hand/174bg.net/CLAUDE.md deleted file mode 100644 index 43c994c..0000000 --- a/communities/red-right-hand/174bg.net/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -@AGENTS.md diff --git a/communities/red-right-hand/174bg.net/Dockerfile b/communities/red-right-hand/174bg.net/Dockerfile deleted file mode 100644 index 636d9b2..0000000 --- a/communities/red-right-hand/174bg.net/Dockerfile +++ /dev/null @@ -1,115 +0,0 @@ -# ============================================ -# Stage 1: Dependencies Installation Stage -# ============================================ - -# IMPORTANT: Node.js Version Maintenance -# This Dockerfile uses Node.js 24.13.0-slim, which was the latest LTS version at the time of writing. -# To ensure security and compatibility, regularly update the NODE_VERSION ARG to the latest LTS version. -ARG NODE_VERSION=24.13.0-slim - -FROM node:${NODE_VERSION} AS dependencies - -# Set working directory -WORKDIR /app - -# Copy package-related files first to leverage Docker's caching mechanism -COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .npmrc* ./ - -# Install project dependencies with frozen lockfile for reproducible builds -RUN --mount=type=cache,target=/root/.npm \ - --mount=type=cache,target=/usr/local/share/.cache/yarn \ - --mount=type=cache,target=/root/.local/share/pnpm/store \ - if [ -f package-lock.json ]; then \ - npm ci --no-audit --no-fund; \ - elif [ -f yarn.lock ]; then \ - corepack enable yarn && yarn install --frozen-lockfile --production=false; \ - elif [ -f pnpm-lock.yaml ]; then \ - corepack enable pnpm && pnpm install --frozen-lockfile; \ - else \ - echo "No lockfile found." && exit 1; \ - fi - -# ============================================ -# Stage 2: Build Next.js application in standalone mode -# ============================================ - -FROM node:${NODE_VERSION} AS builder - -# Set working directory -WORKDIR /app - -# Copy project dependencies from dependencies stage -COPY --from=dependencies /app/node_modules ./node_modules - -# Copy application source code -COPY . . - -ENV NODE_ENV=production - -# Next.js collects completely anonymous telemetry data about general usage. -# Learn more here: https://nextjs.org/telemetry -# Uncomment the following line in case you want to disable telemetry during the build. -# ENV NEXT_TELEMETRY_DISABLED=1 - -# Build Next.js application -# If you want to speed up Docker rebuilds, you can cache the build artifacts -# by adding: --mount=type=cache,target=/app/.next/cache -# This caches the .next/cache directory across builds, but it also prevents -# .next/cache/fetch-cache from being included in the final image, meaning -# cached fetch responses from the build won't be available at runtime. -RUN if [ -f package-lock.json ]; then \ - npm run build; \ - elif [ -f yarn.lock ]; then \ - corepack enable yarn && yarn build; \ - elif [ -f pnpm-lock.yaml ]; then \ - corepack enable pnpm && pnpm build; \ - else \ - echo "No lockfile found." && exit 1; \ - fi - -# ============================================ -# Stage 3: Run Next.js application -# ============================================ - -FROM node:${NODE_VERSION} AS runner - -# Set working directory -WORKDIR /app - -# Set production environment variables -ENV NODE_ENV=production -ENV PORT=3000 -ENV HOSTNAME="0.0.0.0" - -# Next.js collects completely anonymous telemetry data about general usage. -# Learn more here: https://nextjs.org/telemetry -# Uncomment the following line in case you want to disable telemetry during the run time. -# ENV NEXT_TELEMETRY_DISABLED=1 - -# Copy production assets -COPY --from=builder --chown=node:node /app/public ./public - -# Copy database migration files -COPY --from=builder --chown=node:node /app/better-auth_migrations ./better-auth_migrations - -# Set the correct permission for prerender cache -RUN mkdir .next -RUN chown node:node .next - -# Automatically leverage output traces to reduce image size -# https://nextjs.org/docs/advanced-features/output-file-tracing -COPY --from=builder --chown=node:node /app/.next/standalone ./ -COPY --from=builder --chown=node:node /app/.next/static ./.next/static - -# If you want to persist the fetch cache generated during the build so that -# cached responses are available immediately on startup, uncomment this line: -# COPY --from=builder --chown=node:node /app/.next/cache ./.next/cache - -# Switch to non-root user for security best practices -USER node - -# Expose port 3000 to allow HTTP traffic -EXPOSE 3000 - -# Start Next.js standalone server -CMD ["node", "server.js"] \ No newline at end of file diff --git a/communities/red-right-hand/174bg.net/README-NextJS.md b/communities/red-right-hand/174bg.net/README-NextJS.md deleted file mode 100644 index 66bb426..0000000 --- a/communities/red-right-hand/174bg.net/README-NextJS.md +++ /dev/null @@ -1,36 +0,0 @@ -This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). - -## Getting Started - -First, run the development server: - -```bash -npm run dev -# or -yarn dev -# or -pnpm dev -# or -bun dev -``` - -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. - -You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file. - -This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. - -## Learn More - -To learn more about Next.js, take a look at the following resources: - -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. - -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! - -## Deploy on Vercel - -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. - -Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. diff --git a/communities/red-right-hand/174bg.net/README.md b/communities/red-right-hand/174bg.net/README.md deleted file mode 100644 index 6fee992..0000000 --- a/communities/red-right-hand/174bg.net/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# 174gb.net - -The official website of the 174th Battle Group, also known as the Red Right Hand. - -## Development - -The website is built using [Next.js](https://nextjs.org/) and is deployed via [Docker](https://www.docker.com/). - -### First Run - -After starting the containers, apply the database migrations by piping each SQL file in `better-auth_migrations/` into the postgres container: - -```sh -docker compose exec -T 174bg-net sh -c 'cat better-auth_migrations/*.sql' | docker compose exec -T postgres psql -U postgres -d postgres -``` - -> If your `.env` uses a different `POSTGRES_USER` or `POSTGRES_DB`, substitute those values for `postgres` above. diff --git a/communities/red-right-hand/174bg.net/better-auth_migrations/2026-05-13T15-14-44.314Z.sql b/communities/red-right-hand/174bg.net/better-auth_migrations/2026-05-13T15-14-44.314Z.sql deleted file mode 100644 index 5a2fae9..0000000 --- a/communities/red-right-hand/174bg.net/better-auth_migrations/2026-05-13T15-14-44.314Z.sql +++ /dev/null @@ -1,13 +0,0 @@ -create table "user" ("id" text not null primary key, "name" text not null, "email" text not null unique, "emailVerified" boolean not null, "image" text, "createdAt" timestamptz default CURRENT_TIMESTAMP not null, "updatedAt" timestamptz default CURRENT_TIMESTAMP not null); - -create table "session" ("id" text not null primary key, "expiresAt" timestamptz not null, "token" text not null unique, "createdAt" timestamptz default CURRENT_TIMESTAMP not null, "updatedAt" timestamptz not null, "ipAddress" text, "userAgent" text, "userId" text not null references "user" ("id") on delete cascade); - -create table "account" ("id" text not null primary key, "accountId" text not null, "providerId" text not null, "userId" text not null references "user" ("id") on delete cascade, "accessToken" text, "refreshToken" text, "idToken" text, "accessTokenExpiresAt" timestamptz, "refreshTokenExpiresAt" timestamptz, "scope" text, "password" text, "createdAt" timestamptz default CURRENT_TIMESTAMP not null, "updatedAt" timestamptz not null); - -create table "verification" ("id" text not null primary key, "identifier" text not null, "value" text not null, "expiresAt" timestamptz not null, "createdAt" timestamptz default CURRENT_TIMESTAMP not null, "updatedAt" timestamptz default CURRENT_TIMESTAMP not null); - -create index "session_userId_idx" on "session" ("userId"); - -create index "account_userId_idx" on "account" ("userId"); - -create index "verification_identifier_idx" on "verification" ("identifier"); \ No newline at end of file diff --git a/communities/red-right-hand/174bg.net/docker-compose.yaml b/communities/red-right-hand/174bg.net/docker-compose.yaml deleted file mode 100644 index d441ce7..0000000 --- a/communities/red-right-hand/174bg.net/docker-compose.yaml +++ /dev/null @@ -1,22 +0,0 @@ -services: - 174bg-net: - # build: https://github.com/zuedev/unnamed-group.git#master:communities/red-right-hand/174bg.net - build: - context: . - dockerfile: Dockerfile - env_file: - - .env - ports: - - "3000:3000/tcp" - - "3000:3000/udp" - restart: unless-stopped - - postgres: - image: postgres:18 - env_file: - - .env - ports: - - "5432:5432" - volumes: - - ./postgresql:/var/lib/postgresql - restart: unless-stopped diff --git a/communities/red-right-hand/174bg.net/eslint.config.mjs b/communities/red-right-hand/174bg.net/eslint.config.mjs deleted file mode 100644 index f443835..0000000 --- a/communities/red-right-hand/174bg.net/eslint.config.mjs +++ /dev/null @@ -1,16 +0,0 @@ -import { defineConfig, globalIgnores } from "eslint/config"; -import nextVitals from "eslint-config-next/core-web-vitals"; - -const eslintConfig = defineConfig([ - ...nextVitals, - // Override default ignores of eslint-config-next. - globalIgnores([ - // Default ignores of eslint-config-next: - ".next/**", - "out/**", - "build/**", - "next-env.d.ts", - ]), -]); - -export default eslintConfig; diff --git a/communities/red-right-hand/174bg.net/jsconfig.json b/communities/red-right-hand/174bg.net/jsconfig.json deleted file mode 100644 index b8d6842..0000000 --- a/communities/red-right-hand/174bg.net/jsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "compilerOptions": { - "paths": { - "@/*": ["./src/*"] - } - } -} diff --git a/communities/red-right-hand/174bg.net/next.config.mjs b/communities/red-right-hand/174bg.net/next.config.mjs deleted file mode 100644 index df97a86..0000000 --- a/communities/red-right-hand/174bg.net/next.config.mjs +++ /dev/null @@ -1,19 +0,0 @@ -/** @type {import('next').NextConfig} */ -const nextConfig = { - /* config options here */ - reactCompiler: true, - - // generate a minimal, production-ready Docker image with only the required runtime files and dependencies - output: "standalone", - - async rewrites() { - return [ - { - source: "/handbook/:path*", - destination: "/handbook/index.html", - }, - ]; - }, -}; - -export default nextConfig; diff --git a/communities/red-right-hand/174bg.net/package-lock.json b/communities/red-right-hand/174bg.net/package-lock.json deleted file mode 100644 index b0ec510..0000000 --- a/communities/red-right-hand/174bg.net/package-lock.json +++ /dev/null @@ -1,7507 +0,0 @@ -{ - "name": "174gb.net", - "version": "0.1.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "174gb.net", - "version": "0.1.0", - "dependencies": { - "@heroicons/react": "^2.2.0", - "better-auth": "^1.6.11", - "better-sqlite3": "^12.10.0", - "next": "16.2.6", - "pg": "^8.20.0", - "react": "19.2.4", - "react-dom": "19.2.4" - }, - "devDependencies": { - "@tailwindcss/postcss": "^4", - "babel-plugin-react-compiler": "1.0.0", - "eslint": "^9", - "eslint-config-next": "16.2.6", - "tailwindcss": "^4" - } - }, - "node_modules/@alloc/quick-lru": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", - "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-validator-identifier": "^7.28.5", - "js-tokens": "^4.0.0", - "picocolors": "^1.1.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.29.3", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz", - "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", - "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@babel/code-frame": "^7.29.0", - "@babel/generator": "^7.29.0", - "@babel/helper-compilation-targets": "^7.28.6", - "@babel/helper-module-transforms": "^7.28.6", - "@babel/helpers": "^7.28.6", - "@babel/parser": "^7.29.0", - "@babel/template": "^7.28.6", - "@babel/traverse": "^7.29.0", - "@babel/types": "^7.29.0", - "@jridgewell/remapping": "^2.3.5", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/generator": { - "version": "7.29.1", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", - "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/parser": "^7.29.0", - "@babel/types": "^7.29.0", - "@jridgewell/gen-mapping": "^0.3.12", - "@jridgewell/trace-mapping": "^0.3.28", - "jsesc": "^3.0.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", - "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.28.6", - "@babel/helper-validator-option": "^7.27.1", - "browserslist": "^4.24.0", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-globals": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", - "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", - "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.28.6", - "@babel/types": "^7.28.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", - "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.28.6", - "@babel/helper-validator-identifier": "^7.28.5", - "@babel/traverse": "^7.28.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", - "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", - "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", - "devOptional": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.27.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", - "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.29.2", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz", - "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/template": "^7.28.6", - "@babel/types": "^7.29.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.29.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz", - "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.29.0" - }, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/template": { - "version": "7.28.6", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", - "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.28.6", - "@babel/parser": "^7.28.6", - "@babel/types": "^7.28.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", - "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.29.0", - "@babel/generator": "^7.29.0", - "@babel/helper-globals": "^7.28.0", - "@babel/parser": "^7.29.0", - "@babel/template": "^7.28.6", - "@babel/types": "^7.29.0", - "debug": "^4.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", - "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", - "devOptional": true, - "license": "MIT", - "dependencies": { - "@babel/helper-string-parser": "^7.27.1", - "@babel/helper-validator-identifier": "^7.28.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@better-auth/core": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/@better-auth/core/-/core-1.6.11.tgz", - "integrity": "sha512-LrwidLCV8azdMGjvtwp30nj9tIv1BwI3VhtC0UaGSjQkAVWw4bN42I8qwbxRziPeSQoj+zUVkOpxZzAWBDARtQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "@opentelemetry/semantic-conventions": "^1.39.0", - "@standard-schema/spec": "^1.1.0", - "zod": "^4.3.6" - }, - "peerDependencies": { - "@better-auth/utils": "0.4.0", - "@better-fetch/fetch": "1.1.21", - "@cloudflare/workers-types": ">=4", - "@opentelemetry/api": "^1.9.0", - "better-call": "1.3.5", - "jose": "^6.1.0", - "kysely": "^0.28.5", - "nanostores": "^1.0.1" - }, - "peerDependenciesMeta": { - "@cloudflare/workers-types": { - "optional": true - }, - "@opentelemetry/api": { - "optional": true - } - } - }, - "node_modules/@better-auth/drizzle-adapter": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/@better-auth/drizzle-adapter/-/drizzle-adapter-1.6.11.tgz", - "integrity": "sha512-4jpkETIGZOHCf7BK4jnu22fdN6jjomH0/HhEzkaWy3+Eppi5PYlHTF/460jrTmA3Xc+Vqwp9t282ymHiEPypGw==", - "license": "MIT", - "peerDependencies": { - "@better-auth/core": "^1.6.11", - "@better-auth/utils": "0.4.0", - "drizzle-orm": "^0.45.2" - }, - "peerDependenciesMeta": { - "drizzle-orm": { - "optional": true - } - } - }, - "node_modules/@better-auth/kysely-adapter": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/@better-auth/kysely-adapter/-/kysely-adapter-1.6.11.tgz", - "integrity": "sha512-/g8M9RfIjdcZDnbstSUvQiINkvdNlCeZr248zwqx2/PVksQI1MhQofbzUn3RnQnbPKp0EPwpX/dR3oudRFenUg==", - "license": "MIT", - "peerDependencies": { - "@better-auth/core": "^1.6.11", - "@better-auth/utils": "0.4.0", - "kysely": "^0.28.17" - }, - "peerDependenciesMeta": { - "kysely": { - "optional": true - } - } - }, - "node_modules/@better-auth/memory-adapter": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/@better-auth/memory-adapter/-/memory-adapter-1.6.11.tgz", - "integrity": "sha512-hpdfw0BBf8MuzLkIdmbcUZICbY9r/bhLO2RxSnkzT5+/O+0I0u2I8+m0YUP7vNllP/ZCKASHOYgXPLO75Z0f9Q==", - "license": "MIT", - "peerDependencies": { - "@better-auth/core": "^1.6.11", - "@better-auth/utils": "0.4.0" - } - }, - "node_modules/@better-auth/mongo-adapter": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/@better-auth/mongo-adapter/-/mongo-adapter-1.6.11.tgz", - "integrity": "sha512-3Tor8rSv8vSEIMEaV2PFpPEuVhqc1gNoZ6eGvoh3LwExXXuj8madew6ob+H1pH7Aphn3Ar5PQ08AguT8TbwFAA==", - "license": "MIT", - "peerDependencies": { - "@better-auth/core": "^1.6.11", - "@better-auth/utils": "0.4.0", - "mongodb": "^6.0.0 || ^7.0.0" - }, - "peerDependenciesMeta": { - "mongodb": { - "optional": true - } - } - }, - "node_modules/@better-auth/prisma-adapter": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/@better-auth/prisma-adapter/-/prisma-adapter-1.6.11.tgz", - "integrity": "sha512-Pw+7q7zTp+VSci1V+CYMvuxIbAeVMZLe4lRo46LJoAKMHfjFl5T/ycsyFvWs/DkWC7n9gZZzRDEbHp0I5FiKKw==", - "license": "MIT", - "peerDependencies": { - "@better-auth/core": "^1.6.11", - "@better-auth/utils": "0.4.0", - "@prisma/client": "^5.0.0 || ^6.0.0 || ^7.0.0", - "prisma": "^5.0.0 || ^6.0.0 || ^7.0.0" - }, - "peerDependenciesMeta": { - "@prisma/client": { - "optional": true - }, - "prisma": { - "optional": true - } - } - }, - "node_modules/@better-auth/telemetry": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/@better-auth/telemetry/-/telemetry-1.6.11.tgz", - "integrity": "sha512-hsjDHc8MZbm6/AHeNdtywrWedXevnBjmdvnHTcZub+rTVjOv+Td0roI8USKuC6uUibmrl//2rJfVCsGbopihNA==", - "license": "MIT", - "peerDependencies": { - "@better-auth/core": "^1.6.11", - "@better-auth/utils": "0.4.0", - "@better-fetch/fetch": "1.1.21" - } - }, - "node_modules/@better-auth/utils": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@better-auth/utils/-/utils-0.4.0.tgz", - "integrity": "sha512-RpMtLUIQAEWMgdPLNVbIF5ON2mm+CH0U3rCdUCU1VyeAUui4m38DyK7/aXMLZov2YDjG684pS1D0MBllrmgjQA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@noble/hashes": "^2.0.1" - } - }, - "node_modules/@better-fetch/fetch": { - "version": "1.1.21", - "resolved": "https://registry.npmjs.org/@better-fetch/fetch/-/fetch-1.1.21.tgz", - "integrity": "sha512-/ImESw0sskqlVR94jB+5+Pxjf+xBwDZF/N5+y2/q4EqD7IARUTSpPfIo8uf39SYpCxyOCtbyYpUrZ3F/k0zT4A==", - "peer": true - }, - "node_modules/@emnapi/core": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz", - "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@emnapi/wasi-threads": "1.2.1", - "tslib": "^2.4.0" - } - }, - "node_modules/@emnapi/runtime": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz", - "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==", - "license": "MIT", - "optional": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@emnapi/wasi-threads": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", - "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", - "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "eslint-visitor-keys": "^3.4.3" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.12.2", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz", - "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, - "node_modules/@eslint/config-array": { - "version": "0.21.2", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.2.tgz", - "integrity": "sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/object-schema": "^2.1.7", - "debug": "^4.3.1", - "minimatch": "^3.1.5" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/config-helpers": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz", - "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^0.17.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/core": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz", - "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@types/json-schema": "^7.0.15" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.5.tgz", - "integrity": "sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.14.0", - "debug": "^4.3.2", - "espree": "^10.0.1", - "globals": "^14.0.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.1", - "minimatch": "^3.1.5", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/js": { - "version": "9.39.4", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz", - "integrity": "sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - } - }, - "node_modules/@eslint/object-schema": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz", - "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@eslint/plugin-kit": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz", - "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^0.17.0", - "levn": "^0.4.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, - "node_modules/@heroicons/react": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz", - "integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==", - "license": "MIT", - "peerDependencies": { - "react": ">= 16 || ^19.0.0-rc" - } - }, - "node_modules/@humanfs/core": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz", - "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@humanfs/types": "^0.15.0" - }, - "engines": { - "node": ">=18.18.0" - } - }, - "node_modules/@humanfs/node": { - "version": "0.16.8", - "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz", - "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@humanfs/core": "^0.19.2", - "@humanfs/types": "^0.15.0", - "@humanwhocodes/retry": "^0.4.0" - }, - "engines": { - "node": ">=18.18.0" - } - }, - "node_modules/@humanfs/types": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz", - "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18.0" - } - }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=12.22" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/retry": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", - "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@img/colour": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz", - "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@img/sharp-darwin-arm64": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz", - "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==", - "cpu": [ - "arm64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-darwin-arm64": "1.2.4" - } - }, - "node_modules/@img/sharp-darwin-x64": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", - "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==", - "cpu": [ - "x64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-darwin-x64": "1.2.4" - } - }, - "node_modules/@img/sharp-libvips-darwin-arm64": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz", - "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==", - "cpu": [ - "arm64" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "darwin" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-darwin-x64": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", - "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==", - "cpu": [ - "x64" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "darwin" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linux-arm": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", - "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==", - "cpu": [ - "arm" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linux-arm64": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", - "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", - "cpu": [ - "arm64" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linux-ppc64": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz", - "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==", - "cpu": [ - "ppc64" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linux-riscv64": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz", - "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", - "cpu": [ - "riscv64" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linux-s390x": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", - "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==", - "cpu": [ - "s390x" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linux-x64": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", - "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==", - "cpu": [ - "x64" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linuxmusl-arm64": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", - "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==", - "cpu": [ - "arm64" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linuxmusl-x64": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", - "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", - "cpu": [ - "x64" - ], - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-linux-arm": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", - "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", - "cpu": [ - "arm" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linux-arm": "1.2.4" - } - }, - "node_modules/@img/sharp-linux-arm64": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", - "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==", - "cpu": [ - "arm64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linux-arm64": "1.2.4" - } - }, - "node_modules/@img/sharp-linux-ppc64": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz", - "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==", - "cpu": [ - "ppc64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linux-ppc64": "1.2.4" - } - }, - "node_modules/@img/sharp-linux-riscv64": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz", - "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==", - "cpu": [ - "riscv64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linux-riscv64": "1.2.4" - } - }, - "node_modules/@img/sharp-linux-s390x": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", - "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==", - "cpu": [ - "s390x" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linux-s390x": "1.2.4" - } - }, - "node_modules/@img/sharp-linux-x64": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", - "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==", - "cpu": [ - "x64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linux-x64": "1.2.4" - } - }, - "node_modules/@img/sharp-linuxmusl-arm64": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", - "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", - "cpu": [ - "arm64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" - } - }, - "node_modules/@img/sharp-linuxmusl-x64": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", - "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", - "cpu": [ - "x64" - ], - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linuxmusl-x64": "1.2.4" - } - }, - "node_modules/@img/sharp-wasm32": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", - "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==", - "cpu": [ - "wasm32" - ], - "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", - "optional": true, - "dependencies": { - "@emnapi/runtime": "^1.7.0" - }, - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-win32-arm64": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz", - "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==", - "cpu": [ - "arm64" - ], - "license": "Apache-2.0 AND LGPL-3.0-or-later", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-win32-ia32": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", - "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==", - "cpu": [ - "ia32" - ], - "license": "Apache-2.0 AND LGPL-3.0-or-later", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-win32-x64": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", - "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==", - "cpu": [ - "x64" - ], - "license": "Apache-2.0 AND LGPL-3.0-or-later", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", - "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "node_modules/@jridgewell/remapping": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", - "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", - "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", - "dev": true, - "license": "MIT" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.31", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", - "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@napi-rs/wasm-runtime": { - "version": "0.2.12", - "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz", - "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@emnapi/core": "^1.4.3", - "@emnapi/runtime": "^1.4.3", - "@tybys/wasm-util": "^0.10.0" - } - }, - "node_modules/@next/env": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.6.tgz", - "integrity": "sha512-gd8HoHN4ufj73WmR3JmVolrpJR47ILK6LouP5xElPglaVxir6e1a7VzvTvDWkOoPXT9rkkTzyCxBu4yeZfZwcw==", - "license": "MIT" - }, - "node_modules/@next/eslint-plugin-next": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.6.tgz", - "integrity": "sha512-Z8l6o4JWKUl755x4R+wogD86KPeU+Ckw4K+SYG4kHeOJtRenDeK+OSbGcqZpDtbwn9DsJVdir2UxmwXuinUbUw==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-glob": "3.3.1" - } - }, - "node_modules/@next/swc-darwin-arm64": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.6.tgz", - "integrity": "sha512-ZJGkkcNfYgrrMkqOdZ7zoLa1TOy0qpcMfk/z4Mh/FKUz40gVO+HNQWqmLxf67Z5WB64DRp0dhEbyHfel+6sJUg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-darwin-x64": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.6.tgz", - "integrity": "sha512-v/YLBHIY132Ced3puBJ7YJKw1lqsCrgcNo2aRJlCEyQrrCeRJlvGlnmxhPxNQI3KE3N1DN5r9TPNPvka3nq5RQ==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-arm64-gnu": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.6.tgz", - "integrity": "sha512-RPOvqlYBbcQjkz9VQQDZ2T2bARIjXZV1KFlt+V2Mr6SW/e4I9fcKsaA0hdyf2FHoTlsV2xnBd5Y912rP/1Ce6w==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-arm64-musl": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.6.tgz", - "integrity": "sha512-URUTu1+dMkxJsPFgm+OeEvq9wf5sujw0EvgYy80TDGHTSLTnIHeqb0Eu8A3sC95IRgjejQL+kC4mw+4yPxiAXA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-x64-gnu": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.6.tgz", - "integrity": "sha512-DOj182mPV8G3UkrayLoREM5YEYI+Dk5wv7Ox9xl1fFibAELEsFD0lDPfHIeILlutMMfdyhlzYPELG3peuKaurw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-x64-musl": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.6.tgz", - "integrity": "sha512-HKQ5SP/V/ub73UvF7n/zeJlxk2kLmtL7Wzrg4WfmkjmNos5onJ2tKu7yZOPdL18A6Svfn3max29ym+ry7NkK4g==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-arm64-msvc": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.6.tgz", - "integrity": "sha512-LZXpTlPyS5v7HhSmnvsLGP3iIYgYOBnc8r8ArlT55sGHV89bR2HlDdBjWQ+PY6SJMmk8TuVGFuxalnP3k/0Dwg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-x64-msvc": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.6.tgz", - "integrity": "sha512-F0+4i0h9J6C4eE3EAPWsoCk7UW/dbzOjyzxY0qnDUOYFu6FFmdZ6l97/XdV3/Nz3VYyO7UWjyEJUXkGqcoXfMA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@noble/ciphers": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-2.2.0.tgz", - "integrity": "sha512-Z6pjIZ/8IJcCGzb2S/0Px5J81yij85xASuk1teLNeg75bfT07MV3a/O2Mtn1I2se43k3lkVEcFaR10N4cgQcZA==", - "license": "MIT", - "engines": { - "node": ">= 20.19.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@noble/hashes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", - "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", - "license": "MIT", - "engines": { - "node": ">= 20.19.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nolyfill/is-core-module": { - "version": "1.0.39", - "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz", - "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.4.0" - } - }, - "node_modules/@opentelemetry/semantic-conventions": { - "version": "1.41.1", - "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.41.1.tgz", - "integrity": "sha512-/UhIkaZgPutTFmQ7RnIJGgDXZmtEJ7Dvi86xNTFWcnRxVRNk/aotsqDJYeEvDP+FSMB2SdW+pQzNMcWP0rwuNA==", - "license": "Apache-2.0", - "engines": { - "node": ">=14" - } - }, - "node_modules/@rtsao/scc": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz", - "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==", - "dev": true, - "license": "MIT" - }, - "node_modules/@standard-schema/spec": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", - "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", - "license": "MIT" - }, - "node_modules/@swc/helpers": { - "version": "0.5.15", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz", - "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==", - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.8.0" - } - }, - "node_modules/@tailwindcss/node": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz", - "integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/remapping": "^2.3.5", - "enhanced-resolve": "^5.21.0", - "jiti": "^2.6.1", - "lightningcss": "1.32.0", - "magic-string": "^0.30.21", - "source-map-js": "^1.2.1", - "tailwindcss": "4.3.0" - } - }, - "node_modules/@tailwindcss/oxide": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz", - "integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 20" - }, - "optionalDependencies": { - "@tailwindcss/oxide-android-arm64": "4.3.0", - "@tailwindcss/oxide-darwin-arm64": "4.3.0", - "@tailwindcss/oxide-darwin-x64": "4.3.0", - "@tailwindcss/oxide-freebsd-x64": "4.3.0", - "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0", - "@tailwindcss/oxide-linux-arm64-gnu": "4.3.0", - "@tailwindcss/oxide-linux-arm64-musl": "4.3.0", - "@tailwindcss/oxide-linux-x64-gnu": "4.3.0", - "@tailwindcss/oxide-linux-x64-musl": "4.3.0", - "@tailwindcss/oxide-wasm32-wasi": "4.3.0", - "@tailwindcss/oxide-win32-arm64-msvc": "4.3.0", - "@tailwindcss/oxide-win32-x64-msvc": "4.3.0" - } - }, - "node_modules/@tailwindcss/oxide-android-arm64": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz", - "integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/oxide-darwin-arm64": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz", - "integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/oxide-darwin-x64": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz", - "integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/oxide-freebsd-x64": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz", - "integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz", - "integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz", - "integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/oxide-linux-arm64-musl": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz", - "integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/oxide-linux-x64-gnu": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz", - "integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/oxide-linux-x64-musl": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz", - "integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/oxide-wasm32-wasi": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz", - "integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==", - "bundleDependencies": [ - "@napi-rs/wasm-runtime", - "@emnapi/core", - "@emnapi/runtime", - "@tybys/wasm-util", - "@emnapi/wasi-threads", - "tslib" - ], - "cpu": [ - "wasm32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@emnapi/core": "^1.10.0", - "@emnapi/runtime": "^1.10.0", - "@emnapi/wasi-threads": "^1.2.1", - "@napi-rs/wasm-runtime": "^1.1.4", - "@tybys/wasm-util": "^0.10.1", - "tslib": "^2.8.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz", - "integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/oxide-win32-x64-msvc": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz", - "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 20" - } - }, - "node_modules/@tailwindcss/postcss": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.0.tgz", - "integrity": "sha512-Jm05Tjx+9yCLGv5qw1c+84Psds8MnyrEQYCB+FFk2lgGiUjlRqdxke4mVTuYrj2xnVZqKim2Apr5ySuQRYAw/w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "@tailwindcss/node": "4.3.0", - "@tailwindcss/oxide": "4.3.0", - "postcss": "^8.5.10", - "tailwindcss": "4.3.0" - } - }, - "node_modules/@tybys/wasm-util": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", - "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@types/estree": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz", - "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.3.tgz", - "integrity": "sha512-PwFvSKsXGShKGW6n5bZOhGHEcCZXM8HofLK9fNsEwZXzFRjoY+XT1Vsf1zgyXdwTr0ZYz1/2tkZ0DBTT9jZjhw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/regexpp": "^4.12.2", - "@typescript-eslint/scope-manager": "8.59.3", - "@typescript-eslint/type-utils": "8.59.3", - "@typescript-eslint/utils": "8.59.3", - "@typescript-eslint/visitor-keys": "8.59.3", - "ignore": "^7.0.5", - "natural-compare": "^1.4.0", - "ts-api-utils": "^2.5.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^8.59.3", - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", - "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/@typescript-eslint/parser": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.3.tgz", - "integrity": "sha512-HPwA+hVkfcriajbNvTmZv4VRauibay+cWArYUYq7u7W7PmGShMxbPxLvrwDme55a6d5alG3nrYfhyJ/G28XlLg==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@typescript-eslint/scope-manager": "8.59.3", - "@typescript-eslint/types": "8.59.3", - "@typescript-eslint/typescript-estree": "8.59.3", - "@typescript-eslint/visitor-keys": "8.59.3", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/project-service": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.3.tgz", - "integrity": "sha512-ECiUWa/KYRGDFUqTNehaRgzDshnJfkTABJxVemHk4ko22gcr0ukloKjWvyQ64g8YCV/UI47kN1dbmjf/GaQYng==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.59.3", - "@typescript-eslint/types": "^8.59.3", - "debug": "^4.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz", - "integrity": "sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.59.3", - "@typescript-eslint/visitor-keys": "8.59.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.3.tgz", - "integrity": "sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/type-utils": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.3.tgz", - "integrity": "sha512-g71d8QD8UaiHGvrJwyIS1hCX5r63w6Jll+4VEYhEAHXTDIqX1JgxhTAbEHtKntL9kuc4jRo7/GWw5xfCepSccQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.59.3", - "@typescript-eslint/typescript-estree": "8.59.3", - "@typescript-eslint/utils": "8.59.3", - "debug": "^4.4.3", - "ts-api-utils": "^2.5.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/types": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.3.tgz", - "integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.3.tgz", - "integrity": "sha512-CbRjVRAf7Lr9Kr8RopKcbY45p2VfmmHrm0ygOCYFi7oU8q19m0Fs/6iHS7kNOmwpp+ob07ZVcAqlxUod9lYdmg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/project-service": "8.59.3", - "@typescript-eslint/tsconfig-utils": "8.59.3", - "@typescript-eslint/types": "8.59.3", - "@typescript-eslint/visitor-keys": "8.59.3", - "debug": "^4.4.3", - "minimatch": "^10.2.2", - "semver": "^7.7.3", - "tinyglobby": "^0.2.15", - "ts-api-utils": "^2.5.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", - "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "18 || 20 || >=22" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", - "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^4.0.2" - }, - "engines": { - "node": "18 || 20 || >=22" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", - "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "brace-expansion": "^5.0.5" - }, - "engines": { - "node": "18 || 20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", - "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@typescript-eslint/utils": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.3.tgz", - "integrity": "sha512-JAvT14goBzRzzzZyqq3P9BLArIxTtQURUtFgQ/V7FO+eU+Gg6ES+5ymOPP1wRxXcxAYeivCk4uS3jCKWI1K8Zg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.59.3", - "@typescript-eslint/types": "8.59.3", - "@typescript-eslint/typescript-estree": "8.59.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz", - "integrity": "sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.59.3", - "eslint-visitor-keys": "^5.0.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", - "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@unrs/resolver-binding-android-arm-eabi": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz", - "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@unrs/resolver-binding-android-arm64": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz", - "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@unrs/resolver-binding-darwin-arm64": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz", - "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@unrs/resolver-binding-darwin-x64": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz", - "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@unrs/resolver-binding-freebsd-x64": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz", - "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz", - "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz", - "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@unrs/resolver-binding-linux-arm64-gnu": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz", - "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@unrs/resolver-binding-linux-arm64-musl": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz", - "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz", - "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz", - "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@unrs/resolver-binding-linux-riscv64-musl": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz", - "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@unrs/resolver-binding-linux-s390x-gnu": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz", - "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@unrs/resolver-binding-linux-x64-gnu": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz", - "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@unrs/resolver-binding-linux-x64-musl": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz", - "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@unrs/resolver-binding-wasm32-wasi": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz", - "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==", - "cpu": [ - "wasm32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@napi-rs/wasm-runtime": "^0.2.11" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@unrs/resolver-binding-win32-arm64-msvc": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz", - "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@unrs/resolver-binding-win32-ia32-msvc": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz", - "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@unrs/resolver-binding-win32-x64-msvc": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz", - "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/acorn": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", - "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", - "dev": true, - "license": "MIT", - "peer": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/ajv": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz", - "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true, - "license": "Python-2.0" - }, - "node_modules/aria-query": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", - "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/array-buffer-byte-length": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", - "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "is-array-buffer": "^3.0.5" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-includes": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz", - "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "define-properties": "^1.2.1", - "es-abstract": "^1.24.0", - "es-object-atoms": "^1.1.1", - "get-intrinsic": "^1.3.0", - "is-string": "^1.1.1", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.findlast": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", - "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.2", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", - "es-shim-unscopables": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.findlastindex": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz", - "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.9", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "es-shim-unscopables": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flat": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz", - "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", - "es-shim-unscopables": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flatmap": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz", - "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", - "es-shim-unscopables": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.tosorted": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz", - "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.3", - "es-errors": "^1.3.0", - "es-shim-unscopables": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", - "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.1", - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "is-array-buffer": "^3.0.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/ast-types-flow": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", - "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/async-function": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", - "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/available-typed-arrays": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", - "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/axe-core": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.4.tgz", - "integrity": "sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==", - "dev": true, - "license": "MPL-2.0", - "engines": { - "node": ">=4" - } - }, - "node_modules/axobject-query": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz", - "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/babel-plugin-react-compiler": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-1.0.0.tgz", - "integrity": "sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==", - "devOptional": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@babel/types": "^7.26.0" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, - "license": "MIT" - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/baseline-browser-mapping": { - "version": "2.10.29", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.29.tgz", - "integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==", - "license": "Apache-2.0", - "bin": { - "baseline-browser-mapping": "dist/cli.cjs" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/better-auth": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/better-auth/-/better-auth-1.6.11.tgz", - "integrity": "sha512-Wwt6+q07dwIhsp6XiM7L1qSXVUWBEtNl+eZvwM778CguFqDZFBN9Pt6LtFaHl55t8Z+Zc//5kxcbgDY8/79vFQ==", - "license": "MIT", - "dependencies": { - "@better-auth/core": "1.6.11", - "@better-auth/drizzle-adapter": "1.6.11", - "@better-auth/kysely-adapter": "1.6.11", - "@better-auth/memory-adapter": "1.6.11", - "@better-auth/mongo-adapter": "1.6.11", - "@better-auth/prisma-adapter": "1.6.11", - "@better-auth/telemetry": "1.6.11", - "@better-auth/utils": "0.4.0", - "@better-fetch/fetch": "1.1.21", - "@noble/ciphers": "^2.1.1", - "@noble/hashes": "^2.0.1", - "better-call": "1.3.5", - "defu": "^6.1.4", - "jose": "^6.1.3", - "kysely": "^0.28.17", - "nanostores": "^1.1.1", - "zod": "^4.3.6" - }, - "peerDependencies": { - "@lynx-js/react": "*", - "@prisma/client": "^5.0.0 || ^6.0.0 || ^7.0.0", - "@sveltejs/kit": "^2.0.0", - "@tanstack/react-start": "^1.0.0", - "@tanstack/solid-start": "^1.0.0", - "better-sqlite3": "^12.0.0", - "drizzle-kit": ">=0.31.4", - "drizzle-orm": "^0.45.2", - "mongodb": "^6.0.0 || ^7.0.0", - "mysql2": "^3.0.0", - "next": "^14.0.0 || ^15.0.0 || ^16.0.0", - "pg": "^8.0.0", - "prisma": "^5.0.0 || ^6.0.0 || ^7.0.0", - "react": "^18.0.0 || ^19.0.0", - "react-dom": "^18.0.0 || ^19.0.0", - "solid-js": "^1.0.0", - "svelte": "^4.0.0 || ^5.0.0", - "vitest": "^2.0.0 || ^3.0.0 || ^4.0.0", - "vue": "^3.0.0" - }, - "peerDependenciesMeta": { - "@lynx-js/react": { - "optional": true - }, - "@prisma/client": { - "optional": true - }, - "@sveltejs/kit": { - "optional": true - }, - "@tanstack/react-start": { - "optional": true - }, - "@tanstack/solid-start": { - "optional": true - }, - "better-sqlite3": { - "optional": true - }, - "drizzle-kit": { - "optional": true - }, - "drizzle-orm": { - "optional": true - }, - "mongodb": { - "optional": true - }, - "mysql2": { - "optional": true - }, - "next": { - "optional": true - }, - "pg": { - "optional": true - }, - "prisma": { - "optional": true - }, - "react": { - "optional": true - }, - "react-dom": { - "optional": true - }, - "solid-js": { - "optional": true - }, - "svelte": { - "optional": true - }, - "vitest": { - "optional": true - }, - "vue": { - "optional": true - } - } - }, - "node_modules/better-call": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/better-call/-/better-call-1.3.5.tgz", - "integrity": "sha512-kOFJkBP7utAQLEYrobZm3vkTH8mXq5GNgvjc5/XEST1ilVHaxXUXfeDeFlqoETMtyqS4+3/h4ONX2i++ebZrvA==", - "license": "MIT", - "peer": true, - "dependencies": { - "@better-auth/utils": "^0.4.0", - "@better-fetch/fetch": "^1.1.21", - "rou3": "^0.7.12", - "set-cookie-parser": "^3.0.1" - }, - "peerDependencies": { - "zod": "^4.0.0" - }, - "peerDependenciesMeta": { - "zod": { - "optional": true - } - } - }, - "node_modules/better-sqlite3": { - "version": "12.10.0", - "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.10.0.tgz", - "integrity": "sha512-CyzaZRQKyHkB2ZInfTTl2nvT33EbDpjkLEbE8/Zck3Ll6O0qqvuGdrJ45HgtH+HykRg88ITY3AdreBGN70aBSQ==", - "hasInstallScript": true, - "license": "MIT", - "peer": true, - "dependencies": { - "bindings": "^1.5.0", - "prebuild-install": "^7.1.1" - }, - "engines": { - "node": "20.x || 22.x || 23.x || 24.x || 25.x || 26.x" - } - }, - "node_modules/bindings": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", - "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", - "license": "MIT", - "dependencies": { - "file-uri-to-path": "1.0.0" - } - }, - "node_modules/bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "license": "MIT", - "dependencies": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", - "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.28.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz", - "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "peer": true, - "dependencies": { - "baseline-browser-mapping": "^2.10.12", - "caniuse-lite": "^1.0.30001782", - "electron-to-chromium": "^1.5.328", - "node-releases": "^2.0.36", - "update-browserslist-db": "^1.2.3" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "node_modules/call-bind": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz", - "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "es-define-property": "^1.0.1", - "get-intrinsic": "^1.3.0", - "set-function-length": "^1.2.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/call-bind-apply-helpers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/call-bound": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "get-intrinsic": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001792", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz", - "integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "CC-BY-4.0" - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/chownr": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", - "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", - "license": "ISC" - }, - "node_modules/client-only": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", - "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", - "license": "MIT" - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "license": "MIT" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true, - "license": "MIT" - }, - "node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true, - "license": "MIT" - }, - "node_modules/cross-spawn": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", - "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", - "dev": true, - "license": "MIT", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/damerau-levenshtein": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", - "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", - "dev": true, - "license": "BSD-2-Clause" - }, - "node_modules/data-view-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", - "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/data-view-byte-length": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", - "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/inspect-js" - } - }, - "node_modules/data-view-byte-offset": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", - "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/debug": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", - "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decompress-response": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", - "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", - "license": "MIT", - "dependencies": { - "mimic-response": "^3.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "license": "MIT", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/define-properties": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-data-property": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/defu": { - "version": "6.1.7", - "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz", - "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==", - "license": "MIT" - }, - "node_modules/detect-libc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", - "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", - "license": "Apache-2.0", - "engines": { - "node": ">=8" - } - }, - "node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/dunder-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.1", - "es-errors": "^1.3.0", - "gopd": "^1.2.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.5.353", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.353.tgz", - "integrity": "sha512-kOrWphBi8TOZyiJZqsgqIle0lw+tzmnQK83pV9dZUd01Nm2POECSyFQMAuarzZdYqQW7FH9RaYOuaRo3h+bQ3w==", - "dev": true, - "license": "ISC" - }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true, - "license": "MIT" - }, - "node_modules/end-of-stream": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", - "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", - "license": "MIT", - "dependencies": { - "once": "^1.4.0" - } - }, - "node_modules/enhanced-resolve": { - "version": "5.21.3", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.3.tgz", - "integrity": "sha512-QyL119InA+XXEkNLNTPCXPugSvOfhwv0JOlGNzvxs0hZaiHLNvXSpudUWsOlsXGWJh8G6ckCScEkVHfX3kw/2Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.3.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/es-abstract": { - "version": "1.24.2", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz", - "integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.2", - "arraybuffer.prototype.slice": "^1.0.4", - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "data-view-buffer": "^1.0.2", - "data-view-byte-length": "^1.0.2", - "data-view-byte-offset": "^1.0.1", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "es-set-tostringtag": "^2.1.0", - "es-to-primitive": "^1.3.0", - "function.prototype.name": "^1.1.8", - "get-intrinsic": "^1.3.0", - "get-proto": "^1.0.1", - "get-symbol-description": "^1.1.0", - "globalthis": "^1.0.4", - "gopd": "^1.2.0", - "has-property-descriptors": "^1.0.2", - "has-proto": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "internal-slot": "^1.1.0", - "is-array-buffer": "^3.0.5", - "is-callable": "^1.2.7", - "is-data-view": "^1.0.2", - "is-negative-zero": "^2.0.3", - "is-regex": "^1.2.1", - "is-set": "^2.0.3", - "is-shared-array-buffer": "^1.0.4", - "is-string": "^1.1.1", - "is-typed-array": "^1.1.15", - "is-weakref": "^1.1.1", - "math-intrinsics": "^1.1.0", - "object-inspect": "^1.13.4", - "object-keys": "^1.1.1", - "object.assign": "^4.1.7", - "own-keys": "^1.0.1", - "regexp.prototype.flags": "^1.5.4", - "safe-array-concat": "^1.1.3", - "safe-push-apply": "^1.0.0", - "safe-regex-test": "^1.1.0", - "set-proto": "^1.0.0", - "stop-iteration-iterator": "^1.1.0", - "string.prototype.trim": "^1.2.10", - "string.prototype.trimend": "^1.0.9", - "string.prototype.trimstart": "^1.0.8", - "typed-array-buffer": "^1.0.3", - "typed-array-byte-length": "^1.0.3", - "typed-array-byte-offset": "^1.0.4", - "typed-array-length": "^1.0.7", - "unbox-primitive": "^1.1.0", - "which-typed-array": "^1.1.19" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-define-property": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-iterator-helpers": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.2.tgz", - "integrity": "sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.9", - "call-bound": "^1.0.4", - "define-properties": "^1.2.1", - "es-abstract": "^1.24.2", - "es-errors": "^1.3.0", - "es-set-tostringtag": "^2.1.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.3.0", - "globalthis": "^1.0.4", - "gopd": "^1.2.0", - "has-property-descriptors": "^1.0.2", - "has-proto": "^1.2.0", - "has-symbols": "^1.1.0", - "internal-slot": "^1.1.0", - "iterator.prototype": "^1.1.5", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-object-atoms": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-set-tostringtag": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", - "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-shim-unscopables": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz", - "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==", - "dev": true, - "license": "MIT", - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-to-primitive": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", - "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-callable": "^1.2.7", - "is-date-object": "^1.0.5", - "is-symbol": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/escalade": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", - "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint": { - "version": "9.39.4", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.4.tgz", - "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@eslint-community/eslint-utils": "^4.8.0", - "@eslint-community/regexpp": "^4.12.1", - "@eslint/config-array": "^0.21.2", - "@eslint/config-helpers": "^0.4.2", - "@eslint/core": "^0.17.0", - "@eslint/eslintrc": "^3.3.5", - "@eslint/js": "9.39.4", - "@eslint/plugin-kit": "^0.4.1", - "@humanfs/node": "^0.16.6", - "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.4.2", - "@types/estree": "^1.0.6", - "ajv": "^6.14.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.6", - "debug": "^4.3.2", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.4.0", - "eslint-visitor-keys": "^4.2.1", - "espree": "^10.4.0", - "esquery": "^1.5.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^8.0.0", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.5", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - }, - "peerDependencies": { - "jiti": "*" - }, - "peerDependenciesMeta": { - "jiti": { - "optional": true - } - } - }, - "node_modules/eslint-config-next": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.2.6.tgz", - "integrity": "sha512-z2ELYSkyrrJ6cuunTU8vhsT/RpouPkjaSah06nVW6Rg2Hpg0Vs8s497/e5s8G8qtdp4ccsiovz5P1rv+5VSW2Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@next/eslint-plugin-next": "16.2.6", - "eslint-import-resolver-node": "^0.3.6", - "eslint-import-resolver-typescript": "^3.5.2", - "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jsx-a11y": "^6.10.0", - "eslint-plugin-react": "^7.37.0", - "eslint-plugin-react-hooks": "^7.0.0", - "globals": "16.4.0", - "typescript-eslint": "^8.46.0" - }, - "peerDependencies": { - "eslint": ">=9.0.0", - "typescript": ">=3.3.1" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/eslint-config-next/node_modules/globals": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", - "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.10", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.10.tgz", - "integrity": "sha512-tRrKqFyCaKict5hOd244sL6EQFNycnMQnBe+j8uqGNXYzsImGbGUU4ibtoaBmv5FLwJwcFJNeg1GeVjQfbMrDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^3.2.7", - "is-core-module": "^2.16.1", - "resolve": "^2.0.0-next.6" - } - }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-import-resolver-typescript": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz", - "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "@nolyfill/is-core-module": "1.0.39", - "debug": "^4.4.0", - "get-tsconfig": "^4.10.0", - "is-bun-module": "^2.0.0", - "stable-hash": "^0.0.5", - "tinyglobby": "^0.2.13", - "unrs-resolver": "^1.6.2" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint-import-resolver-typescript" - }, - "peerDependencies": { - "eslint": "*", - "eslint-plugin-import": "*", - "eslint-plugin-import-x": "*" - }, - "peerDependenciesMeta": { - "eslint-plugin-import": { - "optional": true - }, - "eslint-plugin-import-x": { - "optional": true - } - } - }, - "node_modules/eslint-module-utils": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz", - "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^3.2.7" - }, - "engines": { - "node": ">=4" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - } - } - }, - "node_modules/eslint-module-utils/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import": { - "version": "2.32.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz", - "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@rtsao/scc": "^1.1.0", - "array-includes": "^3.1.9", - "array.prototype.findlastindex": "^1.2.6", - "array.prototype.flat": "^1.3.3", - "array.prototype.flatmap": "^1.3.3", - "debug": "^3.2.7", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.12.1", - "hasown": "^2.0.2", - "is-core-module": "^2.16.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.8", - "object.groupby": "^1.0.3", - "object.values": "^1.2.1", - "semver": "^6.3.1", - "string.prototype.trimend": "^1.0.9", - "tsconfig-paths": "^3.15.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" - } - }, - "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz", - "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "aria-query": "^5.3.2", - "array-includes": "^3.1.8", - "array.prototype.flatmap": "^1.3.2", - "ast-types-flow": "^0.0.8", - "axe-core": "^4.10.0", - "axobject-query": "^4.1.0", - "damerau-levenshtein": "^1.0.8", - "emoji-regex": "^9.2.2", - "hasown": "^2.0.2", - "jsx-ast-utils": "^3.3.5", - "language-tags": "^1.0.9", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.8", - "safe-regex-test": "^1.0.3", - "string.prototype.includes": "^2.0.1" - }, - "engines": { - "node": ">=4.0" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9" - } - }, - "node_modules/eslint-plugin-react": { - "version": "7.37.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz", - "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-includes": "^3.1.8", - "array.prototype.findlast": "^1.2.5", - "array.prototype.flatmap": "^1.3.3", - "array.prototype.tosorted": "^1.1.4", - "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.2.1", - "estraverse": "^5.3.0", - "hasown": "^2.0.2", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.1.2", - "object.entries": "^1.1.9", - "object.fromentries": "^2.0.8", - "object.values": "^1.2.1", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.5", - "semver": "^6.3.1", - "string.prototype.matchall": "^4.0.12", - "string.prototype.repeat": "^1.0.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" - } - }, - "node_modules/eslint-plugin-react-hooks": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz", - "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/core": "^7.24.4", - "@babel/parser": "^7.24.4", - "hermes-parser": "^0.25.1", - "zod": "^3.25.0 || ^4.0.0", - "zod-validation-error": "^3.5.0 || ^4.0.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0" - } - }, - "node_modules/eslint-scope": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", - "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", - "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/espree": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", - "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.15.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.2.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esquery": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz", - "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-template": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", - "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", - "license": "(MIT OR WTFPL)", - "engines": { - "node": ">=6" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-glob": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true, - "license": "MIT" - }, - "node_modules/fastq": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", - "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", - "dev": true, - "license": "ISC", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/file-entry-cache": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", - "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "flat-cache": "^4.0.0" - }, - "engines": { - "node": ">=16.0.0" - } - }, - "node_modules/file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", - "license": "MIT" - }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "license": "MIT", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "license": "MIT", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/flat-cache": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", - "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", - "dev": true, - "license": "MIT", - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.4" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/flatted": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz", - "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==", - "dev": true, - "license": "ISC" - }, - "node_modules/for-each": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", - "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-callable": "^1.2.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/fs-constants": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", - "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", - "license": "MIT" - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/function.prototype.name": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", - "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "define-properties": "^1.2.1", - "functions-have-names": "^1.2.3", - "hasown": "^2.0.2", - "is-callable": "^1.2.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/functions-have-names": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/generator-function": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz", - "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-intrinsic": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "function-bind": "^1.1.2", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/get-symbol-description": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", - "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-tsconfig": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.14.0.tgz", - "integrity": "sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==", - "dev": true, - "license": "MIT", - "dependencies": { - "resolve-pkg-maps": "^1.0.0" - }, - "funding": { - "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" - } - }, - "node_modules/github-from-package": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", - "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==", - "license": "MIT" - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globalthis": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", - "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-properties": "^1.2.1", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gopd": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/has-bigints": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", - "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-define-property": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-proto": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", - "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-symbols": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/hasown": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz", - "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/hermes-estree": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz", - "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==", - "dev": true, - "license": "MIT" - }, - "node_modules/hermes-parser": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz", - "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "hermes-estree": "0.25.1" - } - }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "BSD-3-Clause" - }, - "node_modules/ignore": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", - "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/import-fresh": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", - "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "license": "ISC" - }, - "node_modules/ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "license": "ISC" - }, - "node_modules/internal-slot": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", - "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "hasown": "^2.0.2", - "side-channel": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-array-buffer": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", - "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-async-function": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", - "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "async-function": "^1.0.0", - "call-bound": "^1.0.3", - "get-proto": "^1.0.1", - "has-tostringtag": "^1.0.2", - "safe-regex-test": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-bigint": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", - "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-bigints": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-boolean-object": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", - "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-bun-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz", - "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "semver": "^7.7.1" - } - }, - "node_modules/is-bun-module/node_modules/semver": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", - "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/is-callable": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-core-module": { - "version": "2.16.2", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz", - "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==", - "dev": true, - "license": "MIT", - "dependencies": { - "hasown": "^2.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-data-view": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", - "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "get-intrinsic": "^1.2.6", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-date-object": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", - "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-finalizationregistry": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", - "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-generator-function": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz", - "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.4", - "generator-function": "^2.0.0", - "get-proto": "^1.0.1", - "has-tostringtag": "^1.0.2", - "safe-regex-test": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-map": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", - "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-negative-zero": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", - "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-number-object": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", - "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-regex": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", - "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "gopd": "^1.2.0", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-set": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", - "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", - "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-string": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", - "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-symbol": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", - "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "has-symbols": "^1.1.0", - "safe-regex-test": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typed-array": { - "version": "1.1.15", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", - "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "which-typed-array": "^1.1.16" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakmap": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", - "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakref": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", - "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakset": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", - "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "dev": true, - "license": "MIT" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true, - "license": "ISC" - }, - "node_modules/iterator.prototype": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz", - "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-data-property": "^1.1.4", - "es-object-atoms": "^1.0.0", - "get-intrinsic": "^1.2.6", - "get-proto": "^1.0.0", - "has-symbols": "^1.1.0", - "set-function-name": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/jiti": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz", - "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==", - "dev": true, - "license": "MIT", - "bin": { - "jiti": "lib/jiti-cli.mjs" - } - }, - "node_modules/jose": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz", - "integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==", - "license": "MIT", - "peer": true, - "funding": { - "url": "https://github.com/sponsors/panva" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/jsesc": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", - "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", - "dev": true, - "license": "MIT", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true, - "license": "MIT" - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true, - "license": "MIT" - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, - "license": "MIT", - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jsx-ast-utils": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", - "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.flat": "^1.3.1", - "object.assign": "^4.1.4", - "object.values": "^1.1.6" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, - "license": "MIT", - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/kysely": { - "version": "0.28.17", - "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.17.tgz", - "integrity": "sha512-nbD8lB9EB3wNdMhOCdx5Li8DxnLbvKByylRLcJ1h+4SkrowVeECAyZlyiKMThF7xFdRz0jSQ2MoJr+wXux2y0Q==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=20.0.0" - } - }, - "node_modules/language-subtag-registry": { - "version": "0.3.23", - "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz", - "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", - "dev": true, - "license": "CC0-1.0" - }, - "node_modules/language-tags": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz", - "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==", - "dev": true, - "license": "MIT", - "dependencies": { - "language-subtag-registry": "^0.3.20" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lightningcss": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", - "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", - "dev": true, - "license": "MPL-2.0", - "dependencies": { - "detect-libc": "^2.0.3" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "lightningcss-android-arm64": "1.32.0", - "lightningcss-darwin-arm64": "1.32.0", - "lightningcss-darwin-x64": "1.32.0", - "lightningcss-freebsd-x64": "1.32.0", - "lightningcss-linux-arm-gnueabihf": "1.32.0", - "lightningcss-linux-arm64-gnu": "1.32.0", - "lightningcss-linux-arm64-musl": "1.32.0", - "lightningcss-linux-x64-gnu": "1.32.0", - "lightningcss-linux-x64-musl": "1.32.0", - "lightningcss-win32-arm64-msvc": "1.32.0", - "lightningcss-win32-x64-msvc": "1.32.0" - } - }, - "node_modules/lightningcss-android-arm64": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", - "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-darwin-arm64": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", - "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-darwin-x64": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", - "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-freebsd-x64": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", - "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-arm-gnueabihf": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", - "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-arm64-gnu": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", - "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-arm64-musl": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", - "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-x64-gnu": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", - "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-linux-x64-musl": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", - "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-win32-arm64-msvc": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", - "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/lightningcss-win32-x64-msvc": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", - "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/magic-string": { - "version": "0.30.21", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", - "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.5" - } - }, - "node_modules/math-intrinsics": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "dev": true, - "license": "MIT", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mimic-response": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", - "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/minimatch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", - "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/mkdirp-classic": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", - "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", - "license": "MIT" - }, - "node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true, - "license": "MIT" - }, - "node_modules/nanoid": { - "version": "3.3.12", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", - "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/nanostores": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-1.3.0.tgz", - "integrity": "sha512-XPUa/jz+P1oJvN9VBxw4L9MtdFfaH3DAryqPssqhb2kXjmb9npz0dly6rCsgFWOPr4Yg9mTfM3MDZgZZ+7A3lA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "peer": true, - "engines": { - "node": "^20.0.0 || >=22.0.0" - } - }, - "node_modules/napi-build-utils": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz", - "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==", - "license": "MIT" - }, - "node_modules/napi-postinstall": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz", - "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==", - "dev": true, - "license": "MIT", - "bin": { - "napi-postinstall": "lib/cli.js" - }, - "engines": { - "node": "^12.20.0 || ^14.18.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/napi-postinstall" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true, - "license": "MIT" - }, - "node_modules/next": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/next/-/next-16.2.6.tgz", - "integrity": "sha512-qOVgKJg1+At15NpeUP+eJgCHvTCgXsogweq87Ri/Ix7PkqQHg4sdaXmSFqKlgaIXE4kW0g25LE68W87UANlHtw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@next/env": "16.2.6", - "@swc/helpers": "0.5.15", - "baseline-browser-mapping": "^2.9.19", - "caniuse-lite": "^1.0.30001579", - "postcss": "8.4.31", - "styled-jsx": "5.1.6" - }, - "bin": { - "next": "dist/bin/next" - }, - "engines": { - "node": ">=20.9.0" - }, - "optionalDependencies": { - "@next/swc-darwin-arm64": "16.2.6", - "@next/swc-darwin-x64": "16.2.6", - "@next/swc-linux-arm64-gnu": "16.2.6", - "@next/swc-linux-arm64-musl": "16.2.6", - "@next/swc-linux-x64-gnu": "16.2.6", - "@next/swc-linux-x64-musl": "16.2.6", - "@next/swc-win32-arm64-msvc": "16.2.6", - "@next/swc-win32-x64-msvc": "16.2.6", - "sharp": "^0.34.5" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.1.0", - "@playwright/test": "^1.51.1", - "babel-plugin-react-compiler": "*", - "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", - "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0", - "sass": "^1.3.0" - }, - "peerDependenciesMeta": { - "@opentelemetry/api": { - "optional": true - }, - "@playwright/test": { - "optional": true - }, - "babel-plugin-react-compiler": { - "optional": true - }, - "sass": { - "optional": true - } - } - }, - "node_modules/next/node_modules/postcss": { - "version": "8.4.31", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/node-abi": { - "version": "3.92.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.92.0.tgz", - "integrity": "sha512-KdHvFWZjEKDf0cakgFjebl371GPsISX2oZHcuyKqM7DtogIsHrqKeLTo8wBHxaXRAQlY2PsPlZmfo+9ZCxEREQ==", - "license": "MIT", - "dependencies": { - "semver": "^7.3.5" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/node-abi/node_modules/semver": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", - "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/node-exports-info": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz", - "integrity": "sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==", - "dev": true, - "license": "MIT", - "dependencies": { - "array.prototype.flatmap": "^1.3.3", - "es-errors": "^1.3.0", - "object.entries": "^1.1.9", - "semver": "^6.3.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/node-releases": { - "version": "2.0.44", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.44.tgz", - "integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.13.4", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", - "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0", - "has-symbols": "^1.1.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.entries": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz", - "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.fromentries": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", - "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.2", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.groupby": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", - "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.values": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz", - "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/optionator": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", - "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", - "dev": true, - "license": "MIT", - "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.5" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/own-keys": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", - "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", - "dev": true, - "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.6", - "object-keys": "^1.1.1", - "safe-push-apply": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "license": "MIT", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true, - "license": "MIT" - }, - "node_modules/pg": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/pg/-/pg-8.20.0.tgz", - "integrity": "sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA==", - "license": "MIT", - "peer": true, - "dependencies": { - "pg-connection-string": "^2.12.0", - "pg-pool": "^3.13.0", - "pg-protocol": "^1.13.0", - "pg-types": "2.2.0", - "pgpass": "1.0.5" - }, - "engines": { - "node": ">= 16.0.0" - }, - "optionalDependencies": { - "pg-cloudflare": "^1.3.0" - }, - "peerDependencies": { - "pg-native": ">=3.0.1" - }, - "peerDependenciesMeta": { - "pg-native": { - "optional": true - } - } - }, - "node_modules/pg-cloudflare": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.3.0.tgz", - "integrity": "sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==", - "license": "MIT", - "optional": true - }, - "node_modules/pg-connection-string": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.12.0.tgz", - "integrity": "sha512-U7qg+bpswf3Cs5xLzRqbXbQl85ng0mfSV/J0nnA31MCLgvEaAo7CIhmeyrmJpOr7o+zm0rXK+hNnT5l9RHkCkQ==", - "license": "MIT" - }, - "node_modules/pg-int8": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", - "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==", - "license": "ISC", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/pg-pool": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.13.0.tgz", - "integrity": "sha512-gB+R+Xud1gLFuRD/QgOIgGOBE2KCQPaPwkzBBGC9oG69pHTkhQeIuejVIk3/cnDyX39av2AxomQiyPT13WKHQA==", - "license": "MIT", - "peerDependencies": { - "pg": ">=8.0" - } - }, - "node_modules/pg-protocol": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.13.0.tgz", - "integrity": "sha512-zzdvXfS6v89r6v7OcFCHfHlyG/wvry1ALxZo4LqgUoy7W9xhBDMaqOuMiF3qEV45VqsN6rdlcehHrfDtlCPc8w==", - "license": "MIT" - }, - "node_modules/pg-types": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz", - "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", - "license": "MIT", - "dependencies": { - "pg-int8": "1.0.1", - "postgres-array": "~2.0.0", - "postgres-bytea": "~1.0.0", - "postgres-date": "~1.0.4", - "postgres-interval": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pgpass": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", - "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", - "license": "MIT", - "dependencies": { - "split2": "^4.1.0" - } - }, - "node_modules/picocolors": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", - "license": "ISC" - }, - "node_modules/picomatch": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", - "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/possible-typed-array-names": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", - "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/postcss": { - "version": "8.5.14", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", - "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.11", - "picocolors": "^1.1.1", - "source-map-js": "^1.2.1" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postgres-array": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", - "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/postgres-bytea": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz", - "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postgres-date": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz", - "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postgres-interval": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz", - "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", - "license": "MIT", - "dependencies": { - "xtend": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/prebuild-install": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz", - "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==", - "deprecated": "No longer maintained. Please contact the author of the relevant native addon; alternatives are available.", - "license": "MIT", - "dependencies": { - "detect-libc": "^2.0.0", - "expand-template": "^2.0.3", - "github-from-package": "0.0.0", - "minimist": "^1.2.3", - "mkdirp-classic": "^0.5.3", - "napi-build-utils": "^2.0.0", - "node-abi": "^3.3.0", - "pump": "^3.0.0", - "rc": "^1.2.7", - "simple-get": "^4.0.0", - "tar-fs": "^2.0.0", - "tunnel-agent": "^0.6.0" - }, - "bin": { - "prebuild-install": "bin.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "dev": true, - "license": "MIT", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/pump": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz", - "integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==", - "license": "MIT", - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/rc": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", - "dependencies": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "bin": { - "rc": "cli.js" - } - }, - "node_modules/rc/node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dom": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", - "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "scheduler": "^0.27.0" - }, - "peerDependencies": { - "react": "^19.2.4" - } - }, - "node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/reflect.getprototypeof": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", - "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.9", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", - "get-intrinsic": "^1.2.7", - "get-proto": "^1.0.1", - "which-builtin-type": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regexp.prototype.flags": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", - "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-errors": "^1.3.0", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "set-function-name": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve": { - "version": "2.0.0-next.6", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz", - "integrity": "sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "is-core-module": "^2.16.1", - "node-exports-info": "^1.6.0", - "object-keys": "^1.1.1", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-pkg-maps": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", - "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" - } - }, - "node_modules/reusify": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", - "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", - "dev": true, - "license": "MIT", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rou3": { - "version": "0.7.12", - "resolved": "https://registry.npmjs.org/rou3/-/rou3-0.7.12.tgz", - "integrity": "sha512-iFE4hLDuloSWcD7mjdCDhx2bKcIsYbtOTpfH5MHHLSKMOUyjqQXTeZVa289uuwEGEKFoE/BAPbhaU4B774nceg==", - "license": "MIT" - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/safe-array-concat": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.4.tgz", - "integrity": "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.9", - "call-bound": "^1.0.4", - "get-intrinsic": "^1.3.0", - "has-symbols": "^1.1.0", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">=0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/safe-push-apply": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", - "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safe-regex-test": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", - "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "is-regex": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/scheduler": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", - "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", - "license": "MIT" - }, - "node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/set-cookie-parser": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.1.0.tgz", - "integrity": "sha512-kjnC1DXBHcxaOaOXBHBeRtltsDG2nUiUni+jP92M9gYdW12rsmx92UsfpH7o5tDRs7I1ZZPSQJQGv3UaRfCiuw==", - "license": "MIT" - }, - "node_modules/set-function-length": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/set-function-name": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", - "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "functions-have-names": "^1.2.3", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/set-proto": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", - "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/sharp": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz", - "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==", - "hasInstallScript": true, - "license": "Apache-2.0", - "optional": true, - "dependencies": { - "@img/colour": "^1.0.0", - "detect-libc": "^2.1.2", - "semver": "^7.7.3" - }, - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-darwin-arm64": "0.34.5", - "@img/sharp-darwin-x64": "0.34.5", - "@img/sharp-libvips-darwin-arm64": "1.2.4", - "@img/sharp-libvips-darwin-x64": "1.2.4", - "@img/sharp-libvips-linux-arm": "1.2.4", - "@img/sharp-libvips-linux-arm64": "1.2.4", - "@img/sharp-libvips-linux-ppc64": "1.2.4", - "@img/sharp-libvips-linux-riscv64": "1.2.4", - "@img/sharp-libvips-linux-s390x": "1.2.4", - "@img/sharp-libvips-linux-x64": "1.2.4", - "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", - "@img/sharp-libvips-linuxmusl-x64": "1.2.4", - "@img/sharp-linux-arm": "0.34.5", - "@img/sharp-linux-arm64": "0.34.5", - "@img/sharp-linux-ppc64": "0.34.5", - "@img/sharp-linux-riscv64": "0.34.5", - "@img/sharp-linux-s390x": "0.34.5", - "@img/sharp-linux-x64": "0.34.5", - "@img/sharp-linuxmusl-arm64": "0.34.5", - "@img/sharp-linuxmusl-x64": "0.34.5", - "@img/sharp-wasm32": "0.34.5", - "@img/sharp-win32-arm64": "0.34.5", - "@img/sharp-win32-ia32": "0.34.5", - "@img/sharp-win32-x64": "0.34.5" - } - }, - "node_modules/sharp/node_modules/semver": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", - "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", - "license": "ISC", - "optional": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/side-channel": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", - "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "object-inspect": "^1.13.3", - "side-channel-list": "^1.0.0", - "side-channel-map": "^1.0.1", - "side-channel-weakmap": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/side-channel-list": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz", - "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "object-inspect": "^1.13.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/side-channel-map": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.5", - "object-inspect": "^1.13.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/side-channel-weakmap": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", - "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.5", - "object-inspect": "^1.13.3", - "side-channel-map": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/simple-concat": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", - "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/simple-get": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", - "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "decompress-response": "^6.0.0", - "once": "^1.3.1", - "simple-concat": "^1.0.0" - } - }, - "node_modules/source-map-js": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/split2": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", - "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", - "license": "ISC", - "engines": { - "node": ">= 10.x" - } - }, - "node_modules/stable-hash": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz", - "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==", - "dev": true, - "license": "MIT" - }, - "node_modules/stop-iteration-iterator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz", - "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "internal-slot": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string.prototype.includes": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz", - "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.3" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/string.prototype.matchall": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz", - "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.6", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", - "get-intrinsic": "^1.2.6", - "gopd": "^1.2.0", - "has-symbols": "^1.1.0", - "internal-slot": "^1.1.0", - "regexp.prototype.flags": "^1.5.3", - "set-function-name": "^2.0.2", - "side-channel": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.repeat": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", - "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - } - }, - "node_modules/string.prototype.trim": { - "version": "1.2.10", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", - "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.2", - "define-data-property": "^1.1.4", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", - "es-object-atoms": "^1.0.0", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", - "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.2", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", - "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/styled-jsx": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz", - "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==", - "license": "MIT", - "dependencies": { - "client-only": "0.0.1" - }, - "engines": { - "node": ">= 12.0.0" - }, - "peerDependencies": { - "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "babel-plugin-macros": { - "optional": true - } - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/tailwindcss": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", - "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", - "dev": true, - "license": "MIT" - }, - "node_modules/tapable": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz", - "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/tar-fs": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz", - "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==", - "license": "MIT", - "dependencies": { - "chownr": "^1.1.1", - "mkdirp-classic": "^0.5.2", - "pump": "^3.0.0", - "tar-stream": "^2.1.4" - } - }, - "node_modules/tar-stream": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", - "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", - "license": "MIT", - "dependencies": { - "bl": "^4.0.3", - "end-of-stream": "^1.4.1", - "fs-constants": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.1.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/tinyglobby": { - "version": "0.2.16", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", - "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", - "dev": true, - "license": "MIT", - "dependencies": { - "fdir": "^6.5.0", - "picomatch": "^4.0.4" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/SuperchupuDev" - } - }, - "node_modules/tinyglobby/node_modules/fdir": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", - "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "picomatch": "^3 || ^4" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, - "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", - "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", - "dev": true, - "license": "MIT", - "peer": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/ts-api-utils": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz", - "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18.12" - }, - "peerDependencies": { - "typescript": ">=4.8.4" - } - }, - "node_modules/tsconfig-paths": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", - "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, - "node_modules/tsconfig-paths/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/tslib": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", - "license": "0BSD" - }, - "node_modules/tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", - "license": "Apache-2.0", - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "license": "MIT", - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/typed-array-buffer": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", - "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "is-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/typed-array-byte-length": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", - "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "for-each": "^0.3.3", - "gopd": "^1.2.0", - "has-proto": "^1.2.0", - "is-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-byte-offset": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", - "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "for-each": "^0.3.3", - "gopd": "^1.2.0", - "has-proto": "^1.2.0", - "is-typed-array": "^1.1.15", - "reflect.getprototypeof": "^1.0.9" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-length": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", - "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "is-typed-array": "^1.1.13", - "possible-typed-array-names": "^1.0.0", - "reflect.getprototypeof": "^1.0.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typescript": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", - "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", - "dev": true, - "license": "Apache-2.0", - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/typescript-eslint": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.3.tgz", - "integrity": "sha512-KgusgyDgG4LI8Ih/sWaCtZ06tckLAS5CvT5A4D1Q7bYVoAAyzwiZvE4BmwDHkhRVkvhRBepKeASoFzQetha7Fg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/eslint-plugin": "8.59.3", - "@typescript-eslint/parser": "8.59.3", - "@typescript-eslint/typescript-estree": "8.59.3", - "@typescript-eslint/utils": "8.59.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.1.0" - } - }, - "node_modules/unbox-primitive": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", - "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-bigints": "^1.0.2", - "has-symbols": "^1.1.0", - "which-boxed-primitive": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/unrs-resolver": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.11.1.tgz", - "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "dependencies": { - "napi-postinstall": "^0.3.0" - }, - "funding": { - "url": "https://opencollective.com/unrs-resolver" - }, - "optionalDependencies": { - "@unrs/resolver-binding-android-arm-eabi": "1.11.1", - "@unrs/resolver-binding-android-arm64": "1.11.1", - "@unrs/resolver-binding-darwin-arm64": "1.11.1", - "@unrs/resolver-binding-darwin-x64": "1.11.1", - "@unrs/resolver-binding-freebsd-x64": "1.11.1", - "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1", - "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1", - "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1", - "@unrs/resolver-binding-linux-arm64-musl": "1.11.1", - "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1", - "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1", - "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1", - "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1", - "@unrs/resolver-binding-linux-x64-gnu": "1.11.1", - "@unrs/resolver-binding-linux-x64-musl": "1.11.1", - "@unrs/resolver-binding-wasm32-wasi": "1.11.1", - "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1", - "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1", - "@unrs/resolver-binding-win32-x64-msvc": "1.11.1" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", - "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "escalade": "^3.2.0", - "picocolors": "^1.1.1" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "license": "MIT" - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", - "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-bigint": "^1.1.0", - "is-boolean-object": "^1.2.1", - "is-number-object": "^1.1.1", - "is-string": "^1.1.1", - "is-symbol": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-builtin-type": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", - "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "function.prototype.name": "^1.1.6", - "has-tostringtag": "^1.0.2", - "is-async-function": "^2.0.0", - "is-date-object": "^1.1.0", - "is-finalizationregistry": "^1.1.0", - "is-generator-function": "^1.0.10", - "is-regex": "^1.2.1", - "is-weakref": "^1.0.2", - "isarray": "^2.0.5", - "which-boxed-primitive": "^1.1.0", - "which-collection": "^1.0.2", - "which-typed-array": "^1.1.16" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-collection": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", - "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-map": "^2.0.3", - "is-set": "^2.0.3", - "is-weakmap": "^2.0.2", - "is-weakset": "^2.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-typed-array": { - "version": "1.1.20", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.20.tgz", - "integrity": "sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==", - "dev": true, - "license": "MIT", - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "for-each": "^0.3.5", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/word-wrap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "license": "ISC" - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "license": "MIT", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true, - "license": "ISC" - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/zod": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", - "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", - "license": "MIT", - "peer": true, - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } - }, - "node_modules/zod-validation-error": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz", - "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18.0.0" - }, - "peerDependencies": { - "zod": "^3.25.0 || ^4.0.0" - } - } - } -} diff --git a/communities/red-right-hand/174bg.net/package.json b/communities/red-right-hand/174bg.net/package.json deleted file mode 100644 index 262d38e..0000000 --- a/communities/red-right-hand/174bg.net/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "174gb.net", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "eslint" - }, - "dependencies": { - "@heroicons/react": "^2.2.0", - "better-auth": "^1.6.11", - "better-sqlite3": "^12.10.0", - "next": "16.2.6", - "pg": "^8.20.0", - "react": "19.2.4", - "react-dom": "19.2.4" - }, - "devDependencies": { - "@tailwindcss/postcss": "^4", - "babel-plugin-react-compiler": "1.0.0", - "eslint": "^9", - "eslint-config-next": "16.2.6", - "tailwindcss": "^4" - } -} diff --git a/communities/red-right-hand/174bg.net/postcss.config.mjs b/communities/red-right-hand/174bg.net/postcss.config.mjs deleted file mode 100644 index 61e3684..0000000 --- a/communities/red-right-hand/174bg.net/postcss.config.mjs +++ /dev/null @@ -1,7 +0,0 @@ -const config = { - plugins: { - "@tailwindcss/postcss": {}, - }, -}; - -export default config; diff --git a/communities/red-right-hand/174bg.net/public/favicon.png b/communities/red-right-hand/174bg.net/public/favicon.png deleted file mode 100644 index f07c86c..0000000 Binary files a/communities/red-right-hand/174bg.net/public/favicon.png and /dev/null differ diff --git a/communities/red-right-hand/174bg.net/public/handbook/index.html b/communities/red-right-hand/174bg.net/public/handbook/index.html deleted file mode 100644 index bb7eea1..0000000 --- a/communities/red-right-hand/174bg.net/public/handbook/index.html +++ /dev/null @@ -1,1061 +0,0 @@ - - - - - - 174th Battle Group Handbook - - - -
-

174th Battle Group Handbook

-

- This handbook is intended to provide a comprehensive overview of the - 174th Battle Group, its structure, operations, and guidelines for - members. It serves as a reference for both new recruits and seasoned - members to ensure consistency and efficiency within the group. -

-
- -
-

Using This Handbook

-

- This handbook is organized into sections that cover various aspects of - the 174th Battle Group. Each section is designed to provide clear and - concise information on specific topics. -

-

- Members are encouraged to familiarize themselves with the contents of - this handbook and refer to it regularly to ensure they are adhering to - the standards and expectations of the 174th Battle Group. -

-
- -
-

Departments

-

- The 174th Battle Group is organized into several departments, each - responsible for specific functions and operations. These departments - include: -

- -
- -
-

Divisions

-

- The 174th Battle Group is organised into three distinct divisions: - Naval, Marine, and Auxiliary. This structure reflects the fundamentally - different operational environments and skill sets required to execute - the full spectrum of the group's missions. -

- - - -
-

Marine

-

- The Marine division encompasses all personnel whose primary role - involves ground combat, boarding actions, facility assault or defence, - and close-quarters operations. Marines are the group's primary - fighting force on foot, responsible for securing objectives that - cannot be taken from orbit alone. -

-

- A separate marine structure is necessary because ground and boarding - operations require a different tactical doctrine, equipment standard, - and leadership model to ship-based roles. Marines must train and - operate independently of the fleet while remaining able to integrate - seamlessly with Naval assets — a relationship that works best when - each division has its own coherent hierarchy and identity. -

-
- -
-

Auxiliary

-

- The Auxiliary division encompasses all personnel whose primary role - involves enabling the operational effectiveness of the Naval and - Marine divisions. This includes logistics coordinators, medical - personnel, miners, salvagers, engineers, and intelligence analysts. - Auxiliary personnel ensure the group can sustain itself independently, - maintain its assets, and generate the resources required for prolonged - operations. -

-

- A dedicated auxiliary structure is necessary because enablement roles - require their own doctrine, career progression, and leadership chain. - Embedding auxiliary personnel into operational divisions risks - subordinating their work to short-term tactical priorities; a separate - division ensures that logistics, medical readiness, and resource - generation receive sustained command attention and are treated as - strategic priorities in their own right. -

-
-
- -
-

Ranks

-

- Red Right Hand uses a rank system to denote hierarchy and roles within - its divisions. Below is a breakdown of the ranks for each division: -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DescriptionNavalMarineAuxiliary
Rank 0Entry-levelCadetPrivateTrainee
Rank 1Proven experienceEnsignCorporalTechnician
Rank 2Specialised roleLieutenantSergeantSpecialist
Rank 3Tactical leadershipCaptainMajorSupervisor
Rank 4Leads leadershipCommodoreCommanderChief
Rank 5Strategic commandAdmiralGeneralMarshal
-

- Each rank comes with its own set of responsibilities and expectations, - contributing to the overall effectiveness and discipline of the Red - Right Hand. -

- - - -
-

Marine Ranks

- -
-

Private

-

- The entry-level rank for new recruits in the Marine division. - Privates undergo basic training to prepare for their roles and must - demonstrate commitment and discipline through their training period - before advancing to Corporal. They are usually assigned to - fundamental duties and learning tasks within the Marine Corps. -

-
- -
-

Corporal

-

- Corporals are Marines who have proven their abilities in the field - and demonstrated leadership potential. They often serve as team - leaders for small units and are responsible for the training and - welfare of Privates. Corporals are expected to lead by example and - maintain high standards of discipline and performance. -

-
- -
-

Sergeant

-

- Sergeants are non-commissioned officers with specialized skills in - areas such as infantry tactics, logistics, reconnaissance, or heavy - weapons. They serve as squad leaders or technical experts and are - responsible for mission planning at the unit level. Sergeants bridge - the gap between enlisted personnel and commissioned officers. -

-
- -
-

Major

-

- Majors hold tactical leadership positions and typically command - platoons or companies. They are responsible for coordinating - multiple squads in combat operations and ensuring that their units - are properly trained and equipped. Majors must demonstrate strong - tactical acumen and the ability to make critical decisions under - pressure. -

-
- -
-

Commander

-

- Commanders lead groups of Majors and coordinate battalion-level or - larger operations. They are responsible for operational planning, - resource allocation, and ensuring that tactical leaders can execute - their missions effectively. Commanders serve as the link between - tactical and strategic leadership. -

-
- -
-

General

-

- Generals hold the highest rank in the Marine division and are - responsible for strategic command and overall Marine Corps - operations. They establish doctrine, set long-term objectives, and - represent the Marine forces in organizational leadership. Generals - shape the identity and capabilities of the entire Marine division. -

-
-
- -
-

Auxiliary Ranks

- -
-

Trainee

-

- The entry-level rank for new personnel in the Auxiliary division. - Trainees are assigned to foundational tasks such as cargo handling, - basic maintenance, or medical assistance under supervision. They - must demonstrate reliability and a willingness to learn before - advancing to Technician. -

-
- -
-

Technician

-

- Technicians have proven their competence in at least one support - discipline — such as ship repair, medical treatment, mining - operations, or logistics coordination. They work with greater - autonomy than Trainees and are expected to take ownership of their - assigned tasks and begin mentoring new Trainees. -

-
- -
-

Specialist

-

- Specialists have developed deep expertise in a particular support - field and serve as the primary point of competence for that - discipline within their team. They advise operational commanders on - support considerations, manage resources within their area, and - train Technicians to a higher standard. -

-
- -
-

Supervisor

-

- Supervisors lead Auxiliary teams and are responsible for - coordinating multiple disciplines to meet the operational needs of - Naval and Marine units. They manage scheduling, resource allocation, - and quality assurance within their assigned area, and serve as the - primary liaison between Auxiliary personnel and operational - commanders. -

-
- -
-

Chief

-

- Chiefs lead groups of Supervisors and are responsible for Auxiliary - operations across a broader area of the group's activities. They - coordinate with Naval and Marine leadership to anticipate - requirements, resolve resource conflicts, and ensure that the - division's enablement capacity keeps pace with operational demands. -

-
- -
-

Marshal

-

- Marshals hold the highest rank in the Auxiliary division and are - responsible for the strategic direction of all Auxiliary functions. - They set division-wide priorities, manage relationships with the - Command department, and ensure that logistics, medical, industrial, - and intelligence capabilities are developed and maintained to - sustain the group's long-term independence. -

-
-
-
- -
-

Fleet Composition

- -
-

Design Principles

-

- The fleet composition must adhere to the following design principles: -

-
    -
  • - Self-Sufficiency: We are disconnected from UEE - supply lines, so we need to be able to maintain and repair our ships - independently. -
  • -
  • - Versatility: Our fleet must be capable of handling - a wide range of missions, from combat to exploration to trade. -
  • -
  • - Quality over Quantity: We will prioritize - maintaining a smaller fleet of high-quality, well-maintained ships - over a larger fleet of lower-quality vessels. -
  • -
-
- -
-

Standard Issue Ships

-

- Though we may have access to a variety of ships, the following are the - standard issue ships that we will maintain in our fleet: -

- -
-

Space Superiority Fighter

-

- A fast and agile fighter designed for space combat, capable of - engaging enemy ships and screening for larger vessels. -

-
    -
  • - Primary Ship: - Scorpius -
  • -
  • - Vanduul Variant: - Glaive (replica) - — For missions where we need to blend in with Vanduul forces or - operate in Vanduul-controlled space. -
  • -
-
- -
-

Anti-Capital Ship

-

- A heavily armed ship designed to take on larger capital ships, - equipped with powerful weapons such as torpedoes and beam weapons - able to penetrate heavy armor. -

- -
- -
-

Ground Bomber

-

- A ship designed to deliver powerful ordnance against ground targets. -

-
    -
  • - Primary Ship: - Retaliator -
  • -
  • - Scorched-Earth Variant: - - A2 Hercules Starlifter - - — For missions where we need to deny the enemy access to resources - or territory, capable of delivering powerful area-of-effect - weapons to destroy infrastructure and resources. -
  • -
-
- -
-

Stealth Bomber

-

- A ship designed to deliver powerful ordnance against high-value - targets while avoiding detection, equipped with advanced stealth - technology and capable of penetrating enemy defenses to strike - critical infrastructure or capital ships. -

- -
- -
-

Dropship

-

- A ship designed to transport troops and equipment to and from the - battlefield whilst providing close air support and protection, - capable of deploying forces directly into combat zones without the - need for an escort or support. -

-
    -
  • - Primary Ship: - Valkyrie -
  • -
  • - Vehicle Variant: - Asgard — A smaller - version of the Valkyrie but with a larger cargo bay designed to - transport vehicles and heavy equipment, capable of deploying - forces directly into combat zones without the need for an escort - or support. -
  • -
-
- -
-

Stealth Dropship

-

- A ship designed to transport troops and equipment to and from the - battlefield while avoiding detection, equipped with advanced stealth - technology and capable of deploying forces directly into combat - zones without the need for an escort or support. -

- -
- -
-

Boarding Ship

-

- A ship designed to transport boarding parties and equipment for - boarding operations, able to quickly and efficiently deploy forces - onto enemy vessels or structures. -

- -
- -
-

Ship of the Line

-

- A heavily armed and armored ship designed to serve as the backbone - of our fleet, capable of engaging enemy capital ships and providing - support for smaller vessels. -

- -
- -
-

Command Ship

-

- A ship designed to serve as the command center for our fleet, - equipped with advanced communication and sensor systems to - coordinate fleet operations and provide situational awareness as - well as dedicated medical facilities to support our personnel during - extended missions. -

-
    -
  • - Primary Ship: - Idris-K -
  • -
  • - Patrol Variant: - Polaris — A - lighter and more agile variant designed for reconnaissance and - patrol missions, capable of operating independently or as part of - a larger fleet. -
  • -
-
- -
-

Carrier

-

- A ship designed to serve as a mobile staging point for our fleet, - capable of launching and recovering smaller vessels and providing - support for extended missions. -

-
    -
  • - Primary Ship: - Kraken -
  • -
-
- -
-

Interdictor

-

- A ship designed to disrupt enemy communications and sensor systems, - capable of jamming or hacking enemy vessels to gain an advantage in - combat or reconnaissance. -

- -
- -
-

Ambulance

-

- A ship designed to provide medical support and evacuation for our - personnel, equipped with advanced medical facilities and capable of - transporting injured personnel to safety. -

-
    -
  • - Primary Ship: - Terrapin Medic -
  • -
  • - Rescue Variant: - Cutlass Red — - For search and rescue operations, capable of quickly reaching and - extracting personnel from dangerous situations. -
  • -
  • - Field Hospital Variant: - Apollo Medivac - — For advanced medical care during extended missions, equipped - with state-of-the-art medical facilities and staffed by highly - trained medical personnel. -
  • -
-
- -
-

Minelayer

-

- A ship designed to deploy mines and other area-denial weapons, - capable of creating defensive perimeters or disrupting enemy - movements. -

- -
- -
-

Snub Fighter

-

- A small and agile fighter designed for hit-and-run tactics, capable - of quickly engaging and disengaging from enemy forces. -

-
    -
  • - Primary Ship: - Fury -
  • -
  • - Snub Bomber Variant: - Fury MX — Designed - to deliver overwhelming missile firepower against enemy targets, - capable of quickly engaging and disengaging from combat while - delivering devastating strikes. -
  • -
-
- -
-

Anti-Swarm Ship

-

- A ship designed to engage and destroy smaller aerospace threats such - as enemy fighters and ordnance, equipped with multiple rapid-fire - weapons and advanced targeting systems to effectively counter many - targets in parallel as well as providing overwhelming suppression - against ground targets. -

- -
-
-
- -
-

Gear Loadouts

-

- The following loadouts are the standard issue equipment for members of - the 174th Battle Group, organized by division. -

- -
-

Marine Loadouts

- -
-

Heavy Loadout

- - Morozov-SH Suit -
- -
-

Scout Loadout

- - Arden-SL Armor -
- -
-

Tactical Loadout

- - DustUp Tactical Armor -
-
- - -
- - - diff --git a/communities/red-right-hand/174bg.net/src/app/api/auth/[...all]/route.js b/communities/red-right-hand/174bg.net/src/app/api/auth/[...all]/route.js deleted file mode 100644 index 2aabedd..0000000 --- a/communities/red-right-hand/174bg.net/src/app/api/auth/[...all]/route.js +++ /dev/null @@ -1,4 +0,0 @@ -import { auth } from "@/auth"; -import { toNextJsHandler } from "better-auth/next-js"; - -export const { POST, GET } = toNextJsHandler(auth); diff --git a/communities/red-right-hand/174bg.net/src/app/globals.css b/communities/red-right-hand/174bg.net/src/app/globals.css deleted file mode 100644 index fa3342d..0000000 --- a/communities/red-right-hand/174bg.net/src/app/globals.css +++ /dev/null @@ -1,8 +0,0 @@ -@import "tailwindcss"; - -@theme inline { - --color-background: var(--background); - --color-foreground: var(--foreground); - --font-sans: var(--font-inter); - --font-mono: var(--font-fira-code); -} diff --git a/communities/red-right-hand/174bg.net/src/app/layout.js b/communities/red-right-hand/174bg.net/src/app/layout.js deleted file mode 100644 index 9fb4098..0000000 --- a/communities/red-right-hand/174bg.net/src/app/layout.js +++ /dev/null @@ -1,31 +0,0 @@ -import { Inter, Fira_Code } from "next/font/google"; -import "./globals.css"; - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const firaCode = Fira_Code({ - variable: "--font-fira-code", - subsets: ["latin"], -}); - -export const metadata = { - title: "174th Battle Group", - description: "Vengeance Within Reach", - icons: { - icon: "/favicon.png", - }, -}; - -export default function RootLayout({ children }) { - return ( - - {children} - - ); -} diff --git a/communities/red-right-hand/174bg.net/src/app/login/page.js b/communities/red-right-hand/174bg.net/src/app/login/page.js deleted file mode 100644 index b2b1ea8..0000000 --- a/communities/red-right-hand/174bg.net/src/app/login/page.js +++ /dev/null @@ -1,51 +0,0 @@ -"use client"; - -import { Suspense, useEffect, useState } from "react"; -import { useSearchParams } from "next/navigation"; -import { authClient } from "@/lib/auth-client"; - -function LoginRedirect() { - const searchParams = useSearchParams(); - const callbackUrl = searchParams.get("callbackUrl") ?? "/secure"; - const [error, setError] = useState(null); - - const signIn = () => { - authClient.signIn - .social({ - provider: "discord", - callbackURL: callbackUrl, - }) - .then(({ error }) => { - if (error) setError(error.message ?? "Sign-in failed"); - }); - }; - - useEffect(() => { - signIn(); - // eslint-disable-next-line react-hooks/exhaustive-deps - }, []); - - if (error) { - return ( -
-

Error: {error}

- -
- ); - } - - return ( -
-

Redirecting to Discord...

- -
- ); -} - -export default function LoginPage() { - return ( - Loading...

}> - -
- ); -} diff --git a/communities/red-right-hand/174bg.net/src/app/page.js b/communities/red-right-hand/174bg.net/src/app/page.js deleted file mode 100644 index 9aaf53a..0000000 --- a/communities/red-right-hand/174bg.net/src/app/page.js +++ /dev/null @@ -1,17 +0,0 @@ -export default function Home() { - return ( -
-

The 174th Battle Group

-

- "Vengeance Within Reach" -

-

- The 174th Battle Group is a logistical support unit of the United Earth - Empire's military. It is responsible for providing logistical support to - the UEE's forces, including transportation, supply, and maintenance. The - 174th Battle Group is known for its efficiency and reliability, and it - has played a crucial role in many of the UEE's military campaigns. -

-
- ); -} diff --git a/communities/red-right-hand/174bg.net/src/app/secure/discord-data/page.js b/communities/red-right-hand/174bg.net/src/app/secure/discord-data/page.js deleted file mode 100644 index b906569..0000000 --- a/communities/red-right-hand/174bg.net/src/app/secure/discord-data/page.js +++ /dev/null @@ -1,24 +0,0 @@ -import { auth } from "@/auth"; -import { headers } from "next/headers"; - -export default async function DiscordData() { - const session = await auth.api.getSession({ headers: await headers() }); - const accounts = await auth.api.listUserAccounts({ - headers: await headers(), - }); - const discordAccount = accounts?.find((a) => a.provider === "discord"); - - return ( -
-

Discord Data

-

The following data is stored about your Discord account:

-
-        {JSON.stringify(
-          { user: session?.user, account: discordAccount },
-          null,
-          2,
-        )}
-      
-
- ); -} diff --git a/communities/red-right-hand/174bg.net/src/app/secure/page.js b/communities/red-right-hand/174bg.net/src/app/secure/page.js deleted file mode 100644 index 27312b7..0000000 --- a/communities/red-right-hand/174bg.net/src/app/secure/page.js +++ /dev/null @@ -1,13 +0,0 @@ -import { auth } from "@/auth"; -import { headers } from "next/headers"; - -export default async function SecurePage() { - const session = await auth.api.getSession({ headers: await headers() }); - - return ( -
-

Secure Area

-

Welcome, {session?.user?.name ?? session?.user?.email}!

-
- ); -} diff --git a/communities/red-right-hand/174bg.net/src/auth.js b/communities/red-right-hand/174bg.net/src/auth.js deleted file mode 100644 index 4fa8408..0000000 --- a/communities/red-right-hand/174bg.net/src/auth.js +++ /dev/null @@ -1,23 +0,0 @@ -import { betterAuth } from "better-auth"; -import { Pool } from "pg"; - -const postgresUser = process.env.POSTGRES_USER || "postgres"; -const postgresPassword = process.env.POSTGRES_PASSWORD || "postgres"; -const postgresHost = process.env.POSTGRES_HOST || "postgres"; -const postgresPort = process.env.POSTGRES_PORT || 5432; -const postgresDatabase = process.env.POSTGRES_DB || "postgres"; - -export const auth = betterAuth({ - baseURL: process.env.BETTER_AUTH_URL, - secret: process.env.BETTER_AUTH_SECRET, - database: new Pool({ - connectionString: `postgresql://${postgresUser}:${postgresPassword}@${postgresHost}:${postgresPort}/${postgresDatabase}`, - }), - socialProviders: { - discord: { - clientId: process.env.DISCORD_CLIENT_ID, - clientSecret: process.env.DISCORD_CLIENT_SECRET, - scope: ["identify", "email", "guilds", "guilds.join"], - }, - }, -}); diff --git a/communities/red-right-hand/174bg.net/src/lib/auth-client.js b/communities/red-right-hand/174bg.net/src/lib/auth-client.js deleted file mode 100644 index fd0a091..0000000 --- a/communities/red-right-hand/174bg.net/src/lib/auth-client.js +++ /dev/null @@ -1,6 +0,0 @@ -import { createAuthClient } from "better-auth/react"; - -export const authClient = createAuthClient({ - /** The base URL of the server (optional if you're using the same domain) */ - baseURL: process.env.BETTER_AUTH_URL, -}); diff --git a/communities/red-right-hand/174bg.net/src/proxy.js b/communities/red-right-hand/174bg.net/src/proxy.js deleted file mode 100644 index dc0fa42..0000000 --- a/communities/red-right-hand/174bg.net/src/proxy.js +++ /dev/null @@ -1,30 +0,0 @@ -import { NextResponse } from "next/server"; - -export async function proxy(request) { - let session = null; - - try { - const internalUrl = - process.env.BETTER_AUTH_URL_INTERNAL || "http://localhost:3000"; - const res = await fetch(new URL("/api/auth/get-session", internalUrl), { - headers: { - cookie: request.headers.get("cookie") ?? "", - }, - }); - session = await res.json(); - } catch { - // If session check fails, treat as unauthenticated - } - - if (!session?.user) { - const loginUrl = new URL("/login", request.url); - loginUrl.searchParams.set("callbackUrl", request.nextUrl.pathname); - return NextResponse.redirect(loginUrl); - } - - return NextResponse.next(); -} - -export const config = { - matcher: ["/secure/:path*"], -}; diff --git a/communities/red-right-hand/assets/red-right-hand.png b/communities/red-right-hand/assets/red-right-hand.png deleted file mode 100644 index f07c86c..0000000 Binary files a/communities/red-right-hand/assets/red-right-hand.png and /dev/null differ diff --git a/communities/red-right-hand/org_page/README.md b/communities/red-right-hand/org_page/README.md deleted file mode 100644 index aa4cb74..0000000 --- a/communities/red-right-hand/org_page/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# RSI Org Page - -This directory contains the source code and assets for the Red Right Hand RSI Organization Page. The page serves as a central hub for information about the organization, including its mission, projects, team members, and contact details. diff --git a/communities/red-right-hand/org_page/branding/content/history.md b/communities/red-right-hand/org_page/branding/content/history.md deleted file mode 100644 index 684e27f..0000000 --- a/communities/red-right-hand/org_page/branding/content/history.md +++ /dev/null @@ -1 +0,0 @@ -Coming soon... diff --git a/communities/red-right-hand/org_page/branding/content/home.md b/communities/red-right-hand/org_page/branding/content/home.md deleted file mode 100644 index 28f4a51..0000000 --- a/communities/red-right-hand/org_page/branding/content/home.md +++ /dev/null @@ -1,5 +0,0 @@ -h2. "The Vanduul will yield, or face our fury." - -h2. - - -h5. Red Right Hand is the official Star Citizen organisation for "Unnamed Group":http://unnamed.group. diff --git a/communities/red-right-hand/records/members.jsonc b/communities/red-right-hand/records/members.jsonc deleted file mode 100644 index e3f7400..0000000 --- a/communities/red-right-hand/records/members.jsonc +++ /dev/null @@ -1,118 +0,0 @@ -[ - { - "discordId": "122029090839461889", - "name": "Penguin", - "track": "Naval", - "rank": 2, - "preferences": [ - { - "name": "Pilot", - "value": 3, - }, - { - "name": "Space Superiority Fighter Pilot", - "value": 3, - }, - { - "name": "Anti-Capital Fighter Pilot", - "value": 2, - }, - { - "name": "Ground Bomber Pilot", - "value": 2, - }, - { - "name": "Dropship Pilot", - "value": 2, - }, - { - "name": "Boarding Ship Pilot", - "value": 2, - }, - { - "name": "Ship of the Line Pilot", - "value": 1, - }, - { - "name": "Command Ship Pilot", - "value": 1, - }, - { - "name": "Carrier Pilot", - "value": 2, - }, - { - "name": "Interdictor Pilot", - "value": 3, - }, - { - "name": "Ambulance Pilot", - "value": 2, - }, - { - "name": "Minelayer Pilot", - "value": 2, - }, - { - "name": "Snub Fighter Pilot", - "value": 3, - }, - { - "name": "Anti-Swarm Ship Pilot", - "value": 2, - }, - ], - }, - { - "discordId": "831891526027444225", - "name": "Alyth", - "track": "Naval", - "rank": 2, - "preferences": [ - { - "name": "Crew", - "value": 3, - }, - { - "name": "Ground Bomber Crew", - "value": 2, - }, - { - "name": "Dropship Crew", - "value": 2, - }, - { - "name": "Boarding Ship Crew", - "value": 2, - }, - { - "name": "Ship of the Line Crew", - "value": 3, - }, - { - "name": "Command Ship Crew", - "value": 3, - }, - { - "name": "Carrier Crew", - "value": 3, - }, - { - "name": "Interdictor Crew", - "value": 1, - }, - { - "name": "Ambulance Crew", - "value": 1, - }, - { - "name": "Minelayer Crew", - "value": 1, - }, - { - "name": "Anti-Swarm Ship Crew", - "value": 3, - }, - ], - }, -] diff --git a/communities/uag/README.md b/communities/uag/README.md new file mode 100644 index 0000000..8093e3a --- /dev/null +++ b/communities/uag/README.md @@ -0,0 +1,5 @@ +UAG Logo + +# Unnamed Arma Group (UAG) + +This directory contains the source for Unnamed Arma Group, also known as UAG or UAGPMC. diff --git a/communities/uag/mods/ACE3_Capri-Sun/.gitignore b/communities/uag/mods/ACE3_Capri-Sun/.gitignore new file mode 100644 index 0000000..d109ec3 --- /dev/null +++ b/communities/uag/mods/ACE3_Capri-Sun/.gitignore @@ -0,0 +1,4 @@ +.hemttout/ +releases/ +*.pbo +*.pbo.bisign \ No newline at end of file diff --git a/communities/uag/mods/ACE3_Capri-Sun/.hemtt/project.toml b/communities/uag/mods/ACE3_Capri-Sun/.hemtt/project.toml new file mode 100644 index 0000000..bb6b4d2 --- /dev/null +++ b/communities/uag/mods/ACE3_Capri-Sun/.hemtt/project.toml @@ -0,0 +1,13 @@ +name = "ACE3 Capri Sun" +prefix = "ACE3_Capri_Sun" +mainprefix = "z" + +[version] +major = 0 +minor = 0 +patch = 0 +git_hash = 8 + +[properties] +author = "UAG Development Team" +url = "https://github.com/uagpmc/arma3" \ No newline at end of file diff --git a/communities/uag/mods/ACE3_Capri-Sun/README.md b/communities/uag/mods/ACE3_Capri-Sun/README.md new file mode 100644 index 0000000..3dfa5ef --- /dev/null +++ b/communities/uag/mods/ACE3_Capri-Sun/README.md @@ -0,0 +1 @@ +# ACE3 Capri Sun diff --git a/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ b/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ new file mode 100644 index 0000000..8dd70e6 --- /dev/null +++ b/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ @@ -0,0 +1 @@ +z\ACE3_Capri_Sun\addons\caprisun \ No newline at end of file diff --git a/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa b/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa new file mode 100644 index 0000000..e242d4f Binary files /dev/null and b/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa differ diff --git a/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp b/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp new file mode 100644 index 0000000..54d7c3d --- /dev/null +++ b/communities/uag/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp @@ -0,0 +1,28 @@ +class CfgPatches { + class caprisun { + name = "caprisun"; + units[] = {}; + requiredAddons[] = {"ace_medical_treatment"}; + authors[] = {"zuedev", "fluffy"}; + authorUrl = "https://uagpmc.com"; + }; +}; + +class CfgWeapons { + class ACE_personalAidKit; + + class UAGPMC_Capri_Sun: ACE_personalAidKit { + displayName = "Capri Sun"; + picture = "\z\ACE3_Capri_Sun\addons\caprisun\caprisun.paa"; + }; +}; + +class ace_medical_treatment_actions { + class PersonalAidKit; + + class CapriSun: PersonalAidKit { + displayName = "Use Capri Sun"; + displayNameProgress = "Giving sippies..."; + items[] = {"UAGPMC_Capri_Sun"}; + }; +}; diff --git a/communities/uag/mods/ACE3_Capri-Sun/steam/description.txt b/communities/uag/mods/ACE3_Capri-Sun/steam/description.txt new file mode 100644 index 0000000..c326f3d --- /dev/null +++ b/communities/uag/mods/ACE3_Capri-Sun/steam/description.txt @@ -0,0 +1,3 @@ +Even contractors need their sippies. + +Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/ACE3_Capri_Sun diff --git a/communities/uag/mods/ACE3_Capri-Sun/steam/image.jpg b/communities/uag/mods/ACE3_Capri-Sun/steam/image.jpg new file mode 100644 index 0000000..af03b18 Binary files /dev/null and b/communities/uag/mods/ACE3_Capri-Sun/steam/image.jpg differ diff --git a/communities/uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt b/communities/uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt new file mode 100644 index 0000000..2a4c685 --- /dev/null +++ b/communities/uag/mods/ACE3_Capri-Sun/steam/workshop_id.txt @@ -0,0 +1 @@ +2602978471 \ No newline at end of file diff --git a/communities/uag/mods/ACE3_Ketamine/.gitignore b/communities/uag/mods/ACE3_Ketamine/.gitignore new file mode 100644 index 0000000..d109ec3 --- /dev/null +++ b/communities/uag/mods/ACE3_Ketamine/.gitignore @@ -0,0 +1,4 @@ +.hemttout/ +releases/ +*.pbo +*.pbo.bisign \ No newline at end of file diff --git a/communities/uag/mods/ACE3_Ketamine/.hemtt/project.toml b/communities/uag/mods/ACE3_Ketamine/.hemtt/project.toml new file mode 100644 index 0000000..3325245 --- /dev/null +++ b/communities/uag/mods/ACE3_Ketamine/.hemtt/project.toml @@ -0,0 +1,25 @@ +name = "ACE3 Ketamine" +prefix = "ACE3_Ketamine" +mainprefix = "z" + +[version] +major = 0 +minor = 0 +patch = 0 +git_hash = 8 + +[properties] +author = "UAG Development Team" +url = "https://github.com/uagpmc/arma3" + +[hemtt.launch.default] +workshop = [ + "2369477168", # Advanced Developer Tools Workshop ID +] + +[hemtt.launch.ace] +extends = "default" +workshop = [ + "450814997", # CBA_A3's Workshop ID + "463939057", # ACE3's Workshop ID +] diff --git a/communities/uag/mods/ACE3_Ketamine/README.md b/communities/uag/mods/ACE3_Ketamine/README.md new file mode 100644 index 0000000..7f0cf56 --- /dev/null +++ b/communities/uag/mods/ACE3_Ketamine/README.md @@ -0,0 +1 @@ +# ACE3 Ketamine diff --git a/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ b/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ new file mode 100644 index 0000000..93cc2cd --- /dev/null +++ b/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ @@ -0,0 +1 @@ +z\ACE3_Ketamine\addons\uag_ketamine diff --git a/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp b/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp new file mode 100644 index 0000000..e291285 --- /dev/null +++ b/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp @@ -0,0 +1,74 @@ +class CfgPatches { + class uag_ketamine { + authors[] = {"zuedev", "fluffy"}; + authorUrl = "https://uagpmc.com"; + name = "uag_ketamine"; + requiredAddons[] = {"ace_medical_treatment"}; + requiredVersion = 2.16; + units[] = {}; + weapons[] = { + "UAG_Ketamine" + }; + }; +}; + +class CfgFunctions { + class uag { + class ketamine { + file = "\z\ACE3_Ketamine\addons\uag_ketamine\functions"; + class injectKetamine {}; + }; + }; +}; + +class CfgWeapons { + class CBA_MiscItem_ItemInfo; + class ACE_morphine; + + class UAG_Ketamine: ACE_morphine + { + displayName = "Vitamin K"; + author = "Fluffy"; + + descriptionShort = "A nice Vitamin."; + descriptionUse = "A Delicious Stick of Vitamin K"; + class ItemInfo: CBA_MiscItem_ItemInfo + { + mass = 0.875; + }; + }; +}; + +class ace_medical_treatment +{ + class Medication + { + class Morphine; + + class UAG_Ketamine: Morphine + { + painReduce = 2.0; + hrIncreaseLow[] = {0, 0}; + hrIncreaseNormal[] = {0, 0}; + hrIncreaseHigh[] = {0, 0}; + timeInSystem = 600; + timeTillMaxEffect = 20; + maxDose = 1; + incompatibleMedication[] = {}; + viscosityChange = 0; + }; + }; +}; + +class ace_medical_treatment_actions +{ + class Morphine; + + class UAG_Ketamine: Morphine + { + displayName = "Inject Ketamine"; + displayNameProgress = "Injecting Vitamin K"; + callbackSuccess = "call ace_medical_treatment_fnc_medication; call UAG_fnc_injectKetamine"; + items[] = {"UAG_Ketamine"}; + }; +}; diff --git a/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf b/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf new file mode 100644 index 0000000..35ff9d6 --- /dev/null +++ b/communities/uag/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf @@ -0,0 +1,28 @@ +/* + * UAG_fnc_injectKetamine + * + * Injects the player with Ketamine. + * + * + * Parameters: + * 0: _player = player + * + * Return Value: + * None + * + * examples: + * _player call UAG_fnc_injectKetamine; +*/ + + +params ["_player"]; + +// Actually make the Player Invulnerable for 60 seconds +[_player] spawn { + params ["_player"]; + + _player allowDamage false; + _player setStamina ((getStamina _player) / 3); + sleep 60; + _player allowDamage true; +}; diff --git a/communities/uag/mods/ACE3_Ketamine/steam/description.md b/communities/uag/mods/ACE3_Ketamine/steam/description.md new file mode 100644 index 0000000..1605799 --- /dev/null +++ b/communities/uag/mods/ACE3_Ketamine/steam/description.md @@ -0,0 +1,5 @@ +Everything needed to join UAG's Arma 3 sessions. + +Designed to be used with a UAG Erapack, such as Modern, WW2, or Halo. + +Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/UAG_Core diff --git a/communities/uag/mods/ACE3_Ketamine/steam/image.png b/communities/uag/mods/ACE3_Ketamine/steam/image.png new file mode 100644 index 0000000..1b93a7f Binary files /dev/null and b/communities/uag/mods/ACE3_Ketamine/steam/image.png differ diff --git a/communities/uag/mods/ACE3_Ketamine/steam/workshop_id.txt b/communities/uag/mods/ACE3_Ketamine/steam/workshop_id.txt new file mode 100644 index 0000000..a099036 --- /dev/null +++ b/communities/uag/mods/ACE3_Ketamine/steam/workshop_id.txt @@ -0,0 +1 @@ +TBD diff --git a/communities/uag/mods/ACE3_Painkillers/.gitignore b/communities/uag/mods/ACE3_Painkillers/.gitignore new file mode 100644 index 0000000..d109ec3 --- /dev/null +++ b/communities/uag/mods/ACE3_Painkillers/.gitignore @@ -0,0 +1,4 @@ +.hemttout/ +releases/ +*.pbo +*.pbo.bisign \ No newline at end of file diff --git a/communities/uag/mods/ACE3_Painkillers/.hemtt/project.toml b/communities/uag/mods/ACE3_Painkillers/.hemtt/project.toml new file mode 100644 index 0000000..633941f --- /dev/null +++ b/communities/uag/mods/ACE3_Painkillers/.hemtt/project.toml @@ -0,0 +1,13 @@ +name = "ACE3 Painkillers" +prefix = "ACE3_Painkillers" +mainprefix = "z" + +[version] +major = 0 +minor = 0 +patch = 0 +git_hash = 8 + +[properties] +author = "UAG Development Team" +url = "https://github.com/uagpmc/arma3" \ No newline at end of file diff --git a/communities/uag/mods/ACE3_Painkillers/README.md b/communities/uag/mods/ACE3_Painkillers/README.md new file mode 100644 index 0000000..ed7d029 --- /dev/null +++ b/communities/uag/mods/ACE3_Painkillers/README.md @@ -0,0 +1 @@ +# ACE3 Painkillers diff --git a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ new file mode 100644 index 0000000..cd90c0f --- /dev/null +++ b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ @@ -0,0 +1 @@ +z\ACE3_Painkillers\addons\painkillers \ No newline at end of file diff --git a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/config.cpp b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/config.cpp new file mode 100644 index 0000000..09f2c24 --- /dev/null +++ b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/config.cpp @@ -0,0 +1,69 @@ +class CfgPatches +{ + class painkillers + { + authors[] = {"zuedev","fluffy"}; + authorUrl = "https://uagpmc.com"; + name = "painkillers"; + units[] = {}; + weapons[] = {}; + requireAddons[] = {"ace_medical_treatment"}; + }; +}; + +class CfgWeapons +{ + class CBA_MiscItem_ItemInfo; + class ACE_morphine; + + class UAGPMC_Painkiller: ACE_morphine + { + displayName = "Painkiller"; + author = "Fluffy"; + model = "\z\ACE3_Painkillers\addons\painkillers\data\Painkiller.p3d"; + picture = "\z\ACE3_Painkillers\addons\painkillers\data\PainkillerIcon_ca.paa"; + descriptionShort = "Used to Treat Pain"; + descriptionUse = "Tablets used to cure Slight Pain, 1 out of 10 Operators Recommend!"; + hiddenSelections[] = {"camo"}; + hiddenSelectionsTextures[] = {"\z\ACE3_Painkillers\addons\painkillers\data\painkiller_ca.paa"}; + + class ItemInfo: CBA_MiscItem_ItemInfo + { + mass = 0.875; + }; + }; +}; + +class ace_medical_treatment +{ + class Medication + { + class Morphine; + + class UAGPMC_Painkiller: Morphine + { + painReduce = 0.2; + hrIncreaseLow[] = {0, 0}; + hrIncreaseNormal[] = {0, 0}; + hrIncreaseHigh[] = {0, 0}; + timeInSystem = 600; + timeTillMaxEffect = 120; + maxDose = 5; + incompatibleMedication[] = {}; + viscosityChange = 0; + }; + }; +}; + +class ace_medical_treatment_actions +{ + class Morphine; + + class UAGPMC_Painkiller: Morphine + { + allowedSelections[] = {"Head"}; + displayName = "Use Painkiller"; + displayNameProgress = "Using Painkiller"; + items[] = {"UAGPMC_Painkiller"}; + }; +}; diff --git a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d new file mode 100644 index 0000000..ae042d8 Binary files /dev/null and b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d differ diff --git a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa new file mode 100644 index 0000000..e9776dc Binary files /dev/null and b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa differ diff --git a/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa new file mode 100644 index 0000000..4da496f Binary files /dev/null and b/communities/uag/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa differ diff --git a/communities/uag/mods/ACE3_Painkillers/steam/description.txt b/communities/uag/mods/ACE3_Painkillers/steam/description.txt new file mode 100644 index 0000000..2f2308a --- /dev/null +++ b/communities/uag/mods/ACE3_Painkillers/steam/description.txt @@ -0,0 +1,3 @@ +1 in 10 operators approve! + +Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/ACE3_Painkillers diff --git a/communities/uag/mods/ACE3_Painkillers/steam/image.png b/communities/uag/mods/ACE3_Painkillers/steam/image.png new file mode 100644 index 0000000..b52bf50 Binary files /dev/null and b/communities/uag/mods/ACE3_Painkillers/steam/image.png differ diff --git a/communities/uag/mods/ACE3_Painkillers/steam/workshop_id.txt b/communities/uag/mods/ACE3_Painkillers/steam/workshop_id.txt new file mode 100644 index 0000000..b46e1f4 --- /dev/null +++ b/communities/uag/mods/ACE3_Painkillers/steam/workshop_id.txt @@ -0,0 +1 @@ +2607850181 \ No newline at end of file diff --git a/communities/uag/mods/ACE3_PissBags/.gitignore b/communities/uag/mods/ACE3_PissBags/.gitignore new file mode 100644 index 0000000..d109ec3 --- /dev/null +++ b/communities/uag/mods/ACE3_PissBags/.gitignore @@ -0,0 +1,4 @@ +.hemttout/ +releases/ +*.pbo +*.pbo.bisign \ No newline at end of file diff --git a/communities/uag/mods/ACE3_PissBags/.hemtt/project.toml b/communities/uag/mods/ACE3_PissBags/.hemtt/project.toml new file mode 100644 index 0000000..8e90bd6 --- /dev/null +++ b/communities/uag/mods/ACE3_PissBags/.hemtt/project.toml @@ -0,0 +1,13 @@ +name = "ACE3 Pissbags" +prefix = "ACE3_Pissbags" +mainprefix = "z" + +[version] +major = 0 +minor = 0 +patch = 0 +git_hash = 8 + +[properties] +author = "UAG Development Team" +url = "https://github.com/uagpmc/arma3" \ No newline at end of file diff --git a/communities/uag/mods/ACE3_PissBags/Piss_IV.blend b/communities/uag/mods/ACE3_PissBags/Piss_IV.blend new file mode 100644 index 0000000..8ddf234 Binary files /dev/null and b/communities/uag/mods/ACE3_PissBags/Piss_IV.blend differ diff --git a/communities/uag/mods/ACE3_PissBags/README.md b/communities/uag/mods/ACE3_PissBags/README.md new file mode 100644 index 0000000..91f39d0 --- /dev/null +++ b/communities/uag/mods/ACE3_PissBags/README.md @@ -0,0 +1 @@ +# ACE3 Piss Bags diff --git a/communities/uag/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ b/communities/uag/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ new file mode 100644 index 0000000..3b09213 --- /dev/null +++ b/communities/uag/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ @@ -0,0 +1 @@ +z\ACE3_Pissbags\addons\pissbags \ No newline at end of file diff --git a/communities/uag/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa b/communities/uag/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa new file mode 100644 index 0000000..ce35920 Binary files /dev/null and b/communities/uag/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa differ diff --git a/communities/uag/mods/ACE3_PissBags/addons/pissbags/config.cpp b/communities/uag/mods/ACE3_PissBags/addons/pissbags/config.cpp new file mode 100644 index 0000000..cea9038 --- /dev/null +++ b/communities/uag/mods/ACE3_PissBags/addons/pissbags/config.cpp @@ -0,0 +1,65 @@ +class CfgPatches { + class pissbags { + name = "pissbags"; + units[] = {}; + requiredAddons[] = {"ace_medical_treatment"}; + authors[] = {"zuedev", "Fluffy"}; + authorUrl = "https://uagpmc.com"; + }; +}; + +class CfgWeapons { + class ACE_bloodIV; + class ACE_bloodIV_500; + class ACE_bloodIV_250; + + class UAGPMC_pissIV: ACE_bloodIV { + displayName = "Piss Bag (1000ml)"; + picture = "\z\ACE3_Pissbags\addons\pissbags\pissiv.paa"; + hiddenSelectionsTextures[] = {"\z\ACE3_Pissbags\addons\pissbags\Pissbag_ca.paa"}; + }; + + class UAGPMC_pissIV_500: ACE_bloodIV_500 { + displayName = "Piss Bag (500ml)"; + picture = "\z\ACE3_Pissbags\addons\pissbags\pissiv.paa"; + hiddenSelectionsTextures[] = {"\z\ACE3_Pissbags\addons\pissbags\Pissbag_ca.paa"}; + }; + + class UAGPMC_pissIV_250: ACE_bloodIV_250 { + displayName = "Piss Bag (250ml)"; + picture = "\z\ACE3_Pissbags\addons\pissbags\pissiv.paa"; + hiddenSelectionsTextures[] = {"\z\ACE3_Pissbags\addons\pissbags\Pissbag_ca.paa"}; + }; +}; + +class ace_medical_treatment { + class IV { + class BloodIV; + class BloodIV_500; + class BloodIV_250; + + class PissIV: BloodIV {}; + class PissIV_500: BloodIV_500 {}; + class PissIV_250: BloodIV_250 {}; + }; +}; + +class ace_medical_treatment_actions { + class BloodIV; + + class PissIV: BloodIV { + displayName = "Give Piss IV (1000ml)"; + displayNameProgress = "Transfusing Piss..."; + items[] = {"UAGPMC_pissIV"}; + }; + + class PissIV_500: PissIV { + displayName = "Give Piss IV (500ml)"; + items[] = {"UAGPMC_pissIV_500"}; + }; + + class PissIV_250: PissIV { + displayName = "Give Piss IV (250ml)"; + items[] = {"UAGPMC_pissIV_250"}; + }; +}; diff --git a/communities/uag/mods/ACE3_PissBags/addons/pissbags/pissiv.paa b/communities/uag/mods/ACE3_PissBags/addons/pissbags/pissiv.paa new file mode 100644 index 0000000..50e96b8 Binary files /dev/null and b/communities/uag/mods/ACE3_PissBags/addons/pissbags/pissiv.paa differ diff --git a/communities/uag/mods/ACE3_PissBags/steam/description.txt b/communities/uag/mods/ACE3_PissBags/steam/description.txt new file mode 100644 index 0000000..63bbcdf --- /dev/null +++ b/communities/uag/mods/ACE3_PissBags/steam/description.txt @@ -0,0 +1,3 @@ +Modern times call for modern solutions. + +Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/ACE3_Piss_Bags diff --git a/communities/uag/mods/ACE3_PissBags/steam/image.jpg b/communities/uag/mods/ACE3_PissBags/steam/image.jpg new file mode 100644 index 0000000..1b4758b Binary files /dev/null and b/communities/uag/mods/ACE3_PissBags/steam/image.jpg differ diff --git a/communities/uag/mods/ACE3_PissBags/steam/p1.jpg b/communities/uag/mods/ACE3_PissBags/steam/p1.jpg new file mode 100644 index 0000000..094a7db Binary files /dev/null and b/communities/uag/mods/ACE3_PissBags/steam/p1.jpg differ diff --git a/communities/uag/mods/ACE3_PissBags/steam/videos.txt b/communities/uag/mods/ACE3_PissBags/steam/videos.txt new file mode 100644 index 0000000..e21c424 --- /dev/null +++ b/communities/uag/mods/ACE3_PissBags/steam/videos.txt @@ -0,0 +1 @@ +https://www.youtube.com/watch?v=NMh2SdR5jMM \ No newline at end of file diff --git a/communities/uag/mods/ACE3_PissBags/steam/workshop_id.txt b/communities/uag/mods/ACE3_PissBags/steam/workshop_id.txt new file mode 100644 index 0000000..0b759c8 --- /dev/null +++ b/communities/uag/mods/ACE3_PissBags/steam/workshop_id.txt @@ -0,0 +1 @@ +2597693640 \ No newline at end of file diff --git a/communities/uag/mods/README.md b/communities/uag/mods/README.md new file mode 100644 index 0000000..56a7a04 --- /dev/null +++ b/communities/uag/mods/README.md @@ -0,0 +1 @@ +# UAG's Arma 3 Mods diff --git a/communities/uag/mods/UAG_Units/.gitignore b/communities/uag/mods/UAG_Units/.gitignore new file mode 100644 index 0000000..d109ec3 --- /dev/null +++ b/communities/uag/mods/UAG_Units/.gitignore @@ -0,0 +1,4 @@ +.hemttout/ +releases/ +*.pbo +*.pbo.bisign \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/.hemtt/project.toml b/communities/uag/mods/UAG_Units/.hemtt/project.toml new file mode 100644 index 0000000..2c44a0c --- /dev/null +++ b/communities/uag/mods/UAG_Units/.hemtt/project.toml @@ -0,0 +1,44 @@ +name = "UAG Units" +prefix = "UAG_Units" +mainprefix = "z" + +[version] +major = 0 +minor = 0 +patch = 0 +git_hash = 8 + +[files] +include = [ + "files/uag.paa", + "files/uag_hover.paa", +] + +[properties] +author = "UAG Development Team" +url = "https://github.com/uagpmc/arma3" + +[hemtt.launch.default] +workshop = [ + "2369477168", # Advanced Developer Tools Workshop ID +] + +[hemtt.launch.dev] +extends = "default" +workshop = [ + "450814997", # CBA_A3's Workshop ID + "463939057", # ACE3's Workshop ID + "751965892", # ACRE's Workshop ID +] + +[hemtt.launch.all] +extends = "default" +workshop = [ + "450814997", # CBA_A3's Workshop ID + "463939057", # ACE3's Workshop ID + "751965892", # ACRE's Workshop ID + "2262006564", # cTab's Workshop ID +] +parameters = [ + "-mod=ws;rf;", +] \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/README.md b/communities/uag/mods/UAG_Units/README.md new file mode 100644 index 0000000..c4a530c --- /dev/null +++ b/communities/uag/mods/UAG_Units/README.md @@ -0,0 +1,10 @@ +# UAG Units + +## Development + +This repository has mirrors! + +The original repository is here: https://gitlab.sovereign.zue.dev/unnamed-group/arma-3/unnamed-arma-group/uag-units + +Here is a list of official mirrors: +- https://github.com/zuedev/uag-units \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ b/communities/uag/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ new file mode 100644 index 0000000..486b74a --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ @@ -0,0 +1 @@ +z\UAG_Units\addons\uag_units_core \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_core/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_core/config.cpp new file mode 100644 index 0000000..e194af0 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_core/config.cpp @@ -0,0 +1,11 @@ +class CfgPatches { + class uag_units_core { + authors[] = {"zuedev"}; + authorUrl = "https://uagpmc.com"; + name = "uag_units_core"; + requiredAddons[] = {}; + requiredVersion = 2.16; + units[] = {}; + weapons[] = {}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_core/macros.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_core/macros.hpp new file mode 100644 index 0000000..2f5cec2 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_core/macros.hpp @@ -0,0 +1,17 @@ +#define private 0 +#define protected 1 +#define public 2 + +#define x2(x) x, x +#define x3(x) x, x, x +#define x4(x) x, x, x, x +#define x5(x) x, x, x, x, x +#define x6(x) x, x, x, x, x, x +#define x7(x) x, x, x, x, x, x, x +#define x8(x) x, x, x, x, x, x, x, x +#define x9(x) x, x, x, x, x, x, x, x, x +#define x10(x) x, x, x, x, x, x, x, x, x, x +#define x20(x) x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x + +#define commonLinkedItems "UAG_Balaclava_With_Combat_Goggles", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" +#define baseVanillaMedicalItems "FirstAidKit" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ new file mode 100644 index 0000000..e2f3f73 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ @@ -0,0 +1 @@ +z\UAG_Units\addons\uag_units_uag \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp new file mode 100644 index 0000000..46aff0d --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp @@ -0,0 +1,5 @@ +class CfgEditorSubcategories { + class Combat_Contractors_Black_Splinter { + displayName = "Combat Contractors (Black Splinter)"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp new file mode 100644 index 0000000..50a48ef --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp @@ -0,0 +1,7 @@ +class CfgFactionClasses { + class BLU_F; + + class UAG: BLU_F { + displayName = "UAG"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp new file mode 100644 index 0000000..95455bc --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp @@ -0,0 +1,5 @@ +class CfgVehicleClasses { + class Combat_Contractors_Black_Splinter { + displayName = "Combat Contractors (Black Splinter)"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp new file mode 100644 index 0000000..ac1bf40 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp @@ -0,0 +1,12 @@ +class CfgVehicles { + class UAG_Survivor_Black_Splinter; + class UAG_Contractor_Black_Splinter; + + class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { + displayName = "Contractor"; + items[] += { + baseAceMedicalItems, + baseAceMiscItems + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp new file mode 100644 index 0000000..82bdff9 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp @@ -0,0 +1 @@ +#include "UAG_Contractor_Black_Splinter.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp new file mode 100644 index 0000000..aeea631 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp @@ -0,0 +1 @@ +#include "Combat_Contractors_Black_Splinter/_index.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp new file mode 100644 index 0000000..72bf765 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp @@ -0,0 +1,18 @@ +class CfgPatches { + class uag_units_uag_ace3_patch { + addonRootClass = "uag_units_uag"; + + requiredAddons[] = { + "uag_units_uag", + "ace_main", + }; + units[] = { + "UAG_Contractor_Black_Splinter" + }; + + skipWhenMissingDependencies = 1; + }; +}; + +#include "macros.hpp" +#include "Units/_index.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp new file mode 100644 index 0000000..7762c4f --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp @@ -0,0 +1,21 @@ +#define private 0 +#define protected 1 +#define public 2 + +#define x2(x) x, x +#define x3(x) x, x, x +#define x4(x) x, x, x, x +#define x5(x) x, x, x, x, x +#define x6(x) x, x, x, x, x, x +#define x7(x) x, x, x, x, x, x, x +#define x8(x) x, x, x, x, x, x, x, x +#define x9(x) x, x, x, x, x, x, x, x, x +#define x10(x) x, x, x, x, x, x, x, x, x, x +#define x20(x) x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x + +#define commonLinkedItems "UAG_Balaclava_With_Combat_Goggles", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" + +#define baseAceMedicalItems x10("ACE_elasticBandage"), x10("ACE_quikclot"), x2("ACE_morphine"), "ACE_epinephrine", "ACE_splint", "ACE_bloodIV_500", x2("ACE_tourniquet") +#define baseAceMiscItems "ACE_EarPlugs", "ACE_EntrenchingTool", "ACE_Flashlight_MX991", "ACE_MapTools", "ACE_IR_Strobe_Item", "ACE_CableTie", "ACE_Banana" + +#define extraAceMedicalKit x10("ACE_elasticBandage"), x10("ACE_quikclot"), x5("ACE_morphine"), x5("ACE_morphine"), x5("ACE_bloodIV"), x4("ACE_tourniquet"), x2("ACE_splint") \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp new file mode 100644 index 0000000..254e383 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp @@ -0,0 +1,11 @@ +class CfgVehicles { + class UAG_Survivor_Black_Splinter; + class UAG_Contractor_Black_Splinter; + + class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { + displayName = "Contractor"; + items[] += { + shortRangeRadio + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp new file mode 100644 index 0000000..82bdff9 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp @@ -0,0 +1 @@ +#include "UAG_Contractor_Black_Splinter.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp new file mode 100644 index 0000000..aeea631 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp @@ -0,0 +1 @@ +#include "Combat_Contractors_Black_Splinter/_index.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp new file mode 100644 index 0000000..cd008b5 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp @@ -0,0 +1,18 @@ +class CfgPatches { + class uag_units_uag_acre_patch { + addonRootClass = "uag_units_uag"; + + requiredAddons[] = { + "uag_units_uag", + "acre_main" + }; + units[] = { + "UAG_Contractor_Black_Splinter" + }; + + skipWhenMissingDependencies = 1; + }; +}; + +#include "macros.hpp" +#include "Units/_index.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp new file mode 100644 index 0000000..990a646 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp @@ -0,0 +1,3 @@ +#define shortRangeRadio "ACRE_PRC343" +#define longRangeRadio "ACRE_PRC152" +#define backpackRadio "ACRE_PRC117F" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp new file mode 100644 index 0000000..db69164 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp @@ -0,0 +1,12 @@ +class CfgVehicles { + class UAG_Survivor_Black_Splinter; + class UAG_Contractor_Black_Splinter; + + class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { + displayName = "Contractor"; + items[] += { + "ItemcTabHCam", + "ItemAndroidMisc" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp new file mode 100644 index 0000000..82bdff9 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp @@ -0,0 +1 @@ +#include "UAG_Contractor_Black_Splinter.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp new file mode 100644 index 0000000..aeea631 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp @@ -0,0 +1 @@ +#include "Combat_Contractors_Black_Splinter/_index.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp new file mode 100644 index 0000000..dabc383 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp @@ -0,0 +1,17 @@ +class CfgPatches { + class uag_units_uag_ctab_patch { + addonRootClass = "uag_units_uag"; + + requiredAddons[] = { + "uag_units_uag", + "ctab_main" + }; + units[] = { + "UAG_Contractor_Black_Splinter" + }; + + skipWhenMissingDependencies = 1; + }; +}; + +#include "Units/_index.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa new file mode 100644 index 0000000..693ce18 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png new file mode 100644 index 0000000..2b22990 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa new file mode 100644 index 0000000..6f17c63 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png new file mode 100644 index 0000000..f393824 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa new file mode 100644 index 0000000..c86f7a6 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png new file mode 100644 index 0000000..23ceaad Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp new file mode 100644 index 0000000..3c3685f --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp @@ -0,0 +1,106 @@ +/* UAG Cougar Gunship + * Based on: I_E_EC_02_RF + * From: RF_Air_heli_medium_ec + * Changes: + * - ??? + */ + +class SensorTemplatePassiveRadar; +class SensorTemplateAntiRadiation; +class SensorTemplateActiveRadar; +class SensorTemplateIR; +class SensorTemplateVisual; +class SensorTemplateMan; +class SensorTemplateLaser; +class SensorTemplateNV; +class SensorTemplateDataLink; + +class CfgVehicles { + class I_E_EC_02_RF; + + class UAG_Cougar_Gunship_PARENTPROXY: I_E_EC_02_RF { + scope = private; + + class EventHandlers; + class Components; + }; + + class UAG_Cougar_Gunship: UAG_Cougar_Gunship_PARENTPROXY { + scope = public; + displayName = "Cougar Gunship"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_exterior_03_ldf_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_int_cargo_co_uag.paa", + "#(rgb,1024,1024,1)ui('lxRF_MFDMinimap','lxRF_MFDMinimap')", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_adds_03_ldf_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_exterior_03_ldf_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_int_cargo_co_uag.paa" + }; + textureList[] = {}; + crew = "UAG_Pilot_Black_Splinter"; + faction = "UAG"; + side = 1; + + class EventHandlers: EventHandlers { + init = "(_this select 0) setWaterLeakiness 0;"; + }; + + class Components: Components { + class TransportPylonsComponent { + uiPicture = "\lxRF\air_rf\heli_medium_ec\data\UI\heli_medium_ec_02_3DEN_CA.paa"; + + class Presets { + class HAT { + displayName = "Default"; + attachment[] = {"PylonRack_4Rnd_LG_scalpel","PylonWeapon_860Rnd_127x99mm_shells_black_RF","PylonWeapon_860Rnd_127x99mm_shells_black_RF","PylonRack_4Rnd_LG_scalpel"}; + }; + }; + class Pylons { + class PylonLeft1 { + attachment = "PylonRack_4Rnd_LG_scalpel"; + hardpoints[] = {"O_MISSILE_PYLON","O_BOMB_PYLON_HELI","UNI_SCALPEL","20MM_TWIN_CANNON","WEAPON_PODS_RF"}; + priority = 5; + turret[] = {0}; + UIposition[] = {0.06,0.4}; + }; + class PylonLeft2: PylonLeft1 { + attachment = "PylonWeapon_860Rnd_127x99mm_shells_black_RF"; + priority = 4; + UIposition[] = {0.08,0.35}; + }; + class PylonRight1: PylonLeft1 { + attachment = "PylonWeapon_860Rnd_127x99mm_shells_black_RF"; + mirroredMissilePos = 1; + UIposition[] = {0.59,0.4}; + }; + class PylonRight2: PylonLeft2 { + attachment = "PylonRack_4Rnd_LG_scalpel"; + mirroredMissilePos = 2; + UIposition[] = {0.57,0.35}; + }; + }; + }; + + class SensorsManagerComponent { + class Components { + // allow all sensor types + class ActiveRadarSensorComponent: SensorTemplateActiveRadar { + animDirection = ""; + aimDown = 0; + angleRangeHorizontal = 360; + angleRangeVertical = 360; + typeRecognitionDistance = 6000; + }; + class IRSensorComponent: SensorTemplateIR {}; + class LaserSensorComponent: SensorTemplateLaser {}; + class NVSensorComponent: SensorTemplateNV {}; + class PassiveRadarSensorComponent: SensorTemplatePassiveRadar {}; + class VisualSensorComponent: SensorTemplateVisual {}; + class DataLinkSensorComponent: SensorTemplateDataLink {}; + class ManSensorComponent: SensorTemplateMan {}; + class AntiRadiationSensorComponent: SensorTemplateAntiRadiation {}; + }; + }; + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp new file mode 100644 index 0000000..4ef683d --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp @@ -0,0 +1,13 @@ +class CfgVehicles { + class Pickup_01_aat_base_rf; + + class UAG_Moose_Pickup_AAT_BASE: Pickup_01_aat_base_rf { + scope = private; + displayName = "Moose Pickup (AAT)"; + textureList[] = {}; + crew = "UAG_Contractor_Black_Splinter"; + faction = "UAG"; + side = 1; + animationList[] = {"hide_frame",0,"hide_frame_full",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_sidesteps",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp new file mode 100644 index 0000000..24f8964 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp @@ -0,0 +1,16 @@ +class CfgVehicles { + class UAG_Moose_Pickup_AAT_BASE; + + class UAG_Moose_Pickup_AAT_Black: UAG_Moose_Pickup_AAT_BASE { + scope = public; + displayName = "Moose Pickup (Black, AAT)"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp new file mode 100644 index 0000000..fb1e394 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp @@ -0,0 +1,8 @@ +class CfgVehicles { + class UAG_Moose_Pickup_AAT_Black; + + class UAG_Moose_Pickup_AAT_Black_Armoured: UAG_Moose_Pickup_AAT_Black { + displayName = "Moose Pickup (Black, AAT, Armoured)"; + animationList[] += {"hide_armor_window_armor_top",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp new file mode 100644 index 0000000..2ec4ee7 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp @@ -0,0 +1,13 @@ +class CfgVehicles { + class Pickup_01_base_rf; + + class UAG_Moose_Pickup_BASE: Pickup_01_base_rf { + scope = private; + displayName = "Moose Pickup"; + textureList[] = {}; + crew = "UAG_Contractor_Black_Splinter"; + faction = "UAG"; + side = 1; + animationList[] = {"hide_bullbar",0,"hide_fuel_tank",1,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_cover",1,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_frame",0,"hide_sidesteps",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp new file mode 100644 index 0000000..ff5de72 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp @@ -0,0 +1,16 @@ +class CfgVehicles { + class UAG_Moose_Pickup_BASE; + + class UAG_Moose_Pickup_Black: UAG_Moose_Pickup_BASE { + scope = public; + displayName = "Moose Pickup (Black)"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa new file mode 100644 index 0000000..aef5d15 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png new file mode 100644 index 0000000..12ae34e Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa new file mode 100644 index 0000000..402ebde Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png new file mode 100644 index 0000000..4b1ca12 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa new file mode 100644 index 0000000..55042f6 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png new file mode 100644 index 0000000..413a545 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa new file mode 100644 index 0000000..e9aded4 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png new file mode 100644 index 0000000..b7aac17 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa new file mode 100644 index 0000000..12734cc Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png new file mode 100644 index 0000000..c953f87 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa new file mode 100644 index 0000000..7a35482 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png new file mode 100644 index 0000000..3686cb1 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp new file mode 100644 index 0000000..d339365 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp @@ -0,0 +1,8 @@ +class CfgVehicles { + class UAG_Moose_Pickup_Black; + + class UAG_Moose_Pickup_Black_Armoured: UAG_Moose_Pickup_Black { + displayName = "Moose Pickup (Black, Armoured)"; + animationList[] += {"hide_armor_window_armor_top",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp new file mode 100644 index 0000000..b07f877 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp @@ -0,0 +1,16 @@ +class CfgVehicles { + class UAG_Moose_Pickup_BASE; + + class UAG_Moose_Pickup_Black_Splinter: UAG_Moose_Pickup_BASE { + scope = public; + displayName = "Moose Pickup (Black Splinter)"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black_Splinter\pickup_01_ext_ldf_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black_Splinter\pickup_01_service_ldf_co_uag.paa" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa new file mode 100644 index 0000000..d7d224c Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png new file mode 100644 index 0000000..82112a4 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa new file mode 100644 index 0000000..38bdfea Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png new file mode 100644 index 0000000..3936c04 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp new file mode 100644 index 0000000..2f844b0 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp @@ -0,0 +1,8 @@ +class CfgVehicles { + class UAG_Moose_Pickup_Black_Splinter; + + class UAG_Moose_Pickup_Black_Splinter_Armoured: UAG_Moose_Pickup_Black_Splinter { + displayName = "Moose Pickup (Black Splinter, Armoured)"; + animationList[] += {"hide_armor_window_armor_top",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp new file mode 100644 index 0000000..edf1b76 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp @@ -0,0 +1,13 @@ +class CfgVehicles { + class Pickup_comms_base_rf; + + class UAG_Moose_Pickup_Comms_BASE: Pickup_comms_base_rf { + scope = private; + displayName = "Moose Pickup (Comms)"; + textureList[] = {}; + crew = "UAG_Contractor_Black_Splinter"; + faction = "UAG"; + side = 1; + animationList[] = {"hide_rack",0,"hide_rack_antenna",0,"hide_frame",1,"hide_frame_full",1,"hide_frame_full_panel",1,"hide_box",0,"hide_box_door",0,"hide_trunk_door",0,"trunk_door_open",0,"box_door_open",0,"hide_police",1,"hide_Services",1,"BeaconsServicesStart",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack_spotlights",0,"hide_sidesteps",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp new file mode 100644 index 0000000..2b27077 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp @@ -0,0 +1,16 @@ +class CfgVehicles { + class UAG_Moose_Pickup_Comms_BASE; + + class UAG_Moose_Pickup_Comms_Black: UAG_Moose_Pickup_Comms_BASE { + scope = public; + displayName = "Moose Pickup (Black, Comms)"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp new file mode 100644 index 0000000..416c1fb --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp @@ -0,0 +1,8 @@ +class CfgVehicles { + class UAG_Moose_Pickup_Comms_Black; + + class UAG_Moose_Pickup_Comms_Black_Armoured: UAG_Moose_Pickup_Comms_Black { + displayName = "Moose Pickup (Black, Comms, Armoured)"; + animationList[] += {"hide_armor_window_armor_top",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp new file mode 100644 index 0000000..aa343ee --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp @@ -0,0 +1,13 @@ +class CfgVehicles { + class Pickup_01_hmg_base_rf; + + class UAG_Moose_Pickup_HMG_BASE: Pickup_01_hmg_base_rf { + scope = private; + displayName = "Moose Pickup (HMG)"; + textureList[] = {}; + crew = "UAG_Contractor_Black_Splinter"; + faction = "UAG"; + side = 1; + animationList[] = {"Hide_Shield",0,"Hide_Rail",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_frame",0,"hide_sidesteps",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp new file mode 100644 index 0000000..a55726c --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp @@ -0,0 +1,16 @@ +class CfgVehicles { + class UAG_Moose_Pickup_HMG_BASE; + + class UAG_Moose_Pickup_HMG_Black: UAG_Moose_Pickup_HMG_BASE { + scope = public; + displayName = "Moose Pickup (Black, HMG)"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp new file mode 100644 index 0000000..e3a2f25 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp @@ -0,0 +1,8 @@ +class CfgVehicles { + class UAG_Moose_Pickup_HMG_Black; + + class UAG_Moose_Pickup_HMG_Black_Armoured: UAG_Moose_Pickup_HMG_Black { + displayName = "Moose Pickup (Black, HMG, Armoured)"; + animationList[] += {"hide_armor_window_armor_top",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp new file mode 100644 index 0000000..39790ab --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp @@ -0,0 +1,13 @@ +class CfgVehicles { + class Pickup_01_mmg_base_rf; + + class UAG_Moose_Pickup_MMG_BASE: Pickup_01_mmg_base_rf { + scope = private; + displayName = "Moose Pickup (MMG)"; + textureList[] = {}; + crew = "UAG_Contractor_Black_Splinter"; + faction = "UAG"; + side = 1; + animationList[] = {"hide_trunk_cover",1,"hide_frame_full",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_frame",0,"hide_sidesteps",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp new file mode 100644 index 0000000..f95f7b7 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp @@ -0,0 +1,16 @@ +class CfgVehicles { + class UAG_Moose_Pickup_MMG_BASE; + + class UAG_Moose_Pickup_MMG_Black: UAG_Moose_Pickup_MMG_BASE { + scope = public; + displayName = "Moose Pickup (Black, MMG)"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp new file mode 100644 index 0000000..67962ba --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp @@ -0,0 +1,8 @@ +class CfgVehicles { + class UAG_Moose_Pickup_MMG_Black; + + class UAG_Moose_Pickup_MMG_Black_Armoured: UAG_Moose_Pickup_MMG_Black { + displayName = "Moose Pickup (Black, MMG, Armoured)"; + animationList[] += {"hide_armor_window_armor_top",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp new file mode 100644 index 0000000..03043e1 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp @@ -0,0 +1,13 @@ +class CfgVehicles { + class Pickup_01_mrl_base_rf; + + class UAG_Moose_Pickup_MRL_BASE: Pickup_01_mrl_base_rf { + scope = private; + displayName = "Moose Pickup (MRL)"; + textureList[] = {}; + crew = "UAG_Contractor_Black_Splinter"; + faction = "UAG"; + side = 1; + animationList[] = {"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_frame",0,"hide_sidesteps",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp new file mode 100644 index 0000000..7e69ed0 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp @@ -0,0 +1,16 @@ +class CfgVehicles { + class UAG_Moose_Pickup_MRL_BASE; + + class UAG_Moose_Pickup_MRL_Black: UAG_Moose_Pickup_MRL_BASE { + scope = public; + displayName = "Moose Pickup (Black, MRL)"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp new file mode 100644 index 0000000..a1b9855 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp @@ -0,0 +1,8 @@ +class CfgVehicles { + class UAG_Moose_Pickup_MRL_Black; + + class UAG_Moose_Pickup_MRL_Black_Armoured: UAG_Moose_Pickup_MRL_Black { + displayName = "Moose Pickup (Black, MRL, Armoured)"; + animationList[] += {"hide_armor_window_armor_top",0}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp new file mode 100644 index 0000000..3171f2a --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp @@ -0,0 +1,21 @@ +#include "UAG_Cougar_Gunship/config.hpp" +#include "UAG_Moose_Pickup_BASE/config.hpp" +#include "UAG_Moose_Pickup_Black/config.hpp" +#include "UAG_Moose_Pickup_Black_Armoured/config.hpp" +#include "UAG_Moose_Pickup_Black_Splinter/config.hpp" +#include "UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp" +#include "UAG_Moose_Pickup_Comms_BASE/config.hpp" +#include "UAG_Moose_Pickup_Comms_Black/config.hpp" +#include "UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp" +#include "UAG_Moose_Pickup_MMG_BASE/config.hpp" +#include "UAG_Moose_Pickup_MMG_Black/config.hpp" +#include "UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp" +#include "UAG_Moose_Pickup_HMG_BASE/config.hpp" +#include "UAG_Moose_Pickup_HMG_Black/config.hpp" +#include "UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp" +#include "UAG_Moose_Pickup_AAT_BASE/config.hpp" +#include "UAG_Moose_Pickup_AAT_Black/config.hpp" +#include "UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp" +#include "UAG_Moose_Pickup_MRL_BASE/config.hpp" +#include "UAG_Moose_Pickup_MRL_Black/config.hpp" +#include "UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp new file mode 100644 index 0000000..c0d518e --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp @@ -0,0 +1,33 @@ +class CfgPatches { + class uag_reaction_uag_rf_patch { + addonRootClass = "uag_units_uag"; + + requiredAddons[] = { + "RF_Air_heli_medium_ec", + "RF_Vehicles_Pickup_01", + "uag_units_uag" + }; + units[] = { + "UAG_Cougar_Gunship", + "UAG_Moose_Pickup_AAT_Black", + "UAG_Moose_Pickup_AAT_Black_Armoured", + "UAG_Moose_Pickup_Black", + "UAG_Moose_Pickup_Black_Armoured", + "UAG_Moose_Pickup_Black_Splinter", + "UAG_Moose_Pickup_Black_Splinter_Armoured", + "UAG_Moose_Pickup_Comms_Black", + "UAG_Moose_Pickup_Comms_Black_Armoured", + "UAG_Moose_Pickup_HMG_Black", + "UAG_Moose_Pickup_HMG_Black_Armoured", + "UAG_Moose_Pickup_MMG_Black", + "UAG_Moose_Pickup_MMG_Black_Armoured", + "UAG_Moose_Pickup_MRL_Black", + "UAG_Moose_Pickup_MRL_Black_Armoured" + }; + + skipWhenMissingDependencies = 1; + }; +}; + +#include "macros.hpp" +#include "Vehicles/_index.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp new file mode 100644 index 0000000..f497e93 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp @@ -0,0 +1,20 @@ +#define x2(x) x, x +#define x3(x) x, x, x +#define x4(x) x, x, x, x +#define x5(x) x, x, x, x, x +#define x6(x) x, x, x, x, x, x +#define x7(x) x, x, x, x, x, x, x +#define x8(x) x, x, x, x, x, x, x, x +#define x9(x) x, x, x, x, x, x, x, x, x +#define x10(x) x, x, x, x, x, x, x, x, x, x +#define x20(x) x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x + +#define commonLinkedItems "UAG_Balaclava_With_Combat_Goggles", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" +#define baseVanillaMedicalItems "FirstAidKit" +#define baseAceMedicalItems x10("ACE_elasticBandage"), x10("ACE_quikclot"), x2("ACE_morphine"), "ACE_epinephrine", "ACE_splint", "ACE_bloodIV_500", x2("ACE_tourniquet") +#define baseAceMiscItems "ACE_EarPlugs", "ACE_EntrenchingTool", "ACE_Flashlight_MX991", "ACE_MapTools", "ACE_IR_Strobe_Item", "ACE_CableTie", "ACE_Banana" +#define extraAceMedicalKit x10("ACE_elasticBandage"), x10("ACE_quikclot"), x5("ACE_morphine"), x5("ACE_morphine"), x5("ACE_bloodIV"), x4("ACE_tourniquet"), x2("ACE_splint") + +#define private 0 +#define protected 1 +#define public 2 \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp new file mode 100644 index 0000000..cb3d7dc --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp @@ -0,0 +1,22 @@ +class CfgVehicles { + class B_ION_Heli_Light_02_dynamicLoadout_lxWS; + + class UAG_Orca_UP_PARENTPROXY: B_ION_Heli_Light_02_dynamicLoadout_lxWS { + scope = private; + }; + + class UAG_Orca_UP: UAG_Orca_UP_PARENTPROXY { + scope = public; + displayName = "Orca (UP)"; + crew = "UAG_Pilot_Black_Splinter"; + faction = "UAG"; + side = 1; + hiddenSelectionsTextures[] = { + "\A3\Air_F\Heli_Light_02\Data\Heli_Light_02_ext_CO.paa", + "\a3\air_f\data\rockets_co.paa", + "\lxWS\air_f_lxWS\heli_light_02\data\lxws_heli_light_02_adds_ion_co.paa" + }; + waterDamageEngine = 0; + waterLeakiness = 0; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp new file mode 100644 index 0000000..6e0992a --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp @@ -0,0 +1 @@ +#include "UAG_Orca_UP/config.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp new file mode 100644 index 0000000..6550428 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp @@ -0,0 +1,18 @@ +class CfgPatches { + class uag_units_uag_ws_patch { + addonRootClass = "uag_units_uag"; + + requiredAddons[] = { + "uag_units_uag", + "Air_F_lxWS_Heli_Light_02" + }; + units[] = { + "UAG_Orca_UP" + }; + + skipWhenMissingDependencies = 1; + }; +}; + +#include "macros.hpp" +#include "Vehicles/_index.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp new file mode 100644 index 0000000..b34dde6 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp @@ -0,0 +1,3 @@ +#define private 0 +#define protected 1 +#define public 2 \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp new file mode 100644 index 0000000..dffcb7a --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp @@ -0,0 +1,18 @@ +class CfgVehicles { + class UAG_Contractor_Black_Splinter; + + class UAG_Autorifleman_Black_Splinter: UAG_Contractor_Black_Splinter { + displayName = "Autorifleman"; + linkedItems[] = { + commonLinkedItems, + "UAG_Combat_Helmet_Heavy", + "UAG_Plate_Carrier_Heavy" + }; + magazines[] = { + x4("200Rnd_556x45_Box_Tracer_Red_F"), + "HandGrenade", + "SmokeShell" + }; + weapons[] = {"LMG_03_F", "Throw", "Put"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp new file mode 100644 index 0000000..59db2a2 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp @@ -0,0 +1,21 @@ +class CfgVehicles { + class UAG_Survivor_Black_Splinter; + + class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { + displayName = "Contractor"; + items[] = { + baseVanillaMedicalItems + }; + linkedItems[] = { + commonLinkedItems, + "UAG_Combat_Helmet_Light", + "UAG_Plate_Carrier_Light" + }; + magazines[] = { + x6("30Rnd_65x39_caseless_msbs_mag_Tracer"), + "HandGrenade", + "SmokeShell" + }; + weapons[] = {"UAG_MSBS65v2_ModularSight", "Throw", "Put"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp new file mode 100644 index 0000000..dd67b93 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp @@ -0,0 +1,12 @@ +class CfgVehicles { + class UAG_Contractor_Black_Splinter; + + class UAG_Crewman_Black_Splinter: UAG_Contractor_Black_Splinter { + displayName = "Crewman"; + linkedItems[] = { + commonLinkedItems, + "H_Tank_black_F", // TODO: UAG Crewman Helmet + "UAG_Plate_Carrier_Light" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp new file mode 100644 index 0000000..36f7bb0 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp @@ -0,0 +1,20 @@ +class CfgVehicles { + class UAG_Contractor_Black_Splinter; + + class UAG_Grenadier_Black_Splinter: UAG_Contractor_Black_Splinter { + displayName = "Grenadier"; + linkedItems[] = { + commonLinkedItems, + "UAG_Combat_Helmet_Medium", + "UAG_Plate_Carrier_Medium" + }; + magazines[] = { + x4("30Rnd_65x39_caseless_msbs_mag_Tracer"), + x4("1Rnd_HE_Grenade_shell"), + x3("1Rnd_SmokeRed_Grenade_shell"), + "HandGrenade", + "SmokeShell" + }; + weapons[] = {"UAG_MSBS65v2_GL_ModularSight", "Throw", "Put"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp new file mode 100644 index 0000000..97c4ed4 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp @@ -0,0 +1,13 @@ +class CfgVehicles { + class UAG_Autorifleman_Black_Splinter; + + class UAG_Machinegunner_Black_Splinter: UAG_Autorifleman_Black_Splinter { + displayName = "Machinegunner"; + magazines[] = { + x4("130Rnd_338_Mag"), + "HandGrenade", + "SmokeShell" + }; + weapons[] = {"MMG_02_black_F", "Throw", "Put"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp new file mode 100644 index 0000000..a1c67b3 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp @@ -0,0 +1,13 @@ +class CfgVehicles { + class UAG_Contractor_Black_Splinter; + + class UAG_Marksman_Black_Splinter: UAG_Contractor_Black_Splinter { + displayName = "Marksman"; + magazines[] = { + x4("20Rnd_762x51_Mag"), + "HandGrenade", + "SmokeShell" + }; + weapons[] = {"UAG_SIG556v2_Pitbull", "Throw", "Put"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp new file mode 100644 index 0000000..02d5d78 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp @@ -0,0 +1,12 @@ +class CfgVehicles { + class UAG_Contractor_Black_Splinter; + + class UAG_Pilot_Black_Splinter: UAG_Contractor_Black_Splinter { + displayName = "Pilot"; + linkedItems[] = { + commonLinkedItems, + "H_CrewHelmetHeli_B", // TODO: UAG Pilot Helmet + "UAG_Plate_Carrier_Light" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp new file mode 100644 index 0000000..bc06efe --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp @@ -0,0 +1,14 @@ +class CfgVehicles { + class UAG_Contractor_Black_Splinter; + + class UAG_Pointman_Black_Splinter: UAG_Contractor_Black_Splinter { + displayName = "Pointman"; + magazines[] = { + x4("30Rnd_65x39_caseless_msbs_mag_Tracer"), + x3("6Rnd_12Gauge_Pellets"), + "HandGrenade", + "SmokeShell" + }; + weapons[] = {"UAG_MSBS65v2_UBS_Holo", "Throw", "Put"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp new file mode 100644 index 0000000..47408f4 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp @@ -0,0 +1,13 @@ +class CfgVehicles { + class UAG_Contractor_Black_Splinter; + + class UAG_Raider_Black_Splinter: UAG_Contractor_Black_Splinter { + displayName = "Raider"; + magazines[] = { + x5("50Rnd_570x28_SMG_03"), + "HandGrenade", + "SmokeShell" + }; + weapons[] = {"SMG_03C_black", "Throw", "Put"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp new file mode 100644 index 0000000..de3af40 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp @@ -0,0 +1,18 @@ +class CfgVehicles { + class UAG_Contractor_Black_Splinter; + + class UAG_Sniper_Black_Splinter: UAG_Contractor_Black_Splinter { + displayName = "Sniper"; + linkedItems[] = { + commonLinkedItems, + "UAG_Combat_Helmet_Medium", + "UAG_Plate_Carrier_Medium" + }; + magazines[] = { + x6("7Rnd_408_Mag"), + "HandGrenade", + "SmokeShell" + }; + weapons[] = {"UAG_M200v2_LRPS", "Throw", "Put"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp new file mode 100644 index 0000000..035eb8c --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp @@ -0,0 +1,20 @@ +class CfgVehicles { + class B_Survivor_F; + + class UAG_Survivor_Black_Splinter: B_Survivor_F { + displayName = "Survivor"; + faction = "UAG"; + vehicleClass = "Combat_Contractors_Black_Splinter"; + editorSubcategory = "Combat_Contractors_Black_Splinter"; + linkedItems[] = { + commonLinkedItems + }; + uniformClass = "UAG_Combat_Fatigues_Black_Splinter"; + + // abilities + engineer = 1; + canDeactivateMines = 1; + attendant = 1; + uavHacker = 1; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp new file mode 100644 index 0000000..b6e7b21 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp @@ -0,0 +1,11 @@ +#include "UAG_Survivor_Black_Splinter.hpp" +#include "UAG_Contractor_Black_Splinter.hpp" +#include "UAG_Grenadier_Black_Splinter.hpp" +#include "UAG_Marksman_Black_Splinter.hpp" +#include "UAG_Autorifleman_Black_Splinter.hpp" +#include "UAG_Machinegunner_Black_Splinter.hpp" +#include "UAG_Sniper_Black_Splinter.hpp" +#include "UAG_Raider_Black_Splinter.hpp" +#include "UAG_Pointman_Black_Splinter.hpp" +#include "UAG_Crewman_Black_Splinter.hpp" +#include "UAG_Pilot_Black_Splinter.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp new file mode 100644 index 0000000..aeea631 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp @@ -0,0 +1 @@ +#include "Combat_Contractors_Black_Splinter/_index.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp new file mode 100644 index 0000000..9d4dd5f --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp @@ -0,0 +1,12 @@ +class CfgVehicles { + class Offroad_01_military_base_F; + + class UAG_Offroad_BASE: Offroad_01_military_base_F { + scope = private; + displayName = "Offroad"; + crew = "UAG_Contractor_Black_Splinter"; + faction = "UAG"; + side = 1; + textureList[] = {}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp new file mode 100644 index 0000000..71d71c1 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp @@ -0,0 +1,9 @@ +class CfgVehicles { + class UAG_Offroad_BASE; + + class UAG_Offroad_Black: UAG_Offroad_BASE { + scope = public; + displayName = "Offroad (Black)"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa new file mode 100644 index 0000000..84a4bb0 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png new file mode 100644 index 0000000..c875724 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp new file mode 100644 index 0000000..f523a9e --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp @@ -0,0 +1,9 @@ +class CfgVehicles { + class UAG_Offroad_BASE; + + class UAG_Offroad_Black_Splinter: UAG_Offroad_BASE { + scope = public; + displayName = "Offroad (Black Splinter)"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black_Splinter\offroad_01_ext_eaf_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black_Splinter\offroad_01_ext_eaf_co_uag.paa"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa new file mode 100644 index 0000000..77037fc Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png new file mode 100644 index 0000000..5bc59f2 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp new file mode 100644 index 0000000..594d87f --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp @@ -0,0 +1,12 @@ +class CfgVehicles { + class Offroad_01_military_comms_base_F; + + class UAG_Offroad_Comms_BASE: Offroad_01_military_comms_base_F { + scope = private; + displayName = "Offroad (Comms)"; + crew = "UAG_Contractor_Black_Splinter"; + faction = "UAG"; + side = 1; + textureList[] = {}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp new file mode 100644 index 0000000..e5e4ad8 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp @@ -0,0 +1,9 @@ +class CfgVehicles { + class UAG_Offroad_Comms_BASE; + + class UAG_Offroad_Comms_Black: UAG_Offroad_Comms_BASE { + scope = public; + displayName = "Offroad (Comms, Black)"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Comms_Black\offroad_01_cover_blk_co_uag.paa"}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa new file mode 100644 index 0000000..603ab50 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png new file mode 100644 index 0000000..de2dd48 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp new file mode 100644 index 0000000..aaf3f8b --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp @@ -0,0 +1,12 @@ +class CfgVehicles { + class LT_01_AA_base_F; + + class UAG_Wiesel_AA_BASE: LT_01_AA_base_F { + scope = private; + displayName = "Wiesel (AA)"; + crew = "UAG_Crewman_Black_Splinter"; + faction = "UAG"; + side = 1; + textureList[] = {}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp new file mode 100644 index 0000000..8fda883 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp @@ -0,0 +1,14 @@ +class CfgVehicles { + class UAG_Wiesel_AA_BASE; + + class UAG_Wiesel_AA_Black: UAG_Wiesel_AA_BASE { + scope = public; + displayName = "Wiesel (AA, Black)"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_main_olive_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_AT_Black\lt_01_at_olive_co_uag.paa", + "", + "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\cage_olive_co_uag.paa" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp new file mode 100644 index 0000000..c5d4c4b --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp @@ -0,0 +1,12 @@ +class CfgVehicles { + class LT_01_AT_base_F; + + class UAG_Wiesel_AT_BASE: LT_01_AT_base_F { + scope = private; + displayName = "Wiesel (AT)"; + crew = "UAG_Crewman_Black_Splinter"; + faction = "UAG"; + side = 1; + textureList[] = {}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp new file mode 100644 index 0000000..928b34a --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp @@ -0,0 +1,14 @@ +class CfgVehicles { + class UAG_Wiesel_AT_BASE; + + class UAG_Wiesel_AT_Black: UAG_Wiesel_AT_BASE { + scope = public; + displayName = "Wiesel (AT, Black)"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_main_olive_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_AT_Black\lt_01_at_olive_co_uag.paa", + "", + "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\cage_olive_co_uag.paa" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa new file mode 100644 index 0000000..cfa77df Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png new file mode 100644 index 0000000..ccae0f6 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp new file mode 100644 index 0000000..abdc600 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp @@ -0,0 +1,13 @@ +class CfgVehicles { + class LT_01_cannon_base_F; + + class UAG_Wiesel_Cannon_BASE: LT_01_cannon_base_F { + scope = private; + displayName = "Wiesel (Cannon)"; + crew = "UAG_Crewman_Black_Splinter"; + faction = "UAG"; + side = 1; + textureList[] = {}; + animationList[] = {"showTools",1,"showCamonetHull",0,"showBags",1,"showSLATHull",1}; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa new file mode 100644 index 0000000..13b3f2a Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png new file mode 100644 index 0000000..15831a1 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp new file mode 100644 index 0000000..4aee85c --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp @@ -0,0 +1,14 @@ +class CfgVehicles { + class UAG_Wiesel_Cannon_BASE; + + class UAG_Wiesel_Cannon_Black: UAG_Wiesel_Cannon_BASE { + scope = public; + displayName = "Wiesel (Cannon, Black)"; + hiddenSelectionsTextures[] = { + "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_main_olive_co_uag.paa", + "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_cannon_olive_co_uag.paa", + "", + "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\cage_olive_co_uag.paa" + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa new file mode 100644 index 0000000..917ab8f Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png new file mode 100644 index 0000000..230f93d Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa new file mode 100644 index 0000000..742e348 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png new file mode 100644 index 0000000..d859459 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp new file mode 100644 index 0000000..c18d9da --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp @@ -0,0 +1,11 @@ +#include "UAG_Offroad_BASE/config.hpp" +#include "UAG_Offroad_Black/config.hpp" +#include "UAG_Offroad_Black_Splinter/config.hpp" +#include "UAG_Offroad_Comms_BASE/config.hpp" +#include "UAG_Offroad_Comms_Black/config.hpp" +#include "UAG_Wiesel_Cannon_BASE/config.hpp" +#include "UAG_Wiesel_Cannon_Black/config.hpp" +#include "UAG_Wiesel_AT_BASE/config.hpp" +#include "UAG_Wiesel_AT_Black/config.hpp" +#include "UAG_Wiesel_AA_BASE/config.hpp" +#include "UAG_Wiesel_AA_Black/config.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp new file mode 100644 index 0000000..0d1be56 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp @@ -0,0 +1,17 @@ +class CfgWeapons { + class srifle_LRR_F; + + class UAG_M200v2: srifle_LRR_F { + displayName = "UAG M200v2"; + baseWeapon = "UAG_M200v2"; + }; + + class UAG_M200v2_LRPS: UAG_M200v2 { + class LinkedItems { + class LinkedItemsOptic { + slot = "CowsSlot"; + item = "optic_lrps"; + }; + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp new file mode 100644 index 0000000..1931ee1 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp @@ -0,0 +1,49 @@ +class CfgWeapons { + class arifle_MSBS65_black_f; + + class UAG_MSBS65v2: arifle_MSBS65_black_f { + displayName = "UAG MSBS65v2"; + baseWeapon = "UAG_MSBS65v2"; + }; + + class UAG_MSBS65v2_ModularSight: UAG_MSBS65v2 { + class LinkedItems { + class LinkedItemsOptic { + slot = "CowsSlot"; + item = "optic_ico_01_black_f"; + }; + }; + }; + + class arifle_MSBS65_UBS_black_F; + + class UAG_MSBS65v2_UBS: arifle_MSBS65_UBS_black_F { + displayName = "UAG MSBS65v2 (UBS)"; + baseWeapon = "UAG_MSBS65v2_UBS"; + }; + + class UAG_MSBS65v2_UBS_Holo: UAG_MSBS65v2_UBS { + class LinkedItems { + class LinkedItemsOptic { + slot = "CowsSlot"; + item = "optic_holosight_blk_f"; + }; + }; + }; + + class arifle_MSBS65_GL_black_F; + + class UAG_MSBS65v2_GL: arifle_MSBS65_GL_black_F { + displayName = "UAG MSBS65v2 (GL)"; + baseWeapon = "UAG_MSBS65v2_GL"; + }; + + class UAG_MSBS65v2_GL_ModularSight: UAG_MSBS65v2_GL { + class LinkedItems { + class LinkedItemsOptic { + slot = "CowsSlot"; + item = "optic_ico_01_black_f"; + }; + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp new file mode 100644 index 0000000..868bd75 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp @@ -0,0 +1,17 @@ +class CfgWeapons { + class srifle_DMR_03_F; + + class UAG_SIG556v2: srifle_DMR_03_F { + displayName = "UAG SIG556v2"; + baseWeapon = "UAG_SIG556v2"; + }; + + class UAG_SIG556v2_Pitbull: UAG_SIG556v2 { + class LinkedItems { + class LinkedItemsOptic { + slot = "CowsSlot"; + item = "optic_mrco"; + }; + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp new file mode 100644 index 0000000..a79d346 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp @@ -0,0 +1,3 @@ +#include "UAG_MSBS65v2.hpp" +#include "UAG_SIG556v2.hpp" +#include "UAG_M200v2.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/config.cpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/config.cpp new file mode 100644 index 0000000..95a3aa6 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/config.cpp @@ -0,0 +1,46 @@ +class CfgPatches { + class uag_units_uag { + authors[] = {"zuedev"}; + authorUrl = "https://uagpmc.com"; + name = "uag_units_uag"; + requiredAddons[] = { + "A3_Characters_F", + "A3_Characters_F_Exp", + "A3_Characters_F_Exp_Headgear", + "A3_Characters_F_Orange_Headgear", + "A3_Characters_F_Enoch", + "A3_Soft_F_Offroad_01", + "A3_Soft_F_Enoch_Offroad_01" + }; + requiredVersion = 2.16; + units[] = { + "UAG_Survivor_Black_Splinter", + "UAG_Contractor_Black_Splinter", + "UAG_Grenadier_Black_Splinter", + "UAG_Marksman_Black_Splinter", + "UAG_Autorifleman_Black_Splinter", + "UAG_Machinegunner_Black_Splinter", + "UAG_Sniper_Black_Splinter", + "UAG_Raider_Black_Splinter", + "UAG_Pointman_Black_Splinter", + "UAG_Crewman_Black_Splinter", + "UAG_Pilot_Black_Splinter", + "UAG_Offroad_Black", + "UAG_Offroad_Black_Splinter", + "UAG_Offroad_Comms_Black", + "UAG_Wiesel_AA_Black", + "UAG_Wiesel_AT_Black", + "UAG_Wiesel_Cannon_Black" + }; + weapons[] = {}; + }; +}; + +#include "\z\UAG_Units\addons\uag_units_core\macros.hpp" +#include "CfgFactionClasses.hpp" +#include "CfgVehicleClasses.hpp" +#include "CfgEditorSubcategories.hpp" +#include "Gear/_index.hpp" +#include "Units/_index.hpp" +#include "Weapons/_index.hpp" +#include "Vehicles/_index.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp new file mode 100644 index 0000000..7317e40 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp @@ -0,0 +1,17 @@ +/* UAG Balaclava + * Based on: G_Balaclava_TI_tna_F + * From: A3_Characters_F_Exp + * Changes: + * - Weightless +*/ + +class CfgGlasses { + class G_Balaclava_TI_tna_F; + + class UAG_Balaclava: G_Balaclava_TI_tna_F { + displayName = "UAG Balaclava"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava\g_balaclava_ti_tna_f_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava\icon_G_Balaclava_TI_tna_F_ca_uag.paa"; + mass = 0; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa new file mode 100644 index 0000000..d77d517 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png new file mode 100644 index 0000000..457f3bc Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa new file mode 100644 index 0000000..5706706 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png new file mode 100644 index 0000000..7e08f65 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp new file mode 100644 index 0000000..eef20a1 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp @@ -0,0 +1,17 @@ +/* UAG Balaclava + Combat Goggles + * Based on: G_Balaclava_TI_G_tna_F + * From: A3_Characters_F_Exp + * Changes: + * - Weightless +*/ + +class CfgGlasses { + class G_Balaclava_TI_G_tna_F; + + class UAG_Balaclava_With_Combat_Goggles: G_Balaclava_TI_G_tna_F { + displayName = "UAG Balaclava + Combat Goggles"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava_With_Combat_Goggles\g_balaclava_ti_tna_f_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava_With_Combat_Goggles\g_combat_goggles_tna_f_ca_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava_With_Combat_Goggles\icon_g_balaclava_ti_g_tna_f_ca_uag.paa"; + mass = 0; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa new file mode 100644 index 0000000..d77d517 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png new file mode 100644 index 0000000..457f3bc Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa new file mode 100644 index 0000000..2783a47 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png new file mode 100644 index 0000000..888fe26 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa new file mode 100644 index 0000000..6f13aca Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png new file mode 100644 index 0000000..4e3313b Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa new file mode 100644 index 0000000..e79c5d0 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png new file mode 100644 index 0000000..8e7df92 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp new file mode 100644 index 0000000..a46cf61 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp @@ -0,0 +1,36 @@ +/* UAG CBRN Fatigues + * Based on: U_I_E_CBRN_Suit_01_EAF_F + * From: A3_Characters_F_Enoch + * Changes: + * - Weightless + */ + +class CfgWeapons { + class U_I_E_CBRN_Suit_01_EAF_F; + + class UAG_CBRN_Fatigues_PARENTPROXY: U_I_E_CBRN_Suit_01_EAF_F { + scope = private; + class ItemInfo; + }; + + class UAG_CBRN_Fatigues: UAG_CBRN_Fatigues_PARENTPROXY { + scope = public; + displayName = "UAG CBRN Fatigues"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\CBRN_Suit_01_EAF_CO_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\icon_U_I_E_CBRN_Suit_01_EAF_F_ca_uag.paa"; + + class ItemInfo: ItemInfo { + mass = 0; + uniformClass = "UAG_CBRN_Fatigues_Soldier"; + }; + }; +}; + +class CfgVehicles { + class I_E_CBRN_Man_Oversuit_01_EAF_F; + + class UAG_CBRN_Fatigues_Soldier: I_E_CBRN_Man_Oversuit_01_EAF_F { + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\CBRN_Suit_01_EAF_CO_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\icon_U_I_E_CBRN_Suit_01_EAF_F_ca_uag.paa"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa new file mode 100644 index 0000000..c7beba3 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png new file mode 100644 index 0000000..3d8785b Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa new file mode 100644 index 0000000..fc8be7e Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png new file mode 100644 index 0000000..cd4faff Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp new file mode 100644 index 0000000..936decf --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp @@ -0,0 +1,38 @@ +/* UAG Combat Fatigues (Black Splinter) + * Based on: U_B_CTRG_Soldier_urb_1_F + * From: A3_Characters_F + * Changes: + * - Double storage + * - Weightless + */ + +class CfgWeapons { + class U_B_CTRG_Soldier_urb_1_F; + + class UAG_Combat_Fatigues_Black_Splinter_PARENTPROXY: U_B_CTRG_Soldier_urb_1_F { + scope = private; + class ItemInfo; + }; + + class UAG_Combat_Fatigues_Black_Splinter: UAG_Combat_Fatigues_Black_Splinter_PARENTPROXY { + scope = public; + displayName = "UAG Combat Fatigues (Black Splinter)"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\clothing1_mtp_urban_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; + + class ItemInfo: ItemInfo { + containerClass = "Supply80"; + mass = 0; + uniformClass = "UAG_Combat_Fatigues_Black_Splinter_Soldier"; + }; + }; +}; + +class CfgVehicles { + class B_CTRG_Soldier_urb_1_F; + + class UAG_Combat_Fatigues_Black_Splinter_Soldier: B_CTRG_Soldier_urb_1_F { + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\clothing1_mtp_urban_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa new file mode 100644 index 0000000..f6dd8e3 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png new file mode 100644 index 0000000..c9b2e15 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa new file mode 100644 index 0000000..96f43c9 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png new file mode 100644 index 0000000..82dd3be Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp new file mode 100644 index 0000000..688a398 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp @@ -0,0 +1,30 @@ +class CfgWeapons { + class U_B_CTRG_Soldier_urb_1_F; + + class UAG_Combat_Fatigues_White_Splinter_PARENTPROXY: U_B_CTRG_Soldier_urb_1_F { + scope = private; + class ItemInfo; + }; + + class UAG_Combat_Fatigues_White_Splinter: UAG_Combat_Fatigues_White_Splinter_PARENTPROXY { + scope = public; + displayName = "UAG Combat Fatigues (White Splinter)"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\clothing1_mtp_urban_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; + + class ItemInfo: ItemInfo { + containerClass = "Supply80"; + mass = 0; + uniformClass = "UAG_Combat_Fatigues_White_Splinter_Soldier"; + }; + }; +}; + +class CfgVehicles { + class B_CTRG_Soldier_urb_1_F; + + class UAG_Combat_Fatigues_White_Splinter_Soldier: B_CTRG_Soldier_urb_1_F { + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\clothing1_mtp_urban_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa new file mode 100644 index 0000000..4e45bbf Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png new file mode 100644 index 0000000..e2934db Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp new file mode 100644 index 0000000..d7ba804 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp @@ -0,0 +1,17 @@ +/* UAG Combat Goggles + * Based on: G_Combat_Goggles_tna_F + * From: A3_Characters_F_Exp + * Changes: + * - Weightless +*/ + +class CfgGlasses { + class G_Combat_Goggles_tna_F; + + class UAG_Combat_Goggles: G_Combat_Goggles_tna_F { + displayName = "UAG Combat Goggles"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Goggles\g_combat_goggles_tna_f_ca_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Goggles\icon_g_combat_goggles_tna_f_ca_uag.paa"; + mass = 0; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa new file mode 100644 index 0000000..2783a47 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png new file mode 100644 index 0000000..888fe26 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa new file mode 100644 index 0000000..8169ce2 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png new file mode 100644 index 0000000..c4d64db Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp new file mode 100644 index 0000000..288647c --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp @@ -0,0 +1,49 @@ +/* UAG Combat Helmet - Heavy + * Based on: H_HelmetB_TI_tna_F + * From: A3_Characters_F_Exp_Headgear + * Changes: + * - Perfect hearing protection + * - Half weight + * - Double armour hitpoints + * - 5% pass-through + */ + +class CfgWeapons { + class HitpointsProtectionInfo; + class Head; + class Face; + + class H_HelmetB_TI_tna_F; + + class H_HelmetB_TI_tna_F_PROXY: H_HelmetB_TI_tna_F { + scope = private; + class ItemInfo; + }; + + class UAG_Combat_Helmet_Heavy: H_HelmetB_TI_tna_F_PROXY { + _generalMacro = "UAG_Combat_Helmet_Heavy"; + scope = public; + displayName = "UAG Combat Helmet - Heavy"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Heavy\h_helmetb_ti_tna_f_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Heavy\icon_h_helmetb_ti_tna_f_ca_uag.paa"; + + ace_hearing_protection = 1; + ace_hearing_lowerVolume = 0; + + class ItemInfo: ItemInfo { + mass = 15; + modelSides[] = {3,2,1,0}; + + class HitpointsProtectionInfo: HitpointsProtectionInfo { + class Head: Head { + armor = 12; + passThrough = 0.05; + }; + class Face: Face { + armor = 8; + passThrough = 0.05; + }; + }; + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa new file mode 100644 index 0000000..4522c8a Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png new file mode 100644 index 0000000..b8d933f Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa new file mode 100644 index 0000000..da65028 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png new file mode 100644 index 0000000..4f2d5a2 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp new file mode 100644 index 0000000..374cfaf --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp @@ -0,0 +1,27 @@ +/* UAG Combat Helmet - Light + * Based on: H_HelmetB_black + * From: A3_Characters_F + * Changes: + * - Weightless + */ + +class CfgWeapons { + class H_HelmetB_black; + + class UAG_Combat_Helmet_Light_PROXY: H_HelmetB_black { + scope = private; + class ItemInfo; + }; + + class UAG_Combat_Helmet_Light: UAG_Combat_Helmet_Light_PROXY { + _generalMacro = "UAG_Combat_Helmet_Light"; + scope = public; + displayName = "UAG Combat Helmet - Light"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Light\equip1_black_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Light\icon_H_HelmetB_black_ca_uag.paa"; + + class ItemInfo: ItemInfo { + mass = 0; + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa new file mode 100644 index 0000000..723e7a0 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png new file mode 100644 index 0000000..32a6419 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa new file mode 100644 index 0000000..74cf58e Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png new file mode 100644 index 0000000..ae8267f Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp new file mode 100644 index 0000000..8e83086 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp @@ -0,0 +1,23 @@ +/* UAG Combat Helmet - Medium + * Based on: H_PASGT_basic_blue_press_F + * From: A3_Characters_F_Orange_Headgear + * Changes: + * - ??? + */ + +class CfgWeapons { + class H_PASGT_basic_blue_press_F; + + class UAG_Combat_Helmet_Medium_PROXY: H_PASGT_basic_blue_press_F { + scope = private; + class ItemInfo; + }; + + class UAG_Combat_Helmet_Medium: UAG_Combat_Helmet_Medium_PROXY { + _generalMacro = "UAG_Combat_Helmet_Medium"; + scope = public; + displayName = "UAG Combat Helmet - Medium"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium\H_PASGT_blue_press_CO_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium\icon_H_PASGT_basic_blue_press_CA_uag.paa"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa new file mode 100644 index 0000000..87ce885 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png new file mode 100644 index 0000000..c0b7cd3 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa new file mode 100644 index 0000000..def0a67 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png new file mode 100644 index 0000000..700f6e7 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp new file mode 100644 index 0000000..e907926 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp @@ -0,0 +1,23 @@ +/* UAG Combat Helmet - Medium + Neckshield + * Based on: H_PASGT_neckprot_blue_press_F + * From: A3_Characters_F_Orange_Headgear + * Changes: + * - ??? + */ + +class CfgWeapons { + class H_PASGT_neckprot_blue_press_F; + + class UAG_Combat_Helmet_Medium_Neckshield_PROXY: H_PASGT_neckprot_blue_press_F { + scope = private; + class ItemInfo; + }; + + class UAG_Combat_Helmet_Medium_Neckshield: UAG_Combat_Helmet_Medium_Neckshield_PROXY { + _generalMacro = "UAG_Combat_Helmet_Medium_Neckshield"; + scope = public; + displayName = "UAG Combat Helmet - Medium + Neckshield"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium_Neckshield\H_PASGT_blue_press_CO_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium_Neckshield\icon_H_PASGT_neckprot_blue_press_CA_uag.paa"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa new file mode 100644 index 0000000..87ce885 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png new file mode 100644 index 0000000..c0b7cd3 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa new file mode 100644 index 0000000..cfbebce Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png new file mode 100644 index 0000000..959a46c Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp new file mode 100644 index 0000000..16fc5c8 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp @@ -0,0 +1,27 @@ +/* UAG FAST Helmet + * Based on: H_HelmetB_light_black + * From: A3_Characters_F + * Changes: + * - Weightless + */ + +class CfgWeapons { + class H_HelmetB_light_black; + + class UAG_FAST_Helmet_PROXY: H_HelmetB_light_black { + scope = private; + class ItemInfo; + }; + + class UAG_FAST_Helmet: UAG_FAST_Helmet_PROXY { + _generalMacro = "UAG_FAST_Helmet"; + scope = public; + displayName = "UAG FAST Helmet"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_FAST_Helmet\equip1_black_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_FAST_Helmet\icon_H_HelmetB_light_black_ca_uag.paa"; + + class ItemInfo: ItemInfo { + mass = 0; + }; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa new file mode 100644 index 0000000..723e7a0 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png new file mode 100644 index 0000000..32a6419 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa new file mode 100644 index 0000000..5948226 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png new file mode 100644 index 0000000..47ffc05 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa new file mode 100644 index 0000000..8c6e271 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png new file mode 100644 index 0000000..74cd4e2 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp new file mode 100644 index 0000000..08f0d66 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp @@ -0,0 +1,15 @@ +class CfgWeapons { + class V_PlateCarrierSpec_blk; + + class UAG_Plate_Carrier_Heavy_PROXY: V_PlateCarrierSpec_blk { + scope = private; + class ItemInfo; + }; + + class UAG_Plate_Carrier_Heavy: UAG_Plate_Carrier_Heavy_PROXY { + scope = public; + displayName = "UAG Plate Carrier - Heavy"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Heavy\carrier_gl_rig_blk_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Heavy\icon_carrier_spec_rig_blk_uag.paa"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa new file mode 100644 index 0000000..f40c852 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png new file mode 100644 index 0000000..adcc34d Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp new file mode 100644 index 0000000..99b8efb --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp @@ -0,0 +1,54 @@ +/* UAG Plate Carrier - Light + * Based on: V_PlateCarrier1_blk + * From: A3_Characters_F + * Changes: + * - Double storage + * - Quarter weight + * - Double armour hitpoints + */ + +class CfgWeapons { + class HitpointsProtectionInfo; + class Abdomen; + class Chest; + class Diaphragm; + + class V_PlateCarrier1_blk; + + class UAG_Plate_Carrier_Light_PARENTPROXY: V_PlateCarrier1_blk { + scope = private; + class ItemInfo; + }; + + class UAG_Plate_Carrier_Light: UAG_Plate_Carrier_Light_PARENTPROXY { + scope = public; + displayName = "UAG Plate Carrier - Light"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Light\vests_blk_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Light\icon_v_platecarrier1_blk_ca_uag.paa"; + + class ItemInfo: ItemInfo { + containerClass = "UAG_Plate_Carrier_Light_ContainerClass"; + mass = 20; + + class HitpointsProtectionInfo: HitpointsProtectionInfo { + class Abdomen: Abdomen { + armor = 32; + }; + class Chest: Chest { + armor = 32; + }; + class Diaphragm: Diaphragm { + armor = 32; + }; + }; + }; + }; +}; + +class CfgVehicles { + class Supply0; + + class UAG_Plate_Carrier_Light_ContainerClass: Supply0 { + maximumLoad = 280; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa new file mode 100644 index 0000000..cb1762c Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png new file mode 100644 index 0000000..5f0c16f Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa new file mode 100644 index 0000000..d243050 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png new file mode 100644 index 0000000..6d89388 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp new file mode 100644 index 0000000..4584ab2 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp @@ -0,0 +1,15 @@ +class CfgWeapons { + class V_PlateCarrier2_blk; + + class UAG_Plate_Carrier_Medium_PROXY: V_PlateCarrier2_blk { + scope = private; + class ItemInfo; + }; + + class UAG_Plate_Carrier_Medium: UAG_Plate_Carrier_Medium_PROXY { + scope = public; + displayName = "UAG Plate Carrier - Medium"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Medium\vests_blk_co_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Medium\icon_V_plate_carrier_2_blk_CA_uag.paa"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa new file mode 100644 index 0000000..e965b38 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png new file mode 100644 index 0000000..4f6c126 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa new file mode 100644 index 0000000..d243050 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png new file mode 100644 index 0000000..6d89388 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp new file mode 100644 index 0000000..9dfba28 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp @@ -0,0 +1,36 @@ +/* UAG Track Suit + * Based on: U_O_R_Gorka_01_F + * From: A3_Characters_F_Enoch + * Changes: + * - Weightless + */ + +class CfgWeapons { + class U_I_E_CBRN_Suit_01_EAF_F; + + class UAG_Track_Suit_PARENTPROXY: U_I_E_CBRN_Suit_01_EAF_F { + scope = private; + class ItemInfo; + }; + + class UAG_Track_Suit: UAG_Track_Suit_PARENTPROXY { + scope = public; + displayName = "UAG Track Suit"; + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\Gorka_01_Khaki_CO_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\icon_U_O_R_Gorka_01_F_ca_uag.paa"; + + class ItemInfo: ItemInfo { + mass = 0; + uniformClass = "UAG_Track_Suit_Soldier"; + }; + }; +}; + +class CfgVehicles { + class O_R_Gorka_F; + + class UAG_Track_Suit_Soldier: O_R_Gorka_F { + hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\Gorka_01_Khaki_CO_uag.paa"}; + picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\icon_U_O_R_Gorka_01_F_ca_uag.paa"; + }; +}; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa new file mode 100644 index 0000000..9fd9d9b Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png new file mode 100644 index 0000000..30622a7 Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa new file mode 100644 index 0000000..f1e8aaa Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png new file mode 100644 index 0000000..d15bf4a Binary files /dev/null and b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png differ diff --git a/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp new file mode 100644 index 0000000..bc21c78 --- /dev/null +++ b/communities/uag/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp @@ -0,0 +1,15 @@ +#include "UAG_Combat_Fatigues_Black_Splinter/config.hpp" +#include "UAG_Combat_Fatigues_White_Splinter/config.hpp" +#include "UAG_Plate_Carrier_Light/config.hpp" +#include "UAG_Plate_Carrier_Medium/config.hpp" +#include "UAG_Plate_Carrier_Heavy/config.hpp" +#include "UAG_Combat_Helmet_Heavy/config.hpp" +#include "UAG_Combat_Goggles/config.hpp" +#include "UAG_Balaclava/config.hpp" +#include "UAG_Balaclava_With_Combat_Goggles/config.hpp" +#include "UAG_Combat_Helmet_Light/config.hpp" +#include "UAG_Combat_Helmet_Medium/config.hpp" +#include "UAG_Combat_Helmet_Medium_Neckshield/config.hpp" +#include "UAG_FAST_Helmet/config.hpp" +#include "UAG_CBRN_Fatigues/config.hpp" +#include "UAG_Track_Suit/config.hpp" \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/files/uag.paa b/communities/uag/mods/UAG_Units/files/uag.paa new file mode 100644 index 0000000..c181130 Binary files /dev/null and b/communities/uag/mods/UAG_Units/files/uag.paa differ diff --git a/communities/uag/mods/UAG_Units/files/uag.png b/communities/uag/mods/UAG_Units/files/uag.png new file mode 100644 index 0000000..970b3f5 Binary files /dev/null and b/communities/uag/mods/UAG_Units/files/uag.png differ diff --git a/communities/uag/mods/UAG_Units/files/uag_hover.paa b/communities/uag/mods/UAG_Units/files/uag_hover.paa new file mode 100644 index 0000000..5632104 Binary files /dev/null and b/communities/uag/mods/UAG_Units/files/uag_hover.paa differ diff --git a/communities/uag/mods/UAG_Units/files/uag_hover.png b/communities/uag/mods/UAG_Units/files/uag_hover.png new file mode 100644 index 0000000..1b79bc2 Binary files /dev/null and b/communities/uag/mods/UAG_Units/files/uag_hover.png differ diff --git a/communities/uag/mods/UAG_Units/mod.cpp b/communities/uag/mods/UAG_Units/mod.cpp new file mode 100644 index 0000000..b1d926a --- /dev/null +++ b/communities/uag/mods/UAG_Units/mod.cpp @@ -0,0 +1,10 @@ +name = "UAG Units"; +author = "UAG Development Team"; +logo = "files\uag.paa"; +logoOver = "files\uag_hover.paa"; +tooltip = "UAG Units"; +tooltipOwned = "UAG Units"; +actionName = "Website"; +action = "https://uagpmc.com"; +overview = "UAG Units is a mod that adds new units to the game."; +logoSmall = "files\uag.paa"; \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/steam/description.txt b/communities/uag/mods/UAG_Units/steam/description.txt new file mode 100644 index 0000000..b0b64b9 --- /dev/null +++ b/communities/uag/mods/UAG_Units/steam/description.txt @@ -0,0 +1,62 @@ +[h1]What is this?[/h1] + +A mod that adds new units to Arma 3, specifically designed for use in UAGPMC operations. + +[h1]What does it do?[/h1] + +This mod adds the following to Arma 3: + +[list] + [*][b]UAGPMC Infantry:[/b] From riflemen to squad leaders, these units are equipped with modern weapons and gear to help them complete their missions whilst competing with any other conventional military force. + [*][b]UAGPMC Offroad:[/b] A light offroad vehicle used by UAGPMC forces for reconnaissance and transport duties. + [*][b]UAGPMC Wiesel:[/b] Coming in AT, AA, and Cannon variants, the UAGPMC Wiesel is a highly-mobile armored vehicle used by UAGPMC forces to bolster the firepower of their infantry. +[/list] + +[h2]What is this compatible with?[/h2] + +If [url=https://store.steampowered.com/app/2647760/Arma_3_Creator_DLC_Reaction_Forces/]Reaction Forces Creator DLC[/url] is loaded, this mod also adds the following: + +[list] + [*][b]UAGPMC Cougar Gunship:[/b] A UAGPMC-styled variant of the LDF's "Cougar" armed utility helicopter. Upgraded with a full complement of advanced sensors and weapons, the Cougar Gunship is a versatile and deadly platform capable of providing close air support, reconnaissance, and transport capabilities. + [*][b]UAGPMC Moose Pickups:[/b] A set of UAGPMC-styled variants of the LDF's "Moose" light utility vehicle. These vehicles are lightly armored and armed with a variety of weapons, making them ideal for a range of operations. Each variant has an up-armoured version for use in more hostile environments. +[/list] + +If [url=https://store.steampowered.com/app/1681170/Arma_3_Creator_DLC_Western_Sahara/]Western Sahara Creator DLC[/url] is loaded, this mod also adds the following: + +[list] + [*][b]UAGPMC PO-30 Orca UP:[/b] A UAGPMC-styled variant of the Russian "PO-30 Orca" armed helicopter outfitted with modern, lightweight armor plates to protect against incoming small arms fire. +[/list] + +If [url=https://steamcommunity.com/workshop/filedetails/?id=463939057]ACE3[/url] is loaded, this mod also adds the following: + +[list] + [*][b]ACE Medical Items:[/b] UAG Units now use ACE medical items instead of vanilla medical items. +[/list] + +If [url=https://steamcommunity.com/workshop/filedetails/?id=751965892]ACRE[/url] is loaded, this mod also adds the following: + +[list] + [*][b]ACRE Radio Items:[/b] UAG Units now come equipped with ACRE radios depending on their role. +[/list] + +If [url=https://steamcommunity.com/workshop/filedetails/?id=2262006564]cTab 1erGTD[/url] is loaded, this mod also adds the following: + +[list] + [*][b]cTab Items:[/b] UAG Units now come equipped with cTab items. +[/list] + +[h1]How do I use it?[/h1] + +This mod is designed to be used in UAGPMC operations, but can be used in any Arma 3 scenario. To use this mod, simply subscribe to it and enable it in the Arma 3 launcher. + +[h1]I found a bug! What do I do?[/h1] + +Please report any bugs or issues you encounter to the [url=https://github.com/uagpmc/arma3/issues]GitHub issue tracker[/url]. Be sure to include as much detail as possible, including any error messages or screenshots you can provide. + +[h1]How does this work? Can I contribute?[/h1] + +You can view the source code and contribute to the project on the [url=https://github.com/uagpmc/arma3/tree/main/mods/UAG_Units]GitHub repository[/url]. + +[h1]License[/h1] + +This mod is open-source and licensed under the [url=https://github.com/uagpmc/arma3/blob/main/LICENSE]Unlicense[/url], a license with no conditions whatsoever which dedicates works to the public domain. You are free to use, modify, and distribute this mod in any way you see fit. \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/steam/image.png b/communities/uag/mods/UAG_Units/steam/image.png new file mode 100644 index 0000000..cecaf6a Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/image.png differ diff --git a/communities/uag/mods/UAG_Units/steam/p1.jpg b/communities/uag/mods/UAG_Units/steam/p1.jpg new file mode 100644 index 0000000..7a2ddc5 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/p1.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/p2.jpg b/communities/uag/mods/UAG_Units/steam/p2.jpg new file mode 100644 index 0000000..89edb4a Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/p2.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_image.png b/communities/uag/mods/UAG_Units/steam/rf_image.png new file mode 100644 index 0000000..63c866c Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_image.png differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p1.jpg b/communities/uag/mods/UAG_Units/steam/rf_p1.jpg new file mode 100644 index 0000000..22caa98 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p1.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p10.jpg b/communities/uag/mods/UAG_Units/steam/rf_p10.jpg new file mode 100644 index 0000000..edd8567 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p10.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p11.jpg b/communities/uag/mods/UAG_Units/steam/rf_p11.jpg new file mode 100644 index 0000000..1ca0c99 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p11.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p12.jpg b/communities/uag/mods/UAG_Units/steam/rf_p12.jpg new file mode 100644 index 0000000..215a3b3 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p12.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p2.jpg b/communities/uag/mods/UAG_Units/steam/rf_p2.jpg new file mode 100644 index 0000000..98a9527 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p2.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p3.jpg b/communities/uag/mods/UAG_Units/steam/rf_p3.jpg new file mode 100644 index 0000000..f0a6694 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p3.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p4.jpg b/communities/uag/mods/UAG_Units/steam/rf_p4.jpg new file mode 100644 index 0000000..b50c455 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p4.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p5.jpg b/communities/uag/mods/UAG_Units/steam/rf_p5.jpg new file mode 100644 index 0000000..d7f3e2f Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p5.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p6.jpg b/communities/uag/mods/UAG_Units/steam/rf_p6.jpg new file mode 100644 index 0000000..e71687b Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p6.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p7.jpg b/communities/uag/mods/UAG_Units/steam/rf_p7.jpg new file mode 100644 index 0000000..801ba61 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p7.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p8.jpg b/communities/uag/mods/UAG_Units/steam/rf_p8.jpg new file mode 100644 index 0000000..4089f21 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p8.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/rf_p9.jpg b/communities/uag/mods/UAG_Units/steam/rf_p9.jpg new file mode 100644 index 0000000..70bf0cb Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/rf_p9.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/workshop_id.txt b/communities/uag/mods/UAG_Units/steam/workshop_id.txt new file mode 100644 index 0000000..9381c59 --- /dev/null +++ b/communities/uag/mods/UAG_Units/steam/workshop_id.txt @@ -0,0 +1 @@ +3263684880 \ No newline at end of file diff --git a/communities/uag/mods/UAG_Units/steam/ws_image.jpg b/communities/uag/mods/UAG_Units/steam/ws_image.jpg new file mode 100644 index 0000000..6733062 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/ws_image.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/ws_p1.jpg b/communities/uag/mods/UAG_Units/steam/ws_p1.jpg new file mode 100644 index 0000000..18eaa1b Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/ws_p1.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/ws_p2.jpg b/communities/uag/mods/UAG_Units/steam/ws_p2.jpg new file mode 100644 index 0000000..d380bc6 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/ws_p2.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/ws_p3.jpg b/communities/uag/mods/UAG_Units/steam/ws_p3.jpg new file mode 100644 index 0000000..f84790f Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/ws_p3.jpg differ diff --git a/communities/uag/mods/UAG_Units/steam/ws_p4.jpg b/communities/uag/mods/UAG_Units/steam/ws_p4.jpg new file mode 100644 index 0000000..00ca518 Binary files /dev/null and b/communities/uag/mods/UAG_Units/steam/ws_p4.jpg differ diff --git a/communities/uag/uag.png b/communities/uag/uag.png new file mode 100644 index 0000000..3fa00f4 Binary files /dev/null and b/communities/uag/uag.png differ diff --git a/communities/uag/website/.devcontainer/Dockerfile b/communities/uag/website/.devcontainer/Dockerfile new file mode 100644 index 0000000..de51826 --- /dev/null +++ b/communities/uag/website/.devcontainer/Dockerfile @@ -0,0 +1 @@ +FROM debian:12 \ No newline at end of file diff --git a/communities/uag/website/.devcontainer/devcontainer.json b/communities/uag/website/.devcontainer/devcontainer.json new file mode 100644 index 0000000..1933fd8 --- /dev/null +++ b/communities/uag/website/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "build": { + "dockerfile": "Dockerfile" + } +} \ No newline at end of file diff --git a/communities/uag/website/README.md b/communities/uag/website/README.md new file mode 100644 index 0000000..13e035c --- /dev/null +++ b/communities/uag/website/README.md @@ -0,0 +1 @@ +# UAG's Website diff --git a/communities/uag/website/source/_redirects b/communities/uag/website/source/_redirects new file mode 100644 index 0000000..fee17b9 --- /dev/null +++ b/communities/uag/website/source/_redirects @@ -0,0 +1,2 @@ +/discord https://discord.gg/pMtHWF4g7H +/discord/ /discord diff --git a/communities/uag/website/source/background.png b/communities/uag/website/source/background.png new file mode 100644 index 0000000..888fc73 Binary files /dev/null and b/communities/uag/website/source/background.png differ diff --git a/communities/uag/website/source/diversity.webp b/communities/uag/website/source/diversity.webp new file mode 100644 index 0000000..5afc32f Binary files /dev/null and b/communities/uag/website/source/diversity.webp differ diff --git a/communities/uag/website/source/index.html b/communities/uag/website/source/index.html new file mode 100644 index 0000000..a59a634 --- /dev/null +++ b/communities/uag/website/source/index.html @@ -0,0 +1,633 @@ + + + + + + + Unnamed Arma Group | "Seriously Fun" Arma 3 Community + + + + + + + + + + + + + + + + + + + +
+
+ +

Unnamed Arma Group

+
+
+ + Join the Discord + + + Contractor Portal + +
+
+ +
+

Enjoy Arma 3 again

+
Keep Scrolling ↘
+
+ +
+

Find your place

+
+
+ +
+

Wolfpack

+

+ Motorized infantry (medium packs with fast-attack ground vehicles) +

+
+
+
+ +
+

Talon

+

+ Airborne cavalry (light-to-medium packs deployed via air units) +

+
+
+
+ +
+

Sabre

+

+ Heavy infantry (heavy packs and advanced infantry-deployed weapons + systems) +

+
+
+
+ +
+

Anvil

+

+ Defensive-fighting specialists (static emplacements, trench + warfare, etc) +

+
+
+
+ +
+

Breaker

+

+ Siege-assault mechanised infantry. Explosive-laden packs deployed + by highly-armoured "battle buses." +

+
+
+
+ +
+

Armadillo

+

+ Armoured corps. Main battle tanks and other heavy-chassis ground + assets. +

+
+
+
+ +
+

Pathfinder

+

+ Reconnaissance specialists. The eyes and ears of the unit armed + with high-calibre long-range rifles. +

+
+
+
+ +
+

Spectre

+

+ SpecOps & clandestine specialists. Infiltrators trained with + operating behind enemy lines. +

+
+
+
+ +
+

Hammer

+

+ Artillery division. Mortars, howitzers, missile platforms, and + even nuclear weapons. +

+
+
+
+ +
+

Angel

+

+ Air transport team. Utilizes fixed and rotary-wing aircraft to + deploy troops and provide logistics. +

+
+
+
+ +
+

Reaper

+

+ Close air support. Expert pilots and gunners entrusted with our + deadliest weapons of war. +

+
+
+
+ +
+

Reclaimer

+

+ Special materials acquisition/recovery team. Specialises in CBRN + and recovering anomalous assets. +

+
+
+
+
+ +
+

Only 3 steps to join

+

+ The process is easy, quick, and straightforward. If you qualify, you + will be contacted via Discord by a representative of the unit for a + brief interview. +

+
+
+
Apply via Discord
+
+ Join our Discord server and complete the application form via + Discord's built-in system. +
+
+
+
Attend your interview
+
+ A representative of the unit will contact you to schedule a brief + interview to assess your fit for the group and answer any questions + you may have. +
+
+
+
Join your first operation
+
+ Once accepted, you will be invited to join your first operation with + the unit. This is where you can experience the camaraderie and + teamwork that defines our group. +
+
+
+
+

Requirements

+
+
+
18 years or older
+
+ Due to the nature of our operations, we require all members to be + at least 18 years old. +
+
+
+
Working microphone
+
+ All members must have a working microphone for communication + during operations. +
+
+
+
Legit copy of Arma 3
+
+ A legitimate copy of Arma 3 is required to participate in our + operations. +
+
+
+
Work-ready English skills
+
+ Members must have a good command of English to understand commands + and communicate effectively. +
+
+
+
Ability to work in a team
+
+ Teamwork is essential in our operations, and all members must be + able to work well with others. +
+
+
+
Willingness to learn and adapt
+
+ Members must be open to feedback and willing to learn new skills + to improve their performance. +
+
+
+
+
+ +
+ "Unnamed Arma Group" is a fictional Arma 3 community created by + Unnamed Group, a non-profit + organization dedicated to providing safe and enjoyable gaming experiences. +
+ + + diff --git a/communities/uag/website/source/orbat-images/angel.jpg b/communities/uag/website/source/orbat-images/angel.jpg new file mode 100644 index 0000000..5163d8e Binary files /dev/null and b/communities/uag/website/source/orbat-images/angel.jpg differ diff --git a/communities/uag/website/source/orbat-images/anvil.jpg b/communities/uag/website/source/orbat-images/anvil.jpg new file mode 100644 index 0000000..4457e5d Binary files /dev/null and b/communities/uag/website/source/orbat-images/anvil.jpg differ diff --git a/communities/uag/website/source/orbat-images/armadillo.jpg b/communities/uag/website/source/orbat-images/armadillo.jpg new file mode 100644 index 0000000..8d20e5e Binary files /dev/null and b/communities/uag/website/source/orbat-images/armadillo.jpg differ diff --git a/communities/uag/website/source/orbat-images/breaker.jpg b/communities/uag/website/source/orbat-images/breaker.jpg new file mode 100644 index 0000000..f018457 Binary files /dev/null and b/communities/uag/website/source/orbat-images/breaker.jpg differ diff --git a/communities/uag/website/source/orbat-images/hammer.jpg b/communities/uag/website/source/orbat-images/hammer.jpg new file mode 100644 index 0000000..5c82619 Binary files /dev/null and b/communities/uag/website/source/orbat-images/hammer.jpg differ diff --git a/communities/uag/website/source/orbat-images/pathfinder.jpg b/communities/uag/website/source/orbat-images/pathfinder.jpg new file mode 100644 index 0000000..7c5565d Binary files /dev/null and b/communities/uag/website/source/orbat-images/pathfinder.jpg differ diff --git a/communities/uag/website/source/orbat-images/reaper.jpg b/communities/uag/website/source/orbat-images/reaper.jpg new file mode 100644 index 0000000..7564082 Binary files /dev/null and b/communities/uag/website/source/orbat-images/reaper.jpg differ diff --git a/communities/uag/website/source/orbat-images/reclaimer.jpg b/communities/uag/website/source/orbat-images/reclaimer.jpg new file mode 100644 index 0000000..fb18b73 Binary files /dev/null and b/communities/uag/website/source/orbat-images/reclaimer.jpg differ diff --git a/communities/uag/website/source/orbat-images/sabre.jpg b/communities/uag/website/source/orbat-images/sabre.jpg new file mode 100644 index 0000000..08e8c53 Binary files /dev/null and b/communities/uag/website/source/orbat-images/sabre.jpg differ diff --git a/communities/uag/website/source/orbat-images/spectre.jpg b/communities/uag/website/source/orbat-images/spectre.jpg new file mode 100644 index 0000000..b4101df Binary files /dev/null and b/communities/uag/website/source/orbat-images/spectre.jpg differ diff --git a/communities/uag/website/source/orbat-images/talon.jpg b/communities/uag/website/source/orbat-images/talon.jpg new file mode 100644 index 0000000..4ae0129 Binary files /dev/null and b/communities/uag/website/source/orbat-images/talon.jpg differ diff --git a/communities/uag/website/source/orbat-images/wolfpack.jpg b/communities/uag/website/source/orbat-images/wolfpack.jpg new file mode 100644 index 0000000..da6d366 Binary files /dev/null and b/communities/uag/website/source/orbat-images/wolfpack.jpg differ diff --git a/communities/uag/website/source/yeet21.png b/communities/uag/website/source/yeet21.png new file mode 100644 index 0000000..3fa00f4 Binary files /dev/null and b/communities/uag/website/source/yeet21.png differ diff --git a/communities/unnamed-arma-group/README.md b/communities/unnamed-arma-group/README.md deleted file mode 100644 index 8093e3a..0000000 --- a/communities/unnamed-arma-group/README.md +++ /dev/null @@ -1,5 +0,0 @@ -UAG Logo - -# Unnamed Arma Group (UAG) - -This directory contains the source for Unnamed Arma Group, also known as UAG or UAGPMC. diff --git a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/.gitignore b/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/.gitignore deleted file mode 100644 index d109ec3..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.hemttout/ -releases/ -*.pbo -*.pbo.bisign \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/.hemtt/project.toml b/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/.hemtt/project.toml deleted file mode 100644 index bb6b4d2..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/.hemtt/project.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ACE3 Capri Sun" -prefix = "ACE3_Capri_Sun" -mainprefix = "z" - -[version] -major = 0 -minor = 0 -patch = 0 -git_hash = 8 - -[properties] -author = "UAG Development Team" -url = "https://github.com/uagpmc/arma3" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/README.md b/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/README.md deleted file mode 100644 index 3dfa5ef..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/README.md +++ /dev/null @@ -1 +0,0 @@ -# ACE3 Capri Sun diff --git a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ b/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ deleted file mode 100644 index 8dd70e6..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\ACE3_Capri_Sun\addons\caprisun \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa b/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa deleted file mode 100644 index e242d4f..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/caprisun.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp b/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp deleted file mode 100644 index 54d7c3d..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/addons/caprisun/config.cpp +++ /dev/null @@ -1,28 +0,0 @@ -class CfgPatches { - class caprisun { - name = "caprisun"; - units[] = {}; - requiredAddons[] = {"ace_medical_treatment"}; - authors[] = {"zuedev", "fluffy"}; - authorUrl = "https://uagpmc.com"; - }; -}; - -class CfgWeapons { - class ACE_personalAidKit; - - class UAGPMC_Capri_Sun: ACE_personalAidKit { - displayName = "Capri Sun"; - picture = "\z\ACE3_Capri_Sun\addons\caprisun\caprisun.paa"; - }; -}; - -class ace_medical_treatment_actions { - class PersonalAidKit; - - class CapriSun: PersonalAidKit { - displayName = "Use Capri Sun"; - displayNameProgress = "Giving sippies..."; - items[] = {"UAGPMC_Capri_Sun"}; - }; -}; diff --git a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/description.txt b/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/description.txt deleted file mode 100644 index c326f3d..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/description.txt +++ /dev/null @@ -1,3 +0,0 @@ -Even contractors need their sippies. - -Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/ACE3_Capri_Sun diff --git a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/image.jpg b/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/image.jpg deleted file mode 100644 index af03b18..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/image.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/workshop_id.txt b/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/workshop_id.txt deleted file mode 100644 index 2a4c685..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Capri-Sun/steam/workshop_id.txt +++ /dev/null @@ -1 +0,0 @@ -2602978471 \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_Ketamine/.gitignore b/communities/unnamed-arma-group/mods/ACE3_Ketamine/.gitignore deleted file mode 100644 index d109ec3..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Ketamine/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.hemttout/ -releases/ -*.pbo -*.pbo.bisign \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_Ketamine/.hemtt/project.toml b/communities/unnamed-arma-group/mods/ACE3_Ketamine/.hemtt/project.toml deleted file mode 100644 index 3325245..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Ketamine/.hemtt/project.toml +++ /dev/null @@ -1,25 +0,0 @@ -name = "ACE3 Ketamine" -prefix = "ACE3_Ketamine" -mainprefix = "z" - -[version] -major = 0 -minor = 0 -patch = 0 -git_hash = 8 - -[properties] -author = "UAG Development Team" -url = "https://github.com/uagpmc/arma3" - -[hemtt.launch.default] -workshop = [ - "2369477168", # Advanced Developer Tools Workshop ID -] - -[hemtt.launch.ace] -extends = "default" -workshop = [ - "450814997", # CBA_A3's Workshop ID - "463939057", # ACE3's Workshop ID -] diff --git a/communities/unnamed-arma-group/mods/ACE3_Ketamine/README.md b/communities/unnamed-arma-group/mods/ACE3_Ketamine/README.md deleted file mode 100644 index 7f0cf56..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Ketamine/README.md +++ /dev/null @@ -1 +0,0 @@ -# ACE3 Ketamine diff --git a/communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ b/communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ deleted file mode 100644 index 93cc2cd..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\ACE3_Ketamine\addons\uag_ketamine diff --git a/communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp b/communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp deleted file mode 100644 index e291285..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/config.cpp +++ /dev/null @@ -1,74 +0,0 @@ -class CfgPatches { - class uag_ketamine { - authors[] = {"zuedev", "fluffy"}; - authorUrl = "https://uagpmc.com"; - name = "uag_ketamine"; - requiredAddons[] = {"ace_medical_treatment"}; - requiredVersion = 2.16; - units[] = {}; - weapons[] = { - "UAG_Ketamine" - }; - }; -}; - -class CfgFunctions { - class uag { - class ketamine { - file = "\z\ACE3_Ketamine\addons\uag_ketamine\functions"; - class injectKetamine {}; - }; - }; -}; - -class CfgWeapons { - class CBA_MiscItem_ItemInfo; - class ACE_morphine; - - class UAG_Ketamine: ACE_morphine - { - displayName = "Vitamin K"; - author = "Fluffy"; - - descriptionShort = "A nice Vitamin."; - descriptionUse = "A Delicious Stick of Vitamin K"; - class ItemInfo: CBA_MiscItem_ItemInfo - { - mass = 0.875; - }; - }; -}; - -class ace_medical_treatment -{ - class Medication - { - class Morphine; - - class UAG_Ketamine: Morphine - { - painReduce = 2.0; - hrIncreaseLow[] = {0, 0}; - hrIncreaseNormal[] = {0, 0}; - hrIncreaseHigh[] = {0, 0}; - timeInSystem = 600; - timeTillMaxEffect = 20; - maxDose = 1; - incompatibleMedication[] = {}; - viscosityChange = 0; - }; - }; -}; - -class ace_medical_treatment_actions -{ - class Morphine; - - class UAG_Ketamine: Morphine - { - displayName = "Inject Ketamine"; - displayNameProgress = "Injecting Vitamin K"; - callbackSuccess = "call ace_medical_treatment_fnc_medication; call UAG_fnc_injectKetamine"; - items[] = {"UAG_Ketamine"}; - }; -}; diff --git a/communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf b/communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf deleted file mode 100644 index 35ff9d6..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Ketamine/addons/uag_ketamine/functions/fn_injectKetamine.sqf +++ /dev/null @@ -1,28 +0,0 @@ -/* - * UAG_fnc_injectKetamine - * - * Injects the player with Ketamine. - * - * - * Parameters: - * 0: _player = player - * - * Return Value: - * None - * - * examples: - * _player call UAG_fnc_injectKetamine; -*/ - - -params ["_player"]; - -// Actually make the Player Invulnerable for 60 seconds -[_player] spawn { - params ["_player"]; - - _player allowDamage false; - _player setStamina ((getStamina _player) / 3); - sleep 60; - _player allowDamage true; -}; diff --git a/communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/description.md b/communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/description.md deleted file mode 100644 index 1605799..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/description.md +++ /dev/null @@ -1,5 +0,0 @@ -Everything needed to join UAG's Arma 3 sessions. - -Designed to be used with a UAG Erapack, such as Modern, WW2, or Halo. - -Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/UAG_Core diff --git a/communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/image.png b/communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/image.png deleted file mode 100644 index 1b93a7f..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/image.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/workshop_id.txt b/communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/workshop_id.txt deleted file mode 100644 index a099036..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Ketamine/steam/workshop_id.txt +++ /dev/null @@ -1 +0,0 @@ -TBD diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/.gitignore b/communities/unnamed-arma-group/mods/ACE3_Painkillers/.gitignore deleted file mode 100644 index d109ec3..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Painkillers/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.hemttout/ -releases/ -*.pbo -*.pbo.bisign \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/.hemtt/project.toml b/communities/unnamed-arma-group/mods/ACE3_Painkillers/.hemtt/project.toml deleted file mode 100644 index 633941f..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Painkillers/.hemtt/project.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ACE3 Painkillers" -prefix = "ACE3_Painkillers" -mainprefix = "z" - -[version] -major = 0 -minor = 0 -patch = 0 -git_hash = 8 - -[properties] -author = "UAG Development Team" -url = "https://github.com/uagpmc/arma3" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/README.md b/communities/unnamed-arma-group/mods/ACE3_Painkillers/README.md deleted file mode 100644 index ed7d029..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Painkillers/README.md +++ /dev/null @@ -1 +0,0 @@ -# ACE3 Painkillers diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ b/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ deleted file mode 100644 index cd90c0f..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\ACE3_Painkillers\addons\painkillers \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/config.cpp b/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/config.cpp deleted file mode 100644 index 09f2c24..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/config.cpp +++ /dev/null @@ -1,69 +0,0 @@ -class CfgPatches -{ - class painkillers - { - authors[] = {"zuedev","fluffy"}; - authorUrl = "https://uagpmc.com"; - name = "painkillers"; - units[] = {}; - weapons[] = {}; - requireAddons[] = {"ace_medical_treatment"}; - }; -}; - -class CfgWeapons -{ - class CBA_MiscItem_ItemInfo; - class ACE_morphine; - - class UAGPMC_Painkiller: ACE_morphine - { - displayName = "Painkiller"; - author = "Fluffy"; - model = "\z\ACE3_Painkillers\addons\painkillers\data\Painkiller.p3d"; - picture = "\z\ACE3_Painkillers\addons\painkillers\data\PainkillerIcon_ca.paa"; - descriptionShort = "Used to Treat Pain"; - descriptionUse = "Tablets used to cure Slight Pain, 1 out of 10 Operators Recommend!"; - hiddenSelections[] = {"camo"}; - hiddenSelectionsTextures[] = {"\z\ACE3_Painkillers\addons\painkillers\data\painkiller_ca.paa"}; - - class ItemInfo: CBA_MiscItem_ItemInfo - { - mass = 0.875; - }; - }; -}; - -class ace_medical_treatment -{ - class Medication - { - class Morphine; - - class UAGPMC_Painkiller: Morphine - { - painReduce = 0.2; - hrIncreaseLow[] = {0, 0}; - hrIncreaseNormal[] = {0, 0}; - hrIncreaseHigh[] = {0, 0}; - timeInSystem = 600; - timeTillMaxEffect = 120; - maxDose = 5; - incompatibleMedication[] = {}; - viscosityChange = 0; - }; - }; -}; - -class ace_medical_treatment_actions -{ - class Morphine; - - class UAGPMC_Painkiller: Morphine - { - allowedSelections[] = {"Head"}; - displayName = "Use Painkiller"; - displayNameProgress = "Using Painkiller"; - items[] = {"UAGPMC_Painkiller"}; - }; -}; diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d b/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d deleted file mode 100644 index ae042d8..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller.p3d and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa b/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa deleted file mode 100644 index e9776dc..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/PainkillerIcon_ca.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa b/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa deleted file mode 100644 index 4da496f..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_Painkillers/addons/painkillers/data/Painkiller_ca.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/description.txt b/communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/description.txt deleted file mode 100644 index 2f2308a..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/description.txt +++ /dev/null @@ -1,3 +0,0 @@ -1 in 10 operators approve! - -Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/ACE3_Painkillers diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/image.png b/communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/image.png deleted file mode 100644 index b52bf50..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/image.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/workshop_id.txt b/communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/workshop_id.txt deleted file mode 100644 index b46e1f4..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_Painkillers/steam/workshop_id.txt +++ /dev/null @@ -1 +0,0 @@ -2607850181 \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/.gitignore b/communities/unnamed-arma-group/mods/ACE3_PissBags/.gitignore deleted file mode 100644 index d109ec3..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_PissBags/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.hemttout/ -releases/ -*.pbo -*.pbo.bisign \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/.hemtt/project.toml b/communities/unnamed-arma-group/mods/ACE3_PissBags/.hemtt/project.toml deleted file mode 100644 index 8e90bd6..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_PissBags/.hemtt/project.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ACE3 Pissbags" -prefix = "ACE3_Pissbags" -mainprefix = "z" - -[version] -major = 0 -minor = 0 -patch = 0 -git_hash = 8 - -[properties] -author = "UAG Development Team" -url = "https://github.com/uagpmc/arma3" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/Piss_IV.blend b/communities/unnamed-arma-group/mods/ACE3_PissBags/Piss_IV.blend deleted file mode 100644 index 8ddf234..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_PissBags/Piss_IV.blend and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/README.md b/communities/unnamed-arma-group/mods/ACE3_PissBags/README.md deleted file mode 100644 index 91f39d0..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_PissBags/README.md +++ /dev/null @@ -1 +0,0 @@ -# ACE3 Piss Bags diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ b/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ deleted file mode 100644 index 3b09213..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\ACE3_Pissbags\addons\pissbags \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa b/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa deleted file mode 100644 index ce35920..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/Pissbag_ca.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/config.cpp b/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/config.cpp deleted file mode 100644 index cea9038..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/config.cpp +++ /dev/null @@ -1,65 +0,0 @@ -class CfgPatches { - class pissbags { - name = "pissbags"; - units[] = {}; - requiredAddons[] = {"ace_medical_treatment"}; - authors[] = {"zuedev", "Fluffy"}; - authorUrl = "https://uagpmc.com"; - }; -}; - -class CfgWeapons { - class ACE_bloodIV; - class ACE_bloodIV_500; - class ACE_bloodIV_250; - - class UAGPMC_pissIV: ACE_bloodIV { - displayName = "Piss Bag (1000ml)"; - picture = "\z\ACE3_Pissbags\addons\pissbags\pissiv.paa"; - hiddenSelectionsTextures[] = {"\z\ACE3_Pissbags\addons\pissbags\Pissbag_ca.paa"}; - }; - - class UAGPMC_pissIV_500: ACE_bloodIV_500 { - displayName = "Piss Bag (500ml)"; - picture = "\z\ACE3_Pissbags\addons\pissbags\pissiv.paa"; - hiddenSelectionsTextures[] = {"\z\ACE3_Pissbags\addons\pissbags\Pissbag_ca.paa"}; - }; - - class UAGPMC_pissIV_250: ACE_bloodIV_250 { - displayName = "Piss Bag (250ml)"; - picture = "\z\ACE3_Pissbags\addons\pissbags\pissiv.paa"; - hiddenSelectionsTextures[] = {"\z\ACE3_Pissbags\addons\pissbags\Pissbag_ca.paa"}; - }; -}; - -class ace_medical_treatment { - class IV { - class BloodIV; - class BloodIV_500; - class BloodIV_250; - - class PissIV: BloodIV {}; - class PissIV_500: BloodIV_500 {}; - class PissIV_250: BloodIV_250 {}; - }; -}; - -class ace_medical_treatment_actions { - class BloodIV; - - class PissIV: BloodIV { - displayName = "Give Piss IV (1000ml)"; - displayNameProgress = "Transfusing Piss..."; - items[] = {"UAGPMC_pissIV"}; - }; - - class PissIV_500: PissIV { - displayName = "Give Piss IV (500ml)"; - items[] = {"UAGPMC_pissIV_500"}; - }; - - class PissIV_250: PissIV { - displayName = "Give Piss IV (250ml)"; - items[] = {"UAGPMC_pissIV_250"}; - }; -}; diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/pissiv.paa b/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/pissiv.paa deleted file mode 100644 index 50e96b8..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_PissBags/addons/pissbags/pissiv.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/description.txt b/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/description.txt deleted file mode 100644 index 63bbcdf..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/description.txt +++ /dev/null @@ -1,3 +0,0 @@ -Modern times call for modern solutions. - -Check out the source: https://github.com/uagpmc/arma3/tree/main/mods/ACE3_Piss_Bags diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/image.jpg b/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/image.jpg deleted file mode 100644 index 1b4758b..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/image.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/p1.jpg b/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/p1.jpg deleted file mode 100644 index 094a7db..0000000 Binary files a/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/p1.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/videos.txt b/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/videos.txt deleted file mode 100644 index e21c424..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/videos.txt +++ /dev/null @@ -1 +0,0 @@ -https://www.youtube.com/watch?v=NMh2SdR5jMM \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/workshop_id.txt b/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/workshop_id.txt deleted file mode 100644 index 0b759c8..0000000 --- a/communities/unnamed-arma-group/mods/ACE3_PissBags/steam/workshop_id.txt +++ /dev/null @@ -1 +0,0 @@ -2597693640 \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/README.md b/communities/unnamed-arma-group/mods/README.md deleted file mode 100644 index 56a7a04..0000000 --- a/communities/unnamed-arma-group/mods/README.md +++ /dev/null @@ -1 +0,0 @@ -# UAG's Arma 3 Mods diff --git a/communities/unnamed-arma-group/mods/UAG_Units/.gitignore b/communities/unnamed-arma-group/mods/UAG_Units/.gitignore deleted file mode 100644 index d109ec3..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.hemttout/ -releases/ -*.pbo -*.pbo.bisign \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/.hemtt/project.toml b/communities/unnamed-arma-group/mods/UAG_Units/.hemtt/project.toml deleted file mode 100644 index 2c44a0c..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/.hemtt/project.toml +++ /dev/null @@ -1,44 +0,0 @@ -name = "UAG Units" -prefix = "UAG_Units" -mainprefix = "z" - -[version] -major = 0 -minor = 0 -patch = 0 -git_hash = 8 - -[files] -include = [ - "files/uag.paa", - "files/uag_hover.paa", -] - -[properties] -author = "UAG Development Team" -url = "https://github.com/uagpmc/arma3" - -[hemtt.launch.default] -workshop = [ - "2369477168", # Advanced Developer Tools Workshop ID -] - -[hemtt.launch.dev] -extends = "default" -workshop = [ - "450814997", # CBA_A3's Workshop ID - "463939057", # ACE3's Workshop ID - "751965892", # ACRE's Workshop ID -] - -[hemtt.launch.all] -extends = "default" -workshop = [ - "450814997", # CBA_A3's Workshop ID - "463939057", # ACE3's Workshop ID - "751965892", # ACRE's Workshop ID - "2262006564", # cTab's Workshop ID -] -parameters = [ - "-mod=ws;rf;", -] \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/README.md b/communities/unnamed-arma-group/mods/UAG_Units/README.md deleted file mode 100644 index c4a530c..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# UAG Units - -## Development - -This repository has mirrors! - -The original repository is here: https://gitlab.sovereign.zue.dev/unnamed-group/arma-3/unnamed-arma-group/uag-units - -Here is a list of official mirrors: -- https://github.com/zuedev/uag-units \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ deleted file mode 100644 index 486b74a..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\UAG_Units\addons\uag_units_core \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/config.cpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/config.cpp deleted file mode 100644 index e194af0..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/config.cpp +++ /dev/null @@ -1,11 +0,0 @@ -class CfgPatches { - class uag_units_core { - authors[] = {"zuedev"}; - authorUrl = "https://uagpmc.com"; - name = "uag_units_core"; - requiredAddons[] = {}; - requiredVersion = 2.16; - units[] = {}; - weapons[] = {}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/macros.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/macros.hpp deleted file mode 100644 index 2f5cec2..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_core/macros.hpp +++ /dev/null @@ -1,17 +0,0 @@ -#define private 0 -#define protected 1 -#define public 2 - -#define x2(x) x, x -#define x3(x) x, x, x -#define x4(x) x, x, x, x -#define x5(x) x, x, x, x, x -#define x6(x) x, x, x, x, x, x -#define x7(x) x, x, x, x, x, x, x -#define x8(x) x, x, x, x, x, x, x, x -#define x9(x) x, x, x, x, x, x, x, x, x -#define x10(x) x, x, x, x, x, x, x, x, x, x -#define x20(x) x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x - -#define commonLinkedItems "UAG_Balaclava_With_Combat_Goggles", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" -#define baseVanillaMedicalItems "FirstAidKit" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ deleted file mode 100644 index e2f3f73..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/$PBOPREFIX$ +++ /dev/null @@ -1 +0,0 @@ -z\UAG_Units\addons\uag_units_uag \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp deleted file mode 100644 index 46aff0d..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgEditorSubcategories.hpp +++ /dev/null @@ -1,5 +0,0 @@ -class CfgEditorSubcategories { - class Combat_Contractors_Black_Splinter { - displayName = "Combat Contractors (Black Splinter)"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp deleted file mode 100644 index 50a48ef..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgFactionClasses.hpp +++ /dev/null @@ -1,7 +0,0 @@ -class CfgFactionClasses { - class BLU_F; - - class UAG: BLU_F { - displayName = "UAG"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp deleted file mode 100644 index 95455bc..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/CfgVehicleClasses.hpp +++ /dev/null @@ -1,5 +0,0 @@ -class CfgVehicleClasses { - class Combat_Contractors_Black_Splinter { - displayName = "Combat Contractors (Black Splinter)"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp deleted file mode 100644 index ac1bf40..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class UAG_Survivor_Black_Splinter; - class UAG_Contractor_Black_Splinter; - - class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { - displayName = "Contractor"; - items[] += { - baseAceMedicalItems, - baseAceMiscItems - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp deleted file mode 100644 index 82bdff9..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "UAG_Contractor_Black_Splinter.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp deleted file mode 100644 index aeea631..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/Units/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "Combat_Contractors_Black_Splinter/_index.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp deleted file mode 100644 index 72bf765..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/config.cpp +++ /dev/null @@ -1,18 +0,0 @@ -class CfgPatches { - class uag_units_uag_ace3_patch { - addonRootClass = "uag_units_uag"; - - requiredAddons[] = { - "uag_units_uag", - "ace_main", - }; - units[] = { - "UAG_Contractor_Black_Splinter" - }; - - skipWhenMissingDependencies = 1; - }; -}; - -#include "macros.hpp" -#include "Units/_index.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp deleted file mode 100644 index 7762c4f..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ace3_patch/macros.hpp +++ /dev/null @@ -1,21 +0,0 @@ -#define private 0 -#define protected 1 -#define public 2 - -#define x2(x) x, x -#define x3(x) x, x, x -#define x4(x) x, x, x, x -#define x5(x) x, x, x, x, x -#define x6(x) x, x, x, x, x, x -#define x7(x) x, x, x, x, x, x, x -#define x8(x) x, x, x, x, x, x, x, x -#define x9(x) x, x, x, x, x, x, x, x, x -#define x10(x) x, x, x, x, x, x, x, x, x, x -#define x20(x) x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x - -#define commonLinkedItems "UAG_Balaclava_With_Combat_Goggles", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" - -#define baseAceMedicalItems x10("ACE_elasticBandage"), x10("ACE_quikclot"), x2("ACE_morphine"), "ACE_epinephrine", "ACE_splint", "ACE_bloodIV_500", x2("ACE_tourniquet") -#define baseAceMiscItems "ACE_EarPlugs", "ACE_EntrenchingTool", "ACE_Flashlight_MX991", "ACE_MapTools", "ACE_IR_Strobe_Item", "ACE_CableTie", "ACE_Banana" - -#define extraAceMedicalKit x10("ACE_elasticBandage"), x10("ACE_quikclot"), x5("ACE_morphine"), x5("ACE_morphine"), x5("ACE_bloodIV"), x4("ACE_tourniquet"), x2("ACE_splint") \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp deleted file mode 100644 index 254e383..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp +++ /dev/null @@ -1,11 +0,0 @@ -class CfgVehicles { - class UAG_Survivor_Black_Splinter; - class UAG_Contractor_Black_Splinter; - - class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { - displayName = "Contractor"; - items[] += { - shortRangeRadio - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp deleted file mode 100644 index 82bdff9..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "UAG_Contractor_Black_Splinter.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp deleted file mode 100644 index aeea631..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/Units/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "Combat_Contractors_Black_Splinter/_index.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp deleted file mode 100644 index cd008b5..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/config.cpp +++ /dev/null @@ -1,18 +0,0 @@ -class CfgPatches { - class uag_units_uag_acre_patch { - addonRootClass = "uag_units_uag"; - - requiredAddons[] = { - "uag_units_uag", - "acre_main" - }; - units[] = { - "UAG_Contractor_Black_Splinter" - }; - - skipWhenMissingDependencies = 1; - }; -}; - -#include "macros.hpp" -#include "Units/_index.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp deleted file mode 100644 index 990a646..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_acre_patch/macros.hpp +++ /dev/null @@ -1,3 +0,0 @@ -#define shortRangeRadio "ACRE_PRC343" -#define longRangeRadio "ACRE_PRC152" -#define backpackRadio "ACRE_PRC117F" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp deleted file mode 100644 index db69164..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class UAG_Survivor_Black_Splinter; - class UAG_Contractor_Black_Splinter; - - class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { - displayName = "Contractor"; - items[] += { - "ItemcTabHCam", - "ItemAndroidMisc" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp deleted file mode 100644 index 82bdff9..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/Combat_Contractors_Black_Splinter/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "UAG_Contractor_Black_Splinter.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp deleted file mode 100644 index aeea631..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/Units/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "Combat_Contractors_Black_Splinter/_index.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp deleted file mode 100644 index dabc383..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ctab_patch/config.cpp +++ /dev/null @@ -1,17 +0,0 @@ -class CfgPatches { - class uag_units_uag_ctab_patch { - addonRootClass = "uag_units_uag"; - - requiredAddons[] = { - "uag_units_uag", - "ctab_main" - }; - units[] = { - "UAG_Contractor_Black_Splinter" - }; - - skipWhenMissingDependencies = 1; - }; -}; - -#include "Units/_index.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa deleted file mode 100644 index 693ce18..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png deleted file mode 100644 index 2b22990..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_adds_03_ldf_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa deleted file mode 100644 index 6f17c63..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png deleted file mode 100644 index f393824..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_exterior_03_ldf_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa deleted file mode 100644 index c86f7a6..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png deleted file mode 100644 index 23ceaad..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/as332_int_cargo_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp deleted file mode 100644 index 3c3685f..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Cougar_Gunship/config.hpp +++ /dev/null @@ -1,106 +0,0 @@ -/* UAG Cougar Gunship - * Based on: I_E_EC_02_RF - * From: RF_Air_heli_medium_ec - * Changes: - * - ??? - */ - -class SensorTemplatePassiveRadar; -class SensorTemplateAntiRadiation; -class SensorTemplateActiveRadar; -class SensorTemplateIR; -class SensorTemplateVisual; -class SensorTemplateMan; -class SensorTemplateLaser; -class SensorTemplateNV; -class SensorTemplateDataLink; - -class CfgVehicles { - class I_E_EC_02_RF; - - class UAG_Cougar_Gunship_PARENTPROXY: I_E_EC_02_RF { - scope = private; - - class EventHandlers; - class Components; - }; - - class UAG_Cougar_Gunship: UAG_Cougar_Gunship_PARENTPROXY { - scope = public; - displayName = "Cougar Gunship"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_exterior_03_ldf_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_int_cargo_co_uag.paa", - "#(rgb,1024,1024,1)ui('lxRF_MFDMinimap','lxRF_MFDMinimap')", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_adds_03_ldf_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_exterior_03_ldf_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Cougar_Gunship\as332_int_cargo_co_uag.paa" - }; - textureList[] = {}; - crew = "UAG_Pilot_Black_Splinter"; - faction = "UAG"; - side = 1; - - class EventHandlers: EventHandlers { - init = "(_this select 0) setWaterLeakiness 0;"; - }; - - class Components: Components { - class TransportPylonsComponent { - uiPicture = "\lxRF\air_rf\heli_medium_ec\data\UI\heli_medium_ec_02_3DEN_CA.paa"; - - class Presets { - class HAT { - displayName = "Default"; - attachment[] = {"PylonRack_4Rnd_LG_scalpel","PylonWeapon_860Rnd_127x99mm_shells_black_RF","PylonWeapon_860Rnd_127x99mm_shells_black_RF","PylonRack_4Rnd_LG_scalpel"}; - }; - }; - class Pylons { - class PylonLeft1 { - attachment = "PylonRack_4Rnd_LG_scalpel"; - hardpoints[] = {"O_MISSILE_PYLON","O_BOMB_PYLON_HELI","UNI_SCALPEL","20MM_TWIN_CANNON","WEAPON_PODS_RF"}; - priority = 5; - turret[] = {0}; - UIposition[] = {0.06,0.4}; - }; - class PylonLeft2: PylonLeft1 { - attachment = "PylonWeapon_860Rnd_127x99mm_shells_black_RF"; - priority = 4; - UIposition[] = {0.08,0.35}; - }; - class PylonRight1: PylonLeft1 { - attachment = "PylonWeapon_860Rnd_127x99mm_shells_black_RF"; - mirroredMissilePos = 1; - UIposition[] = {0.59,0.4}; - }; - class PylonRight2: PylonLeft2 { - attachment = "PylonRack_4Rnd_LG_scalpel"; - mirroredMissilePos = 2; - UIposition[] = {0.57,0.35}; - }; - }; - }; - - class SensorsManagerComponent { - class Components { - // allow all sensor types - class ActiveRadarSensorComponent: SensorTemplateActiveRadar { - animDirection = ""; - aimDown = 0; - angleRangeHorizontal = 360; - angleRangeVertical = 360; - typeRecognitionDistance = 6000; - }; - class IRSensorComponent: SensorTemplateIR {}; - class LaserSensorComponent: SensorTemplateLaser {}; - class NVSensorComponent: SensorTemplateNV {}; - class PassiveRadarSensorComponent: SensorTemplatePassiveRadar {}; - class VisualSensorComponent: SensorTemplateVisual {}; - class DataLinkSensorComponent: SensorTemplateDataLink {}; - class ManSensorComponent: SensorTemplateMan {}; - class AntiRadiationSensorComponent: SensorTemplateAntiRadiation {}; - }; - }; - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp deleted file mode 100644 index 4ef683d..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_01_aat_base_rf; - - class UAG_Moose_Pickup_AAT_BASE: Pickup_01_aat_base_rf { - scope = private; - displayName = "Moose Pickup (AAT)"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"hide_frame",0,"hide_frame_full",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_sidesteps",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp deleted file mode 100644 index 24f8964..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_AAT_BASE; - - class UAG_Moose_Pickup_AAT_Black: UAG_Moose_Pickup_AAT_BASE { - scope = public; - displayName = "Moose Pickup (Black, AAT)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp deleted file mode 100644 index fb1e394..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_AAT_Black; - - class UAG_Moose_Pickup_AAT_Black_Armoured: UAG_Moose_Pickup_AAT_Black { - displayName = "Moose Pickup (Black, AAT, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp deleted file mode 100644 index 2ec4ee7..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_01_base_rf; - - class UAG_Moose_Pickup_BASE: Pickup_01_base_rf { - scope = private; - displayName = "Moose Pickup"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"hide_bullbar",0,"hide_fuel_tank",1,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_cover",1,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_frame",0,"hide_sidesteps",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp deleted file mode 100644 index ff5de72..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_BASE; - - class UAG_Moose_Pickup_Black: UAG_Moose_Pickup_BASE { - scope = public; - displayName = "Moose Pickup (Black)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa deleted file mode 100644 index aef5d15..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png deleted file mode 100644 index 12ae34e..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_aat_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa deleted file mode 100644 index 402ebde..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png deleted file mode 100644 index 4b1ca12..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_adds_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa deleted file mode 100644 index 55042f6..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png deleted file mode 100644 index 413a545..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext2_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa deleted file mode 100644 index e9aded4..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png deleted file mode 100644 index b7aac17..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_ext_black_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa deleted file mode 100644 index 12734cc..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png deleted file mode 100644 index c953f87..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_launcher_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa deleted file mode 100644 index 7a35482..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png deleted file mode 100644 index 3686cb1..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black/pickup_01_service_black_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp deleted file mode 100644 index d339365..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_Black; - - class UAG_Moose_Pickup_Black_Armoured: UAG_Moose_Pickup_Black { - displayName = "Moose Pickup (Black, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp deleted file mode 100644 index b07f877..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_BASE; - - class UAG_Moose_Pickup_Black_Splinter: UAG_Moose_Pickup_BASE { - scope = public; - displayName = "Moose Pickup (Black Splinter)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black_Splinter\pickup_01_ext_ldf_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black_Splinter\pickup_01_service_ldf_co_uag.paa" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa deleted file mode 100644 index d7d224c..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png deleted file mode 100644 index 82112a4..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_ext_ldf_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa deleted file mode 100644 index 38bdfea..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png deleted file mode 100644 index 3936c04..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter/pickup_01_service_ldf_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp deleted file mode 100644 index 2f844b0..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_Black_Splinter; - - class UAG_Moose_Pickup_Black_Splinter_Armoured: UAG_Moose_Pickup_Black_Splinter { - displayName = "Moose Pickup (Black Splinter, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp deleted file mode 100644 index edf1b76..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_comms_base_rf; - - class UAG_Moose_Pickup_Comms_BASE: Pickup_comms_base_rf { - scope = private; - displayName = "Moose Pickup (Comms)"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"hide_rack",0,"hide_rack_antenna",0,"hide_frame",1,"hide_frame_full",1,"hide_frame_full_panel",1,"hide_box",0,"hide_box_door",0,"hide_trunk_door",0,"trunk_door_open",0,"box_door_open",0,"hide_police",1,"hide_Services",1,"BeaconsServicesStart",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack_spotlights",0,"hide_sidesteps",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp deleted file mode 100644 index 2b27077..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_Comms_BASE; - - class UAG_Moose_Pickup_Comms_Black: UAG_Moose_Pickup_Comms_BASE { - scope = public; - displayName = "Moose Pickup (Black, Comms)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp deleted file mode 100644 index 416c1fb..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_Comms_Black; - - class UAG_Moose_Pickup_Comms_Black_Armoured: UAG_Moose_Pickup_Comms_Black { - displayName = "Moose Pickup (Black, Comms, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp deleted file mode 100644 index aa343ee..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_01_hmg_base_rf; - - class UAG_Moose_Pickup_HMG_BASE: Pickup_01_hmg_base_rf { - scope = private; - displayName = "Moose Pickup (HMG)"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"Hide_Shield",0,"Hide_Rail",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_frame",0,"hide_sidesteps",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp deleted file mode 100644 index a55726c..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_HMG_BASE; - - class UAG_Moose_Pickup_HMG_Black: UAG_Moose_Pickup_HMG_BASE { - scope = public; - displayName = "Moose Pickup (Black, HMG)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp deleted file mode 100644 index e3a2f25..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_HMG_Black; - - class UAG_Moose_Pickup_HMG_Black_Armoured: UAG_Moose_Pickup_HMG_Black { - displayName = "Moose Pickup (Black, HMG, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp deleted file mode 100644 index 39790ab..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_01_mmg_base_rf; - - class UAG_Moose_Pickup_MMG_BASE: Pickup_01_mmg_base_rf { - scope = private; - displayName = "Moose Pickup (MMG)"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"hide_trunk_cover",1,"hide_frame_full",0,"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_frame",0,"hide_sidesteps",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp deleted file mode 100644 index f95f7b7..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_MMG_BASE; - - class UAG_Moose_Pickup_MMG_Black: UAG_Moose_Pickup_MMG_BASE { - scope = public; - displayName = "Moose Pickup (Black, MMG)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp deleted file mode 100644 index 67962ba..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_MMG_Black; - - class UAG_Moose_Pickup_MMG_Black_Armoured: UAG_Moose_Pickup_MMG_Black { - displayName = "Moose Pickup (Black, MMG, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp deleted file mode 100644 index 03043e1..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class Pickup_01_mrl_base_rf; - - class UAG_Moose_Pickup_MRL_BASE: Pickup_01_mrl_base_rf { - scope = private; - displayName = "Moose Pickup (MRL)"; - textureList[] = {}; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - animationList[] = {"hide_bullbar",0,"hide_snorkel",0,"hide_antenna",0,"hide_trunk_door",0,"trunk_door_open",0,"hide_armor_window_armor_top",1,"window_armor_hatch_L_rot",1,"window_armor_hatch_R_rot",0,"door_F_L_open",0,"door_F_R_open",0,"door_R_L_open",0,"door_R_R_open",0,"hide_rack",0,"hide_rack_spotlights",0,"hide_frame",0,"hide_sidesteps",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp deleted file mode 100644 index 7e69ed0..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black/config.hpp +++ /dev/null @@ -1,16 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_MRL_BASE; - - class UAG_Moose_Pickup_MRL_Black: UAG_Moose_Pickup_MRL_BASE { - scope = public; - displayName = "Moose Pickup (Black, MRL)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext_black_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_adds_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_ext2_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_aat_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_launcher_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Patches\uag_units_uag_rf_patch\Vehicles\UAG_Moose_Pickup_Black\pickup_01_service_black_co_uag.paa" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp deleted file mode 100644 index a1b9855..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -class CfgVehicles { - class UAG_Moose_Pickup_MRL_Black; - - class UAG_Moose_Pickup_MRL_Black_Armoured: UAG_Moose_Pickup_MRL_Black { - displayName = "Moose Pickup (Black, MRL, Armoured)"; - animationList[] += {"hide_armor_window_armor_top",0}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp deleted file mode 100644 index 3171f2a..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/Vehicles/_index.hpp +++ /dev/null @@ -1,21 +0,0 @@ -#include "UAG_Cougar_Gunship/config.hpp" -#include "UAG_Moose_Pickup_BASE/config.hpp" -#include "UAG_Moose_Pickup_Black/config.hpp" -#include "UAG_Moose_Pickup_Black_Armoured/config.hpp" -#include "UAG_Moose_Pickup_Black_Splinter/config.hpp" -#include "UAG_Moose_Pickup_Black_Splinter_Armoured/config.hpp" -#include "UAG_Moose_Pickup_Comms_BASE/config.hpp" -#include "UAG_Moose_Pickup_Comms_Black/config.hpp" -#include "UAG_Moose_Pickup_Comms_Black_Armoured/config.hpp" -#include "UAG_Moose_Pickup_MMG_BASE/config.hpp" -#include "UAG_Moose_Pickup_MMG_Black/config.hpp" -#include "UAG_Moose_Pickup_MMG_Black_Armoured/config.hpp" -#include "UAG_Moose_Pickup_HMG_BASE/config.hpp" -#include "UAG_Moose_Pickup_HMG_Black/config.hpp" -#include "UAG_Moose_Pickup_HMG_Black_Armoured/config.hpp" -#include "UAG_Moose_Pickup_AAT_BASE/config.hpp" -#include "UAG_Moose_Pickup_AAT_Black/config.hpp" -#include "UAG_Moose_Pickup_AAT_Black_Armoured/config.hpp" -#include "UAG_Moose_Pickup_MRL_BASE/config.hpp" -#include "UAG_Moose_Pickup_MRL_Black/config.hpp" -#include "UAG_Moose_Pickup_MRL_Black_Armoured/config.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp deleted file mode 100644 index c0d518e..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/config.cpp +++ /dev/null @@ -1,33 +0,0 @@ -class CfgPatches { - class uag_reaction_uag_rf_patch { - addonRootClass = "uag_units_uag"; - - requiredAddons[] = { - "RF_Air_heli_medium_ec", - "RF_Vehicles_Pickup_01", - "uag_units_uag" - }; - units[] = { - "UAG_Cougar_Gunship", - "UAG_Moose_Pickup_AAT_Black", - "UAG_Moose_Pickup_AAT_Black_Armoured", - "UAG_Moose_Pickup_Black", - "UAG_Moose_Pickup_Black_Armoured", - "UAG_Moose_Pickup_Black_Splinter", - "UAG_Moose_Pickup_Black_Splinter_Armoured", - "UAG_Moose_Pickup_Comms_Black", - "UAG_Moose_Pickup_Comms_Black_Armoured", - "UAG_Moose_Pickup_HMG_Black", - "UAG_Moose_Pickup_HMG_Black_Armoured", - "UAG_Moose_Pickup_MMG_Black", - "UAG_Moose_Pickup_MMG_Black_Armoured", - "UAG_Moose_Pickup_MRL_Black", - "UAG_Moose_Pickup_MRL_Black_Armoured" - }; - - skipWhenMissingDependencies = 1; - }; -}; - -#include "macros.hpp" -#include "Vehicles/_index.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp deleted file mode 100644 index f497e93..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_rf_patch/macros.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#define x2(x) x, x -#define x3(x) x, x, x -#define x4(x) x, x, x, x -#define x5(x) x, x, x, x, x -#define x6(x) x, x, x, x, x, x -#define x7(x) x, x, x, x, x, x, x -#define x8(x) x, x, x, x, x, x, x, x -#define x9(x) x, x, x, x, x, x, x, x, x -#define x10(x) x, x, x, x, x, x, x, x, x, x -#define x20(x) x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x - -#define commonLinkedItems "UAG_Balaclava_With_Combat_Goggles", "ItemMap", "ItemCompass", "ItemWatch", "ItemRadio", "ItemGPS" -#define baseVanillaMedicalItems "FirstAidKit" -#define baseAceMedicalItems x10("ACE_elasticBandage"), x10("ACE_quikclot"), x2("ACE_morphine"), "ACE_epinephrine", "ACE_splint", "ACE_bloodIV_500", x2("ACE_tourniquet") -#define baseAceMiscItems "ACE_EarPlugs", "ACE_EntrenchingTool", "ACE_Flashlight_MX991", "ACE_MapTools", "ACE_IR_Strobe_Item", "ACE_CableTie", "ACE_Banana" -#define extraAceMedicalKit x10("ACE_elasticBandage"), x10("ACE_quikclot"), x5("ACE_morphine"), x5("ACE_morphine"), x5("ACE_bloodIV"), x4("ACE_tourniquet"), x2("ACE_splint") - -#define private 0 -#define protected 1 -#define public 2 \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp deleted file mode 100644 index cb3d7dc..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/UAG_Orca_UP/config.hpp +++ /dev/null @@ -1,22 +0,0 @@ -class CfgVehicles { - class B_ION_Heli_Light_02_dynamicLoadout_lxWS; - - class UAG_Orca_UP_PARENTPROXY: B_ION_Heli_Light_02_dynamicLoadout_lxWS { - scope = private; - }; - - class UAG_Orca_UP: UAG_Orca_UP_PARENTPROXY { - scope = public; - displayName = "Orca (UP)"; - crew = "UAG_Pilot_Black_Splinter"; - faction = "UAG"; - side = 1; - hiddenSelectionsTextures[] = { - "\A3\Air_F\Heli_Light_02\Data\Heli_Light_02_ext_CO.paa", - "\a3\air_f\data\rockets_co.paa", - "\lxWS\air_f_lxWS\heli_light_02\data\lxws_heli_light_02_adds_ion_co.paa" - }; - waterDamageEngine = 0; - waterLeakiness = 0; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp deleted file mode 100644 index 6e0992a..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/Vehicles/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "UAG_Orca_UP/config.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp deleted file mode 100644 index 6550428..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/config.cpp +++ /dev/null @@ -1,18 +0,0 @@ -class CfgPatches { - class uag_units_uag_ws_patch { - addonRootClass = "uag_units_uag"; - - requiredAddons[] = { - "uag_units_uag", - "Air_F_lxWS_Heli_Light_02" - }; - units[] = { - "UAG_Orca_UP" - }; - - skipWhenMissingDependencies = 1; - }; -}; - -#include "macros.hpp" -#include "Vehicles/_index.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp deleted file mode 100644 index b34dde6..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Patches/uag_units_uag_ws_patch/macros.hpp +++ /dev/null @@ -1,3 +0,0 @@ -#define private 0 -#define protected 1 -#define public 2 \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp deleted file mode 100644 index dffcb7a..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Autorifleman_Black_Splinter.hpp +++ /dev/null @@ -1,18 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Autorifleman_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Autorifleman"; - linkedItems[] = { - commonLinkedItems, - "UAG_Combat_Helmet_Heavy", - "UAG_Plate_Carrier_Heavy" - }; - magazines[] = { - x4("200Rnd_556x45_Box_Tracer_Red_F"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"LMG_03_F", "Throw", "Put"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp deleted file mode 100644 index 59db2a2..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Contractor_Black_Splinter.hpp +++ /dev/null @@ -1,21 +0,0 @@ -class CfgVehicles { - class UAG_Survivor_Black_Splinter; - - class UAG_Contractor_Black_Splinter: UAG_Survivor_Black_Splinter { - displayName = "Contractor"; - items[] = { - baseVanillaMedicalItems - }; - linkedItems[] = { - commonLinkedItems, - "UAG_Combat_Helmet_Light", - "UAG_Plate_Carrier_Light" - }; - magazines[] = { - x6("30Rnd_65x39_caseless_msbs_mag_Tracer"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"UAG_MSBS65v2_ModularSight", "Throw", "Put"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp deleted file mode 100644 index dd67b93..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Crewman_Black_Splinter.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Crewman_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Crewman"; - linkedItems[] = { - commonLinkedItems, - "H_Tank_black_F", // TODO: UAG Crewman Helmet - "UAG_Plate_Carrier_Light" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp deleted file mode 100644 index 36f7bb0..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Grenadier_Black_Splinter.hpp +++ /dev/null @@ -1,20 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Grenadier_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Grenadier"; - linkedItems[] = { - commonLinkedItems, - "UAG_Combat_Helmet_Medium", - "UAG_Plate_Carrier_Medium" - }; - magazines[] = { - x4("30Rnd_65x39_caseless_msbs_mag_Tracer"), - x4("1Rnd_HE_Grenade_shell"), - x3("1Rnd_SmokeRed_Grenade_shell"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"UAG_MSBS65v2_GL_ModularSight", "Throw", "Put"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp deleted file mode 100644 index 97c4ed4..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Machinegunner_Black_Splinter.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class UAG_Autorifleman_Black_Splinter; - - class UAG_Machinegunner_Black_Splinter: UAG_Autorifleman_Black_Splinter { - displayName = "Machinegunner"; - magazines[] = { - x4("130Rnd_338_Mag"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"MMG_02_black_F", "Throw", "Put"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp deleted file mode 100644 index a1c67b3..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Marksman_Black_Splinter.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Marksman_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Marksman"; - magazines[] = { - x4("20Rnd_762x51_Mag"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"UAG_SIG556v2_Pitbull", "Throw", "Put"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp deleted file mode 100644 index 02d5d78..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pilot_Black_Splinter.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Pilot_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Pilot"; - linkedItems[] = { - commonLinkedItems, - "H_CrewHelmetHeli_B", // TODO: UAG Pilot Helmet - "UAG_Plate_Carrier_Light" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp deleted file mode 100644 index bc06efe..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Pointman_Black_Splinter.hpp +++ /dev/null @@ -1,14 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Pointman_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Pointman"; - magazines[] = { - x4("30Rnd_65x39_caseless_msbs_mag_Tracer"), - x3("6Rnd_12Gauge_Pellets"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"UAG_MSBS65v2_UBS_Holo", "Throw", "Put"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp deleted file mode 100644 index 47408f4..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Raider_Black_Splinter.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Raider_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Raider"; - magazines[] = { - x5("50Rnd_570x28_SMG_03"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"SMG_03C_black", "Throw", "Put"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp deleted file mode 100644 index de3af40..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Sniper_Black_Splinter.hpp +++ /dev/null @@ -1,18 +0,0 @@ -class CfgVehicles { - class UAG_Contractor_Black_Splinter; - - class UAG_Sniper_Black_Splinter: UAG_Contractor_Black_Splinter { - displayName = "Sniper"; - linkedItems[] = { - commonLinkedItems, - "UAG_Combat_Helmet_Medium", - "UAG_Plate_Carrier_Medium" - }; - magazines[] = { - x6("7Rnd_408_Mag"), - "HandGrenade", - "SmokeShell" - }; - weapons[] = {"UAG_M200v2_LRPS", "Throw", "Put"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp deleted file mode 100644 index 035eb8c..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/UAG_Survivor_Black_Splinter.hpp +++ /dev/null @@ -1,20 +0,0 @@ -class CfgVehicles { - class B_Survivor_F; - - class UAG_Survivor_Black_Splinter: B_Survivor_F { - displayName = "Survivor"; - faction = "UAG"; - vehicleClass = "Combat_Contractors_Black_Splinter"; - editorSubcategory = "Combat_Contractors_Black_Splinter"; - linkedItems[] = { - commonLinkedItems - }; - uniformClass = "UAG_Combat_Fatigues_Black_Splinter"; - - // abilities - engineer = 1; - canDeactivateMines = 1; - attendant = 1; - uavHacker = 1; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp deleted file mode 100644 index b6e7b21..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/Combat_Contractors_Black_Splinter/_index.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "UAG_Survivor_Black_Splinter.hpp" -#include "UAG_Contractor_Black_Splinter.hpp" -#include "UAG_Grenadier_Black_Splinter.hpp" -#include "UAG_Marksman_Black_Splinter.hpp" -#include "UAG_Autorifleman_Black_Splinter.hpp" -#include "UAG_Machinegunner_Black_Splinter.hpp" -#include "UAG_Sniper_Black_Splinter.hpp" -#include "UAG_Raider_Black_Splinter.hpp" -#include "UAG_Pointman_Black_Splinter.hpp" -#include "UAG_Crewman_Black_Splinter.hpp" -#include "UAG_Pilot_Black_Splinter.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp deleted file mode 100644 index aeea631..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Units/_index.hpp +++ /dev/null @@ -1 +0,0 @@ -#include "Combat_Contractors_Black_Splinter/_index.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp deleted file mode 100644 index 9d4dd5f..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_BASE/config.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class Offroad_01_military_base_F; - - class UAG_Offroad_BASE: Offroad_01_military_base_F { - scope = private; - displayName = "Offroad"; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - textureList[] = {}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp deleted file mode 100644 index 71d71c1..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/config.hpp +++ /dev/null @@ -1,9 +0,0 @@ -class CfgVehicles { - class UAG_Offroad_BASE; - - class UAG_Offroad_Black: UAG_Offroad_BASE { - scope = public; - displayName = "Offroad (Black)"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa deleted file mode 100644 index 84a4bb0..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png deleted file mode 100644 index c875724..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black/offroad_01_ext_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp deleted file mode 100644 index f523a9e..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/config.hpp +++ /dev/null @@ -1,9 +0,0 @@ -class CfgVehicles { - class UAG_Offroad_BASE; - - class UAG_Offroad_Black_Splinter: UAG_Offroad_BASE { - scope = public; - displayName = "Offroad (Black Splinter)"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black_Splinter\offroad_01_ext_eaf_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black_Splinter\offroad_01_ext_eaf_co_uag.paa"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa deleted file mode 100644 index 77037fc..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png deleted file mode 100644 index 5bc59f2..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Black_Splinter/offroad_01_ext_eaf_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp deleted file mode 100644 index 594d87f..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_BASE/config.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class Offroad_01_military_comms_base_F; - - class UAG_Offroad_Comms_BASE: Offroad_01_military_comms_base_F { - scope = private; - displayName = "Offroad (Comms)"; - crew = "UAG_Contractor_Black_Splinter"; - faction = "UAG"; - side = 1; - textureList[] = {}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp deleted file mode 100644 index e5e4ad8..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/config.hpp +++ /dev/null @@ -1,9 +0,0 @@ -class CfgVehicles { - class UAG_Offroad_Comms_BASE; - - class UAG_Offroad_Comms_Black: UAG_Offroad_Comms_BASE { - scope = public; - displayName = "Offroad (Comms, Black)"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Black\offroad_01_ext_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Offroad_Comms_Black\offroad_01_cover_blk_co_uag.paa"}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa deleted file mode 100644 index 603ab50..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png deleted file mode 100644 index de2dd48..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Offroad_Comms_Black/offroad_01_cover_blk_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp deleted file mode 100644 index aaf3f8b..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_BASE/config.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class LT_01_AA_base_F; - - class UAG_Wiesel_AA_BASE: LT_01_AA_base_F { - scope = private; - displayName = "Wiesel (AA)"; - crew = "UAG_Crewman_Black_Splinter"; - faction = "UAG"; - side = 1; - textureList[] = {}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp deleted file mode 100644 index 8fda883..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AA_Black/config.hpp +++ /dev/null @@ -1,14 +0,0 @@ -class CfgVehicles { - class UAG_Wiesel_AA_BASE; - - class UAG_Wiesel_AA_Black: UAG_Wiesel_AA_BASE { - scope = public; - displayName = "Wiesel (AA, Black)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_main_olive_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_AT_Black\lt_01_at_olive_co_uag.paa", - "", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\cage_olive_co_uag.paa" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp deleted file mode 100644 index c5d4c4b..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_BASE/config.hpp +++ /dev/null @@ -1,12 +0,0 @@ -class CfgVehicles { - class LT_01_AT_base_F; - - class UAG_Wiesel_AT_BASE: LT_01_AT_base_F { - scope = private; - displayName = "Wiesel (AT)"; - crew = "UAG_Crewman_Black_Splinter"; - faction = "UAG"; - side = 1; - textureList[] = {}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp deleted file mode 100644 index 928b34a..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/config.hpp +++ /dev/null @@ -1,14 +0,0 @@ -class CfgVehicles { - class UAG_Wiesel_AT_BASE; - - class UAG_Wiesel_AT_Black: UAG_Wiesel_AT_BASE { - scope = public; - displayName = "Wiesel (AT, Black)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_main_olive_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_AT_Black\lt_01_at_olive_co_uag.paa", - "", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\cage_olive_co_uag.paa" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa deleted file mode 100644 index cfa77df..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png deleted file mode 100644 index ccae0f6..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_AT_Black/lt_01_at_olive_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp deleted file mode 100644 index abdc600..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_BASE/config.hpp +++ /dev/null @@ -1,13 +0,0 @@ -class CfgVehicles { - class LT_01_cannon_base_F; - - class UAG_Wiesel_Cannon_BASE: LT_01_cannon_base_F { - scope = private; - displayName = "Wiesel (Cannon)"; - crew = "UAG_Crewman_Black_Splinter"; - faction = "UAG"; - side = 1; - textureList[] = {}; - animationList[] = {"showTools",1,"showCamonetHull",0,"showBags",1,"showSLATHull",1}; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa deleted file mode 100644 index 13b3f2a..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png deleted file mode 100644 index 15831a1..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/cage_olive_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp deleted file mode 100644 index 4aee85c..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/config.hpp +++ /dev/null @@ -1,14 +0,0 @@ -class CfgVehicles { - class UAG_Wiesel_Cannon_BASE; - - class UAG_Wiesel_Cannon_Black: UAG_Wiesel_Cannon_BASE { - scope = public; - displayName = "Wiesel (Cannon, Black)"; - hiddenSelectionsTextures[] = { - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_main_olive_co_uag.paa", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\lt_01_cannon_olive_co_uag.paa", - "", - "\z\UAG_Units\addons\uag_units_uag\Vehicles\UAG_Wiesel_Cannon_Black\cage_olive_co_uag.paa" - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa deleted file mode 100644 index 917ab8f..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png deleted file mode 100644 index 230f93d..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_cannon_olive_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa deleted file mode 100644 index 742e348..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png deleted file mode 100644 index d859459..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/UAG_Wiesel_Cannon_Black/lt_01_main_olive_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp deleted file mode 100644 index c18d9da..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Vehicles/_index.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "UAG_Offroad_BASE/config.hpp" -#include "UAG_Offroad_Black/config.hpp" -#include "UAG_Offroad_Black_Splinter/config.hpp" -#include "UAG_Offroad_Comms_BASE/config.hpp" -#include "UAG_Offroad_Comms_Black/config.hpp" -#include "UAG_Wiesel_Cannon_BASE/config.hpp" -#include "UAG_Wiesel_Cannon_Black/config.hpp" -#include "UAG_Wiesel_AT_BASE/config.hpp" -#include "UAG_Wiesel_AT_Black/config.hpp" -#include "UAG_Wiesel_AA_BASE/config.hpp" -#include "UAG_Wiesel_AA_Black/config.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp deleted file mode 100644 index 0d1be56..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_M200v2.hpp +++ /dev/null @@ -1,17 +0,0 @@ -class CfgWeapons { - class srifle_LRR_F; - - class UAG_M200v2: srifle_LRR_F { - displayName = "UAG M200v2"; - baseWeapon = "UAG_M200v2"; - }; - - class UAG_M200v2_LRPS: UAG_M200v2 { - class LinkedItems { - class LinkedItemsOptic { - slot = "CowsSlot"; - item = "optic_lrps"; - }; - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp deleted file mode 100644 index 1931ee1..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_MSBS65v2.hpp +++ /dev/null @@ -1,49 +0,0 @@ -class CfgWeapons { - class arifle_MSBS65_black_f; - - class UAG_MSBS65v2: arifle_MSBS65_black_f { - displayName = "UAG MSBS65v2"; - baseWeapon = "UAG_MSBS65v2"; - }; - - class UAG_MSBS65v2_ModularSight: UAG_MSBS65v2 { - class LinkedItems { - class LinkedItemsOptic { - slot = "CowsSlot"; - item = "optic_ico_01_black_f"; - }; - }; - }; - - class arifle_MSBS65_UBS_black_F; - - class UAG_MSBS65v2_UBS: arifle_MSBS65_UBS_black_F { - displayName = "UAG MSBS65v2 (UBS)"; - baseWeapon = "UAG_MSBS65v2_UBS"; - }; - - class UAG_MSBS65v2_UBS_Holo: UAG_MSBS65v2_UBS { - class LinkedItems { - class LinkedItemsOptic { - slot = "CowsSlot"; - item = "optic_holosight_blk_f"; - }; - }; - }; - - class arifle_MSBS65_GL_black_F; - - class UAG_MSBS65v2_GL: arifle_MSBS65_GL_black_F { - displayName = "UAG MSBS65v2 (GL)"; - baseWeapon = "UAG_MSBS65v2_GL"; - }; - - class UAG_MSBS65v2_GL_ModularSight: UAG_MSBS65v2_GL { - class LinkedItems { - class LinkedItemsOptic { - slot = "CowsSlot"; - item = "optic_ico_01_black_f"; - }; - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp deleted file mode 100644 index 868bd75..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/UAG_SIG556v2.hpp +++ /dev/null @@ -1,17 +0,0 @@ -class CfgWeapons { - class srifle_DMR_03_F; - - class UAG_SIG556v2: srifle_DMR_03_F { - displayName = "UAG SIG556v2"; - baseWeapon = "UAG_SIG556v2"; - }; - - class UAG_SIG556v2_Pitbull: UAG_SIG556v2 { - class LinkedItems { - class LinkedItemsOptic { - slot = "CowsSlot"; - item = "optic_mrco"; - }; - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp deleted file mode 100644 index a79d346..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/Weapons/_index.hpp +++ /dev/null @@ -1,3 +0,0 @@ -#include "UAG_MSBS65v2.hpp" -#include "UAG_SIG556v2.hpp" -#include "UAG_M200v2.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/config.cpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/config.cpp deleted file mode 100644 index 95a3aa6..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/config.cpp +++ /dev/null @@ -1,46 +0,0 @@ -class CfgPatches { - class uag_units_uag { - authors[] = {"zuedev"}; - authorUrl = "https://uagpmc.com"; - name = "uag_units_uag"; - requiredAddons[] = { - "A3_Characters_F", - "A3_Characters_F_Exp", - "A3_Characters_F_Exp_Headgear", - "A3_Characters_F_Orange_Headgear", - "A3_Characters_F_Enoch", - "A3_Soft_F_Offroad_01", - "A3_Soft_F_Enoch_Offroad_01" - }; - requiredVersion = 2.16; - units[] = { - "UAG_Survivor_Black_Splinter", - "UAG_Contractor_Black_Splinter", - "UAG_Grenadier_Black_Splinter", - "UAG_Marksman_Black_Splinter", - "UAG_Autorifleman_Black_Splinter", - "UAG_Machinegunner_Black_Splinter", - "UAG_Sniper_Black_Splinter", - "UAG_Raider_Black_Splinter", - "UAG_Pointman_Black_Splinter", - "UAG_Crewman_Black_Splinter", - "UAG_Pilot_Black_Splinter", - "UAG_Offroad_Black", - "UAG_Offroad_Black_Splinter", - "UAG_Offroad_Comms_Black", - "UAG_Wiesel_AA_Black", - "UAG_Wiesel_AT_Black", - "UAG_Wiesel_Cannon_Black" - }; - weapons[] = {}; - }; -}; - -#include "\z\UAG_Units\addons\uag_units_core\macros.hpp" -#include "CfgFactionClasses.hpp" -#include "CfgVehicleClasses.hpp" -#include "CfgEditorSubcategories.hpp" -#include "Gear/_index.hpp" -#include "Units/_index.hpp" -#include "Weapons/_index.hpp" -#include "Vehicles/_index.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp deleted file mode 100644 index 7317e40..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/config.hpp +++ /dev/null @@ -1,17 +0,0 @@ -/* UAG Balaclava - * Based on: G_Balaclava_TI_tna_F - * From: A3_Characters_F_Exp - * Changes: - * - Weightless -*/ - -class CfgGlasses { - class G_Balaclava_TI_tna_F; - - class UAG_Balaclava: G_Balaclava_TI_tna_F { - displayName = "UAG Balaclava"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava\g_balaclava_ti_tna_f_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava\icon_G_Balaclava_TI_tna_F_ca_uag.paa"; - mass = 0; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa deleted file mode 100644 index d77d517..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png deleted file mode 100644 index 457f3bc..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/g_balaclava_ti_tna_f_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa deleted file mode 100644 index 5706706..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png deleted file mode 100644 index 7e08f65..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava/icon_g_balaclava_ti_tna_f_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp deleted file mode 100644 index eef20a1..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/config.hpp +++ /dev/null @@ -1,17 +0,0 @@ -/* UAG Balaclava + Combat Goggles - * Based on: G_Balaclava_TI_G_tna_F - * From: A3_Characters_F_Exp - * Changes: - * - Weightless -*/ - -class CfgGlasses { - class G_Balaclava_TI_G_tna_F; - - class UAG_Balaclava_With_Combat_Goggles: G_Balaclava_TI_G_tna_F { - displayName = "UAG Balaclava + Combat Goggles"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava_With_Combat_Goggles\g_balaclava_ti_tna_f_co_uag.paa","\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava_With_Combat_Goggles\g_combat_goggles_tna_f_ca_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Balaclava_With_Combat_Goggles\icon_g_balaclava_ti_g_tna_f_ca_uag.paa"; - mass = 0; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa deleted file mode 100644 index d77d517..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png deleted file mode 100644 index 457f3bc..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_balaclava_ti_tna_f_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa deleted file mode 100644 index 2783a47..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png deleted file mode 100644 index 888fe26..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa deleted file mode 100644 index 6f13aca..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png deleted file mode 100644 index 4e3313b..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Balaclava_With_Combat_Goggles/icon_g_balaclava_ti_g_tna_f_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa deleted file mode 100644 index e79c5d0..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png deleted file mode 100644 index 8e7df92..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/cbrn_suit_01_eaf_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp deleted file mode 100644 index a46cf61..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/config.hpp +++ /dev/null @@ -1,36 +0,0 @@ -/* UAG CBRN Fatigues - * Based on: U_I_E_CBRN_Suit_01_EAF_F - * From: A3_Characters_F_Enoch - * Changes: - * - Weightless - */ - -class CfgWeapons { - class U_I_E_CBRN_Suit_01_EAF_F; - - class UAG_CBRN_Fatigues_PARENTPROXY: U_I_E_CBRN_Suit_01_EAF_F { - scope = private; - class ItemInfo; - }; - - class UAG_CBRN_Fatigues: UAG_CBRN_Fatigues_PARENTPROXY { - scope = public; - displayName = "UAG CBRN Fatigues"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\CBRN_Suit_01_EAF_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\icon_U_I_E_CBRN_Suit_01_EAF_F_ca_uag.paa"; - - class ItemInfo: ItemInfo { - mass = 0; - uniformClass = "UAG_CBRN_Fatigues_Soldier"; - }; - }; -}; - -class CfgVehicles { - class I_E_CBRN_Man_Oversuit_01_EAF_F; - - class UAG_CBRN_Fatigues_Soldier: I_E_CBRN_Man_Oversuit_01_EAF_F { - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\CBRN_Suit_01_EAF_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_CBRN_Fatigues\icon_U_I_E_CBRN_Suit_01_EAF_F_ca_uag.paa"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa deleted file mode 100644 index c7beba3..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png deleted file mode 100644 index 3d8785b..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_CBRN_Fatigues/icon_u_i_e_cbrn_suit_01_eaf_f_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa deleted file mode 100644 index fc8be7e..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png deleted file mode 100644 index cd4faff..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/clothing1_mtp_urban_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp deleted file mode 100644 index 936decf..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/config.hpp +++ /dev/null @@ -1,38 +0,0 @@ -/* UAG Combat Fatigues (Black Splinter) - * Based on: U_B_CTRG_Soldier_urb_1_F - * From: A3_Characters_F - * Changes: - * - Double storage - * - Weightless - */ - -class CfgWeapons { - class U_B_CTRG_Soldier_urb_1_F; - - class UAG_Combat_Fatigues_Black_Splinter_PARENTPROXY: U_B_CTRG_Soldier_urb_1_F { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Fatigues_Black_Splinter: UAG_Combat_Fatigues_Black_Splinter_PARENTPROXY { - scope = public; - displayName = "UAG Combat Fatigues (Black Splinter)"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\clothing1_mtp_urban_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; - - class ItemInfo: ItemInfo { - containerClass = "Supply80"; - mass = 0; - uniformClass = "UAG_Combat_Fatigues_Black_Splinter_Soldier"; - }; - }; -}; - -class CfgVehicles { - class B_CTRG_Soldier_urb_1_F; - - class UAG_Combat_Fatigues_Black_Splinter_Soldier: B_CTRG_Soldier_urb_1_F { - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\clothing1_mtp_urban_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_Black_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa deleted file mode 100644 index f6dd8e3..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png deleted file mode 100644 index c9b2e15..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_Black_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa deleted file mode 100644 index 96f43c9..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png deleted file mode 100644 index 82dd3be..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/clothing1_mtp_urban_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp deleted file mode 100644 index 688a398..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/config.hpp +++ /dev/null @@ -1,30 +0,0 @@ -class CfgWeapons { - class U_B_CTRG_Soldier_urb_1_F; - - class UAG_Combat_Fatigues_White_Splinter_PARENTPROXY: U_B_CTRG_Soldier_urb_1_F { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Fatigues_White_Splinter: UAG_Combat_Fatigues_White_Splinter_PARENTPROXY { - scope = public; - displayName = "UAG Combat Fatigues (White Splinter)"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\clothing1_mtp_urban_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; - - class ItemInfo: ItemInfo { - containerClass = "Supply80"; - mass = 0; - uniformClass = "UAG_Combat_Fatigues_White_Splinter_Soldier"; - }; - }; -}; - -class CfgVehicles { - class B_CTRG_Soldier_urb_1_F; - - class UAG_Combat_Fatigues_White_Splinter_Soldier: B_CTRG_Soldier_urb_1_F { - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\clothing1_mtp_urban_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Fatigues_White_Splinter\icon_U_B_CTRG_Soldier_urb_1_F_ca_uag.paa"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa deleted file mode 100644 index 4e45bbf..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png deleted file mode 100644 index e2934db..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Fatigues_White_Splinter/icon_u_b_ctrg_soldier_urb_1_f_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp deleted file mode 100644 index d7ba804..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/config.hpp +++ /dev/null @@ -1,17 +0,0 @@ -/* UAG Combat Goggles - * Based on: G_Combat_Goggles_tna_F - * From: A3_Characters_F_Exp - * Changes: - * - Weightless -*/ - -class CfgGlasses { - class G_Combat_Goggles_tna_F; - - class UAG_Combat_Goggles: G_Combat_Goggles_tna_F { - displayName = "UAG Combat Goggles"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Goggles\g_combat_goggles_tna_f_ca_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Goggles\icon_g_combat_goggles_tna_f_ca_uag.paa"; - mass = 0; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa deleted file mode 100644 index 2783a47..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png deleted file mode 100644 index 888fe26..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/g_combat_goggles_tna_f_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa deleted file mode 100644 index 8169ce2..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png deleted file mode 100644 index c4d64db..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Goggles/icon_g_combat_goggles_tna_f_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp deleted file mode 100644 index 288647c..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/config.hpp +++ /dev/null @@ -1,49 +0,0 @@ -/* UAG Combat Helmet - Heavy - * Based on: H_HelmetB_TI_tna_F - * From: A3_Characters_F_Exp_Headgear - * Changes: - * - Perfect hearing protection - * - Half weight - * - Double armour hitpoints - * - 5% pass-through - */ - -class CfgWeapons { - class HitpointsProtectionInfo; - class Head; - class Face; - - class H_HelmetB_TI_tna_F; - - class H_HelmetB_TI_tna_F_PROXY: H_HelmetB_TI_tna_F { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Helmet_Heavy: H_HelmetB_TI_tna_F_PROXY { - _generalMacro = "UAG_Combat_Helmet_Heavy"; - scope = public; - displayName = "UAG Combat Helmet - Heavy"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Heavy\h_helmetb_ti_tna_f_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Heavy\icon_h_helmetb_ti_tna_f_ca_uag.paa"; - - ace_hearing_protection = 1; - ace_hearing_lowerVolume = 0; - - class ItemInfo: ItemInfo { - mass = 15; - modelSides[] = {3,2,1,0}; - - class HitpointsProtectionInfo: HitpointsProtectionInfo { - class Head: Head { - armor = 12; - passThrough = 0.05; - }; - class Face: Face { - armor = 8; - passThrough = 0.05; - }; - }; - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa deleted file mode 100644 index 4522c8a..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png deleted file mode 100644 index b8d933f..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/h_helmetb_ti_tna_f_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa deleted file mode 100644 index da65028..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png deleted file mode 100644 index 4f2d5a2..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Heavy/icon_h_helmetb_ti_tna_f_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp deleted file mode 100644 index 374cfaf..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/config.hpp +++ /dev/null @@ -1,27 +0,0 @@ -/* UAG Combat Helmet - Light - * Based on: H_HelmetB_black - * From: A3_Characters_F - * Changes: - * - Weightless - */ - -class CfgWeapons { - class H_HelmetB_black; - - class UAG_Combat_Helmet_Light_PROXY: H_HelmetB_black { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Helmet_Light: UAG_Combat_Helmet_Light_PROXY { - _generalMacro = "UAG_Combat_Helmet_Light"; - scope = public; - displayName = "UAG Combat Helmet - Light"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Light\equip1_black_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Light\icon_H_HelmetB_black_ca_uag.paa"; - - class ItemInfo: ItemInfo { - mass = 0; - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa deleted file mode 100644 index 723e7a0..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png deleted file mode 100644 index 32a6419..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/equip1_black_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa deleted file mode 100644 index 74cf58e..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png deleted file mode 100644 index ae8267f..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Light/icon_h_helmetb_black_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp deleted file mode 100644 index 8e83086..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/config.hpp +++ /dev/null @@ -1,23 +0,0 @@ -/* UAG Combat Helmet - Medium - * Based on: H_PASGT_basic_blue_press_F - * From: A3_Characters_F_Orange_Headgear - * Changes: - * - ??? - */ - -class CfgWeapons { - class H_PASGT_basic_blue_press_F; - - class UAG_Combat_Helmet_Medium_PROXY: H_PASGT_basic_blue_press_F { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Helmet_Medium: UAG_Combat_Helmet_Medium_PROXY { - _generalMacro = "UAG_Combat_Helmet_Medium"; - scope = public; - displayName = "UAG Combat Helmet - Medium"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium\H_PASGT_blue_press_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium\icon_H_PASGT_basic_blue_press_CA_uag.paa"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa deleted file mode 100644 index 87ce885..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png deleted file mode 100644 index c0b7cd3..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/h_pasgt_blue_press_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa deleted file mode 100644 index def0a67..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png deleted file mode 100644 index 700f6e7..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium/icon_h_pasgt_basic_blue_press_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp deleted file mode 100644 index e907926..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/config.hpp +++ /dev/null @@ -1,23 +0,0 @@ -/* UAG Combat Helmet - Medium + Neckshield - * Based on: H_PASGT_neckprot_blue_press_F - * From: A3_Characters_F_Orange_Headgear - * Changes: - * - ??? - */ - -class CfgWeapons { - class H_PASGT_neckprot_blue_press_F; - - class UAG_Combat_Helmet_Medium_Neckshield_PROXY: H_PASGT_neckprot_blue_press_F { - scope = private; - class ItemInfo; - }; - - class UAG_Combat_Helmet_Medium_Neckshield: UAG_Combat_Helmet_Medium_Neckshield_PROXY { - _generalMacro = "UAG_Combat_Helmet_Medium_Neckshield"; - scope = public; - displayName = "UAG Combat Helmet - Medium + Neckshield"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium_Neckshield\H_PASGT_blue_press_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Combat_Helmet_Medium_Neckshield\icon_H_PASGT_neckprot_blue_press_CA_uag.paa"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa deleted file mode 100644 index 87ce885..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png deleted file mode 100644 index c0b7cd3..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/h_pasgt_blue_press_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa deleted file mode 100644 index cfbebce..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png deleted file mode 100644 index 959a46c..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Combat_Helmet_Medium_Neckshield/icon_h_pasgt_neckprot_blue_press_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp deleted file mode 100644 index 16fc5c8..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/config.hpp +++ /dev/null @@ -1,27 +0,0 @@ -/* UAG FAST Helmet - * Based on: H_HelmetB_light_black - * From: A3_Characters_F - * Changes: - * - Weightless - */ - -class CfgWeapons { - class H_HelmetB_light_black; - - class UAG_FAST_Helmet_PROXY: H_HelmetB_light_black { - scope = private; - class ItemInfo; - }; - - class UAG_FAST_Helmet: UAG_FAST_Helmet_PROXY { - _generalMacro = "UAG_FAST_Helmet"; - scope = public; - displayName = "UAG FAST Helmet"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_FAST_Helmet\equip1_black_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_FAST_Helmet\icon_H_HelmetB_light_black_ca_uag.paa"; - - class ItemInfo: ItemInfo { - mass = 0; - }; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa deleted file mode 100644 index 723e7a0..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png deleted file mode 100644 index 32a6419..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/equip1_black_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa deleted file mode 100644 index 5948226..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png deleted file mode 100644 index 47ffc05..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_FAST_Helmet/icon_h_helmetb_light_black_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa deleted file mode 100644 index 8c6e271..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png deleted file mode 100644 index 74cd4e2..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/carrier_gl_rig_blk_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp deleted file mode 100644 index 08f0d66..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/config.hpp +++ /dev/null @@ -1,15 +0,0 @@ -class CfgWeapons { - class V_PlateCarrierSpec_blk; - - class UAG_Plate_Carrier_Heavy_PROXY: V_PlateCarrierSpec_blk { - scope = private; - class ItemInfo; - }; - - class UAG_Plate_Carrier_Heavy: UAG_Plate_Carrier_Heavy_PROXY { - scope = public; - displayName = "UAG Plate Carrier - Heavy"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Heavy\carrier_gl_rig_blk_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Heavy\icon_carrier_spec_rig_blk_uag.paa"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa deleted file mode 100644 index f40c852..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png deleted file mode 100644 index adcc34d..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Heavy/icon_carrier_spec_rig_blk_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp deleted file mode 100644 index 99b8efb..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/config.hpp +++ /dev/null @@ -1,54 +0,0 @@ -/* UAG Plate Carrier - Light - * Based on: V_PlateCarrier1_blk - * From: A3_Characters_F - * Changes: - * - Double storage - * - Quarter weight - * - Double armour hitpoints - */ - -class CfgWeapons { - class HitpointsProtectionInfo; - class Abdomen; - class Chest; - class Diaphragm; - - class V_PlateCarrier1_blk; - - class UAG_Plate_Carrier_Light_PARENTPROXY: V_PlateCarrier1_blk { - scope = private; - class ItemInfo; - }; - - class UAG_Plate_Carrier_Light: UAG_Plate_Carrier_Light_PARENTPROXY { - scope = public; - displayName = "UAG Plate Carrier - Light"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Light\vests_blk_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Light\icon_v_platecarrier1_blk_ca_uag.paa"; - - class ItemInfo: ItemInfo { - containerClass = "UAG_Plate_Carrier_Light_ContainerClass"; - mass = 20; - - class HitpointsProtectionInfo: HitpointsProtectionInfo { - class Abdomen: Abdomen { - armor = 32; - }; - class Chest: Chest { - armor = 32; - }; - class Diaphragm: Diaphragm { - armor = 32; - }; - }; - }; - }; -}; - -class CfgVehicles { - class Supply0; - - class UAG_Plate_Carrier_Light_ContainerClass: Supply0 { - maximumLoad = 280; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa deleted file mode 100644 index cb1762c..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png deleted file mode 100644 index 5f0c16f..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/icon_v_platecarrier1_blk_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa deleted file mode 100644 index d243050..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png deleted file mode 100644 index 6d89388..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Light/vests_blk_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp deleted file mode 100644 index 4584ab2..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/config.hpp +++ /dev/null @@ -1,15 +0,0 @@ -class CfgWeapons { - class V_PlateCarrier2_blk; - - class UAG_Plate_Carrier_Medium_PROXY: V_PlateCarrier2_blk { - scope = private; - class ItemInfo; - }; - - class UAG_Plate_Carrier_Medium: UAG_Plate_Carrier_Medium_PROXY { - scope = public; - displayName = "UAG Plate Carrier - Medium"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Medium\vests_blk_co_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Plate_Carrier_Medium\icon_V_plate_carrier_2_blk_CA_uag.paa"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa deleted file mode 100644 index e965b38..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png deleted file mode 100644 index 4f6c126..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/icon_v_plate_carrier_2_blk_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa deleted file mode 100644 index d243050..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png deleted file mode 100644 index 6d89388..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Plate_Carrier_Medium/vests_blk_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp deleted file mode 100644 index 9dfba28..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/config.hpp +++ /dev/null @@ -1,36 +0,0 @@ -/* UAG Track Suit - * Based on: U_O_R_Gorka_01_F - * From: A3_Characters_F_Enoch - * Changes: - * - Weightless - */ - -class CfgWeapons { - class U_I_E_CBRN_Suit_01_EAF_F; - - class UAG_Track_Suit_PARENTPROXY: U_I_E_CBRN_Suit_01_EAF_F { - scope = private; - class ItemInfo; - }; - - class UAG_Track_Suit: UAG_Track_Suit_PARENTPROXY { - scope = public; - displayName = "UAG Track Suit"; - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\Gorka_01_Khaki_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\icon_U_O_R_Gorka_01_F_ca_uag.paa"; - - class ItemInfo: ItemInfo { - mass = 0; - uniformClass = "UAG_Track_Suit_Soldier"; - }; - }; -}; - -class CfgVehicles { - class O_R_Gorka_F; - - class UAG_Track_Suit_Soldier: O_R_Gorka_F { - hiddenSelectionsTextures[] = {"\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\Gorka_01_Khaki_CO_uag.paa"}; - picture = "\z\UAG_Units\addons\uag_units_uag\Gear\UAG_Track_Suit\icon_U_O_R_Gorka_01_F_ca_uag.paa"; - }; -}; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa deleted file mode 100644 index 9fd9d9b..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png deleted file mode 100644 index 30622a7..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/gorka_01_khaki_co_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa deleted file mode 100644 index f1e8aaa..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png deleted file mode 100644 index d15bf4a..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/UAG_Track_Suit/icon_u_o_r_gorka_01_f_ca_uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp b/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp deleted file mode 100644 index bc21c78..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/addons/uag_units_uag/gear/_index.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#include "UAG_Combat_Fatigues_Black_Splinter/config.hpp" -#include "UAG_Combat_Fatigues_White_Splinter/config.hpp" -#include "UAG_Plate_Carrier_Light/config.hpp" -#include "UAG_Plate_Carrier_Medium/config.hpp" -#include "UAG_Plate_Carrier_Heavy/config.hpp" -#include "UAG_Combat_Helmet_Heavy/config.hpp" -#include "UAG_Combat_Goggles/config.hpp" -#include "UAG_Balaclava/config.hpp" -#include "UAG_Balaclava_With_Combat_Goggles/config.hpp" -#include "UAG_Combat_Helmet_Light/config.hpp" -#include "UAG_Combat_Helmet_Medium/config.hpp" -#include "UAG_Combat_Helmet_Medium_Neckshield/config.hpp" -#include "UAG_FAST_Helmet/config.hpp" -#include "UAG_CBRN_Fatigues/config.hpp" -#include "UAG_Track_Suit/config.hpp" \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/files/uag.paa b/communities/unnamed-arma-group/mods/UAG_Units/files/uag.paa deleted file mode 100644 index c181130..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/files/uag.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/files/uag.png b/communities/unnamed-arma-group/mods/UAG_Units/files/uag.png deleted file mode 100644 index 970b3f5..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/files/uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/files/uag_hover.paa b/communities/unnamed-arma-group/mods/UAG_Units/files/uag_hover.paa deleted file mode 100644 index 5632104..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/files/uag_hover.paa and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/files/uag_hover.png b/communities/unnamed-arma-group/mods/UAG_Units/files/uag_hover.png deleted file mode 100644 index 1b79bc2..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/files/uag_hover.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/mod.cpp b/communities/unnamed-arma-group/mods/UAG_Units/mod.cpp deleted file mode 100644 index b1d926a..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/mod.cpp +++ /dev/null @@ -1,10 +0,0 @@ -name = "UAG Units"; -author = "UAG Development Team"; -logo = "files\uag.paa"; -logoOver = "files\uag_hover.paa"; -tooltip = "UAG Units"; -tooltipOwned = "UAG Units"; -actionName = "Website"; -action = "https://uagpmc.com"; -overview = "UAG Units is a mod that adds new units to the game."; -logoSmall = "files\uag.paa"; \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/description.txt b/communities/unnamed-arma-group/mods/UAG_Units/steam/description.txt deleted file mode 100644 index b0b64b9..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/steam/description.txt +++ /dev/null @@ -1,62 +0,0 @@ -[h1]What is this?[/h1] - -A mod that adds new units to Arma 3, specifically designed for use in UAGPMC operations. - -[h1]What does it do?[/h1] - -This mod adds the following to Arma 3: - -[list] - [*][b]UAGPMC Infantry:[/b] From riflemen to squad leaders, these units are equipped with modern weapons and gear to help them complete their missions whilst competing with any other conventional military force. - [*][b]UAGPMC Offroad:[/b] A light offroad vehicle used by UAGPMC forces for reconnaissance and transport duties. - [*][b]UAGPMC Wiesel:[/b] Coming in AT, AA, and Cannon variants, the UAGPMC Wiesel is a highly-mobile armored vehicle used by UAGPMC forces to bolster the firepower of their infantry. -[/list] - -[h2]What is this compatible with?[/h2] - -If [url=https://store.steampowered.com/app/2647760/Arma_3_Creator_DLC_Reaction_Forces/]Reaction Forces Creator DLC[/url] is loaded, this mod also adds the following: - -[list] - [*][b]UAGPMC Cougar Gunship:[/b] A UAGPMC-styled variant of the LDF's "Cougar" armed utility helicopter. Upgraded with a full complement of advanced sensors and weapons, the Cougar Gunship is a versatile and deadly platform capable of providing close air support, reconnaissance, and transport capabilities. - [*][b]UAGPMC Moose Pickups:[/b] A set of UAGPMC-styled variants of the LDF's "Moose" light utility vehicle. These vehicles are lightly armored and armed with a variety of weapons, making them ideal for a range of operations. Each variant has an up-armoured version for use in more hostile environments. -[/list] - -If [url=https://store.steampowered.com/app/1681170/Arma_3_Creator_DLC_Western_Sahara/]Western Sahara Creator DLC[/url] is loaded, this mod also adds the following: - -[list] - [*][b]UAGPMC PO-30 Orca UP:[/b] A UAGPMC-styled variant of the Russian "PO-30 Orca" armed helicopter outfitted with modern, lightweight armor plates to protect against incoming small arms fire. -[/list] - -If [url=https://steamcommunity.com/workshop/filedetails/?id=463939057]ACE3[/url] is loaded, this mod also adds the following: - -[list] - [*][b]ACE Medical Items:[/b] UAG Units now use ACE medical items instead of vanilla medical items. -[/list] - -If [url=https://steamcommunity.com/workshop/filedetails/?id=751965892]ACRE[/url] is loaded, this mod also adds the following: - -[list] - [*][b]ACRE Radio Items:[/b] UAG Units now come equipped with ACRE radios depending on their role. -[/list] - -If [url=https://steamcommunity.com/workshop/filedetails/?id=2262006564]cTab 1erGTD[/url] is loaded, this mod also adds the following: - -[list] - [*][b]cTab Items:[/b] UAG Units now come equipped with cTab items. -[/list] - -[h1]How do I use it?[/h1] - -This mod is designed to be used in UAGPMC operations, but can be used in any Arma 3 scenario. To use this mod, simply subscribe to it and enable it in the Arma 3 launcher. - -[h1]I found a bug! What do I do?[/h1] - -Please report any bugs or issues you encounter to the [url=https://github.com/uagpmc/arma3/issues]GitHub issue tracker[/url]. Be sure to include as much detail as possible, including any error messages or screenshots you can provide. - -[h1]How does this work? Can I contribute?[/h1] - -You can view the source code and contribute to the project on the [url=https://github.com/uagpmc/arma3/tree/main/mods/UAG_Units]GitHub repository[/url]. - -[h1]License[/h1] - -This mod is open-source and licensed under the [url=https://github.com/uagpmc/arma3/blob/main/LICENSE]Unlicense[/url], a license with no conditions whatsoever which dedicates works to the public domain. You are free to use, modify, and distribute this mod in any way you see fit. \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/image.png b/communities/unnamed-arma-group/mods/UAG_Units/steam/image.png deleted file mode 100644 index cecaf6a..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/image.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/p1.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/p1.jpg deleted file mode 100644 index 7a2ddc5..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/p1.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/p2.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/p2.jpg deleted file mode 100644 index 89edb4a..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/p2.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_image.png b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_image.png deleted file mode 100644 index 63c866c..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_image.png and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p1.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p1.jpg deleted file mode 100644 index 22caa98..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p1.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p10.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p10.jpg deleted file mode 100644 index edd8567..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p10.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p11.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p11.jpg deleted file mode 100644 index 1ca0c99..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p11.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p12.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p12.jpg deleted file mode 100644 index 215a3b3..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p12.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p2.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p2.jpg deleted file mode 100644 index 98a9527..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p2.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p3.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p3.jpg deleted file mode 100644 index f0a6694..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p3.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p4.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p4.jpg deleted file mode 100644 index b50c455..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p4.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p5.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p5.jpg deleted file mode 100644 index d7f3e2f..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p5.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p6.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p6.jpg deleted file mode 100644 index e71687b..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p6.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p7.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p7.jpg deleted file mode 100644 index 801ba61..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p7.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p8.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p8.jpg deleted file mode 100644 index 4089f21..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p8.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p9.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p9.jpg deleted file mode 100644 index 70bf0cb..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/rf_p9.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/workshop_id.txt b/communities/unnamed-arma-group/mods/UAG_Units/steam/workshop_id.txt deleted file mode 100644 index 9381c59..0000000 --- a/communities/unnamed-arma-group/mods/UAG_Units/steam/workshop_id.txt +++ /dev/null @@ -1 +0,0 @@ -3263684880 \ No newline at end of file diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_image.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_image.jpg deleted file mode 100644 index 6733062..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_image.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p1.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p1.jpg deleted file mode 100644 index 18eaa1b..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p1.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p2.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p2.jpg deleted file mode 100644 index d380bc6..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p2.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p3.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p3.jpg deleted file mode 100644 index f84790f..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p3.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p4.jpg b/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p4.jpg deleted file mode 100644 index 00ca518..0000000 Binary files a/communities/unnamed-arma-group/mods/UAG_Units/steam/ws_p4.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/uag.png b/communities/unnamed-arma-group/uag.png deleted file mode 100644 index 3fa00f4..0000000 Binary files a/communities/unnamed-arma-group/uag.png and /dev/null differ diff --git a/communities/unnamed-arma-group/website/.devcontainer/Dockerfile b/communities/unnamed-arma-group/website/.devcontainer/Dockerfile deleted file mode 100644 index de51826..0000000 --- a/communities/unnamed-arma-group/website/.devcontainer/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -FROM debian:12 \ No newline at end of file diff --git a/communities/unnamed-arma-group/website/.devcontainer/devcontainer.json b/communities/unnamed-arma-group/website/.devcontainer/devcontainer.json deleted file mode 100644 index 1933fd8..0000000 --- a/communities/unnamed-arma-group/website/.devcontainer/devcontainer.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "build": { - "dockerfile": "Dockerfile" - } -} \ No newline at end of file diff --git a/communities/unnamed-arma-group/website/README.md b/communities/unnamed-arma-group/website/README.md deleted file mode 100644 index 13e035c..0000000 --- a/communities/unnamed-arma-group/website/README.md +++ /dev/null @@ -1 +0,0 @@ -# UAG's Website diff --git a/communities/unnamed-arma-group/website/source/_redirects b/communities/unnamed-arma-group/website/source/_redirects deleted file mode 100644 index fee17b9..0000000 --- a/communities/unnamed-arma-group/website/source/_redirects +++ /dev/null @@ -1,2 +0,0 @@ -/discord https://discord.gg/pMtHWF4g7H -/discord/ /discord diff --git a/communities/unnamed-arma-group/website/source/background.png b/communities/unnamed-arma-group/website/source/background.png deleted file mode 100644 index 888fc73..0000000 Binary files a/communities/unnamed-arma-group/website/source/background.png and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/diversity.webp b/communities/unnamed-arma-group/website/source/diversity.webp deleted file mode 100644 index 5afc32f..0000000 Binary files a/communities/unnamed-arma-group/website/source/diversity.webp and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/index.html b/communities/unnamed-arma-group/website/source/index.html deleted file mode 100644 index a59a634..0000000 --- a/communities/unnamed-arma-group/website/source/index.html +++ /dev/null @@ -1,633 +0,0 @@ - - - - - - - Unnamed Arma Group | "Seriously Fun" Arma 3 Community - - - - - - - - - - - - - - - - - - - -
-
- -

Unnamed Arma Group

-
-
- - Join the Discord - - - Contractor Portal - -
-
- -
-

Enjoy Arma 3 again

-
Keep Scrolling ↘
-
- -
-

Find your place

-
-
- -
-

Wolfpack

-

- Motorized infantry (medium packs with fast-attack ground vehicles) -

-
-
-
- -
-

Talon

-

- Airborne cavalry (light-to-medium packs deployed via air units) -

-
-
-
- -
-

Sabre

-

- Heavy infantry (heavy packs and advanced infantry-deployed weapons - systems) -

-
-
-
- -
-

Anvil

-

- Defensive-fighting specialists (static emplacements, trench - warfare, etc) -

-
-
-
- -
-

Breaker

-

- Siege-assault mechanised infantry. Explosive-laden packs deployed - by highly-armoured "battle buses." -

-
-
-
- -
-

Armadillo

-

- Armoured corps. Main battle tanks and other heavy-chassis ground - assets. -

-
-
-
- -
-

Pathfinder

-

- Reconnaissance specialists. The eyes and ears of the unit armed - with high-calibre long-range rifles. -

-
-
-
- -
-

Spectre

-

- SpecOps & clandestine specialists. Infiltrators trained with - operating behind enemy lines. -

-
-
-
- -
-

Hammer

-

- Artillery division. Mortars, howitzers, missile platforms, and - even nuclear weapons. -

-
-
-
- -
-

Angel

-

- Air transport team. Utilizes fixed and rotary-wing aircraft to - deploy troops and provide logistics. -

-
-
-
- -
-

Reaper

-

- Close air support. Expert pilots and gunners entrusted with our - deadliest weapons of war. -

-
-
-
- -
-

Reclaimer

-

- Special materials acquisition/recovery team. Specialises in CBRN - and recovering anomalous assets. -

-
-
-
-
- -
-

Only 3 steps to join

-

- The process is easy, quick, and straightforward. If you qualify, you - will be contacted via Discord by a representative of the unit for a - brief interview. -

-
-
-
Apply via Discord
-
- Join our Discord server and complete the application form via - Discord's built-in system. -
-
-
-
Attend your interview
-
- A representative of the unit will contact you to schedule a brief - interview to assess your fit for the group and answer any questions - you may have. -
-
-
-
Join your first operation
-
- Once accepted, you will be invited to join your first operation with - the unit. This is where you can experience the camaraderie and - teamwork that defines our group. -
-
-
-
-

Requirements

-
-
-
18 years or older
-
- Due to the nature of our operations, we require all members to be - at least 18 years old. -
-
-
-
Working microphone
-
- All members must have a working microphone for communication - during operations. -
-
-
-
Legit copy of Arma 3
-
- A legitimate copy of Arma 3 is required to participate in our - operations. -
-
-
-
Work-ready English skills
-
- Members must have a good command of English to understand commands - and communicate effectively. -
-
-
-
Ability to work in a team
-
- Teamwork is essential in our operations, and all members must be - able to work well with others. -
-
-
-
Willingness to learn and adapt
-
- Members must be open to feedback and willing to learn new skills - to improve their performance. -
-
-
-
-
- -
- "Unnamed Arma Group" is a fictional Arma 3 community created by - Unnamed Group, a non-profit - organization dedicated to providing safe and enjoyable gaming experiences. -
- - - diff --git a/communities/unnamed-arma-group/website/source/orbat-images/angel.jpg b/communities/unnamed-arma-group/website/source/orbat-images/angel.jpg deleted file mode 100644 index 5163d8e..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/angel.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/anvil.jpg b/communities/unnamed-arma-group/website/source/orbat-images/anvil.jpg deleted file mode 100644 index 4457e5d..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/anvil.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/armadillo.jpg b/communities/unnamed-arma-group/website/source/orbat-images/armadillo.jpg deleted file mode 100644 index 8d20e5e..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/armadillo.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/breaker.jpg b/communities/unnamed-arma-group/website/source/orbat-images/breaker.jpg deleted file mode 100644 index f018457..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/breaker.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/hammer.jpg b/communities/unnamed-arma-group/website/source/orbat-images/hammer.jpg deleted file mode 100644 index 5c82619..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/hammer.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/pathfinder.jpg b/communities/unnamed-arma-group/website/source/orbat-images/pathfinder.jpg deleted file mode 100644 index 7c5565d..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/pathfinder.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/reaper.jpg b/communities/unnamed-arma-group/website/source/orbat-images/reaper.jpg deleted file mode 100644 index 7564082..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/reaper.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/reclaimer.jpg b/communities/unnamed-arma-group/website/source/orbat-images/reclaimer.jpg deleted file mode 100644 index fb18b73..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/reclaimer.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/sabre.jpg b/communities/unnamed-arma-group/website/source/orbat-images/sabre.jpg deleted file mode 100644 index 08e8c53..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/sabre.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/spectre.jpg b/communities/unnamed-arma-group/website/source/orbat-images/spectre.jpg deleted file mode 100644 index b4101df..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/spectre.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/talon.jpg b/communities/unnamed-arma-group/website/source/orbat-images/talon.jpg deleted file mode 100644 index 4ae0129..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/talon.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/orbat-images/wolfpack.jpg b/communities/unnamed-arma-group/website/source/orbat-images/wolfpack.jpg deleted file mode 100644 index da6d366..0000000 Binary files a/communities/unnamed-arma-group/website/source/orbat-images/wolfpack.jpg and /dev/null differ diff --git a/communities/unnamed-arma-group/website/source/yeet21.png b/communities/unnamed-arma-group/website/source/yeet21.png deleted file mode 100644 index 3fa00f4..0000000 Binary files a/communities/unnamed-arma-group/website/source/yeet21.png and /dev/null differ -- cgit v1.2.3