package-lock.json 161 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646
  1. {
  2. "name": "zyg-web",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "zyg-web",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@tailwindcss/vite": "^4.1.3",
  12. "axios": "^1.8.4",
  13. "element-plus": "^2.9.7",
  14. "js-cookie": "^3.0.5",
  15. "pinia": "^3.0.2",
  16. "pnpm": "^10.9.0",
  17. "qs": "^6.14.0",
  18. "tailwindcss": "^4.1.3",
  19. "unocss": "^66.1.0-beta.11",
  20. "vue-router": "^4.5.0"
  21. },
  22. "devDependencies": {
  23. "@vitejs/plugin-vue": "^5.2.3",
  24. "@vue/babel-plugin-jsx": "^1.4.0",
  25. "sass": "^1.86.3",
  26. "terser": "^5.39.0",
  27. "unplugin-auto-import": "^19.1.2",
  28. "unplugin-vue-components": "^28.5.0",
  29. "vite": "^6.2.6",
  30. "vue": "^3.5.13"
  31. }
  32. },
  33. "node_modules/@ampproject/remapping": {
  34. "version": "2.3.0",
  35. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  36. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  37. "license": "Apache-2.0",
  38. "dependencies": {
  39. "@jridgewell/gen-mapping": "^0.3.5",
  40. "@jridgewell/trace-mapping": "^0.3.24"
  41. },
  42. "engines": {
  43. "node": ">=6.0.0"
  44. }
  45. },
  46. "node_modules/@antfu/install-pkg": {
  47. "version": "1.0.0",
  48. "resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-1.0.0.tgz",
  49. "integrity": "sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==",
  50. "license": "MIT",
  51. "dependencies": {
  52. "package-manager-detector": "^0.2.8",
  53. "tinyexec": "^0.3.2"
  54. },
  55. "funding": {
  56. "url": "https://github.com/sponsors/antfu"
  57. }
  58. },
  59. "node_modules/@antfu/utils": {
  60. "version": "8.1.1",
  61. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-8.1.1.tgz",
  62. "integrity": "sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==",
  63. "license": "MIT",
  64. "funding": {
  65. "url": "https://github.com/sponsors/antfu"
  66. }
  67. },
  68. "node_modules/@babel/code-frame": {
  69. "version": "7.26.2",
  70. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.26.2.tgz",
  71. "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
  72. "dev": true,
  73. "license": "MIT",
  74. "dependencies": {
  75. "@babel/helper-validator-identifier": "^7.25.9",
  76. "js-tokens": "^4.0.0",
  77. "picocolors": "^1.0.0"
  78. },
  79. "engines": {
  80. "node": ">=6.9.0"
  81. }
  82. },
  83. "node_modules/@babel/code-frame/node_modules/js-tokens": {
  84. "version": "4.0.0",
  85. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  86. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  87. "dev": true,
  88. "license": "MIT"
  89. },
  90. "node_modules/@babel/compat-data": {
  91. "version": "7.26.8",
  92. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.8.tgz",
  93. "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==",
  94. "dev": true,
  95. "license": "MIT",
  96. "peer": true,
  97. "engines": {
  98. "node": ">=6.9.0"
  99. }
  100. },
  101. "node_modules/@babel/core": {
  102. "version": "7.26.10",
  103. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.26.10.tgz",
  104. "integrity": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==",
  105. "dev": true,
  106. "license": "MIT",
  107. "peer": true,
  108. "dependencies": {
  109. "@ampproject/remapping": "^2.2.0",
  110. "@babel/code-frame": "^7.26.2",
  111. "@babel/generator": "^7.26.10",
  112. "@babel/helper-compilation-targets": "^7.26.5",
  113. "@babel/helper-module-transforms": "^7.26.0",
  114. "@babel/helpers": "^7.26.10",
  115. "@babel/parser": "^7.26.10",
  116. "@babel/template": "^7.26.9",
  117. "@babel/traverse": "^7.26.10",
  118. "@babel/types": "^7.26.10",
  119. "convert-source-map": "^2.0.0",
  120. "debug": "^4.1.0",
  121. "gensync": "^1.0.0-beta.2",
  122. "json5": "^2.2.3",
  123. "semver": "^6.3.1"
  124. },
  125. "engines": {
  126. "node": ">=6.9.0"
  127. },
  128. "funding": {
  129. "type": "opencollective",
  130. "url": "https://opencollective.com/babel"
  131. }
  132. },
  133. "node_modules/@babel/generator": {
  134. "version": "7.27.0",
  135. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.0.tgz",
  136. "integrity": "sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==",
  137. "dev": true,
  138. "license": "MIT",
  139. "dependencies": {
  140. "@babel/parser": "^7.27.0",
  141. "@babel/types": "^7.27.0",
  142. "@jridgewell/gen-mapping": "^0.3.5",
  143. "@jridgewell/trace-mapping": "^0.3.25",
  144. "jsesc": "^3.0.2"
  145. },
  146. "engines": {
  147. "node": ">=6.9.0"
  148. }
  149. },
  150. "node_modules/@babel/helper-compilation-targets": {
  151. "version": "7.27.0",
  152. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz",
  153. "integrity": "sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==",
  154. "dev": true,
  155. "license": "MIT",
  156. "peer": true,
  157. "dependencies": {
  158. "@babel/compat-data": "^7.26.8",
  159. "@babel/helper-validator-option": "^7.25.9",
  160. "browserslist": "^4.24.0",
  161. "lru-cache": "^5.1.1",
  162. "semver": "^6.3.1"
  163. },
  164. "engines": {
  165. "node": ">=6.9.0"
  166. }
  167. },
  168. "node_modules/@babel/helper-module-imports": {
  169. "version": "7.25.9",
  170. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
  171. "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
  172. "dev": true,
  173. "license": "MIT",
  174. "dependencies": {
  175. "@babel/traverse": "^7.25.9",
  176. "@babel/types": "^7.25.9"
  177. },
  178. "engines": {
  179. "node": ">=6.9.0"
  180. }
  181. },
  182. "node_modules/@babel/helper-module-transforms": {
  183. "version": "7.26.0",
  184. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
  185. "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
  186. "dev": true,
  187. "license": "MIT",
  188. "peer": true,
  189. "dependencies": {
  190. "@babel/helper-module-imports": "^7.25.9",
  191. "@babel/helper-validator-identifier": "^7.25.9",
  192. "@babel/traverse": "^7.25.9"
  193. },
  194. "engines": {
  195. "node": ">=6.9.0"
  196. },
  197. "peerDependencies": {
  198. "@babel/core": "^7.0.0"
  199. }
  200. },
  201. "node_modules/@babel/helper-plugin-utils": {
  202. "version": "7.26.5",
  203. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
  204. "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
  205. "dev": true,
  206. "license": "MIT",
  207. "engines": {
  208. "node": ">=6.9.0"
  209. }
  210. },
  211. "node_modules/@babel/helper-string-parser": {
  212. "version": "7.25.9",
  213. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  214. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  215. "license": "MIT",
  216. "engines": {
  217. "node": ">=6.9.0"
  218. }
  219. },
  220. "node_modules/@babel/helper-validator-identifier": {
  221. "version": "7.25.9",
  222. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  223. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  224. "license": "MIT",
  225. "engines": {
  226. "node": ">=6.9.0"
  227. }
  228. },
  229. "node_modules/@babel/helper-validator-option": {
  230. "version": "7.25.9",
  231. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
  232. "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
  233. "dev": true,
  234. "license": "MIT",
  235. "peer": true,
  236. "engines": {
  237. "node": ">=6.9.0"
  238. }
  239. },
  240. "node_modules/@babel/helpers": {
  241. "version": "7.27.0",
  242. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.0.tgz",
  243. "integrity": "sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==",
  244. "dev": true,
  245. "license": "MIT",
  246. "peer": true,
  247. "dependencies": {
  248. "@babel/template": "^7.27.0",
  249. "@babel/types": "^7.27.0"
  250. },
  251. "engines": {
  252. "node": ">=6.9.0"
  253. }
  254. },
  255. "node_modules/@babel/parser": {
  256. "version": "7.27.0",
  257. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.0.tgz",
  258. "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==",
  259. "license": "MIT",
  260. "dependencies": {
  261. "@babel/types": "^7.27.0"
  262. },
  263. "bin": {
  264. "parser": "bin/babel-parser.js"
  265. },
  266. "engines": {
  267. "node": ">=6.0.0"
  268. }
  269. },
  270. "node_modules/@babel/plugin-syntax-jsx": {
  271. "version": "7.25.9",
  272. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
  273. "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
  274. "dev": true,
  275. "license": "MIT",
  276. "dependencies": {
  277. "@babel/helper-plugin-utils": "^7.25.9"
  278. },
  279. "engines": {
  280. "node": ">=6.9.0"
  281. },
  282. "peerDependencies": {
  283. "@babel/core": "^7.0.0-0"
  284. }
  285. },
  286. "node_modules/@babel/template": {
  287. "version": "7.27.0",
  288. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.0.tgz",
  289. "integrity": "sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==",
  290. "dev": true,
  291. "license": "MIT",
  292. "dependencies": {
  293. "@babel/code-frame": "^7.26.2",
  294. "@babel/parser": "^7.27.0",
  295. "@babel/types": "^7.27.0"
  296. },
  297. "engines": {
  298. "node": ">=6.9.0"
  299. }
  300. },
  301. "node_modules/@babel/traverse": {
  302. "version": "7.27.0",
  303. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.0.tgz",
  304. "integrity": "sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==",
  305. "dev": true,
  306. "license": "MIT",
  307. "dependencies": {
  308. "@babel/code-frame": "^7.26.2",
  309. "@babel/generator": "^7.27.0",
  310. "@babel/parser": "^7.27.0",
  311. "@babel/template": "^7.27.0",
  312. "@babel/types": "^7.27.0",
  313. "debug": "^4.3.1",
  314. "globals": "^11.1.0"
  315. },
  316. "engines": {
  317. "node": ">=6.9.0"
  318. }
  319. },
  320. "node_modules/@babel/types": {
  321. "version": "7.27.0",
  322. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.0.tgz",
  323. "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==",
  324. "license": "MIT",
  325. "dependencies": {
  326. "@babel/helper-string-parser": "^7.25.9",
  327. "@babel/helper-validator-identifier": "^7.25.9"
  328. },
  329. "engines": {
  330. "node": ">=6.9.0"
  331. }
  332. },
  333. "node_modules/@ctrl/tinycolor": {
  334. "version": "3.6.1",
  335. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  336. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  337. "license": "MIT",
  338. "engines": {
  339. "node": ">=10"
  340. }
  341. },
  342. "node_modules/@element-plus/icons-vue": {
  343. "version": "2.3.1",
  344. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  345. "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  346. "license": "MIT",
  347. "peerDependencies": {
  348. "vue": "^3.2.0"
  349. }
  350. },
  351. "node_modules/@esbuild/aix-ppc64": {
  352. "version": "0.25.2",
  353. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.2.tgz",
  354. "integrity": "sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==",
  355. "cpu": [
  356. "ppc64"
  357. ],
  358. "license": "MIT",
  359. "optional": true,
  360. "os": [
  361. "aix"
  362. ],
  363. "engines": {
  364. "node": ">=18"
  365. }
  366. },
  367. "node_modules/@esbuild/android-arm": {
  368. "version": "0.25.2",
  369. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.2.tgz",
  370. "integrity": "sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==",
  371. "cpu": [
  372. "arm"
  373. ],
  374. "license": "MIT",
  375. "optional": true,
  376. "os": [
  377. "android"
  378. ],
  379. "engines": {
  380. "node": ">=18"
  381. }
  382. },
  383. "node_modules/@esbuild/android-arm64": {
  384. "version": "0.25.2",
  385. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.2.tgz",
  386. "integrity": "sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==",
  387. "cpu": [
  388. "arm64"
  389. ],
  390. "license": "MIT",
  391. "optional": true,
  392. "os": [
  393. "android"
  394. ],
  395. "engines": {
  396. "node": ">=18"
  397. }
  398. },
  399. "node_modules/@esbuild/android-x64": {
  400. "version": "0.25.2",
  401. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.2.tgz",
  402. "integrity": "sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==",
  403. "cpu": [
  404. "x64"
  405. ],
  406. "license": "MIT",
  407. "optional": true,
  408. "os": [
  409. "android"
  410. ],
  411. "engines": {
  412. "node": ">=18"
  413. }
  414. },
  415. "node_modules/@esbuild/darwin-arm64": {
  416. "version": "0.25.2",
  417. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.2.tgz",
  418. "integrity": "sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==",
  419. "cpu": [
  420. "arm64"
  421. ],
  422. "license": "MIT",
  423. "optional": true,
  424. "os": [
  425. "darwin"
  426. ],
  427. "engines": {
  428. "node": ">=18"
  429. }
  430. },
  431. "node_modules/@esbuild/darwin-x64": {
  432. "version": "0.25.2",
  433. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.2.tgz",
  434. "integrity": "sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==",
  435. "cpu": [
  436. "x64"
  437. ],
  438. "license": "MIT",
  439. "optional": true,
  440. "os": [
  441. "darwin"
  442. ],
  443. "engines": {
  444. "node": ">=18"
  445. }
  446. },
  447. "node_modules/@esbuild/freebsd-arm64": {
  448. "version": "0.25.2",
  449. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.2.tgz",
  450. "integrity": "sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==",
  451. "cpu": [
  452. "arm64"
  453. ],
  454. "license": "MIT",
  455. "optional": true,
  456. "os": [
  457. "freebsd"
  458. ],
  459. "engines": {
  460. "node": ">=18"
  461. }
  462. },
  463. "node_modules/@esbuild/freebsd-x64": {
  464. "version": "0.25.2",
  465. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.2.tgz",
  466. "integrity": "sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==",
  467. "cpu": [
  468. "x64"
  469. ],
  470. "license": "MIT",
  471. "optional": true,
  472. "os": [
  473. "freebsd"
  474. ],
  475. "engines": {
  476. "node": ">=18"
  477. }
  478. },
  479. "node_modules/@esbuild/linux-arm": {
  480. "version": "0.25.2",
  481. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.2.tgz",
  482. "integrity": "sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==",
  483. "cpu": [
  484. "arm"
  485. ],
  486. "license": "MIT",
  487. "optional": true,
  488. "os": [
  489. "linux"
  490. ],
  491. "engines": {
  492. "node": ">=18"
  493. }
  494. },
  495. "node_modules/@esbuild/linux-arm64": {
  496. "version": "0.25.2",
  497. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.2.tgz",
  498. "integrity": "sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==",
  499. "cpu": [
  500. "arm64"
  501. ],
  502. "license": "MIT",
  503. "optional": true,
  504. "os": [
  505. "linux"
  506. ],
  507. "engines": {
  508. "node": ">=18"
  509. }
  510. },
  511. "node_modules/@esbuild/linux-ia32": {
  512. "version": "0.25.2",
  513. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.2.tgz",
  514. "integrity": "sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==",
  515. "cpu": [
  516. "ia32"
  517. ],
  518. "license": "MIT",
  519. "optional": true,
  520. "os": [
  521. "linux"
  522. ],
  523. "engines": {
  524. "node": ">=18"
  525. }
  526. },
  527. "node_modules/@esbuild/linux-loong64": {
  528. "version": "0.25.2",
  529. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.2.tgz",
  530. "integrity": "sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==",
  531. "cpu": [
  532. "loong64"
  533. ],
  534. "license": "MIT",
  535. "optional": true,
  536. "os": [
  537. "linux"
  538. ],
  539. "engines": {
  540. "node": ">=18"
  541. }
  542. },
  543. "node_modules/@esbuild/linux-mips64el": {
  544. "version": "0.25.2",
  545. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.2.tgz",
  546. "integrity": "sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==",
  547. "cpu": [
  548. "mips64el"
  549. ],
  550. "license": "MIT",
  551. "optional": true,
  552. "os": [
  553. "linux"
  554. ],
  555. "engines": {
  556. "node": ">=18"
  557. }
  558. },
  559. "node_modules/@esbuild/linux-ppc64": {
  560. "version": "0.25.2",
  561. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.2.tgz",
  562. "integrity": "sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==",
  563. "cpu": [
  564. "ppc64"
  565. ],
  566. "license": "MIT",
  567. "optional": true,
  568. "os": [
  569. "linux"
  570. ],
  571. "engines": {
  572. "node": ">=18"
  573. }
  574. },
  575. "node_modules/@esbuild/linux-riscv64": {
  576. "version": "0.25.2",
  577. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.2.tgz",
  578. "integrity": "sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==",
  579. "cpu": [
  580. "riscv64"
  581. ],
  582. "license": "MIT",
  583. "optional": true,
  584. "os": [
  585. "linux"
  586. ],
  587. "engines": {
  588. "node": ">=18"
  589. }
  590. },
  591. "node_modules/@esbuild/linux-s390x": {
  592. "version": "0.25.2",
  593. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.2.tgz",
  594. "integrity": "sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==",
  595. "cpu": [
  596. "s390x"
  597. ],
  598. "license": "MIT",
  599. "optional": true,
  600. "os": [
  601. "linux"
  602. ],
  603. "engines": {
  604. "node": ">=18"
  605. }
  606. },
  607. "node_modules/@esbuild/linux-x64": {
  608. "version": "0.25.2",
  609. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.2.tgz",
  610. "integrity": "sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==",
  611. "cpu": [
  612. "x64"
  613. ],
  614. "license": "MIT",
  615. "optional": true,
  616. "os": [
  617. "linux"
  618. ],
  619. "engines": {
  620. "node": ">=18"
  621. }
  622. },
  623. "node_modules/@esbuild/netbsd-arm64": {
  624. "version": "0.25.2",
  625. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.2.tgz",
  626. "integrity": "sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==",
  627. "cpu": [
  628. "arm64"
  629. ],
  630. "license": "MIT",
  631. "optional": true,
  632. "os": [
  633. "netbsd"
  634. ],
  635. "engines": {
  636. "node": ">=18"
  637. }
  638. },
  639. "node_modules/@esbuild/netbsd-x64": {
  640. "version": "0.25.2",
  641. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.2.tgz",
  642. "integrity": "sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==",
  643. "cpu": [
  644. "x64"
  645. ],
  646. "license": "MIT",
  647. "optional": true,
  648. "os": [
  649. "netbsd"
  650. ],
  651. "engines": {
  652. "node": ">=18"
  653. }
  654. },
  655. "node_modules/@esbuild/openbsd-arm64": {
  656. "version": "0.25.2",
  657. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.2.tgz",
  658. "integrity": "sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==",
  659. "cpu": [
  660. "arm64"
  661. ],
  662. "license": "MIT",
  663. "optional": true,
  664. "os": [
  665. "openbsd"
  666. ],
  667. "engines": {
  668. "node": ">=18"
  669. }
  670. },
  671. "node_modules/@esbuild/openbsd-x64": {
  672. "version": "0.25.2",
  673. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.2.tgz",
  674. "integrity": "sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==",
  675. "cpu": [
  676. "x64"
  677. ],
  678. "license": "MIT",
  679. "optional": true,
  680. "os": [
  681. "openbsd"
  682. ],
  683. "engines": {
  684. "node": ">=18"
  685. }
  686. },
  687. "node_modules/@esbuild/sunos-x64": {
  688. "version": "0.25.2",
  689. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.2.tgz",
  690. "integrity": "sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==",
  691. "cpu": [
  692. "x64"
  693. ],
  694. "license": "MIT",
  695. "optional": true,
  696. "os": [
  697. "sunos"
  698. ],
  699. "engines": {
  700. "node": ">=18"
  701. }
  702. },
  703. "node_modules/@esbuild/win32-arm64": {
  704. "version": "0.25.2",
  705. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.2.tgz",
  706. "integrity": "sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==",
  707. "cpu": [
  708. "arm64"
  709. ],
  710. "license": "MIT",
  711. "optional": true,
  712. "os": [
  713. "win32"
  714. ],
  715. "engines": {
  716. "node": ">=18"
  717. }
  718. },
  719. "node_modules/@esbuild/win32-ia32": {
  720. "version": "0.25.2",
  721. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.2.tgz",
  722. "integrity": "sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==",
  723. "cpu": [
  724. "ia32"
  725. ],
  726. "license": "MIT",
  727. "optional": true,
  728. "os": [
  729. "win32"
  730. ],
  731. "engines": {
  732. "node": ">=18"
  733. }
  734. },
  735. "node_modules/@esbuild/win32-x64": {
  736. "version": "0.25.2",
  737. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.2.tgz",
  738. "integrity": "sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==",
  739. "cpu": [
  740. "x64"
  741. ],
  742. "license": "MIT",
  743. "optional": true,
  744. "os": [
  745. "win32"
  746. ],
  747. "engines": {
  748. "node": ">=18"
  749. }
  750. },
  751. "node_modules/@floating-ui/core": {
  752. "version": "1.6.9",
  753. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.6.9.tgz",
  754. "integrity": "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==",
  755. "license": "MIT",
  756. "dependencies": {
  757. "@floating-ui/utils": "^0.2.9"
  758. }
  759. },
  760. "node_modules/@floating-ui/dom": {
  761. "version": "1.6.13",
  762. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.6.13.tgz",
  763. "integrity": "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==",
  764. "license": "MIT",
  765. "dependencies": {
  766. "@floating-ui/core": "^1.6.0",
  767. "@floating-ui/utils": "^0.2.9"
  768. }
  769. },
  770. "node_modules/@floating-ui/utils": {
  771. "version": "0.2.9",
  772. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.9.tgz",
  773. "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==",
  774. "license": "MIT"
  775. },
  776. "node_modules/@iconify/types": {
  777. "version": "2.0.0",
  778. "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
  779. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  780. "license": "MIT"
  781. },
  782. "node_modules/@iconify/utils": {
  783. "version": "2.3.0",
  784. "resolved": "https://registry.npmmirror.com/@iconify/utils/-/utils-2.3.0.tgz",
  785. "integrity": "sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==",
  786. "license": "MIT",
  787. "dependencies": {
  788. "@antfu/install-pkg": "^1.0.0",
  789. "@antfu/utils": "^8.1.0",
  790. "@iconify/types": "^2.0.0",
  791. "debug": "^4.4.0",
  792. "globals": "^15.14.0",
  793. "kolorist": "^1.8.0",
  794. "local-pkg": "^1.0.0",
  795. "mlly": "^1.7.4"
  796. }
  797. },
  798. "node_modules/@iconify/utils/node_modules/globals": {
  799. "version": "15.15.0",
  800. "resolved": "https://registry.npmmirror.com/globals/-/globals-15.15.0.tgz",
  801. "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==",
  802. "license": "MIT",
  803. "engines": {
  804. "node": ">=18"
  805. },
  806. "funding": {
  807. "url": "https://github.com/sponsors/sindresorhus"
  808. }
  809. },
  810. "node_modules/@jridgewell/gen-mapping": {
  811. "version": "0.3.8",
  812. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  813. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  814. "license": "MIT",
  815. "dependencies": {
  816. "@jridgewell/set-array": "^1.2.1",
  817. "@jridgewell/sourcemap-codec": "^1.4.10",
  818. "@jridgewell/trace-mapping": "^0.3.24"
  819. },
  820. "engines": {
  821. "node": ">=6.0.0"
  822. }
  823. },
  824. "node_modules/@jridgewell/resolve-uri": {
  825. "version": "3.1.2",
  826. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  827. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  828. "license": "MIT",
  829. "engines": {
  830. "node": ">=6.0.0"
  831. }
  832. },
  833. "node_modules/@jridgewell/set-array": {
  834. "version": "1.2.1",
  835. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  836. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  837. "license": "MIT",
  838. "engines": {
  839. "node": ">=6.0.0"
  840. }
  841. },
  842. "node_modules/@jridgewell/source-map": {
  843. "version": "0.3.6",
  844. "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.6.tgz",
  845. "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
  846. "devOptional": true,
  847. "license": "MIT",
  848. "dependencies": {
  849. "@jridgewell/gen-mapping": "^0.3.5",
  850. "@jridgewell/trace-mapping": "^0.3.25"
  851. }
  852. },
  853. "node_modules/@jridgewell/sourcemap-codec": {
  854. "version": "1.5.0",
  855. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  856. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  857. "license": "MIT"
  858. },
  859. "node_modules/@jridgewell/trace-mapping": {
  860. "version": "0.3.25",
  861. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  862. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  863. "license": "MIT",
  864. "dependencies": {
  865. "@jridgewell/resolve-uri": "^3.1.0",
  866. "@jridgewell/sourcemap-codec": "^1.4.14"
  867. }
  868. },
  869. "node_modules/@parcel/watcher": {
  870. "version": "2.5.1",
  871. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  872. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  873. "hasInstallScript": true,
  874. "license": "MIT",
  875. "optional": true,
  876. "dependencies": {
  877. "detect-libc": "^1.0.3",
  878. "is-glob": "^4.0.3",
  879. "micromatch": "^4.0.5",
  880. "node-addon-api": "^7.0.0"
  881. },
  882. "engines": {
  883. "node": ">= 10.0.0"
  884. },
  885. "funding": {
  886. "type": "opencollective",
  887. "url": "https://opencollective.com/parcel"
  888. },
  889. "optionalDependencies": {
  890. "@parcel/watcher-android-arm64": "2.5.1",
  891. "@parcel/watcher-darwin-arm64": "2.5.1",
  892. "@parcel/watcher-darwin-x64": "2.5.1",
  893. "@parcel/watcher-freebsd-x64": "2.5.1",
  894. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  895. "@parcel/watcher-linux-arm-musl": "2.5.1",
  896. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  897. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  898. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  899. "@parcel/watcher-linux-x64-musl": "2.5.1",
  900. "@parcel/watcher-win32-arm64": "2.5.1",
  901. "@parcel/watcher-win32-ia32": "2.5.1",
  902. "@parcel/watcher-win32-x64": "2.5.1"
  903. }
  904. },
  905. "node_modules/@parcel/watcher-android-arm64": {
  906. "version": "2.5.1",
  907. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  908. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  909. "cpu": [
  910. "arm64"
  911. ],
  912. "license": "MIT",
  913. "optional": true,
  914. "os": [
  915. "android"
  916. ],
  917. "engines": {
  918. "node": ">= 10.0.0"
  919. },
  920. "funding": {
  921. "type": "opencollective",
  922. "url": "https://opencollective.com/parcel"
  923. }
  924. },
  925. "node_modules/@parcel/watcher-darwin-arm64": {
  926. "version": "2.5.1",
  927. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  928. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  929. "cpu": [
  930. "arm64"
  931. ],
  932. "license": "MIT",
  933. "optional": true,
  934. "os": [
  935. "darwin"
  936. ],
  937. "engines": {
  938. "node": ">= 10.0.0"
  939. },
  940. "funding": {
  941. "type": "opencollective",
  942. "url": "https://opencollective.com/parcel"
  943. }
  944. },
  945. "node_modules/@parcel/watcher-darwin-x64": {
  946. "version": "2.5.1",
  947. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  948. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  949. "cpu": [
  950. "x64"
  951. ],
  952. "license": "MIT",
  953. "optional": true,
  954. "os": [
  955. "darwin"
  956. ],
  957. "engines": {
  958. "node": ">= 10.0.0"
  959. },
  960. "funding": {
  961. "type": "opencollective",
  962. "url": "https://opencollective.com/parcel"
  963. }
  964. },
  965. "node_modules/@parcel/watcher-freebsd-x64": {
  966. "version": "2.5.1",
  967. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  968. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  969. "cpu": [
  970. "x64"
  971. ],
  972. "license": "MIT",
  973. "optional": true,
  974. "os": [
  975. "freebsd"
  976. ],
  977. "engines": {
  978. "node": ">= 10.0.0"
  979. },
  980. "funding": {
  981. "type": "opencollective",
  982. "url": "https://opencollective.com/parcel"
  983. }
  984. },
  985. "node_modules/@parcel/watcher-linux-arm-glibc": {
  986. "version": "2.5.1",
  987. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  988. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  989. "cpu": [
  990. "arm"
  991. ],
  992. "license": "MIT",
  993. "optional": true,
  994. "os": [
  995. "linux"
  996. ],
  997. "engines": {
  998. "node": ">= 10.0.0"
  999. },
  1000. "funding": {
  1001. "type": "opencollective",
  1002. "url": "https://opencollective.com/parcel"
  1003. }
  1004. },
  1005. "node_modules/@parcel/watcher-linux-arm-musl": {
  1006. "version": "2.5.1",
  1007. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  1008. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  1009. "cpu": [
  1010. "arm"
  1011. ],
  1012. "license": "MIT",
  1013. "optional": true,
  1014. "os": [
  1015. "linux"
  1016. ],
  1017. "engines": {
  1018. "node": ">= 10.0.0"
  1019. },
  1020. "funding": {
  1021. "type": "opencollective",
  1022. "url": "https://opencollective.com/parcel"
  1023. }
  1024. },
  1025. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  1026. "version": "2.5.1",
  1027. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  1028. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  1029. "cpu": [
  1030. "arm64"
  1031. ],
  1032. "license": "MIT",
  1033. "optional": true,
  1034. "os": [
  1035. "linux"
  1036. ],
  1037. "engines": {
  1038. "node": ">= 10.0.0"
  1039. },
  1040. "funding": {
  1041. "type": "opencollective",
  1042. "url": "https://opencollective.com/parcel"
  1043. }
  1044. },
  1045. "node_modules/@parcel/watcher-linux-arm64-musl": {
  1046. "version": "2.5.1",
  1047. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  1048. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  1049. "cpu": [
  1050. "arm64"
  1051. ],
  1052. "license": "MIT",
  1053. "optional": true,
  1054. "os": [
  1055. "linux"
  1056. ],
  1057. "engines": {
  1058. "node": ">= 10.0.0"
  1059. },
  1060. "funding": {
  1061. "type": "opencollective",
  1062. "url": "https://opencollective.com/parcel"
  1063. }
  1064. },
  1065. "node_modules/@parcel/watcher-linux-x64-glibc": {
  1066. "version": "2.5.1",
  1067. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  1068. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  1069. "cpu": [
  1070. "x64"
  1071. ],
  1072. "license": "MIT",
  1073. "optional": true,
  1074. "os": [
  1075. "linux"
  1076. ],
  1077. "engines": {
  1078. "node": ">= 10.0.0"
  1079. },
  1080. "funding": {
  1081. "type": "opencollective",
  1082. "url": "https://opencollective.com/parcel"
  1083. }
  1084. },
  1085. "node_modules/@parcel/watcher-linux-x64-musl": {
  1086. "version": "2.5.1",
  1087. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  1088. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  1089. "cpu": [
  1090. "x64"
  1091. ],
  1092. "license": "MIT",
  1093. "optional": true,
  1094. "os": [
  1095. "linux"
  1096. ],
  1097. "engines": {
  1098. "node": ">= 10.0.0"
  1099. },
  1100. "funding": {
  1101. "type": "opencollective",
  1102. "url": "https://opencollective.com/parcel"
  1103. }
  1104. },
  1105. "node_modules/@parcel/watcher-win32-arm64": {
  1106. "version": "2.5.1",
  1107. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  1108. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  1109. "cpu": [
  1110. "arm64"
  1111. ],
  1112. "license": "MIT",
  1113. "optional": true,
  1114. "os": [
  1115. "win32"
  1116. ],
  1117. "engines": {
  1118. "node": ">= 10.0.0"
  1119. },
  1120. "funding": {
  1121. "type": "opencollective",
  1122. "url": "https://opencollective.com/parcel"
  1123. }
  1124. },
  1125. "node_modules/@parcel/watcher-win32-ia32": {
  1126. "version": "2.5.1",
  1127. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  1128. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  1129. "cpu": [
  1130. "ia32"
  1131. ],
  1132. "license": "MIT",
  1133. "optional": true,
  1134. "os": [
  1135. "win32"
  1136. ],
  1137. "engines": {
  1138. "node": ">= 10.0.0"
  1139. },
  1140. "funding": {
  1141. "type": "opencollective",
  1142. "url": "https://opencollective.com/parcel"
  1143. }
  1144. },
  1145. "node_modules/@parcel/watcher-win32-x64": {
  1146. "version": "2.5.1",
  1147. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  1148. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  1149. "cpu": [
  1150. "x64"
  1151. ],
  1152. "license": "MIT",
  1153. "optional": true,
  1154. "os": [
  1155. "win32"
  1156. ],
  1157. "engines": {
  1158. "node": ">= 10.0.0"
  1159. },
  1160. "funding": {
  1161. "type": "opencollective",
  1162. "url": "https://opencollective.com/parcel"
  1163. }
  1164. },
  1165. "node_modules/@polka/url": {
  1166. "version": "1.0.0-next.29",
  1167. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  1168. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  1169. "license": "MIT"
  1170. },
  1171. "node_modules/@popperjs/core": {
  1172. "name": "@sxzz/popperjs-es",
  1173. "version": "2.11.7",
  1174. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
  1175. "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
  1176. "license": "MIT",
  1177. "funding": {
  1178. "type": "opencollective",
  1179. "url": "https://opencollective.com/popperjs"
  1180. }
  1181. },
  1182. "node_modules/@quansync/fs": {
  1183. "version": "0.1.2",
  1184. "resolved": "https://registry.npmmirror.com/@quansync/fs/-/fs-0.1.2.tgz",
  1185. "integrity": "sha512-ezIadUb1aFhwJLd++WVqVpi9rnlX8vnd4ju7saPhwLHJN1mJgOv0puePTGV+FbtSnWtwoHDT8lAm4kagDZmpCg==",
  1186. "license": "MIT",
  1187. "dependencies": {
  1188. "quansync": "^0.2.10"
  1189. },
  1190. "engines": {
  1191. "node": ">=20.0.0"
  1192. },
  1193. "funding": {
  1194. "url": "https://github.com/sponsors/sxzz"
  1195. }
  1196. },
  1197. "node_modules/@rollup/rollup-android-arm-eabi": {
  1198. "version": "4.39.0",
  1199. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.39.0.tgz",
  1200. "integrity": "sha512-lGVys55Qb00Wvh8DMAocp5kIcaNzEFTmGhfFd88LfaogYTRKrdxgtlO5H6S49v2Nd8R2C6wLOal0qv6/kCkOwA==",
  1201. "cpu": [
  1202. "arm"
  1203. ],
  1204. "license": "MIT",
  1205. "optional": true,
  1206. "os": [
  1207. "android"
  1208. ]
  1209. },
  1210. "node_modules/@rollup/rollup-android-arm64": {
  1211. "version": "4.39.0",
  1212. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.39.0.tgz",
  1213. "integrity": "sha512-It9+M1zE31KWfqh/0cJLrrsCPiF72PoJjIChLX+rEcujVRCb4NLQ5QzFkzIZW8Kn8FTbvGQBY5TkKBau3S8cCQ==",
  1214. "cpu": [
  1215. "arm64"
  1216. ],
  1217. "license": "MIT",
  1218. "optional": true,
  1219. "os": [
  1220. "android"
  1221. ]
  1222. },
  1223. "node_modules/@rollup/rollup-darwin-arm64": {
  1224. "version": "4.39.0",
  1225. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.39.0.tgz",
  1226. "integrity": "sha512-lXQnhpFDOKDXiGxsU9/l8UEGGM65comrQuZ+lDcGUx+9YQ9dKpF3rSEGepyeR5AHZ0b5RgiligsBhWZfSSQh8Q==",
  1227. "cpu": [
  1228. "arm64"
  1229. ],
  1230. "license": "MIT",
  1231. "optional": true,
  1232. "os": [
  1233. "darwin"
  1234. ]
  1235. },
  1236. "node_modules/@rollup/rollup-darwin-x64": {
  1237. "version": "4.39.0",
  1238. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.39.0.tgz",
  1239. "integrity": "sha512-mKXpNZLvtEbgu6WCkNij7CGycdw9cJi2k9v0noMb++Vab12GZjFgUXD69ilAbBh034Zwn95c2PNSz9xM7KYEAQ==",
  1240. "cpu": [
  1241. "x64"
  1242. ],
  1243. "license": "MIT",
  1244. "optional": true,
  1245. "os": [
  1246. "darwin"
  1247. ]
  1248. },
  1249. "node_modules/@rollup/rollup-freebsd-arm64": {
  1250. "version": "4.39.0",
  1251. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.39.0.tgz",
  1252. "integrity": "sha512-jivRRlh2Lod/KvDZx2zUR+I4iBfHcu2V/BA2vasUtdtTN2Uk3jfcZczLa81ESHZHPHy4ih3T/W5rPFZ/hX7RtQ==",
  1253. "cpu": [
  1254. "arm64"
  1255. ],
  1256. "license": "MIT",
  1257. "optional": true,
  1258. "os": [
  1259. "freebsd"
  1260. ]
  1261. },
  1262. "node_modules/@rollup/rollup-freebsd-x64": {
  1263. "version": "4.39.0",
  1264. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.39.0.tgz",
  1265. "integrity": "sha512-8RXIWvYIRK9nO+bhVz8DwLBepcptw633gv/QT4015CpJ0Ht8punmoHU/DuEd3iw9Hr8UwUV+t+VNNuZIWYeY7Q==",
  1266. "cpu": [
  1267. "x64"
  1268. ],
  1269. "license": "MIT",
  1270. "optional": true,
  1271. "os": [
  1272. "freebsd"
  1273. ]
  1274. },
  1275. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1276. "version": "4.39.0",
  1277. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.39.0.tgz",
  1278. "integrity": "sha512-mz5POx5Zu58f2xAG5RaRRhp3IZDK7zXGk5sdEDj4o96HeaXhlUwmLFzNlc4hCQi5sGdR12VDgEUqVSHer0lI9g==",
  1279. "cpu": [
  1280. "arm"
  1281. ],
  1282. "license": "MIT",
  1283. "optional": true,
  1284. "os": [
  1285. "linux"
  1286. ]
  1287. },
  1288. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1289. "version": "4.39.0",
  1290. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.39.0.tgz",
  1291. "integrity": "sha512-+YDwhM6gUAyakl0CD+bMFpdmwIoRDzZYaTWV3SDRBGkMU/VpIBYXXEvkEcTagw/7VVkL2vA29zU4UVy1mP0/Yw==",
  1292. "cpu": [
  1293. "arm"
  1294. ],
  1295. "license": "MIT",
  1296. "optional": true,
  1297. "os": [
  1298. "linux"
  1299. ]
  1300. },
  1301. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1302. "version": "4.39.0",
  1303. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.39.0.tgz",
  1304. "integrity": "sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==",
  1305. "cpu": [
  1306. "arm64"
  1307. ],
  1308. "license": "MIT",
  1309. "optional": true,
  1310. "os": [
  1311. "linux"
  1312. ]
  1313. },
  1314. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1315. "version": "4.39.0",
  1316. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.39.0.tgz",
  1317. "integrity": "sha512-vYanR6MtqC7Z2SNr8gzVnzUul09Wi1kZqJaek3KcIlI/wq5Xtq4ZPIZ0Mr/st/sv/NnaPwy/D4yXg5x0B3aUUA==",
  1318. "cpu": [
  1319. "arm64"
  1320. ],
  1321. "license": "MIT",
  1322. "optional": true,
  1323. "os": [
  1324. "linux"
  1325. ]
  1326. },
  1327. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  1328. "version": "4.39.0",
  1329. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.39.0.tgz",
  1330. "integrity": "sha512-NMRUT40+h0FBa5fb+cpxtZoGAggRem16ocVKIv5gDB5uLDgBIwrIsXlGqYbLwW8YyO3WVTk1FkFDjMETYlDqiw==",
  1331. "cpu": [
  1332. "loong64"
  1333. ],
  1334. "license": "MIT",
  1335. "optional": true,
  1336. "os": [
  1337. "linux"
  1338. ]
  1339. },
  1340. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  1341. "version": "4.39.0",
  1342. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.39.0.tgz",
  1343. "integrity": "sha512-0pCNnmxgduJ3YRt+D+kJ6Ai/r+TaePu9ZLENl+ZDV/CdVczXl95CbIiwwswu4L+K7uOIGf6tMo2vm8uadRaICQ==",
  1344. "cpu": [
  1345. "ppc64"
  1346. ],
  1347. "license": "MIT",
  1348. "optional": true,
  1349. "os": [
  1350. "linux"
  1351. ]
  1352. },
  1353. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1354. "version": "4.39.0",
  1355. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.39.0.tgz",
  1356. "integrity": "sha512-t7j5Zhr7S4bBtksT73bO6c3Qa2AV/HqiGlj9+KB3gNF5upcVkx+HLgxTm8DK4OkzsOYqbdqbLKwvGMhylJCPhQ==",
  1357. "cpu": [
  1358. "riscv64"
  1359. ],
  1360. "license": "MIT",
  1361. "optional": true,
  1362. "os": [
  1363. "linux"
  1364. ]
  1365. },
  1366. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1367. "version": "4.39.0",
  1368. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.39.0.tgz",
  1369. "integrity": "sha512-m6cwI86IvQ7M93MQ2RF5SP8tUjD39Y7rjb1qjHgYh28uAPVU8+k/xYWvxRO3/tBN2pZkSMa5RjnPuUIbrwVxeA==",
  1370. "cpu": [
  1371. "riscv64"
  1372. ],
  1373. "license": "MIT",
  1374. "optional": true,
  1375. "os": [
  1376. "linux"
  1377. ]
  1378. },
  1379. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1380. "version": "4.39.0",
  1381. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.39.0.tgz",
  1382. "integrity": "sha512-iRDJd2ebMunnk2rsSBYlsptCyuINvxUfGwOUldjv5M4tpa93K8tFMeYGpNk2+Nxl+OBJnBzy2/JCscGeO507kA==",
  1383. "cpu": [
  1384. "s390x"
  1385. ],
  1386. "license": "MIT",
  1387. "optional": true,
  1388. "os": [
  1389. "linux"
  1390. ]
  1391. },
  1392. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1393. "version": "4.39.0",
  1394. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.39.0.tgz",
  1395. "integrity": "sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==",
  1396. "cpu": [
  1397. "x64"
  1398. ],
  1399. "license": "MIT",
  1400. "optional": true,
  1401. "os": [
  1402. "linux"
  1403. ]
  1404. },
  1405. "node_modules/@rollup/rollup-linux-x64-musl": {
  1406. "version": "4.39.0",
  1407. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.39.0.tgz",
  1408. "integrity": "sha512-ThFdkrFDP55AIsIZDKSBWEt/JcWlCzydbZHinZ0F/r1h83qbGeenCt/G/wG2O0reuENDD2tawfAj2s8VK7Bugg==",
  1409. "cpu": [
  1410. "x64"
  1411. ],
  1412. "license": "MIT",
  1413. "optional": true,
  1414. "os": [
  1415. "linux"
  1416. ]
  1417. },
  1418. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1419. "version": "4.39.0",
  1420. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.39.0.tgz",
  1421. "integrity": "sha512-jDrLm6yUtbOg2TYB3sBF3acUnAwsIksEYjLeHL+TJv9jg+TmTwdyjnDex27jqEMakNKf3RwwPahDIt7QXCSqRQ==",
  1422. "cpu": [
  1423. "arm64"
  1424. ],
  1425. "license": "MIT",
  1426. "optional": true,
  1427. "os": [
  1428. "win32"
  1429. ]
  1430. },
  1431. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1432. "version": "4.39.0",
  1433. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.39.0.tgz",
  1434. "integrity": "sha512-6w9uMuza+LbLCVoNKL5FSLE7yvYkq9laSd09bwS0tMjkwXrmib/4KmoJcrKhLWHvw19mwU+33ndC69T7weNNjQ==",
  1435. "cpu": [
  1436. "ia32"
  1437. ],
  1438. "license": "MIT",
  1439. "optional": true,
  1440. "os": [
  1441. "win32"
  1442. ]
  1443. },
  1444. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1445. "version": "4.39.0",
  1446. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.39.0.tgz",
  1447. "integrity": "sha512-yAkUOkIKZlK5dl7u6dg897doBgLXmUHhIINM2c+sND3DZwnrdQkkSiDh7N75Ll4mM4dxSkYfXqU9fW3lLkMFug==",
  1448. "cpu": [
  1449. "x64"
  1450. ],
  1451. "license": "MIT",
  1452. "optional": true,
  1453. "os": [
  1454. "win32"
  1455. ]
  1456. },
  1457. "node_modules/@tailwindcss/node": {
  1458. "version": "4.1.3",
  1459. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.3.tgz",
  1460. "integrity": "sha512-H/6r6IPFJkCfBJZ2dKZiPJ7Ueb2wbL592+9bQEl2r73qbX6yGnmQVIfiUvDRB2YI0a3PWDrzUwkvQx1XW1bNkA==",
  1461. "license": "MIT",
  1462. "dependencies": {
  1463. "enhanced-resolve": "^5.18.1",
  1464. "jiti": "^2.4.2",
  1465. "lightningcss": "1.29.2",
  1466. "tailwindcss": "4.1.3"
  1467. }
  1468. },
  1469. "node_modules/@tailwindcss/oxide": {
  1470. "version": "4.1.3",
  1471. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.3.tgz",
  1472. "integrity": "sha512-t16lpHCU7LBxDe/8dCj9ntyNpXaSTAgxWm1u2XQP5NiIu4KGSyrDJJRlK9hJ4U9yJxx0UKCVI67MJWFNll5mOQ==",
  1473. "license": "MIT",
  1474. "engines": {
  1475. "node": ">= 10"
  1476. },
  1477. "optionalDependencies": {
  1478. "@tailwindcss/oxide-android-arm64": "4.1.3",
  1479. "@tailwindcss/oxide-darwin-arm64": "4.1.3",
  1480. "@tailwindcss/oxide-darwin-x64": "4.1.3",
  1481. "@tailwindcss/oxide-freebsd-x64": "4.1.3",
  1482. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.3",
  1483. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.3",
  1484. "@tailwindcss/oxide-linux-arm64-musl": "4.1.3",
  1485. "@tailwindcss/oxide-linux-x64-gnu": "4.1.3",
  1486. "@tailwindcss/oxide-linux-x64-musl": "4.1.3",
  1487. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.3",
  1488. "@tailwindcss/oxide-win32-x64-msvc": "4.1.3"
  1489. }
  1490. },
  1491. "node_modules/@tailwindcss/oxide-android-arm64": {
  1492. "version": "4.1.3",
  1493. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.3.tgz",
  1494. "integrity": "sha512-cxklKjtNLwFl3mDYw4XpEfBY+G8ssSg9ADL4Wm6//5woi3XGqlxFsnV5Zb6v07dxw1NvEX2uoqsxO/zWQsgR+g==",
  1495. "cpu": [
  1496. "arm64"
  1497. ],
  1498. "license": "MIT",
  1499. "optional": true,
  1500. "os": [
  1501. "android"
  1502. ],
  1503. "engines": {
  1504. "node": ">= 10"
  1505. }
  1506. },
  1507. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1508. "version": "4.1.3",
  1509. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.3.tgz",
  1510. "integrity": "sha512-mqkf2tLR5VCrjBvuRDwzKNShRu99gCAVMkVsaEOFvv6cCjlEKXRecPu9DEnxp6STk5z+Vlbh1M5zY3nQCXMXhw==",
  1511. "cpu": [
  1512. "arm64"
  1513. ],
  1514. "license": "MIT",
  1515. "optional": true,
  1516. "os": [
  1517. "darwin"
  1518. ],
  1519. "engines": {
  1520. "node": ">= 10"
  1521. }
  1522. },
  1523. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1524. "version": "4.1.3",
  1525. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.3.tgz",
  1526. "integrity": "sha512-7sGraGaWzXvCLyxrc7d+CCpUN3fYnkkcso3rCzwUmo/LteAl2ZGCDlGvDD8Y/1D3ngxT8KgDj1DSwOnNewKhmg==",
  1527. "cpu": [
  1528. "x64"
  1529. ],
  1530. "license": "MIT",
  1531. "optional": true,
  1532. "os": [
  1533. "darwin"
  1534. ],
  1535. "engines": {
  1536. "node": ">= 10"
  1537. }
  1538. },
  1539. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1540. "version": "4.1.3",
  1541. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.3.tgz",
  1542. "integrity": "sha512-E2+PbcbzIReaAYZe997wb9rId246yDkCwAakllAWSGqe6VTg9hHle67hfH6ExjpV2LSK/siRzBUs5wVff3RW9w==",
  1543. "cpu": [
  1544. "x64"
  1545. ],
  1546. "license": "MIT",
  1547. "optional": true,
  1548. "os": [
  1549. "freebsd"
  1550. ],
  1551. "engines": {
  1552. "node": ">= 10"
  1553. }
  1554. },
  1555. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1556. "version": "4.1.3",
  1557. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.3.tgz",
  1558. "integrity": "sha512-GvfbJ8wjSSjbLFFE3UYz4Eh8i4L6GiEYqCtA8j2Zd2oXriPuom/Ah/64pg/szWycQpzRnbDiJozoxFU2oJZyfg==",
  1559. "cpu": [
  1560. "arm"
  1561. ],
  1562. "license": "MIT",
  1563. "optional": true,
  1564. "os": [
  1565. "linux"
  1566. ],
  1567. "engines": {
  1568. "node": ">= 10"
  1569. }
  1570. },
  1571. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1572. "version": "4.1.3",
  1573. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.3.tgz",
  1574. "integrity": "sha512-35UkuCWQTeG9BHcBQXndDOrpsnt3Pj9NVIB4CgNiKmpG8GnCNXeMczkUpOoqcOhO6Cc/mM2W7kaQ/MTEENDDXg==",
  1575. "cpu": [
  1576. "arm64"
  1577. ],
  1578. "license": "MIT",
  1579. "optional": true,
  1580. "os": [
  1581. "linux"
  1582. ],
  1583. "engines": {
  1584. "node": ">= 10"
  1585. }
  1586. },
  1587. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1588. "version": "4.1.3",
  1589. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.3.tgz",
  1590. "integrity": "sha512-dm18aQiML5QCj9DQo7wMbt1Z2tl3Giht54uVR87a84X8qRtuXxUqnKQkRDK5B4bCOmcZ580lF9YcoMkbDYTXHQ==",
  1591. "cpu": [
  1592. "arm64"
  1593. ],
  1594. "license": "MIT",
  1595. "optional": true,
  1596. "os": [
  1597. "linux"
  1598. ],
  1599. "engines": {
  1600. "node": ">= 10"
  1601. }
  1602. },
  1603. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1604. "version": "4.1.3",
  1605. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.3.tgz",
  1606. "integrity": "sha512-LMdTmGe/NPtGOaOfV2HuO7w07jI3cflPrVq5CXl+2O93DCewADK0uW1ORNAcfu2YxDUS035eY2W38TxrsqngxA==",
  1607. "cpu": [
  1608. "x64"
  1609. ],
  1610. "license": "MIT",
  1611. "optional": true,
  1612. "os": [
  1613. "linux"
  1614. ],
  1615. "engines": {
  1616. "node": ">= 10"
  1617. }
  1618. },
  1619. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1620. "version": "4.1.3",
  1621. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.3.tgz",
  1622. "integrity": "sha512-aalNWwIi54bbFEizwl1/XpmdDrOaCjRFQRgtbv9slWjmNPuJJTIKPHf5/XXDARc9CneW9FkSTqTbyvNecYAEGw==",
  1623. "cpu": [
  1624. "x64"
  1625. ],
  1626. "license": "MIT",
  1627. "optional": true,
  1628. "os": [
  1629. "linux"
  1630. ],
  1631. "engines": {
  1632. "node": ">= 10"
  1633. }
  1634. },
  1635. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1636. "version": "4.1.3",
  1637. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.3.tgz",
  1638. "integrity": "sha512-PEj7XR4OGTGoboTIAdXicKuWl4EQIjKHKuR+bFy9oYN7CFZo0eu74+70O4XuERX4yjqVZGAkCdglBODlgqcCXg==",
  1639. "cpu": [
  1640. "arm64"
  1641. ],
  1642. "license": "MIT",
  1643. "optional": true,
  1644. "os": [
  1645. "win32"
  1646. ],
  1647. "engines": {
  1648. "node": ">= 10"
  1649. }
  1650. },
  1651. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1652. "version": "4.1.3",
  1653. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.3.tgz",
  1654. "integrity": "sha512-T8gfxECWDBENotpw3HR9SmNiHC9AOJdxs+woasRZ8Q/J4VHN0OMs7F+4yVNZ9EVN26Wv6mZbK0jv7eHYuLJLwA==",
  1655. "cpu": [
  1656. "x64"
  1657. ],
  1658. "license": "MIT",
  1659. "optional": true,
  1660. "os": [
  1661. "win32"
  1662. ],
  1663. "engines": {
  1664. "node": ">= 10"
  1665. }
  1666. },
  1667. "node_modules/@tailwindcss/vite": {
  1668. "version": "4.1.3",
  1669. "resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.1.3.tgz",
  1670. "integrity": "sha512-lUI/QaDxLtlV52Lho6pu07CG9pSnRYLOPmKGIQjyHdTBagemc6HmgZxyjGAQ/5HMPrNeWBfTVIpQl0/jLXvWHQ==",
  1671. "license": "MIT",
  1672. "dependencies": {
  1673. "@tailwindcss/node": "4.1.3",
  1674. "@tailwindcss/oxide": "4.1.3",
  1675. "tailwindcss": "4.1.3"
  1676. },
  1677. "peerDependencies": {
  1678. "vite": "^5.2.0 || ^6"
  1679. }
  1680. },
  1681. "node_modules/@types/estree": {
  1682. "version": "1.0.7",
  1683. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz",
  1684. "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
  1685. "license": "MIT"
  1686. },
  1687. "node_modules/@types/lodash": {
  1688. "version": "4.17.16",
  1689. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.16.tgz",
  1690. "integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==",
  1691. "license": "MIT"
  1692. },
  1693. "node_modules/@types/lodash-es": {
  1694. "version": "4.17.12",
  1695. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  1696. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  1697. "license": "MIT",
  1698. "dependencies": {
  1699. "@types/lodash": "*"
  1700. }
  1701. },
  1702. "node_modules/@types/web-bluetooth": {
  1703. "version": "0.0.16",
  1704. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
  1705. "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
  1706. "license": "MIT"
  1707. },
  1708. "node_modules/@unocss/astro": {
  1709. "version": "66.1.0-beta.11",
  1710. "resolved": "https://registry.npmmirror.com/@unocss/astro/-/astro-66.1.0-beta.11.tgz",
  1711. "integrity": "sha512-Ff7Ot84xfCVnJZh7QEK5Zw4d56Rjc8O6vttZ4sGPU4g+Tbb1RgUDN8bhLSImh1Jm+ZL6TpY+9Kan7ivAoiqXTQ==",
  1712. "license": "MIT",
  1713. "dependencies": {
  1714. "@unocss/core": "66.1.0-beta.11",
  1715. "@unocss/reset": "66.1.0-beta.11",
  1716. "@unocss/vite": "66.1.0-beta.11"
  1717. },
  1718. "funding": {
  1719. "url": "https://github.com/sponsors/antfu"
  1720. },
  1721. "peerDependencies": {
  1722. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  1723. },
  1724. "peerDependenciesMeta": {
  1725. "vite": {
  1726. "optional": true
  1727. }
  1728. }
  1729. },
  1730. "node_modules/@unocss/cli": {
  1731. "version": "66.1.0-beta.11",
  1732. "resolved": "https://registry.npmmirror.com/@unocss/cli/-/cli-66.1.0-beta.11.tgz",
  1733. "integrity": "sha512-lyJhna2+8hmZx5apguyqxTwQhWpfA3mps9sb2HAAOU5F9kGZ2m/vWo0PMjeeoHrbNol9Zgw9c2/CAbAgXdnNKw==",
  1734. "license": "MIT",
  1735. "dependencies": {
  1736. "@ampproject/remapping": "^2.3.0",
  1737. "@unocss/config": "66.1.0-beta.11",
  1738. "@unocss/core": "66.1.0-beta.11",
  1739. "@unocss/preset-uno": "66.1.0-beta.11",
  1740. "cac": "^6.7.14",
  1741. "chokidar": "^3.6.0",
  1742. "colorette": "^2.0.20",
  1743. "consola": "^3.4.2",
  1744. "magic-string": "^0.30.17",
  1745. "pathe": "^2.0.3",
  1746. "perfect-debounce": "^1.0.0",
  1747. "tinyglobby": "^0.2.12",
  1748. "unplugin-utils": "^0.2.4"
  1749. },
  1750. "bin": {
  1751. "unocss": "bin/unocss.mjs"
  1752. },
  1753. "engines": {
  1754. "node": ">=14"
  1755. },
  1756. "funding": {
  1757. "url": "https://github.com/sponsors/antfu"
  1758. }
  1759. },
  1760. "node_modules/@unocss/config": {
  1761. "version": "66.1.0-beta.11",
  1762. "resolved": "https://registry.npmmirror.com/@unocss/config/-/config-66.1.0-beta.11.tgz",
  1763. "integrity": "sha512-tj8pjCC+6g37V9kxcPuh/muHd7VDJUY2DwoJJqUfGrLoo3jVbFmPDLUAMlrFZZkTUF2NyTyv+Q49A6xEpSHV3g==",
  1764. "license": "MIT",
  1765. "dependencies": {
  1766. "@unocss/core": "66.1.0-beta.11",
  1767. "unconfig": "^7.3.1"
  1768. },
  1769. "engines": {
  1770. "node": ">=14"
  1771. },
  1772. "funding": {
  1773. "url": "https://github.com/sponsors/antfu"
  1774. }
  1775. },
  1776. "node_modules/@unocss/core": {
  1777. "version": "66.1.0-beta.11",
  1778. "resolved": "https://registry.npmmirror.com/@unocss/core/-/core-66.1.0-beta.11.tgz",
  1779. "integrity": "sha512-KkCyEO+KK1B05hA9uu+gcm/bvkr7a+bj6IP/S4Yu9ojtRVpJwpDnwAEdc6vgLk6qNWyM4V88dVqWGrRYy0Buvg==",
  1780. "license": "MIT",
  1781. "funding": {
  1782. "url": "https://github.com/sponsors/antfu"
  1783. }
  1784. },
  1785. "node_modules/@unocss/extractor-arbitrary-variants": {
  1786. "version": "66.1.0-beta.11",
  1787. "resolved": "https://registry.npmmirror.com/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-66.1.0-beta.11.tgz",
  1788. "integrity": "sha512-fkLmFVDZFw2j1M010yn+wQa4jOfEKNh264LUaPPHkG+tqtsUDJ8C5V+Gx3Ta31VC/po69rR6+cezSkslHDrk6g==",
  1789. "license": "MIT",
  1790. "dependencies": {
  1791. "@unocss/core": "66.1.0-beta.11"
  1792. },
  1793. "funding": {
  1794. "url": "https://github.com/sponsors/antfu"
  1795. }
  1796. },
  1797. "node_modules/@unocss/inspector": {
  1798. "version": "66.1.0-beta.11",
  1799. "resolved": "https://registry.npmmirror.com/@unocss/inspector/-/inspector-66.1.0-beta.11.tgz",
  1800. "integrity": "sha512-qT6Xt2UnUrBBzeT0xJdS/9JfU2M5q5xWrxrRngCQs4zi6liMryd1mKf/23s84ScNVm/igDx7k1DlPPXqdl2nig==",
  1801. "license": "MIT",
  1802. "dependencies": {
  1803. "@unocss/core": "66.1.0-beta.11",
  1804. "@unocss/rule-utils": "66.1.0-beta.11",
  1805. "colorette": "^2.0.20",
  1806. "gzip-size": "^6.0.0",
  1807. "sirv": "^3.0.1",
  1808. "vue-flow-layout": "^0.1.1"
  1809. },
  1810. "funding": {
  1811. "url": "https://github.com/sponsors/antfu"
  1812. }
  1813. },
  1814. "node_modules/@unocss/postcss": {
  1815. "version": "66.1.0-beta.11",
  1816. "resolved": "https://registry.npmmirror.com/@unocss/postcss/-/postcss-66.1.0-beta.11.tgz",
  1817. "integrity": "sha512-PE0wQhTjxD7qymj5WqMcZXY4iwpnbeRBbcsSB6tjoEnWMEgFnWBwg5bSNm7tY6PxrdzqVpGUVTT+gKjJzSP3sQ==",
  1818. "license": "MIT",
  1819. "dependencies": {
  1820. "@unocss/config": "66.1.0-beta.11",
  1821. "@unocss/core": "66.1.0-beta.11",
  1822. "@unocss/rule-utils": "66.1.0-beta.11",
  1823. "css-tree": "^3.1.0",
  1824. "postcss": "^8.5.3",
  1825. "tinyglobby": "^0.2.12"
  1826. },
  1827. "engines": {
  1828. "node": ">=14"
  1829. },
  1830. "funding": {
  1831. "url": "https://github.com/sponsors/antfu"
  1832. },
  1833. "peerDependencies": {
  1834. "postcss": "^8.4.21"
  1835. }
  1836. },
  1837. "node_modules/@unocss/preset-attributify": {
  1838. "version": "66.1.0-beta.11",
  1839. "resolved": "https://registry.npmmirror.com/@unocss/preset-attributify/-/preset-attributify-66.1.0-beta.11.tgz",
  1840. "integrity": "sha512-cuaaducTPZMzK6rxlVWGUigikTcfAIuy45vyyW7n6X3GDoCNfAhOHm1Scati78KMqLyaO/ivJmIOUeCrxopLOQ==",
  1841. "license": "MIT",
  1842. "dependencies": {
  1843. "@unocss/core": "66.1.0-beta.11"
  1844. },
  1845. "funding": {
  1846. "url": "https://github.com/sponsors/antfu"
  1847. }
  1848. },
  1849. "node_modules/@unocss/preset-icons": {
  1850. "version": "66.1.0-beta.11",
  1851. "resolved": "https://registry.npmmirror.com/@unocss/preset-icons/-/preset-icons-66.1.0-beta.11.tgz",
  1852. "integrity": "sha512-HrhJvcZTT2bKFwvrw2QH+tW2GJaUooZcV2QOlLQ4YMuL7TYq3hgzzJRHpA7qfQTRnUjnt4NGSAhdLAL4LXxKaQ==",
  1853. "license": "MIT",
  1854. "dependencies": {
  1855. "@iconify/utils": "^2.3.0",
  1856. "@unocss/core": "66.1.0-beta.11",
  1857. "ofetch": "^1.4.1"
  1858. },
  1859. "funding": {
  1860. "url": "https://github.com/sponsors/antfu"
  1861. }
  1862. },
  1863. "node_modules/@unocss/preset-mini": {
  1864. "version": "66.1.0-beta.11",
  1865. "resolved": "https://registry.npmmirror.com/@unocss/preset-mini/-/preset-mini-66.1.0-beta.11.tgz",
  1866. "integrity": "sha512-ioo0HTRjLU0qBnRCXITCMd3r2Eq6z5dbd36HVFBEPYYJEruNvWZRab+RBLpMgMG7Rjz0E/YI3mIqO9IjILfUIA==",
  1867. "license": "MIT",
  1868. "dependencies": {
  1869. "@unocss/core": "66.1.0-beta.11",
  1870. "@unocss/extractor-arbitrary-variants": "66.1.0-beta.11",
  1871. "@unocss/rule-utils": "66.1.0-beta.11"
  1872. },
  1873. "funding": {
  1874. "url": "https://github.com/sponsors/antfu"
  1875. }
  1876. },
  1877. "node_modules/@unocss/preset-tagify": {
  1878. "version": "66.1.0-beta.11",
  1879. "resolved": "https://registry.npmmirror.com/@unocss/preset-tagify/-/preset-tagify-66.1.0-beta.11.tgz",
  1880. "integrity": "sha512-wL3wHSedvPdCo0gDnLHT+uaXW3ZgpfSv5lXlnM/9a3SOc061DPSlwoYTYFiWD/Zq/Ar1ll00Zsr0HNDCOV2E9Q==",
  1881. "license": "MIT",
  1882. "dependencies": {
  1883. "@unocss/core": "66.1.0-beta.11"
  1884. },
  1885. "funding": {
  1886. "url": "https://github.com/sponsors/antfu"
  1887. }
  1888. },
  1889. "node_modules/@unocss/preset-typography": {
  1890. "version": "66.1.0-beta.11",
  1891. "resolved": "https://registry.npmmirror.com/@unocss/preset-typography/-/preset-typography-66.1.0-beta.11.tgz",
  1892. "integrity": "sha512-uXOjqVhSEywCQqzHAuV5BYXQMSNf4IehxxBH1IEYRb1lMEQz6+ecQ22tfhrhs11W1M5CMlrOuaBNwUn1dT0Blg==",
  1893. "license": "MIT",
  1894. "dependencies": {
  1895. "@unocss/core": "66.1.0-beta.11",
  1896. "@unocss/preset-mini": "66.1.0-beta.11",
  1897. "@unocss/rule-utils": "66.1.0-beta.11"
  1898. }
  1899. },
  1900. "node_modules/@unocss/preset-uno": {
  1901. "version": "66.1.0-beta.11",
  1902. "resolved": "https://registry.npmmirror.com/@unocss/preset-uno/-/preset-uno-66.1.0-beta.11.tgz",
  1903. "integrity": "sha512-WU9Jeq3PB5hbZxlpNCz8Tp4Yzy40UHiq8QAwQk3YfWKMCoBJa+XCKT37/gO3C9QFwI4fsZRcMgiNRWbQCWmfOg==",
  1904. "license": "MIT",
  1905. "dependencies": {
  1906. "@unocss/core": "66.1.0-beta.11",
  1907. "@unocss/preset-wind3": "66.1.0-beta.11"
  1908. },
  1909. "funding": {
  1910. "url": "https://github.com/sponsors/antfu"
  1911. }
  1912. },
  1913. "node_modules/@unocss/preset-web-fonts": {
  1914. "version": "66.1.0-beta.11",
  1915. "resolved": "https://registry.npmmirror.com/@unocss/preset-web-fonts/-/preset-web-fonts-66.1.0-beta.11.tgz",
  1916. "integrity": "sha512-5Wn8bE9xsFKI+hTleN06t2zT1pNF9jH0ViXAmOm4dT5COVM7b4lzLl8HXjFkgV0ZgHdGdIJ52a+Xnqfgweb4dg==",
  1917. "license": "MIT",
  1918. "dependencies": {
  1919. "@unocss/core": "66.1.0-beta.11",
  1920. "ofetch": "^1.4.1"
  1921. },
  1922. "funding": {
  1923. "url": "https://github.com/sponsors/antfu"
  1924. }
  1925. },
  1926. "node_modules/@unocss/preset-wind": {
  1927. "version": "66.1.0-beta.11",
  1928. "resolved": "https://registry.npmmirror.com/@unocss/preset-wind/-/preset-wind-66.1.0-beta.11.tgz",
  1929. "integrity": "sha512-18wMTK3k1guGGgjgWaJozjPCgjBAW5xETpbrTI/gTWtkTXmS1IujYGYf3sP7/7OqnSRxF10MzGL4ROqzC52EmA==",
  1930. "license": "MIT",
  1931. "dependencies": {
  1932. "@unocss/core": "66.1.0-beta.11",
  1933. "@unocss/preset-wind3": "66.1.0-beta.11"
  1934. },
  1935. "funding": {
  1936. "url": "https://github.com/sponsors/antfu"
  1937. }
  1938. },
  1939. "node_modules/@unocss/preset-wind3": {
  1940. "version": "66.1.0-beta.11",
  1941. "resolved": "https://registry.npmmirror.com/@unocss/preset-wind3/-/preset-wind3-66.1.0-beta.11.tgz",
  1942. "integrity": "sha512-whSdd4XEac+3HFTJel+IDXRYofk5vpotGn38RChRfxC5sfYodXqtDVKqw6Um1nHhGLcwsZFG3+x8JDeAwS2EkA==",
  1943. "license": "MIT",
  1944. "dependencies": {
  1945. "@unocss/core": "66.1.0-beta.11",
  1946. "@unocss/preset-mini": "66.1.0-beta.11",
  1947. "@unocss/rule-utils": "66.1.0-beta.11"
  1948. },
  1949. "funding": {
  1950. "url": "https://github.com/sponsors/antfu"
  1951. }
  1952. },
  1953. "node_modules/@unocss/preset-wind4": {
  1954. "version": "66.1.0-beta.11",
  1955. "resolved": "https://registry.npmmirror.com/@unocss/preset-wind4/-/preset-wind4-66.1.0-beta.11.tgz",
  1956. "integrity": "sha512-gbw8z2+NMPEsZfeNsIAdm60lAWRHoDJfJV/BkOmNmSf49rUhcezoCsIN4zdAWjkYrLWiZxlCMGBw/4AERWx6gQ==",
  1957. "license": "MIT",
  1958. "dependencies": {
  1959. "@unocss/core": "66.1.0-beta.11",
  1960. "@unocss/extractor-arbitrary-variants": "66.1.0-beta.11",
  1961. "@unocss/rule-utils": "66.1.0-beta.11"
  1962. },
  1963. "funding": {
  1964. "url": "https://github.com/sponsors/antfu"
  1965. }
  1966. },
  1967. "node_modules/@unocss/reset": {
  1968. "version": "66.1.0-beta.11",
  1969. "resolved": "https://registry.npmmirror.com/@unocss/reset/-/reset-66.1.0-beta.11.tgz",
  1970. "integrity": "sha512-DTjGQGE7tyNQfFjNooMYxrVP911Wt9i/S3CjQPOXLbTxgBeiXr528nLkoym14DQW6LVcvv9PJzLr3ls64MsioQ==",
  1971. "license": "MIT",
  1972. "funding": {
  1973. "url": "https://github.com/sponsors/antfu"
  1974. }
  1975. },
  1976. "node_modules/@unocss/rule-utils": {
  1977. "version": "66.1.0-beta.11",
  1978. "resolved": "https://registry.npmmirror.com/@unocss/rule-utils/-/rule-utils-66.1.0-beta.11.tgz",
  1979. "integrity": "sha512-qK5YQbstTP0rUgRkm1s1Ly9TMBKzP38TARVdh35yKW03YY8Lq1huUGEnLt5JV6iPdWzuiNRnnD/KKjBzZvP5FQ==",
  1980. "license": "MIT",
  1981. "dependencies": {
  1982. "@unocss/core": "^66.1.0-beta.11",
  1983. "magic-string": "^0.30.17"
  1984. },
  1985. "engines": {
  1986. "node": ">=14"
  1987. },
  1988. "funding": {
  1989. "url": "https://github.com/sponsors/antfu"
  1990. }
  1991. },
  1992. "node_modules/@unocss/transformer-attributify-jsx": {
  1993. "version": "66.1.0-beta.11",
  1994. "resolved": "https://registry.npmmirror.com/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-66.1.0-beta.11.tgz",
  1995. "integrity": "sha512-bzq2zLGCO4umSB51F+MYC+lGNFKIAILmBQcFNguxoGdL/YtZU1J10L7Pb0I553KeXG4mUUlimHxk140uuNJnDA==",
  1996. "license": "MIT",
  1997. "dependencies": {
  1998. "@unocss/core": "66.1.0-beta.11"
  1999. },
  2000. "funding": {
  2001. "url": "https://github.com/sponsors/antfu"
  2002. }
  2003. },
  2004. "node_modules/@unocss/transformer-compile-class": {
  2005. "version": "66.1.0-beta.11",
  2006. "resolved": "https://registry.npmmirror.com/@unocss/transformer-compile-class/-/transformer-compile-class-66.1.0-beta.11.tgz",
  2007. "integrity": "sha512-HNoipvBzkYM4lhWFIaR0OV2v/zTeMyEPxGLobNHqMgXknzpmMsZCDWVcNJBxJeMypnHXX+euOFRk61vRxNn+gA==",
  2008. "license": "MIT",
  2009. "dependencies": {
  2010. "@unocss/core": "66.1.0-beta.11"
  2011. },
  2012. "funding": {
  2013. "url": "https://github.com/sponsors/antfu"
  2014. }
  2015. },
  2016. "node_modules/@unocss/transformer-directives": {
  2017. "version": "66.1.0-beta.11",
  2018. "resolved": "https://registry.npmmirror.com/@unocss/transformer-directives/-/transformer-directives-66.1.0-beta.11.tgz",
  2019. "integrity": "sha512-y0So6FuHwjSblmPLGk/9zG/A0V/kn3w9Rh+61gRCV7dzVFADjXk6Q8RybVOAsXt2SEanyCwxlkWp7uObfkd5Pg==",
  2020. "license": "MIT",
  2021. "dependencies": {
  2022. "@unocss/core": "66.1.0-beta.11",
  2023. "@unocss/rule-utils": "66.1.0-beta.11",
  2024. "css-tree": "^3.1.0"
  2025. }
  2026. },
  2027. "node_modules/@unocss/transformer-variant-group": {
  2028. "version": "66.1.0-beta.11",
  2029. "resolved": "https://registry.npmmirror.com/@unocss/transformer-variant-group/-/transformer-variant-group-66.1.0-beta.11.tgz",
  2030. "integrity": "sha512-N3vb+SgMGhMFWfqWhm88uS0CSKwpvHPYB+e67Q7KrW31Ul54Uq0gAPci+3wcpQfVGv163PMsgFpPK+Ps1M6ujQ==",
  2031. "license": "MIT",
  2032. "dependencies": {
  2033. "@unocss/core": "66.1.0-beta.11"
  2034. },
  2035. "funding": {
  2036. "url": "https://github.com/sponsors/antfu"
  2037. }
  2038. },
  2039. "node_modules/@unocss/vite": {
  2040. "version": "66.1.0-beta.11",
  2041. "resolved": "https://registry.npmmirror.com/@unocss/vite/-/vite-66.1.0-beta.11.tgz",
  2042. "integrity": "sha512-0tVm68Ka3DlYbs5+r9O4yqYxbjU/K7v9LX8Ff93/9MXk/EMJ7omH51ICxu8beER64zphNoeGaE5PTQ+g9JMJEQ==",
  2043. "license": "MIT",
  2044. "dependencies": {
  2045. "@ampproject/remapping": "^2.3.0",
  2046. "@unocss/config": "66.1.0-beta.11",
  2047. "@unocss/core": "66.1.0-beta.11",
  2048. "@unocss/inspector": "66.1.0-beta.11",
  2049. "chokidar": "^3.6.0",
  2050. "magic-string": "^0.30.17",
  2051. "pathe": "^2.0.3",
  2052. "tinyglobby": "^0.2.12",
  2053. "unplugin-utils": "^0.2.4"
  2054. },
  2055. "funding": {
  2056. "url": "https://github.com/sponsors/antfu"
  2057. },
  2058. "peerDependencies": {
  2059. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  2060. }
  2061. },
  2062. "node_modules/@vitejs/plugin-vue": {
  2063. "version": "5.2.3",
  2064. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.3.tgz",
  2065. "integrity": "sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==",
  2066. "dev": true,
  2067. "license": "MIT",
  2068. "engines": {
  2069. "node": "^18.0.0 || >=20.0.0"
  2070. },
  2071. "peerDependencies": {
  2072. "vite": "^5.0.0 || ^6.0.0",
  2073. "vue": "^3.2.25"
  2074. }
  2075. },
  2076. "node_modules/@vue/babel-helper-vue-transform-on": {
  2077. "version": "1.4.0",
  2078. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.4.0.tgz",
  2079. "integrity": "sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==",
  2080. "dev": true,
  2081. "license": "MIT"
  2082. },
  2083. "node_modules/@vue/babel-plugin-jsx": {
  2084. "version": "1.4.0",
  2085. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.4.0.tgz",
  2086. "integrity": "sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==",
  2087. "dev": true,
  2088. "license": "MIT",
  2089. "dependencies": {
  2090. "@babel/helper-module-imports": "^7.25.9",
  2091. "@babel/helper-plugin-utils": "^7.26.5",
  2092. "@babel/plugin-syntax-jsx": "^7.25.9",
  2093. "@babel/template": "^7.26.9",
  2094. "@babel/traverse": "^7.26.9",
  2095. "@babel/types": "^7.26.9",
  2096. "@vue/babel-helper-vue-transform-on": "1.4.0",
  2097. "@vue/babel-plugin-resolve-type": "1.4.0",
  2098. "@vue/shared": "^3.5.13"
  2099. },
  2100. "peerDependencies": {
  2101. "@babel/core": "^7.0.0-0"
  2102. },
  2103. "peerDependenciesMeta": {
  2104. "@babel/core": {
  2105. "optional": true
  2106. }
  2107. }
  2108. },
  2109. "node_modules/@vue/babel-plugin-resolve-type": {
  2110. "version": "1.4.0",
  2111. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.4.0.tgz",
  2112. "integrity": "sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==",
  2113. "dev": true,
  2114. "license": "MIT",
  2115. "dependencies": {
  2116. "@babel/code-frame": "^7.26.2",
  2117. "@babel/helper-module-imports": "^7.25.9",
  2118. "@babel/helper-plugin-utils": "^7.26.5",
  2119. "@babel/parser": "^7.26.9",
  2120. "@vue/compiler-sfc": "^3.5.13"
  2121. },
  2122. "funding": {
  2123. "url": "https://github.com/sponsors/sxzz"
  2124. },
  2125. "peerDependencies": {
  2126. "@babel/core": "^7.0.0-0"
  2127. }
  2128. },
  2129. "node_modules/@vue/compiler-core": {
  2130. "version": "3.5.13",
  2131. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  2132. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  2133. "license": "MIT",
  2134. "dependencies": {
  2135. "@babel/parser": "^7.25.3",
  2136. "@vue/shared": "3.5.13",
  2137. "entities": "^4.5.0",
  2138. "estree-walker": "^2.0.2",
  2139. "source-map-js": "^1.2.0"
  2140. }
  2141. },
  2142. "node_modules/@vue/compiler-dom": {
  2143. "version": "3.5.13",
  2144. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  2145. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  2146. "license": "MIT",
  2147. "dependencies": {
  2148. "@vue/compiler-core": "3.5.13",
  2149. "@vue/shared": "3.5.13"
  2150. }
  2151. },
  2152. "node_modules/@vue/compiler-sfc": {
  2153. "version": "3.5.13",
  2154. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  2155. "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  2156. "license": "MIT",
  2157. "dependencies": {
  2158. "@babel/parser": "^7.25.3",
  2159. "@vue/compiler-core": "3.5.13",
  2160. "@vue/compiler-dom": "3.5.13",
  2161. "@vue/compiler-ssr": "3.5.13",
  2162. "@vue/shared": "3.5.13",
  2163. "estree-walker": "^2.0.2",
  2164. "magic-string": "^0.30.11",
  2165. "postcss": "^8.4.48",
  2166. "source-map-js": "^1.2.0"
  2167. }
  2168. },
  2169. "node_modules/@vue/compiler-ssr": {
  2170. "version": "3.5.13",
  2171. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  2172. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  2173. "license": "MIT",
  2174. "dependencies": {
  2175. "@vue/compiler-dom": "3.5.13",
  2176. "@vue/shared": "3.5.13"
  2177. }
  2178. },
  2179. "node_modules/@vue/devtools-api": {
  2180. "version": "6.6.4",
  2181. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  2182. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  2183. "license": "MIT"
  2184. },
  2185. "node_modules/@vue/devtools-kit": {
  2186. "version": "7.7.2",
  2187. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.2.tgz",
  2188. "integrity": "sha512-CY0I1JH3Z8PECbn6k3TqM1Bk9ASWxeMtTCvZr7vb+CHi+X/QwQm5F1/fPagraamKMAHVfuuCbdcnNg1A4CYVWQ==",
  2189. "license": "MIT",
  2190. "dependencies": {
  2191. "@vue/devtools-shared": "^7.7.2",
  2192. "birpc": "^0.2.19",
  2193. "hookable": "^5.5.3",
  2194. "mitt": "^3.0.1",
  2195. "perfect-debounce": "^1.0.0",
  2196. "speakingurl": "^14.0.1",
  2197. "superjson": "^2.2.1"
  2198. }
  2199. },
  2200. "node_modules/@vue/devtools-shared": {
  2201. "version": "7.7.2",
  2202. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.2.tgz",
  2203. "integrity": "sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA==",
  2204. "license": "MIT",
  2205. "dependencies": {
  2206. "rfdc": "^1.4.1"
  2207. }
  2208. },
  2209. "node_modules/@vue/reactivity": {
  2210. "version": "3.5.13",
  2211. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
  2212. "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  2213. "license": "MIT",
  2214. "dependencies": {
  2215. "@vue/shared": "3.5.13"
  2216. }
  2217. },
  2218. "node_modules/@vue/runtime-core": {
  2219. "version": "3.5.13",
  2220. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
  2221. "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
  2222. "license": "MIT",
  2223. "dependencies": {
  2224. "@vue/reactivity": "3.5.13",
  2225. "@vue/shared": "3.5.13"
  2226. }
  2227. },
  2228. "node_modules/@vue/runtime-dom": {
  2229. "version": "3.5.13",
  2230. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
  2231. "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
  2232. "license": "MIT",
  2233. "dependencies": {
  2234. "@vue/reactivity": "3.5.13",
  2235. "@vue/runtime-core": "3.5.13",
  2236. "@vue/shared": "3.5.13",
  2237. "csstype": "^3.1.3"
  2238. }
  2239. },
  2240. "node_modules/@vue/server-renderer": {
  2241. "version": "3.5.13",
  2242. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
  2243. "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
  2244. "license": "MIT",
  2245. "dependencies": {
  2246. "@vue/compiler-ssr": "3.5.13",
  2247. "@vue/shared": "3.5.13"
  2248. },
  2249. "peerDependencies": {
  2250. "vue": "3.5.13"
  2251. }
  2252. },
  2253. "node_modules/@vue/shared": {
  2254. "version": "3.5.13",
  2255. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  2256. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  2257. "license": "MIT"
  2258. },
  2259. "node_modules/@vueuse/core": {
  2260. "version": "9.13.0",
  2261. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
  2262. "integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
  2263. "license": "MIT",
  2264. "dependencies": {
  2265. "@types/web-bluetooth": "^0.0.16",
  2266. "@vueuse/metadata": "9.13.0",
  2267. "@vueuse/shared": "9.13.0",
  2268. "vue-demi": "*"
  2269. },
  2270. "funding": {
  2271. "url": "https://github.com/sponsors/antfu"
  2272. }
  2273. },
  2274. "node_modules/@vueuse/core/node_modules/vue-demi": {
  2275. "version": "0.14.10",
  2276. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  2277. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  2278. "hasInstallScript": true,
  2279. "license": "MIT",
  2280. "bin": {
  2281. "vue-demi-fix": "bin/vue-demi-fix.js",
  2282. "vue-demi-switch": "bin/vue-demi-switch.js"
  2283. },
  2284. "engines": {
  2285. "node": ">=12"
  2286. },
  2287. "funding": {
  2288. "url": "https://github.com/sponsors/antfu"
  2289. },
  2290. "peerDependencies": {
  2291. "@vue/composition-api": "^1.0.0-rc.1",
  2292. "vue": "^3.0.0-0 || ^2.6.0"
  2293. },
  2294. "peerDependenciesMeta": {
  2295. "@vue/composition-api": {
  2296. "optional": true
  2297. }
  2298. }
  2299. },
  2300. "node_modules/@vueuse/metadata": {
  2301. "version": "9.13.0",
  2302. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
  2303. "integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
  2304. "license": "MIT",
  2305. "funding": {
  2306. "url": "https://github.com/sponsors/antfu"
  2307. }
  2308. },
  2309. "node_modules/@vueuse/shared": {
  2310. "version": "9.13.0",
  2311. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
  2312. "integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
  2313. "license": "MIT",
  2314. "dependencies": {
  2315. "vue-demi": "*"
  2316. },
  2317. "funding": {
  2318. "url": "https://github.com/sponsors/antfu"
  2319. }
  2320. },
  2321. "node_modules/@vueuse/shared/node_modules/vue-demi": {
  2322. "version": "0.14.10",
  2323. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  2324. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  2325. "hasInstallScript": true,
  2326. "license": "MIT",
  2327. "bin": {
  2328. "vue-demi-fix": "bin/vue-demi-fix.js",
  2329. "vue-demi-switch": "bin/vue-demi-switch.js"
  2330. },
  2331. "engines": {
  2332. "node": ">=12"
  2333. },
  2334. "funding": {
  2335. "url": "https://github.com/sponsors/antfu"
  2336. },
  2337. "peerDependencies": {
  2338. "@vue/composition-api": "^1.0.0-rc.1",
  2339. "vue": "^3.0.0-0 || ^2.6.0"
  2340. },
  2341. "peerDependenciesMeta": {
  2342. "@vue/composition-api": {
  2343. "optional": true
  2344. }
  2345. }
  2346. },
  2347. "node_modules/acorn": {
  2348. "version": "8.14.1",
  2349. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz",
  2350. "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
  2351. "license": "MIT",
  2352. "bin": {
  2353. "acorn": "bin/acorn"
  2354. },
  2355. "engines": {
  2356. "node": ">=0.4.0"
  2357. }
  2358. },
  2359. "node_modules/anymatch": {
  2360. "version": "3.1.3",
  2361. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  2362. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  2363. "license": "ISC",
  2364. "dependencies": {
  2365. "normalize-path": "^3.0.0",
  2366. "picomatch": "^2.0.4"
  2367. },
  2368. "engines": {
  2369. "node": ">= 8"
  2370. }
  2371. },
  2372. "node_modules/anymatch/node_modules/picomatch": {
  2373. "version": "2.3.1",
  2374. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  2375. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  2376. "license": "MIT",
  2377. "engines": {
  2378. "node": ">=8.6"
  2379. },
  2380. "funding": {
  2381. "url": "https://github.com/sponsors/jonschlinkert"
  2382. }
  2383. },
  2384. "node_modules/async-validator": {
  2385. "version": "4.2.5",
  2386. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  2387. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  2388. "license": "MIT"
  2389. },
  2390. "node_modules/asynckit": {
  2391. "version": "0.4.0",
  2392. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  2393. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  2394. "license": "MIT"
  2395. },
  2396. "node_modules/axios": {
  2397. "version": "1.8.4",
  2398. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.8.4.tgz",
  2399. "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
  2400. "license": "MIT",
  2401. "dependencies": {
  2402. "follow-redirects": "^1.15.6",
  2403. "form-data": "^4.0.0",
  2404. "proxy-from-env": "^1.1.0"
  2405. }
  2406. },
  2407. "node_modules/binary-extensions": {
  2408. "version": "2.3.0",
  2409. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  2410. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  2411. "license": "MIT",
  2412. "engines": {
  2413. "node": ">=8"
  2414. },
  2415. "funding": {
  2416. "url": "https://github.com/sponsors/sindresorhus"
  2417. }
  2418. },
  2419. "node_modules/birpc": {
  2420. "version": "0.2.19",
  2421. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-0.2.19.tgz",
  2422. "integrity": "sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==",
  2423. "license": "MIT",
  2424. "funding": {
  2425. "url": "https://github.com/sponsors/antfu"
  2426. }
  2427. },
  2428. "node_modules/braces": {
  2429. "version": "3.0.3",
  2430. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  2431. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  2432. "license": "MIT",
  2433. "dependencies": {
  2434. "fill-range": "^7.1.1"
  2435. },
  2436. "engines": {
  2437. "node": ">=8"
  2438. }
  2439. },
  2440. "node_modules/browserslist": {
  2441. "version": "4.24.4",
  2442. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.4.tgz",
  2443. "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
  2444. "dev": true,
  2445. "funding": [
  2446. {
  2447. "type": "opencollective",
  2448. "url": "https://opencollective.com/browserslist"
  2449. },
  2450. {
  2451. "type": "tidelift",
  2452. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2453. },
  2454. {
  2455. "type": "github",
  2456. "url": "https://github.com/sponsors/ai"
  2457. }
  2458. ],
  2459. "license": "MIT",
  2460. "peer": true,
  2461. "dependencies": {
  2462. "caniuse-lite": "^1.0.30001688",
  2463. "electron-to-chromium": "^1.5.73",
  2464. "node-releases": "^2.0.19",
  2465. "update-browserslist-db": "^1.1.1"
  2466. },
  2467. "bin": {
  2468. "browserslist": "cli.js"
  2469. },
  2470. "engines": {
  2471. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2472. }
  2473. },
  2474. "node_modules/buffer-from": {
  2475. "version": "1.1.2",
  2476. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  2477. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  2478. "devOptional": true,
  2479. "license": "MIT"
  2480. },
  2481. "node_modules/cac": {
  2482. "version": "6.7.14",
  2483. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.14.tgz",
  2484. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  2485. "license": "MIT",
  2486. "engines": {
  2487. "node": ">=8"
  2488. }
  2489. },
  2490. "node_modules/call-bind-apply-helpers": {
  2491. "version": "1.0.2",
  2492. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2493. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2494. "license": "MIT",
  2495. "dependencies": {
  2496. "es-errors": "^1.3.0",
  2497. "function-bind": "^1.1.2"
  2498. },
  2499. "engines": {
  2500. "node": ">= 0.4"
  2501. }
  2502. },
  2503. "node_modules/call-bound": {
  2504. "version": "1.0.4",
  2505. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  2506. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  2507. "license": "MIT",
  2508. "dependencies": {
  2509. "call-bind-apply-helpers": "^1.0.2",
  2510. "get-intrinsic": "^1.3.0"
  2511. },
  2512. "engines": {
  2513. "node": ">= 0.4"
  2514. },
  2515. "funding": {
  2516. "url": "https://github.com/sponsors/ljharb"
  2517. }
  2518. },
  2519. "node_modules/caniuse-lite": {
  2520. "version": "1.0.30001713",
  2521. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001713.tgz",
  2522. "integrity": "sha512-wCIWIg+A4Xr7NfhTuHdX+/FKh3+Op3LBbSp2N5Pfx6T/LhdQy3GTyoTg48BReaW/MyMNZAkTadsBtai3ldWK0Q==",
  2523. "dev": true,
  2524. "funding": [
  2525. {
  2526. "type": "opencollective",
  2527. "url": "https://opencollective.com/browserslist"
  2528. },
  2529. {
  2530. "type": "tidelift",
  2531. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2532. },
  2533. {
  2534. "type": "github",
  2535. "url": "https://github.com/sponsors/ai"
  2536. }
  2537. ],
  2538. "license": "CC-BY-4.0",
  2539. "peer": true
  2540. },
  2541. "node_modules/chokidar": {
  2542. "version": "3.6.0",
  2543. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  2544. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  2545. "license": "MIT",
  2546. "dependencies": {
  2547. "anymatch": "~3.1.2",
  2548. "braces": "~3.0.2",
  2549. "glob-parent": "~5.1.2",
  2550. "is-binary-path": "~2.1.0",
  2551. "is-glob": "~4.0.1",
  2552. "normalize-path": "~3.0.0",
  2553. "readdirp": "~3.6.0"
  2554. },
  2555. "engines": {
  2556. "node": ">= 8.10.0"
  2557. },
  2558. "funding": {
  2559. "url": "https://paulmillr.com/funding/"
  2560. },
  2561. "optionalDependencies": {
  2562. "fsevents": "~2.3.2"
  2563. }
  2564. },
  2565. "node_modules/colorette": {
  2566. "version": "2.0.20",
  2567. "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz",
  2568. "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
  2569. "license": "MIT"
  2570. },
  2571. "node_modules/combined-stream": {
  2572. "version": "1.0.8",
  2573. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  2574. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  2575. "license": "MIT",
  2576. "dependencies": {
  2577. "delayed-stream": "~1.0.0"
  2578. },
  2579. "engines": {
  2580. "node": ">= 0.8"
  2581. }
  2582. },
  2583. "node_modules/commander": {
  2584. "version": "2.20.3",
  2585. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  2586. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  2587. "devOptional": true,
  2588. "license": "MIT"
  2589. },
  2590. "node_modules/confbox": {
  2591. "version": "0.2.2",
  2592. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz",
  2593. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  2594. "license": "MIT"
  2595. },
  2596. "node_modules/consola": {
  2597. "version": "3.4.2",
  2598. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.2.tgz",
  2599. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  2600. "license": "MIT",
  2601. "engines": {
  2602. "node": "^14.18.0 || >=16.10.0"
  2603. }
  2604. },
  2605. "node_modules/convert-source-map": {
  2606. "version": "2.0.0",
  2607. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  2608. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  2609. "dev": true,
  2610. "license": "MIT",
  2611. "peer": true
  2612. },
  2613. "node_modules/copy-anything": {
  2614. "version": "3.0.5",
  2615. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  2616. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  2617. "license": "MIT",
  2618. "dependencies": {
  2619. "is-what": "^4.1.8"
  2620. },
  2621. "engines": {
  2622. "node": ">=12.13"
  2623. },
  2624. "funding": {
  2625. "url": "https://github.com/sponsors/mesqueeb"
  2626. }
  2627. },
  2628. "node_modules/css-tree": {
  2629. "version": "3.1.0",
  2630. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-3.1.0.tgz",
  2631. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  2632. "license": "MIT",
  2633. "dependencies": {
  2634. "mdn-data": "2.12.2",
  2635. "source-map-js": "^1.0.1"
  2636. },
  2637. "engines": {
  2638. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  2639. }
  2640. },
  2641. "node_modules/csstype": {
  2642. "version": "3.1.3",
  2643. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  2644. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  2645. "license": "MIT"
  2646. },
  2647. "node_modules/dayjs": {
  2648. "version": "1.11.13",
  2649. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  2650. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  2651. "license": "MIT"
  2652. },
  2653. "node_modules/debug": {
  2654. "version": "4.4.0",
  2655. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  2656. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  2657. "license": "MIT",
  2658. "dependencies": {
  2659. "ms": "^2.1.3"
  2660. },
  2661. "engines": {
  2662. "node": ">=6.0"
  2663. },
  2664. "peerDependenciesMeta": {
  2665. "supports-color": {
  2666. "optional": true
  2667. }
  2668. }
  2669. },
  2670. "node_modules/defu": {
  2671. "version": "6.1.4",
  2672. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  2673. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  2674. "license": "MIT"
  2675. },
  2676. "node_modules/delayed-stream": {
  2677. "version": "1.0.0",
  2678. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  2679. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  2680. "license": "MIT",
  2681. "engines": {
  2682. "node": ">=0.4.0"
  2683. }
  2684. },
  2685. "node_modules/destr": {
  2686. "version": "2.0.5",
  2687. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz",
  2688. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  2689. "license": "MIT"
  2690. },
  2691. "node_modules/detect-libc": {
  2692. "version": "1.0.3",
  2693. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  2694. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  2695. "license": "Apache-2.0",
  2696. "optional": true,
  2697. "bin": {
  2698. "detect-libc": "bin/detect-libc.js"
  2699. },
  2700. "engines": {
  2701. "node": ">=0.10"
  2702. }
  2703. },
  2704. "node_modules/dunder-proto": {
  2705. "version": "1.0.1",
  2706. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2707. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2708. "license": "MIT",
  2709. "dependencies": {
  2710. "call-bind-apply-helpers": "^1.0.1",
  2711. "es-errors": "^1.3.0",
  2712. "gopd": "^1.2.0"
  2713. },
  2714. "engines": {
  2715. "node": ">= 0.4"
  2716. }
  2717. },
  2718. "node_modules/duplexer": {
  2719. "version": "0.1.2",
  2720. "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
  2721. "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
  2722. "license": "MIT"
  2723. },
  2724. "node_modules/electron-to-chromium": {
  2725. "version": "1.5.137",
  2726. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.137.tgz",
  2727. "integrity": "sha512-/QSJaU2JyIuTbbABAo/crOs+SuAZLS+fVVS10PVrIT9hrRkmZl8Hb0xPSkKRUUWHQtYzXHpQUW3Dy5hwMzGZkA==",
  2728. "dev": true,
  2729. "license": "ISC",
  2730. "peer": true
  2731. },
  2732. "node_modules/element-plus": {
  2733. "version": "2.9.7",
  2734. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.9.7.tgz",
  2735. "integrity": "sha512-6vjZh5SXBncLhUwJGTVKS5oDljfgGMh6J4zVTeAZK3YdMUN76FgpvHkwwFXocpJpMbii6rDYU3sgie64FyPerQ==",
  2736. "license": "MIT",
  2737. "dependencies": {
  2738. "@ctrl/tinycolor": "^3.4.1",
  2739. "@element-plus/icons-vue": "^2.3.1",
  2740. "@floating-ui/dom": "^1.0.1",
  2741. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  2742. "@types/lodash": "^4.14.182",
  2743. "@types/lodash-es": "^4.17.6",
  2744. "@vueuse/core": "^9.1.0",
  2745. "async-validator": "^4.2.5",
  2746. "dayjs": "^1.11.13",
  2747. "escape-html": "^1.0.3",
  2748. "lodash": "^4.17.21",
  2749. "lodash-es": "^4.17.21",
  2750. "lodash-unified": "^1.0.2",
  2751. "memoize-one": "^6.0.0",
  2752. "normalize-wheel-es": "^1.2.0"
  2753. },
  2754. "peerDependencies": {
  2755. "vue": "^3.2.0"
  2756. }
  2757. },
  2758. "node_modules/enhanced-resolve": {
  2759. "version": "5.18.1",
  2760. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz",
  2761. "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==",
  2762. "license": "MIT",
  2763. "dependencies": {
  2764. "graceful-fs": "^4.2.4",
  2765. "tapable": "^2.2.0"
  2766. },
  2767. "engines": {
  2768. "node": ">=10.13.0"
  2769. }
  2770. },
  2771. "node_modules/entities": {
  2772. "version": "4.5.0",
  2773. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  2774. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  2775. "license": "BSD-2-Clause",
  2776. "engines": {
  2777. "node": ">=0.12"
  2778. },
  2779. "funding": {
  2780. "url": "https://github.com/fb55/entities?sponsor=1"
  2781. }
  2782. },
  2783. "node_modules/es-define-property": {
  2784. "version": "1.0.1",
  2785. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  2786. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2787. "license": "MIT",
  2788. "engines": {
  2789. "node": ">= 0.4"
  2790. }
  2791. },
  2792. "node_modules/es-errors": {
  2793. "version": "1.3.0",
  2794. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  2795. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2796. "license": "MIT",
  2797. "engines": {
  2798. "node": ">= 0.4"
  2799. }
  2800. },
  2801. "node_modules/es-object-atoms": {
  2802. "version": "1.1.1",
  2803. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2804. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2805. "license": "MIT",
  2806. "dependencies": {
  2807. "es-errors": "^1.3.0"
  2808. },
  2809. "engines": {
  2810. "node": ">= 0.4"
  2811. }
  2812. },
  2813. "node_modules/es-set-tostringtag": {
  2814. "version": "2.1.0",
  2815. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2816. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2817. "license": "MIT",
  2818. "dependencies": {
  2819. "es-errors": "^1.3.0",
  2820. "get-intrinsic": "^1.2.6",
  2821. "has-tostringtag": "^1.0.2",
  2822. "hasown": "^2.0.2"
  2823. },
  2824. "engines": {
  2825. "node": ">= 0.4"
  2826. }
  2827. },
  2828. "node_modules/esbuild": {
  2829. "version": "0.25.2",
  2830. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.2.tgz",
  2831. "integrity": "sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==",
  2832. "hasInstallScript": true,
  2833. "license": "MIT",
  2834. "bin": {
  2835. "esbuild": "bin/esbuild"
  2836. },
  2837. "engines": {
  2838. "node": ">=18"
  2839. },
  2840. "optionalDependencies": {
  2841. "@esbuild/aix-ppc64": "0.25.2",
  2842. "@esbuild/android-arm": "0.25.2",
  2843. "@esbuild/android-arm64": "0.25.2",
  2844. "@esbuild/android-x64": "0.25.2",
  2845. "@esbuild/darwin-arm64": "0.25.2",
  2846. "@esbuild/darwin-x64": "0.25.2",
  2847. "@esbuild/freebsd-arm64": "0.25.2",
  2848. "@esbuild/freebsd-x64": "0.25.2",
  2849. "@esbuild/linux-arm": "0.25.2",
  2850. "@esbuild/linux-arm64": "0.25.2",
  2851. "@esbuild/linux-ia32": "0.25.2",
  2852. "@esbuild/linux-loong64": "0.25.2",
  2853. "@esbuild/linux-mips64el": "0.25.2",
  2854. "@esbuild/linux-ppc64": "0.25.2",
  2855. "@esbuild/linux-riscv64": "0.25.2",
  2856. "@esbuild/linux-s390x": "0.25.2",
  2857. "@esbuild/linux-x64": "0.25.2",
  2858. "@esbuild/netbsd-arm64": "0.25.2",
  2859. "@esbuild/netbsd-x64": "0.25.2",
  2860. "@esbuild/openbsd-arm64": "0.25.2",
  2861. "@esbuild/openbsd-x64": "0.25.2",
  2862. "@esbuild/sunos-x64": "0.25.2",
  2863. "@esbuild/win32-arm64": "0.25.2",
  2864. "@esbuild/win32-ia32": "0.25.2",
  2865. "@esbuild/win32-x64": "0.25.2"
  2866. }
  2867. },
  2868. "node_modules/escalade": {
  2869. "version": "3.2.0",
  2870. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  2871. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  2872. "dev": true,
  2873. "license": "MIT",
  2874. "peer": true,
  2875. "engines": {
  2876. "node": ">=6"
  2877. }
  2878. },
  2879. "node_modules/escape-html": {
  2880. "version": "1.0.3",
  2881. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  2882. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  2883. "license": "MIT"
  2884. },
  2885. "node_modules/escape-string-regexp": {
  2886. "version": "5.0.0",
  2887. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  2888. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  2889. "dev": true,
  2890. "license": "MIT",
  2891. "engines": {
  2892. "node": ">=12"
  2893. },
  2894. "funding": {
  2895. "url": "https://github.com/sponsors/sindresorhus"
  2896. }
  2897. },
  2898. "node_modules/estree-walker": {
  2899. "version": "2.0.2",
  2900. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2901. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2902. "license": "MIT"
  2903. },
  2904. "node_modules/exsolve": {
  2905. "version": "1.0.4",
  2906. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.4.tgz",
  2907. "integrity": "sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw==",
  2908. "license": "MIT"
  2909. },
  2910. "node_modules/fdir": {
  2911. "version": "6.4.3",
  2912. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.3.tgz",
  2913. "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
  2914. "license": "MIT",
  2915. "peerDependencies": {
  2916. "picomatch": "^3 || ^4"
  2917. },
  2918. "peerDependenciesMeta": {
  2919. "picomatch": {
  2920. "optional": true
  2921. }
  2922. }
  2923. },
  2924. "node_modules/fill-range": {
  2925. "version": "7.1.1",
  2926. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  2927. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  2928. "license": "MIT",
  2929. "dependencies": {
  2930. "to-regex-range": "^5.0.1"
  2931. },
  2932. "engines": {
  2933. "node": ">=8"
  2934. }
  2935. },
  2936. "node_modules/follow-redirects": {
  2937. "version": "1.15.9",
  2938. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  2939. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==",
  2940. "funding": [
  2941. {
  2942. "type": "individual",
  2943. "url": "https://github.com/sponsors/RubenVerborgh"
  2944. }
  2945. ],
  2946. "license": "MIT",
  2947. "engines": {
  2948. "node": ">=4.0"
  2949. },
  2950. "peerDependenciesMeta": {
  2951. "debug": {
  2952. "optional": true
  2953. }
  2954. }
  2955. },
  2956. "node_modules/form-data": {
  2957. "version": "4.0.2",
  2958. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.2.tgz",
  2959. "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
  2960. "license": "MIT",
  2961. "dependencies": {
  2962. "asynckit": "^0.4.0",
  2963. "combined-stream": "^1.0.8",
  2964. "es-set-tostringtag": "^2.1.0",
  2965. "mime-types": "^2.1.12"
  2966. },
  2967. "engines": {
  2968. "node": ">= 6"
  2969. }
  2970. },
  2971. "node_modules/fsevents": {
  2972. "version": "2.3.3",
  2973. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  2974. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2975. "hasInstallScript": true,
  2976. "license": "MIT",
  2977. "optional": true,
  2978. "os": [
  2979. "darwin"
  2980. ],
  2981. "engines": {
  2982. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2983. }
  2984. },
  2985. "node_modules/function-bind": {
  2986. "version": "1.1.2",
  2987. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  2988. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2989. "license": "MIT",
  2990. "funding": {
  2991. "url": "https://github.com/sponsors/ljharb"
  2992. }
  2993. },
  2994. "node_modules/gensync": {
  2995. "version": "1.0.0-beta.2",
  2996. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  2997. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  2998. "dev": true,
  2999. "license": "MIT",
  3000. "peer": true,
  3001. "engines": {
  3002. "node": ">=6.9.0"
  3003. }
  3004. },
  3005. "node_modules/get-intrinsic": {
  3006. "version": "1.3.0",
  3007. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  3008. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  3009. "license": "MIT",
  3010. "dependencies": {
  3011. "call-bind-apply-helpers": "^1.0.2",
  3012. "es-define-property": "^1.0.1",
  3013. "es-errors": "^1.3.0",
  3014. "es-object-atoms": "^1.1.1",
  3015. "function-bind": "^1.1.2",
  3016. "get-proto": "^1.0.1",
  3017. "gopd": "^1.2.0",
  3018. "has-symbols": "^1.1.0",
  3019. "hasown": "^2.0.2",
  3020. "math-intrinsics": "^1.1.0"
  3021. },
  3022. "engines": {
  3023. "node": ">= 0.4"
  3024. },
  3025. "funding": {
  3026. "url": "https://github.com/sponsors/ljharb"
  3027. }
  3028. },
  3029. "node_modules/get-proto": {
  3030. "version": "1.0.1",
  3031. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  3032. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  3033. "license": "MIT",
  3034. "dependencies": {
  3035. "dunder-proto": "^1.0.1",
  3036. "es-object-atoms": "^1.0.0"
  3037. },
  3038. "engines": {
  3039. "node": ">= 0.4"
  3040. }
  3041. },
  3042. "node_modules/glob-parent": {
  3043. "version": "5.1.2",
  3044. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  3045. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3046. "license": "ISC",
  3047. "dependencies": {
  3048. "is-glob": "^4.0.1"
  3049. },
  3050. "engines": {
  3051. "node": ">= 6"
  3052. }
  3053. },
  3054. "node_modules/globals": {
  3055. "version": "11.12.0",
  3056. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  3057. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  3058. "dev": true,
  3059. "license": "MIT",
  3060. "engines": {
  3061. "node": ">=4"
  3062. }
  3063. },
  3064. "node_modules/gopd": {
  3065. "version": "1.2.0",
  3066. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  3067. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  3068. "license": "MIT",
  3069. "engines": {
  3070. "node": ">= 0.4"
  3071. },
  3072. "funding": {
  3073. "url": "https://github.com/sponsors/ljharb"
  3074. }
  3075. },
  3076. "node_modules/graceful-fs": {
  3077. "version": "4.2.11",
  3078. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  3079. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  3080. "license": "ISC"
  3081. },
  3082. "node_modules/gzip-size": {
  3083. "version": "6.0.0",
  3084. "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz",
  3085. "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
  3086. "license": "MIT",
  3087. "dependencies": {
  3088. "duplexer": "^0.1.2"
  3089. },
  3090. "engines": {
  3091. "node": ">=10"
  3092. },
  3093. "funding": {
  3094. "url": "https://github.com/sponsors/sindresorhus"
  3095. }
  3096. },
  3097. "node_modules/has-symbols": {
  3098. "version": "1.1.0",
  3099. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  3100. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  3101. "license": "MIT",
  3102. "engines": {
  3103. "node": ">= 0.4"
  3104. },
  3105. "funding": {
  3106. "url": "https://github.com/sponsors/ljharb"
  3107. }
  3108. },
  3109. "node_modules/has-tostringtag": {
  3110. "version": "1.0.2",
  3111. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  3112. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  3113. "license": "MIT",
  3114. "dependencies": {
  3115. "has-symbols": "^1.0.3"
  3116. },
  3117. "engines": {
  3118. "node": ">= 0.4"
  3119. },
  3120. "funding": {
  3121. "url": "https://github.com/sponsors/ljharb"
  3122. }
  3123. },
  3124. "node_modules/hasown": {
  3125. "version": "2.0.2",
  3126. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  3127. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  3128. "license": "MIT",
  3129. "dependencies": {
  3130. "function-bind": "^1.1.2"
  3131. },
  3132. "engines": {
  3133. "node": ">= 0.4"
  3134. }
  3135. },
  3136. "node_modules/hookable": {
  3137. "version": "5.5.3",
  3138. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  3139. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  3140. "license": "MIT"
  3141. },
  3142. "node_modules/immutable": {
  3143. "version": "5.1.1",
  3144. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.1.tgz",
  3145. "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==",
  3146. "devOptional": true,
  3147. "license": "MIT"
  3148. },
  3149. "node_modules/is-binary-path": {
  3150. "version": "2.1.0",
  3151. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  3152. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  3153. "license": "MIT",
  3154. "dependencies": {
  3155. "binary-extensions": "^2.0.0"
  3156. },
  3157. "engines": {
  3158. "node": ">=8"
  3159. }
  3160. },
  3161. "node_modules/is-extglob": {
  3162. "version": "2.1.1",
  3163. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  3164. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  3165. "license": "MIT",
  3166. "engines": {
  3167. "node": ">=0.10.0"
  3168. }
  3169. },
  3170. "node_modules/is-glob": {
  3171. "version": "4.0.3",
  3172. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  3173. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3174. "license": "MIT",
  3175. "dependencies": {
  3176. "is-extglob": "^2.1.1"
  3177. },
  3178. "engines": {
  3179. "node": ">=0.10.0"
  3180. }
  3181. },
  3182. "node_modules/is-number": {
  3183. "version": "7.0.0",
  3184. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  3185. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3186. "license": "MIT",
  3187. "engines": {
  3188. "node": ">=0.12.0"
  3189. }
  3190. },
  3191. "node_modules/is-what": {
  3192. "version": "4.1.16",
  3193. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  3194. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  3195. "license": "MIT",
  3196. "engines": {
  3197. "node": ">=12.13"
  3198. },
  3199. "funding": {
  3200. "url": "https://github.com/sponsors/mesqueeb"
  3201. }
  3202. },
  3203. "node_modules/jiti": {
  3204. "version": "2.4.2",
  3205. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.4.2.tgz",
  3206. "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
  3207. "license": "MIT",
  3208. "bin": {
  3209. "jiti": "lib/jiti-cli.mjs"
  3210. }
  3211. },
  3212. "node_modules/js-cookie": {
  3213. "version": "3.0.5",
  3214. "resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.5.tgz",
  3215. "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
  3216. "license": "MIT",
  3217. "engines": {
  3218. "node": ">=14"
  3219. }
  3220. },
  3221. "node_modules/js-tokens": {
  3222. "version": "9.0.1",
  3223. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  3224. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  3225. "dev": true,
  3226. "license": "MIT"
  3227. },
  3228. "node_modules/jsesc": {
  3229. "version": "3.1.0",
  3230. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  3231. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  3232. "dev": true,
  3233. "license": "MIT",
  3234. "bin": {
  3235. "jsesc": "bin/jsesc"
  3236. },
  3237. "engines": {
  3238. "node": ">=6"
  3239. }
  3240. },
  3241. "node_modules/json5": {
  3242. "version": "2.2.3",
  3243. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  3244. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  3245. "dev": true,
  3246. "license": "MIT",
  3247. "peer": true,
  3248. "bin": {
  3249. "json5": "lib/cli.js"
  3250. },
  3251. "engines": {
  3252. "node": ">=6"
  3253. }
  3254. },
  3255. "node_modules/kolorist": {
  3256. "version": "1.8.0",
  3257. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  3258. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  3259. "license": "MIT"
  3260. },
  3261. "node_modules/lightningcss": {
  3262. "version": "1.29.2",
  3263. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.29.2.tgz",
  3264. "integrity": "sha512-6b6gd/RUXKaw5keVdSEtqFVdzWnU5jMxTUjA2bVcMNPLwSQ08Sv/UodBVtETLCn7k4S1Ibxwh7k68IwLZPgKaA==",
  3265. "license": "MPL-2.0",
  3266. "dependencies": {
  3267. "detect-libc": "^2.0.3"
  3268. },
  3269. "engines": {
  3270. "node": ">= 12.0.0"
  3271. },
  3272. "funding": {
  3273. "type": "opencollective",
  3274. "url": "https://opencollective.com/parcel"
  3275. },
  3276. "optionalDependencies": {
  3277. "lightningcss-darwin-arm64": "1.29.2",
  3278. "lightningcss-darwin-x64": "1.29.2",
  3279. "lightningcss-freebsd-x64": "1.29.2",
  3280. "lightningcss-linux-arm-gnueabihf": "1.29.2",
  3281. "lightningcss-linux-arm64-gnu": "1.29.2",
  3282. "lightningcss-linux-arm64-musl": "1.29.2",
  3283. "lightningcss-linux-x64-gnu": "1.29.2",
  3284. "lightningcss-linux-x64-musl": "1.29.2",
  3285. "lightningcss-win32-arm64-msvc": "1.29.2",
  3286. "lightningcss-win32-x64-msvc": "1.29.2"
  3287. }
  3288. },
  3289. "node_modules/lightningcss-darwin-arm64": {
  3290. "version": "1.29.2",
  3291. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.29.2.tgz",
  3292. "integrity": "sha512-cK/eMabSViKn/PG8U/a7aCorpeKLMlK0bQeNHmdb7qUnBkNPnL+oV5DjJUo0kqWsJUapZsM4jCfYItbqBDvlcA==",
  3293. "cpu": [
  3294. "arm64"
  3295. ],
  3296. "license": "MPL-2.0",
  3297. "optional": true,
  3298. "os": [
  3299. "darwin"
  3300. ],
  3301. "engines": {
  3302. "node": ">= 12.0.0"
  3303. },
  3304. "funding": {
  3305. "type": "opencollective",
  3306. "url": "https://opencollective.com/parcel"
  3307. }
  3308. },
  3309. "node_modules/lightningcss-darwin-x64": {
  3310. "version": "1.29.2",
  3311. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.29.2.tgz",
  3312. "integrity": "sha512-j5qYxamyQw4kDXX5hnnCKMf3mLlHvG44f24Qyi2965/Ycz829MYqjrVg2H8BidybHBp9kom4D7DR5VqCKDXS0w==",
  3313. "cpu": [
  3314. "x64"
  3315. ],
  3316. "license": "MPL-2.0",
  3317. "optional": true,
  3318. "os": [
  3319. "darwin"
  3320. ],
  3321. "engines": {
  3322. "node": ">= 12.0.0"
  3323. },
  3324. "funding": {
  3325. "type": "opencollective",
  3326. "url": "https://opencollective.com/parcel"
  3327. }
  3328. },
  3329. "node_modules/lightningcss-freebsd-x64": {
  3330. "version": "1.29.2",
  3331. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.29.2.tgz",
  3332. "integrity": "sha512-wDk7M2tM78Ii8ek9YjnY8MjV5f5JN2qNVO+/0BAGZRvXKtQrBC4/cn4ssQIpKIPP44YXw6gFdpUF+Ps+RGsCwg==",
  3333. "cpu": [
  3334. "x64"
  3335. ],
  3336. "license": "MPL-2.0",
  3337. "optional": true,
  3338. "os": [
  3339. "freebsd"
  3340. ],
  3341. "engines": {
  3342. "node": ">= 12.0.0"
  3343. },
  3344. "funding": {
  3345. "type": "opencollective",
  3346. "url": "https://opencollective.com/parcel"
  3347. }
  3348. },
  3349. "node_modules/lightningcss-linux-arm-gnueabihf": {
  3350. "version": "1.29.2",
  3351. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.29.2.tgz",
  3352. "integrity": "sha512-IRUrOrAF2Z+KExdExe3Rz7NSTuuJ2HvCGlMKoquK5pjvo2JY4Rybr+NrKnq0U0hZnx5AnGsuFHjGnNT14w26sg==",
  3353. "cpu": [
  3354. "arm"
  3355. ],
  3356. "license": "MPL-2.0",
  3357. "optional": true,
  3358. "os": [
  3359. "linux"
  3360. ],
  3361. "engines": {
  3362. "node": ">= 12.0.0"
  3363. },
  3364. "funding": {
  3365. "type": "opencollective",
  3366. "url": "https://opencollective.com/parcel"
  3367. }
  3368. },
  3369. "node_modules/lightningcss-linux-arm64-gnu": {
  3370. "version": "1.29.2",
  3371. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.29.2.tgz",
  3372. "integrity": "sha512-KKCpOlmhdjvUTX/mBuaKemp0oeDIBBLFiU5Fnqxh1/DZ4JPZi4evEH7TKoSBFOSOV3J7iEmmBaw/8dpiUvRKlQ==",
  3373. "cpu": [
  3374. "arm64"
  3375. ],
  3376. "license": "MPL-2.0",
  3377. "optional": true,
  3378. "os": [
  3379. "linux"
  3380. ],
  3381. "engines": {
  3382. "node": ">= 12.0.0"
  3383. },
  3384. "funding": {
  3385. "type": "opencollective",
  3386. "url": "https://opencollective.com/parcel"
  3387. }
  3388. },
  3389. "node_modules/lightningcss-linux-arm64-musl": {
  3390. "version": "1.29.2",
  3391. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.29.2.tgz",
  3392. "integrity": "sha512-Q64eM1bPlOOUgxFmoPUefqzY1yV3ctFPE6d/Vt7WzLW4rKTv7MyYNky+FWxRpLkNASTnKQUaiMJ87zNODIrrKQ==",
  3393. "cpu": [
  3394. "arm64"
  3395. ],
  3396. "license": "MPL-2.0",
  3397. "optional": true,
  3398. "os": [
  3399. "linux"
  3400. ],
  3401. "engines": {
  3402. "node": ">= 12.0.0"
  3403. },
  3404. "funding": {
  3405. "type": "opencollective",
  3406. "url": "https://opencollective.com/parcel"
  3407. }
  3408. },
  3409. "node_modules/lightningcss-linux-x64-gnu": {
  3410. "version": "1.29.2",
  3411. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.29.2.tgz",
  3412. "integrity": "sha512-0v6idDCPG6epLXtBH/RPkHvYx74CVziHo6TMYga8O2EiQApnUPZsbR9nFNrg2cgBzk1AYqEd95TlrsL7nYABQg==",
  3413. "cpu": [
  3414. "x64"
  3415. ],
  3416. "license": "MPL-2.0",
  3417. "optional": true,
  3418. "os": [
  3419. "linux"
  3420. ],
  3421. "engines": {
  3422. "node": ">= 12.0.0"
  3423. },
  3424. "funding": {
  3425. "type": "opencollective",
  3426. "url": "https://opencollective.com/parcel"
  3427. }
  3428. },
  3429. "node_modules/lightningcss-linux-x64-musl": {
  3430. "version": "1.29.2",
  3431. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.29.2.tgz",
  3432. "integrity": "sha512-rMpz2yawkgGT8RULc5S4WiZopVMOFWjiItBT7aSfDX4NQav6M44rhn5hjtkKzB+wMTRlLLqxkeYEtQ3dd9696w==",
  3433. "cpu": [
  3434. "x64"
  3435. ],
  3436. "license": "MPL-2.0",
  3437. "optional": true,
  3438. "os": [
  3439. "linux"
  3440. ],
  3441. "engines": {
  3442. "node": ">= 12.0.0"
  3443. },
  3444. "funding": {
  3445. "type": "opencollective",
  3446. "url": "https://opencollective.com/parcel"
  3447. }
  3448. },
  3449. "node_modules/lightningcss-win32-arm64-msvc": {
  3450. "version": "1.29.2",
  3451. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.29.2.tgz",
  3452. "integrity": "sha512-nL7zRW6evGQqYVu/bKGK+zShyz8OVzsCotFgc7judbt6wnB2KbiKKJwBE4SGoDBQ1O94RjW4asrCjQL4i8Fhbw==",
  3453. "cpu": [
  3454. "arm64"
  3455. ],
  3456. "license": "MPL-2.0",
  3457. "optional": true,
  3458. "os": [
  3459. "win32"
  3460. ],
  3461. "engines": {
  3462. "node": ">= 12.0.0"
  3463. },
  3464. "funding": {
  3465. "type": "opencollective",
  3466. "url": "https://opencollective.com/parcel"
  3467. }
  3468. },
  3469. "node_modules/lightningcss-win32-x64-msvc": {
  3470. "version": "1.29.2",
  3471. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.29.2.tgz",
  3472. "integrity": "sha512-EdIUW3B2vLuHmv7urfzMI/h2fmlnOQBk1xlsDxkN1tCWKjNFjfLhGxYk8C8mzpSfr+A6jFFIi8fU6LbQGsRWjA==",
  3473. "cpu": [
  3474. "x64"
  3475. ],
  3476. "license": "MPL-2.0",
  3477. "optional": true,
  3478. "os": [
  3479. "win32"
  3480. ],
  3481. "engines": {
  3482. "node": ">= 12.0.0"
  3483. },
  3484. "funding": {
  3485. "type": "opencollective",
  3486. "url": "https://opencollective.com/parcel"
  3487. }
  3488. },
  3489. "node_modules/lightningcss/node_modules/detect-libc": {
  3490. "version": "2.0.3",
  3491. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.3.tgz",
  3492. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  3493. "license": "Apache-2.0",
  3494. "engines": {
  3495. "node": ">=8"
  3496. }
  3497. },
  3498. "node_modules/local-pkg": {
  3499. "version": "1.1.1",
  3500. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz",
  3501. "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
  3502. "license": "MIT",
  3503. "dependencies": {
  3504. "mlly": "^1.7.4",
  3505. "pkg-types": "^2.0.1",
  3506. "quansync": "^0.2.8"
  3507. },
  3508. "engines": {
  3509. "node": ">=14"
  3510. },
  3511. "funding": {
  3512. "url": "https://github.com/sponsors/antfu"
  3513. }
  3514. },
  3515. "node_modules/lodash": {
  3516. "version": "4.17.21",
  3517. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  3518. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  3519. "license": "MIT"
  3520. },
  3521. "node_modules/lodash-es": {
  3522. "version": "4.17.21",
  3523. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  3524. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  3525. "license": "MIT"
  3526. },
  3527. "node_modules/lodash-unified": {
  3528. "version": "1.0.3",
  3529. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  3530. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  3531. "license": "MIT",
  3532. "peerDependencies": {
  3533. "@types/lodash-es": "*",
  3534. "lodash": "*",
  3535. "lodash-es": "*"
  3536. }
  3537. },
  3538. "node_modules/lru-cache": {
  3539. "version": "5.1.1",
  3540. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  3541. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  3542. "dev": true,
  3543. "license": "ISC",
  3544. "peer": true,
  3545. "dependencies": {
  3546. "yallist": "^3.0.2"
  3547. }
  3548. },
  3549. "node_modules/magic-string": {
  3550. "version": "0.30.17",
  3551. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  3552. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  3553. "license": "MIT",
  3554. "dependencies": {
  3555. "@jridgewell/sourcemap-codec": "^1.5.0"
  3556. }
  3557. },
  3558. "node_modules/math-intrinsics": {
  3559. "version": "1.1.0",
  3560. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  3561. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  3562. "license": "MIT",
  3563. "engines": {
  3564. "node": ">= 0.4"
  3565. }
  3566. },
  3567. "node_modules/mdn-data": {
  3568. "version": "2.12.2",
  3569. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.12.2.tgz",
  3570. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  3571. "license": "CC0-1.0"
  3572. },
  3573. "node_modules/memoize-one": {
  3574. "version": "6.0.0",
  3575. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  3576. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  3577. "license": "MIT"
  3578. },
  3579. "node_modules/micromatch": {
  3580. "version": "4.0.8",
  3581. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  3582. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  3583. "license": "MIT",
  3584. "optional": true,
  3585. "dependencies": {
  3586. "braces": "^3.0.3",
  3587. "picomatch": "^2.3.1"
  3588. },
  3589. "engines": {
  3590. "node": ">=8.6"
  3591. }
  3592. },
  3593. "node_modules/micromatch/node_modules/picomatch": {
  3594. "version": "2.3.1",
  3595. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  3596. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  3597. "license": "MIT",
  3598. "optional": true,
  3599. "engines": {
  3600. "node": ">=8.6"
  3601. },
  3602. "funding": {
  3603. "url": "https://github.com/sponsors/jonschlinkert"
  3604. }
  3605. },
  3606. "node_modules/mime-db": {
  3607. "version": "1.52.0",
  3608. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  3609. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  3610. "license": "MIT",
  3611. "engines": {
  3612. "node": ">= 0.6"
  3613. }
  3614. },
  3615. "node_modules/mime-types": {
  3616. "version": "2.1.35",
  3617. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  3618. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  3619. "license": "MIT",
  3620. "dependencies": {
  3621. "mime-db": "1.52.0"
  3622. },
  3623. "engines": {
  3624. "node": ">= 0.6"
  3625. }
  3626. },
  3627. "node_modules/mitt": {
  3628. "version": "3.0.1",
  3629. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  3630. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  3631. "license": "MIT"
  3632. },
  3633. "node_modules/mlly": {
  3634. "version": "1.7.4",
  3635. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.4.tgz",
  3636. "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==",
  3637. "license": "MIT",
  3638. "dependencies": {
  3639. "acorn": "^8.14.0",
  3640. "pathe": "^2.0.1",
  3641. "pkg-types": "^1.3.0",
  3642. "ufo": "^1.5.4"
  3643. }
  3644. },
  3645. "node_modules/mlly/node_modules/confbox": {
  3646. "version": "0.1.8",
  3647. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  3648. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  3649. "license": "MIT"
  3650. },
  3651. "node_modules/mlly/node_modules/pkg-types": {
  3652. "version": "1.3.1",
  3653. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  3654. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  3655. "license": "MIT",
  3656. "dependencies": {
  3657. "confbox": "^0.1.8",
  3658. "mlly": "^1.7.4",
  3659. "pathe": "^2.0.1"
  3660. }
  3661. },
  3662. "node_modules/mrmime": {
  3663. "version": "2.0.1",
  3664. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  3665. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  3666. "license": "MIT",
  3667. "engines": {
  3668. "node": ">=10"
  3669. }
  3670. },
  3671. "node_modules/ms": {
  3672. "version": "2.1.3",
  3673. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  3674. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3675. "license": "MIT"
  3676. },
  3677. "node_modules/nanoid": {
  3678. "version": "3.3.11",
  3679. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  3680. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  3681. "funding": [
  3682. {
  3683. "type": "github",
  3684. "url": "https://github.com/sponsors/ai"
  3685. }
  3686. ],
  3687. "license": "MIT",
  3688. "bin": {
  3689. "nanoid": "bin/nanoid.cjs"
  3690. },
  3691. "engines": {
  3692. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  3693. }
  3694. },
  3695. "node_modules/node-addon-api": {
  3696. "version": "7.1.1",
  3697. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  3698. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  3699. "license": "MIT",
  3700. "optional": true
  3701. },
  3702. "node_modules/node-fetch-native": {
  3703. "version": "1.6.6",
  3704. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
  3705. "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==",
  3706. "license": "MIT"
  3707. },
  3708. "node_modules/node-releases": {
  3709. "version": "2.0.19",
  3710. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  3711. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  3712. "dev": true,
  3713. "license": "MIT",
  3714. "peer": true
  3715. },
  3716. "node_modules/normalize-path": {
  3717. "version": "3.0.0",
  3718. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  3719. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  3720. "license": "MIT",
  3721. "engines": {
  3722. "node": ">=0.10.0"
  3723. }
  3724. },
  3725. "node_modules/normalize-wheel-es": {
  3726. "version": "1.2.0",
  3727. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  3728. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  3729. "license": "BSD-3-Clause"
  3730. },
  3731. "node_modules/object-inspect": {
  3732. "version": "1.13.4",
  3733. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  3734. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  3735. "license": "MIT",
  3736. "engines": {
  3737. "node": ">= 0.4"
  3738. },
  3739. "funding": {
  3740. "url": "https://github.com/sponsors/ljharb"
  3741. }
  3742. },
  3743. "node_modules/ofetch": {
  3744. "version": "1.4.1",
  3745. "resolved": "https://registry.npmmirror.com/ofetch/-/ofetch-1.4.1.tgz",
  3746. "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
  3747. "license": "MIT",
  3748. "dependencies": {
  3749. "destr": "^2.0.3",
  3750. "node-fetch-native": "^1.6.4",
  3751. "ufo": "^1.5.4"
  3752. }
  3753. },
  3754. "node_modules/package-manager-detector": {
  3755. "version": "0.2.11",
  3756. "resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-0.2.11.tgz",
  3757. "integrity": "sha512-BEnLolu+yuz22S56CU1SUKq3XC3PkwD5wv4ikR4MfGvnRVcmzXR9DwSlW2fEamyTPyXHomBJRzgapeuBvRNzJQ==",
  3758. "license": "MIT",
  3759. "dependencies": {
  3760. "quansync": "^0.2.7"
  3761. }
  3762. },
  3763. "node_modules/pathe": {
  3764. "version": "2.0.3",
  3765. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  3766. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  3767. "license": "MIT"
  3768. },
  3769. "node_modules/perfect-debounce": {
  3770. "version": "1.0.0",
  3771. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  3772. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  3773. "license": "MIT"
  3774. },
  3775. "node_modules/picocolors": {
  3776. "version": "1.1.1",
  3777. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  3778. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  3779. "license": "ISC"
  3780. },
  3781. "node_modules/picomatch": {
  3782. "version": "4.0.2",
  3783. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  3784. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3785. "license": "MIT",
  3786. "engines": {
  3787. "node": ">=12"
  3788. },
  3789. "funding": {
  3790. "url": "https://github.com/sponsors/jonschlinkert"
  3791. }
  3792. },
  3793. "node_modules/pinia": {
  3794. "version": "3.0.2",
  3795. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.2.tgz",
  3796. "integrity": "sha512-sH2JK3wNY809JOeiiURUR0wehJ9/gd9qFN2Y828jCbxEzKEmEt0pzCXwqiSTfuRsK9vQsOflSdnbdBOGrhtn+g==",
  3797. "license": "MIT",
  3798. "dependencies": {
  3799. "@vue/devtools-api": "^7.7.2"
  3800. },
  3801. "funding": {
  3802. "url": "https://github.com/sponsors/posva"
  3803. },
  3804. "peerDependencies": {
  3805. "typescript": ">=4.4.4",
  3806. "vue": "^2.7.0 || ^3.5.11"
  3807. },
  3808. "peerDependenciesMeta": {
  3809. "typescript": {
  3810. "optional": true
  3811. }
  3812. }
  3813. },
  3814. "node_modules/pinia/node_modules/@vue/devtools-api": {
  3815. "version": "7.7.2",
  3816. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.2.tgz",
  3817. "integrity": "sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==",
  3818. "license": "MIT",
  3819. "dependencies": {
  3820. "@vue/devtools-kit": "^7.7.2"
  3821. }
  3822. },
  3823. "node_modules/pkg-types": {
  3824. "version": "2.1.0",
  3825. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.1.0.tgz",
  3826. "integrity": "sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==",
  3827. "license": "MIT",
  3828. "dependencies": {
  3829. "confbox": "^0.2.1",
  3830. "exsolve": "^1.0.1",
  3831. "pathe": "^2.0.3"
  3832. }
  3833. },
  3834. "node_modules/pnpm": {
  3835. "version": "10.9.0",
  3836. "resolved": "https://registry.npmmirror.com/pnpm/-/pnpm-10.9.0.tgz",
  3837. "integrity": "sha512-BIbjlGQNPB+zydQ9Sc+Sh5/3T4UWlZwjUwj1qPYuLhlSimXNwqMFj1h83nHro9W1YyfIwzqX5MQFHKSKEMotXw==",
  3838. "license": "MIT",
  3839. "bin": {
  3840. "pnpm": "bin/pnpm.cjs",
  3841. "pnpx": "bin/pnpx.cjs"
  3842. },
  3843. "engines": {
  3844. "node": ">=18.12"
  3845. },
  3846. "funding": {
  3847. "url": "https://opencollective.com/pnpm"
  3848. }
  3849. },
  3850. "node_modules/postcss": {
  3851. "version": "8.5.3",
  3852. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz",
  3853. "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
  3854. "funding": [
  3855. {
  3856. "type": "opencollective",
  3857. "url": "https://opencollective.com/postcss/"
  3858. },
  3859. {
  3860. "type": "tidelift",
  3861. "url": "https://tidelift.com/funding/github/npm/postcss"
  3862. },
  3863. {
  3864. "type": "github",
  3865. "url": "https://github.com/sponsors/ai"
  3866. }
  3867. ],
  3868. "license": "MIT",
  3869. "dependencies": {
  3870. "nanoid": "^3.3.8",
  3871. "picocolors": "^1.1.1",
  3872. "source-map-js": "^1.2.1"
  3873. },
  3874. "engines": {
  3875. "node": "^10 || ^12 || >=14"
  3876. }
  3877. },
  3878. "node_modules/proxy-from-env": {
  3879. "version": "1.1.0",
  3880. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  3881. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  3882. "license": "MIT"
  3883. },
  3884. "node_modules/qs": {
  3885. "version": "6.14.0",
  3886. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.14.0.tgz",
  3887. "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
  3888. "license": "BSD-3-Clause",
  3889. "dependencies": {
  3890. "side-channel": "^1.1.0"
  3891. },
  3892. "engines": {
  3893. "node": ">=0.6"
  3894. },
  3895. "funding": {
  3896. "url": "https://github.com/sponsors/ljharb"
  3897. }
  3898. },
  3899. "node_modules/quansync": {
  3900. "version": "0.2.10",
  3901. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.10.tgz",
  3902. "integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==",
  3903. "funding": [
  3904. {
  3905. "type": "individual",
  3906. "url": "https://github.com/sponsors/antfu"
  3907. },
  3908. {
  3909. "type": "individual",
  3910. "url": "https://github.com/sponsors/sxzz"
  3911. }
  3912. ],
  3913. "license": "MIT"
  3914. },
  3915. "node_modules/readdirp": {
  3916. "version": "3.6.0",
  3917. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  3918. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  3919. "license": "MIT",
  3920. "dependencies": {
  3921. "picomatch": "^2.2.1"
  3922. },
  3923. "engines": {
  3924. "node": ">=8.10.0"
  3925. }
  3926. },
  3927. "node_modules/readdirp/node_modules/picomatch": {
  3928. "version": "2.3.1",
  3929. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  3930. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  3931. "license": "MIT",
  3932. "engines": {
  3933. "node": ">=8.6"
  3934. },
  3935. "funding": {
  3936. "url": "https://github.com/sponsors/jonschlinkert"
  3937. }
  3938. },
  3939. "node_modules/rfdc": {
  3940. "version": "1.4.1",
  3941. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  3942. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  3943. "license": "MIT"
  3944. },
  3945. "node_modules/rollup": {
  3946. "version": "4.39.0",
  3947. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.39.0.tgz",
  3948. "integrity": "sha512-thI8kNc02yNvnmJp8dr3fNWJ9tCONDhp6TV35X6HkKGGs9E6q7YWCHbe5vKiTa7TAiNcFEmXKj3X/pG2b3ci0g==",
  3949. "license": "MIT",
  3950. "dependencies": {
  3951. "@types/estree": "1.0.7"
  3952. },
  3953. "bin": {
  3954. "rollup": "dist/bin/rollup"
  3955. },
  3956. "engines": {
  3957. "node": ">=18.0.0",
  3958. "npm": ">=8.0.0"
  3959. },
  3960. "optionalDependencies": {
  3961. "@rollup/rollup-android-arm-eabi": "4.39.0",
  3962. "@rollup/rollup-android-arm64": "4.39.0",
  3963. "@rollup/rollup-darwin-arm64": "4.39.0",
  3964. "@rollup/rollup-darwin-x64": "4.39.0",
  3965. "@rollup/rollup-freebsd-arm64": "4.39.0",
  3966. "@rollup/rollup-freebsd-x64": "4.39.0",
  3967. "@rollup/rollup-linux-arm-gnueabihf": "4.39.0",
  3968. "@rollup/rollup-linux-arm-musleabihf": "4.39.0",
  3969. "@rollup/rollup-linux-arm64-gnu": "4.39.0",
  3970. "@rollup/rollup-linux-arm64-musl": "4.39.0",
  3971. "@rollup/rollup-linux-loongarch64-gnu": "4.39.0",
  3972. "@rollup/rollup-linux-powerpc64le-gnu": "4.39.0",
  3973. "@rollup/rollup-linux-riscv64-gnu": "4.39.0",
  3974. "@rollup/rollup-linux-riscv64-musl": "4.39.0",
  3975. "@rollup/rollup-linux-s390x-gnu": "4.39.0",
  3976. "@rollup/rollup-linux-x64-gnu": "4.39.0",
  3977. "@rollup/rollup-linux-x64-musl": "4.39.0",
  3978. "@rollup/rollup-win32-arm64-msvc": "4.39.0",
  3979. "@rollup/rollup-win32-ia32-msvc": "4.39.0",
  3980. "@rollup/rollup-win32-x64-msvc": "4.39.0",
  3981. "fsevents": "~2.3.2"
  3982. }
  3983. },
  3984. "node_modules/sass": {
  3985. "version": "1.86.3",
  3986. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.86.3.tgz",
  3987. "integrity": "sha512-iGtg8kus4GrsGLRDLRBRHY9dNVA78ZaS7xr01cWnS7PEMQyFtTqBiyCrfpTYTZXRWM94akzckYjh8oADfFNTzw==",
  3988. "devOptional": true,
  3989. "license": "MIT",
  3990. "dependencies": {
  3991. "chokidar": "^4.0.0",
  3992. "immutable": "^5.0.2",
  3993. "source-map-js": ">=0.6.2 <2.0.0"
  3994. },
  3995. "bin": {
  3996. "sass": "sass.js"
  3997. },
  3998. "engines": {
  3999. "node": ">=14.0.0"
  4000. },
  4001. "optionalDependencies": {
  4002. "@parcel/watcher": "^2.4.1"
  4003. }
  4004. },
  4005. "node_modules/sass/node_modules/chokidar": {
  4006. "version": "4.0.3",
  4007. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  4008. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  4009. "devOptional": true,
  4010. "license": "MIT",
  4011. "dependencies": {
  4012. "readdirp": "^4.0.1"
  4013. },
  4014. "engines": {
  4015. "node": ">= 14.16.0"
  4016. },
  4017. "funding": {
  4018. "url": "https://paulmillr.com/funding/"
  4019. }
  4020. },
  4021. "node_modules/sass/node_modules/readdirp": {
  4022. "version": "4.1.2",
  4023. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  4024. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  4025. "devOptional": true,
  4026. "license": "MIT",
  4027. "engines": {
  4028. "node": ">= 14.18.0"
  4029. },
  4030. "funding": {
  4031. "type": "individual",
  4032. "url": "https://paulmillr.com/funding/"
  4033. }
  4034. },
  4035. "node_modules/scule": {
  4036. "version": "1.3.0",
  4037. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  4038. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  4039. "dev": true,
  4040. "license": "MIT"
  4041. },
  4042. "node_modules/semver": {
  4043. "version": "6.3.1",
  4044. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  4045. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  4046. "dev": true,
  4047. "license": "ISC",
  4048. "peer": true,
  4049. "bin": {
  4050. "semver": "bin/semver.js"
  4051. }
  4052. },
  4053. "node_modules/side-channel": {
  4054. "version": "1.1.0",
  4055. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  4056. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  4057. "license": "MIT",
  4058. "dependencies": {
  4059. "es-errors": "^1.3.0",
  4060. "object-inspect": "^1.13.3",
  4061. "side-channel-list": "^1.0.0",
  4062. "side-channel-map": "^1.0.1",
  4063. "side-channel-weakmap": "^1.0.2"
  4064. },
  4065. "engines": {
  4066. "node": ">= 0.4"
  4067. },
  4068. "funding": {
  4069. "url": "https://github.com/sponsors/ljharb"
  4070. }
  4071. },
  4072. "node_modules/side-channel-list": {
  4073. "version": "1.0.0",
  4074. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  4075. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  4076. "license": "MIT",
  4077. "dependencies": {
  4078. "es-errors": "^1.3.0",
  4079. "object-inspect": "^1.13.3"
  4080. },
  4081. "engines": {
  4082. "node": ">= 0.4"
  4083. },
  4084. "funding": {
  4085. "url": "https://github.com/sponsors/ljharb"
  4086. }
  4087. },
  4088. "node_modules/side-channel-map": {
  4089. "version": "1.0.1",
  4090. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  4091. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  4092. "license": "MIT",
  4093. "dependencies": {
  4094. "call-bound": "^1.0.2",
  4095. "es-errors": "^1.3.0",
  4096. "get-intrinsic": "^1.2.5",
  4097. "object-inspect": "^1.13.3"
  4098. },
  4099. "engines": {
  4100. "node": ">= 0.4"
  4101. },
  4102. "funding": {
  4103. "url": "https://github.com/sponsors/ljharb"
  4104. }
  4105. },
  4106. "node_modules/side-channel-weakmap": {
  4107. "version": "1.0.2",
  4108. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  4109. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  4110. "license": "MIT",
  4111. "dependencies": {
  4112. "call-bound": "^1.0.2",
  4113. "es-errors": "^1.3.0",
  4114. "get-intrinsic": "^1.2.5",
  4115. "object-inspect": "^1.13.3",
  4116. "side-channel-map": "^1.0.1"
  4117. },
  4118. "engines": {
  4119. "node": ">= 0.4"
  4120. },
  4121. "funding": {
  4122. "url": "https://github.com/sponsors/ljharb"
  4123. }
  4124. },
  4125. "node_modules/sirv": {
  4126. "version": "3.0.1",
  4127. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.1.tgz",
  4128. "integrity": "sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==",
  4129. "license": "MIT",
  4130. "dependencies": {
  4131. "@polka/url": "^1.0.0-next.24",
  4132. "mrmime": "^2.0.0",
  4133. "totalist": "^3.0.0"
  4134. },
  4135. "engines": {
  4136. "node": ">=18"
  4137. }
  4138. },
  4139. "node_modules/source-map": {
  4140. "version": "0.6.1",
  4141. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  4142. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  4143. "devOptional": true,
  4144. "license": "BSD-3-Clause",
  4145. "engines": {
  4146. "node": ">=0.10.0"
  4147. }
  4148. },
  4149. "node_modules/source-map-js": {
  4150. "version": "1.2.1",
  4151. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  4152. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  4153. "license": "BSD-3-Clause",
  4154. "engines": {
  4155. "node": ">=0.10.0"
  4156. }
  4157. },
  4158. "node_modules/source-map-support": {
  4159. "version": "0.5.21",
  4160. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  4161. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  4162. "devOptional": true,
  4163. "license": "MIT",
  4164. "dependencies": {
  4165. "buffer-from": "^1.0.0",
  4166. "source-map": "^0.6.0"
  4167. }
  4168. },
  4169. "node_modules/speakingurl": {
  4170. "version": "14.0.1",
  4171. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  4172. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  4173. "license": "BSD-3-Clause",
  4174. "engines": {
  4175. "node": ">=0.10.0"
  4176. }
  4177. },
  4178. "node_modules/strip-literal": {
  4179. "version": "3.0.0",
  4180. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.0.0.tgz",
  4181. "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
  4182. "dev": true,
  4183. "license": "MIT",
  4184. "dependencies": {
  4185. "js-tokens": "^9.0.1"
  4186. },
  4187. "funding": {
  4188. "url": "https://github.com/sponsors/antfu"
  4189. }
  4190. },
  4191. "node_modules/superjson": {
  4192. "version": "2.2.2",
  4193. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  4194. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  4195. "license": "MIT",
  4196. "dependencies": {
  4197. "copy-anything": "^3.0.2"
  4198. },
  4199. "engines": {
  4200. "node": ">=16"
  4201. }
  4202. },
  4203. "node_modules/tailwindcss": {
  4204. "version": "4.1.3",
  4205. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.3.tgz",
  4206. "integrity": "sha512-2Q+rw9vy1WFXu5cIxlvsabCwhU2qUwodGq03ODhLJ0jW4ek5BUtoCsnLB0qG+m8AHgEsSJcJGDSDe06FXlP74g==",
  4207. "license": "MIT"
  4208. },
  4209. "node_modules/tapable": {
  4210. "version": "2.2.1",
  4211. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz",
  4212. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  4213. "license": "MIT",
  4214. "engines": {
  4215. "node": ">=6"
  4216. }
  4217. },
  4218. "node_modules/terser": {
  4219. "version": "5.39.0",
  4220. "resolved": "https://registry.npmmirror.com/terser/-/terser-5.39.0.tgz",
  4221. "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==",
  4222. "devOptional": true,
  4223. "license": "BSD-2-Clause",
  4224. "dependencies": {
  4225. "@jridgewell/source-map": "^0.3.3",
  4226. "acorn": "^8.8.2",
  4227. "commander": "^2.20.0",
  4228. "source-map-support": "~0.5.20"
  4229. },
  4230. "bin": {
  4231. "terser": "bin/terser"
  4232. },
  4233. "engines": {
  4234. "node": ">=10"
  4235. }
  4236. },
  4237. "node_modules/tinyexec": {
  4238. "version": "0.3.2",
  4239. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-0.3.2.tgz",
  4240. "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
  4241. "license": "MIT"
  4242. },
  4243. "node_modules/tinyglobby": {
  4244. "version": "0.2.12",
  4245. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.12.tgz",
  4246. "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==",
  4247. "license": "MIT",
  4248. "dependencies": {
  4249. "fdir": "^6.4.3",
  4250. "picomatch": "^4.0.2"
  4251. },
  4252. "engines": {
  4253. "node": ">=12.0.0"
  4254. },
  4255. "funding": {
  4256. "url": "https://github.com/sponsors/SuperchupuDev"
  4257. }
  4258. },
  4259. "node_modules/to-regex-range": {
  4260. "version": "5.0.1",
  4261. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  4262. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  4263. "license": "MIT",
  4264. "dependencies": {
  4265. "is-number": "^7.0.0"
  4266. },
  4267. "engines": {
  4268. "node": ">=8.0"
  4269. }
  4270. },
  4271. "node_modules/totalist": {
  4272. "version": "3.0.1",
  4273. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  4274. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  4275. "license": "MIT",
  4276. "engines": {
  4277. "node": ">=6"
  4278. }
  4279. },
  4280. "node_modules/ufo": {
  4281. "version": "1.6.1",
  4282. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.1.tgz",
  4283. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  4284. "license": "MIT"
  4285. },
  4286. "node_modules/unconfig": {
  4287. "version": "7.3.1",
  4288. "resolved": "https://registry.npmmirror.com/unconfig/-/unconfig-7.3.1.tgz",
  4289. "integrity": "sha512-LH5WL+un92tGAzWS87k7LkAfwpMdm7V0IXG2FxEjZz/QxiIW5J5LkcrKQThj0aRz6+h/lFmKI9EUXmK/T0bcrw==",
  4290. "license": "MIT",
  4291. "dependencies": {
  4292. "@quansync/fs": "^0.1.1",
  4293. "defu": "^6.1.4",
  4294. "jiti": "^2.4.2",
  4295. "quansync": "^0.2.8"
  4296. },
  4297. "funding": {
  4298. "url": "https://github.com/sponsors/antfu"
  4299. }
  4300. },
  4301. "node_modules/unimport": {
  4302. "version": "4.2.0",
  4303. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-4.2.0.tgz",
  4304. "integrity": "sha512-mYVtA0nmzrysnYnyb3ALMbByJ+Maosee2+WyE0puXl+Xm2bUwPorPaaeZt0ETfuroPOtG8jj1g/qeFZ6buFnag==",
  4305. "dev": true,
  4306. "license": "MIT",
  4307. "dependencies": {
  4308. "acorn": "^8.14.1",
  4309. "escape-string-regexp": "^5.0.0",
  4310. "estree-walker": "^3.0.3",
  4311. "local-pkg": "^1.1.1",
  4312. "magic-string": "^0.30.17",
  4313. "mlly": "^1.7.4",
  4314. "pathe": "^2.0.3",
  4315. "picomatch": "^4.0.2",
  4316. "pkg-types": "^2.1.0",
  4317. "scule": "^1.3.0",
  4318. "strip-literal": "^3.0.0",
  4319. "tinyglobby": "^0.2.12",
  4320. "unplugin": "^2.2.2",
  4321. "unplugin-utils": "^0.2.4"
  4322. },
  4323. "engines": {
  4324. "node": ">=18.12.0"
  4325. }
  4326. },
  4327. "node_modules/unimport/node_modules/estree-walker": {
  4328. "version": "3.0.3",
  4329. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  4330. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  4331. "dev": true,
  4332. "license": "MIT",
  4333. "dependencies": {
  4334. "@types/estree": "^1.0.0"
  4335. }
  4336. },
  4337. "node_modules/unocss": {
  4338. "version": "66.1.0-beta.11",
  4339. "resolved": "https://registry.npmmirror.com/unocss/-/unocss-66.1.0-beta.11.tgz",
  4340. "integrity": "sha512-XdqHupFY4kD7icF9xPmK8uKpRdi/EZV9ZrM1W1J4TwoQtmw7daDjs9greqawJXayxHGf2Baevw4ht++dJ2R4jA==",
  4341. "license": "MIT",
  4342. "dependencies": {
  4343. "@unocss/astro": "66.1.0-beta.11",
  4344. "@unocss/cli": "66.1.0-beta.11",
  4345. "@unocss/core": "66.1.0-beta.11",
  4346. "@unocss/postcss": "66.1.0-beta.11",
  4347. "@unocss/preset-attributify": "66.1.0-beta.11",
  4348. "@unocss/preset-icons": "66.1.0-beta.11",
  4349. "@unocss/preset-mini": "66.1.0-beta.11",
  4350. "@unocss/preset-tagify": "66.1.0-beta.11",
  4351. "@unocss/preset-typography": "66.1.0-beta.11",
  4352. "@unocss/preset-uno": "66.1.0-beta.11",
  4353. "@unocss/preset-web-fonts": "66.1.0-beta.11",
  4354. "@unocss/preset-wind": "66.1.0-beta.11",
  4355. "@unocss/preset-wind3": "66.1.0-beta.11",
  4356. "@unocss/preset-wind4": "66.1.0-beta.11",
  4357. "@unocss/transformer-attributify-jsx": "66.1.0-beta.11",
  4358. "@unocss/transformer-compile-class": "66.1.0-beta.11",
  4359. "@unocss/transformer-directives": "66.1.0-beta.11",
  4360. "@unocss/transformer-variant-group": "66.1.0-beta.11",
  4361. "@unocss/vite": "66.1.0-beta.11"
  4362. },
  4363. "engines": {
  4364. "node": ">=14"
  4365. },
  4366. "funding": {
  4367. "url": "https://github.com/sponsors/antfu"
  4368. },
  4369. "peerDependencies": {
  4370. "@unocss/webpack": "66.1.0-beta.11",
  4371. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
  4372. },
  4373. "peerDependenciesMeta": {
  4374. "@unocss/webpack": {
  4375. "optional": true
  4376. },
  4377. "vite": {
  4378. "optional": true
  4379. }
  4380. }
  4381. },
  4382. "node_modules/unplugin": {
  4383. "version": "2.3.2",
  4384. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.2.tgz",
  4385. "integrity": "sha512-3n7YA46rROb3zSj8fFxtxC/PqoyvYQ0llwz9wtUPUutr9ig09C8gGo5CWCwHrUzlqC1LLR43kxp5vEIyH1ac1w==",
  4386. "dev": true,
  4387. "license": "MIT",
  4388. "dependencies": {
  4389. "acorn": "^8.14.1",
  4390. "picomatch": "^4.0.2",
  4391. "webpack-virtual-modules": "^0.6.2"
  4392. },
  4393. "engines": {
  4394. "node": ">=18.12.0"
  4395. }
  4396. },
  4397. "node_modules/unplugin-auto-import": {
  4398. "version": "19.1.2",
  4399. "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-19.1.2.tgz",
  4400. "integrity": "sha512-EkxNIJm4ZPYtV7rRaPBKnsscgTaifIZNrJF5DkMffTxkUOJOlJuKVypA6YBSBOjzPJDTFPjfVmCQPoBuOO+YYQ==",
  4401. "dev": true,
  4402. "license": "MIT",
  4403. "dependencies": {
  4404. "local-pkg": "^1.1.1",
  4405. "magic-string": "^0.30.17",
  4406. "picomatch": "^4.0.2",
  4407. "unimport": "^4.1.2",
  4408. "unplugin": "^2.2.2",
  4409. "unplugin-utils": "^0.2.4"
  4410. },
  4411. "engines": {
  4412. "node": ">=14"
  4413. },
  4414. "funding": {
  4415. "url": "https://github.com/sponsors/antfu"
  4416. },
  4417. "peerDependencies": {
  4418. "@nuxt/kit": "^3.2.2",
  4419. "@vueuse/core": "*"
  4420. },
  4421. "peerDependenciesMeta": {
  4422. "@nuxt/kit": {
  4423. "optional": true
  4424. },
  4425. "@vueuse/core": {
  4426. "optional": true
  4427. }
  4428. }
  4429. },
  4430. "node_modules/unplugin-utils": {
  4431. "version": "0.2.4",
  4432. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.4.tgz",
  4433. "integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==",
  4434. "license": "MIT",
  4435. "dependencies": {
  4436. "pathe": "^2.0.2",
  4437. "picomatch": "^4.0.2"
  4438. },
  4439. "engines": {
  4440. "node": ">=18.12.0"
  4441. },
  4442. "funding": {
  4443. "url": "https://github.com/sponsors/sxzz"
  4444. }
  4445. },
  4446. "node_modules/unplugin-vue-components": {
  4447. "version": "28.5.0",
  4448. "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-28.5.0.tgz",
  4449. "integrity": "sha512-o7fMKU/uI8NiP+E0W62zoduuguWqB0obTfHFtbr1AP2uo2lhUPnPttWUE92yesdiYfo9/0hxIrj38FMc1eaySg==",
  4450. "dev": true,
  4451. "license": "MIT",
  4452. "dependencies": {
  4453. "chokidar": "^3.6.0",
  4454. "debug": "^4.4.0",
  4455. "local-pkg": "^1.1.1",
  4456. "magic-string": "^0.30.17",
  4457. "mlly": "^1.7.4",
  4458. "tinyglobby": "^0.2.12",
  4459. "unplugin": "^2.3.2",
  4460. "unplugin-utils": "^0.2.4"
  4461. },
  4462. "engines": {
  4463. "node": ">=14"
  4464. },
  4465. "funding": {
  4466. "url": "https://github.com/sponsors/antfu"
  4467. },
  4468. "peerDependencies": {
  4469. "@babel/parser": "^7.15.8",
  4470. "@nuxt/kit": "^3.2.2",
  4471. "vue": "2 || 3"
  4472. },
  4473. "peerDependenciesMeta": {
  4474. "@babel/parser": {
  4475. "optional": true
  4476. },
  4477. "@nuxt/kit": {
  4478. "optional": true
  4479. }
  4480. }
  4481. },
  4482. "node_modules/update-browserslist-db": {
  4483. "version": "1.1.3",
  4484. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  4485. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  4486. "dev": true,
  4487. "funding": [
  4488. {
  4489. "type": "opencollective",
  4490. "url": "https://opencollective.com/browserslist"
  4491. },
  4492. {
  4493. "type": "tidelift",
  4494. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4495. },
  4496. {
  4497. "type": "github",
  4498. "url": "https://github.com/sponsors/ai"
  4499. }
  4500. ],
  4501. "license": "MIT",
  4502. "peer": true,
  4503. "dependencies": {
  4504. "escalade": "^3.2.0",
  4505. "picocolors": "^1.1.1"
  4506. },
  4507. "bin": {
  4508. "update-browserslist-db": "cli.js"
  4509. },
  4510. "peerDependencies": {
  4511. "browserslist": ">= 4.21.0"
  4512. }
  4513. },
  4514. "node_modules/vite": {
  4515. "version": "6.2.6",
  4516. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.2.6.tgz",
  4517. "integrity": "sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==",
  4518. "license": "MIT",
  4519. "dependencies": {
  4520. "esbuild": "^0.25.0",
  4521. "postcss": "^8.5.3",
  4522. "rollup": "^4.30.1"
  4523. },
  4524. "bin": {
  4525. "vite": "bin/vite.js"
  4526. },
  4527. "engines": {
  4528. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  4529. },
  4530. "funding": {
  4531. "url": "https://github.com/vitejs/vite?sponsor=1"
  4532. },
  4533. "optionalDependencies": {
  4534. "fsevents": "~2.3.3"
  4535. },
  4536. "peerDependencies": {
  4537. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  4538. "jiti": ">=1.21.0",
  4539. "less": "*",
  4540. "lightningcss": "^1.21.0",
  4541. "sass": "*",
  4542. "sass-embedded": "*",
  4543. "stylus": "*",
  4544. "sugarss": "*",
  4545. "terser": "^5.16.0",
  4546. "tsx": "^4.8.1",
  4547. "yaml": "^2.4.2"
  4548. },
  4549. "peerDependenciesMeta": {
  4550. "@types/node": {
  4551. "optional": true
  4552. },
  4553. "jiti": {
  4554. "optional": true
  4555. },
  4556. "less": {
  4557. "optional": true
  4558. },
  4559. "lightningcss": {
  4560. "optional": true
  4561. },
  4562. "sass": {
  4563. "optional": true
  4564. },
  4565. "sass-embedded": {
  4566. "optional": true
  4567. },
  4568. "stylus": {
  4569. "optional": true
  4570. },
  4571. "sugarss": {
  4572. "optional": true
  4573. },
  4574. "terser": {
  4575. "optional": true
  4576. },
  4577. "tsx": {
  4578. "optional": true
  4579. },
  4580. "yaml": {
  4581. "optional": true
  4582. }
  4583. }
  4584. },
  4585. "node_modules/vue": {
  4586. "version": "3.5.13",
  4587. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.13.tgz",
  4588. "integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
  4589. "license": "MIT",
  4590. "dependencies": {
  4591. "@vue/compiler-dom": "3.5.13",
  4592. "@vue/compiler-sfc": "3.5.13",
  4593. "@vue/runtime-dom": "3.5.13",
  4594. "@vue/server-renderer": "3.5.13",
  4595. "@vue/shared": "3.5.13"
  4596. },
  4597. "peerDependencies": {
  4598. "typescript": "*"
  4599. },
  4600. "peerDependenciesMeta": {
  4601. "typescript": {
  4602. "optional": true
  4603. }
  4604. }
  4605. },
  4606. "node_modules/vue-flow-layout": {
  4607. "version": "0.1.1",
  4608. "resolved": "https://registry.npmmirror.com/vue-flow-layout/-/vue-flow-layout-0.1.1.tgz",
  4609. "integrity": "sha512-JdgRRUVrN0Y2GosA0M68DEbKlXMqJ7FQgsK8CjQD2vxvNSqAU6PZEpi4cfcTVtfM2GVOMjHo7GKKLbXxOBqDqA==",
  4610. "license": "MIT",
  4611. "peerDependencies": {
  4612. "vue": "^3.4.37"
  4613. }
  4614. },
  4615. "node_modules/vue-router": {
  4616. "version": "4.5.0",
  4617. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.0.tgz",
  4618. "integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==",
  4619. "license": "MIT",
  4620. "dependencies": {
  4621. "@vue/devtools-api": "^6.6.4"
  4622. },
  4623. "funding": {
  4624. "url": "https://github.com/sponsors/posva"
  4625. },
  4626. "peerDependencies": {
  4627. "vue": "^3.2.0"
  4628. }
  4629. },
  4630. "node_modules/webpack-virtual-modules": {
  4631. "version": "0.6.2",
  4632. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  4633. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  4634. "dev": true,
  4635. "license": "MIT"
  4636. },
  4637. "node_modules/yallist": {
  4638. "version": "3.1.1",
  4639. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  4640. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  4641. "dev": true,
  4642. "license": "ISC",
  4643. "peer": true
  4644. }
  4645. }
  4646. }