package-lock.json 88 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543
  1. {
  2. "name": "project2",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "project2",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "vue": "^3.5.40",
  12. "vue-router": "^5.3.1"
  13. },
  14. "devDependencies": {
  15. "@vitejs/plugin-vue": "^6.0.8",
  16. "vite": "^8.1.5",
  17. "vite-plugin-vue-devtools": "^8.1.5"
  18. },
  19. "engines": {
  20. "node": "^22.18.0 || >=24.12.0"
  21. }
  22. },
  23. "node_modules/@babel/code-frame": {
  24. "version": "7.29.7",
  25. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.29.7.tgz",
  26. "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
  27. "dev": true,
  28. "license": "MIT",
  29. "dependencies": {
  30. "@babel/helper-validator-identifier": "^7.29.7",
  31. "js-tokens": "^4.0.0",
  32. "picocolors": "^1.1.1"
  33. },
  34. "engines": {
  35. "node": ">=6.9.0"
  36. }
  37. },
  38. "node_modules/@babel/compat-data": {
  39. "version": "7.29.7",
  40. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.29.7.tgz",
  41. "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
  42. "dev": true,
  43. "license": "MIT",
  44. "engines": {
  45. "node": ">=6.9.0"
  46. }
  47. },
  48. "node_modules/@babel/core": {
  49. "version": "7.29.7",
  50. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.7.tgz",
  51. "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
  52. "dev": true,
  53. "license": "MIT",
  54. "dependencies": {
  55. "@babel/code-frame": "^7.29.7",
  56. "@babel/generator": "^7.29.7",
  57. "@babel/helper-compilation-targets": "^7.29.7",
  58. "@babel/helper-module-transforms": "^7.29.7",
  59. "@babel/helpers": "^7.29.7",
  60. "@babel/parser": "^7.29.7",
  61. "@babel/template": "^7.29.7",
  62. "@babel/traverse": "^7.29.7",
  63. "@babel/types": "^7.29.7",
  64. "@jridgewell/remapping": "^2.3.5",
  65. "convert-source-map": "^2.0.0",
  66. "debug": "^4.1.0",
  67. "gensync": "^1.0.0-beta.2",
  68. "json5": "^2.2.3",
  69. "semver": "^6.3.1"
  70. },
  71. "engines": {
  72. "node": ">=6.9.0"
  73. },
  74. "funding": {
  75. "type": "opencollective",
  76. "url": "https://opencollective.com/babel"
  77. }
  78. },
  79. "node_modules/@babel/generator": {
  80. "version": "7.29.8",
  81. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.8.tgz",
  82. "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==",
  83. "dev": true,
  84. "license": "MIT",
  85. "dependencies": {
  86. "@babel/parser": "^7.29.8",
  87. "@babel/types": "^7.29.8",
  88. "@jridgewell/gen-mapping": "^0.3.12",
  89. "@jridgewell/trace-mapping": "^0.3.28",
  90. "jsesc": "^3.0.2"
  91. },
  92. "engines": {
  93. "node": ">=6.9.0"
  94. }
  95. },
  96. "node_modules/@babel/helper-annotate-as-pure": {
  97. "version": "7.29.7",
  98. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
  99. "integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
  100. "dev": true,
  101. "license": "MIT",
  102. "dependencies": {
  103. "@babel/types": "^7.29.7"
  104. },
  105. "engines": {
  106. "node": ">=6.9.0"
  107. }
  108. },
  109. "node_modules/@babel/helper-compilation-targets": {
  110. "version": "7.29.7",
  111. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
  112. "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
  113. "dev": true,
  114. "license": "MIT",
  115. "dependencies": {
  116. "@babel/compat-data": "^7.29.7",
  117. "@babel/helper-validator-option": "^7.29.7",
  118. "browserslist": "^4.24.0",
  119. "lru-cache": "^5.1.1",
  120. "semver": "^6.3.1"
  121. },
  122. "engines": {
  123. "node": ">=6.9.0"
  124. }
  125. },
  126. "node_modules/@babel/helper-create-class-features-plugin": {
  127. "version": "7.29.7",
  128. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.7.tgz",
  129. "integrity": "sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==",
  130. "dev": true,
  131. "license": "MIT",
  132. "dependencies": {
  133. "@babel/helper-annotate-as-pure": "^7.29.7",
  134. "@babel/helper-member-expression-to-functions": "^7.29.7",
  135. "@babel/helper-optimise-call-expression": "^7.29.7",
  136. "@babel/helper-replace-supers": "^7.29.7",
  137. "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
  138. "@babel/traverse": "^7.29.7",
  139. "semver": "^6.3.1"
  140. },
  141. "engines": {
  142. "node": ">=6.9.0"
  143. },
  144. "peerDependencies": {
  145. "@babel/core": "^7.0.0"
  146. }
  147. },
  148. "node_modules/@babel/helper-globals": {
  149. "version": "7.29.7",
  150. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
  151. "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
  152. "dev": true,
  153. "license": "MIT",
  154. "engines": {
  155. "node": ">=6.9.0"
  156. }
  157. },
  158. "node_modules/@babel/helper-member-expression-to-functions": {
  159. "version": "7.29.7",
  160. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.29.7.tgz",
  161. "integrity": "sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==",
  162. "dev": true,
  163. "license": "MIT",
  164. "dependencies": {
  165. "@babel/traverse": "^7.29.7",
  166. "@babel/types": "^7.29.7"
  167. },
  168. "engines": {
  169. "node": ">=6.9.0"
  170. }
  171. },
  172. "node_modules/@babel/helper-module-imports": {
  173. "version": "7.29.7",
  174. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
  175. "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
  176. "dev": true,
  177. "license": "MIT",
  178. "dependencies": {
  179. "@babel/traverse": "^7.29.7",
  180. "@babel/types": "^7.29.7"
  181. },
  182. "engines": {
  183. "node": ">=6.9.0"
  184. }
  185. },
  186. "node_modules/@babel/helper-module-transforms": {
  187. "version": "7.29.7",
  188. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
  189. "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
  190. "dev": true,
  191. "license": "MIT",
  192. "dependencies": {
  193. "@babel/helper-module-imports": "^7.29.7",
  194. "@babel/helper-validator-identifier": "^7.29.7",
  195. "@babel/traverse": "^7.29.7"
  196. },
  197. "engines": {
  198. "node": ">=6.9.0"
  199. },
  200. "peerDependencies": {
  201. "@babel/core": "^7.0.0"
  202. }
  203. },
  204. "node_modules/@babel/helper-optimise-call-expression": {
  205. "version": "7.29.7",
  206. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.29.7.tgz",
  207. "integrity": "sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==",
  208. "dev": true,
  209. "license": "MIT",
  210. "dependencies": {
  211. "@babel/types": "^7.29.7"
  212. },
  213. "engines": {
  214. "node": ">=6.9.0"
  215. }
  216. },
  217. "node_modules/@babel/helper-plugin-utils": {
  218. "version": "7.29.7",
  219. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz",
  220. "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
  221. "dev": true,
  222. "license": "MIT",
  223. "engines": {
  224. "node": ">=6.9.0"
  225. }
  226. },
  227. "node_modules/@babel/helper-replace-supers": {
  228. "version": "7.29.7",
  229. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.29.7.tgz",
  230. "integrity": "sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==",
  231. "dev": true,
  232. "license": "MIT",
  233. "dependencies": {
  234. "@babel/helper-member-expression-to-functions": "^7.29.7",
  235. "@babel/helper-optimise-call-expression": "^7.29.7",
  236. "@babel/traverse": "^7.29.7"
  237. },
  238. "engines": {
  239. "node": ">=6.9.0"
  240. },
  241. "peerDependencies": {
  242. "@babel/core": "^7.0.0"
  243. }
  244. },
  245. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  246. "version": "7.29.7",
  247. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.29.7.tgz",
  248. "integrity": "sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==",
  249. "dev": true,
  250. "license": "MIT",
  251. "dependencies": {
  252. "@babel/traverse": "^7.29.7",
  253. "@babel/types": "^7.29.7"
  254. },
  255. "engines": {
  256. "node": ">=6.9.0"
  257. }
  258. },
  259. "node_modules/@babel/helper-string-parser": {
  260. "version": "7.29.7",
  261. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
  262. "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
  263. "license": "MIT",
  264. "engines": {
  265. "node": ">=6.9.0"
  266. }
  267. },
  268. "node_modules/@babel/helper-validator-identifier": {
  269. "version": "7.29.7",
  270. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
  271. "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
  272. "license": "MIT",
  273. "engines": {
  274. "node": ">=6.9.0"
  275. }
  276. },
  277. "node_modules/@babel/helper-validator-option": {
  278. "version": "7.29.7",
  279. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
  280. "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
  281. "dev": true,
  282. "license": "MIT",
  283. "engines": {
  284. "node": ">=6.9.0"
  285. }
  286. },
  287. "node_modules/@babel/helpers": {
  288. "version": "7.29.7",
  289. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.29.7.tgz",
  290. "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
  291. "dev": true,
  292. "license": "MIT",
  293. "dependencies": {
  294. "@babel/template": "^7.29.7",
  295. "@babel/types": "^7.29.7"
  296. },
  297. "engines": {
  298. "node": ">=6.9.0"
  299. }
  300. },
  301. "node_modules/@babel/parser": {
  302. "version": "7.29.8",
  303. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.8.tgz",
  304. "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==",
  305. "license": "MIT",
  306. "dependencies": {
  307. "@babel/types": "^7.29.8"
  308. },
  309. "bin": {
  310. "parser": "bin/babel-parser.js"
  311. },
  312. "engines": {
  313. "node": ">=6.0.0"
  314. }
  315. },
  316. "node_modules/@babel/plugin-proposal-decorators": {
  317. "version": "7.29.7",
  318. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.29.7.tgz",
  319. "integrity": "sha512-EtU0Hi3GvrTqD56xKmZvV/uCXK2ZbwVNPNLAquVItcAZpUhkXwWlo3Fmj0c2LxgSf2I8IDULeAepwNP1OefLXg==",
  320. "dev": true,
  321. "license": "MIT",
  322. "dependencies": {
  323. "@babel/helper-create-class-features-plugin": "^7.29.7",
  324. "@babel/helper-plugin-utils": "^7.29.7",
  325. "@babel/plugin-syntax-decorators": "^7.29.7"
  326. },
  327. "engines": {
  328. "node": ">=6.9.0"
  329. },
  330. "peerDependencies": {
  331. "@babel/core": "^7.0.0-0"
  332. }
  333. },
  334. "node_modules/@babel/plugin-syntax-decorators": {
  335. "version": "7.29.7",
  336. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.29.7.tgz",
  337. "integrity": "sha512-9MTTLbF39X6sqM92JPEsoI7++26hjZvzkxKZy64aMhWLH2mPkJ/Q3AV4QLmls3R14FpSpkOwQQfUh962JGQxxg==",
  338. "dev": true,
  339. "license": "MIT",
  340. "dependencies": {
  341. "@babel/helper-plugin-utils": "^7.29.7"
  342. },
  343. "engines": {
  344. "node": ">=6.9.0"
  345. },
  346. "peerDependencies": {
  347. "@babel/core": "^7.0.0-0"
  348. }
  349. },
  350. "node_modules/@babel/plugin-syntax-import-attributes": {
  351. "version": "7.29.7",
  352. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.29.7.tgz",
  353. "integrity": "sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==",
  354. "dev": true,
  355. "license": "MIT",
  356. "dependencies": {
  357. "@babel/helper-plugin-utils": "^7.29.7"
  358. },
  359. "engines": {
  360. "node": ">=6.9.0"
  361. },
  362. "peerDependencies": {
  363. "@babel/core": "^7.0.0-0"
  364. }
  365. },
  366. "node_modules/@babel/plugin-syntax-import-meta": {
  367. "version": "7.10.4",
  368. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  369. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  370. "dev": true,
  371. "license": "MIT",
  372. "dependencies": {
  373. "@babel/helper-plugin-utils": "^7.10.4"
  374. },
  375. "peerDependencies": {
  376. "@babel/core": "^7.0.0-0"
  377. }
  378. },
  379. "node_modules/@babel/plugin-syntax-jsx": {
  380. "version": "7.29.7",
  381. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.29.7.tgz",
  382. "integrity": "sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==",
  383. "dev": true,
  384. "license": "MIT",
  385. "dependencies": {
  386. "@babel/helper-plugin-utils": "^7.29.7"
  387. },
  388. "engines": {
  389. "node": ">=6.9.0"
  390. },
  391. "peerDependencies": {
  392. "@babel/core": "^7.0.0-0"
  393. }
  394. },
  395. "node_modules/@babel/plugin-syntax-typescript": {
  396. "version": "7.29.7",
  397. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.29.7.tgz",
  398. "integrity": "sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==",
  399. "dev": true,
  400. "license": "MIT",
  401. "dependencies": {
  402. "@babel/helper-plugin-utils": "^7.29.7"
  403. },
  404. "engines": {
  405. "node": ">=6.9.0"
  406. },
  407. "peerDependencies": {
  408. "@babel/core": "^7.0.0-0"
  409. }
  410. },
  411. "node_modules/@babel/plugin-transform-typescript": {
  412. "version": "7.29.7",
  413. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.29.7.tgz",
  414. "integrity": "sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==",
  415. "dev": true,
  416. "license": "MIT",
  417. "dependencies": {
  418. "@babel/helper-annotate-as-pure": "^7.29.7",
  419. "@babel/helper-create-class-features-plugin": "^7.29.7",
  420. "@babel/helper-plugin-utils": "^7.29.7",
  421. "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7",
  422. "@babel/plugin-syntax-typescript": "^7.29.7"
  423. },
  424. "engines": {
  425. "node": ">=6.9.0"
  426. },
  427. "peerDependencies": {
  428. "@babel/core": "^7.0.0-0"
  429. }
  430. },
  431. "node_modules/@babel/template": {
  432. "version": "7.29.7",
  433. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.29.7.tgz",
  434. "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
  435. "dev": true,
  436. "license": "MIT",
  437. "dependencies": {
  438. "@babel/code-frame": "^7.29.7",
  439. "@babel/parser": "^7.29.7",
  440. "@babel/types": "^7.29.7"
  441. },
  442. "engines": {
  443. "node": ">=6.9.0"
  444. }
  445. },
  446. "node_modules/@babel/traverse": {
  447. "version": "7.29.8",
  448. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.29.8.tgz",
  449. "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==",
  450. "dev": true,
  451. "license": "MIT",
  452. "dependencies": {
  453. "@babel/code-frame": "^7.29.7",
  454. "@babel/generator": "^7.29.8",
  455. "@babel/helper-globals": "^7.29.7",
  456. "@babel/parser": "^7.29.8",
  457. "@babel/template": "^7.29.7",
  458. "@babel/types": "^7.29.8",
  459. "debug": "^4.3.1"
  460. },
  461. "engines": {
  462. "node": ">=6.9.0"
  463. }
  464. },
  465. "node_modules/@babel/types": {
  466. "version": "7.29.8",
  467. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.8.tgz",
  468. "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==",
  469. "license": "MIT",
  470. "dependencies": {
  471. "@babel/helper-string-parser": "^7.29.7",
  472. "@babel/helper-validator-identifier": "^7.29.7"
  473. },
  474. "engines": {
  475. "node": ">=6.9.0"
  476. }
  477. },
  478. "node_modules/@jridgewell/gen-mapping": {
  479. "version": "0.3.13",
  480. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  481. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  482. "license": "MIT",
  483. "dependencies": {
  484. "@jridgewell/sourcemap-codec": "^1.5.0",
  485. "@jridgewell/trace-mapping": "^0.3.24"
  486. }
  487. },
  488. "node_modules/@jridgewell/remapping": {
  489. "version": "2.3.5",
  490. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  491. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  492. "license": "MIT",
  493. "dependencies": {
  494. "@jridgewell/gen-mapping": "^0.3.5",
  495. "@jridgewell/trace-mapping": "^0.3.24"
  496. }
  497. },
  498. "node_modules/@jridgewell/resolve-uri": {
  499. "version": "3.1.2",
  500. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  501. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  502. "license": "MIT",
  503. "engines": {
  504. "node": ">=6.0.0"
  505. }
  506. },
  507. "node_modules/@jridgewell/sourcemap-codec": {
  508. "version": "1.6.0",
  509. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
  510. "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
  511. "license": "MIT"
  512. },
  513. "node_modules/@jridgewell/trace-mapping": {
  514. "version": "0.3.31",
  515. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  516. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  517. "license": "MIT",
  518. "dependencies": {
  519. "@jridgewell/resolve-uri": "^3.1.0",
  520. "@jridgewell/sourcemap-codec": "^1.4.14"
  521. }
  522. },
  523. "node_modules/@oxc-project/types": {
  524. "version": "0.148.0",
  525. "resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.148.0.tgz",
  526. "integrity": "sha512-Nm4s/jB+4FpFsPhWGEC4h7rzksesmtnMXomo6rCMcg/b8zLQuOziRgkCS1fxDCXOlJB/6Q8oABOZ/OP6RIPj9A==",
  527. "devOptional": true,
  528. "license": "MIT",
  529. "funding": {
  530. "url": "https://github.com/sponsors/oxc-project"
  531. }
  532. },
  533. "node_modules/@polka/url": {
  534. "version": "1.0.0-next.29",
  535. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.29.tgz",
  536. "integrity": "sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==",
  537. "dev": true,
  538. "license": "MIT"
  539. },
  540. "node_modules/@rolldown/binding-android-arm-eabi": {
  541. "version": "1.2.7",
  542. "resolved": "https://registry.npmmirror.com/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.7.tgz",
  543. "integrity": "sha512-EypzgnYCwyVY4NDHKzGmNJT5b+XaQEBniHxsMdeIQLB/tcCzZnhqrzHpZFbX9iaxx+5RiB8caATBtfvZP7zVxQ==",
  544. "cpu": [
  545. "arm"
  546. ],
  547. "license": "MIT",
  548. "optional": true,
  549. "os": [
  550. "android"
  551. ],
  552. "engines": {
  553. "node": "^20.19.0 || >=22.12.0"
  554. }
  555. },
  556. "node_modules/@rolldown/binding-android-arm64": {
  557. "version": "1.2.7",
  558. "resolved": "https://registry.npmmirror.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.7.tgz",
  559. "integrity": "sha512-l17HE9EweWaqJZhuUuNBN/FzM62xw+DECVnJyvMsxn8vJFAGLy5QfLDoYAcronkAN8VxKZHezDpulHDPx95vFw==",
  560. "cpu": [
  561. "arm64"
  562. ],
  563. "license": "MIT",
  564. "optional": true,
  565. "os": [
  566. "android"
  567. ],
  568. "engines": {
  569. "node": "^20.19.0 || >=22.12.0"
  570. }
  571. },
  572. "node_modules/@rolldown/binding-darwin-arm64": {
  573. "version": "1.2.7",
  574. "resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.7.tgz",
  575. "integrity": "sha512-8ED8ELFvHXc6OCETIn4gXObPiaR6bckM/ipXtbzlPVDRMBfEGjCKgO90F9YtfdpDatVx/ZQw7aZ1vUMf/+T3Mw==",
  576. "cpu": [
  577. "arm64"
  578. ],
  579. "license": "MIT",
  580. "optional": true,
  581. "os": [
  582. "darwin"
  583. ],
  584. "engines": {
  585. "node": "^20.19.0 || >=22.12.0"
  586. }
  587. },
  588. "node_modules/@rolldown/binding-darwin-x64": {
  589. "version": "1.2.7",
  590. "resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.7.tgz",
  591. "integrity": "sha512-/WPripjtiAIZ2tWY7ddijORT0Ujg87wxWW/qcoFVCKAWVDPhtY0xr7Dj0M3GyNGz60jGwTElhro/mkF9dT7dDQ==",
  592. "cpu": [
  593. "x64"
  594. ],
  595. "license": "MIT",
  596. "optional": true,
  597. "os": [
  598. "darwin"
  599. ],
  600. "engines": {
  601. "node": "^20.19.0 || >=22.12.0"
  602. }
  603. },
  604. "node_modules/@rolldown/binding-freebsd-x64": {
  605. "version": "1.2.7",
  606. "resolved": "https://registry.npmmirror.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.7.tgz",
  607. "integrity": "sha512-14DI4NcqpvbICxSnGLx3PmtDaWqRP/KGSGb6C+JLLVPeZRl6dKdHba3pGsqT3vpdTqhEYIPG0MMQ8c0xYqoJxA==",
  608. "cpu": [
  609. "x64"
  610. ],
  611. "license": "MIT",
  612. "optional": true,
  613. "os": [
  614. "freebsd"
  615. ],
  616. "engines": {
  617. "node": "^20.19.0 || >=22.12.0"
  618. }
  619. },
  620. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  621. "version": "1.2.7",
  622. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.7.tgz",
  623. "integrity": "sha512-bxrWIRvHWQvbJwi+VIie/kDJmQxcNE6xxWwZdqF/ExVAigtHkv54WTLQPb+QsZdnFy18fg7JPfWGL0RH6vwIlQ==",
  624. "cpu": [
  625. "arm"
  626. ],
  627. "license": "MIT",
  628. "optional": true,
  629. "os": [
  630. "linux"
  631. ],
  632. "engines": {
  633. "node": "^20.19.0 || >=22.12.0"
  634. }
  635. },
  636. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  637. "version": "1.2.7",
  638. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.7.tgz",
  639. "integrity": "sha512-toOY2BChBZyuxU7OYX6Tn389di4IzAqPTycVcci0O7FSfBqzRB3RZn+K5Is6ANf4tmgRd/K1yZTsNTXbkXsnLg==",
  640. "cpu": [
  641. "arm64"
  642. ],
  643. "license": "MIT",
  644. "optional": true,
  645. "os": [
  646. "linux"
  647. ],
  648. "engines": {
  649. "node": "^20.19.0 || >=22.12.0"
  650. }
  651. },
  652. "node_modules/@rolldown/binding-linux-arm64-musl": {
  653. "version": "1.2.7",
  654. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.7.tgz",
  655. "integrity": "sha512-lAIXTH/aiLRLxsTgQvfhjo4K1ydWIp00+V0voOr9beb/9ZmkUFrSIb03dXNFRgMNvkE6oGsF10ioQ6UsI+vS5Q==",
  656. "cpu": [
  657. "arm64"
  658. ],
  659. "license": "MIT",
  660. "optional": true,
  661. "os": [
  662. "linux"
  663. ],
  664. "engines": {
  665. "node": "^20.19.0 || >=22.12.0"
  666. }
  667. },
  668. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  669. "version": "1.2.7",
  670. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.7.tgz",
  671. "integrity": "sha512-kdnwS28Pkenp/mZMRwjXXXwxQ7pIsm+bF919LUK93BOyhcLsrVKdP2p9fxpiPNPAbNuch8ypQt0pm2P2LYCAGg==",
  672. "cpu": [
  673. "ppc64"
  674. ],
  675. "license": "MIT",
  676. "optional": true,
  677. "os": [
  678. "linux"
  679. ],
  680. "engines": {
  681. "node": "^20.19.0 || >=22.12.0"
  682. }
  683. },
  684. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  685. "version": "1.2.7",
  686. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.7.tgz",
  687. "integrity": "sha512-516OdsyLdr5E65paF3yBF55t8mfm9+gmtCsK3xI7XKXIT7EfRlHhxL8K/NR6Hu8BWSgF5+1w74lTL0+nxcc8Qw==",
  688. "cpu": [
  689. "s390x"
  690. ],
  691. "license": "MIT",
  692. "optional": true,
  693. "os": [
  694. "linux"
  695. ],
  696. "engines": {
  697. "node": "^20.19.0 || >=22.12.0"
  698. }
  699. },
  700. "node_modules/@rolldown/binding-linux-x64-gnu": {
  701. "version": "1.2.7",
  702. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.7.tgz",
  703. "integrity": "sha512-r8/z8n7GFaYRln3xmP1Cxy0HH/HLM0uBUPkEuSVEfKGDA89M0FsZRZJRSwe/tJjRx+fpH/gjorfhB8tmEbSFLA==",
  704. "cpu": [
  705. "x64"
  706. ],
  707. "license": "MIT",
  708. "optional": true,
  709. "os": [
  710. "linux"
  711. ],
  712. "engines": {
  713. "node": "^20.19.0 || >=22.12.0"
  714. }
  715. },
  716. "node_modules/@rolldown/binding-linux-x64-musl": {
  717. "version": "1.2.7",
  718. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.7.tgz",
  719. "integrity": "sha512-pAsE8iiDxUg1xBqdhrTfg45AVDVpirjz00sblEYClGNNcMnDb+e8beQgqIAw6LvauX/APvgxUnwrgun/YYGBhw==",
  720. "cpu": [
  721. "x64"
  722. ],
  723. "license": "MIT",
  724. "optional": true,
  725. "os": [
  726. "linux"
  727. ],
  728. "engines": {
  729. "node": "^20.19.0 || >=22.12.0"
  730. }
  731. },
  732. "node_modules/@rolldown/binding-openharmony-arm64": {
  733. "version": "1.2.7",
  734. "resolved": "https://registry.npmmirror.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.7.tgz",
  735. "integrity": "sha512-lTcIYmmnQQA8Or/2DatS6oSqcdLHvendjS+zLu+FwgToynWMRSmQdpM65fTANJgIS4mjbMOo5KT2lnT9SAb96w==",
  736. "cpu": [
  737. "arm64"
  738. ],
  739. "license": "MIT",
  740. "optional": true,
  741. "os": [
  742. "openharmony"
  743. ],
  744. "engines": {
  745. "node": "^20.19.0 || >=22.12.0"
  746. }
  747. },
  748. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  749. "version": "1.2.7",
  750. "resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.7.tgz",
  751. "integrity": "sha512-e3Gu3WxbNk/UqQhxqU7YIYO+9ZBvWNz3U+h/qRFosscMFzdRPbXYSaSWgSnklv2fz1TgzBTcti2z35c/7irsHw==",
  752. "cpu": [
  753. "arm64"
  754. ],
  755. "license": "MIT",
  756. "optional": true,
  757. "os": [
  758. "win32"
  759. ],
  760. "engines": {
  761. "node": "^20.19.0 || >=22.12.0"
  762. }
  763. },
  764. "node_modules/@rolldown/binding-win32-x64-msvc": {
  765. "version": "1.2.7",
  766. "resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.7.tgz",
  767. "integrity": "sha512-W/jg5qoRSqjsEv0+dZi4e687mcHqmVuU0P4fK6qS/xjetW2Gmc1W8j//z5nAeNcC8Ttm0hV46IjcYeuVwYhuiw==",
  768. "cpu": [
  769. "x64"
  770. ],
  771. "license": "MIT",
  772. "optional": true,
  773. "os": [
  774. "win32"
  775. ],
  776. "engines": {
  777. "node": "^20.19.0 || >=22.12.0"
  778. }
  779. },
  780. "node_modules/@rolldown/pluginutils": {
  781. "version": "1.0.1",
  782. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  783. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  784. "devOptional": true,
  785. "license": "MIT"
  786. },
  787. "node_modules/@vitejs/plugin-vue": {
  788. "version": "6.0.8",
  789. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-6.0.8.tgz",
  790. "integrity": "sha512-0ZjgOg7oO6farnNGup7yvoM/YXZV84OZxHAwtflItNa/6zzQyVb5LNxyea3FEKEX2XlagIKzrlH7wwxkKgtiew==",
  791. "dev": true,
  792. "license": "MIT",
  793. "dependencies": {
  794. "@rolldown/pluginutils": "^1.0.1"
  795. },
  796. "engines": {
  797. "node": "^20.19.0 || >=22.12.0"
  798. },
  799. "peerDependencies": {
  800. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  801. "vue": "^3.2.25"
  802. }
  803. },
  804. "node_modules/@vue-macros/common": {
  805. "version": "3.1.4",
  806. "resolved": "https://registry.npmmirror.com/@vue-macros/common/-/common-3.1.4.tgz",
  807. "integrity": "sha512-/5Fv+6DgIcM9ajY05ZmKBv+LMX1M9A0X+IUwDRVdt67ciw8OV9bvG2r34p3RiEadlsQybjhKPRKNXDC8Bp23cw==",
  808. "license": "MIT",
  809. "dependencies": {
  810. "@vue/compiler-sfc": "^3.5.22",
  811. "ast-kit": "^2.1.2",
  812. "local-pkg": "^1.1.2",
  813. "magic-string-ast": "^1.0.2",
  814. "unplugin-utils": "^0.3.0"
  815. },
  816. "engines": {
  817. "node": ">=20.19.0"
  818. },
  819. "funding": {
  820. "url": "https://github.com/sponsors/vue-macros"
  821. },
  822. "peerDependencies": {
  823. "vue": "^2.7.0 || ^3.2.25"
  824. },
  825. "peerDependenciesMeta": {
  826. "vue": {
  827. "optional": true
  828. }
  829. }
  830. },
  831. "node_modules/@vue/babel-helper-vue-transform-on": {
  832. "version": "1.5.0",
  833. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  834. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  835. "dev": true,
  836. "license": "MIT"
  837. },
  838. "node_modules/@vue/babel-plugin-jsx": {
  839. "version": "1.5.0",
  840. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  841. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  842. "dev": true,
  843. "license": "MIT",
  844. "dependencies": {
  845. "@babel/helper-module-imports": "^7.27.1",
  846. "@babel/helper-plugin-utils": "^7.27.1",
  847. "@babel/plugin-syntax-jsx": "^7.27.1",
  848. "@babel/template": "^7.27.2",
  849. "@babel/traverse": "^7.28.0",
  850. "@babel/types": "^7.28.2",
  851. "@vue/babel-helper-vue-transform-on": "1.5.0",
  852. "@vue/babel-plugin-resolve-type": "1.5.0",
  853. "@vue/shared": "^3.5.18"
  854. },
  855. "peerDependencies": {
  856. "@babel/core": "^7.0.0-0"
  857. },
  858. "peerDependenciesMeta": {
  859. "@babel/core": {
  860. "optional": true
  861. }
  862. }
  863. },
  864. "node_modules/@vue/babel-plugin-resolve-type": {
  865. "version": "1.5.0",
  866. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  867. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  868. "dev": true,
  869. "license": "MIT",
  870. "dependencies": {
  871. "@babel/code-frame": "^7.27.1",
  872. "@babel/helper-module-imports": "^7.27.1",
  873. "@babel/helper-plugin-utils": "^7.27.1",
  874. "@babel/parser": "^7.28.0",
  875. "@vue/compiler-sfc": "^3.5.18"
  876. },
  877. "funding": {
  878. "url": "https://github.com/sponsors/sxzz"
  879. },
  880. "peerDependencies": {
  881. "@babel/core": "^7.0.0-0"
  882. }
  883. },
  884. "node_modules/@vue/compiler-core": {
  885. "version": "3.5.42",
  886. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.42.tgz",
  887. "integrity": "sha512-2Ye1ilMtKXxl8qZUrQ5j0CdgenFp/HFQmta6rfRyfEsTG69L6Wk+tWuNoHYHMx9E8tF2Slvdg1FuwDvAXdy1LQ==",
  888. "license": "MIT",
  889. "dependencies": {
  890. "@babel/parser": "^7.29.8",
  891. "@vue/shared": "3.5.42",
  892. "entities": "^7.0.1",
  893. "estree-walker": "^2.0.2",
  894. "source-map-js": "^1.2.1"
  895. }
  896. },
  897. "node_modules/@vue/compiler-dom": {
  898. "version": "3.5.42",
  899. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.42.tgz",
  900. "integrity": "sha512-qbhQZEFmycr+ni/qyuccS4sucNN7VAbDfbkvNxWOX2VfgFm90MNs3/UhRNKoPMEIVn0F8gdlYjLPvqxHwHeQOA==",
  901. "license": "MIT",
  902. "dependencies": {
  903. "@vue/compiler-core": "3.5.42",
  904. "@vue/shared": "3.5.42"
  905. }
  906. },
  907. "node_modules/@vue/compiler-sfc": {
  908. "version": "3.5.42",
  909. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.42.tgz",
  910. "integrity": "sha512-fkCAFB4okcAANGMThboWnScp/gzWjU0ZSkVnjTIiplmMDq2uq0tIB3j+xVu4rhv5rvOgBySCysudmbMd6xRRqw==",
  911. "license": "MIT",
  912. "dependencies": {
  913. "@babel/parser": "^7.29.8",
  914. "@vue/compiler-core": "3.5.42",
  915. "@vue/compiler-dom": "3.5.42",
  916. "@vue/compiler-ssr": "3.5.42",
  917. "@vue/shared": "3.5.42",
  918. "estree-walker": "^2.0.2",
  919. "magic-string": "^0.30.21",
  920. "postcss": "^8.5.19",
  921. "source-map-js": "^1.2.1"
  922. }
  923. },
  924. "node_modules/@vue/compiler-ssr": {
  925. "version": "3.5.42",
  926. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.42.tgz",
  927. "integrity": "sha512-xmLk3wLkbizPAiLyomjgFFosf2ys9b5Ghb+oh/k2tnvipNz8OFrQOiTcWCzyK7MpBp9KkyGtfvgfLUivbmuGYA==",
  928. "license": "MIT",
  929. "dependencies": {
  930. "@vue/compiler-dom": "3.5.42",
  931. "@vue/shared": "3.5.42"
  932. }
  933. },
  934. "node_modules/@vue/devtools-api": {
  935. "version": "8.2.1",
  936. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-8.2.1.tgz",
  937. "integrity": "sha512-6u4vXBlIBAC1wMplIZgpyPn7uh/s4Bf6F5bMzvLv+EdJ0aHs/+4B7Ygv864EStQSjRbsRzTko/kUG1A1IejQ3A==",
  938. "license": "MIT",
  939. "dependencies": {
  940. "@vue/devtools-kit": "^8.2.1"
  941. }
  942. },
  943. "node_modules/@vue/devtools-core": {
  944. "version": "8.2.1",
  945. "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-8.2.1.tgz",
  946. "integrity": "sha512-s/VfAY9oDTb/kFEWmy461jaFde2MIV1RO/gi1vwM+PAZBZ/Pc2Ndu3BNBdZUze8QDUuyYvElbEEGA83syjJfzA==",
  947. "dev": true,
  948. "license": "MIT",
  949. "dependencies": {
  950. "@vue/devtools-kit": "^8.2.1",
  951. "@vue/devtools-shared": "^8.2.1"
  952. },
  953. "peerDependencies": {
  954. "vue": "^3.0.0"
  955. }
  956. },
  957. "node_modules/@vue/devtools-kit": {
  958. "version": "8.2.1",
  959. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-8.2.1.tgz",
  960. "integrity": "sha512-FIGIuq3AWReEpbAHY/cRGeHDfI0qOb8OCQ3YjbEAX04uaxIDbGc9rhkbVcG7rnfHPXE3RsU5KrWOu9V/okd8AQ==",
  961. "license": "MIT",
  962. "dependencies": {
  963. "@vue/devtools-shared": "^8.2.1",
  964. "birpc": "^2.6.1",
  965. "hookable": "^5.5.3",
  966. "perfect-debounce": "^2.0.0"
  967. }
  968. },
  969. "node_modules/@vue/devtools-shared": {
  970. "version": "8.2.1",
  971. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-8.2.1.tgz",
  972. "integrity": "sha512-Fkac7lUdGReh6pVOi3AYPRGe82LQqRmAfThW7RRligOAP0ZA/Z1z9XLHDM9dv34pV2HRc79DK8uKPeG2fLnA/g==",
  973. "license": "MIT"
  974. },
  975. "node_modules/@vue/reactivity": {
  976. "version": "3.5.42",
  977. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.42.tgz",
  978. "integrity": "sha512-TzNNfKpb7hDxbQltwAut8VDQA5YP+BuRlxntHUuRjyKwlMvmAPbs3unhCvieijifY6vFfVBwsS7wG/C7uq+bEQ==",
  979. "license": "MIT",
  980. "dependencies": {
  981. "@vue/shared": "3.5.42"
  982. }
  983. },
  984. "node_modules/@vue/runtime-core": {
  985. "version": "3.5.42",
  986. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.42.tgz",
  987. "integrity": "sha512-9uACtuHs7vJGkm5Bp3xu4xRDLFTIYy5DgxpToVjqGIAhAEKwQfsaLvKINhM6nFVp6bZPRFGdDqd1g52MqKsotA==",
  988. "license": "MIT",
  989. "dependencies": {
  990. "@vue/reactivity": "3.5.42",
  991. "@vue/shared": "3.5.42"
  992. }
  993. },
  994. "node_modules/@vue/runtime-dom": {
  995. "version": "3.5.42",
  996. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.42.tgz",
  997. "integrity": "sha512-rsCmhiWLaRxGltLwhlCWyYkFn7WAbKRh0q17eZ1A6Dq6eqc2ACQ61IIryxz0LrsvCzHSilLA9JHovVwM8CNE2g==",
  998. "license": "MIT",
  999. "dependencies": {
  1000. "@vue/reactivity": "3.5.42",
  1001. "@vue/runtime-core": "3.5.42",
  1002. "@vue/shared": "3.5.42",
  1003. "csstype": "^3.2.3"
  1004. }
  1005. },
  1006. "node_modules/@vue/server-renderer": {
  1007. "version": "3.5.42",
  1008. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.42.tgz",
  1009. "integrity": "sha512-2++5dUyYS4gvo7xQXSECUDhB7TS0aOl5SeVfC5qSq1Jgfhjvegw1zqhwTIR3imZ+QYPJQw9gfcFvXGAjGZ7ajQ==",
  1010. "license": "MIT",
  1011. "dependencies": {
  1012. "@vue/compiler-ssr": "3.5.42",
  1013. "@vue/runtime-dom": "3.5.42",
  1014. "@vue/shared": "3.5.42"
  1015. }
  1016. },
  1017. "node_modules/@vue/shared": {
  1018. "version": "3.5.42",
  1019. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.42.tgz",
  1020. "integrity": "sha512-2rPxex1jQf4jvl9MOHl6YaXCPcrNqz/FstMOEh3QWY+/OME9nQTvl9WYeCwhW7AFjaR0SnngZGlp/wkR6rkI6g==",
  1021. "license": "MIT"
  1022. },
  1023. "node_modules/acorn": {
  1024. "version": "8.18.0",
  1025. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.18.0.tgz",
  1026. "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
  1027. "license": "MIT",
  1028. "bin": {
  1029. "acorn": "bin/acorn"
  1030. },
  1031. "engines": {
  1032. "node": ">=0.4.0"
  1033. }
  1034. },
  1035. "node_modules/ansis": {
  1036. "version": "4.3.1",
  1037. "resolved": "https://registry.npmmirror.com/ansis/-/ansis-4.3.1.tgz",
  1038. "integrity": "sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==",
  1039. "dev": true,
  1040. "license": "ISC",
  1041. "engines": {
  1042. "node": ">=14"
  1043. }
  1044. },
  1045. "node_modules/ast-kit": {
  1046. "version": "2.2.0",
  1047. "resolved": "https://registry.npmmirror.com/ast-kit/-/ast-kit-2.2.0.tgz",
  1048. "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==",
  1049. "license": "MIT",
  1050. "dependencies": {
  1051. "@babel/parser": "^7.28.5",
  1052. "pathe": "^2.0.3"
  1053. },
  1054. "engines": {
  1055. "node": ">=20.19.0"
  1056. },
  1057. "funding": {
  1058. "url": "https://github.com/sponsors/sxzz"
  1059. }
  1060. },
  1061. "node_modules/ast-walker-scope": {
  1062. "version": "0.9.0",
  1063. "resolved": "https://registry.npmmirror.com/ast-walker-scope/-/ast-walker-scope-0.9.0.tgz",
  1064. "integrity": "sha512-IJdzo2vLiElBxKzwS36VsCue/62d6IdWjnPB2v3nuPKeWGynp6FF/CYoLa5i/3jXH/z97ZDdsXz6abpgM6w07A==",
  1065. "license": "MIT",
  1066. "dependencies": {
  1067. "@babel/parser": "^7.29.2",
  1068. "@babel/types": "^7.29.0",
  1069. "ast-kit": "^2.2.0"
  1070. },
  1071. "engines": {
  1072. "node": ">=20.19.0"
  1073. },
  1074. "funding": {
  1075. "url": "https://github.com/sponsors/sxzz"
  1076. }
  1077. },
  1078. "node_modules/baseline-browser-mapping": {
  1079. "version": "2.11.20",
  1080. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.11.20.tgz",
  1081. "integrity": "sha512-H0ulySigv6icDJ1F7SjtdCD6PrhTpdYCmP0CactWy1+ekh0AFd0o1Wn5T8b+hnTmdBx19u9yhL6wvCylXMY7zw==",
  1082. "dev": true,
  1083. "license": "Apache-2.0",
  1084. "bin": {
  1085. "baseline-browser-mapping": "dist/cli.cjs"
  1086. },
  1087. "engines": {
  1088. "node": ">=6.0.0"
  1089. }
  1090. },
  1091. "node_modules/birpc": {
  1092. "version": "2.9.0",
  1093. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-2.9.0.tgz",
  1094. "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  1095. "license": "MIT",
  1096. "funding": {
  1097. "url": "https://github.com/sponsors/antfu"
  1098. }
  1099. },
  1100. "node_modules/browserslist": {
  1101. "version": "4.28.8",
  1102. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.8.tgz",
  1103. "integrity": "sha512-V2NpofLblG64mfOtSgDhOJESZEGogzDMBv/q+W6oc4LXWP/q75eOXoOaaOu1EOadB9U4Bwx/e0yzbvwKH8zalA==",
  1104. "dev": true,
  1105. "funding": [
  1106. {
  1107. "type": "opencollective",
  1108. "url": "https://opencollective.com/browserslist"
  1109. },
  1110. {
  1111. "type": "tidelift",
  1112. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1113. },
  1114. {
  1115. "type": "github",
  1116. "url": "https://github.com/sponsors/ai"
  1117. }
  1118. ],
  1119. "license": "MIT",
  1120. "dependencies": {
  1121. "baseline-browser-mapping": "^2.11.12",
  1122. "caniuse-lite": "^1.0.30001809",
  1123. "electron-to-chromium": "^1.5.402",
  1124. "node-releases": "^2.0.53",
  1125. "update-browserslist-db": "^1.3.0"
  1126. },
  1127. "bin": {
  1128. "browserslist": "cli.js"
  1129. },
  1130. "engines": {
  1131. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1132. }
  1133. },
  1134. "node_modules/bundle-name": {
  1135. "version": "4.1.0",
  1136. "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
  1137. "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
  1138. "dev": true,
  1139. "license": "MIT",
  1140. "dependencies": {
  1141. "run-applescript": "^7.0.0"
  1142. },
  1143. "engines": {
  1144. "node": ">=18"
  1145. },
  1146. "funding": {
  1147. "url": "https://github.com/sponsors/sindresorhus"
  1148. }
  1149. },
  1150. "node_modules/caniuse-lite": {
  1151. "version": "1.0.30001810",
  1152. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001810.tgz",
  1153. "integrity": "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg==",
  1154. "dev": true,
  1155. "funding": [
  1156. {
  1157. "type": "opencollective",
  1158. "url": "https://opencollective.com/browserslist"
  1159. },
  1160. {
  1161. "type": "tidelift",
  1162. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1163. },
  1164. {
  1165. "type": "github",
  1166. "url": "https://github.com/sponsors/ai"
  1167. }
  1168. ],
  1169. "license": "CC-BY-4.0"
  1170. },
  1171. "node_modules/chokidar": {
  1172. "version": "5.0.0",
  1173. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-5.0.0.tgz",
  1174. "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
  1175. "license": "MIT",
  1176. "dependencies": {
  1177. "readdirp": "^5.0.0"
  1178. },
  1179. "engines": {
  1180. "node": ">= 20.19.0"
  1181. },
  1182. "funding": {
  1183. "url": "https://paulmillr.com/funding/"
  1184. }
  1185. },
  1186. "node_modules/confbox": {
  1187. "version": "0.2.4",
  1188. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.4.tgz",
  1189. "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  1190. "license": "MIT"
  1191. },
  1192. "node_modules/convert-source-map": {
  1193. "version": "2.0.0",
  1194. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  1195. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  1196. "dev": true,
  1197. "license": "MIT"
  1198. },
  1199. "node_modules/csstype": {
  1200. "version": "3.2.3",
  1201. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  1202. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  1203. "license": "MIT"
  1204. },
  1205. "node_modules/debug": {
  1206. "version": "4.4.3",
  1207. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  1208. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  1209. "dev": true,
  1210. "license": "MIT",
  1211. "dependencies": {
  1212. "ms": "^2.1.3"
  1213. },
  1214. "engines": {
  1215. "node": ">=6.0"
  1216. },
  1217. "peerDependenciesMeta": {
  1218. "supports-color": {
  1219. "optional": true
  1220. }
  1221. }
  1222. },
  1223. "node_modules/default-browser": {
  1224. "version": "5.5.1",
  1225. "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.5.1.tgz",
  1226. "integrity": "sha512-m1pAzaJgZ/gssEqlOhJkPJp8Xly7QyW6xcrkUa2KKcDeDSEMP7X8xipU3snUcfisTQx0w1AGae+9UtJSfVnXGw==",
  1227. "dev": true,
  1228. "license": "MIT",
  1229. "dependencies": {
  1230. "bundle-name": "^4.1.0",
  1231. "default-browser-id": "^5.0.0"
  1232. },
  1233. "engines": {
  1234. "node": ">=18"
  1235. },
  1236. "funding": {
  1237. "url": "https://github.com/sponsors/sindresorhus"
  1238. }
  1239. },
  1240. "node_modules/default-browser-id": {
  1241. "version": "5.0.1",
  1242. "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.1.tgz",
  1243. "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
  1244. "dev": true,
  1245. "license": "MIT",
  1246. "engines": {
  1247. "node": ">=18"
  1248. },
  1249. "funding": {
  1250. "url": "https://github.com/sponsors/sindresorhus"
  1251. }
  1252. },
  1253. "node_modules/define-lazy-prop": {
  1254. "version": "3.0.0",
  1255. "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
  1256. "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
  1257. "dev": true,
  1258. "license": "MIT",
  1259. "engines": {
  1260. "node": ">=12"
  1261. },
  1262. "funding": {
  1263. "url": "https://github.com/sponsors/sindresorhus"
  1264. }
  1265. },
  1266. "node_modules/detect-libc": {
  1267. "version": "2.1.2",
  1268. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  1269. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1270. "devOptional": true,
  1271. "license": "Apache-2.0",
  1272. "engines": {
  1273. "node": ">=8"
  1274. }
  1275. },
  1276. "node_modules/electron-to-chromium": {
  1277. "version": "1.5.420",
  1278. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.420.tgz",
  1279. "integrity": "sha512-2yD6XreGusOfNV+dUcvipJEXc3n/n7fgr7996aszTG+YY5E4mqM4tOq/3uhP129cazL9YHbVWSpc79ePotWtPA==",
  1280. "dev": true,
  1281. "license": "ISC"
  1282. },
  1283. "node_modules/entities": {
  1284. "version": "7.0.1",
  1285. "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
  1286. "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
  1287. "license": "BSD-2-Clause",
  1288. "engines": {
  1289. "node": ">=0.12"
  1290. },
  1291. "funding": {
  1292. "url": "https://github.com/fb55/entities?sponsor=1"
  1293. }
  1294. },
  1295. "node_modules/error-stack-parser-es": {
  1296. "version": "1.0.5",
  1297. "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  1298. "integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  1299. "dev": true,
  1300. "license": "MIT",
  1301. "funding": {
  1302. "url": "https://github.com/sponsors/antfu"
  1303. }
  1304. },
  1305. "node_modules/escalade": {
  1306. "version": "3.2.0",
  1307. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  1308. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  1309. "dev": true,
  1310. "license": "MIT",
  1311. "engines": {
  1312. "node": ">=6"
  1313. }
  1314. },
  1315. "node_modules/estree-walker": {
  1316. "version": "2.0.2",
  1317. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  1318. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1319. "license": "MIT"
  1320. },
  1321. "node_modules/exsolve": {
  1322. "version": "1.1.1",
  1323. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.1.1.tgz",
  1324. "integrity": "sha512-9U/jZUgjnSGyntRr6y5Muu1MJcwFl6kPu7k8qLF0IMNfLqvw0NZ4nnVDq0RVoZ0RvCyumib4Ez3KYrVfilrw+g==",
  1325. "license": "MIT"
  1326. },
  1327. "node_modules/fdir": {
  1328. "version": "6.5.0",
  1329. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  1330. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  1331. "license": "MIT",
  1332. "engines": {
  1333. "node": ">=12.0.0"
  1334. },
  1335. "peerDependencies": {
  1336. "picomatch": "^3 || ^4"
  1337. },
  1338. "peerDependenciesMeta": {
  1339. "picomatch": {
  1340. "optional": true
  1341. }
  1342. }
  1343. },
  1344. "node_modules/fsevents": {
  1345. "version": "2.3.3",
  1346. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  1347. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1348. "hasInstallScript": true,
  1349. "license": "MIT",
  1350. "optional": true,
  1351. "os": [
  1352. "darwin"
  1353. ],
  1354. "engines": {
  1355. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1356. }
  1357. },
  1358. "node_modules/gensync": {
  1359. "version": "1.0.0-beta.2",
  1360. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  1361. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  1362. "dev": true,
  1363. "license": "MIT",
  1364. "engines": {
  1365. "node": ">=6.9.0"
  1366. }
  1367. },
  1368. "node_modules/hookable": {
  1369. "version": "5.5.3",
  1370. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  1371. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  1372. "license": "MIT"
  1373. },
  1374. "node_modules/is-docker": {
  1375. "version": "3.0.0",
  1376. "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
  1377. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  1378. "dev": true,
  1379. "license": "MIT",
  1380. "bin": {
  1381. "is-docker": "cli.js"
  1382. },
  1383. "engines": {
  1384. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  1385. },
  1386. "funding": {
  1387. "url": "https://github.com/sponsors/sindresorhus"
  1388. }
  1389. },
  1390. "node_modules/is-in-ssh": {
  1391. "version": "1.0.0",
  1392. "resolved": "https://registry.npmmirror.com/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
  1393. "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
  1394. "dev": true,
  1395. "license": "MIT",
  1396. "engines": {
  1397. "node": ">=20"
  1398. },
  1399. "funding": {
  1400. "url": "https://github.com/sponsors/sindresorhus"
  1401. }
  1402. },
  1403. "node_modules/is-inside-container": {
  1404. "version": "1.0.0",
  1405. "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
  1406. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  1407. "dev": true,
  1408. "license": "MIT",
  1409. "dependencies": {
  1410. "is-docker": "^3.0.0"
  1411. },
  1412. "bin": {
  1413. "is-inside-container": "cli.js"
  1414. },
  1415. "engines": {
  1416. "node": ">=14.16"
  1417. },
  1418. "funding": {
  1419. "url": "https://github.com/sponsors/sindresorhus"
  1420. }
  1421. },
  1422. "node_modules/is-wsl": {
  1423. "version": "3.1.1",
  1424. "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.1.tgz",
  1425. "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
  1426. "dev": true,
  1427. "license": "MIT",
  1428. "dependencies": {
  1429. "is-inside-container": "^1.0.0"
  1430. },
  1431. "engines": {
  1432. "node": ">=16"
  1433. },
  1434. "funding": {
  1435. "url": "https://github.com/sponsors/sindresorhus"
  1436. }
  1437. },
  1438. "node_modules/js-tokens": {
  1439. "version": "4.0.0",
  1440. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  1441. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  1442. "dev": true,
  1443. "license": "MIT"
  1444. },
  1445. "node_modules/jsesc": {
  1446. "version": "3.1.0",
  1447. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  1448. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  1449. "dev": true,
  1450. "license": "MIT",
  1451. "bin": {
  1452. "jsesc": "bin/jsesc"
  1453. },
  1454. "engines": {
  1455. "node": ">=6"
  1456. }
  1457. },
  1458. "node_modules/json5": {
  1459. "version": "2.2.3",
  1460. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  1461. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  1462. "dev": true,
  1463. "license": "MIT",
  1464. "bin": {
  1465. "json5": "lib/cli.js"
  1466. },
  1467. "engines": {
  1468. "node": ">=6"
  1469. }
  1470. },
  1471. "node_modules/kolorist": {
  1472. "version": "1.8.0",
  1473. "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  1474. "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  1475. "dev": true,
  1476. "license": "MIT"
  1477. },
  1478. "node_modules/lightningcss": {
  1479. "version": "1.33.0",
  1480. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.33.0.tgz",
  1481. "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
  1482. "devOptional": true,
  1483. "license": "MPL-2.0",
  1484. "dependencies": {
  1485. "detect-libc": "^2.0.3"
  1486. },
  1487. "engines": {
  1488. "node": ">= 12.0.0"
  1489. },
  1490. "funding": {
  1491. "type": "opencollective",
  1492. "url": "https://opencollective.com/parcel"
  1493. },
  1494. "optionalDependencies": {
  1495. "lightningcss-android-arm64": "1.33.0",
  1496. "lightningcss-darwin-arm64": "1.33.0",
  1497. "lightningcss-darwin-x64": "1.33.0",
  1498. "lightningcss-freebsd-x64": "1.33.0",
  1499. "lightningcss-linux-arm-gnueabihf": "1.33.0",
  1500. "lightningcss-linux-arm64-gnu": "1.33.0",
  1501. "lightningcss-linux-arm64-musl": "1.33.0",
  1502. "lightningcss-linux-x64-gnu": "1.33.0",
  1503. "lightningcss-linux-x64-musl": "1.33.0",
  1504. "lightningcss-win32-arm64-msvc": "1.33.0",
  1505. "lightningcss-win32-x64-msvc": "1.33.0"
  1506. }
  1507. },
  1508. "node_modules/lightningcss-android-arm64": {
  1509. "version": "1.33.0",
  1510. "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
  1511. "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
  1512. "cpu": [
  1513. "arm64"
  1514. ],
  1515. "license": "MPL-2.0",
  1516. "optional": true,
  1517. "os": [
  1518. "android"
  1519. ],
  1520. "engines": {
  1521. "node": ">= 12.0.0"
  1522. },
  1523. "funding": {
  1524. "type": "opencollective",
  1525. "url": "https://opencollective.com/parcel"
  1526. }
  1527. },
  1528. "node_modules/lightningcss-darwin-arm64": {
  1529. "version": "1.33.0",
  1530. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
  1531. "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
  1532. "cpu": [
  1533. "arm64"
  1534. ],
  1535. "license": "MPL-2.0",
  1536. "optional": true,
  1537. "os": [
  1538. "darwin"
  1539. ],
  1540. "engines": {
  1541. "node": ">= 12.0.0"
  1542. },
  1543. "funding": {
  1544. "type": "opencollective",
  1545. "url": "https://opencollective.com/parcel"
  1546. }
  1547. },
  1548. "node_modules/lightningcss-darwin-x64": {
  1549. "version": "1.33.0",
  1550. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
  1551. "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
  1552. "cpu": [
  1553. "x64"
  1554. ],
  1555. "license": "MPL-2.0",
  1556. "optional": true,
  1557. "os": [
  1558. "darwin"
  1559. ],
  1560. "engines": {
  1561. "node": ">= 12.0.0"
  1562. },
  1563. "funding": {
  1564. "type": "opencollective",
  1565. "url": "https://opencollective.com/parcel"
  1566. }
  1567. },
  1568. "node_modules/lightningcss-freebsd-x64": {
  1569. "version": "1.33.0",
  1570. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
  1571. "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
  1572. "cpu": [
  1573. "x64"
  1574. ],
  1575. "license": "MPL-2.0",
  1576. "optional": true,
  1577. "os": [
  1578. "freebsd"
  1579. ],
  1580. "engines": {
  1581. "node": ">= 12.0.0"
  1582. },
  1583. "funding": {
  1584. "type": "opencollective",
  1585. "url": "https://opencollective.com/parcel"
  1586. }
  1587. },
  1588. "node_modules/lightningcss-linux-arm-gnueabihf": {
  1589. "version": "1.33.0",
  1590. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
  1591. "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
  1592. "cpu": [
  1593. "arm"
  1594. ],
  1595. "license": "MPL-2.0",
  1596. "optional": true,
  1597. "os": [
  1598. "linux"
  1599. ],
  1600. "engines": {
  1601. "node": ">= 12.0.0"
  1602. },
  1603. "funding": {
  1604. "type": "opencollective",
  1605. "url": "https://opencollective.com/parcel"
  1606. }
  1607. },
  1608. "node_modules/lightningcss-linux-arm64-gnu": {
  1609. "version": "1.33.0",
  1610. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
  1611. "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
  1612. "cpu": [
  1613. "arm64"
  1614. ],
  1615. "license": "MPL-2.0",
  1616. "optional": true,
  1617. "os": [
  1618. "linux"
  1619. ],
  1620. "engines": {
  1621. "node": ">= 12.0.0"
  1622. },
  1623. "funding": {
  1624. "type": "opencollective",
  1625. "url": "https://opencollective.com/parcel"
  1626. }
  1627. },
  1628. "node_modules/lightningcss-linux-arm64-musl": {
  1629. "version": "1.33.0",
  1630. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
  1631. "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
  1632. "cpu": [
  1633. "arm64"
  1634. ],
  1635. "license": "MPL-2.0",
  1636. "optional": true,
  1637. "os": [
  1638. "linux"
  1639. ],
  1640. "engines": {
  1641. "node": ">= 12.0.0"
  1642. },
  1643. "funding": {
  1644. "type": "opencollective",
  1645. "url": "https://opencollective.com/parcel"
  1646. }
  1647. },
  1648. "node_modules/lightningcss-linux-x64-gnu": {
  1649. "version": "1.33.0",
  1650. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
  1651. "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
  1652. "cpu": [
  1653. "x64"
  1654. ],
  1655. "license": "MPL-2.0",
  1656. "optional": true,
  1657. "os": [
  1658. "linux"
  1659. ],
  1660. "engines": {
  1661. "node": ">= 12.0.0"
  1662. },
  1663. "funding": {
  1664. "type": "opencollective",
  1665. "url": "https://opencollective.com/parcel"
  1666. }
  1667. },
  1668. "node_modules/lightningcss-linux-x64-musl": {
  1669. "version": "1.33.0",
  1670. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
  1671. "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
  1672. "cpu": [
  1673. "x64"
  1674. ],
  1675. "license": "MPL-2.0",
  1676. "optional": true,
  1677. "os": [
  1678. "linux"
  1679. ],
  1680. "engines": {
  1681. "node": ">= 12.0.0"
  1682. },
  1683. "funding": {
  1684. "type": "opencollective",
  1685. "url": "https://opencollective.com/parcel"
  1686. }
  1687. },
  1688. "node_modules/lightningcss-win32-arm64-msvc": {
  1689. "version": "1.33.0",
  1690. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
  1691. "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
  1692. "cpu": [
  1693. "arm64"
  1694. ],
  1695. "license": "MPL-2.0",
  1696. "optional": true,
  1697. "os": [
  1698. "win32"
  1699. ],
  1700. "engines": {
  1701. "node": ">= 12.0.0"
  1702. },
  1703. "funding": {
  1704. "type": "opencollective",
  1705. "url": "https://opencollective.com/parcel"
  1706. }
  1707. },
  1708. "node_modules/lightningcss-win32-x64-msvc": {
  1709. "version": "1.33.0",
  1710. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
  1711. "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
  1712. "cpu": [
  1713. "x64"
  1714. ],
  1715. "license": "MPL-2.0",
  1716. "optional": true,
  1717. "os": [
  1718. "win32"
  1719. ],
  1720. "engines": {
  1721. "node": ">= 12.0.0"
  1722. },
  1723. "funding": {
  1724. "type": "opencollective",
  1725. "url": "https://opencollective.com/parcel"
  1726. }
  1727. },
  1728. "node_modules/local-pkg": {
  1729. "version": "1.2.1",
  1730. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.2.1.tgz",
  1731. "integrity": "sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==",
  1732. "license": "MIT",
  1733. "dependencies": {
  1734. "mlly": "^1.7.4",
  1735. "pkg-types": "^2.3.0",
  1736. "quansync": "^0.2.11"
  1737. },
  1738. "engines": {
  1739. "node": ">=14"
  1740. },
  1741. "funding": {
  1742. "url": "https://github.com/sponsors/antfu"
  1743. }
  1744. },
  1745. "node_modules/lru-cache": {
  1746. "version": "5.1.1",
  1747. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  1748. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  1749. "dev": true,
  1750. "license": "ISC",
  1751. "dependencies": {
  1752. "yallist": "^3.0.2"
  1753. }
  1754. },
  1755. "node_modules/magic-string": {
  1756. "version": "0.30.21",
  1757. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  1758. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  1759. "license": "MIT",
  1760. "dependencies": {
  1761. "@jridgewell/sourcemap-codec": "^1.5.5"
  1762. }
  1763. },
  1764. "node_modules/magic-string-ast": {
  1765. "version": "1.0.3",
  1766. "resolved": "https://registry.npmmirror.com/magic-string-ast/-/magic-string-ast-1.0.3.tgz",
  1767. "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==",
  1768. "license": "MIT",
  1769. "dependencies": {
  1770. "magic-string": "^0.30.19"
  1771. },
  1772. "engines": {
  1773. "node": ">=20.19.0"
  1774. },
  1775. "funding": {
  1776. "url": "https://github.com/sponsors/sxzz"
  1777. }
  1778. },
  1779. "node_modules/mlly": {
  1780. "version": "1.8.2",
  1781. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.8.2.tgz",
  1782. "integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
  1783. "license": "MIT",
  1784. "dependencies": {
  1785. "acorn": "^8.16.0",
  1786. "pathe": "^2.0.3",
  1787. "pkg-types": "^1.3.1",
  1788. "ufo": "^1.6.3"
  1789. }
  1790. },
  1791. "node_modules/mlly/node_modules/confbox": {
  1792. "version": "0.1.8",
  1793. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  1794. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  1795. "license": "MIT"
  1796. },
  1797. "node_modules/mlly/node_modules/pkg-types": {
  1798. "version": "1.3.1",
  1799. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  1800. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  1801. "license": "MIT",
  1802. "dependencies": {
  1803. "confbox": "^0.1.8",
  1804. "mlly": "^1.7.4",
  1805. "pathe": "^2.0.1"
  1806. }
  1807. },
  1808. "node_modules/mrmime": {
  1809. "version": "2.0.1",
  1810. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz",
  1811. "integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
  1812. "dev": true,
  1813. "license": "MIT",
  1814. "engines": {
  1815. "node": ">=10"
  1816. }
  1817. },
  1818. "node_modules/ms": {
  1819. "version": "2.1.3",
  1820. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  1821. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1822. "dev": true,
  1823. "license": "MIT"
  1824. },
  1825. "node_modules/muggle-string": {
  1826. "version": "0.4.1",
  1827. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.4.1.tgz",
  1828. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  1829. "license": "MIT"
  1830. },
  1831. "node_modules/nanoid": {
  1832. "version": "3.3.18",
  1833. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.18.tgz",
  1834. "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
  1835. "funding": [
  1836. {
  1837. "type": "github",
  1838. "url": "https://github.com/sponsors/ai"
  1839. }
  1840. ],
  1841. "license": "MIT",
  1842. "bin": {
  1843. "nanoid": "bin/nanoid.cjs"
  1844. },
  1845. "engines": {
  1846. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1847. }
  1848. },
  1849. "node_modules/node-releases": {
  1850. "version": "2.0.54",
  1851. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.54.tgz",
  1852. "integrity": "sha512-YHs7BmmcsdAI5Ozuf8JZo6PT0mv2GIWC9vMfvUC3dp65M8hn7Ux8CPL+2oBI7juNuj9d0ndhTcznq2ODBps9cQ==",
  1853. "dev": true,
  1854. "license": "MIT",
  1855. "engines": {
  1856. "node": ">=18"
  1857. }
  1858. },
  1859. "node_modules/nostics": {
  1860. "version": "1.2.0",
  1861. "resolved": "https://registry.npmmirror.com/nostics/-/nostics-1.2.0.tgz",
  1862. "integrity": "sha512-FGqEfhQjrvo1lL8KFifdTQiNwwQHJxC1jtYE1Rc54qF/jxONUNL+kC9gS1krX8Q65PgrQ5fCqH/I4NhWBvdSqg==",
  1863. "license": "MIT"
  1864. },
  1865. "node_modules/obug": {
  1866. "version": "2.1.4",
  1867. "resolved": "https://registry.npmmirror.com/obug/-/obug-2.1.4.tgz",
  1868. "integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==",
  1869. "dev": true,
  1870. "funding": [
  1871. "https://github.com/sponsors/sxzz",
  1872. "https://opencollective.com/debug"
  1873. ],
  1874. "license": "MIT",
  1875. "engines": {
  1876. "node": ">=12.20.0"
  1877. }
  1878. },
  1879. "node_modules/ohash": {
  1880. "version": "2.0.12",
  1881. "resolved": "https://registry.npmmirror.com/ohash/-/ohash-2.0.12.tgz",
  1882. "integrity": "sha512-65S/5gk9YSsaRjcyf7Nfa6h/d3E8/1gslpXfI4W7Dxn/oap8IKRuNT5VXkLQ1YFKIEg4apRY4Pj6aiwFzrDdmw==",
  1883. "dev": true,
  1884. "license": "MIT"
  1885. },
  1886. "node_modules/open": {
  1887. "version": "11.0.2",
  1888. "resolved": "https://registry.npmmirror.com/open/-/open-11.0.2.tgz",
  1889. "integrity": "sha512-RWqF+pBSkqecEvCKOn8QYhaNdRMJDZRIrlS/7rTDdLHaPcfXGCZ/h8zb413NfvdeAV0MR7T1yJcA34/q+CSm1Q==",
  1890. "dev": true,
  1891. "license": "MIT",
  1892. "dependencies": {
  1893. "default-browser": "^5.5.1",
  1894. "define-lazy-prop": "^3.0.0",
  1895. "is-in-ssh": "^1.0.0",
  1896. "is-inside-container": "^1.0.0",
  1897. "powershell-utils": "^0.2.1",
  1898. "wsl-utils": "^1.0.0"
  1899. },
  1900. "engines": {
  1901. "node": ">=20"
  1902. },
  1903. "funding": {
  1904. "url": "https://github.com/sponsors/sindresorhus"
  1905. }
  1906. },
  1907. "node_modules/pathe": {
  1908. "version": "2.0.3",
  1909. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  1910. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  1911. "license": "MIT"
  1912. },
  1913. "node_modules/perfect-debounce": {
  1914. "version": "2.1.0",
  1915. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
  1916. "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==",
  1917. "license": "MIT"
  1918. },
  1919. "node_modules/picocolors": {
  1920. "version": "1.1.1",
  1921. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  1922. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1923. "license": "ISC"
  1924. },
  1925. "node_modules/picomatch": {
  1926. "version": "4.0.7",
  1927. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.7.tgz",
  1928. "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
  1929. "license": "MIT",
  1930. "engines": {
  1931. "node": ">=12"
  1932. },
  1933. "funding": {
  1934. "url": "https://github.com/sponsors/jonschlinkert"
  1935. }
  1936. },
  1937. "node_modules/pkg-types": {
  1938. "version": "2.3.1",
  1939. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.3.1.tgz",
  1940. "integrity": "sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==",
  1941. "license": "MIT",
  1942. "dependencies": {
  1943. "confbox": "^0.2.4",
  1944. "exsolve": "^1.0.8",
  1945. "pathe": "^2.0.3"
  1946. }
  1947. },
  1948. "node_modules/postcss": {
  1949. "version": "8.5.26",
  1950. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.26.tgz",
  1951. "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
  1952. "funding": [
  1953. {
  1954. "type": "opencollective",
  1955. "url": "https://opencollective.com/postcss/"
  1956. },
  1957. {
  1958. "type": "tidelift",
  1959. "url": "https://tidelift.com/funding/github/npm/postcss"
  1960. },
  1961. {
  1962. "type": "github",
  1963. "url": "https://github.com/sponsors/ai"
  1964. }
  1965. ],
  1966. "license": "MIT",
  1967. "dependencies": {
  1968. "nanoid": "^3.3.17",
  1969. "picocolors": "^1.1.1",
  1970. "source-map-js": "^1.2.1"
  1971. },
  1972. "engines": {
  1973. "node": "^10 || ^12 || >=14"
  1974. }
  1975. },
  1976. "node_modules/powershell-utils": {
  1977. "version": "0.2.1",
  1978. "resolved": "https://registry.npmmirror.com/powershell-utils/-/powershell-utils-0.2.1.tgz",
  1979. "integrity": "sha512-C+y9x90UElAddDZmV4qOx9W53B61PO7cIqWz2dQsWlwswuq4mr8NEwytdGKboYbQlGZ3awrkTeNvcZiZNHnQ8A==",
  1980. "dev": true,
  1981. "license": "MIT",
  1982. "engines": {
  1983. "node": ">=20"
  1984. },
  1985. "funding": {
  1986. "url": "https://github.com/sponsors/sindresorhus"
  1987. }
  1988. },
  1989. "node_modules/quansync": {
  1990. "version": "0.2.11",
  1991. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.11.tgz",
  1992. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  1993. "funding": [
  1994. {
  1995. "type": "individual",
  1996. "url": "https://github.com/sponsors/antfu"
  1997. },
  1998. {
  1999. "type": "individual",
  2000. "url": "https://github.com/sponsors/sxzz"
  2001. }
  2002. ],
  2003. "license": "MIT"
  2004. },
  2005. "node_modules/readdirp": {
  2006. "version": "5.1.1",
  2007. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-5.1.1.tgz",
  2008. "integrity": "sha512-Kko+Y5XQ6fM+Ce3dq3m9YGxnacYZYl9cA1wZjaF3Vbry2L3i1qVg8+CAgNPsXRArPMUMCaOR7oa9Nqntc43JKA==",
  2009. "license": "MIT",
  2010. "engines": {
  2011. "node": ">= 20.19.0"
  2012. },
  2013. "funding": {
  2014. "type": "individual",
  2015. "url": "https://paulmillr.com/funding/"
  2016. }
  2017. },
  2018. "node_modules/rolldown": {
  2019. "version": "1.2.7",
  2020. "resolved": "https://registry.npmmirror.com/rolldown/-/rolldown-1.2.7.tgz",
  2021. "integrity": "sha512-g0EtLvBjTUB7jhyV0S/TCup3v/XSVl45vUIGbOGU4QPiyjTenCe4mKuFvW9fEgYmS2Fo42AUssRmNuMziXdrig==",
  2022. "devOptional": true,
  2023. "license": "MIT",
  2024. "dependencies": {
  2025. "@oxc-project/types": "=0.148.0",
  2026. "@rolldown/pluginutils": "^1.0.0"
  2027. },
  2028. "bin": {
  2029. "rolldown": "bin/cli.mjs"
  2030. },
  2031. "engines": {
  2032. "node": "^20.19.0 || >=22.12.0"
  2033. },
  2034. "optionalDependencies": {
  2035. "@rolldown/binding-android-arm-eabi": "1.2.7",
  2036. "@rolldown/binding-android-arm64": "1.2.7",
  2037. "@rolldown/binding-darwin-arm64": "1.2.7",
  2038. "@rolldown/binding-darwin-x64": "1.2.7",
  2039. "@rolldown/binding-freebsd-x64": "1.2.7",
  2040. "@rolldown/binding-linux-arm-gnueabihf": "1.2.7",
  2041. "@rolldown/binding-linux-arm64-gnu": "1.2.7",
  2042. "@rolldown/binding-linux-arm64-musl": "1.2.7",
  2043. "@rolldown/binding-linux-ppc64-gnu": "1.2.7",
  2044. "@rolldown/binding-linux-s390x-gnu": "1.2.7",
  2045. "@rolldown/binding-linux-x64-gnu": "1.2.7",
  2046. "@rolldown/binding-linux-x64-musl": "1.2.7",
  2047. "@rolldown/binding-openharmony-arm64": "1.2.7",
  2048. "@rolldown/binding-win32-arm64-msvc": "1.2.7",
  2049. "@rolldown/binding-win32-x64-msvc": "1.2.7"
  2050. }
  2051. },
  2052. "node_modules/run-applescript": {
  2053. "version": "7.1.0",
  2054. "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.1.0.tgz",
  2055. "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
  2056. "dev": true,
  2057. "license": "MIT",
  2058. "engines": {
  2059. "node": ">=18"
  2060. },
  2061. "funding": {
  2062. "url": "https://github.com/sponsors/sindresorhus"
  2063. }
  2064. },
  2065. "node_modules/scule": {
  2066. "version": "1.3.0",
  2067. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  2068. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  2069. "license": "MIT"
  2070. },
  2071. "node_modules/semver": {
  2072. "version": "6.3.1",
  2073. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  2074. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  2075. "dev": true,
  2076. "license": "ISC",
  2077. "bin": {
  2078. "semver": "bin/semver.js"
  2079. }
  2080. },
  2081. "node_modules/sirv": {
  2082. "version": "3.0.2",
  2083. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.2.tgz",
  2084. "integrity": "sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==",
  2085. "dev": true,
  2086. "license": "MIT",
  2087. "dependencies": {
  2088. "@polka/url": "^1.0.0-next.24",
  2089. "mrmime": "^2.0.0",
  2090. "totalist": "^3.0.0"
  2091. },
  2092. "engines": {
  2093. "node": ">=18"
  2094. }
  2095. },
  2096. "node_modules/source-map-js": {
  2097. "version": "1.2.1",
  2098. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  2099. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2100. "license": "BSD-3-Clause",
  2101. "engines": {
  2102. "node": ">=0.10.0"
  2103. }
  2104. },
  2105. "node_modules/tinyglobby": {
  2106. "version": "0.2.17",
  2107. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.17.tgz",
  2108. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  2109. "license": "MIT",
  2110. "dependencies": {
  2111. "fdir": "^6.5.0",
  2112. "picomatch": "^4.0.4"
  2113. },
  2114. "engines": {
  2115. "node": ">=12.0.0"
  2116. },
  2117. "funding": {
  2118. "url": "https://github.com/sponsors/SuperchupuDev"
  2119. }
  2120. },
  2121. "node_modules/totalist": {
  2122. "version": "3.0.1",
  2123. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  2124. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  2125. "dev": true,
  2126. "license": "MIT",
  2127. "engines": {
  2128. "node": ">=6"
  2129. }
  2130. },
  2131. "node_modules/ufo": {
  2132. "version": "1.6.4",
  2133. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.4.tgz",
  2134. "integrity": "sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==",
  2135. "license": "MIT"
  2136. },
  2137. "node_modules/unplugin": {
  2138. "version": "3.3.0",
  2139. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-3.3.0.tgz",
  2140. "integrity": "sha512-qa66K+crbfyE6JK10GjvbJeRrOsuC/JpbnHctfyp/i4oBTxWOzJfRZyDiOk1PtErMFRu8JhsU/wPvOdBNWe5Rg==",
  2141. "license": "MIT",
  2142. "dependencies": {
  2143. "@jridgewell/remapping": "^2.3.5",
  2144. "picomatch": "^4.0.4",
  2145. "webpack-virtual-modules": "^0.6.2"
  2146. },
  2147. "engines": {
  2148. "node": "^20.19.0 || >=22.12.0"
  2149. },
  2150. "peerDependencies": {
  2151. "@farmfe/core": "*",
  2152. "@rspack/core": "*",
  2153. "bun-types-no-globals": "*",
  2154. "esbuild": "*",
  2155. "rolldown": "*",
  2156. "rollup": "*",
  2157. "unloader": "*",
  2158. "vite": "*",
  2159. "webpack": "*"
  2160. },
  2161. "peerDependenciesMeta": {
  2162. "@farmfe/core": {
  2163. "optional": true
  2164. },
  2165. "@rspack/core": {
  2166. "optional": true
  2167. },
  2168. "bun-types-no-globals": {
  2169. "optional": true
  2170. },
  2171. "esbuild": {
  2172. "optional": true
  2173. },
  2174. "rolldown": {
  2175. "optional": true
  2176. },
  2177. "rollup": {
  2178. "optional": true
  2179. },
  2180. "unloader": {
  2181. "optional": true
  2182. },
  2183. "vite": {
  2184. "optional": true
  2185. },
  2186. "webpack": {
  2187. "optional": true
  2188. }
  2189. }
  2190. },
  2191. "node_modules/unplugin-utils": {
  2192. "version": "0.3.2",
  2193. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.3.2.tgz",
  2194. "integrity": "sha512-xVToRh2CTmLk2HnEG7ac4rl1MJTT3RFkpS8B++/SnB0kXvuaavD+n3m/vrzyWQOdJNSZQACnbz01pnppbwV5BA==",
  2195. "license": "MIT",
  2196. "dependencies": {
  2197. "pathe": "^2.0.3",
  2198. "picomatch": "^4.0.4"
  2199. },
  2200. "engines": {
  2201. "node": ">=20.19.0"
  2202. },
  2203. "funding": {
  2204. "url": "https://github.com/sponsors/sxzz"
  2205. }
  2206. },
  2207. "node_modules/update-browserslist-db": {
  2208. "version": "1.3.2",
  2209. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.3.2.tgz",
  2210. "integrity": "sha512-UQ+MSxlhRm1bzjhU+DcuXfjFO1FzNtqhK5+9Yvlp90ItDLk5vT932A0rFu619nf7RVS+Y/VeaUW1jaRDqZ8VJw==",
  2211. "dev": true,
  2212. "funding": [
  2213. {
  2214. "type": "opencollective",
  2215. "url": "https://opencollective.com/browserslist"
  2216. },
  2217. {
  2218. "type": "tidelift",
  2219. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2220. },
  2221. {
  2222. "type": "github",
  2223. "url": "https://github.com/sponsors/ai"
  2224. }
  2225. ],
  2226. "license": "MIT",
  2227. "dependencies": {
  2228. "escalade": "^3.2.0",
  2229. "picocolors": "^1.1.1"
  2230. },
  2231. "bin": {
  2232. "update-browserslist-db": "cli.js"
  2233. },
  2234. "peerDependencies": {
  2235. "browserslist": ">= 4.21.0"
  2236. }
  2237. },
  2238. "node_modules/vite": {
  2239. "version": "8.2.2",
  2240. "resolved": "https://registry.npmmirror.com/vite/-/vite-8.2.2.tgz",
  2241. "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
  2242. "devOptional": true,
  2243. "license": "MIT",
  2244. "dependencies": {
  2245. "lightningcss": "^1.33.0",
  2246. "picomatch": "^4.0.5",
  2247. "postcss": "^8.5.26",
  2248. "rolldown": "~1.2.4",
  2249. "tinyglobby": "^0.2.17"
  2250. },
  2251. "bin": {
  2252. "vite": "bin/vite.js"
  2253. },
  2254. "engines": {
  2255. "node": "^20.19.0 || >=22.12.0"
  2256. },
  2257. "funding": {
  2258. "url": "https://github.com/vitejs/vite?sponsor=1"
  2259. },
  2260. "optionalDependencies": {
  2261. "fsevents": "~2.3.3"
  2262. },
  2263. "peerDependencies": {
  2264. "@types/node": "^20.19.0 || >=22.12.0",
  2265. "@vitejs/devtools": "^0.4.0 || ^0.5.0",
  2266. "esbuild": "^0.27.0 || ^0.28.0",
  2267. "jiti": ">=1.21.0",
  2268. "less": "^4.0.0",
  2269. "sass": "^1.70.0",
  2270. "sass-embedded": "^1.70.0",
  2271. "stylus": ">=0.54.8",
  2272. "sugarss": "^5.0.0",
  2273. "terser": "^5.16.0",
  2274. "tsx": "^4.8.1",
  2275. "yaml": "^2.4.2"
  2276. },
  2277. "peerDependenciesMeta": {
  2278. "@types/node": {
  2279. "optional": true
  2280. },
  2281. "@vitejs/devtools": {
  2282. "optional": true
  2283. },
  2284. "esbuild": {
  2285. "optional": true
  2286. },
  2287. "jiti": {
  2288. "optional": true
  2289. },
  2290. "less": {
  2291. "optional": true
  2292. },
  2293. "sass": {
  2294. "optional": true
  2295. },
  2296. "sass-embedded": {
  2297. "optional": true
  2298. },
  2299. "stylus": {
  2300. "optional": true
  2301. },
  2302. "sugarss": {
  2303. "optional": true
  2304. },
  2305. "terser": {
  2306. "optional": true
  2307. },
  2308. "tsx": {
  2309. "optional": true
  2310. },
  2311. "yaml": {
  2312. "optional": true
  2313. }
  2314. }
  2315. },
  2316. "node_modules/vite-dev-rpc": {
  2317. "version": "2.0.0",
  2318. "resolved": "https://registry.npmmirror.com/vite-dev-rpc/-/vite-dev-rpc-2.0.0.tgz",
  2319. "integrity": "sha512-yKwbTwdHKSD2k/aGqyWpPHepo45OQc8lH3/6IfT4ZqeKE26ooKvi4WIEKzqWav8v+9Is8u1k8q54hvOmqASazA==",
  2320. "dev": true,
  2321. "license": "MIT",
  2322. "dependencies": {
  2323. "birpc": "^4.0.0",
  2324. "vite-hot-client": "^2.2.0"
  2325. },
  2326. "funding": {
  2327. "url": "https://github.com/sponsors/antfu"
  2328. },
  2329. "peerDependencies": {
  2330. "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 || ^8.0.0"
  2331. }
  2332. },
  2333. "node_modules/vite-dev-rpc/node_modules/birpc": {
  2334. "version": "4.2.0",
  2335. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-4.2.0.tgz",
  2336. "integrity": "sha512-KxgKcZPfrtzJDDALHPguGpGJUrzdgpymyiQQgzFjWreHMOpWrnFNVREr5J48x2DBh8ZVioscrV1SBkDipGiX+Q==",
  2337. "dev": true,
  2338. "license": "MIT",
  2339. "funding": {
  2340. "url": "https://github.com/sponsors/antfu"
  2341. }
  2342. },
  2343. "node_modules/vite-hot-client": {
  2344. "version": "2.2.0",
  2345. "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-2.2.0.tgz",
  2346. "integrity": "sha512-76Zs9zrHbH7M7wqeyooGQKdX+yg0pQ0xuQ1PbFp4z5a0Lzn2e5IPFoCswnmqZ4GiwqB4Jo3WcDAMO9jARTJl8w==",
  2347. "dev": true,
  2348. "license": "MIT",
  2349. "funding": {
  2350. "url": "https://github.com/sponsors/antfu"
  2351. },
  2352. "peerDependencies": {
  2353. "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0"
  2354. }
  2355. },
  2356. "node_modules/vite-plugin-inspect": {
  2357. "version": "11.4.1",
  2358. "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-11.4.1.tgz",
  2359. "integrity": "sha512-ShOFe2PURXGvRS5OrgmOLZOCwDTD7dEBVt0tMpFPKb9AsvqXKCRGM8QgKrUbRbJYFXScHvDPpGRd28rYidC0tA==",
  2360. "dev": true,
  2361. "license": "MIT",
  2362. "dependencies": {
  2363. "ansis": "^4.3.0",
  2364. "error-stack-parser-es": "^1.0.5",
  2365. "obug": "^2.1.1",
  2366. "ohash": "^2.0.11",
  2367. "open": "^11.0.0",
  2368. "perfect-debounce": "^2.1.0",
  2369. "sirv": "^3.0.2",
  2370. "unplugin-utils": "^0.3.1",
  2371. "vite-dev-rpc": "^2.0.0"
  2372. },
  2373. "engines": {
  2374. "node": ">=14"
  2375. },
  2376. "funding": {
  2377. "url": "https://github.com/sponsors/antfu"
  2378. },
  2379. "peerDependencies": {
  2380. "vite": "^6.0.0 || ^7.0.0-0 || ^8.0.0-0"
  2381. },
  2382. "peerDependenciesMeta": {
  2383. "@nuxt/kit": {
  2384. "optional": true
  2385. }
  2386. }
  2387. },
  2388. "node_modules/vite-plugin-vue-devtools": {
  2389. "version": "8.2.1",
  2390. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-8.2.1.tgz",
  2391. "integrity": "sha512-5JLxXWWCo5lJMw16/xVeNvJ8k2zLwZPf1vITLzya/2IePrCBeGe/p/iAokgXHZpEi39fcYtPXmO8SaKeXmqCAA==",
  2392. "dev": true,
  2393. "license": "MIT",
  2394. "dependencies": {
  2395. "@vue/devtools-core": "^8.2.1",
  2396. "@vue/devtools-kit": "^8.2.1",
  2397. "@vue/devtools-shared": "^8.2.1",
  2398. "sirv": "^3.0.2",
  2399. "vite-plugin-inspect": "^11.3.3",
  2400. "vite-plugin-vue-inspector": "^6.0.0"
  2401. },
  2402. "engines": {
  2403. "node": ">=v14.21.3"
  2404. },
  2405. "peerDependencies": {
  2406. "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2407. }
  2408. },
  2409. "node_modules/vite-plugin-vue-inspector": {
  2410. "version": "6.0.0",
  2411. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-6.0.0.tgz",
  2412. "integrity": "sha512-OpyITJLgZNibxlrik1EmRtvXHDjLRxNPsWkGFTERZs2LgMEdG4W0WoFt5GIgp3a3jRou+eJR8U1zOBk/XQgEbw==",
  2413. "dev": true,
  2414. "license": "MIT",
  2415. "dependencies": {
  2416. "@babel/core": "^7.23.0",
  2417. "@babel/plugin-proposal-decorators": "^7.23.0",
  2418. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  2419. "@babel/plugin-syntax-import-meta": "^7.10.4",
  2420. "@babel/plugin-transform-typescript": "^7.22.15",
  2421. "@vue/babel-plugin-jsx": "^1.1.5",
  2422. "@vue/compiler-dom": "^3.3.4",
  2423. "kolorist": "^1.8.0",
  2424. "magic-string": "^0.30.4"
  2425. },
  2426. "peerDependencies": {
  2427. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  2428. }
  2429. },
  2430. "node_modules/vue": {
  2431. "version": "3.5.42",
  2432. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.42.tgz",
  2433. "integrity": "sha512-4RyHQTbQvOPs3MfvUO1Sg0YRrKNnA0mAVtvpd12Tg1fKDN7OHBUl1IqSn8zGJjK9nI3NkNp8cgTpVrSZC5TTcA==",
  2434. "license": "MIT",
  2435. "dependencies": {
  2436. "@vue/compiler-dom": "3.5.42",
  2437. "@vue/compiler-sfc": "3.5.42",
  2438. "@vue/runtime-dom": "3.5.42",
  2439. "@vue/server-renderer": "3.5.42",
  2440. "@vue/shared": "3.5.42"
  2441. },
  2442. "peerDependencies": {
  2443. "typescript": "*"
  2444. },
  2445. "peerDependenciesMeta": {
  2446. "typescript": {
  2447. "optional": true
  2448. }
  2449. }
  2450. },
  2451. "node_modules/vue-router": {
  2452. "version": "5.3.1",
  2453. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-5.3.1.tgz",
  2454. "integrity": "sha512-GDBZzgmILxA/kFnkFbJjQZdZ2QQbngnIMMuoUcjhZIfH1RGMaPjPwX5ASnV38qamuA9uhO0RDjSBHTDNG2uXyQ==",
  2455. "license": "MIT",
  2456. "dependencies": {
  2457. "@vue-macros/common": "^3.1.3",
  2458. "@vue/devtools-api": "^8.1.5",
  2459. "ast-walker-scope": "^0.9.0",
  2460. "chokidar": "^5.0.0",
  2461. "confbox": "^0.2.4",
  2462. "local-pkg": "^1.2.1",
  2463. "magic-string": "^0.30.21",
  2464. "mlly": "^1.8.2",
  2465. "muggle-string": "^0.4.1",
  2466. "nostics": "^1.1.4",
  2467. "pathe": "^2.0.3",
  2468. "picomatch": "^4.0.5",
  2469. "scule": "^1.3.0",
  2470. "tinyglobby": "^0.2.17",
  2471. "unplugin": "^3.3.0",
  2472. "unplugin-utils": "^0.3.2"
  2473. },
  2474. "funding": {
  2475. "url": "https://github.com/sponsors/posva"
  2476. },
  2477. "peerDependencies": {
  2478. "@pinia/colada": ">=0.21.2",
  2479. "@vue/compiler-sfc": "^3.5.34 || ^4.0.0",
  2480. "pinia": "^3.0.4 || ^4.0.2",
  2481. "vite": "^7.3.0 || ^8.0.0",
  2482. "vue": "^3.5.34 || ^4.0.0"
  2483. },
  2484. "peerDependenciesMeta": {
  2485. "@pinia/colada": {
  2486. "optional": true
  2487. },
  2488. "@vue/compiler-sfc": {
  2489. "optional": true
  2490. },
  2491. "pinia": {
  2492. "optional": true
  2493. },
  2494. "vite": {
  2495. "optional": true
  2496. }
  2497. }
  2498. },
  2499. "node_modules/webpack-virtual-modules": {
  2500. "version": "0.6.2",
  2501. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  2502. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  2503. "license": "MIT"
  2504. },
  2505. "node_modules/wsl-utils": {
  2506. "version": "1.0.0",
  2507. "resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-1.0.0.tgz",
  2508. "integrity": "sha512-Hl0ZOAs672vg+06kfujwRhoS6/jehvULrlFkuF2dRu6pHgA8U06h3xqNIqNNU1LTXPcedxByAR4GS6pwQK0mgA==",
  2509. "dev": true,
  2510. "license": "MIT",
  2511. "dependencies": {
  2512. "is-wsl": "^3.1.0",
  2513. "powershell-utils": "^0.1.0"
  2514. },
  2515. "engines": {
  2516. "node": ">=20"
  2517. },
  2518. "funding": {
  2519. "url": "https://github.com/sponsors/sindresorhus"
  2520. }
  2521. },
  2522. "node_modules/wsl-utils/node_modules/powershell-utils": {
  2523. "version": "0.1.0",
  2524. "resolved": "https://registry.npmmirror.com/powershell-utils/-/powershell-utils-0.1.0.tgz",
  2525. "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
  2526. "dev": true,
  2527. "license": "MIT",
  2528. "engines": {
  2529. "node": ">=20"
  2530. },
  2531. "funding": {
  2532. "url": "https://github.com/sponsors/sindresorhus"
  2533. }
  2534. },
  2535. "node_modules/yallist": {
  2536. "version": "3.1.1",
  2537. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  2538. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  2539. "dev": true,
  2540. "license": "ISC"
  2541. }
  2542. }
  2543. }