package-lock.json 120 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431
  1. {
  2. "name": "admindata",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "admindata",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.3.1",
  12. "@tsparticles/slim": "^3.9.1",
  13. "@tsparticles/vue3": "^3.0.1",
  14. "axios": "^1.9.0",
  15. "dom-to-image": "^2.6.0",
  16. "echarts": "^6.1.0",
  17. "element-plus": "^2.9.11",
  18. "jsencrypt": "^3.5.4",
  19. "jspdf": "^4.2.1",
  20. "lodash-es": "^4.18.1",
  21. "pinia": "^3.0.4",
  22. "vue": "^3.5.13",
  23. "vue-router": "^4.5.1",
  24. "vuex": "^4.1.0"
  25. },
  26. "devDependencies": {
  27. "@tsconfig/node20": "^20.1.9",
  28. "@types/dom-to-image": "^2.6.7",
  29. "@types/node": "^22.15.26",
  30. "@vitejs/plugin-vue": "^5.2.3",
  31. "@vue/tsconfig": "^0.7.0",
  32. "sass": "^1.89.0",
  33. "sass-loader": "^16.0.5",
  34. "typescript": "~5.8.3",
  35. "vite": "^6.3.5",
  36. "vue-tsc": "^2.2.8"
  37. }
  38. },
  39. "node_modules/@babel/helper-string-parser": {
  40. "version": "7.27.1",
  41. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  42. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  43. "license": "MIT",
  44. "engines": {
  45. "node": ">=6.9.0"
  46. }
  47. },
  48. "node_modules/@babel/helper-validator-identifier": {
  49. "version": "7.28.5",
  50. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  51. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  52. "license": "MIT",
  53. "engines": {
  54. "node": ">=6.9.0"
  55. }
  56. },
  57. "node_modules/@babel/parser": {
  58. "version": "7.29.3",
  59. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.3.tgz",
  60. "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
  61. "license": "MIT",
  62. "dependencies": {
  63. "@babel/types": "^7.29.0"
  64. },
  65. "bin": {
  66. "parser": "bin/babel-parser.js"
  67. },
  68. "engines": {
  69. "node": ">=6.0.0"
  70. }
  71. },
  72. "node_modules/@babel/runtime": {
  73. "version": "7.29.7",
  74. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
  75. "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
  76. "engines": {
  77. "node": ">=6.9.0"
  78. }
  79. },
  80. "node_modules/@babel/types": {
  81. "version": "7.29.0",
  82. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.0.tgz",
  83. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  84. "license": "MIT",
  85. "dependencies": {
  86. "@babel/helper-string-parser": "^7.27.1",
  87. "@babel/helper-validator-identifier": "^7.28.5"
  88. },
  89. "engines": {
  90. "node": ">=6.9.0"
  91. }
  92. },
  93. "node_modules/@ctrl/tinycolor": {
  94. "version": "4.2.0",
  95. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz",
  96. "integrity": "sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==",
  97. "license": "MIT",
  98. "engines": {
  99. "node": ">=14"
  100. }
  101. },
  102. "node_modules/@element-plus/icons-vue": {
  103. "version": "2.3.2",
  104. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
  105. "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
  106. "license": "MIT",
  107. "peerDependencies": {
  108. "vue": "^3.2.0"
  109. }
  110. },
  111. "node_modules/@esbuild/aix-ppc64": {
  112. "version": "0.25.12",
  113. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  114. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  115. "cpu": [
  116. "ppc64"
  117. ],
  118. "dev": true,
  119. "license": "MIT",
  120. "optional": true,
  121. "os": [
  122. "aix"
  123. ],
  124. "engines": {
  125. "node": ">=18"
  126. }
  127. },
  128. "node_modules/@esbuild/android-arm": {
  129. "version": "0.25.12",
  130. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  131. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  132. "cpu": [
  133. "arm"
  134. ],
  135. "dev": true,
  136. "license": "MIT",
  137. "optional": true,
  138. "os": [
  139. "android"
  140. ],
  141. "engines": {
  142. "node": ">=18"
  143. }
  144. },
  145. "node_modules/@esbuild/android-arm64": {
  146. "version": "0.25.12",
  147. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  148. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  149. "cpu": [
  150. "arm64"
  151. ],
  152. "dev": true,
  153. "license": "MIT",
  154. "optional": true,
  155. "os": [
  156. "android"
  157. ],
  158. "engines": {
  159. "node": ">=18"
  160. }
  161. },
  162. "node_modules/@esbuild/android-x64": {
  163. "version": "0.25.12",
  164. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  165. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  166. "cpu": [
  167. "x64"
  168. ],
  169. "dev": true,
  170. "license": "MIT",
  171. "optional": true,
  172. "os": [
  173. "android"
  174. ],
  175. "engines": {
  176. "node": ">=18"
  177. }
  178. },
  179. "node_modules/@esbuild/darwin-arm64": {
  180. "version": "0.25.12",
  181. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  182. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  183. "cpu": [
  184. "arm64"
  185. ],
  186. "dev": true,
  187. "license": "MIT",
  188. "optional": true,
  189. "os": [
  190. "darwin"
  191. ],
  192. "engines": {
  193. "node": ">=18"
  194. }
  195. },
  196. "node_modules/@esbuild/darwin-x64": {
  197. "version": "0.25.12",
  198. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  199. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  200. "cpu": [
  201. "x64"
  202. ],
  203. "dev": true,
  204. "license": "MIT",
  205. "optional": true,
  206. "os": [
  207. "darwin"
  208. ],
  209. "engines": {
  210. "node": ">=18"
  211. }
  212. },
  213. "node_modules/@esbuild/freebsd-arm64": {
  214. "version": "0.25.12",
  215. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  216. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  217. "cpu": [
  218. "arm64"
  219. ],
  220. "dev": true,
  221. "license": "MIT",
  222. "optional": true,
  223. "os": [
  224. "freebsd"
  225. ],
  226. "engines": {
  227. "node": ">=18"
  228. }
  229. },
  230. "node_modules/@esbuild/freebsd-x64": {
  231. "version": "0.25.12",
  232. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  233. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  234. "cpu": [
  235. "x64"
  236. ],
  237. "dev": true,
  238. "license": "MIT",
  239. "optional": true,
  240. "os": [
  241. "freebsd"
  242. ],
  243. "engines": {
  244. "node": ">=18"
  245. }
  246. },
  247. "node_modules/@esbuild/linux-arm": {
  248. "version": "0.25.12",
  249. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  250. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  251. "cpu": [
  252. "arm"
  253. ],
  254. "dev": true,
  255. "license": "MIT",
  256. "optional": true,
  257. "os": [
  258. "linux"
  259. ],
  260. "engines": {
  261. "node": ">=18"
  262. }
  263. },
  264. "node_modules/@esbuild/linux-arm64": {
  265. "version": "0.25.12",
  266. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  267. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  268. "cpu": [
  269. "arm64"
  270. ],
  271. "dev": true,
  272. "license": "MIT",
  273. "optional": true,
  274. "os": [
  275. "linux"
  276. ],
  277. "engines": {
  278. "node": ">=18"
  279. }
  280. },
  281. "node_modules/@esbuild/linux-ia32": {
  282. "version": "0.25.12",
  283. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  284. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  285. "cpu": [
  286. "ia32"
  287. ],
  288. "dev": true,
  289. "license": "MIT",
  290. "optional": true,
  291. "os": [
  292. "linux"
  293. ],
  294. "engines": {
  295. "node": ">=18"
  296. }
  297. },
  298. "node_modules/@esbuild/linux-loong64": {
  299. "version": "0.25.12",
  300. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  301. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  302. "cpu": [
  303. "loong64"
  304. ],
  305. "dev": true,
  306. "license": "MIT",
  307. "optional": true,
  308. "os": [
  309. "linux"
  310. ],
  311. "engines": {
  312. "node": ">=18"
  313. }
  314. },
  315. "node_modules/@esbuild/linux-mips64el": {
  316. "version": "0.25.12",
  317. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  318. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  319. "cpu": [
  320. "mips64el"
  321. ],
  322. "dev": true,
  323. "license": "MIT",
  324. "optional": true,
  325. "os": [
  326. "linux"
  327. ],
  328. "engines": {
  329. "node": ">=18"
  330. }
  331. },
  332. "node_modules/@esbuild/linux-ppc64": {
  333. "version": "0.25.12",
  334. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  335. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  336. "cpu": [
  337. "ppc64"
  338. ],
  339. "dev": true,
  340. "license": "MIT",
  341. "optional": true,
  342. "os": [
  343. "linux"
  344. ],
  345. "engines": {
  346. "node": ">=18"
  347. }
  348. },
  349. "node_modules/@esbuild/linux-riscv64": {
  350. "version": "0.25.12",
  351. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  352. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  353. "cpu": [
  354. "riscv64"
  355. ],
  356. "dev": true,
  357. "license": "MIT",
  358. "optional": true,
  359. "os": [
  360. "linux"
  361. ],
  362. "engines": {
  363. "node": ">=18"
  364. }
  365. },
  366. "node_modules/@esbuild/linux-s390x": {
  367. "version": "0.25.12",
  368. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  369. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  370. "cpu": [
  371. "s390x"
  372. ],
  373. "dev": true,
  374. "license": "MIT",
  375. "optional": true,
  376. "os": [
  377. "linux"
  378. ],
  379. "engines": {
  380. "node": ">=18"
  381. }
  382. },
  383. "node_modules/@esbuild/linux-x64": {
  384. "version": "0.25.12",
  385. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  386. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  387. "cpu": [
  388. "x64"
  389. ],
  390. "dev": true,
  391. "license": "MIT",
  392. "optional": true,
  393. "os": [
  394. "linux"
  395. ],
  396. "engines": {
  397. "node": ">=18"
  398. }
  399. },
  400. "node_modules/@esbuild/netbsd-arm64": {
  401. "version": "0.25.12",
  402. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  403. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  404. "cpu": [
  405. "arm64"
  406. ],
  407. "dev": true,
  408. "license": "MIT",
  409. "optional": true,
  410. "os": [
  411. "netbsd"
  412. ],
  413. "engines": {
  414. "node": ">=18"
  415. }
  416. },
  417. "node_modules/@esbuild/netbsd-x64": {
  418. "version": "0.25.12",
  419. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  420. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  421. "cpu": [
  422. "x64"
  423. ],
  424. "dev": true,
  425. "license": "MIT",
  426. "optional": true,
  427. "os": [
  428. "netbsd"
  429. ],
  430. "engines": {
  431. "node": ">=18"
  432. }
  433. },
  434. "node_modules/@esbuild/openbsd-arm64": {
  435. "version": "0.25.12",
  436. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  437. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  438. "cpu": [
  439. "arm64"
  440. ],
  441. "dev": true,
  442. "license": "MIT",
  443. "optional": true,
  444. "os": [
  445. "openbsd"
  446. ],
  447. "engines": {
  448. "node": ">=18"
  449. }
  450. },
  451. "node_modules/@esbuild/openbsd-x64": {
  452. "version": "0.25.12",
  453. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  454. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  455. "cpu": [
  456. "x64"
  457. ],
  458. "dev": true,
  459. "license": "MIT",
  460. "optional": true,
  461. "os": [
  462. "openbsd"
  463. ],
  464. "engines": {
  465. "node": ">=18"
  466. }
  467. },
  468. "node_modules/@esbuild/openharmony-arm64": {
  469. "version": "0.25.12",
  470. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  471. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  472. "cpu": [
  473. "arm64"
  474. ],
  475. "dev": true,
  476. "license": "MIT",
  477. "optional": true,
  478. "os": [
  479. "openharmony"
  480. ],
  481. "engines": {
  482. "node": ">=18"
  483. }
  484. },
  485. "node_modules/@esbuild/sunos-x64": {
  486. "version": "0.25.12",
  487. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  488. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  489. "cpu": [
  490. "x64"
  491. ],
  492. "dev": true,
  493. "license": "MIT",
  494. "optional": true,
  495. "os": [
  496. "sunos"
  497. ],
  498. "engines": {
  499. "node": ">=18"
  500. }
  501. },
  502. "node_modules/@esbuild/win32-arm64": {
  503. "version": "0.25.12",
  504. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  505. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  506. "cpu": [
  507. "arm64"
  508. ],
  509. "dev": true,
  510. "license": "MIT",
  511. "optional": true,
  512. "os": [
  513. "win32"
  514. ],
  515. "engines": {
  516. "node": ">=18"
  517. }
  518. },
  519. "node_modules/@esbuild/win32-ia32": {
  520. "version": "0.25.12",
  521. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  522. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  523. "cpu": [
  524. "ia32"
  525. ],
  526. "dev": true,
  527. "license": "MIT",
  528. "optional": true,
  529. "os": [
  530. "win32"
  531. ],
  532. "engines": {
  533. "node": ">=18"
  534. }
  535. },
  536. "node_modules/@esbuild/win32-x64": {
  537. "version": "0.25.12",
  538. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  539. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  540. "cpu": [
  541. "x64"
  542. ],
  543. "dev": true,
  544. "license": "MIT",
  545. "optional": true,
  546. "os": [
  547. "win32"
  548. ],
  549. "engines": {
  550. "node": ">=18"
  551. }
  552. },
  553. "node_modules/@floating-ui/core": {
  554. "version": "1.7.5",
  555. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.5.tgz",
  556. "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
  557. "license": "MIT",
  558. "dependencies": {
  559. "@floating-ui/utils": "^0.2.11"
  560. }
  561. },
  562. "node_modules/@floating-ui/dom": {
  563. "version": "1.7.6",
  564. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.6.tgz",
  565. "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
  566. "license": "MIT",
  567. "dependencies": {
  568. "@floating-ui/core": "^1.7.5",
  569. "@floating-ui/utils": "^0.2.11"
  570. }
  571. },
  572. "node_modules/@floating-ui/utils": {
  573. "version": "0.2.11",
  574. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.11.tgz",
  575. "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
  576. "license": "MIT"
  577. },
  578. "node_modules/@jridgewell/sourcemap-codec": {
  579. "version": "1.5.5",
  580. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  581. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  582. "license": "MIT"
  583. },
  584. "node_modules/@parcel/watcher": {
  585. "version": "2.5.6",
  586. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.6.tgz",
  587. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  588. "dev": true,
  589. "hasInstallScript": true,
  590. "license": "MIT",
  591. "optional": true,
  592. "dependencies": {
  593. "detect-libc": "^2.0.3",
  594. "is-glob": "^4.0.3",
  595. "node-addon-api": "^7.0.0",
  596. "picomatch": "^4.0.3"
  597. },
  598. "engines": {
  599. "node": ">= 10.0.0"
  600. },
  601. "funding": {
  602. "type": "opencollective",
  603. "url": "https://opencollective.com/parcel"
  604. },
  605. "optionalDependencies": {
  606. "@parcel/watcher-android-arm64": "2.5.6",
  607. "@parcel/watcher-darwin-arm64": "2.5.6",
  608. "@parcel/watcher-darwin-x64": "2.5.6",
  609. "@parcel/watcher-freebsd-x64": "2.5.6",
  610. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  611. "@parcel/watcher-linux-arm-musl": "2.5.6",
  612. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  613. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  614. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  615. "@parcel/watcher-linux-x64-musl": "2.5.6",
  616. "@parcel/watcher-win32-arm64": "2.5.6",
  617. "@parcel/watcher-win32-ia32": "2.5.6",
  618. "@parcel/watcher-win32-x64": "2.5.6"
  619. }
  620. },
  621. "node_modules/@parcel/watcher-android-arm64": {
  622. "version": "2.5.6",
  623. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  624. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  625. "cpu": [
  626. "arm64"
  627. ],
  628. "dev": true,
  629. "license": "MIT",
  630. "optional": true,
  631. "os": [
  632. "android"
  633. ],
  634. "engines": {
  635. "node": ">= 10.0.0"
  636. },
  637. "funding": {
  638. "type": "opencollective",
  639. "url": "https://opencollective.com/parcel"
  640. }
  641. },
  642. "node_modules/@parcel/watcher-darwin-arm64": {
  643. "version": "2.5.6",
  644. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  645. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  646. "cpu": [
  647. "arm64"
  648. ],
  649. "dev": true,
  650. "license": "MIT",
  651. "optional": true,
  652. "os": [
  653. "darwin"
  654. ],
  655. "engines": {
  656. "node": ">= 10.0.0"
  657. },
  658. "funding": {
  659. "type": "opencollective",
  660. "url": "https://opencollective.com/parcel"
  661. }
  662. },
  663. "node_modules/@parcel/watcher-darwin-x64": {
  664. "version": "2.5.6",
  665. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  666. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  667. "cpu": [
  668. "x64"
  669. ],
  670. "dev": true,
  671. "license": "MIT",
  672. "optional": true,
  673. "os": [
  674. "darwin"
  675. ],
  676. "engines": {
  677. "node": ">= 10.0.0"
  678. },
  679. "funding": {
  680. "type": "opencollective",
  681. "url": "https://opencollective.com/parcel"
  682. }
  683. },
  684. "node_modules/@parcel/watcher-freebsd-x64": {
  685. "version": "2.5.6",
  686. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  687. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  688. "cpu": [
  689. "x64"
  690. ],
  691. "dev": true,
  692. "license": "MIT",
  693. "optional": true,
  694. "os": [
  695. "freebsd"
  696. ],
  697. "engines": {
  698. "node": ">= 10.0.0"
  699. },
  700. "funding": {
  701. "type": "opencollective",
  702. "url": "https://opencollective.com/parcel"
  703. }
  704. },
  705. "node_modules/@parcel/watcher-linux-arm-glibc": {
  706. "version": "2.5.6",
  707. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  708. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  709. "cpu": [
  710. "arm"
  711. ],
  712. "dev": true,
  713. "license": "MIT",
  714. "optional": true,
  715. "os": [
  716. "linux"
  717. ],
  718. "engines": {
  719. "node": ">= 10.0.0"
  720. },
  721. "funding": {
  722. "type": "opencollective",
  723. "url": "https://opencollective.com/parcel"
  724. }
  725. },
  726. "node_modules/@parcel/watcher-linux-arm-musl": {
  727. "version": "2.5.6",
  728. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  729. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  730. "cpu": [
  731. "arm"
  732. ],
  733. "dev": true,
  734. "license": "MIT",
  735. "optional": true,
  736. "os": [
  737. "linux"
  738. ],
  739. "engines": {
  740. "node": ">= 10.0.0"
  741. },
  742. "funding": {
  743. "type": "opencollective",
  744. "url": "https://opencollective.com/parcel"
  745. }
  746. },
  747. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  748. "version": "2.5.6",
  749. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  750. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  751. "cpu": [
  752. "arm64"
  753. ],
  754. "dev": true,
  755. "license": "MIT",
  756. "optional": true,
  757. "os": [
  758. "linux"
  759. ],
  760. "engines": {
  761. "node": ">= 10.0.0"
  762. },
  763. "funding": {
  764. "type": "opencollective",
  765. "url": "https://opencollective.com/parcel"
  766. }
  767. },
  768. "node_modules/@parcel/watcher-linux-arm64-musl": {
  769. "version": "2.5.6",
  770. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  771. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  772. "cpu": [
  773. "arm64"
  774. ],
  775. "dev": true,
  776. "license": "MIT",
  777. "optional": true,
  778. "os": [
  779. "linux"
  780. ],
  781. "engines": {
  782. "node": ">= 10.0.0"
  783. },
  784. "funding": {
  785. "type": "opencollective",
  786. "url": "https://opencollective.com/parcel"
  787. }
  788. },
  789. "node_modules/@parcel/watcher-linux-x64-glibc": {
  790. "version": "2.5.6",
  791. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  792. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  793. "cpu": [
  794. "x64"
  795. ],
  796. "dev": true,
  797. "license": "MIT",
  798. "optional": true,
  799. "os": [
  800. "linux"
  801. ],
  802. "engines": {
  803. "node": ">= 10.0.0"
  804. },
  805. "funding": {
  806. "type": "opencollective",
  807. "url": "https://opencollective.com/parcel"
  808. }
  809. },
  810. "node_modules/@parcel/watcher-linux-x64-musl": {
  811. "version": "2.5.6",
  812. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  813. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  814. "cpu": [
  815. "x64"
  816. ],
  817. "dev": true,
  818. "license": "MIT",
  819. "optional": true,
  820. "os": [
  821. "linux"
  822. ],
  823. "engines": {
  824. "node": ">= 10.0.0"
  825. },
  826. "funding": {
  827. "type": "opencollective",
  828. "url": "https://opencollective.com/parcel"
  829. }
  830. },
  831. "node_modules/@parcel/watcher-win32-arm64": {
  832. "version": "2.5.6",
  833. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  834. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  835. "cpu": [
  836. "arm64"
  837. ],
  838. "dev": true,
  839. "license": "MIT",
  840. "optional": true,
  841. "os": [
  842. "win32"
  843. ],
  844. "engines": {
  845. "node": ">= 10.0.0"
  846. },
  847. "funding": {
  848. "type": "opencollective",
  849. "url": "https://opencollective.com/parcel"
  850. }
  851. },
  852. "node_modules/@parcel/watcher-win32-ia32": {
  853. "version": "2.5.6",
  854. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  855. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  856. "cpu": [
  857. "ia32"
  858. ],
  859. "dev": true,
  860. "license": "MIT",
  861. "optional": true,
  862. "os": [
  863. "win32"
  864. ],
  865. "engines": {
  866. "node": ">= 10.0.0"
  867. },
  868. "funding": {
  869. "type": "opencollective",
  870. "url": "https://opencollective.com/parcel"
  871. }
  872. },
  873. "node_modules/@parcel/watcher-win32-x64": {
  874. "version": "2.5.6",
  875. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  876. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  877. "cpu": [
  878. "x64"
  879. ],
  880. "dev": true,
  881. "license": "MIT",
  882. "optional": true,
  883. "os": [
  884. "win32"
  885. ],
  886. "engines": {
  887. "node": ">= 10.0.0"
  888. },
  889. "funding": {
  890. "type": "opencollective",
  891. "url": "https://opencollective.com/parcel"
  892. }
  893. },
  894. "node_modules/@popperjs/core": {
  895. "name": "@sxzz/popperjs-es",
  896. "version": "2.11.8",
  897. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.8.tgz",
  898. "integrity": "sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==",
  899. "license": "MIT",
  900. "funding": {
  901. "type": "opencollective",
  902. "url": "https://opencollective.com/popperjs"
  903. }
  904. },
  905. "node_modules/@rollup/rollup-android-arm-eabi": {
  906. "version": "4.60.4",
  907. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.4.tgz",
  908. "integrity": "sha512-F5QXMSiFebS9hKZj02XhWLLnRpJ3B3AROP0tWbFBSj+6kCbg5m9j5JoHKd4mmSVy5mS/IMQloYgYxCuJC0fxEQ==",
  909. "cpu": [
  910. "arm"
  911. ],
  912. "dev": true,
  913. "license": "MIT",
  914. "optional": true,
  915. "os": [
  916. "android"
  917. ]
  918. },
  919. "node_modules/@rollup/rollup-android-arm64": {
  920. "version": "4.60.4",
  921. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.4.tgz",
  922. "integrity": "sha512-GxxTKApUpzRhof7poWvCJHRF51C67u1R7D6DiluBE8wKU1u5GWE8t+v81JvJYtbawoBFX1hLv5Ei4eVjkWokaw==",
  923. "cpu": [
  924. "arm64"
  925. ],
  926. "dev": true,
  927. "license": "MIT",
  928. "optional": true,
  929. "os": [
  930. "android"
  931. ]
  932. },
  933. "node_modules/@rollup/rollup-darwin-arm64": {
  934. "version": "4.60.4",
  935. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.4.tgz",
  936. "integrity": "sha512-tua0TaJxMOB1R0V0RS1jFZ/RpURFDJIOR2A6jWwQeawuFyS4gBW+rntLRaQd0EQ4bd6Vp44Z2rXW+YYDBsj6IA==",
  937. "cpu": [
  938. "arm64"
  939. ],
  940. "dev": true,
  941. "license": "MIT",
  942. "optional": true,
  943. "os": [
  944. "darwin"
  945. ]
  946. },
  947. "node_modules/@rollup/rollup-darwin-x64": {
  948. "version": "4.60.4",
  949. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.4.tgz",
  950. "integrity": "sha512-CSKq7MsP+5PFIcydhAiR1K0UhEI1A2jWXVKHPCBZ151yOutENwvnPocgVHkivu2kviURtCEB6zUQw0vs8RrhMg==",
  951. "cpu": [
  952. "x64"
  953. ],
  954. "dev": true,
  955. "license": "MIT",
  956. "optional": true,
  957. "os": [
  958. "darwin"
  959. ]
  960. },
  961. "node_modules/@rollup/rollup-freebsd-arm64": {
  962. "version": "4.60.4",
  963. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.4.tgz",
  964. "integrity": "sha512-+O8OkVdyvXMtJEciu2wS/pzm1IxntEEQx3z5TAVy4l32G0etZn+RsA48ARRrFm6Ri8fvqPQfgrvNxSjKAbnd3g==",
  965. "cpu": [
  966. "arm64"
  967. ],
  968. "dev": true,
  969. "license": "MIT",
  970. "optional": true,
  971. "os": [
  972. "freebsd"
  973. ]
  974. },
  975. "node_modules/@rollup/rollup-freebsd-x64": {
  976. "version": "4.60.4",
  977. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.4.tgz",
  978. "integrity": "sha512-Iw3oMskH3AfNuhU0MSN7vNbdi4me/NiYo2azqPz/Le16zHSa+3RRmliCMWWQmh4lcndccU40xcJuTYJZxNo/lw==",
  979. "cpu": [
  980. "x64"
  981. ],
  982. "dev": true,
  983. "license": "MIT",
  984. "optional": true,
  985. "os": [
  986. "freebsd"
  987. ]
  988. },
  989. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  990. "version": "4.60.4",
  991. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.4.tgz",
  992. "integrity": "sha512-EIPRXTVQpHyF8WOo219AD2yEltPehLTcTMz2fn6JsatLYSzQf00hj3rulF+yauOlF9/FtM2WpkT/hJh/KJFGhA==",
  993. "cpu": [
  994. "arm"
  995. ],
  996. "dev": true,
  997. "license": "MIT",
  998. "optional": true,
  999. "os": [
  1000. "linux"
  1001. ]
  1002. },
  1003. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1004. "version": "4.60.4",
  1005. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.4.tgz",
  1006. "integrity": "sha512-J3Yh9PzzF1Ovah2At+lHiGQdsYgArxBbXv/zHfSyaiFQEqvNv7DcW98pCrmdjCZBrqBiKrKKe2V+aaSGWuBe/w==",
  1007. "cpu": [
  1008. "arm"
  1009. ],
  1010. "dev": true,
  1011. "license": "MIT",
  1012. "optional": true,
  1013. "os": [
  1014. "linux"
  1015. ]
  1016. },
  1017. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1018. "version": "4.60.4",
  1019. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.4.tgz",
  1020. "integrity": "sha512-BFDEZMYfUvLn37ONE1yMBojPxnMlTFsdyNoqncT0qFq1mAfllL+ATMMJd8TeuVMiX84s1KbcxcZbXInmcO2mRg==",
  1021. "cpu": [
  1022. "arm64"
  1023. ],
  1024. "dev": true,
  1025. "license": "MIT",
  1026. "optional": true,
  1027. "os": [
  1028. "linux"
  1029. ]
  1030. },
  1031. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1032. "version": "4.60.4",
  1033. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.4.tgz",
  1034. "integrity": "sha512-pc9EYOSlOgdQ2uPl1o9PF6/kLSgaUosia7gOuS8mB69IxJvlclko1MECXysjs5ryez1/5zjYqx3+xYU0TU6R1A==",
  1035. "cpu": [
  1036. "arm64"
  1037. ],
  1038. "dev": true,
  1039. "license": "MIT",
  1040. "optional": true,
  1041. "os": [
  1042. "linux"
  1043. ]
  1044. },
  1045. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  1046. "version": "4.60.4",
  1047. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.4.tgz",
  1048. "integrity": "sha512-NxnomyxYerDh5n4iLrNa+sH+Z+U4BMEE46V2PgQ/hoB909i8gV1M5wPojWg9fk1jWpO3IQnOs20K4wyZuFLEFQ==",
  1049. "cpu": [
  1050. "loong64"
  1051. ],
  1052. "dev": true,
  1053. "license": "MIT",
  1054. "optional": true,
  1055. "os": [
  1056. "linux"
  1057. ]
  1058. },
  1059. "node_modules/@rollup/rollup-linux-loong64-musl": {
  1060. "version": "4.60.4",
  1061. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.4.tgz",
  1062. "integrity": "sha512-nbJnQ8a3z1mtmrwImCYhc6BGpThAyYVRQxw9uKSKG4wR6aAYno9sVjJ0zaZcW9BPJX1GbrDPf+SvdWjgTuDmnw==",
  1063. "cpu": [
  1064. "loong64"
  1065. ],
  1066. "dev": true,
  1067. "license": "MIT",
  1068. "optional": true,
  1069. "os": [
  1070. "linux"
  1071. ]
  1072. },
  1073. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  1074. "version": "4.60.4",
  1075. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.4.tgz",
  1076. "integrity": "sha512-2EU6acNrQLd8tYvo/LXW535wupT3m6fo7HKo6lr7ktQoItxTyOL1ZCR/GfGCuXl2vR+zmfI6eRXkSemafv+iVg==",
  1077. "cpu": [
  1078. "ppc64"
  1079. ],
  1080. "dev": true,
  1081. "license": "MIT",
  1082. "optional": true,
  1083. "os": [
  1084. "linux"
  1085. ]
  1086. },
  1087. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  1088. "version": "4.60.4",
  1089. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.4.tgz",
  1090. "integrity": "sha512-WeBtoMuaMxiiIrO2IYP3xs6GMWkJP2C0EoT8beTLkUPmzV1i/UcOSVw1d5r9KBODtHKilG5yFxsGRnBbK3wJ4A==",
  1091. "cpu": [
  1092. "ppc64"
  1093. ],
  1094. "dev": true,
  1095. "license": "MIT",
  1096. "optional": true,
  1097. "os": [
  1098. "linux"
  1099. ]
  1100. },
  1101. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1102. "version": "4.60.4",
  1103. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.4.tgz",
  1104. "integrity": "sha512-FJHFfqpKUI3A10WrWKiFbBZ7yVbGT4q4B5o1qKFFojqpaYoh9LrQgqWCmmcxQzVSXYtyB5bzkXrYzlHTs21MYA==",
  1105. "cpu": [
  1106. "riscv64"
  1107. ],
  1108. "dev": true,
  1109. "license": "MIT",
  1110. "optional": true,
  1111. "os": [
  1112. "linux"
  1113. ]
  1114. },
  1115. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1116. "version": "4.60.4",
  1117. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.4.tgz",
  1118. "integrity": "sha512-mcEl6CUT5IAUmQf1m9FYSmVqCJlpQ8r8eyftFUHG8i9OhY7BkBXSUdnLH5DOf0wCOjcP9v/QO93zpmF1SptCCw==",
  1119. "cpu": [
  1120. "riscv64"
  1121. ],
  1122. "dev": true,
  1123. "license": "MIT",
  1124. "optional": true,
  1125. "os": [
  1126. "linux"
  1127. ]
  1128. },
  1129. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1130. "version": "4.60.4",
  1131. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.4.tgz",
  1132. "integrity": "sha512-ynt3JxVd2w2buzoKDWIyiV1pJW93xlQic1THVLXilz429oijRpSHivZAgp65KBu+cMcgf1eVVjdnTLvPxgCuoQ==",
  1133. "cpu": [
  1134. "s390x"
  1135. ],
  1136. "dev": true,
  1137. "license": "MIT",
  1138. "optional": true,
  1139. "os": [
  1140. "linux"
  1141. ]
  1142. },
  1143. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1144. "version": "4.60.4",
  1145. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.4.tgz",
  1146. "integrity": "sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==",
  1147. "cpu": [
  1148. "x64"
  1149. ],
  1150. "dev": true,
  1151. "license": "MIT",
  1152. "optional": true,
  1153. "os": [
  1154. "linux"
  1155. ]
  1156. },
  1157. "node_modules/@rollup/rollup-linux-x64-musl": {
  1158. "version": "4.60.4",
  1159. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.4.tgz",
  1160. "integrity": "sha512-+qfSY27qIrFfI/Hom04KYFw3GKZSGU4lXus51wsb5EuySfFlWRwjkKWoE9emgRw/ukoT4Udsj4W/+xxG8VbPKg==",
  1161. "cpu": [
  1162. "x64"
  1163. ],
  1164. "dev": true,
  1165. "license": "MIT",
  1166. "optional": true,
  1167. "os": [
  1168. "linux"
  1169. ]
  1170. },
  1171. "node_modules/@rollup/rollup-openbsd-x64": {
  1172. "version": "4.60.4",
  1173. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.4.tgz",
  1174. "integrity": "sha512-VpTfOPHgVXEBeeR8hZ2O0F3aSso+JDWqTWmTmzcQKted54IAdUVbxE+j/MVxUsKa8L20HJhv3vUezVPoquqWjA==",
  1175. "cpu": [
  1176. "x64"
  1177. ],
  1178. "dev": true,
  1179. "license": "MIT",
  1180. "optional": true,
  1181. "os": [
  1182. "openbsd"
  1183. ]
  1184. },
  1185. "node_modules/@rollup/rollup-openharmony-arm64": {
  1186. "version": "4.60.4",
  1187. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.4.tgz",
  1188. "integrity": "sha512-IPOsh5aRYuLv/nkU51X10Bf75Bsf6+gZdx1X+QP5QM6lIJFHHqbHLG0uJn/hWthzo13UAc2umiUorqZy3axoZg==",
  1189. "cpu": [
  1190. "arm64"
  1191. ],
  1192. "dev": true,
  1193. "license": "MIT",
  1194. "optional": true,
  1195. "os": [
  1196. "openharmony"
  1197. ]
  1198. },
  1199. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1200. "version": "4.60.4",
  1201. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.4.tgz",
  1202. "integrity": "sha512-4QzE9E81OohJ/HKzHhsqU+zcYYojVOXlFMs1DdyMT6qXl/niOH7AVElmmEdUNHHS/oRkc++d5k6Vy85zFs0DEw==",
  1203. "cpu": [
  1204. "arm64"
  1205. ],
  1206. "dev": true,
  1207. "license": "MIT",
  1208. "optional": true,
  1209. "os": [
  1210. "win32"
  1211. ]
  1212. },
  1213. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1214. "version": "4.60.4",
  1215. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.4.tgz",
  1216. "integrity": "sha512-zTPgT1YuHHcd+Tmx7h8aml0FWFVelV5N54oHow9SLj+GfoDy/huQ+UV396N/C7KpMDMiPspRktzM1/0r1usYEA==",
  1217. "cpu": [
  1218. "ia32"
  1219. ],
  1220. "dev": true,
  1221. "license": "MIT",
  1222. "optional": true,
  1223. "os": [
  1224. "win32"
  1225. ]
  1226. },
  1227. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1228. "version": "4.60.4",
  1229. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.4.tgz",
  1230. "integrity": "sha512-DRS4G7mi9lJxqEDezIkKCaUIKCrLUUDCUaCsTPCi/rtqaC6D/jjwslMQyiDU50Ka0JKpeXeRBFBAXwArY52vBw==",
  1231. "cpu": [
  1232. "x64"
  1233. ],
  1234. "dev": true,
  1235. "license": "MIT",
  1236. "optional": true,
  1237. "os": [
  1238. "win32"
  1239. ]
  1240. },
  1241. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1242. "version": "4.60.4",
  1243. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.4.tgz",
  1244. "integrity": "sha512-QVTUovf40zgTqlFVrKA1uXMVvU2QWEFWfAH8Wdc48IxLvrJMQVMBRjuQyUpzZCDkakImib9eVazbWlC6ksWtJw==",
  1245. "cpu": [
  1246. "x64"
  1247. ],
  1248. "dev": true,
  1249. "license": "MIT",
  1250. "optional": true,
  1251. "os": [
  1252. "win32"
  1253. ]
  1254. },
  1255. "node_modules/@tsconfig/node20": {
  1256. "version": "20.1.9",
  1257. "resolved": "https://registry.npmmirror.com/@tsconfig/node20/-/node20-20.1.9.tgz",
  1258. "integrity": "sha512-IjlTv1RsvnPtUcjTqtVsZExKVq+KQx4g5pCP5tI7rAs6Xesl2qFwSz/tPDBC4JajkL/MlezBu3gPUwqRHl+RIg==",
  1259. "dev": true,
  1260. "license": "MIT"
  1261. },
  1262. "node_modules/@tsparticles/basic": {
  1263. "version": "3.9.1",
  1264. "resolved": "https://registry.npmmirror.com/@tsparticles/basic/-/basic-3.9.1.tgz",
  1265. "integrity": "sha512-ijr2dHMx0IQHqhKW3qA8tfwrR2XYbbWYdaJMQuBo2CkwBVIhZ76U+H20Y492j/NXpd1FUnt2aC0l4CEVGVGdeQ==",
  1266. "funding": [
  1267. {
  1268. "type": "github",
  1269. "url": "https://github.com/sponsors/matteobruni"
  1270. },
  1271. {
  1272. "type": "github",
  1273. "url": "https://github.com/sponsors/tsparticles"
  1274. },
  1275. {
  1276. "type": "buymeacoffee",
  1277. "url": "https://www.buymeacoffee.com/matteobruni"
  1278. }
  1279. ],
  1280. "license": "MIT",
  1281. "dependencies": {
  1282. "@tsparticles/engine": "3.9.1",
  1283. "@tsparticles/move-base": "3.9.1",
  1284. "@tsparticles/plugin-hex-color": "3.9.1",
  1285. "@tsparticles/plugin-hsl-color": "3.9.1",
  1286. "@tsparticles/plugin-rgb-color": "3.9.1",
  1287. "@tsparticles/shape-circle": "3.9.1",
  1288. "@tsparticles/updater-color": "3.9.1",
  1289. "@tsparticles/updater-opacity": "3.9.1",
  1290. "@tsparticles/updater-out-modes": "3.9.1",
  1291. "@tsparticles/updater-size": "3.9.1"
  1292. }
  1293. },
  1294. "node_modules/@tsparticles/engine": {
  1295. "version": "3.9.1",
  1296. "resolved": "https://registry.npmmirror.com/@tsparticles/engine/-/engine-3.9.1.tgz",
  1297. "integrity": "sha512-DpdgAhWMZ3Eh2gyxik8FXS6BKZ8vyea+Eu5BC4epsahqTGY9V3JGGJcXC6lRJx6cPMAx1A0FaQAojPF3v6rkmQ==",
  1298. "funding": [
  1299. {
  1300. "type": "github",
  1301. "url": "https://github.com/sponsors/matteobruni"
  1302. },
  1303. {
  1304. "type": "github",
  1305. "url": "https://github.com/sponsors/tsparticles"
  1306. },
  1307. {
  1308. "type": "buymeacoffee",
  1309. "url": "https://www.buymeacoffee.com/matteobruni"
  1310. }
  1311. ],
  1312. "hasInstallScript": true,
  1313. "license": "MIT"
  1314. },
  1315. "node_modules/@tsparticles/interaction-external-attract": {
  1316. "version": "3.9.1",
  1317. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-attract/-/interaction-external-attract-3.9.1.tgz",
  1318. "integrity": "sha512-5AJGmhzM9o4AVFV24WH5vSqMBzOXEOzIdGLIr+QJf4fRh9ZK62snsusv/ozKgs2KteRYQx+L7c5V3TqcDy2upg==",
  1319. "license": "MIT",
  1320. "dependencies": {
  1321. "@tsparticles/engine": "3.9.1"
  1322. }
  1323. },
  1324. "node_modules/@tsparticles/interaction-external-bounce": {
  1325. "version": "3.9.1",
  1326. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-bounce/-/interaction-external-bounce-3.9.1.tgz",
  1327. "integrity": "sha512-bv05+h70UIHOTWeTsTI1AeAmX6R3s8nnY74Ea6p6AbQjERzPYIa0XY19nq/hA7+Nrg+EissP5zgoYYeSphr85A==",
  1328. "license": "MIT",
  1329. "dependencies": {
  1330. "@tsparticles/engine": "3.9.1"
  1331. }
  1332. },
  1333. "node_modules/@tsparticles/interaction-external-bubble": {
  1334. "version": "3.9.1",
  1335. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-bubble/-/interaction-external-bubble-3.9.1.tgz",
  1336. "integrity": "sha512-tbd8ox/1GPl+zr+KyHQVV1bW88GE7OM6i4zql801YIlCDrl9wgTDdDFGIy9X7/cwTvTrCePhrfvdkUamXIribQ==",
  1337. "license": "MIT",
  1338. "dependencies": {
  1339. "@tsparticles/engine": "3.9.1"
  1340. }
  1341. },
  1342. "node_modules/@tsparticles/interaction-external-connect": {
  1343. "version": "3.9.1",
  1344. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-connect/-/interaction-external-connect-3.9.1.tgz",
  1345. "integrity": "sha512-sq8YfUNsIORjXHzzW7/AJQtfi/qDqLnYG2qOSE1WOsog39MD30RzmiOloejOkfNeUdcGUcfsDgpUuL3UhzFUOA==",
  1346. "license": "MIT",
  1347. "dependencies": {
  1348. "@tsparticles/engine": "3.9.1"
  1349. }
  1350. },
  1351. "node_modules/@tsparticles/interaction-external-grab": {
  1352. "version": "3.9.1",
  1353. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-grab/-/interaction-external-grab-3.9.1.tgz",
  1354. "integrity": "sha512-QwXza+sMMWDaMiFxd8y2tJwUK6c+nNw554+/9+tEZeTTk2fCbB0IJ7p/TH6ZGWDL0vo2muK54Njv2fEey191ow==",
  1355. "license": "MIT",
  1356. "dependencies": {
  1357. "@tsparticles/engine": "3.9.1"
  1358. }
  1359. },
  1360. "node_modules/@tsparticles/interaction-external-pause": {
  1361. "version": "3.9.1",
  1362. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-pause/-/interaction-external-pause-3.9.1.tgz",
  1363. "integrity": "sha512-Gzv4/FeNir0U/tVM9zQCqV1k+IAgaFjDU3T30M1AeAsNGh/rCITV2wnT7TOGFkbcla27m4Yxa+Fuab8+8pzm+g==",
  1364. "license": "MIT",
  1365. "dependencies": {
  1366. "@tsparticles/engine": "3.9.1"
  1367. }
  1368. },
  1369. "node_modules/@tsparticles/interaction-external-push": {
  1370. "version": "3.9.1",
  1371. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-push/-/interaction-external-push-3.9.1.tgz",
  1372. "integrity": "sha512-GvnWF9Qy4YkZdx+WJL2iy9IcgLvzOIu3K7aLYJFsQPaxT8d9TF8WlpoMlWKnJID6H5q4JqQuMRKRyWH8aAKyQw==",
  1373. "license": "MIT",
  1374. "dependencies": {
  1375. "@tsparticles/engine": "3.9.1"
  1376. }
  1377. },
  1378. "node_modules/@tsparticles/interaction-external-remove": {
  1379. "version": "3.9.1",
  1380. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-remove/-/interaction-external-remove-3.9.1.tgz",
  1381. "integrity": "sha512-yPThm4UDWejDOWW5Qc8KnnS2EfSo5VFcJUQDWc1+Wcj17xe7vdSoiwwOORM0PmNBzdDpSKQrte/gUnoqaUMwOA==",
  1382. "license": "MIT",
  1383. "dependencies": {
  1384. "@tsparticles/engine": "3.9.1"
  1385. }
  1386. },
  1387. "node_modules/@tsparticles/interaction-external-repulse": {
  1388. "version": "3.9.1",
  1389. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-repulse/-/interaction-external-repulse-3.9.1.tgz",
  1390. "integrity": "sha512-/LBppXkrMdvLHlEKWC7IykFhzrz+9nebT2fwSSFXK4plEBxDlIwnkDxd3FbVOAbnBvx4+L8+fbrEx+RvC8diAw==",
  1391. "license": "MIT",
  1392. "dependencies": {
  1393. "@tsparticles/engine": "3.9.1"
  1394. }
  1395. },
  1396. "node_modules/@tsparticles/interaction-external-slow": {
  1397. "version": "3.9.1",
  1398. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-external-slow/-/interaction-external-slow-3.9.1.tgz",
  1399. "integrity": "sha512-1ZYIR/udBwA9MdSCfgADsbDXKSFS0FMWuPWz7bm79g3sUxcYkihn+/hDhc6GXvNNR46V1ocJjrj0u6pAynS1KQ==",
  1400. "license": "MIT",
  1401. "dependencies": {
  1402. "@tsparticles/engine": "3.9.1"
  1403. }
  1404. },
  1405. "node_modules/@tsparticles/interaction-particles-attract": {
  1406. "version": "3.9.1",
  1407. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-particles-attract/-/interaction-particles-attract-3.9.1.tgz",
  1408. "integrity": "sha512-CYYYowJuGwRLUixQcSU/48PTKM8fCUYThe0hXwQ+yRMLAn053VHzL7NNZzKqEIeEyt5oJoy9KcvubjKWbzMBLQ==",
  1409. "license": "MIT",
  1410. "dependencies": {
  1411. "@tsparticles/engine": "3.9.1"
  1412. }
  1413. },
  1414. "node_modules/@tsparticles/interaction-particles-collisions": {
  1415. "version": "3.9.1",
  1416. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-particles-collisions/-/interaction-particles-collisions-3.9.1.tgz",
  1417. "integrity": "sha512-ggGyjW/3v1yxvYW1IF1EMT15M6w31y5zfNNUPkqd/IXRNPYvm0Z0ayhp+FKmz70M5p0UxxPIQHTvAv9Jqnuj8w==",
  1418. "license": "MIT",
  1419. "dependencies": {
  1420. "@tsparticles/engine": "3.9.1"
  1421. }
  1422. },
  1423. "node_modules/@tsparticles/interaction-particles-links": {
  1424. "version": "3.9.1",
  1425. "resolved": "https://registry.npmmirror.com/@tsparticles/interaction-particles-links/-/interaction-particles-links-3.9.1.tgz",
  1426. "integrity": "sha512-MsLbMjy1vY5M5/hu/oa5OSRZAUz49H3+9EBMTIOThiX+a+vpl3sxc9AqNd9gMsPbM4WJlub8T6VBZdyvzez1Vg==",
  1427. "license": "MIT",
  1428. "dependencies": {
  1429. "@tsparticles/engine": "3.9.1"
  1430. }
  1431. },
  1432. "node_modules/@tsparticles/move-base": {
  1433. "version": "3.9.1",
  1434. "resolved": "https://registry.npmmirror.com/@tsparticles/move-base/-/move-base-3.9.1.tgz",
  1435. "integrity": "sha512-X4huBS27d8srpxwOxliWPUt+NtCwY+8q/cx1DvQxyqmTA8VFCGpcHNwtqiN+9JicgzOvSuaORVqUgwlsc7h4pQ==",
  1436. "license": "MIT",
  1437. "dependencies": {
  1438. "@tsparticles/engine": "3.9.1"
  1439. }
  1440. },
  1441. "node_modules/@tsparticles/move-parallax": {
  1442. "version": "3.9.1",
  1443. "resolved": "https://registry.npmmirror.com/@tsparticles/move-parallax/-/move-parallax-3.9.1.tgz",
  1444. "integrity": "sha512-whlOR0bVeyh6J/hvxf/QM3DqvNnITMiAQ0kro6saqSDItAVqg4pYxBfEsSOKq7EhjxNvfhhqR+pFMhp06zoCVA==",
  1445. "license": "MIT",
  1446. "dependencies": {
  1447. "@tsparticles/engine": "3.9.1"
  1448. }
  1449. },
  1450. "node_modules/@tsparticles/plugin-easing-quad": {
  1451. "version": "3.9.1",
  1452. "resolved": "https://registry.npmmirror.com/@tsparticles/plugin-easing-quad/-/plugin-easing-quad-3.9.1.tgz",
  1453. "integrity": "sha512-C2UJOca5MTDXKUTBXj30Kiqr5UyID+xrY/LxicVWWZPczQW2bBxbIbfq9ULvzGDwBTxE2rdvIB8YFKmDYO45qw==",
  1454. "funding": [
  1455. {
  1456. "type": "github",
  1457. "url": "https://github.com/sponsors/matteobruni"
  1458. },
  1459. {
  1460. "type": "github",
  1461. "url": "https://github.com/sponsors/tsparticles"
  1462. },
  1463. {
  1464. "type": "buymeacoffee",
  1465. "url": "https://www.buymeacoffee.com/matteobruni"
  1466. }
  1467. ],
  1468. "license": "MIT",
  1469. "dependencies": {
  1470. "@tsparticles/engine": "3.9.1"
  1471. }
  1472. },
  1473. "node_modules/@tsparticles/plugin-hex-color": {
  1474. "version": "3.9.1",
  1475. "resolved": "https://registry.npmmirror.com/@tsparticles/plugin-hex-color/-/plugin-hex-color-3.9.1.tgz",
  1476. "integrity": "sha512-vZgZ12AjUicJvk7AX4K2eAmKEQX/D1VEjEPFhyjbgI7A65eX72M465vVKIgNA6QArLZ1DLs7Z787LOE6GOBWsg==",
  1477. "funding": [
  1478. {
  1479. "type": "github",
  1480. "url": "https://github.com/sponsors/matteobruni"
  1481. },
  1482. {
  1483. "type": "github",
  1484. "url": "https://github.com/sponsors/tsparticles"
  1485. },
  1486. {
  1487. "type": "buymeacoffee",
  1488. "url": "https://www.buymeacoffee.com/matteobruni"
  1489. }
  1490. ],
  1491. "license": "MIT",
  1492. "dependencies": {
  1493. "@tsparticles/engine": "3.9.1"
  1494. }
  1495. },
  1496. "node_modules/@tsparticles/plugin-hsl-color": {
  1497. "version": "3.9.1",
  1498. "resolved": "https://registry.npmmirror.com/@tsparticles/plugin-hsl-color/-/plugin-hsl-color-3.9.1.tgz",
  1499. "integrity": "sha512-jJd1iGgRwX6eeNjc1zUXiJivaqC5UE+SC2A3/NtHwwoQrkfxGWmRHOsVyLnOBRcCPgBp/FpdDe6DIDjCMO715w==",
  1500. "funding": [
  1501. {
  1502. "type": "github",
  1503. "url": "https://github.com/sponsors/matteobruni"
  1504. },
  1505. {
  1506. "type": "github",
  1507. "url": "https://github.com/sponsors/tsparticles"
  1508. },
  1509. {
  1510. "type": "buymeacoffee",
  1511. "url": "https://www.buymeacoffee.com/matteobruni"
  1512. }
  1513. ],
  1514. "license": "MIT",
  1515. "dependencies": {
  1516. "@tsparticles/engine": "3.9.1"
  1517. }
  1518. },
  1519. "node_modules/@tsparticles/plugin-rgb-color": {
  1520. "version": "3.9.1",
  1521. "resolved": "https://registry.npmmirror.com/@tsparticles/plugin-rgb-color/-/plugin-rgb-color-3.9.1.tgz",
  1522. "integrity": "sha512-SBxk7f1KBfXeTnnklbE2Hx4jBgh6I6HOtxb+Os1gTp0oaghZOkWcCD2dP4QbUu7fVNCMOcApPoMNC8RTFcy9wQ==",
  1523. "funding": [
  1524. {
  1525. "type": "github",
  1526. "url": "https://github.com/sponsors/matteobruni"
  1527. },
  1528. {
  1529. "type": "github",
  1530. "url": "https://github.com/sponsors/tsparticles"
  1531. },
  1532. {
  1533. "type": "buymeacoffee",
  1534. "url": "https://www.buymeacoffee.com/matteobruni"
  1535. }
  1536. ],
  1537. "license": "MIT",
  1538. "dependencies": {
  1539. "@tsparticles/engine": "3.9.1"
  1540. }
  1541. },
  1542. "node_modules/@tsparticles/shape-circle": {
  1543. "version": "3.9.1",
  1544. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-circle/-/shape-circle-3.9.1.tgz",
  1545. "integrity": "sha512-DqZFLjbuhVn99WJ+A9ajz9YON72RtCcvubzq6qfjFmtwAK7frvQeb6iDTp6Ze9FUipluxVZWVRG4vWTxi2B+/g==",
  1546. "license": "MIT",
  1547. "dependencies": {
  1548. "@tsparticles/engine": "3.9.1"
  1549. }
  1550. },
  1551. "node_modules/@tsparticles/shape-emoji": {
  1552. "version": "3.9.1",
  1553. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-emoji/-/shape-emoji-3.9.1.tgz",
  1554. "integrity": "sha512-ifvY63usuT+hipgVHb8gelBHSeF6ryPnMxAAEC1RGHhhXfpSRWMtE6ybr+pSsYU52M3G9+TF84v91pSwNrb9ZQ==",
  1555. "license": "MIT",
  1556. "dependencies": {
  1557. "@tsparticles/engine": "3.9.1"
  1558. }
  1559. },
  1560. "node_modules/@tsparticles/shape-image": {
  1561. "version": "3.9.1",
  1562. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-image/-/shape-image-3.9.1.tgz",
  1563. "integrity": "sha512-fCA5eme8VF3oX8yNVUA0l2SLDKuiZObkijb0z3Ky0qj1HUEVlAuEMhhNDNB9E2iELTrWEix9z7BFMePp2CC7AA==",
  1564. "license": "MIT",
  1565. "dependencies": {
  1566. "@tsparticles/engine": "3.9.1"
  1567. }
  1568. },
  1569. "node_modules/@tsparticles/shape-line": {
  1570. "version": "3.9.1",
  1571. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-line/-/shape-line-3.9.1.tgz",
  1572. "integrity": "sha512-wT8NSp0N9HURyV05f371cHKcNTNqr0/cwUu6WhBzbshkYGy1KZUP9CpRIh5FCrBpTev34mEQfOXDycgfG0KiLQ==",
  1573. "license": "MIT",
  1574. "dependencies": {
  1575. "@tsparticles/engine": "3.9.1"
  1576. }
  1577. },
  1578. "node_modules/@tsparticles/shape-polygon": {
  1579. "version": "3.9.1",
  1580. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-polygon/-/shape-polygon-3.9.1.tgz",
  1581. "integrity": "sha512-dA77PgZdoLwxnliH6XQM/zF0r4jhT01pw5y7XTeTqws++hg4rTLV9255k6R6eUqKq0FPSW1/WBsBIl7q/MmrqQ==",
  1582. "license": "MIT",
  1583. "dependencies": {
  1584. "@tsparticles/engine": "3.9.1"
  1585. }
  1586. },
  1587. "node_modules/@tsparticles/shape-square": {
  1588. "version": "3.9.1",
  1589. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-square/-/shape-square-3.9.1.tgz",
  1590. "integrity": "sha512-DKGkDnRyZrAm7T2ipqNezJahSWs6xd9O5LQLe5vjrYm1qGwrFxJiQaAdlb00UNrexz1/SA7bEoIg4XKaFa7qhQ==",
  1591. "license": "MIT",
  1592. "dependencies": {
  1593. "@tsparticles/engine": "3.9.1"
  1594. }
  1595. },
  1596. "node_modules/@tsparticles/shape-star": {
  1597. "version": "3.9.1",
  1598. "resolved": "https://registry.npmmirror.com/@tsparticles/shape-star/-/shape-star-3.9.1.tgz",
  1599. "integrity": "sha512-kdMJpi8cdeb6vGrZVSxTG0JIjCwIenggqk0EYeKAwtOGZFBgL7eHhF2F6uu1oq8cJAbXPujEoabnLsz6mW8XaA==",
  1600. "license": "MIT",
  1601. "dependencies": {
  1602. "@tsparticles/engine": "3.9.1"
  1603. }
  1604. },
  1605. "node_modules/@tsparticles/slim": {
  1606. "version": "3.9.1",
  1607. "resolved": "https://registry.npmmirror.com/@tsparticles/slim/-/slim-3.9.1.tgz",
  1608. "integrity": "sha512-CL5cDmADU7sDjRli0So+hY61VMbdroqbArmR9Av+c1Fisa5ytr6QD7Jv62iwU2S6rvgicEe9OyRmSy5GIefwZw==",
  1609. "funding": [
  1610. {
  1611. "type": "github",
  1612. "url": "https://github.com/sponsors/matteobruni"
  1613. },
  1614. {
  1615. "type": "github",
  1616. "url": "https://github.com/sponsors/tsparticles"
  1617. },
  1618. {
  1619. "type": "buymeacoffee",
  1620. "url": "https://www.buymeacoffee.com/matteobruni"
  1621. }
  1622. ],
  1623. "license": "MIT",
  1624. "dependencies": {
  1625. "@tsparticles/basic": "3.9.1",
  1626. "@tsparticles/engine": "3.9.1",
  1627. "@tsparticles/interaction-external-attract": "3.9.1",
  1628. "@tsparticles/interaction-external-bounce": "3.9.1",
  1629. "@tsparticles/interaction-external-bubble": "3.9.1",
  1630. "@tsparticles/interaction-external-connect": "3.9.1",
  1631. "@tsparticles/interaction-external-grab": "3.9.1",
  1632. "@tsparticles/interaction-external-pause": "3.9.1",
  1633. "@tsparticles/interaction-external-push": "3.9.1",
  1634. "@tsparticles/interaction-external-remove": "3.9.1",
  1635. "@tsparticles/interaction-external-repulse": "3.9.1",
  1636. "@tsparticles/interaction-external-slow": "3.9.1",
  1637. "@tsparticles/interaction-particles-attract": "3.9.1",
  1638. "@tsparticles/interaction-particles-collisions": "3.9.1",
  1639. "@tsparticles/interaction-particles-links": "3.9.1",
  1640. "@tsparticles/move-parallax": "3.9.1",
  1641. "@tsparticles/plugin-easing-quad": "3.9.1",
  1642. "@tsparticles/shape-emoji": "3.9.1",
  1643. "@tsparticles/shape-image": "3.9.1",
  1644. "@tsparticles/shape-line": "3.9.1",
  1645. "@tsparticles/shape-polygon": "3.9.1",
  1646. "@tsparticles/shape-square": "3.9.1",
  1647. "@tsparticles/shape-star": "3.9.1",
  1648. "@tsparticles/updater-life": "3.9.1",
  1649. "@tsparticles/updater-rotate": "3.9.1",
  1650. "@tsparticles/updater-stroke-color": "3.9.1"
  1651. }
  1652. },
  1653. "node_modules/@tsparticles/updater-color": {
  1654. "version": "3.9.1",
  1655. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-color/-/updater-color-3.9.1.tgz",
  1656. "integrity": "sha512-XGWdscrgEMA8L5E7exsE0f8/2zHKIqnTrZymcyuFBw2DCB6BIV+5z6qaNStpxrhq3DbIxxhqqcybqeOo7+Alpg==",
  1657. "license": "MIT",
  1658. "dependencies": {
  1659. "@tsparticles/engine": "3.9.1"
  1660. }
  1661. },
  1662. "node_modules/@tsparticles/updater-life": {
  1663. "version": "3.9.1",
  1664. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-life/-/updater-life-3.9.1.tgz",
  1665. "integrity": "sha512-Oi8aF2RIwMMsjssUkCB6t3PRpENHjdZf6cX92WNfAuqXtQphr3OMAkYFJFWkvyPFK22AVy3p/cFt6KE5zXxwAA==",
  1666. "license": "MIT",
  1667. "dependencies": {
  1668. "@tsparticles/engine": "3.9.1"
  1669. }
  1670. },
  1671. "node_modules/@tsparticles/updater-opacity": {
  1672. "version": "3.9.1",
  1673. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-opacity/-/updater-opacity-3.9.1.tgz",
  1674. "integrity": "sha512-w778LQuRZJ+IoWzeRdrGykPYSSaTeWfBvLZ2XwYEkh/Ss961InOxZKIpcS6i5Kp/Zfw0fS1ZAuqeHwuj///Osw==",
  1675. "license": "MIT",
  1676. "dependencies": {
  1677. "@tsparticles/engine": "3.9.1"
  1678. }
  1679. },
  1680. "node_modules/@tsparticles/updater-out-modes": {
  1681. "version": "3.9.1",
  1682. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-out-modes/-/updater-out-modes-3.9.1.tgz",
  1683. "integrity": "sha512-cKQEkAwbru+hhKF+GTsfbOvuBbx2DSB25CxOdhtW2wRvDBoCnngNdLw91rs+0Cex4tgEeibkebrIKFDDE6kELg==",
  1684. "license": "MIT",
  1685. "dependencies": {
  1686. "@tsparticles/engine": "3.9.1"
  1687. }
  1688. },
  1689. "node_modules/@tsparticles/updater-rotate": {
  1690. "version": "3.9.1",
  1691. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-rotate/-/updater-rotate-3.9.1.tgz",
  1692. "integrity": "sha512-9BfKaGfp28JN82MF2qs6Ae/lJr9EColMfMTHqSKljblwbpVDHte4umuwKl3VjbRt87WD9MGtla66NTUYl+WxuQ==",
  1693. "license": "MIT",
  1694. "dependencies": {
  1695. "@tsparticles/engine": "3.9.1"
  1696. }
  1697. },
  1698. "node_modules/@tsparticles/updater-size": {
  1699. "version": "3.9.1",
  1700. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-size/-/updater-size-3.9.1.tgz",
  1701. "integrity": "sha512-3NSVs0O2ApNKZXfd+y/zNhTXSFeG1Pw4peI8e6z/q5+XLbmue9oiEwoPy/tQLaark3oNj3JU7Q903ZijPyXSzw==",
  1702. "license": "MIT",
  1703. "dependencies": {
  1704. "@tsparticles/engine": "3.9.1"
  1705. }
  1706. },
  1707. "node_modules/@tsparticles/updater-stroke-color": {
  1708. "version": "3.9.1",
  1709. "resolved": "https://registry.npmmirror.com/@tsparticles/updater-stroke-color/-/updater-stroke-color-3.9.1.tgz",
  1710. "integrity": "sha512-3x14+C2is9pZYTg9T2TiA/aM1YMq4wLdYaZDcHm3qO30DZu5oeQq0rm/6w+QOGKYY1Z3Htg9rlSUZkhTHn7eDA==",
  1711. "license": "MIT",
  1712. "dependencies": {
  1713. "@tsparticles/engine": "3.9.1"
  1714. }
  1715. },
  1716. "node_modules/@tsparticles/vue3": {
  1717. "version": "3.0.1",
  1718. "resolved": "https://registry.npmmirror.com/@tsparticles/vue3/-/vue3-3.0.1.tgz",
  1719. "integrity": "sha512-BxaSZ0wtxq33SDsrqLkLWoV88Jd5BnBoYjyVhKSNzOLOesCiG8Z5WQC1QZGTez79l/gBe0xaCDF0ng1e2iKJvA==",
  1720. "funding": [
  1721. {
  1722. "type": "github",
  1723. "url": "https://github.com/sponsors/matteobruni"
  1724. },
  1725. {
  1726. "type": "github",
  1727. "url": "https://github.com/sponsors/tsparticles"
  1728. },
  1729. {
  1730. "type": "buymeacoffee",
  1731. "url": "https://www.buymeacoffee.com/matteobruni"
  1732. }
  1733. ],
  1734. "license": "MIT",
  1735. "dependencies": {
  1736. "@tsparticles/engine": "^3.0.3",
  1737. "vue": "^3.3.13"
  1738. }
  1739. },
  1740. "node_modules/@types/dom-to-image": {
  1741. "version": "2.6.7",
  1742. "resolved": "https://registry.npmjs.org/@types/dom-to-image/-/dom-to-image-2.6.7.tgz",
  1743. "integrity": "sha512-me5VbCv+fcXozblWwG13krNBvuEOm6kA5xoa4RrjDJCNFOZSWR3/QLtOXimBHk1Fisq69Gx3JtOoXtg1N1tijg==",
  1744. "dev": true
  1745. },
  1746. "node_modules/@types/estree": {
  1747. "version": "1.0.8",
  1748. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  1749. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1750. "dev": true,
  1751. "license": "MIT"
  1752. },
  1753. "node_modules/@types/lodash": {
  1754. "version": "4.17.24",
  1755. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.24.tgz",
  1756. "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
  1757. "license": "MIT"
  1758. },
  1759. "node_modules/@types/lodash-es": {
  1760. "version": "4.17.12",
  1761. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  1762. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  1763. "license": "MIT",
  1764. "dependencies": {
  1765. "@types/lodash": "*"
  1766. }
  1767. },
  1768. "node_modules/@types/node": {
  1769. "version": "22.19.19",
  1770. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.19.19.tgz",
  1771. "integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==",
  1772. "dev": true,
  1773. "license": "MIT",
  1774. "dependencies": {
  1775. "undici-types": "~6.21.0"
  1776. }
  1777. },
  1778. "node_modules/@types/pako": {
  1779. "version": "2.0.4",
  1780. "resolved": "https://registry.npmjs.org/@types/pako/-/pako-2.0.4.tgz",
  1781. "integrity": "sha512-VWDCbrLeVXJM9fihYodcLiIv0ku+AlOa/TQ1SvYOaBuyrSKgEcro95LJyIsJ4vSo6BXIxOKxiJAat04CmST9Fw=="
  1782. },
  1783. "node_modules/@types/raf": {
  1784. "version": "3.4.3",
  1785. "resolved": "https://registry.npmjs.org/@types/raf/-/raf-3.4.3.tgz",
  1786. "integrity": "sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw==",
  1787. "optional": true
  1788. },
  1789. "node_modules/@types/trusted-types": {
  1790. "version": "2.0.7",
  1791. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  1792. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
  1793. "optional": true
  1794. },
  1795. "node_modules/@types/web-bluetooth": {
  1796. "version": "0.0.21",
  1797. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  1798. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  1799. "license": "MIT"
  1800. },
  1801. "node_modules/@vitejs/plugin-vue": {
  1802. "version": "5.2.4",
  1803. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  1804. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  1805. "dev": true,
  1806. "license": "MIT",
  1807. "engines": {
  1808. "node": "^18.0.0 || >=20.0.0"
  1809. },
  1810. "peerDependencies": {
  1811. "vite": "^5.0.0 || ^6.0.0",
  1812. "vue": "^3.2.25"
  1813. }
  1814. },
  1815. "node_modules/@volar/language-core": {
  1816. "version": "2.4.15",
  1817. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-2.4.15.tgz",
  1818. "integrity": "sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==",
  1819. "dev": true,
  1820. "license": "MIT",
  1821. "dependencies": {
  1822. "@volar/source-map": "2.4.15"
  1823. }
  1824. },
  1825. "node_modules/@volar/source-map": {
  1826. "version": "2.4.15",
  1827. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-2.4.15.tgz",
  1828. "integrity": "sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==",
  1829. "dev": true,
  1830. "license": "MIT"
  1831. },
  1832. "node_modules/@volar/typescript": {
  1833. "version": "2.4.15",
  1834. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-2.4.15.tgz",
  1835. "integrity": "sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==",
  1836. "dev": true,
  1837. "license": "MIT",
  1838. "dependencies": {
  1839. "@volar/language-core": "2.4.15",
  1840. "path-browserify": "^1.0.1",
  1841. "vscode-uri": "^3.0.8"
  1842. }
  1843. },
  1844. "node_modules/@vue/compiler-core": {
  1845. "version": "3.5.34",
  1846. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.34.tgz",
  1847. "integrity": "sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==",
  1848. "license": "MIT",
  1849. "dependencies": {
  1850. "@babel/parser": "^7.29.3",
  1851. "@vue/shared": "3.5.34",
  1852. "entities": "^7.0.1",
  1853. "estree-walker": "^2.0.2",
  1854. "source-map-js": "^1.2.1"
  1855. }
  1856. },
  1857. "node_modules/@vue/compiler-dom": {
  1858. "version": "3.5.34",
  1859. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.34.tgz",
  1860. "integrity": "sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==",
  1861. "license": "MIT",
  1862. "dependencies": {
  1863. "@vue/compiler-core": "3.5.34",
  1864. "@vue/shared": "3.5.34"
  1865. }
  1866. },
  1867. "node_modules/@vue/compiler-sfc": {
  1868. "version": "3.5.34",
  1869. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.34.tgz",
  1870. "integrity": "sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==",
  1871. "license": "MIT",
  1872. "dependencies": {
  1873. "@babel/parser": "^7.29.3",
  1874. "@vue/compiler-core": "3.5.34",
  1875. "@vue/compiler-dom": "3.5.34",
  1876. "@vue/compiler-ssr": "3.5.34",
  1877. "@vue/shared": "3.5.34",
  1878. "estree-walker": "^2.0.2",
  1879. "magic-string": "^0.30.21",
  1880. "postcss": "^8.5.14",
  1881. "source-map-js": "^1.2.1"
  1882. }
  1883. },
  1884. "node_modules/@vue/compiler-ssr": {
  1885. "version": "3.5.34",
  1886. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.34.tgz",
  1887. "integrity": "sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==",
  1888. "license": "MIT",
  1889. "dependencies": {
  1890. "@vue/compiler-dom": "3.5.34",
  1891. "@vue/shared": "3.5.34"
  1892. }
  1893. },
  1894. "node_modules/@vue/compiler-vue2": {
  1895. "version": "2.7.16",
  1896. "resolved": "https://registry.npmmirror.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  1897. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  1898. "dev": true,
  1899. "license": "MIT",
  1900. "dependencies": {
  1901. "de-indent": "^1.0.2",
  1902. "he": "^1.2.0"
  1903. }
  1904. },
  1905. "node_modules/@vue/devtools-api": {
  1906. "version": "6.6.4",
  1907. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1908. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1909. "license": "MIT"
  1910. },
  1911. "node_modules/@vue/devtools-kit": {
  1912. "version": "7.7.9",
  1913. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
  1914. "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
  1915. "license": "MIT",
  1916. "dependencies": {
  1917. "@vue/devtools-shared": "^7.7.9",
  1918. "birpc": "^2.3.0",
  1919. "hookable": "^5.5.3",
  1920. "mitt": "^3.0.1",
  1921. "perfect-debounce": "^1.0.0",
  1922. "speakingurl": "^14.0.1",
  1923. "superjson": "^2.2.2"
  1924. }
  1925. },
  1926. "node_modules/@vue/devtools-shared": {
  1927. "version": "7.7.9",
  1928. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
  1929. "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
  1930. "license": "MIT",
  1931. "dependencies": {
  1932. "rfdc": "^1.4.1"
  1933. }
  1934. },
  1935. "node_modules/@vue/language-core": {
  1936. "version": "2.2.12",
  1937. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-2.2.12.tgz",
  1938. "integrity": "sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==",
  1939. "dev": true,
  1940. "license": "MIT",
  1941. "dependencies": {
  1942. "@volar/language-core": "2.4.15",
  1943. "@vue/compiler-dom": "^3.5.0",
  1944. "@vue/compiler-vue2": "^2.7.16",
  1945. "@vue/shared": "^3.5.0",
  1946. "alien-signals": "^1.0.3",
  1947. "minimatch": "^9.0.3",
  1948. "muggle-string": "^0.4.1",
  1949. "path-browserify": "^1.0.1"
  1950. },
  1951. "peerDependencies": {
  1952. "typescript": "*"
  1953. },
  1954. "peerDependenciesMeta": {
  1955. "typescript": {
  1956. "optional": true
  1957. }
  1958. }
  1959. },
  1960. "node_modules/@vue/reactivity": {
  1961. "version": "3.5.34",
  1962. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.34.tgz",
  1963. "integrity": "sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==",
  1964. "license": "MIT",
  1965. "dependencies": {
  1966. "@vue/shared": "3.5.34"
  1967. }
  1968. },
  1969. "node_modules/@vue/runtime-core": {
  1970. "version": "3.5.34",
  1971. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.34.tgz",
  1972. "integrity": "sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==",
  1973. "license": "MIT",
  1974. "dependencies": {
  1975. "@vue/reactivity": "3.5.34",
  1976. "@vue/shared": "3.5.34"
  1977. }
  1978. },
  1979. "node_modules/@vue/runtime-dom": {
  1980. "version": "3.5.34",
  1981. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.34.tgz",
  1982. "integrity": "sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==",
  1983. "license": "MIT",
  1984. "dependencies": {
  1985. "@vue/reactivity": "3.5.34",
  1986. "@vue/runtime-core": "3.5.34",
  1987. "@vue/shared": "3.5.34",
  1988. "csstype": "^3.2.3"
  1989. }
  1990. },
  1991. "node_modules/@vue/server-renderer": {
  1992. "version": "3.5.34",
  1993. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.34.tgz",
  1994. "integrity": "sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==",
  1995. "license": "MIT",
  1996. "dependencies": {
  1997. "@vue/compiler-ssr": "3.5.34",
  1998. "@vue/shared": "3.5.34"
  1999. },
  2000. "peerDependencies": {
  2001. "vue": "3.5.34"
  2002. }
  2003. },
  2004. "node_modules/@vue/shared": {
  2005. "version": "3.5.34",
  2006. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.34.tgz",
  2007. "integrity": "sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==",
  2008. "license": "MIT"
  2009. },
  2010. "node_modules/@vue/tsconfig": {
  2011. "version": "0.7.0",
  2012. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.7.0.tgz",
  2013. "integrity": "sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==",
  2014. "dev": true,
  2015. "license": "MIT",
  2016. "peerDependencies": {
  2017. "typescript": "5.x",
  2018. "vue": "^3.4.0"
  2019. },
  2020. "peerDependenciesMeta": {
  2021. "typescript": {
  2022. "optional": true
  2023. },
  2024. "vue": {
  2025. "optional": true
  2026. }
  2027. }
  2028. },
  2029. "node_modules/@vueuse/core": {
  2030. "version": "14.3.0",
  2031. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-14.3.0.tgz",
  2032. "integrity": "sha512-aHfz47g0ZhMtTVHmIzMVpJy8ePhhOy68GY5bv110+5DVtZ+W7BsOx+m61UNQqfrWyPztIHIanWa3E2tib3NFIw==",
  2033. "license": "MIT",
  2034. "dependencies": {
  2035. "@types/web-bluetooth": "^0.0.21",
  2036. "@vueuse/metadata": "14.3.0",
  2037. "@vueuse/shared": "14.3.0"
  2038. },
  2039. "funding": {
  2040. "url": "https://github.com/sponsors/antfu"
  2041. },
  2042. "peerDependencies": {
  2043. "vue": "^3.5.0"
  2044. }
  2045. },
  2046. "node_modules/@vueuse/metadata": {
  2047. "version": "14.3.0",
  2048. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-14.3.0.tgz",
  2049. "integrity": "sha512-BwxmbAzwAVF50+MW57GXOUEV61nFBGnlBvrTqj49PqWJu3uw7hdu72ztXeZ33RdZtDY6kO+bfCAE1PCn88Tktw==",
  2050. "license": "MIT",
  2051. "funding": {
  2052. "url": "https://github.com/sponsors/antfu"
  2053. }
  2054. },
  2055. "node_modules/@vueuse/shared": {
  2056. "version": "14.3.0",
  2057. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-14.3.0.tgz",
  2058. "integrity": "sha512-bZpge9eSXwa4ToSiqJ7j6KRwhAsneMFoSz3LMWKQDkqimm3D/tbFlrklrs/IOqC8tEcYmXQZJ6N0UrjhBirVCg==",
  2059. "license": "MIT",
  2060. "funding": {
  2061. "url": "https://github.com/sponsors/antfu"
  2062. },
  2063. "peerDependencies": {
  2064. "vue": "^3.5.0"
  2065. }
  2066. },
  2067. "node_modules/agent-base": {
  2068. "version": "6.0.2",
  2069. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
  2070. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  2071. "license": "MIT",
  2072. "dependencies": {
  2073. "debug": "4"
  2074. },
  2075. "engines": {
  2076. "node": ">= 6.0.0"
  2077. }
  2078. },
  2079. "node_modules/alien-signals": {
  2080. "version": "1.0.13",
  2081. "resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
  2082. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  2083. "dev": true,
  2084. "license": "MIT"
  2085. },
  2086. "node_modules/async-validator": {
  2087. "version": "4.2.5",
  2088. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  2089. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  2090. "license": "MIT"
  2091. },
  2092. "node_modules/asynckit": {
  2093. "version": "0.4.0",
  2094. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  2095. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  2096. "license": "MIT"
  2097. },
  2098. "node_modules/axios": {
  2099. "version": "1.16.1",
  2100. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.16.1.tgz",
  2101. "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==",
  2102. "license": "MIT",
  2103. "dependencies": {
  2104. "follow-redirects": "^1.16.0",
  2105. "form-data": "^4.0.5",
  2106. "https-proxy-agent": "^5.0.1",
  2107. "proxy-from-env": "^2.1.0"
  2108. }
  2109. },
  2110. "node_modules/balanced-match": {
  2111. "version": "1.0.2",
  2112. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  2113. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2114. "dev": true,
  2115. "license": "MIT"
  2116. },
  2117. "node_modules/base64-arraybuffer": {
  2118. "version": "1.0.2",
  2119. "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz",
  2120. "integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==",
  2121. "optional": true,
  2122. "engines": {
  2123. "node": ">= 0.6.0"
  2124. }
  2125. },
  2126. "node_modules/birpc": {
  2127. "version": "2.9.0",
  2128. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.9.0.tgz",
  2129. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  2130. "license": "MIT",
  2131. "funding": {
  2132. "url": "https://github.com/sponsors/antfu"
  2133. }
  2134. },
  2135. "node_modules/brace-expansion": {
  2136. "version": "2.1.0",
  2137. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.1.0.tgz",
  2138. "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
  2139. "dev": true,
  2140. "license": "MIT",
  2141. "dependencies": {
  2142. "balanced-match": "^1.0.0"
  2143. }
  2144. },
  2145. "node_modules/call-bind-apply-helpers": {
  2146. "version": "1.0.2",
  2147. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  2148. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  2149. "license": "MIT",
  2150. "dependencies": {
  2151. "es-errors": "^1.3.0",
  2152. "function-bind": "^1.1.2"
  2153. },
  2154. "engines": {
  2155. "node": ">= 0.4"
  2156. }
  2157. },
  2158. "node_modules/canvg": {
  2159. "version": "3.0.11",
  2160. "resolved": "https://registry.npmjs.org/canvg/-/canvg-3.0.11.tgz",
  2161. "integrity": "sha512-5ON+q7jCTgMp9cjpu4Jo6XbvfYwSB2Ow3kzHKfIyJfaCAOHLbdKPQqGKgfED/R5B+3TFFfe8pegYA+b423SRyA==",
  2162. "optional": true,
  2163. "dependencies": {
  2164. "@babel/runtime": "^7.12.5",
  2165. "@types/raf": "^3.4.0",
  2166. "core-js": "^3.8.3",
  2167. "raf": "^3.4.1",
  2168. "regenerator-runtime": "^0.13.7",
  2169. "rgbcolor": "^1.0.1",
  2170. "stackblur-canvas": "^2.0.0",
  2171. "svg-pathdata": "^6.0.3"
  2172. },
  2173. "engines": {
  2174. "node": ">=10.0.0"
  2175. }
  2176. },
  2177. "node_modules/chokidar": {
  2178. "version": "4.0.3",
  2179. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  2180. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  2181. "dev": true,
  2182. "license": "MIT",
  2183. "dependencies": {
  2184. "readdirp": "^4.0.1"
  2185. },
  2186. "engines": {
  2187. "node": ">= 14.16.0"
  2188. },
  2189. "funding": {
  2190. "url": "https://paulmillr.com/funding/"
  2191. }
  2192. },
  2193. "node_modules/combined-stream": {
  2194. "version": "1.0.8",
  2195. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  2196. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  2197. "license": "MIT",
  2198. "dependencies": {
  2199. "delayed-stream": "~1.0.0"
  2200. },
  2201. "engines": {
  2202. "node": ">= 0.8"
  2203. }
  2204. },
  2205. "node_modules/copy-anything": {
  2206. "version": "4.0.5",
  2207. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-4.0.5.tgz",
  2208. "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
  2209. "license": "MIT",
  2210. "dependencies": {
  2211. "is-what": "^5.2.0"
  2212. },
  2213. "engines": {
  2214. "node": ">=18"
  2215. },
  2216. "funding": {
  2217. "url": "https://github.com/sponsors/mesqueeb"
  2218. }
  2219. },
  2220. "node_modules/core-js": {
  2221. "version": "3.49.0",
  2222. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.49.0.tgz",
  2223. "integrity": "sha512-es1U2+YTtzpwkxVLwAFdSpaIMyQaq0PBgm3YD1W3Qpsn1NAmO3KSgZfu+oGSWVu6NvLHoHCV/aYcsE5wiB7ALg==",
  2224. "hasInstallScript": true,
  2225. "optional": true,
  2226. "funding": {
  2227. "type": "opencollective",
  2228. "url": "https://opencollective.com/core-js"
  2229. }
  2230. },
  2231. "node_modules/css-line-break": {
  2232. "version": "2.1.0",
  2233. "resolved": "https://registry.npmjs.org/css-line-break/-/css-line-break-2.1.0.tgz",
  2234. "integrity": "sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==",
  2235. "optional": true,
  2236. "dependencies": {
  2237. "utrie": "^1.0.2"
  2238. }
  2239. },
  2240. "node_modules/csstype": {
  2241. "version": "3.2.3",
  2242. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  2243. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2244. "license": "MIT"
  2245. },
  2246. "node_modules/dayjs": {
  2247. "version": "1.11.20",
  2248. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.20.tgz",
  2249. "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
  2250. "license": "MIT"
  2251. },
  2252. "node_modules/de-indent": {
  2253. "version": "1.0.2",
  2254. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  2255. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  2256. "dev": true,
  2257. "license": "MIT"
  2258. },
  2259. "node_modules/debug": {
  2260. "version": "4.4.3",
  2261. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  2262. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  2263. "license": "MIT",
  2264. "dependencies": {
  2265. "ms": "^2.1.3"
  2266. },
  2267. "engines": {
  2268. "node": ">=6.0"
  2269. },
  2270. "peerDependenciesMeta": {
  2271. "supports-color": {
  2272. "optional": true
  2273. }
  2274. }
  2275. },
  2276. "node_modules/delayed-stream": {
  2277. "version": "1.0.0",
  2278. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  2279. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  2280. "license": "MIT",
  2281. "engines": {
  2282. "node": ">=0.4.0"
  2283. }
  2284. },
  2285. "node_modules/detect-libc": {
  2286. "version": "2.1.2",
  2287. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  2288. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2289. "dev": true,
  2290. "license": "Apache-2.0",
  2291. "optional": true,
  2292. "engines": {
  2293. "node": ">=8"
  2294. }
  2295. },
  2296. "node_modules/dom-to-image": {
  2297. "version": "2.6.0",
  2298. "resolved": "https://registry.npmjs.org/dom-to-image/-/dom-to-image-2.6.0.tgz",
  2299. "integrity": "sha512-Dt0QdaHmLpjURjU7Tnu3AgYSF2LuOmksSGsUcE6ItvJoCWTBEmiMXcqBdNSAm9+QbbwD7JMoVsuuKX6ZVQv1qA=="
  2300. },
  2301. "node_modules/dompurify": {
  2302. "version": "3.4.11",
  2303. "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz",
  2304. "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==",
  2305. "optional": true,
  2306. "optionalDependencies": {
  2307. "@types/trusted-types": "^2.0.7"
  2308. }
  2309. },
  2310. "node_modules/dunder-proto": {
  2311. "version": "1.0.1",
  2312. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2313. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2314. "license": "MIT",
  2315. "dependencies": {
  2316. "call-bind-apply-helpers": "^1.0.1",
  2317. "es-errors": "^1.3.0",
  2318. "gopd": "^1.2.0"
  2319. },
  2320. "engines": {
  2321. "node": ">= 0.4"
  2322. }
  2323. },
  2324. "node_modules/echarts": {
  2325. "version": "6.1.0",
  2326. "resolved": "https://registry.npmjs.org/echarts/-/echarts-6.1.0.tgz",
  2327. "integrity": "sha512-q0yaFPggC9FUdsWH4blavRWFmxdrIodbkoKNAjJudAI6CA9gNPxHtV2RcZNEepZVlk4yvBYkOkbk6HIVpIyHZA==",
  2328. "dependencies": {
  2329. "tslib": "2.3.0",
  2330. "zrender": "6.1.0"
  2331. }
  2332. },
  2333. "node_modules/element-plus": {
  2334. "version": "2.14.0",
  2335. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.14.0.tgz",
  2336. "integrity": "sha512-POgH+TtoreaEKWqYYAVQyE6i8rQMEFqAEublyF29dBA5yASWPLKY6EzfeqBTr2Uv26mPss4vSrMrNPyaK7LX5w==",
  2337. "license": "MIT",
  2338. "dependencies": {
  2339. "@ctrl/tinycolor": "^4.2.0",
  2340. "@element-plus/icons-vue": "^2.3.2",
  2341. "@floating-ui/dom": "^1.0.1",
  2342. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.8",
  2343. "@types/lodash": "^4.17.24",
  2344. "@types/lodash-es": "^4.17.12",
  2345. "@vueuse/core": "14.3.0",
  2346. "async-validator": "^4.2.5",
  2347. "dayjs": "^1.11.20",
  2348. "lodash": "^4.18.1",
  2349. "lodash-es": "^4.18.1",
  2350. "lodash-unified": "^1.0.3",
  2351. "memoize-one": "^6.0.0",
  2352. "normalize-wheel-es": "^1.2.0",
  2353. "vue-component-type-helpers": "^3.2.8"
  2354. },
  2355. "peerDependencies": {
  2356. "vue": "^3.3.7"
  2357. }
  2358. },
  2359. "node_modules/entities": {
  2360. "version": "7.0.1",
  2361. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
  2362. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2363. "license": "BSD-2-Clause",
  2364. "engines": {
  2365. "node": ">=0.12"
  2366. },
  2367. "funding": {
  2368. "url": "https://github.com/fb55/entities?sponsor=1"
  2369. }
  2370. },
  2371. "node_modules/es-define-property": {
  2372. "version": "1.0.1",
  2373. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  2374. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2375. "license": "MIT",
  2376. "engines": {
  2377. "node": ">= 0.4"
  2378. }
  2379. },
  2380. "node_modules/es-errors": {
  2381. "version": "1.3.0",
  2382. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  2383. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2384. "license": "MIT",
  2385. "engines": {
  2386. "node": ">= 0.4"
  2387. }
  2388. },
  2389. "node_modules/es-object-atoms": {
  2390. "version": "1.1.1",
  2391. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2392. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2393. "license": "MIT",
  2394. "dependencies": {
  2395. "es-errors": "^1.3.0"
  2396. },
  2397. "engines": {
  2398. "node": ">= 0.4"
  2399. }
  2400. },
  2401. "node_modules/es-set-tostringtag": {
  2402. "version": "2.1.0",
  2403. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2404. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2405. "license": "MIT",
  2406. "dependencies": {
  2407. "es-errors": "^1.3.0",
  2408. "get-intrinsic": "^1.2.6",
  2409. "has-tostringtag": "^1.0.2",
  2410. "hasown": "^2.0.2"
  2411. },
  2412. "engines": {
  2413. "node": ">= 0.4"
  2414. }
  2415. },
  2416. "node_modules/esbuild": {
  2417. "version": "0.25.12",
  2418. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.12.tgz",
  2419. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  2420. "dev": true,
  2421. "hasInstallScript": true,
  2422. "license": "MIT",
  2423. "bin": {
  2424. "esbuild": "bin/esbuild"
  2425. },
  2426. "engines": {
  2427. "node": ">=18"
  2428. },
  2429. "optionalDependencies": {
  2430. "@esbuild/aix-ppc64": "0.25.12",
  2431. "@esbuild/android-arm": "0.25.12",
  2432. "@esbuild/android-arm64": "0.25.12",
  2433. "@esbuild/android-x64": "0.25.12",
  2434. "@esbuild/darwin-arm64": "0.25.12",
  2435. "@esbuild/darwin-x64": "0.25.12",
  2436. "@esbuild/freebsd-arm64": "0.25.12",
  2437. "@esbuild/freebsd-x64": "0.25.12",
  2438. "@esbuild/linux-arm": "0.25.12",
  2439. "@esbuild/linux-arm64": "0.25.12",
  2440. "@esbuild/linux-ia32": "0.25.12",
  2441. "@esbuild/linux-loong64": "0.25.12",
  2442. "@esbuild/linux-mips64el": "0.25.12",
  2443. "@esbuild/linux-ppc64": "0.25.12",
  2444. "@esbuild/linux-riscv64": "0.25.12",
  2445. "@esbuild/linux-s390x": "0.25.12",
  2446. "@esbuild/linux-x64": "0.25.12",
  2447. "@esbuild/netbsd-arm64": "0.25.12",
  2448. "@esbuild/netbsd-x64": "0.25.12",
  2449. "@esbuild/openbsd-arm64": "0.25.12",
  2450. "@esbuild/openbsd-x64": "0.25.12",
  2451. "@esbuild/openharmony-arm64": "0.25.12",
  2452. "@esbuild/sunos-x64": "0.25.12",
  2453. "@esbuild/win32-arm64": "0.25.12",
  2454. "@esbuild/win32-ia32": "0.25.12",
  2455. "@esbuild/win32-x64": "0.25.12"
  2456. }
  2457. },
  2458. "node_modules/estree-walker": {
  2459. "version": "2.0.2",
  2460. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2461. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2462. "license": "MIT"
  2463. },
  2464. "node_modules/fast-png": {
  2465. "version": "6.4.0",
  2466. "resolved": "https://registry.npmjs.org/fast-png/-/fast-png-6.4.0.tgz",
  2467. "integrity": "sha512-kAqZq1TlgBjZcLr5mcN6NP5Rv4V2f22z00c3g8vRrwkcqjerx7BEhPbOnWCPqaHUl2XWQBJQvOT/FQhdMT7X/Q==",
  2468. "dependencies": {
  2469. "@types/pako": "^2.0.3",
  2470. "iobuffer": "^5.3.2",
  2471. "pako": "^2.1.0"
  2472. }
  2473. },
  2474. "node_modules/fdir": {
  2475. "version": "6.5.0",
  2476. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  2477. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  2478. "dev": true,
  2479. "license": "MIT",
  2480. "engines": {
  2481. "node": ">=12.0.0"
  2482. },
  2483. "peerDependencies": {
  2484. "picomatch": "^3 || ^4"
  2485. },
  2486. "peerDependenciesMeta": {
  2487. "picomatch": {
  2488. "optional": true
  2489. }
  2490. }
  2491. },
  2492. "node_modules/fflate": {
  2493. "version": "0.8.3",
  2494. "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.3.tgz",
  2495. "integrity": "sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA=="
  2496. },
  2497. "node_modules/follow-redirects": {
  2498. "version": "1.16.0",
  2499. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.16.0.tgz",
  2500. "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
  2501. "funding": [
  2502. {
  2503. "type": "individual",
  2504. "url": "https://github.com/sponsors/RubenVerborgh"
  2505. }
  2506. ],
  2507. "license": "MIT",
  2508. "engines": {
  2509. "node": ">=4.0"
  2510. },
  2511. "peerDependenciesMeta": {
  2512. "debug": {
  2513. "optional": true
  2514. }
  2515. }
  2516. },
  2517. "node_modules/form-data": {
  2518. "version": "4.0.5",
  2519. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  2520. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  2521. "license": "MIT",
  2522. "dependencies": {
  2523. "asynckit": "^0.4.0",
  2524. "combined-stream": "^1.0.8",
  2525. "es-set-tostringtag": "^2.1.0",
  2526. "hasown": "^2.0.2",
  2527. "mime-types": "^2.1.12"
  2528. },
  2529. "engines": {
  2530. "node": ">= 6"
  2531. }
  2532. },
  2533. "node_modules/fsevents": {
  2534. "version": "2.3.3",
  2535. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  2536. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2537. "dev": true,
  2538. "hasInstallScript": true,
  2539. "license": "MIT",
  2540. "optional": true,
  2541. "os": [
  2542. "darwin"
  2543. ],
  2544. "engines": {
  2545. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2546. }
  2547. },
  2548. "node_modules/function-bind": {
  2549. "version": "1.1.2",
  2550. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  2551. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2552. "license": "MIT",
  2553. "funding": {
  2554. "url": "https://github.com/sponsors/ljharb"
  2555. }
  2556. },
  2557. "node_modules/get-intrinsic": {
  2558. "version": "1.3.0",
  2559. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  2560. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  2561. "license": "MIT",
  2562. "dependencies": {
  2563. "call-bind-apply-helpers": "^1.0.2",
  2564. "es-define-property": "^1.0.1",
  2565. "es-errors": "^1.3.0",
  2566. "es-object-atoms": "^1.1.1",
  2567. "function-bind": "^1.1.2",
  2568. "get-proto": "^1.0.1",
  2569. "gopd": "^1.2.0",
  2570. "has-symbols": "^1.1.0",
  2571. "hasown": "^2.0.2",
  2572. "math-intrinsics": "^1.1.0"
  2573. },
  2574. "engines": {
  2575. "node": ">= 0.4"
  2576. },
  2577. "funding": {
  2578. "url": "https://github.com/sponsors/ljharb"
  2579. }
  2580. },
  2581. "node_modules/get-proto": {
  2582. "version": "1.0.1",
  2583. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  2584. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  2585. "license": "MIT",
  2586. "dependencies": {
  2587. "dunder-proto": "^1.0.1",
  2588. "es-object-atoms": "^1.0.0"
  2589. },
  2590. "engines": {
  2591. "node": ">= 0.4"
  2592. }
  2593. },
  2594. "node_modules/gopd": {
  2595. "version": "1.2.0",
  2596. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  2597. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  2598. "license": "MIT",
  2599. "engines": {
  2600. "node": ">= 0.4"
  2601. },
  2602. "funding": {
  2603. "url": "https://github.com/sponsors/ljharb"
  2604. }
  2605. },
  2606. "node_modules/has-symbols": {
  2607. "version": "1.1.0",
  2608. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  2609. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  2610. "license": "MIT",
  2611. "engines": {
  2612. "node": ">= 0.4"
  2613. },
  2614. "funding": {
  2615. "url": "https://github.com/sponsors/ljharb"
  2616. }
  2617. },
  2618. "node_modules/has-tostringtag": {
  2619. "version": "1.0.2",
  2620. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  2621. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  2622. "license": "MIT",
  2623. "dependencies": {
  2624. "has-symbols": "^1.0.3"
  2625. },
  2626. "engines": {
  2627. "node": ">= 0.4"
  2628. },
  2629. "funding": {
  2630. "url": "https://github.com/sponsors/ljharb"
  2631. }
  2632. },
  2633. "node_modules/hasown": {
  2634. "version": "2.0.3",
  2635. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.3.tgz",
  2636. "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
  2637. "license": "MIT",
  2638. "dependencies": {
  2639. "function-bind": "^1.1.2"
  2640. },
  2641. "engines": {
  2642. "node": ">= 0.4"
  2643. }
  2644. },
  2645. "node_modules/he": {
  2646. "version": "1.2.0",
  2647. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  2648. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  2649. "dev": true,
  2650. "license": "MIT",
  2651. "bin": {
  2652. "he": "bin/he"
  2653. }
  2654. },
  2655. "node_modules/hookable": {
  2656. "version": "5.5.3",
  2657. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  2658. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  2659. "license": "MIT"
  2660. },
  2661. "node_modules/html2canvas": {
  2662. "version": "1.4.1",
  2663. "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz",
  2664. "integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==",
  2665. "optional": true,
  2666. "dependencies": {
  2667. "css-line-break": "^2.1.0",
  2668. "text-segmentation": "^1.0.3"
  2669. },
  2670. "engines": {
  2671. "node": ">=8.0.0"
  2672. }
  2673. },
  2674. "node_modules/https-proxy-agent": {
  2675. "version": "5.0.1",
  2676. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  2677. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  2678. "license": "MIT",
  2679. "dependencies": {
  2680. "agent-base": "6",
  2681. "debug": "4"
  2682. },
  2683. "engines": {
  2684. "node": ">= 6"
  2685. }
  2686. },
  2687. "node_modules/immutable": {
  2688. "version": "5.1.5",
  2689. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.5.tgz",
  2690. "integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==",
  2691. "dev": true,
  2692. "license": "MIT"
  2693. },
  2694. "node_modules/iobuffer": {
  2695. "version": "5.4.0",
  2696. "resolved": "https://registry.npmjs.org/iobuffer/-/iobuffer-5.4.0.tgz",
  2697. "integrity": "sha512-DRebOWuqDvxunfkNJAlc3IzWIPD5xVxwUNbHr7xKB8E6aLJxIPfNX3CoMJghcFjpv6RWQsrcJbghtEwSPoJqMA=="
  2698. },
  2699. "node_modules/is-extglob": {
  2700. "version": "2.1.1",
  2701. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2702. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2703. "dev": true,
  2704. "license": "MIT",
  2705. "optional": true,
  2706. "engines": {
  2707. "node": ">=0.10.0"
  2708. }
  2709. },
  2710. "node_modules/is-glob": {
  2711. "version": "4.0.3",
  2712. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  2713. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2714. "dev": true,
  2715. "license": "MIT",
  2716. "optional": true,
  2717. "dependencies": {
  2718. "is-extglob": "^2.1.1"
  2719. },
  2720. "engines": {
  2721. "node": ">=0.10.0"
  2722. }
  2723. },
  2724. "node_modules/is-what": {
  2725. "version": "5.5.0",
  2726. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-5.5.0.tgz",
  2727. "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
  2728. "license": "MIT",
  2729. "engines": {
  2730. "node": ">=18"
  2731. },
  2732. "funding": {
  2733. "url": "https://github.com/sponsors/mesqueeb"
  2734. }
  2735. },
  2736. "node_modules/jsencrypt": {
  2737. "version": "3.5.4",
  2738. "resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.5.4.tgz",
  2739. "integrity": "sha512-kNjfYEMNASxrDGsmcSQh/rUTmcoRfSUkxnAz+MMywM8jtGu+fFEZ3nJjHM58zscVnwR0fYmG9sGkTDjqUdpiwA==",
  2740. "license": "MIT"
  2741. },
  2742. "node_modules/jspdf": {
  2743. "version": "4.2.1",
  2744. "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.1.tgz",
  2745. "integrity": "sha512-YyAXyvnmjTbR4bHQRLzex3CuINCDlQnBqoSYyjJwTP2x9jDLuKDzy7aKUl0hgx3uhcl7xzg32agn5vlie6HIlQ==",
  2746. "dependencies": {
  2747. "@babel/runtime": "^7.28.6",
  2748. "fast-png": "^6.2.0",
  2749. "fflate": "^0.8.1"
  2750. },
  2751. "optionalDependencies": {
  2752. "canvg": "^3.0.11",
  2753. "core-js": "^3.6.0",
  2754. "dompurify": "^3.3.1",
  2755. "html2canvas": "^1.0.0-rc.5"
  2756. }
  2757. },
  2758. "node_modules/lodash": {
  2759. "version": "4.18.1",
  2760. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.18.1.tgz",
  2761. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  2762. "license": "MIT"
  2763. },
  2764. "node_modules/lodash-es": {
  2765. "version": "4.18.1",
  2766. "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
  2767. "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A=="
  2768. },
  2769. "node_modules/lodash-unified": {
  2770. "version": "1.0.3",
  2771. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  2772. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  2773. "license": "MIT",
  2774. "peerDependencies": {
  2775. "@types/lodash-es": "*",
  2776. "lodash": "*",
  2777. "lodash-es": "*"
  2778. }
  2779. },
  2780. "node_modules/magic-string": {
  2781. "version": "0.30.21",
  2782. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  2783. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  2784. "license": "MIT",
  2785. "dependencies": {
  2786. "@jridgewell/sourcemap-codec": "^1.5.5"
  2787. }
  2788. },
  2789. "node_modules/math-intrinsics": {
  2790. "version": "1.1.0",
  2791. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  2792. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  2793. "license": "MIT",
  2794. "engines": {
  2795. "node": ">= 0.4"
  2796. }
  2797. },
  2798. "node_modules/memoize-one": {
  2799. "version": "6.0.0",
  2800. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  2801. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  2802. "license": "MIT"
  2803. },
  2804. "node_modules/mime-db": {
  2805. "version": "1.52.0",
  2806. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  2807. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  2808. "license": "MIT",
  2809. "engines": {
  2810. "node": ">= 0.6"
  2811. }
  2812. },
  2813. "node_modules/mime-types": {
  2814. "version": "2.1.35",
  2815. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  2816. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  2817. "license": "MIT",
  2818. "dependencies": {
  2819. "mime-db": "1.52.0"
  2820. },
  2821. "engines": {
  2822. "node": ">= 0.6"
  2823. }
  2824. },
  2825. "node_modules/minimatch": {
  2826. "version": "9.0.9",
  2827. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.9.tgz",
  2828. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  2829. "dev": true,
  2830. "license": "ISC",
  2831. "dependencies": {
  2832. "brace-expansion": "^2.0.2"
  2833. },
  2834. "engines": {
  2835. "node": ">=16 || 14 >=14.17"
  2836. },
  2837. "funding": {
  2838. "url": "https://github.com/sponsors/isaacs"
  2839. }
  2840. },
  2841. "node_modules/mitt": {
  2842. "version": "3.0.1",
  2843. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  2844. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  2845. "license": "MIT"
  2846. },
  2847. "node_modules/ms": {
  2848. "version": "2.1.3",
  2849. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  2850. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2851. "license": "MIT"
  2852. },
  2853. "node_modules/muggle-string": {
  2854. "version": "0.4.1",
  2855. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  2856. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  2857. "dev": true,
  2858. "license": "MIT"
  2859. },
  2860. "node_modules/nanoid": {
  2861. "version": "3.3.12",
  2862. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.12.tgz",
  2863. "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
  2864. "funding": [
  2865. {
  2866. "type": "github",
  2867. "url": "https://github.com/sponsors/ai"
  2868. }
  2869. ],
  2870. "license": "MIT",
  2871. "bin": {
  2872. "nanoid": "bin/nanoid.cjs"
  2873. },
  2874. "engines": {
  2875. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2876. }
  2877. },
  2878. "node_modules/neo-async": {
  2879. "version": "2.6.2",
  2880. "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz",
  2881. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  2882. "dev": true,
  2883. "license": "MIT"
  2884. },
  2885. "node_modules/node-addon-api": {
  2886. "version": "7.1.1",
  2887. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  2888. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  2889. "dev": true,
  2890. "license": "MIT",
  2891. "optional": true
  2892. },
  2893. "node_modules/normalize-wheel-es": {
  2894. "version": "1.2.0",
  2895. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  2896. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  2897. "license": "BSD-3-Clause"
  2898. },
  2899. "node_modules/pako": {
  2900. "version": "2.1.0",
  2901. "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz",
  2902. "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug=="
  2903. },
  2904. "node_modules/path-browserify": {
  2905. "version": "1.0.1",
  2906. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  2907. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  2908. "dev": true,
  2909. "license": "MIT"
  2910. },
  2911. "node_modules/perfect-debounce": {
  2912. "version": "1.0.0",
  2913. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  2914. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  2915. "license": "MIT"
  2916. },
  2917. "node_modules/performance-now": {
  2918. "version": "2.1.0",
  2919. "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
  2920. "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
  2921. "optional": true
  2922. },
  2923. "node_modules/picocolors": {
  2924. "version": "1.1.1",
  2925. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  2926. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2927. "license": "ISC"
  2928. },
  2929. "node_modules/picomatch": {
  2930. "version": "4.0.4",
  2931. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
  2932. "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
  2933. "dev": true,
  2934. "license": "MIT",
  2935. "engines": {
  2936. "node": ">=12"
  2937. },
  2938. "funding": {
  2939. "url": "https://github.com/sponsors/jonschlinkert"
  2940. }
  2941. },
  2942. "node_modules/pinia": {
  2943. "version": "3.0.4",
  2944. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.4.tgz",
  2945. "integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
  2946. "license": "MIT",
  2947. "dependencies": {
  2948. "@vue/devtools-api": "^7.7.7"
  2949. },
  2950. "funding": {
  2951. "url": "https://github.com/sponsors/posva"
  2952. },
  2953. "peerDependencies": {
  2954. "typescript": ">=4.5.0",
  2955. "vue": "^3.5.11"
  2956. },
  2957. "peerDependenciesMeta": {
  2958. "typescript": {
  2959. "optional": true
  2960. }
  2961. }
  2962. },
  2963. "node_modules/pinia/node_modules/@vue/devtools-api": {
  2964. "version": "7.7.9",
  2965. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
  2966. "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
  2967. "license": "MIT",
  2968. "dependencies": {
  2969. "@vue/devtools-kit": "^7.7.9"
  2970. }
  2971. },
  2972. "node_modules/postcss": {
  2973. "version": "8.5.14",
  2974. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.14.tgz",
  2975. "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
  2976. "funding": [
  2977. {
  2978. "type": "opencollective",
  2979. "url": "https://opencollective.com/postcss/"
  2980. },
  2981. {
  2982. "type": "tidelift",
  2983. "url": "https://tidelift.com/funding/github/npm/postcss"
  2984. },
  2985. {
  2986. "type": "github",
  2987. "url": "https://github.com/sponsors/ai"
  2988. }
  2989. ],
  2990. "license": "MIT",
  2991. "dependencies": {
  2992. "nanoid": "^3.3.11",
  2993. "picocolors": "^1.1.1",
  2994. "source-map-js": "^1.2.1"
  2995. },
  2996. "engines": {
  2997. "node": "^10 || ^12 || >=14"
  2998. }
  2999. },
  3000. "node_modules/proxy-from-env": {
  3001. "version": "2.1.0",
  3002. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
  3003. "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
  3004. "license": "MIT",
  3005. "engines": {
  3006. "node": ">=10"
  3007. }
  3008. },
  3009. "node_modules/raf": {
  3010. "version": "3.4.1",
  3011. "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
  3012. "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
  3013. "optional": true,
  3014. "dependencies": {
  3015. "performance-now": "^2.1.0"
  3016. }
  3017. },
  3018. "node_modules/readdirp": {
  3019. "version": "4.1.2",
  3020. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  3021. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  3022. "dev": true,
  3023. "license": "MIT",
  3024. "engines": {
  3025. "node": ">= 14.18.0"
  3026. },
  3027. "funding": {
  3028. "type": "individual",
  3029. "url": "https://paulmillr.com/funding/"
  3030. }
  3031. },
  3032. "node_modules/regenerator-runtime": {
  3033. "version": "0.13.11",
  3034. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  3035. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
  3036. "optional": true
  3037. },
  3038. "node_modules/rfdc": {
  3039. "version": "1.4.1",
  3040. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  3041. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  3042. "license": "MIT"
  3043. },
  3044. "node_modules/rgbcolor": {
  3045. "version": "1.0.1",
  3046. "resolved": "https://registry.npmjs.org/rgbcolor/-/rgbcolor-1.0.1.tgz",
  3047. "integrity": "sha512-9aZLIrhRaD97sgVhtJOW6ckOEh6/GnvQtdVNfdZ6s67+3/XwLS9lBcQYzEEhYVeUowN7pRzMLsyGhK2i/xvWbw==",
  3048. "optional": true,
  3049. "engines": {
  3050. "node": ">= 0.8.15"
  3051. }
  3052. },
  3053. "node_modules/rollup": {
  3054. "version": "4.60.4",
  3055. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.60.4.tgz",
  3056. "integrity": "sha512-WHeFSbZYsPu3+bLoNRUuAO+wavNlocOPf3wSHTP7hcFKVnJeWsYlCDbr3mTS14FCizf9ccIxXA8sGL8zKeQN3g==",
  3057. "dev": true,
  3058. "license": "MIT",
  3059. "dependencies": {
  3060. "@types/estree": "1.0.8"
  3061. },
  3062. "bin": {
  3063. "rollup": "dist/bin/rollup"
  3064. },
  3065. "engines": {
  3066. "node": ">=18.0.0",
  3067. "npm": ">=8.0.0"
  3068. },
  3069. "optionalDependencies": {
  3070. "@rollup/rollup-android-arm-eabi": "4.60.4",
  3071. "@rollup/rollup-android-arm64": "4.60.4",
  3072. "@rollup/rollup-darwin-arm64": "4.60.4",
  3073. "@rollup/rollup-darwin-x64": "4.60.4",
  3074. "@rollup/rollup-freebsd-arm64": "4.60.4",
  3075. "@rollup/rollup-freebsd-x64": "4.60.4",
  3076. "@rollup/rollup-linux-arm-gnueabihf": "4.60.4",
  3077. "@rollup/rollup-linux-arm-musleabihf": "4.60.4",
  3078. "@rollup/rollup-linux-arm64-gnu": "4.60.4",
  3079. "@rollup/rollup-linux-arm64-musl": "4.60.4",
  3080. "@rollup/rollup-linux-loong64-gnu": "4.60.4",
  3081. "@rollup/rollup-linux-loong64-musl": "4.60.4",
  3082. "@rollup/rollup-linux-ppc64-gnu": "4.60.4",
  3083. "@rollup/rollup-linux-ppc64-musl": "4.60.4",
  3084. "@rollup/rollup-linux-riscv64-gnu": "4.60.4",
  3085. "@rollup/rollup-linux-riscv64-musl": "4.60.4",
  3086. "@rollup/rollup-linux-s390x-gnu": "4.60.4",
  3087. "@rollup/rollup-linux-x64-gnu": "4.60.4",
  3088. "@rollup/rollup-linux-x64-musl": "4.60.4",
  3089. "@rollup/rollup-openbsd-x64": "4.60.4",
  3090. "@rollup/rollup-openharmony-arm64": "4.60.4",
  3091. "@rollup/rollup-win32-arm64-msvc": "4.60.4",
  3092. "@rollup/rollup-win32-ia32-msvc": "4.60.4",
  3093. "@rollup/rollup-win32-x64-gnu": "4.60.4",
  3094. "@rollup/rollup-win32-x64-msvc": "4.60.4",
  3095. "fsevents": "~2.3.2"
  3096. }
  3097. },
  3098. "node_modules/sass": {
  3099. "version": "1.99.0",
  3100. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.99.0.tgz",
  3101. "integrity": "sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==",
  3102. "dev": true,
  3103. "license": "MIT",
  3104. "dependencies": {
  3105. "chokidar": "^4.0.0",
  3106. "immutable": "^5.1.5",
  3107. "source-map-js": ">=0.6.2 <2.0.0"
  3108. },
  3109. "bin": {
  3110. "sass": "sass.js"
  3111. },
  3112. "engines": {
  3113. "node": ">=14.0.0"
  3114. },
  3115. "optionalDependencies": {
  3116. "@parcel/watcher": "^2.4.1"
  3117. }
  3118. },
  3119. "node_modules/sass-loader": {
  3120. "version": "16.0.8",
  3121. "resolved": "https://registry.npmmirror.com/sass-loader/-/sass-loader-16.0.8.tgz",
  3122. "integrity": "sha512-hcov4ZwZJIGbEuyNr9EmiTmZueyrxSToE6GOzoZnq5JM7ecRO7ttyvilPn+VmRsqiP16+VYZzVnGZj/hzZgKBA==",
  3123. "dev": true,
  3124. "license": "MIT",
  3125. "dependencies": {
  3126. "neo-async": "^2.6.2"
  3127. },
  3128. "engines": {
  3129. "node": ">= 18.12.0"
  3130. },
  3131. "funding": {
  3132. "type": "opencollective",
  3133. "url": "https://opencollective.com/webpack"
  3134. },
  3135. "peerDependencies": {
  3136. "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0",
  3137. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
  3138. "sass": "^1.3.0",
  3139. "sass-embedded": "*",
  3140. "webpack": "^5.0.0"
  3141. },
  3142. "peerDependenciesMeta": {
  3143. "@rspack/core": {
  3144. "optional": true
  3145. },
  3146. "node-sass": {
  3147. "optional": true
  3148. },
  3149. "sass": {
  3150. "optional": true
  3151. },
  3152. "sass-embedded": {
  3153. "optional": true
  3154. },
  3155. "webpack": {
  3156. "optional": true
  3157. }
  3158. }
  3159. },
  3160. "node_modules/source-map-js": {
  3161. "version": "1.2.1",
  3162. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  3163. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  3164. "license": "BSD-3-Clause",
  3165. "engines": {
  3166. "node": ">=0.10.0"
  3167. }
  3168. },
  3169. "node_modules/speakingurl": {
  3170. "version": "14.0.1",
  3171. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  3172. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  3173. "license": "BSD-3-Clause",
  3174. "engines": {
  3175. "node": ">=0.10.0"
  3176. }
  3177. },
  3178. "node_modules/stackblur-canvas": {
  3179. "version": "2.7.0",
  3180. "resolved": "https://registry.npmjs.org/stackblur-canvas/-/stackblur-canvas-2.7.0.tgz",
  3181. "integrity": "sha512-yf7OENo23AGJhBriGx0QivY5JP6Y1HbrrDI6WLt6C5auYZXlQrheoY8hD4ibekFKz1HOfE48Ww8kMWMnJD/zcQ==",
  3182. "optional": true,
  3183. "engines": {
  3184. "node": ">=0.1.14"
  3185. }
  3186. },
  3187. "node_modules/superjson": {
  3188. "version": "2.2.6",
  3189. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.6.tgz",
  3190. "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
  3191. "license": "MIT",
  3192. "dependencies": {
  3193. "copy-anything": "^4"
  3194. },
  3195. "engines": {
  3196. "node": ">=16"
  3197. }
  3198. },
  3199. "node_modules/svg-pathdata": {
  3200. "version": "6.0.3",
  3201. "resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-6.0.3.tgz",
  3202. "integrity": "sha512-qsjeeq5YjBZ5eMdFuUa4ZosMLxgr5RZ+F+Y1OrDhuOCEInRMA3x74XdBtggJcj9kOeInz0WE+LgCPDkZFlBYJw==",
  3203. "optional": true,
  3204. "engines": {
  3205. "node": ">=12.0.0"
  3206. }
  3207. },
  3208. "node_modules/text-segmentation": {
  3209. "version": "1.0.3",
  3210. "resolved": "https://registry.npmjs.org/text-segmentation/-/text-segmentation-1.0.3.tgz",
  3211. "integrity": "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==",
  3212. "optional": true,
  3213. "dependencies": {
  3214. "utrie": "^1.0.2"
  3215. }
  3216. },
  3217. "node_modules/tinyglobby": {
  3218. "version": "0.2.16",
  3219. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.16.tgz",
  3220. "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
  3221. "dev": true,
  3222. "license": "MIT",
  3223. "dependencies": {
  3224. "fdir": "^6.5.0",
  3225. "picomatch": "^4.0.4"
  3226. },
  3227. "engines": {
  3228. "node": ">=12.0.0"
  3229. },
  3230. "funding": {
  3231. "url": "https://github.com/sponsors/SuperchupuDev"
  3232. }
  3233. },
  3234. "node_modules/tslib": {
  3235. "version": "2.3.0",
  3236. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
  3237. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
  3238. },
  3239. "node_modules/typescript": {
  3240. "version": "5.8.3",
  3241. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  3242. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  3243. "devOptional": true,
  3244. "license": "Apache-2.0",
  3245. "bin": {
  3246. "tsc": "bin/tsc",
  3247. "tsserver": "bin/tsserver"
  3248. },
  3249. "engines": {
  3250. "node": ">=14.17"
  3251. }
  3252. },
  3253. "node_modules/undici-types": {
  3254. "version": "6.21.0",
  3255. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  3256. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  3257. "dev": true,
  3258. "license": "MIT"
  3259. },
  3260. "node_modules/utrie": {
  3261. "version": "1.0.2",
  3262. "resolved": "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz",
  3263. "integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==",
  3264. "optional": true,
  3265. "dependencies": {
  3266. "base64-arraybuffer": "^1.0.2"
  3267. }
  3268. },
  3269. "node_modules/vite": {
  3270. "version": "6.4.2",
  3271. "resolved": "https://registry.npmmirror.com/vite/-/vite-6.4.2.tgz",
  3272. "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
  3273. "dev": true,
  3274. "license": "MIT",
  3275. "dependencies": {
  3276. "esbuild": "^0.25.0",
  3277. "fdir": "^6.4.4",
  3278. "picomatch": "^4.0.2",
  3279. "postcss": "^8.5.3",
  3280. "rollup": "^4.34.9",
  3281. "tinyglobby": "^0.2.13"
  3282. },
  3283. "bin": {
  3284. "vite": "bin/vite.js"
  3285. },
  3286. "engines": {
  3287. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  3288. },
  3289. "funding": {
  3290. "url": "https://github.com/vitejs/vite?sponsor=1"
  3291. },
  3292. "optionalDependencies": {
  3293. "fsevents": "~2.3.3"
  3294. },
  3295. "peerDependencies": {
  3296. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  3297. "jiti": ">=1.21.0",
  3298. "less": "*",
  3299. "lightningcss": "^1.21.0",
  3300. "sass": "*",
  3301. "sass-embedded": "*",
  3302. "stylus": "*",
  3303. "sugarss": "*",
  3304. "terser": "^5.16.0",
  3305. "tsx": "^4.8.1",
  3306. "yaml": "^2.4.2"
  3307. },
  3308. "peerDependenciesMeta": {
  3309. "@types/node": {
  3310. "optional": true
  3311. },
  3312. "jiti": {
  3313. "optional": true
  3314. },
  3315. "less": {
  3316. "optional": true
  3317. },
  3318. "lightningcss": {
  3319. "optional": true
  3320. },
  3321. "sass": {
  3322. "optional": true
  3323. },
  3324. "sass-embedded": {
  3325. "optional": true
  3326. },
  3327. "stylus": {
  3328. "optional": true
  3329. },
  3330. "sugarss": {
  3331. "optional": true
  3332. },
  3333. "terser": {
  3334. "optional": true
  3335. },
  3336. "tsx": {
  3337. "optional": true
  3338. },
  3339. "yaml": {
  3340. "optional": true
  3341. }
  3342. }
  3343. },
  3344. "node_modules/vscode-uri": {
  3345. "version": "3.1.0",
  3346. "resolved": "https://registry.npmmirror.com/vscode-uri/-/vscode-uri-3.1.0.tgz",
  3347. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  3348. "dev": true,
  3349. "license": "MIT"
  3350. },
  3351. "node_modules/vue": {
  3352. "version": "3.5.34",
  3353. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.34.tgz",
  3354. "integrity": "sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==",
  3355. "license": "MIT",
  3356. "dependencies": {
  3357. "@vue/compiler-dom": "3.5.34",
  3358. "@vue/compiler-sfc": "3.5.34",
  3359. "@vue/runtime-dom": "3.5.34",
  3360. "@vue/server-renderer": "3.5.34",
  3361. "@vue/shared": "3.5.34"
  3362. },
  3363. "peerDependencies": {
  3364. "typescript": "*"
  3365. },
  3366. "peerDependenciesMeta": {
  3367. "typescript": {
  3368. "optional": true
  3369. }
  3370. }
  3371. },
  3372. "node_modules/vue-component-type-helpers": {
  3373. "version": "3.2.9",
  3374. "resolved": "https://registry.npmmirror.com/vue-component-type-helpers/-/vue-component-type-helpers-3.2.9.tgz",
  3375. "integrity": "sha512-S3BiWYaLSzHxTpln665ELSrMR9UYmrIDUmhik7nVZxmJjTKL2/a+ew1hvGxksKelivm0ujjWfG1fYOiU/2e8rA==",
  3376. "license": "MIT"
  3377. },
  3378. "node_modules/vue-router": {
  3379. "version": "4.6.4",
  3380. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
  3381. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  3382. "license": "MIT",
  3383. "dependencies": {
  3384. "@vue/devtools-api": "^6.6.4"
  3385. },
  3386. "funding": {
  3387. "url": "https://github.com/sponsors/posva"
  3388. },
  3389. "peerDependencies": {
  3390. "vue": "^3.5.0"
  3391. }
  3392. },
  3393. "node_modules/vue-tsc": {
  3394. "version": "2.2.12",
  3395. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-2.2.12.tgz",
  3396. "integrity": "sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==",
  3397. "dev": true,
  3398. "license": "MIT",
  3399. "dependencies": {
  3400. "@volar/typescript": "2.4.15",
  3401. "@vue/language-core": "2.2.12"
  3402. },
  3403. "bin": {
  3404. "vue-tsc": "bin/vue-tsc.js"
  3405. },
  3406. "peerDependencies": {
  3407. "typescript": ">=5.0.0"
  3408. }
  3409. },
  3410. "node_modules/vuex": {
  3411. "version": "4.1.0",
  3412. "resolved": "https://registry.npmmirror.com/vuex/-/vuex-4.1.0.tgz",
  3413. "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==",
  3414. "license": "MIT",
  3415. "dependencies": {
  3416. "@vue/devtools-api": "^6.0.0-beta.11"
  3417. },
  3418. "peerDependencies": {
  3419. "vue": "^3.2.0"
  3420. }
  3421. },
  3422. "node_modules/zrender": {
  3423. "version": "6.1.0",
  3424. "resolved": "https://registry.npmjs.org/zrender/-/zrender-6.1.0.tgz",
  3425. "integrity": "sha512-oEGMDB6pOP2S6OwRR4PdVv610zrjnA3Bh+JnSG12fYJlBKjtNAoEb5fSUoCOOINlH96I2fU38/A2UpRKs67xYQ==",
  3426. "dependencies": {
  3427. "tslib": "2.3.0"
  3428. }
  3429. }
  3430. }
  3431. }