pnpm-lock.yaml 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647
  1. lockfileVersion: '9.0'
  2. settings:
  3. autoInstallPeers: true
  4. excludeLinksFromLockfile: false
  5. importers:
  6. .:
  7. dependencies:
  8. vitepress:
  9. specifier: ^1.3.4
  10. version: 1.3.4(@algolia/client-search@4.24.0)(@types/node@20.16.5)(less@4.2.0)(postcss@8.4.47)(search-insights@2.13.0)
  11. vue:
  12. specifier: ^3.5.6
  13. version: 3.5.6
  14. devDependencies:
  15. '@types/node':
  16. specifier: ^20.16.5
  17. version: 20.16.5
  18. less:
  19. specifier: ^4.2.0
  20. version: 4.2.0
  21. packages:
  22. '@algolia/autocomplete-core@1.9.3':
  23. resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==}
  24. '@algolia/autocomplete-plugin-algolia-insights@1.9.3':
  25. resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==}
  26. peerDependencies:
  27. search-insights: '>= 1 < 3'
  28. '@algolia/autocomplete-preset-algolia@1.9.3':
  29. resolution: {integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==}
  30. peerDependencies:
  31. '@algolia/client-search': '>= 4.9.1 < 6'
  32. algoliasearch: '>= 4.9.1 < 6'
  33. '@algolia/autocomplete-shared@1.9.3':
  34. resolution: {integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==}
  35. peerDependencies:
  36. '@algolia/client-search': '>= 4.9.1 < 6'
  37. algoliasearch: '>= 4.9.1 < 6'
  38. '@algolia/cache-browser-local-storage@4.24.0':
  39. resolution: {integrity: sha512-t63W9BnoXVrGy9iYHBgObNXqYXM3tYXCjDSHeNwnsc324r4o5UiVKUiAB4THQ5z9U5hTj6qUvwg/Ez43ZD85ww==}
  40. '@algolia/cache-common@4.24.0':
  41. resolution: {integrity: sha512-emi+v+DmVLpMGhp0V9q9h5CdkURsNmFC+cOS6uK9ndeJm9J4TiqSvPYVu+THUP8P/S08rxf5x2P+p3CfID0Y4g==}
  42. '@algolia/cache-in-memory@4.24.0':
  43. resolution: {integrity: sha512-gDrt2so19jW26jY3/MkFg5mEypFIPbPoXsQGQWAi6TrCPsNOSEYepBMPlucqWigsmEy/prp5ug2jy/N3PVG/8w==}
  44. '@algolia/client-account@4.24.0':
  45. resolution: {integrity: sha512-adcvyJ3KjPZFDybxlqnf+5KgxJtBjwTPTeyG2aOyoJvx0Y8dUQAEOEVOJ/GBxX0WWNbmaSrhDURMhc+QeevDsA==}
  46. '@algolia/client-analytics@4.24.0':
  47. resolution: {integrity: sha512-y8jOZt1OjwWU4N2qr8G4AxXAzaa8DBvyHTWlHzX/7Me1LX8OayfgHexqrsL4vSBcoMmVw2XnVW9MhL+Y2ZDJXg==}
  48. '@algolia/client-common@4.24.0':
  49. resolution: {integrity: sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==}
  50. '@algolia/client-personalization@4.24.0':
  51. resolution: {integrity: sha512-l5FRFm/yngztweU0HdUzz1rC4yoWCFo3IF+dVIVTfEPg906eZg5BOd1k0K6rZx5JzyyoP4LdmOikfkfGsKVE9w==}
  52. '@algolia/client-search@4.24.0':
  53. resolution: {integrity: sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==}
  54. '@algolia/logger-common@4.24.0':
  55. resolution: {integrity: sha512-LLUNjkahj9KtKYrQhFKCzMx0BY3RnNP4FEtO+sBybCjJ73E8jNdaKJ/Dd8A/VA4imVHP5tADZ8pn5B8Ga/wTMA==}
  56. '@algolia/logger-console@4.24.0':
  57. resolution: {integrity: sha512-X4C8IoHgHfiUROfoRCV+lzSy+LHMgkoEEU1BbKcsfnV0i0S20zyy0NLww9dwVHUWNfPPxdMU+/wKmLGYf96yTg==}
  58. '@algolia/recommend@4.24.0':
  59. resolution: {integrity: sha512-P9kcgerfVBpfYHDfVZDvvdJv0lEoCvzNlOy2nykyt5bK8TyieYyiD0lguIJdRZZYGre03WIAFf14pgE+V+IBlw==}
  60. '@algolia/requester-browser-xhr@4.24.0':
  61. resolution: {integrity: sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==}
  62. '@algolia/requester-common@4.24.0':
  63. resolution: {integrity: sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==}
  64. '@algolia/requester-node-http@4.24.0':
  65. resolution: {integrity: sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==}
  66. '@algolia/transporter@4.24.0':
  67. resolution: {integrity: sha512-86nI7w6NzWxd1Zp9q3413dRshDqAzSbsQjhcDhPIatEFiZrL1/TjnHL8S7jVKFePlIMzDsZWXAXwXzcok9c5oA==}
  68. '@babel/helper-string-parser@7.24.8':
  69. resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
  70. engines: {node: '>=6.9.0'}
  71. '@babel/helper-validator-identifier@7.24.7':
  72. resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
  73. engines: {node: '>=6.9.0'}
  74. '@babel/parser@7.25.6':
  75. resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==}
  76. engines: {node: '>=6.0.0'}
  77. hasBin: true
  78. '@babel/types@7.25.6':
  79. resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==}
  80. engines: {node: '>=6.9.0'}
  81. '@docsearch/css@3.6.1':
  82. resolution: {integrity: sha512-VtVb5DS+0hRIprU2CO6ZQjK2Zg4QU5HrDM1+ix6rT0umsYvFvatMAnf97NHZlVWDaaLlx7GRfR/7FikANiM2Fg==}
  83. '@docsearch/js@3.6.1':
  84. resolution: {integrity: sha512-erI3RRZurDr1xES5hvYJ3Imp7jtrXj6f1xYIzDzxiS7nNBufYWPbJwrmMqWC5g9y165PmxEmN9pklGCdLi0Iqg==}
  85. '@docsearch/react@3.6.1':
  86. resolution: {integrity: sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==}
  87. peerDependencies:
  88. '@types/react': '>= 16.8.0 < 19.0.0'
  89. react: '>= 16.8.0 < 19.0.0'
  90. react-dom: '>= 16.8.0 < 19.0.0'
  91. search-insights: '>= 1 < 3'
  92. peerDependenciesMeta:
  93. '@types/react':
  94. optional: true
  95. react:
  96. optional: true
  97. react-dom:
  98. optional: true
  99. search-insights:
  100. optional: true
  101. '@esbuild/aix-ppc64@0.21.5':
  102. resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
  103. engines: {node: '>=12'}
  104. cpu: [ppc64]
  105. os: [aix]
  106. '@esbuild/android-arm64@0.21.5':
  107. resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
  108. engines: {node: '>=12'}
  109. cpu: [arm64]
  110. os: [android]
  111. '@esbuild/android-arm@0.21.5':
  112. resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
  113. engines: {node: '>=12'}
  114. cpu: [arm]
  115. os: [android]
  116. '@esbuild/android-x64@0.21.5':
  117. resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
  118. engines: {node: '>=12'}
  119. cpu: [x64]
  120. os: [android]
  121. '@esbuild/darwin-arm64@0.21.5':
  122. resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
  123. engines: {node: '>=12'}
  124. cpu: [arm64]
  125. os: [darwin]
  126. '@esbuild/darwin-x64@0.21.5':
  127. resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
  128. engines: {node: '>=12'}
  129. cpu: [x64]
  130. os: [darwin]
  131. '@esbuild/freebsd-arm64@0.21.5':
  132. resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
  133. engines: {node: '>=12'}
  134. cpu: [arm64]
  135. os: [freebsd]
  136. '@esbuild/freebsd-x64@0.21.5':
  137. resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
  138. engines: {node: '>=12'}
  139. cpu: [x64]
  140. os: [freebsd]
  141. '@esbuild/linux-arm64@0.21.5':
  142. resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
  143. engines: {node: '>=12'}
  144. cpu: [arm64]
  145. os: [linux]
  146. '@esbuild/linux-arm@0.21.5':
  147. resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
  148. engines: {node: '>=12'}
  149. cpu: [arm]
  150. os: [linux]
  151. '@esbuild/linux-ia32@0.21.5':
  152. resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
  153. engines: {node: '>=12'}
  154. cpu: [ia32]
  155. os: [linux]
  156. '@esbuild/linux-loong64@0.21.5':
  157. resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
  158. engines: {node: '>=12'}
  159. cpu: [loong64]
  160. os: [linux]
  161. '@esbuild/linux-mips64el@0.21.5':
  162. resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
  163. engines: {node: '>=12'}
  164. cpu: [mips64el]
  165. os: [linux]
  166. '@esbuild/linux-ppc64@0.21.5':
  167. resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
  168. engines: {node: '>=12'}
  169. cpu: [ppc64]
  170. os: [linux]
  171. '@esbuild/linux-riscv64@0.21.5':
  172. resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
  173. engines: {node: '>=12'}
  174. cpu: [riscv64]
  175. os: [linux]
  176. '@esbuild/linux-s390x@0.21.5':
  177. resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
  178. engines: {node: '>=12'}
  179. cpu: [s390x]
  180. os: [linux]
  181. '@esbuild/linux-x64@0.21.5':
  182. resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
  183. engines: {node: '>=12'}
  184. cpu: [x64]
  185. os: [linux]
  186. '@esbuild/netbsd-x64@0.21.5':
  187. resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
  188. engines: {node: '>=12'}
  189. cpu: [x64]
  190. os: [netbsd]
  191. '@esbuild/openbsd-x64@0.21.5':
  192. resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
  193. engines: {node: '>=12'}
  194. cpu: [x64]
  195. os: [openbsd]
  196. '@esbuild/sunos-x64@0.21.5':
  197. resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
  198. engines: {node: '>=12'}
  199. cpu: [x64]
  200. os: [sunos]
  201. '@esbuild/win32-arm64@0.21.5':
  202. resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
  203. engines: {node: '>=12'}
  204. cpu: [arm64]
  205. os: [win32]
  206. '@esbuild/win32-ia32@0.21.5':
  207. resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
  208. engines: {node: '>=12'}
  209. cpu: [ia32]
  210. os: [win32]
  211. '@esbuild/win32-x64@0.21.5':
  212. resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
  213. engines: {node: '>=12'}
  214. cpu: [x64]
  215. os: [win32]
  216. '@jridgewell/sourcemap-codec@1.5.0':
  217. resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
  218. '@rollup/rollup-android-arm-eabi@4.21.3':
  219. resolution: {integrity: sha512-MmKSfaB9GX+zXl6E8z4koOr/xU63AMVleLEa64v7R0QF/ZloMs5vcD1sHgM64GXXS1csaJutG+ddtzcueI/BLg==}
  220. cpu: [arm]
  221. os: [android]
  222. '@rollup/rollup-android-arm64@4.21.3':
  223. resolution: {integrity: sha512-zrt8ecH07PE3sB4jPOggweBjJMzI1JG5xI2DIsUbkA+7K+Gkjys6eV7i9pOenNSDJH3eOr/jLb/PzqtmdwDq5g==}
  224. cpu: [arm64]
  225. os: [android]
  226. '@rollup/rollup-darwin-arm64@4.21.3':
  227. resolution: {integrity: sha512-P0UxIOrKNBFTQaXTxOH4RxuEBVCgEA5UTNV6Yz7z9QHnUJ7eLX9reOd/NYMO3+XZO2cco19mXTxDMXxit4R/eQ==}
  228. cpu: [arm64]
  229. os: [darwin]
  230. '@rollup/rollup-darwin-x64@4.21.3':
  231. resolution: {integrity: sha512-L1M0vKGO5ASKntqtsFEjTq/fD91vAqnzeaF6sfNAy55aD+Hi2pBI5DKwCO+UNDQHWsDViJLqshxOahXyLSh3EA==}
  232. cpu: [x64]
  233. os: [darwin]
  234. '@rollup/rollup-linux-arm-gnueabihf@4.21.3':
  235. resolution: {integrity: sha512-btVgIsCjuYFKUjopPoWiDqmoUXQDiW2A4C3Mtmp5vACm7/GnyuprqIDPNczeyR5W8rTXEbkmrJux7cJmD99D2g==}
  236. cpu: [arm]
  237. os: [linux]
  238. '@rollup/rollup-linux-arm-musleabihf@4.21.3':
  239. resolution: {integrity: sha512-zmjbSphplZlau6ZTkxd3+NMtE4UKVy7U4aVFMmHcgO5CUbw17ZP6QCgyxhzGaU/wFFdTfiojjbLG3/0p9HhAqA==}
  240. cpu: [arm]
  241. os: [linux]
  242. '@rollup/rollup-linux-arm64-gnu@4.21.3':
  243. resolution: {integrity: sha512-nSZfcZtAnQPRZmUkUQwZq2OjQciR6tEoJaZVFvLHsj0MF6QhNMg0fQ6mUOsiCUpTqxTx0/O6gX0V/nYc7LrgPw==}
  244. cpu: [arm64]
  245. os: [linux]
  246. '@rollup/rollup-linux-arm64-musl@4.21.3':
  247. resolution: {integrity: sha512-MnvSPGO8KJXIMGlQDYfvYS3IosFN2rKsvxRpPO2l2cum+Z3exiExLwVU+GExL96pn8IP+GdH8Tz70EpBhO0sIQ==}
  248. cpu: [arm64]
  249. os: [linux]
  250. '@rollup/rollup-linux-powerpc64le-gnu@4.21.3':
  251. resolution: {integrity: sha512-+W+p/9QNDr2vE2AXU0qIy0qQE75E8RTwTwgqS2G5CRQ11vzq0tbnfBd6brWhS9bCRjAjepJe2fvvkvS3dno+iw==}
  252. cpu: [ppc64]
  253. os: [linux]
  254. '@rollup/rollup-linux-riscv64-gnu@4.21.3':
  255. resolution: {integrity: sha512-yXH6K6KfqGXaxHrtr+Uoy+JpNlUlI46BKVyonGiaD74ravdnF9BUNC+vV+SIuB96hUMGShhKV693rF9QDfO6nQ==}
  256. cpu: [riscv64]
  257. os: [linux]
  258. '@rollup/rollup-linux-s390x-gnu@4.21.3':
  259. resolution: {integrity: sha512-R8cwY9wcnApN/KDYWTH4gV/ypvy9yZUHlbJvfaiXSB48JO3KpwSpjOGqO4jnGkLDSk1hgjYkTbTt6Q7uvPf8eg==}
  260. cpu: [s390x]
  261. os: [linux]
  262. '@rollup/rollup-linux-x64-gnu@4.21.3':
  263. resolution: {integrity: sha512-kZPbX/NOPh0vhS5sI+dR8L1bU2cSO9FgxwM8r7wHzGydzfSjLRCFAT87GR5U9scj2rhzN3JPYVC7NoBbl4FZ0g==}
  264. cpu: [x64]
  265. os: [linux]
  266. '@rollup/rollup-linux-x64-musl@4.21.3':
  267. resolution: {integrity: sha512-S0Yq+xA1VEH66uiMNhijsWAafffydd2X5b77eLHfRmfLsRSpbiAWiRHV6DEpz6aOToPsgid7TI9rGd6zB1rhbg==}
  268. cpu: [x64]
  269. os: [linux]
  270. '@rollup/rollup-win32-arm64-msvc@4.21.3':
  271. resolution: {integrity: sha512-9isNzeL34yquCPyerog+IMCNxKR8XYmGd0tHSV+OVx0TmE0aJOo9uw4fZfUuk2qxobP5sug6vNdZR6u7Mw7Q+Q==}
  272. cpu: [arm64]
  273. os: [win32]
  274. '@rollup/rollup-win32-ia32-msvc@4.21.3':
  275. resolution: {integrity: sha512-nMIdKnfZfzn1Vsk+RuOvl43ONTZXoAPUUxgcU0tXooqg4YrAqzfKzVenqqk2g5efWh46/D28cKFrOzDSW28gTA==}
  276. cpu: [ia32]
  277. os: [win32]
  278. '@rollup/rollup-win32-x64-msvc@4.21.3':
  279. resolution: {integrity: sha512-fOvu7PCQjAj4eWDEuD8Xz5gpzFqXzGlxHZozHP4b9Jxv9APtdxL6STqztDzMLuRXEc4UpXGGhx029Xgm91QBeA==}
  280. cpu: [x64]
  281. os: [win32]
  282. '@shikijs/core@1.17.7':
  283. resolution: {integrity: sha512-ZnIDxFu/yvje3Q8owSHaEHd+bu/jdWhHAaJ17ggjXofHx5rc4bhpCSW+OjC6smUBi5s5dd023jWtZ1gzMu/yrw==}
  284. '@shikijs/engine-javascript@1.17.7':
  285. resolution: {integrity: sha512-wwSf7lKPsm+hiYQdX+1WfOXujtnUG6fnN4rCmExxa4vo+OTmvZ9B1eKauilvol/LHUPrQgW12G3gzem7pY5ckw==}
  286. '@shikijs/engine-oniguruma@1.17.7':
  287. resolution: {integrity: sha512-pvSYGnVeEIconU28NEzBXqSQC/GILbuNbAHwMoSfdTBrobKAsV1vq2K4cAgiaW1TJceLV9QMGGh18hi7cCzbVQ==}
  288. '@shikijs/transformers@1.17.7':
  289. resolution: {integrity: sha512-Nu7DaUT/qHDqbEsWBBqX6MyPMFbR4hUZcK11TA+zU/nPu9eDFE8v0p+n+eT4A3+3mxX6czMSF81W4QNsQ/NSpQ==}
  290. '@shikijs/types@1.17.7':
  291. resolution: {integrity: sha512-+qA4UyhWLH2q4EFd+0z4K7GpERDU+c+CN2XYD3sC+zjvAr5iuwD1nToXZMt1YODshjkEGEDV86G7j66bKjqDdg==}
  292. '@shikijs/vscode-textmate@9.2.2':
  293. resolution: {integrity: sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==}
  294. '@types/estree@1.0.5':
  295. resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
  296. '@types/hast@3.0.4':
  297. resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
  298. '@types/linkify-it@5.0.0':
  299. resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==}
  300. '@types/markdown-it@14.1.2':
  301. resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==}
  302. '@types/mdast@4.0.4':
  303. resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
  304. '@types/mdurl@2.0.0':
  305. resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==}
  306. '@types/node@20.16.5':
  307. resolution: {integrity: sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==}
  308. '@types/unist@3.0.3':
  309. resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
  310. '@types/web-bluetooth@0.0.20':
  311. resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
  312. '@ungap/structured-clone@1.2.0':
  313. resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
  314. '@vitejs/plugin-vue@5.1.3':
  315. resolution: {integrity: sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==}
  316. engines: {node: ^18.0.0 || >=20.0.0}
  317. peerDependencies:
  318. vite: ^5.0.0
  319. vue: ^3.2.25
  320. '@vue/compiler-core@3.5.6':
  321. resolution: {integrity: sha512-r+gNu6K4lrvaQLQGmf+1gc41p3FO2OUJyWmNqaIITaJU6YFiV5PtQSFZt8jfztYyARwqhoCayjprC7KMvT3nRA==}
  322. '@vue/compiler-dom@3.5.6':
  323. resolution: {integrity: sha512-xRXqxDrIqK8v8sSScpistyYH0qYqxakpsIvqMD2e5sV/PXQ1mTwtXp4k42yHK06KXxKSmitop9e45Ui/3BrTEw==}
  324. '@vue/compiler-sfc@3.5.6':
  325. resolution: {integrity: sha512-pjWJ8Kj9TDHlbF5LywjVso+BIxCY5wVOLhkEXRhuCHDxPFIeX1zaFefKs8RYoHvkSMqRWt93a0f2gNJVJixHwg==}
  326. '@vue/compiler-ssr@3.5.6':
  327. resolution: {integrity: sha512-VpWbaZrEOCqnmqjE83xdwegtr5qO/2OPUC6veWgvNqTJ3bYysz6vY3VqMuOijubuUYPRpG3OOKIh9TD0Stxb9A==}
  328. '@vue/devtools-api@7.4.5':
  329. resolution: {integrity: sha512-PX9uXirHOY2P99kb1cP3DxWZojFW3acNMqd+l4i5nKcqY59trXTOfwDZXt2Qifu0OU1izAQb76Ur6NPVldF2KQ==}
  330. '@vue/devtools-kit@7.4.5':
  331. resolution: {integrity: sha512-Uuki4Z6Bc/ExvtlPkeDNGSAe4580R+HPcVABfTE9TF7BTz3Nntk7vxIRUyWblZkUEcB/x+wn2uofyt5i2LaUew==}
  332. '@vue/devtools-shared@7.4.5':
  333. resolution: {integrity: sha512-2XgUOkL/7QDmyYI9J7cm+rz/qBhcGv+W5+i1fhwdQ0HQ1RowhdK66F0QBuJSz/5k12opJY8eN6m03/XZMs7imQ==}
  334. '@vue/reactivity@3.5.6':
  335. resolution: {integrity: sha512-shZ+KtBoHna5GyUxWfoFVBCVd7k56m6lGhk5e+J9AKjheHF6yob5eukssHRI+rzvHBiU1sWs/1ZhNbLExc5oYQ==}
  336. '@vue/runtime-core@3.5.6':
  337. resolution: {integrity: sha512-FpFULR6+c2lI+m1fIGONLDqPQO34jxV8g6A4wBOgne8eSRHP6PQL27+kWFIx5wNhhjkO7B4rgtsHAmWv7qKvbg==}
  338. '@vue/runtime-dom@3.5.6':
  339. resolution: {integrity: sha512-SDPseWre45G38ENH2zXRAHL1dw/rr5qp91lS4lt/nHvMr0MhsbCbihGAWLXNB/6VfFOJe2O+RBRkXU+CJF7/sw==}
  340. '@vue/server-renderer@3.5.6':
  341. resolution: {integrity: sha512-zivnxQnOnwEXVaT9CstJ64rZFXMS5ZkKxCjDQKiMSvUhXRzFLWZVbaBiNF4HGDqGNNsTgmjcCSmU6TB/0OOxLA==}
  342. peerDependencies:
  343. vue: 3.5.6
  344. '@vue/shared@3.5.6':
  345. resolution: {integrity: sha512-eidH0HInnL39z6wAt6SFIwBrvGOpDWsDxlw3rCgo1B+CQ1781WzQUSU3YjxgdkcJo9Q8S6LmXTkvI+cLHGkQfA==}
  346. '@vueuse/core@11.1.0':
  347. resolution: {integrity: sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==}
  348. '@vueuse/integrations@11.1.0':
  349. resolution: {integrity: sha512-O2ZgrAGPy0qAjpoI2YR3egNgyEqwG85fxfwmA9BshRIGjV4G6yu6CfOPpMHAOoCD+UfsIl7Vb1bXJ6ifrHYDDA==}
  350. peerDependencies:
  351. async-validator: ^4
  352. axios: ^1
  353. change-case: ^5
  354. drauu: ^0.4
  355. focus-trap: ^7
  356. fuse.js: ^7
  357. idb-keyval: ^6
  358. jwt-decode: ^4
  359. nprogress: ^0.2
  360. qrcode: ^1.5
  361. sortablejs: ^1
  362. universal-cookie: ^7
  363. peerDependenciesMeta:
  364. async-validator:
  365. optional: true
  366. axios:
  367. optional: true
  368. change-case:
  369. optional: true
  370. drauu:
  371. optional: true
  372. focus-trap:
  373. optional: true
  374. fuse.js:
  375. optional: true
  376. idb-keyval:
  377. optional: true
  378. jwt-decode:
  379. optional: true
  380. nprogress:
  381. optional: true
  382. qrcode:
  383. optional: true
  384. sortablejs:
  385. optional: true
  386. universal-cookie:
  387. optional: true
  388. '@vueuse/metadata@11.1.0':
  389. resolution: {integrity: sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg==}
  390. '@vueuse/shared@11.1.0':
  391. resolution: {integrity: sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w==}
  392. algoliasearch@4.24.0:
  393. resolution: {integrity: sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==}
  394. birpc@0.2.17:
  395. resolution: {integrity: sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==}
  396. ccount@2.0.1:
  397. resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
  398. character-entities-html4@2.1.0:
  399. resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
  400. character-entities-legacy@3.0.0:
  401. resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
  402. comma-separated-tokens@2.0.3:
  403. resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
  404. copy-anything@2.0.6:
  405. resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==}
  406. copy-anything@3.0.5:
  407. resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
  408. engines: {node: '>=12.13'}
  409. csstype@3.1.3:
  410. resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
  411. dequal@2.0.3:
  412. resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
  413. engines: {node: '>=6'}
  414. devlop@1.1.0:
  415. resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
  416. entities@4.5.0:
  417. resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
  418. engines: {node: '>=0.12'}
  419. errno@0.1.8:
  420. resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
  421. hasBin: true
  422. esbuild@0.21.5:
  423. resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
  424. engines: {node: '>=12'}
  425. hasBin: true
  426. estree-walker@2.0.2:
  427. resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
  428. focus-trap@7.6.0:
  429. resolution: {integrity: sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==}
  430. fsevents@2.3.3:
  431. resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
  432. engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
  433. os: [darwin]
  434. graceful-fs@4.2.11:
  435. resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
  436. hast-util-to-html@9.0.3:
  437. resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==}
  438. hast-util-whitespace@3.0.0:
  439. resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
  440. hookable@5.5.3:
  441. resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
  442. html-void-elements@3.0.0:
  443. resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
  444. iconv-lite@0.6.3:
  445. resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
  446. engines: {node: '>=0.10.0'}
  447. image-size@0.5.5:
  448. resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==}
  449. engines: {node: '>=0.10.0'}
  450. hasBin: true
  451. is-what@3.14.1:
  452. resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
  453. is-what@4.1.16:
  454. resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
  455. engines: {node: '>=12.13'}
  456. less@4.2.0:
  457. resolution: {integrity: sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==}
  458. engines: {node: '>=6'}
  459. hasBin: true
  460. magic-string@0.30.11:
  461. resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==}
  462. make-dir@2.1.0:
  463. resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
  464. engines: {node: '>=6'}
  465. mark.js@8.11.1:
  466. resolution: {integrity: sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==}
  467. mdast-util-to-hast@13.2.0:
  468. resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==}
  469. micromark-util-character@2.1.0:
  470. resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==}
  471. micromark-util-encode@2.0.0:
  472. resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==}
  473. micromark-util-sanitize-uri@2.0.0:
  474. resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==}
  475. micromark-util-symbol@2.0.0:
  476. resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==}
  477. micromark-util-types@2.0.0:
  478. resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==}
  479. mime@1.6.0:
  480. resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
  481. engines: {node: '>=4'}
  482. hasBin: true
  483. minisearch@7.1.0:
  484. resolution: {integrity: sha512-tv7c/uefWdEhcu6hvrfTihflgeEi2tN6VV7HJnCjK6VxM75QQJh4t9FwJCsA2EsRS8LCnu3W87CuGPWMocOLCA==}
  485. mitt@3.0.1:
  486. resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
  487. nanoid@3.3.7:
  488. resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
  489. engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
  490. hasBin: true
  491. needle@3.3.1:
  492. resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==}
  493. engines: {node: '>= 4.4.x'}
  494. hasBin: true
  495. oniguruma-to-js@0.4.3:
  496. resolution: {integrity: sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==}
  497. parse-node-version@1.0.1:
  498. resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==}
  499. engines: {node: '>= 0.10'}
  500. perfect-debounce@1.0.0:
  501. resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
  502. picocolors@1.1.0:
  503. resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==}
  504. pify@4.0.1:
  505. resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
  506. engines: {node: '>=6'}
  507. postcss@8.4.47:
  508. resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==}
  509. engines: {node: ^10 || ^12 || >=14}
  510. preact@10.24.0:
  511. resolution: {integrity: sha512-aK8Cf+jkfyuZ0ZZRG9FbYqwmEiGQ4y/PUO4SuTWoyWL244nZZh7bd5h2APd4rSNDYTBNghg1L+5iJN3Skxtbsw==}
  512. property-information@6.5.0:
  513. resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==}
  514. prr@1.0.1:
  515. resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
  516. regex@4.3.2:
  517. resolution: {integrity: sha512-kK/AA3A9K6q2js89+VMymcboLOlF5lZRCYJv3gzszXFHBr6kO6qLGzbm+UIugBEV8SMMKCTR59txoY6ctRHYVw==}
  518. rfdc@1.4.1:
  519. resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
  520. rollup@4.21.3:
  521. resolution: {integrity: sha512-7sqRtBNnEbcBtMeRVc6VRsJMmpI+JU1z9VTvW8D4gXIYQFz0aLcsE6rRkyghZkLfEgUZgVvOG7A5CVz/VW5GIA==}
  522. engines: {node: '>=18.0.0', npm: '>=8.0.0'}
  523. hasBin: true
  524. safer-buffer@2.1.2:
  525. resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
  526. sax@1.4.1:
  527. resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
  528. search-insights@2.13.0:
  529. resolution: {integrity: sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==}
  530. semver@5.7.2:
  531. resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
  532. hasBin: true
  533. shiki@1.17.7:
  534. resolution: {integrity: sha512-Zf6hNtWhFyF4XP5OOsXkBTEx9JFPiN0TQx4wSe+Vqeuczewgk2vT4IZhF4gka55uelm052BD5BaHavNqUNZd+A==}
  535. source-map-js@1.2.1:
  536. resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
  537. engines: {node: '>=0.10.0'}
  538. source-map@0.6.1:
  539. resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
  540. engines: {node: '>=0.10.0'}
  541. space-separated-tokens@2.0.2:
  542. resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
  543. speakingurl@14.0.1:
  544. resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
  545. engines: {node: '>=0.10.0'}
  546. stringify-entities@4.0.4:
  547. resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
  548. superjson@2.2.1:
  549. resolution: {integrity: sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==}
  550. engines: {node: '>=16'}
  551. tabbable@6.2.0:
  552. resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
  553. to-fast-properties@2.0.0:
  554. resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
  555. engines: {node: '>=4'}
  556. trim-lines@3.0.1:
  557. resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
  558. tslib@2.7.0:
  559. resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==}
  560. undici-types@6.19.8:
  561. resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
  562. unist-util-is@6.0.0:
  563. resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
  564. unist-util-position@5.0.0:
  565. resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
  566. unist-util-stringify-position@4.0.0:
  567. resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
  568. unist-util-visit-parents@6.0.1:
  569. resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==}
  570. unist-util-visit@5.0.0:
  571. resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==}
  572. vfile-message@4.0.2:
  573. resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
  574. vfile@6.0.3:
  575. resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
  576. vite@5.4.6:
  577. resolution: {integrity: sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==}
  578. engines: {node: ^18.0.0 || >=20.0.0}
  579. hasBin: true
  580. peerDependencies:
  581. '@types/node': ^18.0.0 || >=20.0.0
  582. less: '*'
  583. lightningcss: ^1.21.0
  584. sass: '*'
  585. sass-embedded: '*'
  586. stylus: '*'
  587. sugarss: '*'
  588. terser: ^5.4.0
  589. peerDependenciesMeta:
  590. '@types/node':
  591. optional: true
  592. less:
  593. optional: true
  594. lightningcss:
  595. optional: true
  596. sass:
  597. optional: true
  598. sass-embedded:
  599. optional: true
  600. stylus:
  601. optional: true
  602. sugarss:
  603. optional: true
  604. terser:
  605. optional: true
  606. vitepress@1.3.4:
  607. resolution: {integrity: sha512-I1/F6OW1xl3kW4PaIMC6snxjWgf3qfziq2aqsDoFc/Gt41WbcRv++z8zjw8qGRIJ+I4bUW7ZcKFDHHN/jkH9DQ==}
  608. hasBin: true
  609. peerDependencies:
  610. markdown-it-mathjax3: ^4
  611. postcss: ^8
  612. peerDependenciesMeta:
  613. markdown-it-mathjax3:
  614. optional: true
  615. postcss:
  616. optional: true
  617. vue-demi@0.14.10:
  618. resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
  619. engines: {node: '>=12'}
  620. hasBin: true
  621. peerDependencies:
  622. '@vue/composition-api': ^1.0.0-rc.1
  623. vue: ^3.0.0-0 || ^2.6.0
  624. peerDependenciesMeta:
  625. '@vue/composition-api':
  626. optional: true
  627. vue@3.5.6:
  628. resolution: {integrity: sha512-zv+20E2VIYbcJOzJPUWp03NOGFhMmpCKOfSxVTmCYyYFFko48H9tmuQFzYj7tu4qX1AeXlp9DmhIP89/sSxxhw==}
  629. peerDependencies:
  630. typescript: '*'
  631. peerDependenciesMeta:
  632. typescript:
  633. optional: true
  634. zwitch@2.0.4:
  635. resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
  636. snapshots:
  637. '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.13.0)':
  638. dependencies:
  639. '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.13.0)
  640. '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
  641. transitivePeerDependencies:
  642. - '@algolia/client-search'
  643. - algoliasearch
  644. - search-insights
  645. '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.13.0)':
  646. dependencies:
  647. '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
  648. search-insights: 2.13.0
  649. transitivePeerDependencies:
  650. - '@algolia/client-search'
  651. - algoliasearch
  652. '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)':
  653. dependencies:
  654. '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
  655. '@algolia/client-search': 4.24.0
  656. algoliasearch: 4.24.0
  657. '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)':
  658. dependencies:
  659. '@algolia/client-search': 4.24.0
  660. algoliasearch: 4.24.0
  661. '@algolia/cache-browser-local-storage@4.24.0':
  662. dependencies:
  663. '@algolia/cache-common': 4.24.0
  664. '@algolia/cache-common@4.24.0': {}
  665. '@algolia/cache-in-memory@4.24.0':
  666. dependencies:
  667. '@algolia/cache-common': 4.24.0
  668. '@algolia/client-account@4.24.0':
  669. dependencies:
  670. '@algolia/client-common': 4.24.0
  671. '@algolia/client-search': 4.24.0
  672. '@algolia/transporter': 4.24.0
  673. '@algolia/client-analytics@4.24.0':
  674. dependencies:
  675. '@algolia/client-common': 4.24.0
  676. '@algolia/client-search': 4.24.0
  677. '@algolia/requester-common': 4.24.0
  678. '@algolia/transporter': 4.24.0
  679. '@algolia/client-common@4.24.0':
  680. dependencies:
  681. '@algolia/requester-common': 4.24.0
  682. '@algolia/transporter': 4.24.0
  683. '@algolia/client-personalization@4.24.0':
  684. dependencies:
  685. '@algolia/client-common': 4.24.0
  686. '@algolia/requester-common': 4.24.0
  687. '@algolia/transporter': 4.24.0
  688. '@algolia/client-search@4.24.0':
  689. dependencies:
  690. '@algolia/client-common': 4.24.0
  691. '@algolia/requester-common': 4.24.0
  692. '@algolia/transporter': 4.24.0
  693. '@algolia/logger-common@4.24.0': {}
  694. '@algolia/logger-console@4.24.0':
  695. dependencies:
  696. '@algolia/logger-common': 4.24.0
  697. '@algolia/recommend@4.24.0':
  698. dependencies:
  699. '@algolia/cache-browser-local-storage': 4.24.0
  700. '@algolia/cache-common': 4.24.0
  701. '@algolia/cache-in-memory': 4.24.0
  702. '@algolia/client-common': 4.24.0
  703. '@algolia/client-search': 4.24.0
  704. '@algolia/logger-common': 4.24.0
  705. '@algolia/logger-console': 4.24.0
  706. '@algolia/requester-browser-xhr': 4.24.0
  707. '@algolia/requester-common': 4.24.0
  708. '@algolia/requester-node-http': 4.24.0
  709. '@algolia/transporter': 4.24.0
  710. '@algolia/requester-browser-xhr@4.24.0':
  711. dependencies:
  712. '@algolia/requester-common': 4.24.0
  713. '@algolia/requester-common@4.24.0': {}
  714. '@algolia/requester-node-http@4.24.0':
  715. dependencies:
  716. '@algolia/requester-common': 4.24.0
  717. '@algolia/transporter@4.24.0':
  718. dependencies:
  719. '@algolia/cache-common': 4.24.0
  720. '@algolia/logger-common': 4.24.0
  721. '@algolia/requester-common': 4.24.0
  722. '@babel/helper-string-parser@7.24.8': {}
  723. '@babel/helper-validator-identifier@7.24.7': {}
  724. '@babel/parser@7.25.6':
  725. dependencies:
  726. '@babel/types': 7.25.6
  727. '@babel/types@7.25.6':
  728. dependencies:
  729. '@babel/helper-string-parser': 7.24.8
  730. '@babel/helper-validator-identifier': 7.24.7
  731. to-fast-properties: 2.0.0
  732. '@docsearch/css@3.6.1': {}
  733. '@docsearch/js@3.6.1(@algolia/client-search@4.24.0)(search-insights@2.13.0)':
  734. dependencies:
  735. '@docsearch/react': 3.6.1(@algolia/client-search@4.24.0)(search-insights@2.13.0)
  736. preact: 10.24.0
  737. transitivePeerDependencies:
  738. - '@algolia/client-search'
  739. - '@types/react'
  740. - react
  741. - react-dom
  742. - search-insights
  743. '@docsearch/react@3.6.1(@algolia/client-search@4.24.0)(search-insights@2.13.0)':
  744. dependencies:
  745. '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.13.0)
  746. '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
  747. '@docsearch/css': 3.6.1
  748. algoliasearch: 4.24.0
  749. optionalDependencies:
  750. search-insights: 2.13.0
  751. transitivePeerDependencies:
  752. - '@algolia/client-search'
  753. '@esbuild/aix-ppc64@0.21.5':
  754. optional: true
  755. '@esbuild/android-arm64@0.21.5':
  756. optional: true
  757. '@esbuild/android-arm@0.21.5':
  758. optional: true
  759. '@esbuild/android-x64@0.21.5':
  760. optional: true
  761. '@esbuild/darwin-arm64@0.21.5':
  762. optional: true
  763. '@esbuild/darwin-x64@0.21.5':
  764. optional: true
  765. '@esbuild/freebsd-arm64@0.21.5':
  766. optional: true
  767. '@esbuild/freebsd-x64@0.21.5':
  768. optional: true
  769. '@esbuild/linux-arm64@0.21.5':
  770. optional: true
  771. '@esbuild/linux-arm@0.21.5':
  772. optional: true
  773. '@esbuild/linux-ia32@0.21.5':
  774. optional: true
  775. '@esbuild/linux-loong64@0.21.5':
  776. optional: true
  777. '@esbuild/linux-mips64el@0.21.5':
  778. optional: true
  779. '@esbuild/linux-ppc64@0.21.5':
  780. optional: true
  781. '@esbuild/linux-riscv64@0.21.5':
  782. optional: true
  783. '@esbuild/linux-s390x@0.21.5':
  784. optional: true
  785. '@esbuild/linux-x64@0.21.5':
  786. optional: true
  787. '@esbuild/netbsd-x64@0.21.5':
  788. optional: true
  789. '@esbuild/openbsd-x64@0.21.5':
  790. optional: true
  791. '@esbuild/sunos-x64@0.21.5':
  792. optional: true
  793. '@esbuild/win32-arm64@0.21.5':
  794. optional: true
  795. '@esbuild/win32-ia32@0.21.5':
  796. optional: true
  797. '@esbuild/win32-x64@0.21.5':
  798. optional: true
  799. '@jridgewell/sourcemap-codec@1.5.0': {}
  800. '@rollup/rollup-android-arm-eabi@4.21.3':
  801. optional: true
  802. '@rollup/rollup-android-arm64@4.21.3':
  803. optional: true
  804. '@rollup/rollup-darwin-arm64@4.21.3':
  805. optional: true
  806. '@rollup/rollup-darwin-x64@4.21.3':
  807. optional: true
  808. '@rollup/rollup-linux-arm-gnueabihf@4.21.3':
  809. optional: true
  810. '@rollup/rollup-linux-arm-musleabihf@4.21.3':
  811. optional: true
  812. '@rollup/rollup-linux-arm64-gnu@4.21.3':
  813. optional: true
  814. '@rollup/rollup-linux-arm64-musl@4.21.3':
  815. optional: true
  816. '@rollup/rollup-linux-powerpc64le-gnu@4.21.3':
  817. optional: true
  818. '@rollup/rollup-linux-riscv64-gnu@4.21.3':
  819. optional: true
  820. '@rollup/rollup-linux-s390x-gnu@4.21.3':
  821. optional: true
  822. '@rollup/rollup-linux-x64-gnu@4.21.3':
  823. optional: true
  824. '@rollup/rollup-linux-x64-musl@4.21.3':
  825. optional: true
  826. '@rollup/rollup-win32-arm64-msvc@4.21.3':
  827. optional: true
  828. '@rollup/rollup-win32-ia32-msvc@4.21.3':
  829. optional: true
  830. '@rollup/rollup-win32-x64-msvc@4.21.3':
  831. optional: true
  832. '@shikijs/core@1.17.7':
  833. dependencies:
  834. '@shikijs/engine-javascript': 1.17.7
  835. '@shikijs/engine-oniguruma': 1.17.7
  836. '@shikijs/types': 1.17.7
  837. '@shikijs/vscode-textmate': 9.2.2
  838. '@types/hast': 3.0.4
  839. hast-util-to-html: 9.0.3
  840. '@shikijs/engine-javascript@1.17.7':
  841. dependencies:
  842. '@shikijs/types': 1.17.7
  843. '@shikijs/vscode-textmate': 9.2.2
  844. oniguruma-to-js: 0.4.3
  845. '@shikijs/engine-oniguruma@1.17.7':
  846. dependencies:
  847. '@shikijs/types': 1.17.7
  848. '@shikijs/vscode-textmate': 9.2.2
  849. '@shikijs/transformers@1.17.7':
  850. dependencies:
  851. shiki: 1.17.7
  852. '@shikijs/types@1.17.7':
  853. dependencies:
  854. '@shikijs/vscode-textmate': 9.2.2
  855. '@types/hast': 3.0.4
  856. '@shikijs/vscode-textmate@9.2.2': {}
  857. '@types/estree@1.0.5': {}
  858. '@types/hast@3.0.4':
  859. dependencies:
  860. '@types/unist': 3.0.3
  861. '@types/linkify-it@5.0.0': {}
  862. '@types/markdown-it@14.1.2':
  863. dependencies:
  864. '@types/linkify-it': 5.0.0
  865. '@types/mdurl': 2.0.0
  866. '@types/mdast@4.0.4':
  867. dependencies:
  868. '@types/unist': 3.0.3
  869. '@types/mdurl@2.0.0': {}
  870. '@types/node@20.16.5':
  871. dependencies:
  872. undici-types: 6.19.8
  873. '@types/unist@3.0.3': {}
  874. '@types/web-bluetooth@0.0.20': {}
  875. '@ungap/structured-clone@1.2.0': {}
  876. '@vitejs/plugin-vue@5.1.3(vite@5.4.6(@types/node@20.16.5)(less@4.2.0))(vue@3.5.6)':
  877. dependencies:
  878. vite: 5.4.6(@types/node@20.16.5)(less@4.2.0)
  879. vue: 3.5.6
  880. '@vue/compiler-core@3.5.6':
  881. dependencies:
  882. '@babel/parser': 7.25.6
  883. '@vue/shared': 3.5.6
  884. entities: 4.5.0
  885. estree-walker: 2.0.2
  886. source-map-js: 1.2.1
  887. '@vue/compiler-dom@3.5.6':
  888. dependencies:
  889. '@vue/compiler-core': 3.5.6
  890. '@vue/shared': 3.5.6
  891. '@vue/compiler-sfc@3.5.6':
  892. dependencies:
  893. '@babel/parser': 7.25.6
  894. '@vue/compiler-core': 3.5.6
  895. '@vue/compiler-dom': 3.5.6
  896. '@vue/compiler-ssr': 3.5.6
  897. '@vue/shared': 3.5.6
  898. estree-walker: 2.0.2
  899. magic-string: 0.30.11
  900. postcss: 8.4.47
  901. source-map-js: 1.2.1
  902. '@vue/compiler-ssr@3.5.6':
  903. dependencies:
  904. '@vue/compiler-dom': 3.5.6
  905. '@vue/shared': 3.5.6
  906. '@vue/devtools-api@7.4.5':
  907. dependencies:
  908. '@vue/devtools-kit': 7.4.5
  909. '@vue/devtools-kit@7.4.5':
  910. dependencies:
  911. '@vue/devtools-shared': 7.4.5
  912. birpc: 0.2.17
  913. hookable: 5.5.3
  914. mitt: 3.0.1
  915. perfect-debounce: 1.0.0
  916. speakingurl: 14.0.1
  917. superjson: 2.2.1
  918. '@vue/devtools-shared@7.4.5':
  919. dependencies:
  920. rfdc: 1.4.1
  921. '@vue/reactivity@3.5.6':
  922. dependencies:
  923. '@vue/shared': 3.5.6
  924. '@vue/runtime-core@3.5.6':
  925. dependencies:
  926. '@vue/reactivity': 3.5.6
  927. '@vue/shared': 3.5.6
  928. '@vue/runtime-dom@3.5.6':
  929. dependencies:
  930. '@vue/reactivity': 3.5.6
  931. '@vue/runtime-core': 3.5.6
  932. '@vue/shared': 3.5.6
  933. csstype: 3.1.3
  934. '@vue/server-renderer@3.5.6(vue@3.5.6)':
  935. dependencies:
  936. '@vue/compiler-ssr': 3.5.6
  937. '@vue/shared': 3.5.6
  938. vue: 3.5.6
  939. '@vue/shared@3.5.6': {}
  940. '@vueuse/core@11.1.0(vue@3.5.6)':
  941. dependencies:
  942. '@types/web-bluetooth': 0.0.20
  943. '@vueuse/metadata': 11.1.0
  944. '@vueuse/shared': 11.1.0(vue@3.5.6)
  945. vue-demi: 0.14.10(vue@3.5.6)
  946. transitivePeerDependencies:
  947. - '@vue/composition-api'
  948. - vue
  949. '@vueuse/integrations@11.1.0(focus-trap@7.6.0)(vue@3.5.6)':
  950. dependencies:
  951. '@vueuse/core': 11.1.0(vue@3.5.6)
  952. '@vueuse/shared': 11.1.0(vue@3.5.6)
  953. vue-demi: 0.14.10(vue@3.5.6)
  954. optionalDependencies:
  955. focus-trap: 7.6.0
  956. transitivePeerDependencies:
  957. - '@vue/composition-api'
  958. - vue
  959. '@vueuse/metadata@11.1.0': {}
  960. '@vueuse/shared@11.1.0(vue@3.5.6)':
  961. dependencies:
  962. vue-demi: 0.14.10(vue@3.5.6)
  963. transitivePeerDependencies:
  964. - '@vue/composition-api'
  965. - vue
  966. algoliasearch@4.24.0:
  967. dependencies:
  968. '@algolia/cache-browser-local-storage': 4.24.0
  969. '@algolia/cache-common': 4.24.0
  970. '@algolia/cache-in-memory': 4.24.0
  971. '@algolia/client-account': 4.24.0
  972. '@algolia/client-analytics': 4.24.0
  973. '@algolia/client-common': 4.24.0
  974. '@algolia/client-personalization': 4.24.0
  975. '@algolia/client-search': 4.24.0
  976. '@algolia/logger-common': 4.24.0
  977. '@algolia/logger-console': 4.24.0
  978. '@algolia/recommend': 4.24.0
  979. '@algolia/requester-browser-xhr': 4.24.0
  980. '@algolia/requester-common': 4.24.0
  981. '@algolia/requester-node-http': 4.24.0
  982. '@algolia/transporter': 4.24.0
  983. birpc@0.2.17: {}
  984. ccount@2.0.1: {}
  985. character-entities-html4@2.1.0: {}
  986. character-entities-legacy@3.0.0: {}
  987. comma-separated-tokens@2.0.3: {}
  988. copy-anything@2.0.6:
  989. dependencies:
  990. is-what: 3.14.1
  991. copy-anything@3.0.5:
  992. dependencies:
  993. is-what: 4.1.16
  994. csstype@3.1.3: {}
  995. dequal@2.0.3: {}
  996. devlop@1.1.0:
  997. dependencies:
  998. dequal: 2.0.3
  999. entities@4.5.0: {}
  1000. errno@0.1.8:
  1001. dependencies:
  1002. prr: 1.0.1
  1003. optional: true
  1004. esbuild@0.21.5:
  1005. optionalDependencies:
  1006. '@esbuild/aix-ppc64': 0.21.5
  1007. '@esbuild/android-arm': 0.21.5
  1008. '@esbuild/android-arm64': 0.21.5
  1009. '@esbuild/android-x64': 0.21.5
  1010. '@esbuild/darwin-arm64': 0.21.5
  1011. '@esbuild/darwin-x64': 0.21.5
  1012. '@esbuild/freebsd-arm64': 0.21.5
  1013. '@esbuild/freebsd-x64': 0.21.5
  1014. '@esbuild/linux-arm': 0.21.5
  1015. '@esbuild/linux-arm64': 0.21.5
  1016. '@esbuild/linux-ia32': 0.21.5
  1017. '@esbuild/linux-loong64': 0.21.5
  1018. '@esbuild/linux-mips64el': 0.21.5
  1019. '@esbuild/linux-ppc64': 0.21.5
  1020. '@esbuild/linux-riscv64': 0.21.5
  1021. '@esbuild/linux-s390x': 0.21.5
  1022. '@esbuild/linux-x64': 0.21.5
  1023. '@esbuild/netbsd-x64': 0.21.5
  1024. '@esbuild/openbsd-x64': 0.21.5
  1025. '@esbuild/sunos-x64': 0.21.5
  1026. '@esbuild/win32-arm64': 0.21.5
  1027. '@esbuild/win32-ia32': 0.21.5
  1028. '@esbuild/win32-x64': 0.21.5
  1029. estree-walker@2.0.2: {}
  1030. focus-trap@7.6.0:
  1031. dependencies:
  1032. tabbable: 6.2.0
  1033. fsevents@2.3.3:
  1034. optional: true
  1035. graceful-fs@4.2.11:
  1036. optional: true
  1037. hast-util-to-html@9.0.3:
  1038. dependencies:
  1039. '@types/hast': 3.0.4
  1040. '@types/unist': 3.0.3
  1041. ccount: 2.0.1
  1042. comma-separated-tokens: 2.0.3
  1043. hast-util-whitespace: 3.0.0
  1044. html-void-elements: 3.0.0
  1045. mdast-util-to-hast: 13.2.0
  1046. property-information: 6.5.0
  1047. space-separated-tokens: 2.0.2
  1048. stringify-entities: 4.0.4
  1049. zwitch: 2.0.4
  1050. hast-util-whitespace@3.0.0:
  1051. dependencies:
  1052. '@types/hast': 3.0.4
  1053. hookable@5.5.3: {}
  1054. html-void-elements@3.0.0: {}
  1055. iconv-lite@0.6.3:
  1056. dependencies:
  1057. safer-buffer: 2.1.2
  1058. optional: true
  1059. image-size@0.5.5:
  1060. optional: true
  1061. is-what@3.14.1: {}
  1062. is-what@4.1.16: {}
  1063. less@4.2.0:
  1064. dependencies:
  1065. copy-anything: 2.0.6
  1066. parse-node-version: 1.0.1
  1067. tslib: 2.7.0
  1068. optionalDependencies:
  1069. errno: 0.1.8
  1070. graceful-fs: 4.2.11
  1071. image-size: 0.5.5
  1072. make-dir: 2.1.0
  1073. mime: 1.6.0
  1074. needle: 3.3.1
  1075. source-map: 0.6.1
  1076. magic-string@0.30.11:
  1077. dependencies:
  1078. '@jridgewell/sourcemap-codec': 1.5.0
  1079. make-dir@2.1.0:
  1080. dependencies:
  1081. pify: 4.0.1
  1082. semver: 5.7.2
  1083. optional: true
  1084. mark.js@8.11.1: {}
  1085. mdast-util-to-hast@13.2.0:
  1086. dependencies:
  1087. '@types/hast': 3.0.4
  1088. '@types/mdast': 4.0.4
  1089. '@ungap/structured-clone': 1.2.0
  1090. devlop: 1.1.0
  1091. micromark-util-sanitize-uri: 2.0.0
  1092. trim-lines: 3.0.1
  1093. unist-util-position: 5.0.0
  1094. unist-util-visit: 5.0.0
  1095. vfile: 6.0.3
  1096. micromark-util-character@2.1.0:
  1097. dependencies:
  1098. micromark-util-symbol: 2.0.0
  1099. micromark-util-types: 2.0.0
  1100. micromark-util-encode@2.0.0: {}
  1101. micromark-util-sanitize-uri@2.0.0:
  1102. dependencies:
  1103. micromark-util-character: 2.1.0
  1104. micromark-util-encode: 2.0.0
  1105. micromark-util-symbol: 2.0.0
  1106. micromark-util-symbol@2.0.0: {}
  1107. micromark-util-types@2.0.0: {}
  1108. mime@1.6.0:
  1109. optional: true
  1110. minisearch@7.1.0: {}
  1111. mitt@3.0.1: {}
  1112. nanoid@3.3.7: {}
  1113. needle@3.3.1:
  1114. dependencies:
  1115. iconv-lite: 0.6.3
  1116. sax: 1.4.1
  1117. optional: true
  1118. oniguruma-to-js@0.4.3:
  1119. dependencies:
  1120. regex: 4.3.2
  1121. parse-node-version@1.0.1: {}
  1122. perfect-debounce@1.0.0: {}
  1123. picocolors@1.1.0: {}
  1124. pify@4.0.1:
  1125. optional: true
  1126. postcss@8.4.47:
  1127. dependencies:
  1128. nanoid: 3.3.7
  1129. picocolors: 1.1.0
  1130. source-map-js: 1.2.1
  1131. preact@10.24.0: {}
  1132. property-information@6.5.0: {}
  1133. prr@1.0.1:
  1134. optional: true
  1135. regex@4.3.2: {}
  1136. rfdc@1.4.1: {}
  1137. rollup@4.21.3:
  1138. dependencies:
  1139. '@types/estree': 1.0.5
  1140. optionalDependencies:
  1141. '@rollup/rollup-android-arm-eabi': 4.21.3
  1142. '@rollup/rollup-android-arm64': 4.21.3
  1143. '@rollup/rollup-darwin-arm64': 4.21.3
  1144. '@rollup/rollup-darwin-x64': 4.21.3
  1145. '@rollup/rollup-linux-arm-gnueabihf': 4.21.3
  1146. '@rollup/rollup-linux-arm-musleabihf': 4.21.3
  1147. '@rollup/rollup-linux-arm64-gnu': 4.21.3
  1148. '@rollup/rollup-linux-arm64-musl': 4.21.3
  1149. '@rollup/rollup-linux-powerpc64le-gnu': 4.21.3
  1150. '@rollup/rollup-linux-riscv64-gnu': 4.21.3
  1151. '@rollup/rollup-linux-s390x-gnu': 4.21.3
  1152. '@rollup/rollup-linux-x64-gnu': 4.21.3
  1153. '@rollup/rollup-linux-x64-musl': 4.21.3
  1154. '@rollup/rollup-win32-arm64-msvc': 4.21.3
  1155. '@rollup/rollup-win32-ia32-msvc': 4.21.3
  1156. '@rollup/rollup-win32-x64-msvc': 4.21.3
  1157. fsevents: 2.3.3
  1158. safer-buffer@2.1.2:
  1159. optional: true
  1160. sax@1.4.1:
  1161. optional: true
  1162. search-insights@2.13.0: {}
  1163. semver@5.7.2:
  1164. optional: true
  1165. shiki@1.17.7:
  1166. dependencies:
  1167. '@shikijs/core': 1.17.7
  1168. '@shikijs/engine-javascript': 1.17.7
  1169. '@shikijs/engine-oniguruma': 1.17.7
  1170. '@shikijs/types': 1.17.7
  1171. '@shikijs/vscode-textmate': 9.2.2
  1172. '@types/hast': 3.0.4
  1173. source-map-js@1.2.1: {}
  1174. source-map@0.6.1:
  1175. optional: true
  1176. space-separated-tokens@2.0.2: {}
  1177. speakingurl@14.0.1: {}
  1178. stringify-entities@4.0.4:
  1179. dependencies:
  1180. character-entities-html4: 2.1.0
  1181. character-entities-legacy: 3.0.0
  1182. superjson@2.2.1:
  1183. dependencies:
  1184. copy-anything: 3.0.5
  1185. tabbable@6.2.0: {}
  1186. to-fast-properties@2.0.0: {}
  1187. trim-lines@3.0.1: {}
  1188. tslib@2.7.0: {}
  1189. undici-types@6.19.8: {}
  1190. unist-util-is@6.0.0:
  1191. dependencies:
  1192. '@types/unist': 3.0.3
  1193. unist-util-position@5.0.0:
  1194. dependencies:
  1195. '@types/unist': 3.0.3
  1196. unist-util-stringify-position@4.0.0:
  1197. dependencies:
  1198. '@types/unist': 3.0.3
  1199. unist-util-visit-parents@6.0.1:
  1200. dependencies:
  1201. '@types/unist': 3.0.3
  1202. unist-util-is: 6.0.0
  1203. unist-util-visit@5.0.0:
  1204. dependencies:
  1205. '@types/unist': 3.0.3
  1206. unist-util-is: 6.0.0
  1207. unist-util-visit-parents: 6.0.1
  1208. vfile-message@4.0.2:
  1209. dependencies:
  1210. '@types/unist': 3.0.3
  1211. unist-util-stringify-position: 4.0.0
  1212. vfile@6.0.3:
  1213. dependencies:
  1214. '@types/unist': 3.0.3
  1215. vfile-message: 4.0.2
  1216. vite@5.4.6(@types/node@20.16.5)(less@4.2.0):
  1217. dependencies:
  1218. esbuild: 0.21.5
  1219. postcss: 8.4.47
  1220. rollup: 4.21.3
  1221. optionalDependencies:
  1222. '@types/node': 20.16.5
  1223. fsevents: 2.3.3
  1224. less: 4.2.0
  1225. vitepress@1.3.4(@algolia/client-search@4.24.0)(@types/node@20.16.5)(less@4.2.0)(postcss@8.4.47)(search-insights@2.13.0):
  1226. dependencies:
  1227. '@docsearch/css': 3.6.1
  1228. '@docsearch/js': 3.6.1(@algolia/client-search@4.24.0)(search-insights@2.13.0)
  1229. '@shikijs/core': 1.17.7
  1230. '@shikijs/transformers': 1.17.7
  1231. '@types/markdown-it': 14.1.2
  1232. '@vitejs/plugin-vue': 5.1.3(vite@5.4.6(@types/node@20.16.5)(less@4.2.0))(vue@3.5.6)
  1233. '@vue/devtools-api': 7.4.5
  1234. '@vue/shared': 3.5.6
  1235. '@vueuse/core': 11.1.0(vue@3.5.6)
  1236. '@vueuse/integrations': 11.1.0(focus-trap@7.6.0)(vue@3.5.6)
  1237. focus-trap: 7.6.0
  1238. mark.js: 8.11.1
  1239. minisearch: 7.1.0
  1240. shiki: 1.17.7
  1241. vite: 5.4.6(@types/node@20.16.5)(less@4.2.0)
  1242. vue: 3.5.6
  1243. optionalDependencies:
  1244. postcss: 8.4.47
  1245. transitivePeerDependencies:
  1246. - '@algolia/client-search'
  1247. - '@types/node'
  1248. - '@types/react'
  1249. - '@vue/composition-api'
  1250. - async-validator
  1251. - axios
  1252. - change-case
  1253. - drauu
  1254. - fuse.js
  1255. - idb-keyval
  1256. - jwt-decode
  1257. - less
  1258. - lightningcss
  1259. - nprogress
  1260. - qrcode
  1261. - react
  1262. - react-dom
  1263. - sass
  1264. - sass-embedded
  1265. - search-insights
  1266. - sortablejs
  1267. - stylus
  1268. - sugarss
  1269. - terser
  1270. - typescript
  1271. - universal-cookie
  1272. vue-demi@0.14.10(vue@3.5.6):
  1273. dependencies:
  1274. vue: 3.5.6
  1275. vue@3.5.6:
  1276. dependencies:
  1277. '@vue/compiler-dom': 3.5.6
  1278. '@vue/compiler-sfc': 3.5.6
  1279. '@vue/runtime-dom': 3.5.6
  1280. '@vue/server-renderer': 3.5.6(vue@3.5.6)
  1281. '@vue/shared': 3.5.6
  1282. zwitch@2.0.4: {}