package-lock.json 122 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635
  1. {
  2. "name": "hr-recruitment-app",
  3. "version": "0.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "hr-recruitment-app",
  9. "version": "0.0.0",
  10. "dependencies": {
  11. "@vueuse/motion": "^2.0.0",
  12. "lucide-vue-next": "^0.290.0",
  13. "pinia": "^2.1.7",
  14. "vue": "^3.4.38"
  15. },
  16. "devDependencies": {
  17. "@vitejs/plugin-vue": "^5.2.4",
  18. "autoprefixer": "^10.4.16",
  19. "postcss": "^8.4.32",
  20. "tailwindcss": "^3.4.0",
  21. "typescript": "^5.5.3",
  22. "vite": "^5.4.2",
  23. "vue-tsc": "^2.1.4"
  24. }
  25. },
  26. "node_modules/@alloc/quick-lru": {
  27. "version": "5.2.0",
  28. "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  29. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  30. "dev": true,
  31. "license": "MIT",
  32. "engines": {
  33. "node": ">=10"
  34. },
  35. "funding": {
  36. "url": "https://github.com/sponsors/sindresorhus"
  37. }
  38. },
  39. "node_modules/@babel/helper-string-parser": {
  40. "version": "7.27.1",
  41. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  42. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  43. "license": "MIT",
  44. "engines": {
  45. "node": ">=6.9.0"
  46. }
  47. },
  48. "node_modules/@babel/helper-validator-identifier": {
  49. "version": "7.27.1",
  50. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  51. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  52. "license": "MIT",
  53. "engines": {
  54. "node": ">=6.9.0"
  55. }
  56. },
  57. "node_modules/@babel/parser": {
  58. "version": "7.27.7",
  59. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.7.tgz",
  60. "integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
  61. "license": "MIT",
  62. "dependencies": {
  63. "@babel/types": "^7.27.7"
  64. },
  65. "bin": {
  66. "parser": "bin/babel-parser.js"
  67. },
  68. "engines": {
  69. "node": ">=6.0.0"
  70. }
  71. },
  72. "node_modules/@babel/types": {
  73. "version": "7.27.7",
  74. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.7.tgz",
  75. "integrity": "sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==",
  76. "license": "MIT",
  77. "dependencies": {
  78. "@babel/helper-string-parser": "^7.27.1",
  79. "@babel/helper-validator-identifier": "^7.27.1"
  80. },
  81. "engines": {
  82. "node": ">=6.9.0"
  83. }
  84. },
  85. "node_modules/@esbuild/aix-ppc64": {
  86. "version": "0.21.5",
  87. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  88. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  89. "cpu": [
  90. "ppc64"
  91. ],
  92. "dev": true,
  93. "license": "MIT",
  94. "optional": true,
  95. "os": [
  96. "aix"
  97. ],
  98. "engines": {
  99. "node": ">=12"
  100. }
  101. },
  102. "node_modules/@esbuild/android-arm": {
  103. "version": "0.21.5",
  104. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  105. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  106. "cpu": [
  107. "arm"
  108. ],
  109. "dev": true,
  110. "license": "MIT",
  111. "optional": true,
  112. "os": [
  113. "android"
  114. ],
  115. "engines": {
  116. "node": ">=12"
  117. }
  118. },
  119. "node_modules/@esbuild/android-arm64": {
  120. "version": "0.21.5",
  121. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  122. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  123. "cpu": [
  124. "arm64"
  125. ],
  126. "dev": true,
  127. "license": "MIT",
  128. "optional": true,
  129. "os": [
  130. "android"
  131. ],
  132. "engines": {
  133. "node": ">=12"
  134. }
  135. },
  136. "node_modules/@esbuild/android-x64": {
  137. "version": "0.21.5",
  138. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  139. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  140. "cpu": [
  141. "x64"
  142. ],
  143. "dev": true,
  144. "license": "MIT",
  145. "optional": true,
  146. "os": [
  147. "android"
  148. ],
  149. "engines": {
  150. "node": ">=12"
  151. }
  152. },
  153. "node_modules/@esbuild/darwin-arm64": {
  154. "version": "0.21.5",
  155. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  156. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  157. "cpu": [
  158. "arm64"
  159. ],
  160. "dev": true,
  161. "license": "MIT",
  162. "optional": true,
  163. "os": [
  164. "darwin"
  165. ],
  166. "engines": {
  167. "node": ">=12"
  168. }
  169. },
  170. "node_modules/@esbuild/darwin-x64": {
  171. "version": "0.21.5",
  172. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  173. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  174. "cpu": [
  175. "x64"
  176. ],
  177. "dev": true,
  178. "license": "MIT",
  179. "optional": true,
  180. "os": [
  181. "darwin"
  182. ],
  183. "engines": {
  184. "node": ">=12"
  185. }
  186. },
  187. "node_modules/@esbuild/freebsd-arm64": {
  188. "version": "0.21.5",
  189. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  190. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  191. "cpu": [
  192. "arm64"
  193. ],
  194. "dev": true,
  195. "license": "MIT",
  196. "optional": true,
  197. "os": [
  198. "freebsd"
  199. ],
  200. "engines": {
  201. "node": ">=12"
  202. }
  203. },
  204. "node_modules/@esbuild/freebsd-x64": {
  205. "version": "0.21.5",
  206. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  207. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  208. "cpu": [
  209. "x64"
  210. ],
  211. "dev": true,
  212. "license": "MIT",
  213. "optional": true,
  214. "os": [
  215. "freebsd"
  216. ],
  217. "engines": {
  218. "node": ">=12"
  219. }
  220. },
  221. "node_modules/@esbuild/linux-arm": {
  222. "version": "0.21.5",
  223. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  224. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  225. "cpu": [
  226. "arm"
  227. ],
  228. "dev": true,
  229. "license": "MIT",
  230. "optional": true,
  231. "os": [
  232. "linux"
  233. ],
  234. "engines": {
  235. "node": ">=12"
  236. }
  237. },
  238. "node_modules/@esbuild/linux-arm64": {
  239. "version": "0.21.5",
  240. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  241. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  242. "cpu": [
  243. "arm64"
  244. ],
  245. "dev": true,
  246. "license": "MIT",
  247. "optional": true,
  248. "os": [
  249. "linux"
  250. ],
  251. "engines": {
  252. "node": ">=12"
  253. }
  254. },
  255. "node_modules/@esbuild/linux-ia32": {
  256. "version": "0.21.5",
  257. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  258. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  259. "cpu": [
  260. "ia32"
  261. ],
  262. "dev": true,
  263. "license": "MIT",
  264. "optional": true,
  265. "os": [
  266. "linux"
  267. ],
  268. "engines": {
  269. "node": ">=12"
  270. }
  271. },
  272. "node_modules/@esbuild/linux-loong64": {
  273. "version": "0.21.5",
  274. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  275. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  276. "cpu": [
  277. "loong64"
  278. ],
  279. "dev": true,
  280. "license": "MIT",
  281. "optional": true,
  282. "os": [
  283. "linux"
  284. ],
  285. "engines": {
  286. "node": ">=12"
  287. }
  288. },
  289. "node_modules/@esbuild/linux-mips64el": {
  290. "version": "0.21.5",
  291. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  292. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  293. "cpu": [
  294. "mips64el"
  295. ],
  296. "dev": true,
  297. "license": "MIT",
  298. "optional": true,
  299. "os": [
  300. "linux"
  301. ],
  302. "engines": {
  303. "node": ">=12"
  304. }
  305. },
  306. "node_modules/@esbuild/linux-ppc64": {
  307. "version": "0.21.5",
  308. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  309. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  310. "cpu": [
  311. "ppc64"
  312. ],
  313. "dev": true,
  314. "license": "MIT",
  315. "optional": true,
  316. "os": [
  317. "linux"
  318. ],
  319. "engines": {
  320. "node": ">=12"
  321. }
  322. },
  323. "node_modules/@esbuild/linux-riscv64": {
  324. "version": "0.21.5",
  325. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  326. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  327. "cpu": [
  328. "riscv64"
  329. ],
  330. "dev": true,
  331. "license": "MIT",
  332. "optional": true,
  333. "os": [
  334. "linux"
  335. ],
  336. "engines": {
  337. "node": ">=12"
  338. }
  339. },
  340. "node_modules/@esbuild/linux-s390x": {
  341. "version": "0.21.5",
  342. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  343. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  344. "cpu": [
  345. "s390x"
  346. ],
  347. "dev": true,
  348. "license": "MIT",
  349. "optional": true,
  350. "os": [
  351. "linux"
  352. ],
  353. "engines": {
  354. "node": ">=12"
  355. }
  356. },
  357. "node_modules/@esbuild/linux-x64": {
  358. "version": "0.21.5",
  359. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  360. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  361. "cpu": [
  362. "x64"
  363. ],
  364. "dev": true,
  365. "license": "MIT",
  366. "optional": true,
  367. "os": [
  368. "linux"
  369. ],
  370. "engines": {
  371. "node": ">=12"
  372. }
  373. },
  374. "node_modules/@esbuild/netbsd-x64": {
  375. "version": "0.21.5",
  376. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  377. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  378. "cpu": [
  379. "x64"
  380. ],
  381. "dev": true,
  382. "license": "MIT",
  383. "optional": true,
  384. "os": [
  385. "netbsd"
  386. ],
  387. "engines": {
  388. "node": ">=12"
  389. }
  390. },
  391. "node_modules/@esbuild/openbsd-x64": {
  392. "version": "0.21.5",
  393. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  394. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  395. "cpu": [
  396. "x64"
  397. ],
  398. "dev": true,
  399. "license": "MIT",
  400. "optional": true,
  401. "os": [
  402. "openbsd"
  403. ],
  404. "engines": {
  405. "node": ">=12"
  406. }
  407. },
  408. "node_modules/@esbuild/sunos-x64": {
  409. "version": "0.21.5",
  410. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  411. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  412. "cpu": [
  413. "x64"
  414. ],
  415. "dev": true,
  416. "license": "MIT",
  417. "optional": true,
  418. "os": [
  419. "sunos"
  420. ],
  421. "engines": {
  422. "node": ">=12"
  423. }
  424. },
  425. "node_modules/@esbuild/win32-arm64": {
  426. "version": "0.21.5",
  427. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  428. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  429. "cpu": [
  430. "arm64"
  431. ],
  432. "dev": true,
  433. "license": "MIT",
  434. "optional": true,
  435. "os": [
  436. "win32"
  437. ],
  438. "engines": {
  439. "node": ">=12"
  440. }
  441. },
  442. "node_modules/@esbuild/win32-ia32": {
  443. "version": "0.21.5",
  444. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  445. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  446. "cpu": [
  447. "ia32"
  448. ],
  449. "dev": true,
  450. "license": "MIT",
  451. "optional": true,
  452. "os": [
  453. "win32"
  454. ],
  455. "engines": {
  456. "node": ">=12"
  457. }
  458. },
  459. "node_modules/@esbuild/win32-x64": {
  460. "version": "0.21.5",
  461. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  462. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  463. "cpu": [
  464. "x64"
  465. ],
  466. "dev": true,
  467. "license": "MIT",
  468. "optional": true,
  469. "os": [
  470. "win32"
  471. ],
  472. "engines": {
  473. "node": ">=12"
  474. }
  475. },
  476. "node_modules/@isaacs/cliui": {
  477. "version": "8.0.2",
  478. "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
  479. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  480. "dev": true,
  481. "license": "ISC",
  482. "dependencies": {
  483. "string-width": "^5.1.2",
  484. "string-width-cjs": "npm:string-width@^4.2.0",
  485. "strip-ansi": "^7.0.1",
  486. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  487. "wrap-ansi": "^8.1.0",
  488. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  489. },
  490. "engines": {
  491. "node": ">=12"
  492. }
  493. },
  494. "node_modules/@jridgewell/gen-mapping": {
  495. "version": "0.3.11",
  496. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.11.tgz",
  497. "integrity": "sha512-C512c1ytBTio4MrpWKlJpyFHT6+qfFL8SZ58zBzJ1OOzUEjHeF1BtjY2fH7n4x/g2OV/KiiMLAivOp1DXmiMMw==",
  498. "dev": true,
  499. "license": "MIT",
  500. "dependencies": {
  501. "@jridgewell/sourcemap-codec": "^1.5.0",
  502. "@jridgewell/trace-mapping": "^0.3.24"
  503. }
  504. },
  505. "node_modules/@jridgewell/resolve-uri": {
  506. "version": "3.1.2",
  507. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  508. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  509. "dev": true,
  510. "license": "MIT",
  511. "engines": {
  512. "node": ">=6.0.0"
  513. }
  514. },
  515. "node_modules/@jridgewell/sourcemap-codec": {
  516. "version": "1.5.3",
  517. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.3.tgz",
  518. "integrity": "sha512-AiR5uKpFxP3PjO4R19kQGIMwxyRyPuXmKEEy301V1C0+1rVjS94EZQXf1QKZYN8Q0YM+estSPhmx5JwNftv6nw==",
  519. "license": "MIT"
  520. },
  521. "node_modules/@jridgewell/trace-mapping": {
  522. "version": "0.3.28",
  523. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.28.tgz",
  524. "integrity": "sha512-KNNHHwW3EIp4EDYOvYFGyIFfx36R2dNJYH4knnZlF8T5jdbD5Wx8xmSaQ2gP9URkJ04LGEtlcCtwArKcmFcwKw==",
  525. "dev": true,
  526. "license": "MIT",
  527. "dependencies": {
  528. "@jridgewell/resolve-uri": "^3.1.0",
  529. "@jridgewell/sourcemap-codec": "^1.4.14"
  530. }
  531. },
  532. "node_modules/@nodelib/fs.scandir": {
  533. "version": "2.1.5",
  534. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  535. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  536. "dev": true,
  537. "license": "MIT",
  538. "dependencies": {
  539. "@nodelib/fs.stat": "2.0.5",
  540. "run-parallel": "^1.1.9"
  541. },
  542. "engines": {
  543. "node": ">= 8"
  544. }
  545. },
  546. "node_modules/@nodelib/fs.stat": {
  547. "version": "2.0.5",
  548. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  549. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  550. "dev": true,
  551. "license": "MIT",
  552. "engines": {
  553. "node": ">= 8"
  554. }
  555. },
  556. "node_modules/@nodelib/fs.walk": {
  557. "version": "1.2.8",
  558. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  559. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  560. "dev": true,
  561. "license": "MIT",
  562. "dependencies": {
  563. "@nodelib/fs.scandir": "2.1.5",
  564. "fastq": "^1.6.0"
  565. },
  566. "engines": {
  567. "node": ">= 8"
  568. }
  569. },
  570. "node_modules/@nuxt/kit": {
  571. "version": "3.17.5",
  572. "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.17.5.tgz",
  573. "integrity": "sha512-NdCepmA+S/SzgcaL3oYUeSlXGYO6BXGr9K/m1D0t0O9rApF8CSq/QQ+ja5KYaYMO1kZAEWH4s2XVcE3uPrrAVg==",
  574. "license": "MIT",
  575. "optional": true,
  576. "dependencies": {
  577. "c12": "^3.0.4",
  578. "consola": "^3.4.2",
  579. "defu": "^6.1.4",
  580. "destr": "^2.0.5",
  581. "errx": "^0.1.0",
  582. "exsolve": "^1.0.5",
  583. "ignore": "^7.0.5",
  584. "jiti": "^2.4.2",
  585. "klona": "^2.0.6",
  586. "knitwork": "^1.2.0",
  587. "mlly": "^1.7.4",
  588. "ohash": "^2.0.11",
  589. "pathe": "^2.0.3",
  590. "pkg-types": "^2.1.0",
  591. "scule": "^1.3.0",
  592. "semver": "^7.7.2",
  593. "std-env": "^3.9.0",
  594. "tinyglobby": "^0.2.14",
  595. "ufo": "^1.6.1",
  596. "unctx": "^2.4.1",
  597. "unimport": "^5.0.1",
  598. "untyped": "^2.0.0"
  599. },
  600. "engines": {
  601. "node": ">=18.12.0"
  602. }
  603. },
  604. "node_modules/@pkgjs/parseargs": {
  605. "version": "0.11.0",
  606. "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  607. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  608. "dev": true,
  609. "license": "MIT",
  610. "optional": true,
  611. "engines": {
  612. "node": ">=14"
  613. }
  614. },
  615. "node_modules/@rollup/rollup-android-arm-eabi": {
  616. "version": "4.44.1",
  617. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.1.tgz",
  618. "integrity": "sha512-JAcBr1+fgqx20m7Fwe1DxPUl/hPkee6jA6Pl7n1v2EFiktAHenTaXl5aIFjUIEsfn9w3HE4gK1lEgNGMzBDs1w==",
  619. "cpu": [
  620. "arm"
  621. ],
  622. "dev": true,
  623. "license": "MIT",
  624. "optional": true,
  625. "os": [
  626. "android"
  627. ]
  628. },
  629. "node_modules/@rollup/rollup-android-arm64": {
  630. "version": "4.44.1",
  631. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.1.tgz",
  632. "integrity": "sha512-RurZetXqTu4p+G0ChbnkwBuAtwAbIwJkycw1n6GvlGlBuS4u5qlr5opix8cBAYFJgaY05TWtM+LaoFggUmbZEQ==",
  633. "cpu": [
  634. "arm64"
  635. ],
  636. "dev": true,
  637. "license": "MIT",
  638. "optional": true,
  639. "os": [
  640. "android"
  641. ]
  642. },
  643. "node_modules/@rollup/rollup-darwin-arm64": {
  644. "version": "4.44.1",
  645. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.1.tgz",
  646. "integrity": "sha512-fM/xPesi7g2M7chk37LOnmnSTHLG/v2ggWqKj3CCA1rMA4mm5KVBT1fNoswbo1JhPuNNZrVwpTvlCVggv8A2zg==",
  647. "cpu": [
  648. "arm64"
  649. ],
  650. "dev": true,
  651. "license": "MIT",
  652. "optional": true,
  653. "os": [
  654. "darwin"
  655. ]
  656. },
  657. "node_modules/@rollup/rollup-darwin-x64": {
  658. "version": "4.44.1",
  659. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.1.tgz",
  660. "integrity": "sha512-gDnWk57urJrkrHQ2WVx9TSVTH7lSlU7E3AFqiko+bgjlh78aJ88/3nycMax52VIVjIm3ObXnDL2H00e/xzoipw==",
  661. "cpu": [
  662. "x64"
  663. ],
  664. "dev": true,
  665. "license": "MIT",
  666. "optional": true,
  667. "os": [
  668. "darwin"
  669. ]
  670. },
  671. "node_modules/@rollup/rollup-freebsd-arm64": {
  672. "version": "4.44.1",
  673. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.1.tgz",
  674. "integrity": "sha512-wnFQmJ/zPThM5zEGcnDcCJeYJgtSLjh1d//WuHzhf6zT3Md1BvvhJnWoy+HECKu2bMxaIcfWiu3bJgx6z4g2XA==",
  675. "cpu": [
  676. "arm64"
  677. ],
  678. "dev": true,
  679. "license": "MIT",
  680. "optional": true,
  681. "os": [
  682. "freebsd"
  683. ]
  684. },
  685. "node_modules/@rollup/rollup-freebsd-x64": {
  686. "version": "4.44.1",
  687. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.1.tgz",
  688. "integrity": "sha512-uBmIxoJ4493YATvU2c0upGz87f99e3wop7TJgOA/bXMFd2SvKCI7xkxY/5k50bv7J6dw1SXT4MQBQSLn8Bb/Uw==",
  689. "cpu": [
  690. "x64"
  691. ],
  692. "dev": true,
  693. "license": "MIT",
  694. "optional": true,
  695. "os": [
  696. "freebsd"
  697. ]
  698. },
  699. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  700. "version": "4.44.1",
  701. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.1.tgz",
  702. "integrity": "sha512-n0edDmSHlXFhrlmTK7XBuwKlG5MbS7yleS1cQ9nn4kIeW+dJH+ExqNgQ0RrFRew8Y+0V/x6C5IjsHrJmiHtkxQ==",
  703. "cpu": [
  704. "arm"
  705. ],
  706. "dev": true,
  707. "license": "MIT",
  708. "optional": true,
  709. "os": [
  710. "linux"
  711. ]
  712. },
  713. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  714. "version": "4.44.1",
  715. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.1.tgz",
  716. "integrity": "sha512-8WVUPy3FtAsKSpyk21kV52HCxB+me6YkbkFHATzC2Yd3yuqHwy2lbFL4alJOLXKljoRw08Zk8/xEj89cLQ/4Nw==",
  717. "cpu": [
  718. "arm"
  719. ],
  720. "dev": true,
  721. "license": "MIT",
  722. "optional": true,
  723. "os": [
  724. "linux"
  725. ]
  726. },
  727. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  728. "version": "4.44.1",
  729. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.1.tgz",
  730. "integrity": "sha512-yuktAOaeOgorWDeFJggjuCkMGeITfqvPgkIXhDqsfKX8J3jGyxdDZgBV/2kj/2DyPaLiX6bPdjJDTu9RB8lUPQ==",
  731. "cpu": [
  732. "arm64"
  733. ],
  734. "dev": true,
  735. "license": "MIT",
  736. "optional": true,
  737. "os": [
  738. "linux"
  739. ]
  740. },
  741. "node_modules/@rollup/rollup-linux-arm64-musl": {
  742. "version": "4.44.1",
  743. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.1.tgz",
  744. "integrity": "sha512-W+GBM4ifET1Plw8pdVaecwUgxmiH23CfAUj32u8knq0JPFyK4weRy6H7ooxYFD19YxBulL0Ktsflg5XS7+7u9g==",
  745. "cpu": [
  746. "arm64"
  747. ],
  748. "dev": true,
  749. "license": "MIT",
  750. "optional": true,
  751. "os": [
  752. "linux"
  753. ]
  754. },
  755. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  756. "version": "4.44.1",
  757. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.1.tgz",
  758. "integrity": "sha512-1zqnUEMWp9WrGVuVak6jWTl4fEtrVKfZY7CvcBmUUpxAJ7WcSowPSAWIKa/0o5mBL/Ij50SIf9tuirGx63Ovew==",
  759. "cpu": [
  760. "loong64"
  761. ],
  762. "dev": true,
  763. "license": "MIT",
  764. "optional": true,
  765. "os": [
  766. "linux"
  767. ]
  768. },
  769. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  770. "version": "4.44.1",
  771. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.1.tgz",
  772. "integrity": "sha512-Rl3JKaRu0LHIx7ExBAAnf0JcOQetQffaw34T8vLlg9b1IhzcBgaIdnvEbbsZq9uZp3uAH+JkHd20Nwn0h9zPjA==",
  773. "cpu": [
  774. "ppc64"
  775. ],
  776. "dev": true,
  777. "license": "MIT",
  778. "optional": true,
  779. "os": [
  780. "linux"
  781. ]
  782. },
  783. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  784. "version": "4.44.1",
  785. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.1.tgz",
  786. "integrity": "sha512-j5akelU3snyL6K3N/iX7otLBIl347fGwmd95U5gS/7z6T4ftK288jKq3A5lcFKcx7wwzb5rgNvAg3ZbV4BqUSw==",
  787. "cpu": [
  788. "riscv64"
  789. ],
  790. "dev": true,
  791. "license": "MIT",
  792. "optional": true,
  793. "os": [
  794. "linux"
  795. ]
  796. },
  797. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  798. "version": "4.44.1",
  799. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.1.tgz",
  800. "integrity": "sha512-ppn5llVGgrZw7yxbIm8TTvtj1EoPgYUAbfw0uDjIOzzoqlZlZrLJ/KuiE7uf5EpTpCTrNt1EdtzF0naMm0wGYg==",
  801. "cpu": [
  802. "riscv64"
  803. ],
  804. "dev": true,
  805. "license": "MIT",
  806. "optional": true,
  807. "os": [
  808. "linux"
  809. ]
  810. },
  811. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  812. "version": "4.44.1",
  813. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.1.tgz",
  814. "integrity": "sha512-Hu6hEdix0oxtUma99jSP7xbvjkUM/ycke/AQQ4EC5g7jNRLLIwjcNwaUy95ZKBJJwg1ZowsclNnjYqzN4zwkAw==",
  815. "cpu": [
  816. "s390x"
  817. ],
  818. "dev": true,
  819. "license": "MIT",
  820. "optional": true,
  821. "os": [
  822. "linux"
  823. ]
  824. },
  825. "node_modules/@rollup/rollup-linux-x64-gnu": {
  826. "version": "4.44.1",
  827. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.1.tgz",
  828. "integrity": "sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==",
  829. "cpu": [
  830. "x64"
  831. ],
  832. "dev": true,
  833. "license": "MIT",
  834. "optional": true,
  835. "os": [
  836. "linux"
  837. ]
  838. },
  839. "node_modules/@rollup/rollup-linux-x64-musl": {
  840. "version": "4.44.1",
  841. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.1.tgz",
  842. "integrity": "sha512-iAS4p+J1az6Usn0f8xhgL4PaU878KEtutP4hqw52I4IO6AGoyOkHCxcc4bqufv1tQLdDWFx8lR9YlwxKuv3/3g==",
  843. "cpu": [
  844. "x64"
  845. ],
  846. "dev": true,
  847. "license": "MIT",
  848. "optional": true,
  849. "os": [
  850. "linux"
  851. ]
  852. },
  853. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  854. "version": "4.44.1",
  855. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.1.tgz",
  856. "integrity": "sha512-NtSJVKcXwcqozOl+FwI41OH3OApDyLk3kqTJgx8+gp6On9ZEt5mYhIsKNPGuaZr3p9T6NWPKGU/03Vw4CNU9qg==",
  857. "cpu": [
  858. "arm64"
  859. ],
  860. "dev": true,
  861. "license": "MIT",
  862. "optional": true,
  863. "os": [
  864. "win32"
  865. ]
  866. },
  867. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  868. "version": "4.44.1",
  869. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.1.tgz",
  870. "integrity": "sha512-JYA3qvCOLXSsnTR3oiyGws1Dm0YTuxAAeaYGVlGpUsHqloPcFjPg+X0Fj2qODGLNwQOAcCiQmHub/V007kiH5A==",
  871. "cpu": [
  872. "ia32"
  873. ],
  874. "dev": true,
  875. "license": "MIT",
  876. "optional": true,
  877. "os": [
  878. "win32"
  879. ]
  880. },
  881. "node_modules/@rollup/rollup-win32-x64-msvc": {
  882. "version": "4.44.1",
  883. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.1.tgz",
  884. "integrity": "sha512-J8o22LuF0kTe7m+8PvW9wk3/bRq5+mRo5Dqo6+vXb7otCm3TPhYOJqOaQtGU9YMWQSL3krMnoOxMr0+9E6F3Ug==",
  885. "cpu": [
  886. "x64"
  887. ],
  888. "dev": true,
  889. "license": "MIT",
  890. "optional": true,
  891. "os": [
  892. "win32"
  893. ]
  894. },
  895. "node_modules/@types/estree": {
  896. "version": "1.0.8",
  897. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  898. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  899. "devOptional": true,
  900. "license": "MIT"
  901. },
  902. "node_modules/@types/web-bluetooth": {
  903. "version": "0.0.20",
  904. "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  905. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  906. "license": "MIT"
  907. },
  908. "node_modules/@vitejs/plugin-vue": {
  909. "version": "5.2.4",
  910. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  911. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  912. "dev": true,
  913. "license": "MIT",
  914. "engines": {
  915. "node": "^18.0.0 || >=20.0.0"
  916. },
  917. "peerDependencies": {
  918. "vite": "^5.0.0 || ^6.0.0",
  919. "vue": "^3.2.25"
  920. }
  921. },
  922. "node_modules/@volar/language-core": {
  923. "version": "2.4.15",
  924. "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.4.15.tgz",
  925. "integrity": "sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==",
  926. "dev": true,
  927. "license": "MIT",
  928. "dependencies": {
  929. "@volar/source-map": "2.4.15"
  930. }
  931. },
  932. "node_modules/@volar/source-map": {
  933. "version": "2.4.15",
  934. "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.4.15.tgz",
  935. "integrity": "sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==",
  936. "dev": true,
  937. "license": "MIT"
  938. },
  939. "node_modules/@volar/typescript": {
  940. "version": "2.4.15",
  941. "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.4.15.tgz",
  942. "integrity": "sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==",
  943. "dev": true,
  944. "license": "MIT",
  945. "dependencies": {
  946. "@volar/language-core": "2.4.15",
  947. "path-browserify": "^1.0.1",
  948. "vscode-uri": "^3.0.8"
  949. }
  950. },
  951. "node_modules/@vue/compiler-core": {
  952. "version": "3.5.17",
  953. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.17.tgz",
  954. "integrity": "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==",
  955. "license": "MIT",
  956. "dependencies": {
  957. "@babel/parser": "^7.27.5",
  958. "@vue/shared": "3.5.17",
  959. "entities": "^4.5.0",
  960. "estree-walker": "^2.0.2",
  961. "source-map-js": "^1.2.1"
  962. }
  963. },
  964. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  965. "version": "2.0.2",
  966. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  967. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  968. "license": "MIT"
  969. },
  970. "node_modules/@vue/compiler-dom": {
  971. "version": "3.5.17",
  972. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz",
  973. "integrity": "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==",
  974. "license": "MIT",
  975. "dependencies": {
  976. "@vue/compiler-core": "3.5.17",
  977. "@vue/shared": "3.5.17"
  978. }
  979. },
  980. "node_modules/@vue/compiler-sfc": {
  981. "version": "3.5.17",
  982. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz",
  983. "integrity": "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==",
  984. "license": "MIT",
  985. "dependencies": {
  986. "@babel/parser": "^7.27.5",
  987. "@vue/compiler-core": "3.5.17",
  988. "@vue/compiler-dom": "3.5.17",
  989. "@vue/compiler-ssr": "3.5.17",
  990. "@vue/shared": "3.5.17",
  991. "estree-walker": "^2.0.2",
  992. "magic-string": "^0.30.17",
  993. "postcss": "^8.5.6",
  994. "source-map-js": "^1.2.1"
  995. }
  996. },
  997. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  998. "version": "2.0.2",
  999. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  1000. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  1001. "license": "MIT"
  1002. },
  1003. "node_modules/@vue/compiler-ssr": {
  1004. "version": "3.5.17",
  1005. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz",
  1006. "integrity": "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==",
  1007. "license": "MIT",
  1008. "dependencies": {
  1009. "@vue/compiler-dom": "3.5.17",
  1010. "@vue/shared": "3.5.17"
  1011. }
  1012. },
  1013. "node_modules/@vue/compiler-vue2": {
  1014. "version": "2.7.16",
  1015. "resolved": "https://registry.npmjs.org/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz",
  1016. "integrity": "sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==",
  1017. "dev": true,
  1018. "license": "MIT",
  1019. "dependencies": {
  1020. "de-indent": "^1.0.2",
  1021. "he": "^1.2.0"
  1022. }
  1023. },
  1024. "node_modules/@vue/devtools-api": {
  1025. "version": "6.6.4",
  1026. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  1027. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  1028. "license": "MIT"
  1029. },
  1030. "node_modules/@vue/language-core": {
  1031. "version": "2.2.10",
  1032. "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-2.2.10.tgz",
  1033. "integrity": "sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==",
  1034. "dev": true,
  1035. "license": "MIT",
  1036. "dependencies": {
  1037. "@volar/language-core": "~2.4.11",
  1038. "@vue/compiler-dom": "^3.5.0",
  1039. "@vue/compiler-vue2": "^2.7.16",
  1040. "@vue/shared": "^3.5.0",
  1041. "alien-signals": "^1.0.3",
  1042. "minimatch": "^9.0.3",
  1043. "muggle-string": "^0.4.1",
  1044. "path-browserify": "^1.0.1"
  1045. },
  1046. "peerDependencies": {
  1047. "typescript": "*"
  1048. },
  1049. "peerDependenciesMeta": {
  1050. "typescript": {
  1051. "optional": true
  1052. }
  1053. }
  1054. },
  1055. "node_modules/@vue/reactivity": {
  1056. "version": "3.5.17",
  1057. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.17.tgz",
  1058. "integrity": "sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==",
  1059. "license": "MIT",
  1060. "dependencies": {
  1061. "@vue/shared": "3.5.17"
  1062. }
  1063. },
  1064. "node_modules/@vue/runtime-core": {
  1065. "version": "3.5.17",
  1066. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.17.tgz",
  1067. "integrity": "sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==",
  1068. "license": "MIT",
  1069. "dependencies": {
  1070. "@vue/reactivity": "3.5.17",
  1071. "@vue/shared": "3.5.17"
  1072. }
  1073. },
  1074. "node_modules/@vue/runtime-dom": {
  1075. "version": "3.5.17",
  1076. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz",
  1077. "integrity": "sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==",
  1078. "license": "MIT",
  1079. "dependencies": {
  1080. "@vue/reactivity": "3.5.17",
  1081. "@vue/runtime-core": "3.5.17",
  1082. "@vue/shared": "3.5.17",
  1083. "csstype": "^3.1.3"
  1084. }
  1085. },
  1086. "node_modules/@vue/server-renderer": {
  1087. "version": "3.5.17",
  1088. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.17.tgz",
  1089. "integrity": "sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==",
  1090. "license": "MIT",
  1091. "dependencies": {
  1092. "@vue/compiler-ssr": "3.5.17",
  1093. "@vue/shared": "3.5.17"
  1094. },
  1095. "peerDependencies": {
  1096. "vue": "3.5.17"
  1097. }
  1098. },
  1099. "node_modules/@vue/shared": {
  1100. "version": "3.5.17",
  1101. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.17.tgz",
  1102. "integrity": "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==",
  1103. "license": "MIT"
  1104. },
  1105. "node_modules/@vueuse/core": {
  1106. "version": "10.11.1",
  1107. "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.11.1.tgz",
  1108. "integrity": "sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==",
  1109. "license": "MIT",
  1110. "dependencies": {
  1111. "@types/web-bluetooth": "^0.0.20",
  1112. "@vueuse/metadata": "10.11.1",
  1113. "@vueuse/shared": "10.11.1",
  1114. "vue-demi": ">=0.14.8"
  1115. },
  1116. "funding": {
  1117. "url": "https://github.com/sponsors/antfu"
  1118. }
  1119. },
  1120. "node_modules/@vueuse/metadata": {
  1121. "version": "10.11.1",
  1122. "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.11.1.tgz",
  1123. "integrity": "sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==",
  1124. "license": "MIT",
  1125. "funding": {
  1126. "url": "https://github.com/sponsors/antfu"
  1127. }
  1128. },
  1129. "node_modules/@vueuse/motion": {
  1130. "version": "2.2.6",
  1131. "resolved": "https://registry.npmjs.org/@vueuse/motion/-/motion-2.2.6.tgz",
  1132. "integrity": "sha512-gKFktPtrdypSv44SaW1oBJKLBiP6kE5NcoQ6RsAU3InemESdiAutgQncfPe/rhLSLCtL4jTAhMmFfxoR6gm5LQ==",
  1133. "license": "MIT",
  1134. "dependencies": {
  1135. "@vueuse/core": "^10.10.0",
  1136. "@vueuse/shared": "^10.10.0",
  1137. "csstype": "^3.1.3",
  1138. "framesync": "^6.1.2",
  1139. "popmotion": "^11.0.5",
  1140. "style-value-types": "^5.1.2"
  1141. },
  1142. "optionalDependencies": {
  1143. "@nuxt/kit": "^3.13.0"
  1144. },
  1145. "peerDependencies": {
  1146. "vue": ">=3.0.0"
  1147. }
  1148. },
  1149. "node_modules/@vueuse/shared": {
  1150. "version": "10.11.1",
  1151. "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.11.1.tgz",
  1152. "integrity": "sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==",
  1153. "license": "MIT",
  1154. "dependencies": {
  1155. "vue-demi": ">=0.14.8"
  1156. },
  1157. "funding": {
  1158. "url": "https://github.com/sponsors/antfu"
  1159. }
  1160. },
  1161. "node_modules/acorn": {
  1162. "version": "8.15.0",
  1163. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
  1164. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  1165. "license": "MIT",
  1166. "optional": true,
  1167. "bin": {
  1168. "acorn": "bin/acorn"
  1169. },
  1170. "engines": {
  1171. "node": ">=0.4.0"
  1172. }
  1173. },
  1174. "node_modules/alien-signals": {
  1175. "version": "1.0.13",
  1176. "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-1.0.13.tgz",
  1177. "integrity": "sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==",
  1178. "dev": true,
  1179. "license": "MIT"
  1180. },
  1181. "node_modules/ansi-regex": {
  1182. "version": "6.1.0",
  1183. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
  1184. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  1185. "dev": true,
  1186. "license": "MIT",
  1187. "engines": {
  1188. "node": ">=12"
  1189. },
  1190. "funding": {
  1191. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  1192. }
  1193. },
  1194. "node_modules/ansi-styles": {
  1195. "version": "6.2.1",
  1196. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  1197. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  1198. "dev": true,
  1199. "license": "MIT",
  1200. "engines": {
  1201. "node": ">=12"
  1202. },
  1203. "funding": {
  1204. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1205. }
  1206. },
  1207. "node_modules/any-promise": {
  1208. "version": "1.3.0",
  1209. "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  1210. "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
  1211. "dev": true,
  1212. "license": "MIT"
  1213. },
  1214. "node_modules/anymatch": {
  1215. "version": "3.1.3",
  1216. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  1217. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  1218. "dev": true,
  1219. "license": "ISC",
  1220. "dependencies": {
  1221. "normalize-path": "^3.0.0",
  1222. "picomatch": "^2.0.4"
  1223. },
  1224. "engines": {
  1225. "node": ">= 8"
  1226. }
  1227. },
  1228. "node_modules/arg": {
  1229. "version": "5.0.2",
  1230. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  1231. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
  1232. "dev": true,
  1233. "license": "MIT"
  1234. },
  1235. "node_modules/autoprefixer": {
  1236. "version": "10.4.21",
  1237. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
  1238. "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
  1239. "dev": true,
  1240. "funding": [
  1241. {
  1242. "type": "opencollective",
  1243. "url": "https://opencollective.com/postcss/"
  1244. },
  1245. {
  1246. "type": "tidelift",
  1247. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  1248. },
  1249. {
  1250. "type": "github",
  1251. "url": "https://github.com/sponsors/ai"
  1252. }
  1253. ],
  1254. "license": "MIT",
  1255. "dependencies": {
  1256. "browserslist": "^4.24.4",
  1257. "caniuse-lite": "^1.0.30001702",
  1258. "fraction.js": "^4.3.7",
  1259. "normalize-range": "^0.1.2",
  1260. "picocolors": "^1.1.1",
  1261. "postcss-value-parser": "^4.2.0"
  1262. },
  1263. "bin": {
  1264. "autoprefixer": "bin/autoprefixer"
  1265. },
  1266. "engines": {
  1267. "node": "^10 || ^12 || >=14"
  1268. },
  1269. "peerDependencies": {
  1270. "postcss": "^8.1.0"
  1271. }
  1272. },
  1273. "node_modules/balanced-match": {
  1274. "version": "1.0.2",
  1275. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  1276. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1277. "dev": true,
  1278. "license": "MIT"
  1279. },
  1280. "node_modules/binary-extensions": {
  1281. "version": "2.3.0",
  1282. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  1283. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  1284. "dev": true,
  1285. "license": "MIT",
  1286. "engines": {
  1287. "node": ">=8"
  1288. },
  1289. "funding": {
  1290. "url": "https://github.com/sponsors/sindresorhus"
  1291. }
  1292. },
  1293. "node_modules/brace-expansion": {
  1294. "version": "2.0.2",
  1295. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
  1296. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  1297. "dev": true,
  1298. "license": "MIT",
  1299. "dependencies": {
  1300. "balanced-match": "^1.0.0"
  1301. }
  1302. },
  1303. "node_modules/braces": {
  1304. "version": "3.0.3",
  1305. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  1306. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1307. "dev": true,
  1308. "license": "MIT",
  1309. "dependencies": {
  1310. "fill-range": "^7.1.1"
  1311. },
  1312. "engines": {
  1313. "node": ">=8"
  1314. }
  1315. },
  1316. "node_modules/browserslist": {
  1317. "version": "4.25.1",
  1318. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz",
  1319. "integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==",
  1320. "dev": true,
  1321. "funding": [
  1322. {
  1323. "type": "opencollective",
  1324. "url": "https://opencollective.com/browserslist"
  1325. },
  1326. {
  1327. "type": "tidelift",
  1328. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1329. },
  1330. {
  1331. "type": "github",
  1332. "url": "https://github.com/sponsors/ai"
  1333. }
  1334. ],
  1335. "license": "MIT",
  1336. "dependencies": {
  1337. "caniuse-lite": "^1.0.30001726",
  1338. "electron-to-chromium": "^1.5.173",
  1339. "node-releases": "^2.0.19",
  1340. "update-browserslist-db": "^1.1.3"
  1341. },
  1342. "bin": {
  1343. "browserslist": "cli.js"
  1344. },
  1345. "engines": {
  1346. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1347. }
  1348. },
  1349. "node_modules/c12": {
  1350. "version": "3.0.4",
  1351. "resolved": "https://registry.npmjs.org/c12/-/c12-3.0.4.tgz",
  1352. "integrity": "sha512-t5FaZTYbbCtvxuZq9xxIruYydrAGsJ+8UdP0pZzMiK2xl/gNiSOy0OxhLzHUEEb0m1QXYqfzfvyIFEmz/g9lqg==",
  1353. "license": "MIT",
  1354. "optional": true,
  1355. "dependencies": {
  1356. "chokidar": "^4.0.3",
  1357. "confbox": "^0.2.2",
  1358. "defu": "^6.1.4",
  1359. "dotenv": "^16.5.0",
  1360. "exsolve": "^1.0.5",
  1361. "giget": "^2.0.0",
  1362. "jiti": "^2.4.2",
  1363. "ohash": "^2.0.11",
  1364. "pathe": "^2.0.3",
  1365. "perfect-debounce": "^1.0.0",
  1366. "pkg-types": "^2.1.0",
  1367. "rc9": "^2.1.2"
  1368. },
  1369. "peerDependencies": {
  1370. "magicast": "^0.3.5"
  1371. },
  1372. "peerDependenciesMeta": {
  1373. "magicast": {
  1374. "optional": true
  1375. }
  1376. }
  1377. },
  1378. "node_modules/camelcase-css": {
  1379. "version": "2.0.1",
  1380. "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
  1381. "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
  1382. "dev": true,
  1383. "license": "MIT",
  1384. "engines": {
  1385. "node": ">= 6"
  1386. }
  1387. },
  1388. "node_modules/caniuse-lite": {
  1389. "version": "1.0.30001726",
  1390. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001726.tgz",
  1391. "integrity": "sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw==",
  1392. "dev": true,
  1393. "funding": [
  1394. {
  1395. "type": "opencollective",
  1396. "url": "https://opencollective.com/browserslist"
  1397. },
  1398. {
  1399. "type": "tidelift",
  1400. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1401. },
  1402. {
  1403. "type": "github",
  1404. "url": "https://github.com/sponsors/ai"
  1405. }
  1406. ],
  1407. "license": "CC-BY-4.0"
  1408. },
  1409. "node_modules/chokidar": {
  1410. "version": "4.0.3",
  1411. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  1412. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  1413. "license": "MIT",
  1414. "optional": true,
  1415. "dependencies": {
  1416. "readdirp": "^4.0.1"
  1417. },
  1418. "engines": {
  1419. "node": ">= 14.16.0"
  1420. },
  1421. "funding": {
  1422. "url": "https://paulmillr.com/funding/"
  1423. }
  1424. },
  1425. "node_modules/citty": {
  1426. "version": "0.1.6",
  1427. "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz",
  1428. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  1429. "license": "MIT",
  1430. "optional": true,
  1431. "dependencies": {
  1432. "consola": "^3.2.3"
  1433. }
  1434. },
  1435. "node_modules/color-convert": {
  1436. "version": "2.0.1",
  1437. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1438. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1439. "dev": true,
  1440. "license": "MIT",
  1441. "dependencies": {
  1442. "color-name": "~1.1.4"
  1443. },
  1444. "engines": {
  1445. "node": ">=7.0.0"
  1446. }
  1447. },
  1448. "node_modules/color-name": {
  1449. "version": "1.1.4",
  1450. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1451. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  1452. "dev": true,
  1453. "license": "MIT"
  1454. },
  1455. "node_modules/commander": {
  1456. "version": "4.1.1",
  1457. "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  1458. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  1459. "dev": true,
  1460. "license": "MIT",
  1461. "engines": {
  1462. "node": ">= 6"
  1463. }
  1464. },
  1465. "node_modules/confbox": {
  1466. "version": "0.2.2",
  1467. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
  1468. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  1469. "license": "MIT",
  1470. "optional": true
  1471. },
  1472. "node_modules/consola": {
  1473. "version": "3.4.2",
  1474. "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
  1475. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  1476. "license": "MIT",
  1477. "optional": true,
  1478. "engines": {
  1479. "node": "^14.18.0 || >=16.10.0"
  1480. }
  1481. },
  1482. "node_modules/cross-spawn": {
  1483. "version": "7.0.6",
  1484. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  1485. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  1486. "dev": true,
  1487. "license": "MIT",
  1488. "dependencies": {
  1489. "path-key": "^3.1.0",
  1490. "shebang-command": "^2.0.0",
  1491. "which": "^2.0.1"
  1492. },
  1493. "engines": {
  1494. "node": ">= 8"
  1495. }
  1496. },
  1497. "node_modules/cssesc": {
  1498. "version": "3.0.0",
  1499. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  1500. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1501. "dev": true,
  1502. "license": "MIT",
  1503. "bin": {
  1504. "cssesc": "bin/cssesc"
  1505. },
  1506. "engines": {
  1507. "node": ">=4"
  1508. }
  1509. },
  1510. "node_modules/csstype": {
  1511. "version": "3.1.3",
  1512. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
  1513. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  1514. "license": "MIT"
  1515. },
  1516. "node_modules/de-indent": {
  1517. "version": "1.0.2",
  1518. "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
  1519. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  1520. "dev": true,
  1521. "license": "MIT"
  1522. },
  1523. "node_modules/defu": {
  1524. "version": "6.1.4",
  1525. "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
  1526. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  1527. "license": "MIT",
  1528. "optional": true
  1529. },
  1530. "node_modules/destr": {
  1531. "version": "2.0.5",
  1532. "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz",
  1533. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  1534. "license": "MIT",
  1535. "optional": true
  1536. },
  1537. "node_modules/didyoumean": {
  1538. "version": "1.2.2",
  1539. "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
  1540. "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
  1541. "dev": true,
  1542. "license": "Apache-2.0"
  1543. },
  1544. "node_modules/dlv": {
  1545. "version": "1.1.3",
  1546. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  1547. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
  1548. "dev": true,
  1549. "license": "MIT"
  1550. },
  1551. "node_modules/dotenv": {
  1552. "version": "16.6.1",
  1553. "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
  1554. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  1555. "license": "BSD-2-Clause",
  1556. "optional": true,
  1557. "engines": {
  1558. "node": ">=12"
  1559. },
  1560. "funding": {
  1561. "url": "https://dotenvx.com"
  1562. }
  1563. },
  1564. "node_modules/eastasianwidth": {
  1565. "version": "0.2.0",
  1566. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  1567. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  1568. "dev": true,
  1569. "license": "MIT"
  1570. },
  1571. "node_modules/electron-to-chromium": {
  1572. "version": "1.5.178",
  1573. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.178.tgz",
  1574. "integrity": "sha512-wObbz/ar3Bc6e4X5vf0iO8xTN8YAjN/tgiAOJLr7yjYFtP9wAjq8Mb5h0yn6kResir+VYx2DXBj9NNobs0ETSA==",
  1575. "dev": true,
  1576. "license": "ISC"
  1577. },
  1578. "node_modules/emoji-regex": {
  1579. "version": "9.2.2",
  1580. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1581. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  1582. "dev": true,
  1583. "license": "MIT"
  1584. },
  1585. "node_modules/entities": {
  1586. "version": "4.5.0",
  1587. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  1588. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  1589. "license": "BSD-2-Clause",
  1590. "engines": {
  1591. "node": ">=0.12"
  1592. },
  1593. "funding": {
  1594. "url": "https://github.com/fb55/entities?sponsor=1"
  1595. }
  1596. },
  1597. "node_modules/errx": {
  1598. "version": "0.1.0",
  1599. "resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  1600. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  1601. "license": "MIT",
  1602. "optional": true
  1603. },
  1604. "node_modules/esbuild": {
  1605. "version": "0.21.5",
  1606. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
  1607. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  1608. "dev": true,
  1609. "hasInstallScript": true,
  1610. "bin": {
  1611. "esbuild": "bin/esbuild"
  1612. },
  1613. "engines": {
  1614. "node": ">=12"
  1615. },
  1616. "optionalDependencies": {
  1617. "@esbuild/aix-ppc64": "0.21.5",
  1618. "@esbuild/android-arm": "0.21.5",
  1619. "@esbuild/android-arm64": "0.21.5",
  1620. "@esbuild/android-x64": "0.21.5",
  1621. "@esbuild/darwin-arm64": "0.21.5",
  1622. "@esbuild/darwin-x64": "0.21.5",
  1623. "@esbuild/freebsd-arm64": "0.21.5",
  1624. "@esbuild/freebsd-x64": "0.21.5",
  1625. "@esbuild/linux-arm": "0.21.5",
  1626. "@esbuild/linux-arm64": "0.21.5",
  1627. "@esbuild/linux-ia32": "0.21.5",
  1628. "@esbuild/linux-loong64": "0.21.5",
  1629. "@esbuild/linux-mips64el": "0.21.5",
  1630. "@esbuild/linux-ppc64": "0.21.5",
  1631. "@esbuild/linux-riscv64": "0.21.5",
  1632. "@esbuild/linux-s390x": "0.21.5",
  1633. "@esbuild/linux-x64": "0.21.5",
  1634. "@esbuild/netbsd-x64": "0.21.5",
  1635. "@esbuild/openbsd-x64": "0.21.5",
  1636. "@esbuild/sunos-x64": "0.21.5",
  1637. "@esbuild/win32-arm64": "0.21.5",
  1638. "@esbuild/win32-ia32": "0.21.5",
  1639. "@esbuild/win32-x64": "0.21.5"
  1640. }
  1641. },
  1642. "node_modules/escalade": {
  1643. "version": "3.2.0",
  1644. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  1645. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  1646. "dev": true,
  1647. "license": "MIT",
  1648. "engines": {
  1649. "node": ">=6"
  1650. }
  1651. },
  1652. "node_modules/escape-string-regexp": {
  1653. "version": "5.0.0",
  1654. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  1655. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  1656. "license": "MIT",
  1657. "optional": true,
  1658. "engines": {
  1659. "node": ">=12"
  1660. },
  1661. "funding": {
  1662. "url": "https://github.com/sponsors/sindresorhus"
  1663. }
  1664. },
  1665. "node_modules/estree-walker": {
  1666. "version": "3.0.3",
  1667. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  1668. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  1669. "license": "MIT",
  1670. "optional": true,
  1671. "dependencies": {
  1672. "@types/estree": "^1.0.0"
  1673. }
  1674. },
  1675. "node_modules/exsolve": {
  1676. "version": "1.0.7",
  1677. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.7.tgz",
  1678. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  1679. "license": "MIT",
  1680. "optional": true
  1681. },
  1682. "node_modules/fast-glob": {
  1683. "version": "3.3.3",
  1684. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  1685. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  1686. "dev": true,
  1687. "license": "MIT",
  1688. "dependencies": {
  1689. "@nodelib/fs.stat": "^2.0.2",
  1690. "@nodelib/fs.walk": "^1.2.3",
  1691. "glob-parent": "^5.1.2",
  1692. "merge2": "^1.3.0",
  1693. "micromatch": "^4.0.8"
  1694. },
  1695. "engines": {
  1696. "node": ">=8.6.0"
  1697. }
  1698. },
  1699. "node_modules/fast-glob/node_modules/glob-parent": {
  1700. "version": "5.1.2",
  1701. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  1702. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1703. "dev": true,
  1704. "license": "ISC",
  1705. "dependencies": {
  1706. "is-glob": "^4.0.1"
  1707. },
  1708. "engines": {
  1709. "node": ">= 6"
  1710. }
  1711. },
  1712. "node_modules/fastq": {
  1713. "version": "1.19.1",
  1714. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
  1715. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  1716. "dev": true,
  1717. "license": "ISC",
  1718. "dependencies": {
  1719. "reusify": "^1.0.4"
  1720. }
  1721. },
  1722. "node_modules/fill-range": {
  1723. "version": "7.1.1",
  1724. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  1725. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  1726. "dev": true,
  1727. "license": "MIT",
  1728. "dependencies": {
  1729. "to-regex-range": "^5.0.1"
  1730. },
  1731. "engines": {
  1732. "node": ">=8"
  1733. }
  1734. },
  1735. "node_modules/foreground-child": {
  1736. "version": "3.3.1",
  1737. "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
  1738. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  1739. "dev": true,
  1740. "license": "ISC",
  1741. "dependencies": {
  1742. "cross-spawn": "^7.0.6",
  1743. "signal-exit": "^4.0.1"
  1744. },
  1745. "engines": {
  1746. "node": ">=14"
  1747. },
  1748. "funding": {
  1749. "url": "https://github.com/sponsors/isaacs"
  1750. }
  1751. },
  1752. "node_modules/fraction.js": {
  1753. "version": "4.3.7",
  1754. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  1755. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  1756. "dev": true,
  1757. "license": "MIT",
  1758. "engines": {
  1759. "node": "*"
  1760. },
  1761. "funding": {
  1762. "type": "patreon",
  1763. "url": "https://github.com/sponsors/rawify"
  1764. }
  1765. },
  1766. "node_modules/framesync": {
  1767. "version": "6.1.2",
  1768. "resolved": "https://registry.npmjs.org/framesync/-/framesync-6.1.2.tgz",
  1769. "integrity": "sha512-jBTqhX6KaQVDyus8muwZbBeGGP0XgujBRbQ7gM7BRdS3CadCZIHiawyzYLnafYcvZIh5j8WE7cxZKFn7dXhu9g==",
  1770. "license": "MIT",
  1771. "dependencies": {
  1772. "tslib": "2.4.0"
  1773. }
  1774. },
  1775. "node_modules/fsevents": {
  1776. "version": "2.3.3",
  1777. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  1778. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1779. "dev": true,
  1780. "hasInstallScript": true,
  1781. "license": "MIT",
  1782. "optional": true,
  1783. "os": [
  1784. "darwin"
  1785. ],
  1786. "engines": {
  1787. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1788. }
  1789. },
  1790. "node_modules/function-bind": {
  1791. "version": "1.1.2",
  1792. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  1793. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1794. "dev": true,
  1795. "license": "MIT",
  1796. "funding": {
  1797. "url": "https://github.com/sponsors/ljharb"
  1798. }
  1799. },
  1800. "node_modules/giget": {
  1801. "version": "2.0.0",
  1802. "resolved": "https://registry.npmjs.org/giget/-/giget-2.0.0.tgz",
  1803. "integrity": "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==",
  1804. "license": "MIT",
  1805. "optional": true,
  1806. "dependencies": {
  1807. "citty": "^0.1.6",
  1808. "consola": "^3.4.0",
  1809. "defu": "^6.1.4",
  1810. "node-fetch-native": "^1.6.6",
  1811. "nypm": "^0.6.0",
  1812. "pathe": "^2.0.3"
  1813. },
  1814. "bin": {
  1815. "giget": "dist/cli.mjs"
  1816. }
  1817. },
  1818. "node_modules/glob": {
  1819. "version": "10.4.5",
  1820. "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
  1821. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  1822. "dev": true,
  1823. "license": "ISC",
  1824. "dependencies": {
  1825. "foreground-child": "^3.1.0",
  1826. "jackspeak": "^3.1.2",
  1827. "minimatch": "^9.0.4",
  1828. "minipass": "^7.1.2",
  1829. "package-json-from-dist": "^1.0.0",
  1830. "path-scurry": "^1.11.1"
  1831. },
  1832. "bin": {
  1833. "glob": "dist/esm/bin.mjs"
  1834. },
  1835. "funding": {
  1836. "url": "https://github.com/sponsors/isaacs"
  1837. }
  1838. },
  1839. "node_modules/glob-parent": {
  1840. "version": "6.0.2",
  1841. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  1842. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  1843. "dev": true,
  1844. "license": "ISC",
  1845. "dependencies": {
  1846. "is-glob": "^4.0.3"
  1847. },
  1848. "engines": {
  1849. "node": ">=10.13.0"
  1850. }
  1851. },
  1852. "node_modules/hasown": {
  1853. "version": "2.0.2",
  1854. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  1855. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  1856. "dev": true,
  1857. "license": "MIT",
  1858. "dependencies": {
  1859. "function-bind": "^1.1.2"
  1860. },
  1861. "engines": {
  1862. "node": ">= 0.4"
  1863. }
  1864. },
  1865. "node_modules/he": {
  1866. "version": "1.2.0",
  1867. "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  1868. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  1869. "dev": true,
  1870. "license": "MIT",
  1871. "bin": {
  1872. "he": "bin/he"
  1873. }
  1874. },
  1875. "node_modules/hey-listen": {
  1876. "version": "1.0.8",
  1877. "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz",
  1878. "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==",
  1879. "license": "MIT"
  1880. },
  1881. "node_modules/ignore": {
  1882. "version": "7.0.5",
  1883. "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
  1884. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  1885. "license": "MIT",
  1886. "optional": true,
  1887. "engines": {
  1888. "node": ">= 4"
  1889. }
  1890. },
  1891. "node_modules/is-binary-path": {
  1892. "version": "2.1.0",
  1893. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  1894. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  1895. "dev": true,
  1896. "license": "MIT",
  1897. "dependencies": {
  1898. "binary-extensions": "^2.0.0"
  1899. },
  1900. "engines": {
  1901. "node": ">=8"
  1902. }
  1903. },
  1904. "node_modules/is-core-module": {
  1905. "version": "2.16.1",
  1906. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  1907. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  1908. "dev": true,
  1909. "license": "MIT",
  1910. "dependencies": {
  1911. "hasown": "^2.0.2"
  1912. },
  1913. "engines": {
  1914. "node": ">= 0.4"
  1915. },
  1916. "funding": {
  1917. "url": "https://github.com/sponsors/ljharb"
  1918. }
  1919. },
  1920. "node_modules/is-extglob": {
  1921. "version": "2.1.1",
  1922. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  1923. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  1924. "dev": true,
  1925. "license": "MIT",
  1926. "engines": {
  1927. "node": ">=0.10.0"
  1928. }
  1929. },
  1930. "node_modules/is-fullwidth-code-point": {
  1931. "version": "3.0.0",
  1932. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  1933. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  1934. "dev": true,
  1935. "license": "MIT",
  1936. "engines": {
  1937. "node": ">=8"
  1938. }
  1939. },
  1940. "node_modules/is-glob": {
  1941. "version": "4.0.3",
  1942. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  1943. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  1944. "dev": true,
  1945. "license": "MIT",
  1946. "dependencies": {
  1947. "is-extglob": "^2.1.1"
  1948. },
  1949. "engines": {
  1950. "node": ">=0.10.0"
  1951. }
  1952. },
  1953. "node_modules/is-number": {
  1954. "version": "7.0.0",
  1955. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  1956. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  1957. "dev": true,
  1958. "license": "MIT",
  1959. "engines": {
  1960. "node": ">=0.12.0"
  1961. }
  1962. },
  1963. "node_modules/isexe": {
  1964. "version": "2.0.0",
  1965. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  1966. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  1967. "dev": true,
  1968. "license": "ISC"
  1969. },
  1970. "node_modules/jackspeak": {
  1971. "version": "3.4.3",
  1972. "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
  1973. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  1974. "dev": true,
  1975. "license": "BlueOak-1.0.0",
  1976. "dependencies": {
  1977. "@isaacs/cliui": "^8.0.2"
  1978. },
  1979. "funding": {
  1980. "url": "https://github.com/sponsors/isaacs"
  1981. },
  1982. "optionalDependencies": {
  1983. "@pkgjs/parseargs": "^0.11.0"
  1984. }
  1985. },
  1986. "node_modules/jiti": {
  1987. "version": "2.4.2",
  1988. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz",
  1989. "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
  1990. "license": "MIT",
  1991. "optional": true,
  1992. "bin": {
  1993. "jiti": "lib/jiti-cli.mjs"
  1994. }
  1995. },
  1996. "node_modules/js-tokens": {
  1997. "version": "9.0.1",
  1998. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
  1999. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  2000. "license": "MIT",
  2001. "optional": true
  2002. },
  2003. "node_modules/klona": {
  2004. "version": "2.0.6",
  2005. "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
  2006. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  2007. "license": "MIT",
  2008. "optional": true,
  2009. "engines": {
  2010. "node": ">= 8"
  2011. }
  2012. },
  2013. "node_modules/knitwork": {
  2014. "version": "1.2.0",
  2015. "resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.2.0.tgz",
  2016. "integrity": "sha512-xYSH7AvuQ6nXkq42x0v5S8/Iry+cfulBz/DJQzhIyESdLD7425jXsPy4vn5cCXU+HhRN2kVw51Vd1K6/By4BQg==",
  2017. "license": "MIT",
  2018. "optional": true
  2019. },
  2020. "node_modules/lilconfig": {
  2021. "version": "3.1.3",
  2022. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
  2023. "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
  2024. "dev": true,
  2025. "license": "MIT",
  2026. "engines": {
  2027. "node": ">=14"
  2028. },
  2029. "funding": {
  2030. "url": "https://github.com/sponsors/antonk52"
  2031. }
  2032. },
  2033. "node_modules/lines-and-columns": {
  2034. "version": "1.2.4",
  2035. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  2036. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  2037. "dev": true,
  2038. "license": "MIT"
  2039. },
  2040. "node_modules/local-pkg": {
  2041. "version": "1.1.1",
  2042. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.1.tgz",
  2043. "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
  2044. "license": "MIT",
  2045. "optional": true,
  2046. "dependencies": {
  2047. "mlly": "^1.7.4",
  2048. "pkg-types": "^2.0.1",
  2049. "quansync": "^0.2.8"
  2050. },
  2051. "engines": {
  2052. "node": ">=14"
  2053. },
  2054. "funding": {
  2055. "url": "https://github.com/sponsors/antfu"
  2056. }
  2057. },
  2058. "node_modules/lru-cache": {
  2059. "version": "10.4.3",
  2060. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
  2061. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  2062. "dev": true,
  2063. "license": "ISC"
  2064. },
  2065. "node_modules/lucide-vue-next": {
  2066. "version": "0.290.0",
  2067. "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.290.0.tgz",
  2068. "integrity": "sha512-M3EAXDq7Gy7W3OvK+98P9QA+zX2T7EGrXUCAeEa0/CuRjNXZRRFcZEe9j/+O6CpMtlmWceh2K3qpQXNdQ/pmsw==",
  2069. "license": "ISC",
  2070. "peerDependencies": {
  2071. "vue": ">=3.0.1"
  2072. }
  2073. },
  2074. "node_modules/magic-string": {
  2075. "version": "0.30.17",
  2076. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",
  2077. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  2078. "license": "MIT",
  2079. "dependencies": {
  2080. "@jridgewell/sourcemap-codec": "^1.5.0"
  2081. }
  2082. },
  2083. "node_modules/merge2": {
  2084. "version": "1.4.1",
  2085. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  2086. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  2087. "dev": true,
  2088. "license": "MIT",
  2089. "engines": {
  2090. "node": ">= 8"
  2091. }
  2092. },
  2093. "node_modules/micromatch": {
  2094. "version": "4.0.8",
  2095. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  2096. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  2097. "dev": true,
  2098. "license": "MIT",
  2099. "dependencies": {
  2100. "braces": "^3.0.3",
  2101. "picomatch": "^2.3.1"
  2102. },
  2103. "engines": {
  2104. "node": ">=8.6"
  2105. }
  2106. },
  2107. "node_modules/minimatch": {
  2108. "version": "9.0.5",
  2109. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
  2110. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2111. "dev": true,
  2112. "license": "ISC",
  2113. "dependencies": {
  2114. "brace-expansion": "^2.0.1"
  2115. },
  2116. "engines": {
  2117. "node": ">=16 || 14 >=14.17"
  2118. },
  2119. "funding": {
  2120. "url": "https://github.com/sponsors/isaacs"
  2121. }
  2122. },
  2123. "node_modules/minipass": {
  2124. "version": "7.1.2",
  2125. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
  2126. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  2127. "dev": true,
  2128. "license": "ISC",
  2129. "engines": {
  2130. "node": ">=16 || 14 >=14.17"
  2131. }
  2132. },
  2133. "node_modules/mlly": {
  2134. "version": "1.7.4",
  2135. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.4.tgz",
  2136. "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==",
  2137. "license": "MIT",
  2138. "optional": true,
  2139. "dependencies": {
  2140. "acorn": "^8.14.0",
  2141. "pathe": "^2.0.1",
  2142. "pkg-types": "^1.3.0",
  2143. "ufo": "^1.5.4"
  2144. }
  2145. },
  2146. "node_modules/mlly/node_modules/confbox": {
  2147. "version": "0.1.8",
  2148. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  2149. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  2150. "license": "MIT",
  2151. "optional": true
  2152. },
  2153. "node_modules/mlly/node_modules/pkg-types": {
  2154. "version": "1.3.1",
  2155. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  2156. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  2157. "license": "MIT",
  2158. "optional": true,
  2159. "dependencies": {
  2160. "confbox": "^0.1.8",
  2161. "mlly": "^1.7.4",
  2162. "pathe": "^2.0.1"
  2163. }
  2164. },
  2165. "node_modules/muggle-string": {
  2166. "version": "0.4.1",
  2167. "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz",
  2168. "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==",
  2169. "dev": true,
  2170. "license": "MIT"
  2171. },
  2172. "node_modules/mz": {
  2173. "version": "2.7.0",
  2174. "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  2175. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  2176. "dev": true,
  2177. "license": "MIT",
  2178. "dependencies": {
  2179. "any-promise": "^1.0.0",
  2180. "object-assign": "^4.0.1",
  2181. "thenify-all": "^1.0.0"
  2182. }
  2183. },
  2184. "node_modules/nanoid": {
  2185. "version": "3.3.11",
  2186. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  2187. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  2188. "funding": [
  2189. {
  2190. "type": "github",
  2191. "url": "https://github.com/sponsors/ai"
  2192. }
  2193. ],
  2194. "license": "MIT",
  2195. "bin": {
  2196. "nanoid": "bin/nanoid.cjs"
  2197. },
  2198. "engines": {
  2199. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2200. }
  2201. },
  2202. "node_modules/node-fetch-native": {
  2203. "version": "1.6.6",
  2204. "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
  2205. "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==",
  2206. "license": "MIT",
  2207. "optional": true
  2208. },
  2209. "node_modules/node-releases": {
  2210. "version": "2.0.19",
  2211. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
  2212. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  2213. "dev": true,
  2214. "license": "MIT"
  2215. },
  2216. "node_modules/normalize-path": {
  2217. "version": "3.0.0",
  2218. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  2219. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  2220. "dev": true,
  2221. "license": "MIT",
  2222. "engines": {
  2223. "node": ">=0.10.0"
  2224. }
  2225. },
  2226. "node_modules/normalize-range": {
  2227. "version": "0.1.2",
  2228. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  2229. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  2230. "dev": true,
  2231. "license": "MIT",
  2232. "engines": {
  2233. "node": ">=0.10.0"
  2234. }
  2235. },
  2236. "node_modules/nypm": {
  2237. "version": "0.6.0",
  2238. "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.0.tgz",
  2239. "integrity": "sha512-mn8wBFV9G9+UFHIrq+pZ2r2zL4aPau/by3kJb3cM7+5tQHMt6HGQB8FDIeKFYp8o0D2pnH6nVsO88N4AmUxIWg==",
  2240. "license": "MIT",
  2241. "optional": true,
  2242. "dependencies": {
  2243. "citty": "^0.1.6",
  2244. "consola": "^3.4.0",
  2245. "pathe": "^2.0.3",
  2246. "pkg-types": "^2.0.0",
  2247. "tinyexec": "^0.3.2"
  2248. },
  2249. "bin": {
  2250. "nypm": "dist/cli.mjs"
  2251. },
  2252. "engines": {
  2253. "node": "^14.16.0 || >=16.10.0"
  2254. }
  2255. },
  2256. "node_modules/object-assign": {
  2257. "version": "4.1.1",
  2258. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  2259. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  2260. "dev": true,
  2261. "license": "MIT",
  2262. "engines": {
  2263. "node": ">=0.10.0"
  2264. }
  2265. },
  2266. "node_modules/object-hash": {
  2267. "version": "3.0.0",
  2268. "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
  2269. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  2270. "dev": true,
  2271. "license": "MIT",
  2272. "engines": {
  2273. "node": ">= 6"
  2274. }
  2275. },
  2276. "node_modules/ohash": {
  2277. "version": "2.0.11",
  2278. "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  2279. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  2280. "license": "MIT",
  2281. "optional": true
  2282. },
  2283. "node_modules/package-json-from-dist": {
  2284. "version": "1.0.1",
  2285. "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  2286. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  2287. "dev": true,
  2288. "license": "BlueOak-1.0.0"
  2289. },
  2290. "node_modules/path-browserify": {
  2291. "version": "1.0.1",
  2292. "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
  2293. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  2294. "dev": true,
  2295. "license": "MIT"
  2296. },
  2297. "node_modules/path-key": {
  2298. "version": "3.1.1",
  2299. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  2300. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  2301. "dev": true,
  2302. "license": "MIT",
  2303. "engines": {
  2304. "node": ">=8"
  2305. }
  2306. },
  2307. "node_modules/path-parse": {
  2308. "version": "1.0.7",
  2309. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  2310. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  2311. "dev": true,
  2312. "license": "MIT"
  2313. },
  2314. "node_modules/path-scurry": {
  2315. "version": "1.11.1",
  2316. "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
  2317. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  2318. "dev": true,
  2319. "license": "BlueOak-1.0.0",
  2320. "dependencies": {
  2321. "lru-cache": "^10.2.0",
  2322. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  2323. },
  2324. "engines": {
  2325. "node": ">=16 || 14 >=14.18"
  2326. },
  2327. "funding": {
  2328. "url": "https://github.com/sponsors/isaacs"
  2329. }
  2330. },
  2331. "node_modules/pathe": {
  2332. "version": "2.0.3",
  2333. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  2334. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2335. "license": "MIT",
  2336. "optional": true
  2337. },
  2338. "node_modules/perfect-debounce": {
  2339. "version": "1.0.0",
  2340. "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  2341. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  2342. "license": "MIT",
  2343. "optional": true
  2344. },
  2345. "node_modules/picocolors": {
  2346. "version": "1.1.1",
  2347. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  2348. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2349. "license": "ISC"
  2350. },
  2351. "node_modules/picomatch": {
  2352. "version": "2.3.1",
  2353. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  2354. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  2355. "dev": true,
  2356. "license": "MIT",
  2357. "engines": {
  2358. "node": ">=8.6"
  2359. },
  2360. "funding": {
  2361. "url": "https://github.com/sponsors/jonschlinkert"
  2362. }
  2363. },
  2364. "node_modules/pify": {
  2365. "version": "2.3.0",
  2366. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  2367. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  2368. "dev": true,
  2369. "license": "MIT",
  2370. "engines": {
  2371. "node": ">=0.10.0"
  2372. }
  2373. },
  2374. "node_modules/pinia": {
  2375. "version": "2.3.1",
  2376. "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz",
  2377. "integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
  2378. "license": "MIT",
  2379. "dependencies": {
  2380. "@vue/devtools-api": "^6.6.3",
  2381. "vue-demi": "^0.14.10"
  2382. },
  2383. "funding": {
  2384. "url": "https://github.com/sponsors/posva"
  2385. },
  2386. "peerDependencies": {
  2387. "typescript": ">=4.4.4",
  2388. "vue": "^2.7.0 || ^3.5.11"
  2389. },
  2390. "peerDependenciesMeta": {
  2391. "typescript": {
  2392. "optional": true
  2393. }
  2394. }
  2395. },
  2396. "node_modules/pirates": {
  2397. "version": "4.0.7",
  2398. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
  2399. "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
  2400. "dev": true,
  2401. "license": "MIT",
  2402. "engines": {
  2403. "node": ">= 6"
  2404. }
  2405. },
  2406. "node_modules/pkg-types": {
  2407. "version": "2.2.0",
  2408. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.2.0.tgz",
  2409. "integrity": "sha512-2SM/GZGAEkPp3KWORxQZns4M+WSeXbC2HEvmOIJe3Cmiv6ieAJvdVhDldtHqM5J1Y7MrR1XhkBT/rMlhh9FdqQ==",
  2410. "license": "MIT",
  2411. "optional": true,
  2412. "dependencies": {
  2413. "confbox": "^0.2.2",
  2414. "exsolve": "^1.0.7",
  2415. "pathe": "^2.0.3"
  2416. }
  2417. },
  2418. "node_modules/popmotion": {
  2419. "version": "11.0.5",
  2420. "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-11.0.5.tgz",
  2421. "integrity": "sha512-la8gPM1WYeFznb/JqF4GiTkRRPZsfaj2+kCxqQgr2MJylMmIKUwBfWW8Wa5fml/8gmtlD5yI01MP1QCZPWmppA==",
  2422. "license": "MIT",
  2423. "dependencies": {
  2424. "framesync": "6.1.2",
  2425. "hey-listen": "^1.0.8",
  2426. "style-value-types": "5.1.2",
  2427. "tslib": "2.4.0"
  2428. }
  2429. },
  2430. "node_modules/postcss": {
  2431. "version": "8.5.6",
  2432. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  2433. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  2434. "funding": [
  2435. {
  2436. "type": "opencollective",
  2437. "url": "https://opencollective.com/postcss/"
  2438. },
  2439. {
  2440. "type": "tidelift",
  2441. "url": "https://tidelift.com/funding/github/npm/postcss"
  2442. },
  2443. {
  2444. "type": "github",
  2445. "url": "https://github.com/sponsors/ai"
  2446. }
  2447. ],
  2448. "license": "MIT",
  2449. "dependencies": {
  2450. "nanoid": "^3.3.11",
  2451. "picocolors": "^1.1.1",
  2452. "source-map-js": "^1.2.1"
  2453. },
  2454. "engines": {
  2455. "node": "^10 || ^12 || >=14"
  2456. }
  2457. },
  2458. "node_modules/postcss-import": {
  2459. "version": "15.1.0",
  2460. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
  2461. "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
  2462. "dev": true,
  2463. "license": "MIT",
  2464. "dependencies": {
  2465. "postcss-value-parser": "^4.0.0",
  2466. "read-cache": "^1.0.0",
  2467. "resolve": "^1.1.7"
  2468. },
  2469. "engines": {
  2470. "node": ">=14.0.0"
  2471. },
  2472. "peerDependencies": {
  2473. "postcss": "^8.0.0"
  2474. }
  2475. },
  2476. "node_modules/postcss-js": {
  2477. "version": "4.0.1",
  2478. "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
  2479. "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
  2480. "dev": true,
  2481. "license": "MIT",
  2482. "dependencies": {
  2483. "camelcase-css": "^2.0.1"
  2484. },
  2485. "engines": {
  2486. "node": "^12 || ^14 || >= 16"
  2487. },
  2488. "funding": {
  2489. "type": "opencollective",
  2490. "url": "https://opencollective.com/postcss/"
  2491. },
  2492. "peerDependencies": {
  2493. "postcss": "^8.4.21"
  2494. }
  2495. },
  2496. "node_modules/postcss-load-config": {
  2497. "version": "4.0.2",
  2498. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
  2499. "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
  2500. "dev": true,
  2501. "funding": [
  2502. {
  2503. "type": "opencollective",
  2504. "url": "https://opencollective.com/postcss/"
  2505. },
  2506. {
  2507. "type": "github",
  2508. "url": "https://github.com/sponsors/ai"
  2509. }
  2510. ],
  2511. "license": "MIT",
  2512. "dependencies": {
  2513. "lilconfig": "^3.0.0",
  2514. "yaml": "^2.3.4"
  2515. },
  2516. "engines": {
  2517. "node": ">= 14"
  2518. },
  2519. "peerDependencies": {
  2520. "postcss": ">=8.0.9",
  2521. "ts-node": ">=9.0.0"
  2522. },
  2523. "peerDependenciesMeta": {
  2524. "postcss": {
  2525. "optional": true
  2526. },
  2527. "ts-node": {
  2528. "optional": true
  2529. }
  2530. }
  2531. },
  2532. "node_modules/postcss-nested": {
  2533. "version": "6.2.0",
  2534. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
  2535. "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
  2536. "dev": true,
  2537. "funding": [
  2538. {
  2539. "type": "opencollective",
  2540. "url": "https://opencollective.com/postcss/"
  2541. },
  2542. {
  2543. "type": "github",
  2544. "url": "https://github.com/sponsors/ai"
  2545. }
  2546. ],
  2547. "license": "MIT",
  2548. "dependencies": {
  2549. "postcss-selector-parser": "^6.1.1"
  2550. },
  2551. "engines": {
  2552. "node": ">=12.0"
  2553. },
  2554. "peerDependencies": {
  2555. "postcss": "^8.2.14"
  2556. }
  2557. },
  2558. "node_modules/postcss-selector-parser": {
  2559. "version": "6.1.2",
  2560. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  2561. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  2562. "dev": true,
  2563. "license": "MIT",
  2564. "dependencies": {
  2565. "cssesc": "^3.0.0",
  2566. "util-deprecate": "^1.0.2"
  2567. },
  2568. "engines": {
  2569. "node": ">=4"
  2570. }
  2571. },
  2572. "node_modules/postcss-value-parser": {
  2573. "version": "4.2.0",
  2574. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  2575. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  2576. "dev": true,
  2577. "license": "MIT"
  2578. },
  2579. "node_modules/quansync": {
  2580. "version": "0.2.10",
  2581. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.10.tgz",
  2582. "integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==",
  2583. "funding": [
  2584. {
  2585. "type": "individual",
  2586. "url": "https://github.com/sponsors/antfu"
  2587. },
  2588. {
  2589. "type": "individual",
  2590. "url": "https://github.com/sponsors/sxzz"
  2591. }
  2592. ],
  2593. "license": "MIT",
  2594. "optional": true
  2595. },
  2596. "node_modules/queue-microtask": {
  2597. "version": "1.2.3",
  2598. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  2599. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  2600. "dev": true,
  2601. "funding": [
  2602. {
  2603. "type": "github",
  2604. "url": "https://github.com/sponsors/feross"
  2605. },
  2606. {
  2607. "type": "patreon",
  2608. "url": "https://www.patreon.com/feross"
  2609. },
  2610. {
  2611. "type": "consulting",
  2612. "url": "https://feross.org/support"
  2613. }
  2614. ],
  2615. "license": "MIT"
  2616. },
  2617. "node_modules/rc9": {
  2618. "version": "2.1.2",
  2619. "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz",
  2620. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  2621. "license": "MIT",
  2622. "optional": true,
  2623. "dependencies": {
  2624. "defu": "^6.1.4",
  2625. "destr": "^2.0.3"
  2626. }
  2627. },
  2628. "node_modules/read-cache": {
  2629. "version": "1.0.0",
  2630. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  2631. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  2632. "dev": true,
  2633. "license": "MIT",
  2634. "dependencies": {
  2635. "pify": "^2.3.0"
  2636. }
  2637. },
  2638. "node_modules/readdirp": {
  2639. "version": "4.1.2",
  2640. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  2641. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  2642. "license": "MIT",
  2643. "optional": true,
  2644. "engines": {
  2645. "node": ">= 14.18.0"
  2646. },
  2647. "funding": {
  2648. "type": "individual",
  2649. "url": "https://paulmillr.com/funding/"
  2650. }
  2651. },
  2652. "node_modules/resolve": {
  2653. "version": "1.22.10",
  2654. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
  2655. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  2656. "dev": true,
  2657. "license": "MIT",
  2658. "dependencies": {
  2659. "is-core-module": "^2.16.0",
  2660. "path-parse": "^1.0.7",
  2661. "supports-preserve-symlinks-flag": "^1.0.0"
  2662. },
  2663. "bin": {
  2664. "resolve": "bin/resolve"
  2665. },
  2666. "engines": {
  2667. "node": ">= 0.4"
  2668. },
  2669. "funding": {
  2670. "url": "https://github.com/sponsors/ljharb"
  2671. }
  2672. },
  2673. "node_modules/reusify": {
  2674. "version": "1.1.0",
  2675. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  2676. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  2677. "dev": true,
  2678. "license": "MIT",
  2679. "engines": {
  2680. "iojs": ">=1.0.0",
  2681. "node": ">=0.10.0"
  2682. }
  2683. },
  2684. "node_modules/rollup": {
  2685. "version": "4.44.1",
  2686. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.44.1.tgz",
  2687. "integrity": "sha512-x8H8aPvD+xbl0Do8oez5f5o8eMS3trfCghc4HhLAnCkj7Vl0d1JWGs0UF/D886zLW2rOj2QymV/JcSSsw+XDNg==",
  2688. "dev": true,
  2689. "license": "MIT",
  2690. "dependencies": {
  2691. "@types/estree": "1.0.8"
  2692. },
  2693. "bin": {
  2694. "rollup": "dist/bin/rollup"
  2695. },
  2696. "engines": {
  2697. "node": ">=18.0.0",
  2698. "npm": ">=8.0.0"
  2699. },
  2700. "optionalDependencies": {
  2701. "@rollup/rollup-android-arm-eabi": "4.44.1",
  2702. "@rollup/rollup-android-arm64": "4.44.1",
  2703. "@rollup/rollup-darwin-arm64": "4.44.1",
  2704. "@rollup/rollup-darwin-x64": "4.44.1",
  2705. "@rollup/rollup-freebsd-arm64": "4.44.1",
  2706. "@rollup/rollup-freebsd-x64": "4.44.1",
  2707. "@rollup/rollup-linux-arm-gnueabihf": "4.44.1",
  2708. "@rollup/rollup-linux-arm-musleabihf": "4.44.1",
  2709. "@rollup/rollup-linux-arm64-gnu": "4.44.1",
  2710. "@rollup/rollup-linux-arm64-musl": "4.44.1",
  2711. "@rollup/rollup-linux-loongarch64-gnu": "4.44.1",
  2712. "@rollup/rollup-linux-powerpc64le-gnu": "4.44.1",
  2713. "@rollup/rollup-linux-riscv64-gnu": "4.44.1",
  2714. "@rollup/rollup-linux-riscv64-musl": "4.44.1",
  2715. "@rollup/rollup-linux-s390x-gnu": "4.44.1",
  2716. "@rollup/rollup-linux-x64-gnu": "4.44.1",
  2717. "@rollup/rollup-linux-x64-musl": "4.44.1",
  2718. "@rollup/rollup-win32-arm64-msvc": "4.44.1",
  2719. "@rollup/rollup-win32-ia32-msvc": "4.44.1",
  2720. "@rollup/rollup-win32-x64-msvc": "4.44.1",
  2721. "fsevents": "~2.3.2"
  2722. }
  2723. },
  2724. "node_modules/run-parallel": {
  2725. "version": "1.2.0",
  2726. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  2727. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  2728. "dev": true,
  2729. "funding": [
  2730. {
  2731. "type": "github",
  2732. "url": "https://github.com/sponsors/feross"
  2733. },
  2734. {
  2735. "type": "patreon",
  2736. "url": "https://www.patreon.com/feross"
  2737. },
  2738. {
  2739. "type": "consulting",
  2740. "url": "https://feross.org/support"
  2741. }
  2742. ],
  2743. "license": "MIT",
  2744. "dependencies": {
  2745. "queue-microtask": "^1.2.2"
  2746. }
  2747. },
  2748. "node_modules/scule": {
  2749. "version": "1.3.0",
  2750. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  2751. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  2752. "license": "MIT",
  2753. "optional": true
  2754. },
  2755. "node_modules/semver": {
  2756. "version": "7.7.2",
  2757. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
  2758. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  2759. "license": "ISC",
  2760. "optional": true,
  2761. "bin": {
  2762. "semver": "bin/semver.js"
  2763. },
  2764. "engines": {
  2765. "node": ">=10"
  2766. }
  2767. },
  2768. "node_modules/shebang-command": {
  2769. "version": "2.0.0",
  2770. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  2771. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  2772. "dev": true,
  2773. "license": "MIT",
  2774. "dependencies": {
  2775. "shebang-regex": "^3.0.0"
  2776. },
  2777. "engines": {
  2778. "node": ">=8"
  2779. }
  2780. },
  2781. "node_modules/shebang-regex": {
  2782. "version": "3.0.0",
  2783. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  2784. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  2785. "dev": true,
  2786. "license": "MIT",
  2787. "engines": {
  2788. "node": ">=8"
  2789. }
  2790. },
  2791. "node_modules/signal-exit": {
  2792. "version": "4.1.0",
  2793. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  2794. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  2795. "dev": true,
  2796. "license": "ISC",
  2797. "engines": {
  2798. "node": ">=14"
  2799. },
  2800. "funding": {
  2801. "url": "https://github.com/sponsors/isaacs"
  2802. }
  2803. },
  2804. "node_modules/source-map-js": {
  2805. "version": "1.2.1",
  2806. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  2807. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2808. "license": "BSD-3-Clause",
  2809. "engines": {
  2810. "node": ">=0.10.0"
  2811. }
  2812. },
  2813. "node_modules/std-env": {
  2814. "version": "3.9.0",
  2815. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.9.0.tgz",
  2816. "integrity": "sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==",
  2817. "license": "MIT",
  2818. "optional": true
  2819. },
  2820. "node_modules/string-width": {
  2821. "version": "5.1.2",
  2822. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  2823. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  2824. "dev": true,
  2825. "license": "MIT",
  2826. "dependencies": {
  2827. "eastasianwidth": "^0.2.0",
  2828. "emoji-regex": "^9.2.2",
  2829. "strip-ansi": "^7.0.1"
  2830. },
  2831. "engines": {
  2832. "node": ">=12"
  2833. },
  2834. "funding": {
  2835. "url": "https://github.com/sponsors/sindresorhus"
  2836. }
  2837. },
  2838. "node_modules/string-width-cjs": {
  2839. "name": "string-width",
  2840. "version": "4.2.3",
  2841. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  2842. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  2843. "dev": true,
  2844. "license": "MIT",
  2845. "dependencies": {
  2846. "emoji-regex": "^8.0.0",
  2847. "is-fullwidth-code-point": "^3.0.0",
  2848. "strip-ansi": "^6.0.1"
  2849. },
  2850. "engines": {
  2851. "node": ">=8"
  2852. }
  2853. },
  2854. "node_modules/string-width-cjs/node_modules/ansi-regex": {
  2855. "version": "5.0.1",
  2856. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2857. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2858. "dev": true,
  2859. "license": "MIT",
  2860. "engines": {
  2861. "node": ">=8"
  2862. }
  2863. },
  2864. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  2865. "version": "8.0.0",
  2866. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  2867. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  2868. "dev": true,
  2869. "license": "MIT"
  2870. },
  2871. "node_modules/string-width-cjs/node_modules/strip-ansi": {
  2872. "version": "6.0.1",
  2873. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  2874. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  2875. "dev": true,
  2876. "license": "MIT",
  2877. "dependencies": {
  2878. "ansi-regex": "^5.0.1"
  2879. },
  2880. "engines": {
  2881. "node": ">=8"
  2882. }
  2883. },
  2884. "node_modules/strip-ansi": {
  2885. "version": "7.1.0",
  2886. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  2887. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  2888. "dev": true,
  2889. "license": "MIT",
  2890. "dependencies": {
  2891. "ansi-regex": "^6.0.1"
  2892. },
  2893. "engines": {
  2894. "node": ">=12"
  2895. },
  2896. "funding": {
  2897. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  2898. }
  2899. },
  2900. "node_modules/strip-ansi-cjs": {
  2901. "name": "strip-ansi",
  2902. "version": "6.0.1",
  2903. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  2904. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  2905. "dev": true,
  2906. "license": "MIT",
  2907. "dependencies": {
  2908. "ansi-regex": "^5.0.1"
  2909. },
  2910. "engines": {
  2911. "node": ">=8"
  2912. }
  2913. },
  2914. "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
  2915. "version": "5.0.1",
  2916. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2917. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2918. "dev": true,
  2919. "license": "MIT",
  2920. "engines": {
  2921. "node": ">=8"
  2922. }
  2923. },
  2924. "node_modules/strip-literal": {
  2925. "version": "3.0.0",
  2926. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.0.0.tgz",
  2927. "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
  2928. "license": "MIT",
  2929. "optional": true,
  2930. "dependencies": {
  2931. "js-tokens": "^9.0.1"
  2932. },
  2933. "funding": {
  2934. "url": "https://github.com/sponsors/antfu"
  2935. }
  2936. },
  2937. "node_modules/style-value-types": {
  2938. "version": "5.1.2",
  2939. "resolved": "https://registry.npmjs.org/style-value-types/-/style-value-types-5.1.2.tgz",
  2940. "integrity": "sha512-Vs9fNreYF9j6W2VvuDTP7kepALi7sk0xtk2Tu8Yxi9UoajJdEVpNpCov0HsLTqXvNGKX+Uv09pkozVITi1jf3Q==",
  2941. "license": "MIT",
  2942. "dependencies": {
  2943. "hey-listen": "^1.0.8",
  2944. "tslib": "2.4.0"
  2945. }
  2946. },
  2947. "node_modules/sucrase": {
  2948. "version": "3.35.0",
  2949. "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
  2950. "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
  2951. "dev": true,
  2952. "license": "MIT",
  2953. "dependencies": {
  2954. "@jridgewell/gen-mapping": "^0.3.2",
  2955. "commander": "^4.0.0",
  2956. "glob": "^10.3.10",
  2957. "lines-and-columns": "^1.1.6",
  2958. "mz": "^2.7.0",
  2959. "pirates": "^4.0.1",
  2960. "ts-interface-checker": "^0.1.9"
  2961. },
  2962. "bin": {
  2963. "sucrase": "bin/sucrase",
  2964. "sucrase-node": "bin/sucrase-node"
  2965. },
  2966. "engines": {
  2967. "node": ">=16 || 14 >=14.17"
  2968. }
  2969. },
  2970. "node_modules/supports-preserve-symlinks-flag": {
  2971. "version": "1.0.0",
  2972. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  2973. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  2974. "dev": true,
  2975. "license": "MIT",
  2976. "engines": {
  2977. "node": ">= 0.4"
  2978. },
  2979. "funding": {
  2980. "url": "https://github.com/sponsors/ljharb"
  2981. }
  2982. },
  2983. "node_modules/tailwindcss": {
  2984. "version": "3.4.17",
  2985. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz",
  2986. "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==",
  2987. "dev": true,
  2988. "license": "MIT",
  2989. "dependencies": {
  2990. "@alloc/quick-lru": "^5.2.0",
  2991. "arg": "^5.0.2",
  2992. "chokidar": "^3.6.0",
  2993. "didyoumean": "^1.2.2",
  2994. "dlv": "^1.1.3",
  2995. "fast-glob": "^3.3.2",
  2996. "glob-parent": "^6.0.2",
  2997. "is-glob": "^4.0.3",
  2998. "jiti": "^1.21.6",
  2999. "lilconfig": "^3.1.3",
  3000. "micromatch": "^4.0.8",
  3001. "normalize-path": "^3.0.0",
  3002. "object-hash": "^3.0.0",
  3003. "picocolors": "^1.1.1",
  3004. "postcss": "^8.4.47",
  3005. "postcss-import": "^15.1.0",
  3006. "postcss-js": "^4.0.1",
  3007. "postcss-load-config": "^4.0.2",
  3008. "postcss-nested": "^6.2.0",
  3009. "postcss-selector-parser": "^6.1.2",
  3010. "resolve": "^1.22.8",
  3011. "sucrase": "^3.35.0"
  3012. },
  3013. "bin": {
  3014. "tailwind": "lib/cli.js",
  3015. "tailwindcss": "lib/cli.js"
  3016. },
  3017. "engines": {
  3018. "node": ">=14.0.0"
  3019. }
  3020. },
  3021. "node_modules/tailwindcss/node_modules/chokidar": {
  3022. "version": "3.6.0",
  3023. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  3024. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  3025. "dev": true,
  3026. "license": "MIT",
  3027. "dependencies": {
  3028. "anymatch": "~3.1.2",
  3029. "braces": "~3.0.2",
  3030. "glob-parent": "~5.1.2",
  3031. "is-binary-path": "~2.1.0",
  3032. "is-glob": "~4.0.1",
  3033. "normalize-path": "~3.0.0",
  3034. "readdirp": "~3.6.0"
  3035. },
  3036. "engines": {
  3037. "node": ">= 8.10.0"
  3038. },
  3039. "funding": {
  3040. "url": "https://paulmillr.com/funding/"
  3041. },
  3042. "optionalDependencies": {
  3043. "fsevents": "~2.3.2"
  3044. }
  3045. },
  3046. "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": {
  3047. "version": "5.1.2",
  3048. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  3049. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3050. "dev": true,
  3051. "license": "ISC",
  3052. "dependencies": {
  3053. "is-glob": "^4.0.1"
  3054. },
  3055. "engines": {
  3056. "node": ">= 6"
  3057. }
  3058. },
  3059. "node_modules/tailwindcss/node_modules/jiti": {
  3060. "version": "1.21.7",
  3061. "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
  3062. "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
  3063. "dev": true,
  3064. "license": "MIT",
  3065. "bin": {
  3066. "jiti": "bin/jiti.js"
  3067. }
  3068. },
  3069. "node_modules/tailwindcss/node_modules/readdirp": {
  3070. "version": "3.6.0",
  3071. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  3072. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  3073. "dev": true,
  3074. "license": "MIT",
  3075. "dependencies": {
  3076. "picomatch": "^2.2.1"
  3077. },
  3078. "engines": {
  3079. "node": ">=8.10.0"
  3080. }
  3081. },
  3082. "node_modules/thenify": {
  3083. "version": "3.3.1",
  3084. "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
  3085. "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
  3086. "dev": true,
  3087. "license": "MIT",
  3088. "dependencies": {
  3089. "any-promise": "^1.0.0"
  3090. }
  3091. },
  3092. "node_modules/thenify-all": {
  3093. "version": "1.6.0",
  3094. "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
  3095. "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
  3096. "dev": true,
  3097. "license": "MIT",
  3098. "dependencies": {
  3099. "thenify": ">= 3.1.0 < 4"
  3100. },
  3101. "engines": {
  3102. "node": ">=0.8"
  3103. }
  3104. },
  3105. "node_modules/tinyexec": {
  3106. "version": "0.3.2",
  3107. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
  3108. "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
  3109. "license": "MIT",
  3110. "optional": true
  3111. },
  3112. "node_modules/tinyglobby": {
  3113. "version": "0.2.14",
  3114. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
  3115. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  3116. "license": "MIT",
  3117. "optional": true,
  3118. "dependencies": {
  3119. "fdir": "^6.4.4",
  3120. "picomatch": "^4.0.2"
  3121. },
  3122. "engines": {
  3123. "node": ">=12.0.0"
  3124. },
  3125. "funding": {
  3126. "url": "https://github.com/sponsors/SuperchupuDev"
  3127. }
  3128. },
  3129. "node_modules/tinyglobby/node_modules/fdir": {
  3130. "version": "6.4.6",
  3131. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
  3132. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  3133. "license": "MIT",
  3134. "optional": true,
  3135. "peerDependencies": {
  3136. "picomatch": "^3 || ^4"
  3137. },
  3138. "peerDependenciesMeta": {
  3139. "picomatch": {
  3140. "optional": true
  3141. }
  3142. }
  3143. },
  3144. "node_modules/tinyglobby/node_modules/picomatch": {
  3145. "version": "4.0.2",
  3146. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
  3147. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3148. "license": "MIT",
  3149. "optional": true,
  3150. "engines": {
  3151. "node": ">=12"
  3152. },
  3153. "funding": {
  3154. "url": "https://github.com/sponsors/jonschlinkert"
  3155. }
  3156. },
  3157. "node_modules/to-regex-range": {
  3158. "version": "5.0.1",
  3159. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  3160. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  3161. "dev": true,
  3162. "license": "MIT",
  3163. "dependencies": {
  3164. "is-number": "^7.0.0"
  3165. },
  3166. "engines": {
  3167. "node": ">=8.0"
  3168. }
  3169. },
  3170. "node_modules/ts-interface-checker": {
  3171. "version": "0.1.13",
  3172. "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
  3173. "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
  3174. "dev": true,
  3175. "license": "Apache-2.0"
  3176. },
  3177. "node_modules/tslib": {
  3178. "version": "2.4.0",
  3179. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
  3180. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  3181. "license": "0BSD"
  3182. },
  3183. "node_modules/typescript": {
  3184. "version": "5.8.3",
  3185. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
  3186. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  3187. "devOptional": true,
  3188. "license": "Apache-2.0",
  3189. "bin": {
  3190. "tsc": "bin/tsc",
  3191. "tsserver": "bin/tsserver"
  3192. },
  3193. "engines": {
  3194. "node": ">=14.17"
  3195. }
  3196. },
  3197. "node_modules/ufo": {
  3198. "version": "1.6.1",
  3199. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
  3200. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  3201. "license": "MIT",
  3202. "optional": true
  3203. },
  3204. "node_modules/unctx": {
  3205. "version": "2.4.1",
  3206. "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.4.1.tgz",
  3207. "integrity": "sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==",
  3208. "license": "MIT",
  3209. "optional": true,
  3210. "dependencies": {
  3211. "acorn": "^8.14.0",
  3212. "estree-walker": "^3.0.3",
  3213. "magic-string": "^0.30.17",
  3214. "unplugin": "^2.1.0"
  3215. }
  3216. },
  3217. "node_modules/unimport": {
  3218. "version": "5.1.0",
  3219. "resolved": "https://registry.npmjs.org/unimport/-/unimport-5.1.0.tgz",
  3220. "integrity": "sha512-wMmuG+wkzeHh2KCE6yiDlHmKelN8iE/maxkUYMbmrS6iV8+n6eP1TH3yKKlepuF4hrkepinEGmBXdfo9XZUvAw==",
  3221. "license": "MIT",
  3222. "optional": true,
  3223. "dependencies": {
  3224. "acorn": "^8.15.0",
  3225. "escape-string-regexp": "^5.0.0",
  3226. "estree-walker": "^3.0.3",
  3227. "local-pkg": "^1.1.1",
  3228. "magic-string": "^0.30.17",
  3229. "mlly": "^1.7.4",
  3230. "pathe": "^2.0.3",
  3231. "picomatch": "^4.0.2",
  3232. "pkg-types": "^2.1.1",
  3233. "scule": "^1.3.0",
  3234. "strip-literal": "^3.0.0",
  3235. "tinyglobby": "^0.2.14",
  3236. "unplugin": "^2.3.5",
  3237. "unplugin-utils": "^0.2.4"
  3238. },
  3239. "engines": {
  3240. "node": ">=18.12.0"
  3241. }
  3242. },
  3243. "node_modules/unimport/node_modules/picomatch": {
  3244. "version": "4.0.2",
  3245. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
  3246. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3247. "license": "MIT",
  3248. "optional": true,
  3249. "engines": {
  3250. "node": ">=12"
  3251. },
  3252. "funding": {
  3253. "url": "https://github.com/sponsors/jonschlinkert"
  3254. }
  3255. },
  3256. "node_modules/unplugin": {
  3257. "version": "2.3.5",
  3258. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.5.tgz",
  3259. "integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==",
  3260. "license": "MIT",
  3261. "optional": true,
  3262. "dependencies": {
  3263. "acorn": "^8.14.1",
  3264. "picomatch": "^4.0.2",
  3265. "webpack-virtual-modules": "^0.6.2"
  3266. },
  3267. "engines": {
  3268. "node": ">=18.12.0"
  3269. }
  3270. },
  3271. "node_modules/unplugin-utils": {
  3272. "version": "0.2.4",
  3273. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.2.4.tgz",
  3274. "integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==",
  3275. "license": "MIT",
  3276. "optional": true,
  3277. "dependencies": {
  3278. "pathe": "^2.0.2",
  3279. "picomatch": "^4.0.2"
  3280. },
  3281. "engines": {
  3282. "node": ">=18.12.0"
  3283. },
  3284. "funding": {
  3285. "url": "https://github.com/sponsors/sxzz"
  3286. }
  3287. },
  3288. "node_modules/unplugin-utils/node_modules/picomatch": {
  3289. "version": "4.0.2",
  3290. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
  3291. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3292. "license": "MIT",
  3293. "optional": true,
  3294. "engines": {
  3295. "node": ">=12"
  3296. },
  3297. "funding": {
  3298. "url": "https://github.com/sponsors/jonschlinkert"
  3299. }
  3300. },
  3301. "node_modules/unplugin/node_modules/picomatch": {
  3302. "version": "4.0.2",
  3303. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
  3304. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  3305. "license": "MIT",
  3306. "optional": true,
  3307. "engines": {
  3308. "node": ">=12"
  3309. },
  3310. "funding": {
  3311. "url": "https://github.com/sponsors/jonschlinkert"
  3312. }
  3313. },
  3314. "node_modules/untyped": {
  3315. "version": "2.0.0",
  3316. "resolved": "https://registry.npmjs.org/untyped/-/untyped-2.0.0.tgz",
  3317. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  3318. "license": "MIT",
  3319. "optional": true,
  3320. "dependencies": {
  3321. "citty": "^0.1.6",
  3322. "defu": "^6.1.4",
  3323. "jiti": "^2.4.2",
  3324. "knitwork": "^1.2.0",
  3325. "scule": "^1.3.0"
  3326. },
  3327. "bin": {
  3328. "untyped": "dist/cli.mjs"
  3329. }
  3330. },
  3331. "node_modules/update-browserslist-db": {
  3332. "version": "1.1.3",
  3333. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  3334. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  3335. "dev": true,
  3336. "funding": [
  3337. {
  3338. "type": "opencollective",
  3339. "url": "https://opencollective.com/browserslist"
  3340. },
  3341. {
  3342. "type": "tidelift",
  3343. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3344. },
  3345. {
  3346. "type": "github",
  3347. "url": "https://github.com/sponsors/ai"
  3348. }
  3349. ],
  3350. "license": "MIT",
  3351. "dependencies": {
  3352. "escalade": "^3.2.0",
  3353. "picocolors": "^1.1.1"
  3354. },
  3355. "bin": {
  3356. "update-browserslist-db": "cli.js"
  3357. },
  3358. "peerDependencies": {
  3359. "browserslist": ">= 4.21.0"
  3360. }
  3361. },
  3362. "node_modules/util-deprecate": {
  3363. "version": "1.0.2",
  3364. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  3365. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  3366. "dev": true,
  3367. "license": "MIT"
  3368. },
  3369. "node_modules/vite": {
  3370. "version": "5.4.19",
  3371. "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.19.tgz",
  3372. "integrity": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==",
  3373. "dev": true,
  3374. "license": "MIT",
  3375. "dependencies": {
  3376. "esbuild": "^0.21.3",
  3377. "postcss": "^8.4.43",
  3378. "rollup": "^4.20.0"
  3379. },
  3380. "bin": {
  3381. "vite": "bin/vite.js"
  3382. },
  3383. "engines": {
  3384. "node": "^18.0.0 || >=20.0.0"
  3385. },
  3386. "funding": {
  3387. "url": "https://github.com/vitejs/vite?sponsor=1"
  3388. },
  3389. "optionalDependencies": {
  3390. "fsevents": "~2.3.3"
  3391. },
  3392. "peerDependencies": {
  3393. "@types/node": "^18.0.0 || >=20.0.0",
  3394. "less": "*",
  3395. "lightningcss": "^1.21.0",
  3396. "sass": "*",
  3397. "sass-embedded": "*",
  3398. "stylus": "*",
  3399. "sugarss": "*",
  3400. "terser": "^5.4.0"
  3401. },
  3402. "peerDependenciesMeta": {
  3403. "@types/node": {
  3404. "optional": true
  3405. },
  3406. "less": {
  3407. "optional": true
  3408. },
  3409. "lightningcss": {
  3410. "optional": true
  3411. },
  3412. "sass": {
  3413. "optional": true
  3414. },
  3415. "sass-embedded": {
  3416. "optional": true
  3417. },
  3418. "stylus": {
  3419. "optional": true
  3420. },
  3421. "sugarss": {
  3422. "optional": true
  3423. },
  3424. "terser": {
  3425. "optional": true
  3426. }
  3427. }
  3428. },
  3429. "node_modules/vscode-uri": {
  3430. "version": "3.1.0",
  3431. "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
  3432. "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
  3433. "dev": true,
  3434. "license": "MIT"
  3435. },
  3436. "node_modules/vue": {
  3437. "version": "3.5.17",
  3438. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.17.tgz",
  3439. "integrity": "sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==",
  3440. "license": "MIT",
  3441. "dependencies": {
  3442. "@vue/compiler-dom": "3.5.17",
  3443. "@vue/compiler-sfc": "3.5.17",
  3444. "@vue/runtime-dom": "3.5.17",
  3445. "@vue/server-renderer": "3.5.17",
  3446. "@vue/shared": "3.5.17"
  3447. },
  3448. "peerDependencies": {
  3449. "typescript": "*"
  3450. },
  3451. "peerDependenciesMeta": {
  3452. "typescript": {
  3453. "optional": true
  3454. }
  3455. }
  3456. },
  3457. "node_modules/vue-demi": {
  3458. "version": "0.14.10",
  3459. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  3460. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  3461. "hasInstallScript": true,
  3462. "license": "MIT",
  3463. "bin": {
  3464. "vue-demi-fix": "bin/vue-demi-fix.js",
  3465. "vue-demi-switch": "bin/vue-demi-switch.js"
  3466. },
  3467. "engines": {
  3468. "node": ">=12"
  3469. },
  3470. "funding": {
  3471. "url": "https://github.com/sponsors/antfu"
  3472. },
  3473. "peerDependencies": {
  3474. "@vue/composition-api": "^1.0.0-rc.1",
  3475. "vue": "^3.0.0-0 || ^2.6.0"
  3476. },
  3477. "peerDependenciesMeta": {
  3478. "@vue/composition-api": {
  3479. "optional": true
  3480. }
  3481. }
  3482. },
  3483. "node_modules/vue-tsc": {
  3484. "version": "2.2.10",
  3485. "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.2.10.tgz",
  3486. "integrity": "sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ==",
  3487. "dev": true,
  3488. "license": "MIT",
  3489. "dependencies": {
  3490. "@volar/typescript": "~2.4.11",
  3491. "@vue/language-core": "2.2.10"
  3492. },
  3493. "bin": {
  3494. "vue-tsc": "bin/vue-tsc.js"
  3495. },
  3496. "peerDependencies": {
  3497. "typescript": ">=5.0.0"
  3498. }
  3499. },
  3500. "node_modules/webpack-virtual-modules": {
  3501. "version": "0.6.2",
  3502. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  3503. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  3504. "license": "MIT",
  3505. "optional": true
  3506. },
  3507. "node_modules/which": {
  3508. "version": "2.0.2",
  3509. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  3510. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  3511. "dev": true,
  3512. "license": "ISC",
  3513. "dependencies": {
  3514. "isexe": "^2.0.0"
  3515. },
  3516. "bin": {
  3517. "node-which": "bin/node-which"
  3518. },
  3519. "engines": {
  3520. "node": ">= 8"
  3521. }
  3522. },
  3523. "node_modules/wrap-ansi": {
  3524. "version": "8.1.0",
  3525. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  3526. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  3527. "dev": true,
  3528. "license": "MIT",
  3529. "dependencies": {
  3530. "ansi-styles": "^6.1.0",
  3531. "string-width": "^5.0.1",
  3532. "strip-ansi": "^7.0.1"
  3533. },
  3534. "engines": {
  3535. "node": ">=12"
  3536. },
  3537. "funding": {
  3538. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  3539. }
  3540. },
  3541. "node_modules/wrap-ansi-cjs": {
  3542. "name": "wrap-ansi",
  3543. "version": "7.0.0",
  3544. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  3545. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  3546. "dev": true,
  3547. "license": "MIT",
  3548. "dependencies": {
  3549. "ansi-styles": "^4.0.0",
  3550. "string-width": "^4.1.0",
  3551. "strip-ansi": "^6.0.0"
  3552. },
  3553. "engines": {
  3554. "node": ">=10"
  3555. },
  3556. "funding": {
  3557. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  3558. }
  3559. },
  3560. "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
  3561. "version": "5.0.1",
  3562. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3563. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  3564. "dev": true,
  3565. "license": "MIT",
  3566. "engines": {
  3567. "node": ">=8"
  3568. }
  3569. },
  3570. "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
  3571. "version": "4.3.0",
  3572. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3573. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3574. "dev": true,
  3575. "license": "MIT",
  3576. "dependencies": {
  3577. "color-convert": "^2.0.1"
  3578. },
  3579. "engines": {
  3580. "node": ">=8"
  3581. },
  3582. "funding": {
  3583. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3584. }
  3585. },
  3586. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  3587. "version": "8.0.0",
  3588. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  3589. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  3590. "dev": true,
  3591. "license": "MIT"
  3592. },
  3593. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  3594. "version": "4.2.3",
  3595. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  3596. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  3597. "dev": true,
  3598. "license": "MIT",
  3599. "dependencies": {
  3600. "emoji-regex": "^8.0.0",
  3601. "is-fullwidth-code-point": "^3.0.0",
  3602. "strip-ansi": "^6.0.1"
  3603. },
  3604. "engines": {
  3605. "node": ">=8"
  3606. }
  3607. },
  3608. "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
  3609. "version": "6.0.1",
  3610. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  3611. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  3612. "dev": true,
  3613. "license": "MIT",
  3614. "dependencies": {
  3615. "ansi-regex": "^5.0.1"
  3616. },
  3617. "engines": {
  3618. "node": ">=8"
  3619. }
  3620. },
  3621. "node_modules/yaml": {
  3622. "version": "2.8.0",
  3623. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
  3624. "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
  3625. "dev": true,
  3626. "license": "ISC",
  3627. "bin": {
  3628. "yaml": "bin.mjs"
  3629. },
  3630. "engines": {
  3631. "node": ">= 14.6"
  3632. }
  3633. }
  3634. }
  3635. }