package-lock.json 104 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167
  1. {
  2. "name": "gdt-auto-portal",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "gdt-auto-portal",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "@element-plus/icons-vue": "^2.3.1",
  12. "axios": "^1.7.0",
  13. "element-plus": "^2.8.0",
  14. "vue": "^3.5.0",
  15. "vue-router": "^4.3.0"
  16. },
  17. "devDependencies": {
  18. "@tailwindcss/postcss": "^4.1.18",
  19. "@vitejs/plugin-vue": "^6.0.0",
  20. "autoprefixer": "^10.4.24",
  21. "postcss": "^8.5.6",
  22. "sass": "^1.79.0",
  23. "tailwindcss": "^4.1.18",
  24. "vite": "^7.0.0"
  25. }
  26. },
  27. "node_modules/@alloc/quick-lru": {
  28. "version": "5.2.0",
  29. "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  30. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  31. "dev": true,
  32. "license": "MIT",
  33. "engines": {
  34. "node": ">=10"
  35. },
  36. "funding": {
  37. "url": "https://github.com/sponsors/sindresorhus"
  38. }
  39. },
  40. "node_modules/@babel/helper-string-parser": {
  41. "version": "7.27.1",
  42. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  43. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  44. "license": "MIT",
  45. "engines": {
  46. "node": ">=6.9.0"
  47. }
  48. },
  49. "node_modules/@babel/helper-validator-identifier": {
  50. "version": "7.28.5",
  51. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  52. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  53. "license": "MIT",
  54. "engines": {
  55. "node": ">=6.9.0"
  56. }
  57. },
  58. "node_modules/@babel/parser": {
  59. "version": "7.29.0",
  60. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.0.tgz",
  61. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  62. "license": "MIT",
  63. "dependencies": {
  64. "@babel/types": "^7.29.0"
  65. },
  66. "bin": {
  67. "parser": "bin/babel-parser.js"
  68. },
  69. "engines": {
  70. "node": ">=6.0.0"
  71. }
  72. },
  73. "node_modules/@babel/types": {
  74. "version": "7.29.0",
  75. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.0.tgz",
  76. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  77. "license": "MIT",
  78. "dependencies": {
  79. "@babel/helper-string-parser": "^7.27.1",
  80. "@babel/helper-validator-identifier": "^7.28.5"
  81. },
  82. "engines": {
  83. "node": ">=6.9.0"
  84. }
  85. },
  86. "node_modules/@ctrl/tinycolor": {
  87. "version": "3.6.1",
  88. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  89. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  90. "license": "MIT",
  91. "engines": {
  92. "node": ">=10"
  93. }
  94. },
  95. "node_modules/@element-plus/icons-vue": {
  96. "version": "2.3.2",
  97. "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz",
  98. "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==",
  99. "license": "MIT",
  100. "peerDependencies": {
  101. "vue": "^3.2.0"
  102. }
  103. },
  104. "node_modules/@esbuild/aix-ppc64": {
  105. "version": "0.27.2",
  106. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
  107. "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
  108. "cpu": [
  109. "ppc64"
  110. ],
  111. "dev": true,
  112. "license": "MIT",
  113. "optional": true,
  114. "os": [
  115. "aix"
  116. ],
  117. "engines": {
  118. "node": ">=18"
  119. }
  120. },
  121. "node_modules/@esbuild/android-arm": {
  122. "version": "0.27.2",
  123. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
  124. "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
  125. "cpu": [
  126. "arm"
  127. ],
  128. "dev": true,
  129. "license": "MIT",
  130. "optional": true,
  131. "os": [
  132. "android"
  133. ],
  134. "engines": {
  135. "node": ">=18"
  136. }
  137. },
  138. "node_modules/@esbuild/android-arm64": {
  139. "version": "0.27.2",
  140. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
  141. "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
  142. "cpu": [
  143. "arm64"
  144. ],
  145. "dev": true,
  146. "license": "MIT",
  147. "optional": true,
  148. "os": [
  149. "android"
  150. ],
  151. "engines": {
  152. "node": ">=18"
  153. }
  154. },
  155. "node_modules/@esbuild/android-x64": {
  156. "version": "0.27.2",
  157. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
  158. "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
  159. "cpu": [
  160. "x64"
  161. ],
  162. "dev": true,
  163. "license": "MIT",
  164. "optional": true,
  165. "os": [
  166. "android"
  167. ],
  168. "engines": {
  169. "node": ">=18"
  170. }
  171. },
  172. "node_modules/@esbuild/darwin-arm64": {
  173. "version": "0.27.2",
  174. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
  175. "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
  176. "cpu": [
  177. "arm64"
  178. ],
  179. "dev": true,
  180. "license": "MIT",
  181. "optional": true,
  182. "os": [
  183. "darwin"
  184. ],
  185. "engines": {
  186. "node": ">=18"
  187. }
  188. },
  189. "node_modules/@esbuild/darwin-x64": {
  190. "version": "0.27.2",
  191. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
  192. "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
  193. "cpu": [
  194. "x64"
  195. ],
  196. "dev": true,
  197. "license": "MIT",
  198. "optional": true,
  199. "os": [
  200. "darwin"
  201. ],
  202. "engines": {
  203. "node": ">=18"
  204. }
  205. },
  206. "node_modules/@esbuild/freebsd-arm64": {
  207. "version": "0.27.2",
  208. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
  209. "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
  210. "cpu": [
  211. "arm64"
  212. ],
  213. "dev": true,
  214. "license": "MIT",
  215. "optional": true,
  216. "os": [
  217. "freebsd"
  218. ],
  219. "engines": {
  220. "node": ">=18"
  221. }
  222. },
  223. "node_modules/@esbuild/freebsd-x64": {
  224. "version": "0.27.2",
  225. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
  226. "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
  227. "cpu": [
  228. "x64"
  229. ],
  230. "dev": true,
  231. "license": "MIT",
  232. "optional": true,
  233. "os": [
  234. "freebsd"
  235. ],
  236. "engines": {
  237. "node": ">=18"
  238. }
  239. },
  240. "node_modules/@esbuild/linux-arm": {
  241. "version": "0.27.2",
  242. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
  243. "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
  244. "cpu": [
  245. "arm"
  246. ],
  247. "dev": true,
  248. "license": "MIT",
  249. "optional": true,
  250. "os": [
  251. "linux"
  252. ],
  253. "engines": {
  254. "node": ">=18"
  255. }
  256. },
  257. "node_modules/@esbuild/linux-arm64": {
  258. "version": "0.27.2",
  259. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
  260. "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
  261. "cpu": [
  262. "arm64"
  263. ],
  264. "dev": true,
  265. "license": "MIT",
  266. "optional": true,
  267. "os": [
  268. "linux"
  269. ],
  270. "engines": {
  271. "node": ">=18"
  272. }
  273. },
  274. "node_modules/@esbuild/linux-ia32": {
  275. "version": "0.27.2",
  276. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
  277. "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
  278. "cpu": [
  279. "ia32"
  280. ],
  281. "dev": true,
  282. "license": "MIT",
  283. "optional": true,
  284. "os": [
  285. "linux"
  286. ],
  287. "engines": {
  288. "node": ">=18"
  289. }
  290. },
  291. "node_modules/@esbuild/linux-loong64": {
  292. "version": "0.27.2",
  293. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
  294. "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
  295. "cpu": [
  296. "loong64"
  297. ],
  298. "dev": true,
  299. "license": "MIT",
  300. "optional": true,
  301. "os": [
  302. "linux"
  303. ],
  304. "engines": {
  305. "node": ">=18"
  306. }
  307. },
  308. "node_modules/@esbuild/linux-mips64el": {
  309. "version": "0.27.2",
  310. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
  311. "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
  312. "cpu": [
  313. "mips64el"
  314. ],
  315. "dev": true,
  316. "license": "MIT",
  317. "optional": true,
  318. "os": [
  319. "linux"
  320. ],
  321. "engines": {
  322. "node": ">=18"
  323. }
  324. },
  325. "node_modules/@esbuild/linux-ppc64": {
  326. "version": "0.27.2",
  327. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
  328. "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
  329. "cpu": [
  330. "ppc64"
  331. ],
  332. "dev": true,
  333. "license": "MIT",
  334. "optional": true,
  335. "os": [
  336. "linux"
  337. ],
  338. "engines": {
  339. "node": ">=18"
  340. }
  341. },
  342. "node_modules/@esbuild/linux-riscv64": {
  343. "version": "0.27.2",
  344. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
  345. "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
  346. "cpu": [
  347. "riscv64"
  348. ],
  349. "dev": true,
  350. "license": "MIT",
  351. "optional": true,
  352. "os": [
  353. "linux"
  354. ],
  355. "engines": {
  356. "node": ">=18"
  357. }
  358. },
  359. "node_modules/@esbuild/linux-s390x": {
  360. "version": "0.27.2",
  361. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
  362. "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
  363. "cpu": [
  364. "s390x"
  365. ],
  366. "dev": true,
  367. "license": "MIT",
  368. "optional": true,
  369. "os": [
  370. "linux"
  371. ],
  372. "engines": {
  373. "node": ">=18"
  374. }
  375. },
  376. "node_modules/@esbuild/linux-x64": {
  377. "version": "0.27.2",
  378. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
  379. "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
  380. "cpu": [
  381. "x64"
  382. ],
  383. "dev": true,
  384. "license": "MIT",
  385. "optional": true,
  386. "os": [
  387. "linux"
  388. ],
  389. "engines": {
  390. "node": ">=18"
  391. }
  392. },
  393. "node_modules/@esbuild/netbsd-arm64": {
  394. "version": "0.27.2",
  395. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
  396. "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
  397. "cpu": [
  398. "arm64"
  399. ],
  400. "dev": true,
  401. "license": "MIT",
  402. "optional": true,
  403. "os": [
  404. "netbsd"
  405. ],
  406. "engines": {
  407. "node": ">=18"
  408. }
  409. },
  410. "node_modules/@esbuild/netbsd-x64": {
  411. "version": "0.27.2",
  412. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
  413. "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
  414. "cpu": [
  415. "x64"
  416. ],
  417. "dev": true,
  418. "license": "MIT",
  419. "optional": true,
  420. "os": [
  421. "netbsd"
  422. ],
  423. "engines": {
  424. "node": ">=18"
  425. }
  426. },
  427. "node_modules/@esbuild/openbsd-arm64": {
  428. "version": "0.27.2",
  429. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
  430. "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
  431. "cpu": [
  432. "arm64"
  433. ],
  434. "dev": true,
  435. "license": "MIT",
  436. "optional": true,
  437. "os": [
  438. "openbsd"
  439. ],
  440. "engines": {
  441. "node": ">=18"
  442. }
  443. },
  444. "node_modules/@esbuild/openbsd-x64": {
  445. "version": "0.27.2",
  446. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
  447. "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
  448. "cpu": [
  449. "x64"
  450. ],
  451. "dev": true,
  452. "license": "MIT",
  453. "optional": true,
  454. "os": [
  455. "openbsd"
  456. ],
  457. "engines": {
  458. "node": ">=18"
  459. }
  460. },
  461. "node_modules/@esbuild/openharmony-arm64": {
  462. "version": "0.27.2",
  463. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
  464. "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
  465. "cpu": [
  466. "arm64"
  467. ],
  468. "dev": true,
  469. "license": "MIT",
  470. "optional": true,
  471. "os": [
  472. "openharmony"
  473. ],
  474. "engines": {
  475. "node": ">=18"
  476. }
  477. },
  478. "node_modules/@esbuild/sunos-x64": {
  479. "version": "0.27.2",
  480. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
  481. "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
  482. "cpu": [
  483. "x64"
  484. ],
  485. "dev": true,
  486. "license": "MIT",
  487. "optional": true,
  488. "os": [
  489. "sunos"
  490. ],
  491. "engines": {
  492. "node": ">=18"
  493. }
  494. },
  495. "node_modules/@esbuild/win32-arm64": {
  496. "version": "0.27.2",
  497. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
  498. "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
  499. "cpu": [
  500. "arm64"
  501. ],
  502. "dev": true,
  503. "license": "MIT",
  504. "optional": true,
  505. "os": [
  506. "win32"
  507. ],
  508. "engines": {
  509. "node": ">=18"
  510. }
  511. },
  512. "node_modules/@esbuild/win32-ia32": {
  513. "version": "0.27.2",
  514. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
  515. "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
  516. "cpu": [
  517. "ia32"
  518. ],
  519. "dev": true,
  520. "license": "MIT",
  521. "optional": true,
  522. "os": [
  523. "win32"
  524. ],
  525. "engines": {
  526. "node": ">=18"
  527. }
  528. },
  529. "node_modules/@esbuild/win32-x64": {
  530. "version": "0.27.2",
  531. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
  532. "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
  533. "cpu": [
  534. "x64"
  535. ],
  536. "dev": true,
  537. "license": "MIT",
  538. "optional": true,
  539. "os": [
  540. "win32"
  541. ],
  542. "engines": {
  543. "node": ">=18"
  544. }
  545. },
  546. "node_modules/@floating-ui/core": {
  547. "version": "1.7.4",
  548. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.4.tgz",
  549. "integrity": "sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==",
  550. "license": "MIT",
  551. "dependencies": {
  552. "@floating-ui/utils": "^0.2.10"
  553. }
  554. },
  555. "node_modules/@floating-ui/dom": {
  556. "version": "1.7.5",
  557. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.5.tgz",
  558. "integrity": "sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==",
  559. "license": "MIT",
  560. "dependencies": {
  561. "@floating-ui/core": "^1.7.4",
  562. "@floating-ui/utils": "^0.2.10"
  563. }
  564. },
  565. "node_modules/@floating-ui/utils": {
  566. "version": "0.2.10",
  567. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.10.tgz",
  568. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  569. "license": "MIT"
  570. },
  571. "node_modules/@jridgewell/gen-mapping": {
  572. "version": "0.3.13",
  573. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  574. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  575. "dev": true,
  576. "license": "MIT",
  577. "dependencies": {
  578. "@jridgewell/sourcemap-codec": "^1.5.0",
  579. "@jridgewell/trace-mapping": "^0.3.24"
  580. }
  581. },
  582. "node_modules/@jridgewell/remapping": {
  583. "version": "2.3.5",
  584. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  585. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  586. "dev": true,
  587. "license": "MIT",
  588. "dependencies": {
  589. "@jridgewell/gen-mapping": "^0.3.5",
  590. "@jridgewell/trace-mapping": "^0.3.24"
  591. }
  592. },
  593. "node_modules/@jridgewell/resolve-uri": {
  594. "version": "3.1.2",
  595. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  596. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  597. "dev": true,
  598. "license": "MIT",
  599. "engines": {
  600. "node": ">=6.0.0"
  601. }
  602. },
  603. "node_modules/@jridgewell/sourcemap-codec": {
  604. "version": "1.5.5",
  605. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  606. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  607. "license": "MIT"
  608. },
  609. "node_modules/@jridgewell/trace-mapping": {
  610. "version": "0.3.31",
  611. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  612. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  613. "dev": true,
  614. "license": "MIT",
  615. "dependencies": {
  616. "@jridgewell/resolve-uri": "^3.1.0",
  617. "@jridgewell/sourcemap-codec": "^1.4.14"
  618. }
  619. },
  620. "node_modules/@parcel/watcher": {
  621. "version": "2.5.6",
  622. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.6.tgz",
  623. "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
  624. "dev": true,
  625. "hasInstallScript": true,
  626. "license": "MIT",
  627. "optional": true,
  628. "dependencies": {
  629. "detect-libc": "^2.0.3",
  630. "is-glob": "^4.0.3",
  631. "node-addon-api": "^7.0.0",
  632. "picomatch": "^4.0.3"
  633. },
  634. "engines": {
  635. "node": ">= 10.0.0"
  636. },
  637. "funding": {
  638. "type": "opencollective",
  639. "url": "https://opencollective.com/parcel"
  640. },
  641. "optionalDependencies": {
  642. "@parcel/watcher-android-arm64": "2.5.6",
  643. "@parcel/watcher-darwin-arm64": "2.5.6",
  644. "@parcel/watcher-darwin-x64": "2.5.6",
  645. "@parcel/watcher-freebsd-x64": "2.5.6",
  646. "@parcel/watcher-linux-arm-glibc": "2.5.6",
  647. "@parcel/watcher-linux-arm-musl": "2.5.6",
  648. "@parcel/watcher-linux-arm64-glibc": "2.5.6",
  649. "@parcel/watcher-linux-arm64-musl": "2.5.6",
  650. "@parcel/watcher-linux-x64-glibc": "2.5.6",
  651. "@parcel/watcher-linux-x64-musl": "2.5.6",
  652. "@parcel/watcher-win32-arm64": "2.5.6",
  653. "@parcel/watcher-win32-ia32": "2.5.6",
  654. "@parcel/watcher-win32-x64": "2.5.6"
  655. }
  656. },
  657. "node_modules/@parcel/watcher-android-arm64": {
  658. "version": "2.5.6",
  659. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
  660. "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
  661. "cpu": [
  662. "arm64"
  663. ],
  664. "dev": true,
  665. "license": "MIT",
  666. "optional": true,
  667. "os": [
  668. "android"
  669. ],
  670. "engines": {
  671. "node": ">= 10.0.0"
  672. },
  673. "funding": {
  674. "type": "opencollective",
  675. "url": "https://opencollective.com/parcel"
  676. }
  677. },
  678. "node_modules/@parcel/watcher-darwin-arm64": {
  679. "version": "2.5.6",
  680. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
  681. "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
  682. "cpu": [
  683. "arm64"
  684. ],
  685. "dev": true,
  686. "license": "MIT",
  687. "optional": true,
  688. "os": [
  689. "darwin"
  690. ],
  691. "engines": {
  692. "node": ">= 10.0.0"
  693. },
  694. "funding": {
  695. "type": "opencollective",
  696. "url": "https://opencollective.com/parcel"
  697. }
  698. },
  699. "node_modules/@parcel/watcher-darwin-x64": {
  700. "version": "2.5.6",
  701. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
  702. "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
  703. "cpu": [
  704. "x64"
  705. ],
  706. "dev": true,
  707. "license": "MIT",
  708. "optional": true,
  709. "os": [
  710. "darwin"
  711. ],
  712. "engines": {
  713. "node": ">= 10.0.0"
  714. },
  715. "funding": {
  716. "type": "opencollective",
  717. "url": "https://opencollective.com/parcel"
  718. }
  719. },
  720. "node_modules/@parcel/watcher-freebsd-x64": {
  721. "version": "2.5.6",
  722. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
  723. "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
  724. "cpu": [
  725. "x64"
  726. ],
  727. "dev": true,
  728. "license": "MIT",
  729. "optional": true,
  730. "os": [
  731. "freebsd"
  732. ],
  733. "engines": {
  734. "node": ">= 10.0.0"
  735. },
  736. "funding": {
  737. "type": "opencollective",
  738. "url": "https://opencollective.com/parcel"
  739. }
  740. },
  741. "node_modules/@parcel/watcher-linux-arm-glibc": {
  742. "version": "2.5.6",
  743. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
  744. "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
  745. "cpu": [
  746. "arm"
  747. ],
  748. "dev": true,
  749. "license": "MIT",
  750. "optional": true,
  751. "os": [
  752. "linux"
  753. ],
  754. "engines": {
  755. "node": ">= 10.0.0"
  756. },
  757. "funding": {
  758. "type": "opencollective",
  759. "url": "https://opencollective.com/parcel"
  760. }
  761. },
  762. "node_modules/@parcel/watcher-linux-arm-musl": {
  763. "version": "2.5.6",
  764. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
  765. "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
  766. "cpu": [
  767. "arm"
  768. ],
  769. "dev": true,
  770. "license": "MIT",
  771. "optional": true,
  772. "os": [
  773. "linux"
  774. ],
  775. "engines": {
  776. "node": ">= 10.0.0"
  777. },
  778. "funding": {
  779. "type": "opencollective",
  780. "url": "https://opencollective.com/parcel"
  781. }
  782. },
  783. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  784. "version": "2.5.6",
  785. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
  786. "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
  787. "cpu": [
  788. "arm64"
  789. ],
  790. "dev": true,
  791. "license": "MIT",
  792. "optional": true,
  793. "os": [
  794. "linux"
  795. ],
  796. "engines": {
  797. "node": ">= 10.0.0"
  798. },
  799. "funding": {
  800. "type": "opencollective",
  801. "url": "https://opencollective.com/parcel"
  802. }
  803. },
  804. "node_modules/@parcel/watcher-linux-arm64-musl": {
  805. "version": "2.5.6",
  806. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
  807. "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
  808. "cpu": [
  809. "arm64"
  810. ],
  811. "dev": true,
  812. "license": "MIT",
  813. "optional": true,
  814. "os": [
  815. "linux"
  816. ],
  817. "engines": {
  818. "node": ">= 10.0.0"
  819. },
  820. "funding": {
  821. "type": "opencollective",
  822. "url": "https://opencollective.com/parcel"
  823. }
  824. },
  825. "node_modules/@parcel/watcher-linux-x64-glibc": {
  826. "version": "2.5.6",
  827. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
  828. "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
  829. "cpu": [
  830. "x64"
  831. ],
  832. "dev": true,
  833. "license": "MIT",
  834. "optional": true,
  835. "os": [
  836. "linux"
  837. ],
  838. "engines": {
  839. "node": ">= 10.0.0"
  840. },
  841. "funding": {
  842. "type": "opencollective",
  843. "url": "https://opencollective.com/parcel"
  844. }
  845. },
  846. "node_modules/@parcel/watcher-linux-x64-musl": {
  847. "version": "2.5.6",
  848. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
  849. "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
  850. "cpu": [
  851. "x64"
  852. ],
  853. "dev": true,
  854. "license": "MIT",
  855. "optional": true,
  856. "os": [
  857. "linux"
  858. ],
  859. "engines": {
  860. "node": ">= 10.0.0"
  861. },
  862. "funding": {
  863. "type": "opencollective",
  864. "url": "https://opencollective.com/parcel"
  865. }
  866. },
  867. "node_modules/@parcel/watcher-win32-arm64": {
  868. "version": "2.5.6",
  869. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
  870. "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
  871. "cpu": [
  872. "arm64"
  873. ],
  874. "dev": true,
  875. "license": "MIT",
  876. "optional": true,
  877. "os": [
  878. "win32"
  879. ],
  880. "engines": {
  881. "node": ">= 10.0.0"
  882. },
  883. "funding": {
  884. "type": "opencollective",
  885. "url": "https://opencollective.com/parcel"
  886. }
  887. },
  888. "node_modules/@parcel/watcher-win32-ia32": {
  889. "version": "2.5.6",
  890. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
  891. "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
  892. "cpu": [
  893. "ia32"
  894. ],
  895. "dev": true,
  896. "license": "MIT",
  897. "optional": true,
  898. "os": [
  899. "win32"
  900. ],
  901. "engines": {
  902. "node": ">= 10.0.0"
  903. },
  904. "funding": {
  905. "type": "opencollective",
  906. "url": "https://opencollective.com/parcel"
  907. }
  908. },
  909. "node_modules/@parcel/watcher-win32-x64": {
  910. "version": "2.5.6",
  911. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
  912. "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
  913. "cpu": [
  914. "x64"
  915. ],
  916. "dev": true,
  917. "license": "MIT",
  918. "optional": true,
  919. "os": [
  920. "win32"
  921. ],
  922. "engines": {
  923. "node": ">= 10.0.0"
  924. },
  925. "funding": {
  926. "type": "opencollective",
  927. "url": "https://opencollective.com/parcel"
  928. }
  929. },
  930. "node_modules/@popperjs/core": {
  931. "name": "@sxzz/popperjs-es",
  932. "version": "2.11.8",
  933. "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.8.tgz",
  934. "integrity": "sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==",
  935. "license": "MIT",
  936. "funding": {
  937. "type": "opencollective",
  938. "url": "https://opencollective.com/popperjs"
  939. }
  940. },
  941. "node_modules/@rolldown/pluginutils": {
  942. "version": "1.0.0-rc.2",
  943. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz",
  944. "integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==",
  945. "dev": true,
  946. "license": "MIT"
  947. },
  948. "node_modules/@rollup/rollup-android-arm-eabi": {
  949. "version": "4.57.1",
  950. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz",
  951. "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==",
  952. "cpu": [
  953. "arm"
  954. ],
  955. "dev": true,
  956. "license": "MIT",
  957. "optional": true,
  958. "os": [
  959. "android"
  960. ]
  961. },
  962. "node_modules/@rollup/rollup-android-arm64": {
  963. "version": "4.57.1",
  964. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz",
  965. "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==",
  966. "cpu": [
  967. "arm64"
  968. ],
  969. "dev": true,
  970. "license": "MIT",
  971. "optional": true,
  972. "os": [
  973. "android"
  974. ]
  975. },
  976. "node_modules/@rollup/rollup-darwin-arm64": {
  977. "version": "4.57.1",
  978. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz",
  979. "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==",
  980. "cpu": [
  981. "arm64"
  982. ],
  983. "dev": true,
  984. "license": "MIT",
  985. "optional": true,
  986. "os": [
  987. "darwin"
  988. ]
  989. },
  990. "node_modules/@rollup/rollup-darwin-x64": {
  991. "version": "4.57.1",
  992. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz",
  993. "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==",
  994. "cpu": [
  995. "x64"
  996. ],
  997. "dev": true,
  998. "license": "MIT",
  999. "optional": true,
  1000. "os": [
  1001. "darwin"
  1002. ]
  1003. },
  1004. "node_modules/@rollup/rollup-freebsd-arm64": {
  1005. "version": "4.57.1",
  1006. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz",
  1007. "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==",
  1008. "cpu": [
  1009. "arm64"
  1010. ],
  1011. "dev": true,
  1012. "license": "MIT",
  1013. "optional": true,
  1014. "os": [
  1015. "freebsd"
  1016. ]
  1017. },
  1018. "node_modules/@rollup/rollup-freebsd-x64": {
  1019. "version": "4.57.1",
  1020. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz",
  1021. "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==",
  1022. "cpu": [
  1023. "x64"
  1024. ],
  1025. "dev": true,
  1026. "license": "MIT",
  1027. "optional": true,
  1028. "os": [
  1029. "freebsd"
  1030. ]
  1031. },
  1032. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1033. "version": "4.57.1",
  1034. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz",
  1035. "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==",
  1036. "cpu": [
  1037. "arm"
  1038. ],
  1039. "dev": true,
  1040. "license": "MIT",
  1041. "optional": true,
  1042. "os": [
  1043. "linux"
  1044. ]
  1045. },
  1046. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1047. "version": "4.57.1",
  1048. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz",
  1049. "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==",
  1050. "cpu": [
  1051. "arm"
  1052. ],
  1053. "dev": true,
  1054. "license": "MIT",
  1055. "optional": true,
  1056. "os": [
  1057. "linux"
  1058. ]
  1059. },
  1060. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1061. "version": "4.57.1",
  1062. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz",
  1063. "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==",
  1064. "cpu": [
  1065. "arm64"
  1066. ],
  1067. "dev": true,
  1068. "license": "MIT",
  1069. "optional": true,
  1070. "os": [
  1071. "linux"
  1072. ]
  1073. },
  1074. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1075. "version": "4.57.1",
  1076. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz",
  1077. "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==",
  1078. "cpu": [
  1079. "arm64"
  1080. ],
  1081. "dev": true,
  1082. "license": "MIT",
  1083. "optional": true,
  1084. "os": [
  1085. "linux"
  1086. ]
  1087. },
  1088. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  1089. "version": "4.57.1",
  1090. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz",
  1091. "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==",
  1092. "cpu": [
  1093. "loong64"
  1094. ],
  1095. "dev": true,
  1096. "license": "MIT",
  1097. "optional": true,
  1098. "os": [
  1099. "linux"
  1100. ]
  1101. },
  1102. "node_modules/@rollup/rollup-linux-loong64-musl": {
  1103. "version": "4.57.1",
  1104. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz",
  1105. "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==",
  1106. "cpu": [
  1107. "loong64"
  1108. ],
  1109. "dev": true,
  1110. "license": "MIT",
  1111. "optional": true,
  1112. "os": [
  1113. "linux"
  1114. ]
  1115. },
  1116. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  1117. "version": "4.57.1",
  1118. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz",
  1119. "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==",
  1120. "cpu": [
  1121. "ppc64"
  1122. ],
  1123. "dev": true,
  1124. "license": "MIT",
  1125. "optional": true,
  1126. "os": [
  1127. "linux"
  1128. ]
  1129. },
  1130. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  1131. "version": "4.57.1",
  1132. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz",
  1133. "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==",
  1134. "cpu": [
  1135. "ppc64"
  1136. ],
  1137. "dev": true,
  1138. "license": "MIT",
  1139. "optional": true,
  1140. "os": [
  1141. "linux"
  1142. ]
  1143. },
  1144. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1145. "version": "4.57.1",
  1146. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz",
  1147. "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==",
  1148. "cpu": [
  1149. "riscv64"
  1150. ],
  1151. "dev": true,
  1152. "license": "MIT",
  1153. "optional": true,
  1154. "os": [
  1155. "linux"
  1156. ]
  1157. },
  1158. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1159. "version": "4.57.1",
  1160. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz",
  1161. "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==",
  1162. "cpu": [
  1163. "riscv64"
  1164. ],
  1165. "dev": true,
  1166. "license": "MIT",
  1167. "optional": true,
  1168. "os": [
  1169. "linux"
  1170. ]
  1171. },
  1172. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1173. "version": "4.57.1",
  1174. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz",
  1175. "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==",
  1176. "cpu": [
  1177. "s390x"
  1178. ],
  1179. "dev": true,
  1180. "license": "MIT",
  1181. "optional": true,
  1182. "os": [
  1183. "linux"
  1184. ]
  1185. },
  1186. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1187. "version": "4.57.1",
  1188. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz",
  1189. "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==",
  1190. "cpu": [
  1191. "x64"
  1192. ],
  1193. "dev": true,
  1194. "license": "MIT",
  1195. "optional": true,
  1196. "os": [
  1197. "linux"
  1198. ]
  1199. },
  1200. "node_modules/@rollup/rollup-linux-x64-musl": {
  1201. "version": "4.57.1",
  1202. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz",
  1203. "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==",
  1204. "cpu": [
  1205. "x64"
  1206. ],
  1207. "dev": true,
  1208. "license": "MIT",
  1209. "optional": true,
  1210. "os": [
  1211. "linux"
  1212. ]
  1213. },
  1214. "node_modules/@rollup/rollup-openbsd-x64": {
  1215. "version": "4.57.1",
  1216. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz",
  1217. "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==",
  1218. "cpu": [
  1219. "x64"
  1220. ],
  1221. "dev": true,
  1222. "license": "MIT",
  1223. "optional": true,
  1224. "os": [
  1225. "openbsd"
  1226. ]
  1227. },
  1228. "node_modules/@rollup/rollup-openharmony-arm64": {
  1229. "version": "4.57.1",
  1230. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz",
  1231. "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==",
  1232. "cpu": [
  1233. "arm64"
  1234. ],
  1235. "dev": true,
  1236. "license": "MIT",
  1237. "optional": true,
  1238. "os": [
  1239. "openharmony"
  1240. ]
  1241. },
  1242. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1243. "version": "4.57.1",
  1244. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz",
  1245. "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==",
  1246. "cpu": [
  1247. "arm64"
  1248. ],
  1249. "dev": true,
  1250. "license": "MIT",
  1251. "optional": true,
  1252. "os": [
  1253. "win32"
  1254. ]
  1255. },
  1256. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1257. "version": "4.57.1",
  1258. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz",
  1259. "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==",
  1260. "cpu": [
  1261. "ia32"
  1262. ],
  1263. "dev": true,
  1264. "license": "MIT",
  1265. "optional": true,
  1266. "os": [
  1267. "win32"
  1268. ]
  1269. },
  1270. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1271. "version": "4.57.1",
  1272. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz",
  1273. "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==",
  1274. "cpu": [
  1275. "x64"
  1276. ],
  1277. "dev": true,
  1278. "license": "MIT",
  1279. "optional": true,
  1280. "os": [
  1281. "win32"
  1282. ]
  1283. },
  1284. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1285. "version": "4.57.1",
  1286. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz",
  1287. "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==",
  1288. "cpu": [
  1289. "x64"
  1290. ],
  1291. "dev": true,
  1292. "license": "MIT",
  1293. "optional": true,
  1294. "os": [
  1295. "win32"
  1296. ]
  1297. },
  1298. "node_modules/@tailwindcss/node": {
  1299. "version": "4.1.18",
  1300. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.18.tgz",
  1301. "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
  1302. "dev": true,
  1303. "license": "MIT",
  1304. "dependencies": {
  1305. "@jridgewell/remapping": "^2.3.4",
  1306. "enhanced-resolve": "^5.18.3",
  1307. "jiti": "^2.6.1",
  1308. "lightningcss": "1.30.2",
  1309. "magic-string": "^0.30.21",
  1310. "source-map-js": "^1.2.1",
  1311. "tailwindcss": "4.1.18"
  1312. }
  1313. },
  1314. "node_modules/@tailwindcss/oxide": {
  1315. "version": "4.1.18",
  1316. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
  1317. "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
  1318. "dev": true,
  1319. "license": "MIT",
  1320. "engines": {
  1321. "node": ">= 10"
  1322. },
  1323. "optionalDependencies": {
  1324. "@tailwindcss/oxide-android-arm64": "4.1.18",
  1325. "@tailwindcss/oxide-darwin-arm64": "4.1.18",
  1326. "@tailwindcss/oxide-darwin-x64": "4.1.18",
  1327. "@tailwindcss/oxide-freebsd-x64": "4.1.18",
  1328. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
  1329. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
  1330. "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
  1331. "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
  1332. "@tailwindcss/oxide-linux-x64-musl": "4.1.18",
  1333. "@tailwindcss/oxide-wasm32-wasi": "4.1.18",
  1334. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
  1335. "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
  1336. }
  1337. },
  1338. "node_modules/@tailwindcss/oxide-android-arm64": {
  1339. "version": "4.1.18",
  1340. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
  1341. "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
  1342. "cpu": [
  1343. "arm64"
  1344. ],
  1345. "dev": true,
  1346. "license": "MIT",
  1347. "optional": true,
  1348. "os": [
  1349. "android"
  1350. ],
  1351. "engines": {
  1352. "node": ">= 10"
  1353. }
  1354. },
  1355. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1356. "version": "4.1.18",
  1357. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
  1358. "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
  1359. "cpu": [
  1360. "arm64"
  1361. ],
  1362. "dev": true,
  1363. "license": "MIT",
  1364. "optional": true,
  1365. "os": [
  1366. "darwin"
  1367. ],
  1368. "engines": {
  1369. "node": ">= 10"
  1370. }
  1371. },
  1372. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1373. "version": "4.1.18",
  1374. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
  1375. "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
  1376. "cpu": [
  1377. "x64"
  1378. ],
  1379. "dev": true,
  1380. "license": "MIT",
  1381. "optional": true,
  1382. "os": [
  1383. "darwin"
  1384. ],
  1385. "engines": {
  1386. "node": ">= 10"
  1387. }
  1388. },
  1389. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1390. "version": "4.1.18",
  1391. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
  1392. "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
  1393. "cpu": [
  1394. "x64"
  1395. ],
  1396. "dev": true,
  1397. "license": "MIT",
  1398. "optional": true,
  1399. "os": [
  1400. "freebsd"
  1401. ],
  1402. "engines": {
  1403. "node": ">= 10"
  1404. }
  1405. },
  1406. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1407. "version": "4.1.18",
  1408. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
  1409. "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
  1410. "cpu": [
  1411. "arm"
  1412. ],
  1413. "dev": true,
  1414. "license": "MIT",
  1415. "optional": true,
  1416. "os": [
  1417. "linux"
  1418. ],
  1419. "engines": {
  1420. "node": ">= 10"
  1421. }
  1422. },
  1423. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1424. "version": "4.1.18",
  1425. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
  1426. "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
  1427. "cpu": [
  1428. "arm64"
  1429. ],
  1430. "dev": true,
  1431. "license": "MIT",
  1432. "optional": true,
  1433. "os": [
  1434. "linux"
  1435. ],
  1436. "engines": {
  1437. "node": ">= 10"
  1438. }
  1439. },
  1440. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1441. "version": "4.1.18",
  1442. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
  1443. "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
  1444. "cpu": [
  1445. "arm64"
  1446. ],
  1447. "dev": true,
  1448. "license": "MIT",
  1449. "optional": true,
  1450. "os": [
  1451. "linux"
  1452. ],
  1453. "engines": {
  1454. "node": ">= 10"
  1455. }
  1456. },
  1457. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1458. "version": "4.1.18",
  1459. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
  1460. "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
  1461. "cpu": [
  1462. "x64"
  1463. ],
  1464. "dev": true,
  1465. "license": "MIT",
  1466. "optional": true,
  1467. "os": [
  1468. "linux"
  1469. ],
  1470. "engines": {
  1471. "node": ">= 10"
  1472. }
  1473. },
  1474. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1475. "version": "4.1.18",
  1476. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
  1477. "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
  1478. "cpu": [
  1479. "x64"
  1480. ],
  1481. "dev": true,
  1482. "license": "MIT",
  1483. "optional": true,
  1484. "os": [
  1485. "linux"
  1486. ],
  1487. "engines": {
  1488. "node": ">= 10"
  1489. }
  1490. },
  1491. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1492. "version": "4.1.18",
  1493. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
  1494. "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
  1495. "bundleDependencies": [
  1496. "@napi-rs/wasm-runtime",
  1497. "@emnapi/core",
  1498. "@emnapi/runtime",
  1499. "@tybys/wasm-util",
  1500. "@emnapi/wasi-threads",
  1501. "tslib"
  1502. ],
  1503. "cpu": [
  1504. "wasm32"
  1505. ],
  1506. "dev": true,
  1507. "license": "MIT",
  1508. "optional": true,
  1509. "dependencies": {
  1510. "@emnapi/core": "^1.7.1",
  1511. "@emnapi/runtime": "^1.7.1",
  1512. "@emnapi/wasi-threads": "^1.1.0",
  1513. "@napi-rs/wasm-runtime": "^1.1.0",
  1514. "@tybys/wasm-util": "^0.10.1",
  1515. "tslib": "^2.4.0"
  1516. },
  1517. "engines": {
  1518. "node": ">=14.0.0"
  1519. }
  1520. },
  1521. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
  1522. "version": "1.7.1",
  1523. "dev": true,
  1524. "inBundle": true,
  1525. "license": "MIT",
  1526. "optional": true,
  1527. "dependencies": {
  1528. "@emnapi/wasi-threads": "1.1.0",
  1529. "tslib": "^2.4.0"
  1530. }
  1531. },
  1532. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
  1533. "version": "1.7.1",
  1534. "dev": true,
  1535. "inBundle": true,
  1536. "license": "MIT",
  1537. "optional": true,
  1538. "dependencies": {
  1539. "tslib": "^2.4.0"
  1540. }
  1541. },
  1542. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
  1543. "version": "1.1.0",
  1544. "dev": true,
  1545. "inBundle": true,
  1546. "license": "MIT",
  1547. "optional": true,
  1548. "dependencies": {
  1549. "tslib": "^2.4.0"
  1550. }
  1551. },
  1552. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
  1553. "version": "1.1.0",
  1554. "dev": true,
  1555. "inBundle": true,
  1556. "license": "MIT",
  1557. "optional": true,
  1558. "dependencies": {
  1559. "@emnapi/core": "^1.7.1",
  1560. "@emnapi/runtime": "^1.7.1",
  1561. "@tybys/wasm-util": "^0.10.1"
  1562. }
  1563. },
  1564. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
  1565. "version": "0.10.1",
  1566. "dev": true,
  1567. "inBundle": true,
  1568. "license": "MIT",
  1569. "optional": true,
  1570. "dependencies": {
  1571. "tslib": "^2.4.0"
  1572. }
  1573. },
  1574. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
  1575. "version": "2.8.1",
  1576. "dev": true,
  1577. "inBundle": true,
  1578. "license": "0BSD",
  1579. "optional": true
  1580. },
  1581. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1582. "version": "4.1.18",
  1583. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
  1584. "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
  1585. "cpu": [
  1586. "arm64"
  1587. ],
  1588. "dev": true,
  1589. "license": "MIT",
  1590. "optional": true,
  1591. "os": [
  1592. "win32"
  1593. ],
  1594. "engines": {
  1595. "node": ">= 10"
  1596. }
  1597. },
  1598. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1599. "version": "4.1.18",
  1600. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
  1601. "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
  1602. "cpu": [
  1603. "x64"
  1604. ],
  1605. "dev": true,
  1606. "license": "MIT",
  1607. "optional": true,
  1608. "os": [
  1609. "win32"
  1610. ],
  1611. "engines": {
  1612. "node": ">= 10"
  1613. }
  1614. },
  1615. "node_modules/@tailwindcss/postcss": {
  1616. "version": "4.1.18",
  1617. "resolved": "https://registry.npmmirror.com/@tailwindcss/postcss/-/postcss-4.1.18.tgz",
  1618. "integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==",
  1619. "dev": true,
  1620. "license": "MIT",
  1621. "dependencies": {
  1622. "@alloc/quick-lru": "^5.2.0",
  1623. "@tailwindcss/node": "4.1.18",
  1624. "@tailwindcss/oxide": "4.1.18",
  1625. "postcss": "^8.4.41",
  1626. "tailwindcss": "4.1.18"
  1627. }
  1628. },
  1629. "node_modules/@types/estree": {
  1630. "version": "1.0.8",
  1631. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  1632. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1633. "dev": true,
  1634. "license": "MIT"
  1635. },
  1636. "node_modules/@types/lodash": {
  1637. "version": "4.17.23",
  1638. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.23.tgz",
  1639. "integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==",
  1640. "license": "MIT"
  1641. },
  1642. "node_modules/@types/lodash-es": {
  1643. "version": "4.17.12",
  1644. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  1645. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  1646. "license": "MIT",
  1647. "dependencies": {
  1648. "@types/lodash": "*"
  1649. }
  1650. },
  1651. "node_modules/@types/web-bluetooth": {
  1652. "version": "0.0.20",
  1653. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  1654. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  1655. "license": "MIT"
  1656. },
  1657. "node_modules/@vitejs/plugin-vue": {
  1658. "version": "6.0.4",
  1659. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.4.tgz",
  1660. "integrity": "sha512-uM5iXipgYIn13UUQCZNdWkYk+sysBeA97d5mHsAoAt1u/wpN3+zxOmsVJWosuzX+IMGRzeYUNytztrYznboIkQ==",
  1661. "dev": true,
  1662. "license": "MIT",
  1663. "dependencies": {
  1664. "@rolldown/pluginutils": "1.0.0-rc.2"
  1665. },
  1666. "engines": {
  1667. "node": "^20.19.0 || >=22.12.0"
  1668. },
  1669. "peerDependencies": {
  1670. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
  1671. "vue": "^3.2.25"
  1672. }
  1673. },
  1674. "node_modules/@vue/compiler-core": {
  1675. "version": "3.5.27",
  1676. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.27.tgz",
  1677. "integrity": "sha512-gnSBQjZA+//qDZen+6a2EdHqJ68Z7uybrMf3SPjEGgG4dicklwDVmMC1AeIHxtLVPT7sn6sH1KOO+tS6gwOUeQ==",
  1678. "license": "MIT",
  1679. "dependencies": {
  1680. "@babel/parser": "^7.28.5",
  1681. "@vue/shared": "3.5.27",
  1682. "entities": "^7.0.0",
  1683. "estree-walker": "^2.0.2",
  1684. "source-map-js": "^1.2.1"
  1685. }
  1686. },
  1687. "node_modules/@vue/compiler-dom": {
  1688. "version": "3.5.27",
  1689. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.27.tgz",
  1690. "integrity": "sha512-oAFea8dZgCtVVVTEC7fv3T5CbZW9BxpFzGGxC79xakTr6ooeEqmRuvQydIiDAkglZEAd09LgVf1RoDnL54fu5w==",
  1691. "license": "MIT",
  1692. "dependencies": {
  1693. "@vue/compiler-core": "3.5.27",
  1694. "@vue/shared": "3.5.27"
  1695. }
  1696. },
  1697. "node_modules/@vue/compiler-sfc": {
  1698. "version": "3.5.27",
  1699. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.27.tgz",
  1700. "integrity": "sha512-sHZu9QyDPeDmN/MRoshhggVOWE5WlGFStKFwu8G52swATgSny27hJRWteKDSUUzUH+wp+bmeNbhJnEAel/auUQ==",
  1701. "license": "MIT",
  1702. "dependencies": {
  1703. "@babel/parser": "^7.28.5",
  1704. "@vue/compiler-core": "3.5.27",
  1705. "@vue/compiler-dom": "3.5.27",
  1706. "@vue/compiler-ssr": "3.5.27",
  1707. "@vue/shared": "3.5.27",
  1708. "estree-walker": "^2.0.2",
  1709. "magic-string": "^0.30.21",
  1710. "postcss": "^8.5.6",
  1711. "source-map-js": "^1.2.1"
  1712. }
  1713. },
  1714. "node_modules/@vue/compiler-ssr": {
  1715. "version": "3.5.27",
  1716. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.27.tgz",
  1717. "integrity": "sha512-Sj7h+JHt512fV1cTxKlYhg7qxBvack+BGncSpH+8vnN+KN95iPIcqB5rsbblX40XorP+ilO7VIKlkuu3Xq2vjw==",
  1718. "license": "MIT",
  1719. "dependencies": {
  1720. "@vue/compiler-dom": "3.5.27",
  1721. "@vue/shared": "3.5.27"
  1722. }
  1723. },
  1724. "node_modules/@vue/devtools-api": {
  1725. "version": "6.6.4",
  1726. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1727. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1728. "license": "MIT"
  1729. },
  1730. "node_modules/@vue/reactivity": {
  1731. "version": "3.5.27",
  1732. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.27.tgz",
  1733. "integrity": "sha512-vvorxn2KXfJ0nBEnj4GYshSgsyMNFnIQah/wczXlsNXt+ijhugmW+PpJ2cNPe4V6jpnBcs0MhCODKllWG+nvoQ==",
  1734. "license": "MIT",
  1735. "dependencies": {
  1736. "@vue/shared": "3.5.27"
  1737. }
  1738. },
  1739. "node_modules/@vue/runtime-core": {
  1740. "version": "3.5.27",
  1741. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.27.tgz",
  1742. "integrity": "sha512-fxVuX/fzgzeMPn/CLQecWeDIFNt3gQVhxM0rW02Tvp/YmZfXQgcTXlakq7IMutuZ/+Ogbn+K0oct9J3JZfyk3A==",
  1743. "license": "MIT",
  1744. "dependencies": {
  1745. "@vue/reactivity": "3.5.27",
  1746. "@vue/shared": "3.5.27"
  1747. }
  1748. },
  1749. "node_modules/@vue/runtime-dom": {
  1750. "version": "3.5.27",
  1751. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.27.tgz",
  1752. "integrity": "sha512-/QnLslQgYqSJ5aUmb5F0z0caZPGHRB8LEAQ1s81vHFM5CBfnun63rxhvE/scVb/j3TbBuoZwkJyiLCkBluMpeg==",
  1753. "license": "MIT",
  1754. "dependencies": {
  1755. "@vue/reactivity": "3.5.27",
  1756. "@vue/runtime-core": "3.5.27",
  1757. "@vue/shared": "3.5.27",
  1758. "csstype": "^3.2.3"
  1759. }
  1760. },
  1761. "node_modules/@vue/server-renderer": {
  1762. "version": "3.5.27",
  1763. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.27.tgz",
  1764. "integrity": "sha512-qOz/5thjeP1vAFc4+BY3Nr6wxyLhpeQgAE/8dDtKo6a6xdk+L4W46HDZgNmLOBUDEkFXV3G7pRiUqxjX0/2zWA==",
  1765. "license": "MIT",
  1766. "dependencies": {
  1767. "@vue/compiler-ssr": "3.5.27",
  1768. "@vue/shared": "3.5.27"
  1769. },
  1770. "peerDependencies": {
  1771. "vue": "3.5.27"
  1772. }
  1773. },
  1774. "node_modules/@vue/shared": {
  1775. "version": "3.5.27",
  1776. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.27.tgz",
  1777. "integrity": "sha512-dXr/3CgqXsJkZ0n9F3I4elY8wM9jMJpP3pvRG52r6m0tu/MsAFIe6JpXVGeNMd/D9F4hQynWT8Rfuj0bdm9kFQ==",
  1778. "license": "MIT"
  1779. },
  1780. "node_modules/@vueuse/core": {
  1781. "version": "10.11.1",
  1782. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-10.11.1.tgz",
  1783. "integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
  1784. "license": "MIT",
  1785. "dependencies": {
  1786. "@types/web-bluetooth": "^0.0.20",
  1787. "@vueuse/metadata": "10.11.1",
  1788. "@vueuse/shared": "10.11.1",
  1789. "vue-demi": ">=0.14.8"
  1790. },
  1791. "funding": {
  1792. "url": "https://github.com/sponsors/antfu"
  1793. }
  1794. },
  1795. "node_modules/@vueuse/core/node_modules/vue-demi": {
  1796. "version": "0.14.10",
  1797. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  1798. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1799. "hasInstallScript": true,
  1800. "license": "MIT",
  1801. "bin": {
  1802. "vue-demi-fix": "bin/vue-demi-fix.js",
  1803. "vue-demi-switch": "bin/vue-demi-switch.js"
  1804. },
  1805. "engines": {
  1806. "node": ">=12"
  1807. },
  1808. "funding": {
  1809. "url": "https://github.com/sponsors/antfu"
  1810. },
  1811. "peerDependencies": {
  1812. "@vue/composition-api": "^1.0.0-rc.1",
  1813. "vue": "^3.0.0-0 || ^2.6.0"
  1814. },
  1815. "peerDependenciesMeta": {
  1816. "@vue/composition-api": {
  1817. "optional": true
  1818. }
  1819. }
  1820. },
  1821. "node_modules/@vueuse/metadata": {
  1822. "version": "10.11.1",
  1823. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.11.1.tgz",
  1824. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  1825. "license": "MIT",
  1826. "funding": {
  1827. "url": "https://github.com/sponsors/antfu"
  1828. }
  1829. },
  1830. "node_modules/@vueuse/shared": {
  1831. "version": "10.11.1",
  1832. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-10.11.1.tgz",
  1833. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  1834. "license": "MIT",
  1835. "dependencies": {
  1836. "vue-demi": ">=0.14.8"
  1837. },
  1838. "funding": {
  1839. "url": "https://github.com/sponsors/antfu"
  1840. }
  1841. },
  1842. "node_modules/@vueuse/shared/node_modules/vue-demi": {
  1843. "version": "0.14.10",
  1844. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  1845. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1846. "hasInstallScript": true,
  1847. "license": "MIT",
  1848. "bin": {
  1849. "vue-demi-fix": "bin/vue-demi-fix.js",
  1850. "vue-demi-switch": "bin/vue-demi-switch.js"
  1851. },
  1852. "engines": {
  1853. "node": ">=12"
  1854. },
  1855. "funding": {
  1856. "url": "https://github.com/sponsors/antfu"
  1857. },
  1858. "peerDependencies": {
  1859. "@vue/composition-api": "^1.0.0-rc.1",
  1860. "vue": "^3.0.0-0 || ^2.6.0"
  1861. },
  1862. "peerDependenciesMeta": {
  1863. "@vue/composition-api": {
  1864. "optional": true
  1865. }
  1866. }
  1867. },
  1868. "node_modules/async-validator": {
  1869. "version": "4.2.5",
  1870. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
  1871. "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
  1872. "license": "MIT"
  1873. },
  1874. "node_modules/asynckit": {
  1875. "version": "0.4.0",
  1876. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  1877. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  1878. "license": "MIT"
  1879. },
  1880. "node_modules/autoprefixer": {
  1881. "version": "10.4.24",
  1882. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.24.tgz",
  1883. "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==",
  1884. "dev": true,
  1885. "funding": [
  1886. {
  1887. "type": "opencollective",
  1888. "url": "https://opencollective.com/postcss/"
  1889. },
  1890. {
  1891. "type": "tidelift",
  1892. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  1893. },
  1894. {
  1895. "type": "github",
  1896. "url": "https://github.com/sponsors/ai"
  1897. }
  1898. ],
  1899. "license": "MIT",
  1900. "dependencies": {
  1901. "browserslist": "^4.28.1",
  1902. "caniuse-lite": "^1.0.30001766",
  1903. "fraction.js": "^5.3.4",
  1904. "picocolors": "^1.1.1",
  1905. "postcss-value-parser": "^4.2.0"
  1906. },
  1907. "bin": {
  1908. "autoprefixer": "bin/autoprefixer"
  1909. },
  1910. "engines": {
  1911. "node": "^10 || ^12 || >=14"
  1912. },
  1913. "peerDependencies": {
  1914. "postcss": "^8.1.0"
  1915. }
  1916. },
  1917. "node_modules/axios": {
  1918. "version": "1.13.4",
  1919. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.13.4.tgz",
  1920. "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==",
  1921. "license": "MIT",
  1922. "dependencies": {
  1923. "follow-redirects": "^1.15.6",
  1924. "form-data": "^4.0.4",
  1925. "proxy-from-env": "^1.1.0"
  1926. }
  1927. },
  1928. "node_modules/baseline-browser-mapping": {
  1929. "version": "2.9.19",
  1930. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz",
  1931. "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
  1932. "dev": true,
  1933. "license": "Apache-2.0",
  1934. "bin": {
  1935. "baseline-browser-mapping": "dist/cli.js"
  1936. }
  1937. },
  1938. "node_modules/browserslist": {
  1939. "version": "4.28.1",
  1940. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.1.tgz",
  1941. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  1942. "dev": true,
  1943. "funding": [
  1944. {
  1945. "type": "opencollective",
  1946. "url": "https://opencollective.com/browserslist"
  1947. },
  1948. {
  1949. "type": "tidelift",
  1950. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1951. },
  1952. {
  1953. "type": "github",
  1954. "url": "https://github.com/sponsors/ai"
  1955. }
  1956. ],
  1957. "license": "MIT",
  1958. "dependencies": {
  1959. "baseline-browser-mapping": "^2.9.0",
  1960. "caniuse-lite": "^1.0.30001759",
  1961. "electron-to-chromium": "^1.5.263",
  1962. "node-releases": "^2.0.27",
  1963. "update-browserslist-db": "^1.2.0"
  1964. },
  1965. "bin": {
  1966. "browserslist": "cli.js"
  1967. },
  1968. "engines": {
  1969. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1970. }
  1971. },
  1972. "node_modules/call-bind-apply-helpers": {
  1973. "version": "1.0.2",
  1974. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1975. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1976. "license": "MIT",
  1977. "dependencies": {
  1978. "es-errors": "^1.3.0",
  1979. "function-bind": "^1.1.2"
  1980. },
  1981. "engines": {
  1982. "node": ">= 0.4"
  1983. }
  1984. },
  1985. "node_modules/caniuse-lite": {
  1986. "version": "1.0.30001769",
  1987. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001769.tgz",
  1988. "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==",
  1989. "dev": true,
  1990. "funding": [
  1991. {
  1992. "type": "opencollective",
  1993. "url": "https://opencollective.com/browserslist"
  1994. },
  1995. {
  1996. "type": "tidelift",
  1997. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1998. },
  1999. {
  2000. "type": "github",
  2001. "url": "https://github.com/sponsors/ai"
  2002. }
  2003. ],
  2004. "license": "CC-BY-4.0"
  2005. },
  2006. "node_modules/chokidar": {
  2007. "version": "4.0.3",
  2008. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  2009. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  2010. "dev": true,
  2011. "license": "MIT",
  2012. "dependencies": {
  2013. "readdirp": "^4.0.1"
  2014. },
  2015. "engines": {
  2016. "node": ">= 14.16.0"
  2017. },
  2018. "funding": {
  2019. "url": "https://paulmillr.com/funding/"
  2020. }
  2021. },
  2022. "node_modules/combined-stream": {
  2023. "version": "1.0.8",
  2024. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  2025. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  2026. "license": "MIT",
  2027. "dependencies": {
  2028. "delayed-stream": "~1.0.0"
  2029. },
  2030. "engines": {
  2031. "node": ">= 0.8"
  2032. }
  2033. },
  2034. "node_modules/csstype": {
  2035. "version": "3.2.3",
  2036. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  2037. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  2038. "license": "MIT"
  2039. },
  2040. "node_modules/dayjs": {
  2041. "version": "1.11.19",
  2042. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.19.tgz",
  2043. "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
  2044. "license": "MIT"
  2045. },
  2046. "node_modules/delayed-stream": {
  2047. "version": "1.0.0",
  2048. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  2049. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  2050. "license": "MIT",
  2051. "engines": {
  2052. "node": ">=0.4.0"
  2053. }
  2054. },
  2055. "node_modules/detect-libc": {
  2056. "version": "2.1.2",
  2057. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  2058. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  2059. "dev": true,
  2060. "license": "Apache-2.0",
  2061. "engines": {
  2062. "node": ">=8"
  2063. }
  2064. },
  2065. "node_modules/dunder-proto": {
  2066. "version": "1.0.1",
  2067. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  2068. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  2069. "license": "MIT",
  2070. "dependencies": {
  2071. "call-bind-apply-helpers": "^1.0.1",
  2072. "es-errors": "^1.3.0",
  2073. "gopd": "^1.2.0"
  2074. },
  2075. "engines": {
  2076. "node": ">= 0.4"
  2077. }
  2078. },
  2079. "node_modules/electron-to-chromium": {
  2080. "version": "1.5.286",
  2081. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz",
  2082. "integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==",
  2083. "dev": true,
  2084. "license": "ISC"
  2085. },
  2086. "node_modules/element-plus": {
  2087. "version": "2.13.2",
  2088. "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.13.2.tgz",
  2089. "integrity": "sha512-Zjzm1NnFXGhV4LYZ6Ze9skPlYi2B4KAmN18FL63A3PZcjhDfroHwhtM6RE8BonlOPHXUnPQynH0BgaoEfvhrGw==",
  2090. "license": "MIT",
  2091. "dependencies": {
  2092. "@ctrl/tinycolor": "^3.4.1",
  2093. "@element-plus/icons-vue": "^2.3.2",
  2094. "@floating-ui/dom": "^1.0.1",
  2095. "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
  2096. "@types/lodash": "^4.17.20",
  2097. "@types/lodash-es": "^4.17.12",
  2098. "@vueuse/core": "^10.11.0",
  2099. "async-validator": "^4.2.5",
  2100. "dayjs": "^1.11.19",
  2101. "lodash": "^4.17.23",
  2102. "lodash-es": "^4.17.23",
  2103. "lodash-unified": "^1.0.3",
  2104. "memoize-one": "^6.0.0",
  2105. "normalize-wheel-es": "^1.2.0"
  2106. },
  2107. "peerDependencies": {
  2108. "vue": "^3.3.0"
  2109. }
  2110. },
  2111. "node_modules/enhanced-resolve": {
  2112. "version": "5.19.0",
  2113. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz",
  2114. "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==",
  2115. "dev": true,
  2116. "license": "MIT",
  2117. "dependencies": {
  2118. "graceful-fs": "^4.2.4",
  2119. "tapable": "^2.3.0"
  2120. },
  2121. "engines": {
  2122. "node": ">=10.13.0"
  2123. }
  2124. },
  2125. "node_modules/entities": {
  2126. "version": "7.0.1",
  2127. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
  2128. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  2129. "license": "BSD-2-Clause",
  2130. "engines": {
  2131. "node": ">=0.12"
  2132. },
  2133. "funding": {
  2134. "url": "https://github.com/fb55/entities?sponsor=1"
  2135. }
  2136. },
  2137. "node_modules/es-define-property": {
  2138. "version": "1.0.1",
  2139. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  2140. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  2141. "license": "MIT",
  2142. "engines": {
  2143. "node": ">= 0.4"
  2144. }
  2145. },
  2146. "node_modules/es-errors": {
  2147. "version": "1.3.0",
  2148. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  2149. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  2150. "license": "MIT",
  2151. "engines": {
  2152. "node": ">= 0.4"
  2153. }
  2154. },
  2155. "node_modules/es-object-atoms": {
  2156. "version": "1.1.1",
  2157. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  2158. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  2159. "license": "MIT",
  2160. "dependencies": {
  2161. "es-errors": "^1.3.0"
  2162. },
  2163. "engines": {
  2164. "node": ">= 0.4"
  2165. }
  2166. },
  2167. "node_modules/es-set-tostringtag": {
  2168. "version": "2.1.0",
  2169. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  2170. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  2171. "license": "MIT",
  2172. "dependencies": {
  2173. "es-errors": "^1.3.0",
  2174. "get-intrinsic": "^1.2.6",
  2175. "has-tostringtag": "^1.0.2",
  2176. "hasown": "^2.0.2"
  2177. },
  2178. "engines": {
  2179. "node": ">= 0.4"
  2180. }
  2181. },
  2182. "node_modules/esbuild": {
  2183. "version": "0.27.2",
  2184. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.2.tgz",
  2185. "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
  2186. "dev": true,
  2187. "hasInstallScript": true,
  2188. "license": "MIT",
  2189. "bin": {
  2190. "esbuild": "bin/esbuild"
  2191. },
  2192. "engines": {
  2193. "node": ">=18"
  2194. },
  2195. "optionalDependencies": {
  2196. "@esbuild/aix-ppc64": "0.27.2",
  2197. "@esbuild/android-arm": "0.27.2",
  2198. "@esbuild/android-arm64": "0.27.2",
  2199. "@esbuild/android-x64": "0.27.2",
  2200. "@esbuild/darwin-arm64": "0.27.2",
  2201. "@esbuild/darwin-x64": "0.27.2",
  2202. "@esbuild/freebsd-arm64": "0.27.2",
  2203. "@esbuild/freebsd-x64": "0.27.2",
  2204. "@esbuild/linux-arm": "0.27.2",
  2205. "@esbuild/linux-arm64": "0.27.2",
  2206. "@esbuild/linux-ia32": "0.27.2",
  2207. "@esbuild/linux-loong64": "0.27.2",
  2208. "@esbuild/linux-mips64el": "0.27.2",
  2209. "@esbuild/linux-ppc64": "0.27.2",
  2210. "@esbuild/linux-riscv64": "0.27.2",
  2211. "@esbuild/linux-s390x": "0.27.2",
  2212. "@esbuild/linux-x64": "0.27.2",
  2213. "@esbuild/netbsd-arm64": "0.27.2",
  2214. "@esbuild/netbsd-x64": "0.27.2",
  2215. "@esbuild/openbsd-arm64": "0.27.2",
  2216. "@esbuild/openbsd-x64": "0.27.2",
  2217. "@esbuild/openharmony-arm64": "0.27.2",
  2218. "@esbuild/sunos-x64": "0.27.2",
  2219. "@esbuild/win32-arm64": "0.27.2",
  2220. "@esbuild/win32-ia32": "0.27.2",
  2221. "@esbuild/win32-x64": "0.27.2"
  2222. }
  2223. },
  2224. "node_modules/escalade": {
  2225. "version": "3.2.0",
  2226. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  2227. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  2228. "dev": true,
  2229. "license": "MIT",
  2230. "engines": {
  2231. "node": ">=6"
  2232. }
  2233. },
  2234. "node_modules/estree-walker": {
  2235. "version": "2.0.2",
  2236. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2237. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2238. "license": "MIT"
  2239. },
  2240. "node_modules/fdir": {
  2241. "version": "6.5.0",
  2242. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  2243. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  2244. "dev": true,
  2245. "license": "MIT",
  2246. "engines": {
  2247. "node": ">=12.0.0"
  2248. },
  2249. "peerDependencies": {
  2250. "picomatch": "^3 || ^4"
  2251. },
  2252. "peerDependenciesMeta": {
  2253. "picomatch": {
  2254. "optional": true
  2255. }
  2256. }
  2257. },
  2258. "node_modules/follow-redirects": {
  2259. "version": "1.15.11",
  2260. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz",
  2261. "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  2262. "funding": [
  2263. {
  2264. "type": "individual",
  2265. "url": "https://github.com/sponsors/RubenVerborgh"
  2266. }
  2267. ],
  2268. "license": "MIT",
  2269. "engines": {
  2270. "node": ">=4.0"
  2271. },
  2272. "peerDependenciesMeta": {
  2273. "debug": {
  2274. "optional": true
  2275. }
  2276. }
  2277. },
  2278. "node_modules/form-data": {
  2279. "version": "4.0.5",
  2280. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  2281. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  2282. "license": "MIT",
  2283. "dependencies": {
  2284. "asynckit": "^0.4.0",
  2285. "combined-stream": "^1.0.8",
  2286. "es-set-tostringtag": "^2.1.0",
  2287. "hasown": "^2.0.2",
  2288. "mime-types": "^2.1.12"
  2289. },
  2290. "engines": {
  2291. "node": ">= 6"
  2292. }
  2293. },
  2294. "node_modules/fraction.js": {
  2295. "version": "5.3.4",
  2296. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
  2297. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  2298. "dev": true,
  2299. "license": "MIT",
  2300. "engines": {
  2301. "node": "*"
  2302. },
  2303. "funding": {
  2304. "type": "github",
  2305. "url": "https://github.com/sponsors/rawify"
  2306. }
  2307. },
  2308. "node_modules/fsevents": {
  2309. "version": "2.3.3",
  2310. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  2311. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2312. "dev": true,
  2313. "hasInstallScript": true,
  2314. "license": "MIT",
  2315. "optional": true,
  2316. "os": [
  2317. "darwin"
  2318. ],
  2319. "engines": {
  2320. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2321. }
  2322. },
  2323. "node_modules/function-bind": {
  2324. "version": "1.1.2",
  2325. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  2326. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2327. "license": "MIT",
  2328. "funding": {
  2329. "url": "https://github.com/sponsors/ljharb"
  2330. }
  2331. },
  2332. "node_modules/get-intrinsic": {
  2333. "version": "1.3.0",
  2334. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  2335. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  2336. "license": "MIT",
  2337. "dependencies": {
  2338. "call-bind-apply-helpers": "^1.0.2",
  2339. "es-define-property": "^1.0.1",
  2340. "es-errors": "^1.3.0",
  2341. "es-object-atoms": "^1.1.1",
  2342. "function-bind": "^1.1.2",
  2343. "get-proto": "^1.0.1",
  2344. "gopd": "^1.2.0",
  2345. "has-symbols": "^1.1.0",
  2346. "hasown": "^2.0.2",
  2347. "math-intrinsics": "^1.1.0"
  2348. },
  2349. "engines": {
  2350. "node": ">= 0.4"
  2351. },
  2352. "funding": {
  2353. "url": "https://github.com/sponsors/ljharb"
  2354. }
  2355. },
  2356. "node_modules/get-proto": {
  2357. "version": "1.0.1",
  2358. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  2359. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  2360. "license": "MIT",
  2361. "dependencies": {
  2362. "dunder-proto": "^1.0.1",
  2363. "es-object-atoms": "^1.0.0"
  2364. },
  2365. "engines": {
  2366. "node": ">= 0.4"
  2367. }
  2368. },
  2369. "node_modules/gopd": {
  2370. "version": "1.2.0",
  2371. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  2372. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  2373. "license": "MIT",
  2374. "engines": {
  2375. "node": ">= 0.4"
  2376. },
  2377. "funding": {
  2378. "url": "https://github.com/sponsors/ljharb"
  2379. }
  2380. },
  2381. "node_modules/graceful-fs": {
  2382. "version": "4.2.11",
  2383. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  2384. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  2385. "dev": true,
  2386. "license": "ISC"
  2387. },
  2388. "node_modules/has-symbols": {
  2389. "version": "1.1.0",
  2390. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  2391. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  2392. "license": "MIT",
  2393. "engines": {
  2394. "node": ">= 0.4"
  2395. },
  2396. "funding": {
  2397. "url": "https://github.com/sponsors/ljharb"
  2398. }
  2399. },
  2400. "node_modules/has-tostringtag": {
  2401. "version": "1.0.2",
  2402. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  2403. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  2404. "license": "MIT",
  2405. "dependencies": {
  2406. "has-symbols": "^1.0.3"
  2407. },
  2408. "engines": {
  2409. "node": ">= 0.4"
  2410. },
  2411. "funding": {
  2412. "url": "https://github.com/sponsors/ljharb"
  2413. }
  2414. },
  2415. "node_modules/hasown": {
  2416. "version": "2.0.2",
  2417. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  2418. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  2419. "license": "MIT",
  2420. "dependencies": {
  2421. "function-bind": "^1.1.2"
  2422. },
  2423. "engines": {
  2424. "node": ">= 0.4"
  2425. }
  2426. },
  2427. "node_modules/immutable": {
  2428. "version": "5.1.4",
  2429. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.4.tgz",
  2430. "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==",
  2431. "dev": true,
  2432. "license": "MIT"
  2433. },
  2434. "node_modules/is-extglob": {
  2435. "version": "2.1.1",
  2436. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2437. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2438. "dev": true,
  2439. "license": "MIT",
  2440. "optional": true,
  2441. "engines": {
  2442. "node": ">=0.10.0"
  2443. }
  2444. },
  2445. "node_modules/is-glob": {
  2446. "version": "4.0.3",
  2447. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  2448. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2449. "dev": true,
  2450. "license": "MIT",
  2451. "optional": true,
  2452. "dependencies": {
  2453. "is-extglob": "^2.1.1"
  2454. },
  2455. "engines": {
  2456. "node": ">=0.10.0"
  2457. }
  2458. },
  2459. "node_modules/jiti": {
  2460. "version": "2.6.1",
  2461. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
  2462. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  2463. "dev": true,
  2464. "license": "MIT",
  2465. "bin": {
  2466. "jiti": "lib/jiti-cli.mjs"
  2467. }
  2468. },
  2469. "node_modules/lightningcss": {
  2470. "version": "1.30.2",
  2471. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.30.2.tgz",
  2472. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  2473. "dev": true,
  2474. "license": "MPL-2.0",
  2475. "dependencies": {
  2476. "detect-libc": "^2.0.3"
  2477. },
  2478. "engines": {
  2479. "node": ">= 12.0.0"
  2480. },
  2481. "funding": {
  2482. "type": "opencollective",
  2483. "url": "https://opencollective.com/parcel"
  2484. },
  2485. "optionalDependencies": {
  2486. "lightningcss-android-arm64": "1.30.2",
  2487. "lightningcss-darwin-arm64": "1.30.2",
  2488. "lightningcss-darwin-x64": "1.30.2",
  2489. "lightningcss-freebsd-x64": "1.30.2",
  2490. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  2491. "lightningcss-linux-arm64-gnu": "1.30.2",
  2492. "lightningcss-linux-arm64-musl": "1.30.2",
  2493. "lightningcss-linux-x64-gnu": "1.30.2",
  2494. "lightningcss-linux-x64-musl": "1.30.2",
  2495. "lightningcss-win32-arm64-msvc": "1.30.2",
  2496. "lightningcss-win32-x64-msvc": "1.30.2"
  2497. }
  2498. },
  2499. "node_modules/lightningcss-android-arm64": {
  2500. "version": "1.30.2",
  2501. "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  2502. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  2503. "cpu": [
  2504. "arm64"
  2505. ],
  2506. "dev": true,
  2507. "license": "MPL-2.0",
  2508. "optional": true,
  2509. "os": [
  2510. "android"
  2511. ],
  2512. "engines": {
  2513. "node": ">= 12.0.0"
  2514. },
  2515. "funding": {
  2516. "type": "opencollective",
  2517. "url": "https://opencollective.com/parcel"
  2518. }
  2519. },
  2520. "node_modules/lightningcss-darwin-arm64": {
  2521. "version": "1.30.2",
  2522. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  2523. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  2524. "cpu": [
  2525. "arm64"
  2526. ],
  2527. "dev": true,
  2528. "license": "MPL-2.0",
  2529. "optional": true,
  2530. "os": [
  2531. "darwin"
  2532. ],
  2533. "engines": {
  2534. "node": ">= 12.0.0"
  2535. },
  2536. "funding": {
  2537. "type": "opencollective",
  2538. "url": "https://opencollective.com/parcel"
  2539. }
  2540. },
  2541. "node_modules/lightningcss-darwin-x64": {
  2542. "version": "1.30.2",
  2543. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  2544. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  2545. "cpu": [
  2546. "x64"
  2547. ],
  2548. "dev": true,
  2549. "license": "MPL-2.0",
  2550. "optional": true,
  2551. "os": [
  2552. "darwin"
  2553. ],
  2554. "engines": {
  2555. "node": ">= 12.0.0"
  2556. },
  2557. "funding": {
  2558. "type": "opencollective",
  2559. "url": "https://opencollective.com/parcel"
  2560. }
  2561. },
  2562. "node_modules/lightningcss-freebsd-x64": {
  2563. "version": "1.30.2",
  2564. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  2565. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  2566. "cpu": [
  2567. "x64"
  2568. ],
  2569. "dev": true,
  2570. "license": "MPL-2.0",
  2571. "optional": true,
  2572. "os": [
  2573. "freebsd"
  2574. ],
  2575. "engines": {
  2576. "node": ">= 12.0.0"
  2577. },
  2578. "funding": {
  2579. "type": "opencollective",
  2580. "url": "https://opencollective.com/parcel"
  2581. }
  2582. },
  2583. "node_modules/lightningcss-linux-arm-gnueabihf": {
  2584. "version": "1.30.2",
  2585. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  2586. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  2587. "cpu": [
  2588. "arm"
  2589. ],
  2590. "dev": true,
  2591. "license": "MPL-2.0",
  2592. "optional": true,
  2593. "os": [
  2594. "linux"
  2595. ],
  2596. "engines": {
  2597. "node": ">= 12.0.0"
  2598. },
  2599. "funding": {
  2600. "type": "opencollective",
  2601. "url": "https://opencollective.com/parcel"
  2602. }
  2603. },
  2604. "node_modules/lightningcss-linux-arm64-gnu": {
  2605. "version": "1.30.2",
  2606. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  2607. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  2608. "cpu": [
  2609. "arm64"
  2610. ],
  2611. "dev": true,
  2612. "license": "MPL-2.0",
  2613. "optional": true,
  2614. "os": [
  2615. "linux"
  2616. ],
  2617. "engines": {
  2618. "node": ">= 12.0.0"
  2619. },
  2620. "funding": {
  2621. "type": "opencollective",
  2622. "url": "https://opencollective.com/parcel"
  2623. }
  2624. },
  2625. "node_modules/lightningcss-linux-arm64-musl": {
  2626. "version": "1.30.2",
  2627. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  2628. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  2629. "cpu": [
  2630. "arm64"
  2631. ],
  2632. "dev": true,
  2633. "license": "MPL-2.0",
  2634. "optional": true,
  2635. "os": [
  2636. "linux"
  2637. ],
  2638. "engines": {
  2639. "node": ">= 12.0.0"
  2640. },
  2641. "funding": {
  2642. "type": "opencollective",
  2643. "url": "https://opencollective.com/parcel"
  2644. }
  2645. },
  2646. "node_modules/lightningcss-linux-x64-gnu": {
  2647. "version": "1.30.2",
  2648. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  2649. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  2650. "cpu": [
  2651. "x64"
  2652. ],
  2653. "dev": true,
  2654. "license": "MPL-2.0",
  2655. "optional": true,
  2656. "os": [
  2657. "linux"
  2658. ],
  2659. "engines": {
  2660. "node": ">= 12.0.0"
  2661. },
  2662. "funding": {
  2663. "type": "opencollective",
  2664. "url": "https://opencollective.com/parcel"
  2665. }
  2666. },
  2667. "node_modules/lightningcss-linux-x64-musl": {
  2668. "version": "1.30.2",
  2669. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  2670. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  2671. "cpu": [
  2672. "x64"
  2673. ],
  2674. "dev": true,
  2675. "license": "MPL-2.0",
  2676. "optional": true,
  2677. "os": [
  2678. "linux"
  2679. ],
  2680. "engines": {
  2681. "node": ">= 12.0.0"
  2682. },
  2683. "funding": {
  2684. "type": "opencollective",
  2685. "url": "https://opencollective.com/parcel"
  2686. }
  2687. },
  2688. "node_modules/lightningcss-win32-arm64-msvc": {
  2689. "version": "1.30.2",
  2690. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  2691. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  2692. "cpu": [
  2693. "arm64"
  2694. ],
  2695. "dev": true,
  2696. "license": "MPL-2.0",
  2697. "optional": true,
  2698. "os": [
  2699. "win32"
  2700. ],
  2701. "engines": {
  2702. "node": ">= 12.0.0"
  2703. },
  2704. "funding": {
  2705. "type": "opencollective",
  2706. "url": "https://opencollective.com/parcel"
  2707. }
  2708. },
  2709. "node_modules/lightningcss-win32-x64-msvc": {
  2710. "version": "1.30.2",
  2711. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  2712. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  2713. "cpu": [
  2714. "x64"
  2715. ],
  2716. "dev": true,
  2717. "license": "MPL-2.0",
  2718. "optional": true,
  2719. "os": [
  2720. "win32"
  2721. ],
  2722. "engines": {
  2723. "node": ">= 12.0.0"
  2724. },
  2725. "funding": {
  2726. "type": "opencollective",
  2727. "url": "https://opencollective.com/parcel"
  2728. }
  2729. },
  2730. "node_modules/lodash": {
  2731. "version": "4.17.23",
  2732. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.23.tgz",
  2733. "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
  2734. "license": "MIT"
  2735. },
  2736. "node_modules/lodash-es": {
  2737. "version": "4.17.23",
  2738. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.23.tgz",
  2739. "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
  2740. "license": "MIT"
  2741. },
  2742. "node_modules/lodash-unified": {
  2743. "version": "1.0.3",
  2744. "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
  2745. "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  2746. "license": "MIT",
  2747. "peerDependencies": {
  2748. "@types/lodash-es": "*",
  2749. "lodash": "*",
  2750. "lodash-es": "*"
  2751. }
  2752. },
  2753. "node_modules/magic-string": {
  2754. "version": "0.30.21",
  2755. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  2756. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  2757. "license": "MIT",
  2758. "dependencies": {
  2759. "@jridgewell/sourcemap-codec": "^1.5.5"
  2760. }
  2761. },
  2762. "node_modules/math-intrinsics": {
  2763. "version": "1.1.0",
  2764. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  2765. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  2766. "license": "MIT",
  2767. "engines": {
  2768. "node": ">= 0.4"
  2769. }
  2770. },
  2771. "node_modules/memoize-one": {
  2772. "version": "6.0.0",
  2773. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  2774. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  2775. "license": "MIT"
  2776. },
  2777. "node_modules/mime-db": {
  2778. "version": "1.52.0",
  2779. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  2780. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  2781. "license": "MIT",
  2782. "engines": {
  2783. "node": ">= 0.6"
  2784. }
  2785. },
  2786. "node_modules/mime-types": {
  2787. "version": "2.1.35",
  2788. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  2789. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  2790. "license": "MIT",
  2791. "dependencies": {
  2792. "mime-db": "1.52.0"
  2793. },
  2794. "engines": {
  2795. "node": ">= 0.6"
  2796. }
  2797. },
  2798. "node_modules/nanoid": {
  2799. "version": "3.3.11",
  2800. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  2801. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  2802. "funding": [
  2803. {
  2804. "type": "github",
  2805. "url": "https://github.com/sponsors/ai"
  2806. }
  2807. ],
  2808. "license": "MIT",
  2809. "bin": {
  2810. "nanoid": "bin/nanoid.cjs"
  2811. },
  2812. "engines": {
  2813. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2814. }
  2815. },
  2816. "node_modules/node-addon-api": {
  2817. "version": "7.1.1",
  2818. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  2819. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  2820. "dev": true,
  2821. "license": "MIT",
  2822. "optional": true
  2823. },
  2824. "node_modules/node-releases": {
  2825. "version": "2.0.27",
  2826. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
  2827. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  2828. "dev": true,
  2829. "license": "MIT"
  2830. },
  2831. "node_modules/normalize-wheel-es": {
  2832. "version": "1.2.0",
  2833. "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  2834. "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  2835. "license": "BSD-3-Clause"
  2836. },
  2837. "node_modules/picocolors": {
  2838. "version": "1.1.1",
  2839. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  2840. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2841. "license": "ISC"
  2842. },
  2843. "node_modules/picomatch": {
  2844. "version": "4.0.3",
  2845. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
  2846. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  2847. "dev": true,
  2848. "license": "MIT",
  2849. "engines": {
  2850. "node": ">=12"
  2851. },
  2852. "funding": {
  2853. "url": "https://github.com/sponsors/jonschlinkert"
  2854. }
  2855. },
  2856. "node_modules/postcss": {
  2857. "version": "8.5.6",
  2858. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  2859. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  2860. "funding": [
  2861. {
  2862. "type": "opencollective",
  2863. "url": "https://opencollective.com/postcss/"
  2864. },
  2865. {
  2866. "type": "tidelift",
  2867. "url": "https://tidelift.com/funding/github/npm/postcss"
  2868. },
  2869. {
  2870. "type": "github",
  2871. "url": "https://github.com/sponsors/ai"
  2872. }
  2873. ],
  2874. "license": "MIT",
  2875. "dependencies": {
  2876. "nanoid": "^3.3.11",
  2877. "picocolors": "^1.1.1",
  2878. "source-map-js": "^1.2.1"
  2879. },
  2880. "engines": {
  2881. "node": "^10 || ^12 || >=14"
  2882. }
  2883. },
  2884. "node_modules/postcss-value-parser": {
  2885. "version": "4.2.0",
  2886. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  2887. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  2888. "dev": true,
  2889. "license": "MIT"
  2890. },
  2891. "node_modules/proxy-from-env": {
  2892. "version": "1.1.0",
  2893. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  2894. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  2895. "license": "MIT"
  2896. },
  2897. "node_modules/readdirp": {
  2898. "version": "4.1.2",
  2899. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  2900. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  2901. "dev": true,
  2902. "license": "MIT",
  2903. "engines": {
  2904. "node": ">= 14.18.0"
  2905. },
  2906. "funding": {
  2907. "type": "individual",
  2908. "url": "https://paulmillr.com/funding/"
  2909. }
  2910. },
  2911. "node_modules/rollup": {
  2912. "version": "4.57.1",
  2913. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.57.1.tgz",
  2914. "integrity": "sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==",
  2915. "dev": true,
  2916. "license": "MIT",
  2917. "dependencies": {
  2918. "@types/estree": "1.0.8"
  2919. },
  2920. "bin": {
  2921. "rollup": "dist/bin/rollup"
  2922. },
  2923. "engines": {
  2924. "node": ">=18.0.0",
  2925. "npm": ">=8.0.0"
  2926. },
  2927. "optionalDependencies": {
  2928. "@rollup/rollup-android-arm-eabi": "4.57.1",
  2929. "@rollup/rollup-android-arm64": "4.57.1",
  2930. "@rollup/rollup-darwin-arm64": "4.57.1",
  2931. "@rollup/rollup-darwin-x64": "4.57.1",
  2932. "@rollup/rollup-freebsd-arm64": "4.57.1",
  2933. "@rollup/rollup-freebsd-x64": "4.57.1",
  2934. "@rollup/rollup-linux-arm-gnueabihf": "4.57.1",
  2935. "@rollup/rollup-linux-arm-musleabihf": "4.57.1",
  2936. "@rollup/rollup-linux-arm64-gnu": "4.57.1",
  2937. "@rollup/rollup-linux-arm64-musl": "4.57.1",
  2938. "@rollup/rollup-linux-loong64-gnu": "4.57.1",
  2939. "@rollup/rollup-linux-loong64-musl": "4.57.1",
  2940. "@rollup/rollup-linux-ppc64-gnu": "4.57.1",
  2941. "@rollup/rollup-linux-ppc64-musl": "4.57.1",
  2942. "@rollup/rollup-linux-riscv64-gnu": "4.57.1",
  2943. "@rollup/rollup-linux-riscv64-musl": "4.57.1",
  2944. "@rollup/rollup-linux-s390x-gnu": "4.57.1",
  2945. "@rollup/rollup-linux-x64-gnu": "4.57.1",
  2946. "@rollup/rollup-linux-x64-musl": "4.57.1",
  2947. "@rollup/rollup-openbsd-x64": "4.57.1",
  2948. "@rollup/rollup-openharmony-arm64": "4.57.1",
  2949. "@rollup/rollup-win32-arm64-msvc": "4.57.1",
  2950. "@rollup/rollup-win32-ia32-msvc": "4.57.1",
  2951. "@rollup/rollup-win32-x64-gnu": "4.57.1",
  2952. "@rollup/rollup-win32-x64-msvc": "4.57.1",
  2953. "fsevents": "~2.3.2"
  2954. }
  2955. },
  2956. "node_modules/sass": {
  2957. "version": "1.97.3",
  2958. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.97.3.tgz",
  2959. "integrity": "sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==",
  2960. "dev": true,
  2961. "license": "MIT",
  2962. "dependencies": {
  2963. "chokidar": "^4.0.0",
  2964. "immutable": "^5.0.2",
  2965. "source-map-js": ">=0.6.2 <2.0.0"
  2966. },
  2967. "bin": {
  2968. "sass": "sass.js"
  2969. },
  2970. "engines": {
  2971. "node": ">=14.0.0"
  2972. },
  2973. "optionalDependencies": {
  2974. "@parcel/watcher": "^2.4.1"
  2975. }
  2976. },
  2977. "node_modules/source-map-js": {
  2978. "version": "1.2.1",
  2979. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  2980. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2981. "license": "BSD-3-Clause",
  2982. "engines": {
  2983. "node": ">=0.10.0"
  2984. }
  2985. },
  2986. "node_modules/tailwindcss": {
  2987. "version": "4.1.18",
  2988. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.18.tgz",
  2989. "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
  2990. "dev": true,
  2991. "license": "MIT"
  2992. },
  2993. "node_modules/tapable": {
  2994. "version": "2.3.0",
  2995. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.3.0.tgz",
  2996. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  2997. "dev": true,
  2998. "license": "MIT",
  2999. "engines": {
  3000. "node": ">=6"
  3001. },
  3002. "funding": {
  3003. "type": "opencollective",
  3004. "url": "https://opencollective.com/webpack"
  3005. }
  3006. },
  3007. "node_modules/tinyglobby": {
  3008. "version": "0.2.15",
  3009. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
  3010. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  3011. "dev": true,
  3012. "license": "MIT",
  3013. "dependencies": {
  3014. "fdir": "^6.5.0",
  3015. "picomatch": "^4.0.3"
  3016. },
  3017. "engines": {
  3018. "node": ">=12.0.0"
  3019. },
  3020. "funding": {
  3021. "url": "https://github.com/sponsors/SuperchupuDev"
  3022. }
  3023. },
  3024. "node_modules/update-browserslist-db": {
  3025. "version": "1.2.3",
  3026. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  3027. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  3028. "dev": true,
  3029. "funding": [
  3030. {
  3031. "type": "opencollective",
  3032. "url": "https://opencollective.com/browserslist"
  3033. },
  3034. {
  3035. "type": "tidelift",
  3036. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3037. },
  3038. {
  3039. "type": "github",
  3040. "url": "https://github.com/sponsors/ai"
  3041. }
  3042. ],
  3043. "license": "MIT",
  3044. "dependencies": {
  3045. "escalade": "^3.2.0",
  3046. "picocolors": "^1.1.1"
  3047. },
  3048. "bin": {
  3049. "update-browserslist-db": "cli.js"
  3050. },
  3051. "peerDependencies": {
  3052. "browserslist": ">= 4.21.0"
  3053. }
  3054. },
  3055. "node_modules/vite": {
  3056. "version": "7.3.1",
  3057. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.1.tgz",
  3058. "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
  3059. "dev": true,
  3060. "license": "MIT",
  3061. "dependencies": {
  3062. "esbuild": "^0.27.0",
  3063. "fdir": "^6.5.0",
  3064. "picomatch": "^4.0.3",
  3065. "postcss": "^8.5.6",
  3066. "rollup": "^4.43.0",
  3067. "tinyglobby": "^0.2.15"
  3068. },
  3069. "bin": {
  3070. "vite": "bin/vite.js"
  3071. },
  3072. "engines": {
  3073. "node": "^20.19.0 || >=22.12.0"
  3074. },
  3075. "funding": {
  3076. "url": "https://github.com/vitejs/vite?sponsor=1"
  3077. },
  3078. "optionalDependencies": {
  3079. "fsevents": "~2.3.3"
  3080. },
  3081. "peerDependencies": {
  3082. "@types/node": "^20.19.0 || >=22.12.0",
  3083. "jiti": ">=1.21.0",
  3084. "less": "^4.0.0",
  3085. "lightningcss": "^1.21.0",
  3086. "sass": "^1.70.0",
  3087. "sass-embedded": "^1.70.0",
  3088. "stylus": ">=0.54.8",
  3089. "sugarss": "^5.0.0",
  3090. "terser": "^5.16.0",
  3091. "tsx": "^4.8.1",
  3092. "yaml": "^2.4.2"
  3093. },
  3094. "peerDependenciesMeta": {
  3095. "@types/node": {
  3096. "optional": true
  3097. },
  3098. "jiti": {
  3099. "optional": true
  3100. },
  3101. "less": {
  3102. "optional": true
  3103. },
  3104. "lightningcss": {
  3105. "optional": true
  3106. },
  3107. "sass": {
  3108. "optional": true
  3109. },
  3110. "sass-embedded": {
  3111. "optional": true
  3112. },
  3113. "stylus": {
  3114. "optional": true
  3115. },
  3116. "sugarss": {
  3117. "optional": true
  3118. },
  3119. "terser": {
  3120. "optional": true
  3121. },
  3122. "tsx": {
  3123. "optional": true
  3124. },
  3125. "yaml": {
  3126. "optional": true
  3127. }
  3128. }
  3129. },
  3130. "node_modules/vue": {
  3131. "version": "3.5.27",
  3132. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.27.tgz",
  3133. "integrity": "sha512-aJ/UtoEyFySPBGarREmN4z6qNKpbEguYHMmXSiOGk69czc+zhs0NF6tEFrY8TZKAl8N/LYAkd4JHVd5E/AsSmw==",
  3134. "license": "MIT",
  3135. "dependencies": {
  3136. "@vue/compiler-dom": "3.5.27",
  3137. "@vue/compiler-sfc": "3.5.27",
  3138. "@vue/runtime-dom": "3.5.27",
  3139. "@vue/server-renderer": "3.5.27",
  3140. "@vue/shared": "3.5.27"
  3141. },
  3142. "peerDependencies": {
  3143. "typescript": "*"
  3144. },
  3145. "peerDependenciesMeta": {
  3146. "typescript": {
  3147. "optional": true
  3148. }
  3149. }
  3150. },
  3151. "node_modules/vue-router": {
  3152. "version": "4.6.4",
  3153. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.6.4.tgz",
  3154. "integrity": "sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==",
  3155. "license": "MIT",
  3156. "dependencies": {
  3157. "@vue/devtools-api": "^6.6.4"
  3158. },
  3159. "funding": {
  3160. "url": "https://github.com/sponsors/posva"
  3161. },
  3162. "peerDependencies": {
  3163. "vue": "^3.5.0"
  3164. }
  3165. }
  3166. }
  3167. }