package-lock.json 125 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446
  1. {
  2. "name": "docs",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "aieditor": "^1.2.7"
  9. },
  10. "devDependencies": {
  11. "vitepress": "^1.5.0"
  12. }
  13. },
  14. "node_modules/@algolia/autocomplete-core": {
  15. "version": "1.17.7",
  16. "resolved": "https://registry.npmmirror.com/@algolia/autocomplete-core/-/autocomplete-core-1.17.7.tgz",
  17. "integrity": "sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==",
  18. "dev": true,
  19. "license": "MIT",
  20. "dependencies": {
  21. "@algolia/autocomplete-plugin-algolia-insights": "1.17.7",
  22. "@algolia/autocomplete-shared": "1.17.7"
  23. }
  24. },
  25. "node_modules/@algolia/autocomplete-plugin-algolia-insights": {
  26. "version": "1.17.7",
  27. "resolved": "https://registry.npmmirror.com/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.7.tgz",
  28. "integrity": "sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==",
  29. "dev": true,
  30. "license": "MIT",
  31. "dependencies": {
  32. "@algolia/autocomplete-shared": "1.17.7"
  33. },
  34. "peerDependencies": {
  35. "search-insights": ">= 1 < 3"
  36. }
  37. },
  38. "node_modules/@algolia/autocomplete-preset-algolia": {
  39. "version": "1.17.7",
  40. "resolved": "https://registry.npmmirror.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.7.tgz",
  41. "integrity": "sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==",
  42. "dev": true,
  43. "license": "MIT",
  44. "dependencies": {
  45. "@algolia/autocomplete-shared": "1.17.7"
  46. },
  47. "peerDependencies": {
  48. "@algolia/client-search": ">= 4.9.1 < 6",
  49. "algoliasearch": ">= 4.9.1 < 6"
  50. }
  51. },
  52. "node_modules/@algolia/autocomplete-shared": {
  53. "version": "1.17.7",
  54. "resolved": "https://registry.npmmirror.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.7.tgz",
  55. "integrity": "sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==",
  56. "dev": true,
  57. "license": "MIT",
  58. "peerDependencies": {
  59. "@algolia/client-search": ">= 4.9.1 < 6",
  60. "algoliasearch": ">= 4.9.1 < 6"
  61. }
  62. },
  63. "node_modules/@algolia/client-abtesting": {
  64. "version": "5.15.0",
  65. "resolved": "https://registry.npmmirror.com/@algolia/client-abtesting/-/client-abtesting-5.15.0.tgz",
  66. "integrity": "sha512-FaEM40iuiv1mAipYyiptP4EyxkJ8qHfowCpEeusdHUC4C7spATJYArD2rX3AxkVeREkDIgYEOuXcwKUbDCr7Nw==",
  67. "dev": true,
  68. "license": "MIT",
  69. "dependencies": {
  70. "@algolia/client-common": "5.15.0",
  71. "@algolia/requester-browser-xhr": "5.15.0",
  72. "@algolia/requester-fetch": "5.15.0",
  73. "@algolia/requester-node-http": "5.15.0"
  74. },
  75. "engines": {
  76. "node": ">= 14.0.0"
  77. }
  78. },
  79. "node_modules/@algolia/client-analytics": {
  80. "version": "5.15.0",
  81. "resolved": "https://registry.npmmirror.com/@algolia/client-analytics/-/client-analytics-5.15.0.tgz",
  82. "integrity": "sha512-lho0gTFsQDIdCwyUKTtMuf9nCLwq9jOGlLGIeQGKDxXF7HbiAysFIu5QW/iQr1LzMgDyM9NH7K98KY+BiIFriQ==",
  83. "dev": true,
  84. "license": "MIT",
  85. "dependencies": {
  86. "@algolia/client-common": "5.15.0",
  87. "@algolia/requester-browser-xhr": "5.15.0",
  88. "@algolia/requester-fetch": "5.15.0",
  89. "@algolia/requester-node-http": "5.15.0"
  90. },
  91. "engines": {
  92. "node": ">= 14.0.0"
  93. }
  94. },
  95. "node_modules/@algolia/client-common": {
  96. "version": "5.15.0",
  97. "resolved": "https://registry.npmmirror.com/@algolia/client-common/-/client-common-5.15.0.tgz",
  98. "integrity": "sha512-IofrVh213VLsDkPoSKMeM9Dshrv28jhDlBDLRcVJQvlL8pzue7PEB1EZ4UoJFYS3NSn7JOcJ/V+olRQzXlJj1w==",
  99. "dev": true,
  100. "license": "MIT",
  101. "engines": {
  102. "node": ">= 14.0.0"
  103. }
  104. },
  105. "node_modules/@algolia/client-insights": {
  106. "version": "5.15.0",
  107. "resolved": "https://registry.npmmirror.com/@algolia/client-insights/-/client-insights-5.15.0.tgz",
  108. "integrity": "sha512-bDDEQGfFidDi0UQUCbxXOCdphbVAgbVmxvaV75cypBTQkJ+ABx/Npw7LkFGw1FsoVrttlrrQbwjvUB6mLVKs/w==",
  109. "dev": true,
  110. "license": "MIT",
  111. "dependencies": {
  112. "@algolia/client-common": "5.15.0",
  113. "@algolia/requester-browser-xhr": "5.15.0",
  114. "@algolia/requester-fetch": "5.15.0",
  115. "@algolia/requester-node-http": "5.15.0"
  116. },
  117. "engines": {
  118. "node": ">= 14.0.0"
  119. }
  120. },
  121. "node_modules/@algolia/client-personalization": {
  122. "version": "5.15.0",
  123. "resolved": "https://registry.npmmirror.com/@algolia/client-personalization/-/client-personalization-5.15.0.tgz",
  124. "integrity": "sha512-LfaZqLUWxdYFq44QrasCDED5bSYOswpQjSiIL7Q5fYlefAAUO95PzBPKCfUhSwhb4rKxigHfDkd81AvEicIEoA==",
  125. "dev": true,
  126. "license": "MIT",
  127. "dependencies": {
  128. "@algolia/client-common": "5.15.0",
  129. "@algolia/requester-browser-xhr": "5.15.0",
  130. "@algolia/requester-fetch": "5.15.0",
  131. "@algolia/requester-node-http": "5.15.0"
  132. },
  133. "engines": {
  134. "node": ">= 14.0.0"
  135. }
  136. },
  137. "node_modules/@algolia/client-query-suggestions": {
  138. "version": "5.15.0",
  139. "resolved": "https://registry.npmmirror.com/@algolia/client-query-suggestions/-/client-query-suggestions-5.15.0.tgz",
  140. "integrity": "sha512-wu8GVluiZ5+il8WIRsGKu8VxMK9dAlr225h878GGtpTL6VBvwyJvAyLdZsfFIpY0iN++jiNb31q2C1PlPL+n/A==",
  141. "dev": true,
  142. "license": "MIT",
  143. "dependencies": {
  144. "@algolia/client-common": "5.15.0",
  145. "@algolia/requester-browser-xhr": "5.15.0",
  146. "@algolia/requester-fetch": "5.15.0",
  147. "@algolia/requester-node-http": "5.15.0"
  148. },
  149. "engines": {
  150. "node": ">= 14.0.0"
  151. }
  152. },
  153. "node_modules/@algolia/client-search": {
  154. "version": "5.15.0",
  155. "resolved": "https://registry.npmmirror.com/@algolia/client-search/-/client-search-5.15.0.tgz",
  156. "integrity": "sha512-Z32gEMrRRpEta5UqVQA612sLdoqY3AovvUPClDfMxYrbdDAebmGDVPtSogUba1FZ4pP5dx20D3OV3reogLKsRA==",
  157. "dev": true,
  158. "license": "MIT",
  159. "dependencies": {
  160. "@algolia/client-common": "5.15.0",
  161. "@algolia/requester-browser-xhr": "5.15.0",
  162. "@algolia/requester-fetch": "5.15.0",
  163. "@algolia/requester-node-http": "5.15.0"
  164. },
  165. "engines": {
  166. "node": ">= 14.0.0"
  167. }
  168. },
  169. "node_modules/@algolia/ingestion": {
  170. "version": "1.15.0",
  171. "resolved": "https://registry.npmmirror.com/@algolia/ingestion/-/ingestion-1.15.0.tgz",
  172. "integrity": "sha512-MkqkAxBQxtQ5if/EX2IPqFA7LothghVyvPoRNA/meS2AW2qkHwcxjuiBxv4H6mnAVEPfJlhu9rkdVz9LgCBgJg==",
  173. "dev": true,
  174. "license": "MIT",
  175. "dependencies": {
  176. "@algolia/client-common": "5.15.0",
  177. "@algolia/requester-browser-xhr": "5.15.0",
  178. "@algolia/requester-fetch": "5.15.0",
  179. "@algolia/requester-node-http": "5.15.0"
  180. },
  181. "engines": {
  182. "node": ">= 14.0.0"
  183. }
  184. },
  185. "node_modules/@algolia/monitoring": {
  186. "version": "1.15.0",
  187. "resolved": "https://registry.npmmirror.com/@algolia/monitoring/-/monitoring-1.15.0.tgz",
  188. "integrity": "sha512-QPrFnnGLMMdRa8t/4bs7XilPYnoUXDY8PMQJ1sf9ZFwhUysYYhQNX34/enoO0LBjpoOY6rLpha39YQEFbzgKyQ==",
  189. "dev": true,
  190. "license": "MIT",
  191. "dependencies": {
  192. "@algolia/client-common": "5.15.0",
  193. "@algolia/requester-browser-xhr": "5.15.0",
  194. "@algolia/requester-fetch": "5.15.0",
  195. "@algolia/requester-node-http": "5.15.0"
  196. },
  197. "engines": {
  198. "node": ">= 14.0.0"
  199. }
  200. },
  201. "node_modules/@algolia/recommend": {
  202. "version": "5.15.0",
  203. "resolved": "https://registry.npmmirror.com/@algolia/recommend/-/recommend-5.15.0.tgz",
  204. "integrity": "sha512-5eupMwSqMLDObgSMF0XG958zR6GJP3f7jHDQ3/WlzCM9/YIJiWIUoJFGsko9GYsA5xbLDHE/PhWtq4chcCdaGQ==",
  205. "dev": true,
  206. "license": "MIT",
  207. "dependencies": {
  208. "@algolia/client-common": "5.15.0",
  209. "@algolia/requester-browser-xhr": "5.15.0",
  210. "@algolia/requester-fetch": "5.15.0",
  211. "@algolia/requester-node-http": "5.15.0"
  212. },
  213. "engines": {
  214. "node": ">= 14.0.0"
  215. }
  216. },
  217. "node_modules/@algolia/requester-browser-xhr": {
  218. "version": "5.15.0",
  219. "resolved": "https://registry.npmmirror.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.15.0.tgz",
  220. "integrity": "sha512-Po/GNib6QKruC3XE+WKP1HwVSfCDaZcXu48kD+gwmtDlqHWKc7Bq9lrS0sNZ456rfCKhXksOmMfUs4wRM/Y96w==",
  221. "dev": true,
  222. "license": "MIT",
  223. "dependencies": {
  224. "@algolia/client-common": "5.15.0"
  225. },
  226. "engines": {
  227. "node": ">= 14.0.0"
  228. }
  229. },
  230. "node_modules/@algolia/requester-fetch": {
  231. "version": "5.15.0",
  232. "resolved": "https://registry.npmmirror.com/@algolia/requester-fetch/-/requester-fetch-5.15.0.tgz",
  233. "integrity": "sha512-rOZ+c0P7ajmccAvpeeNrUmEKoliYFL8aOR5qGW5pFq3oj3Iept7Y5mEtEsOBYsRt6qLnaXn4zUKf+N8nvJpcIw==",
  234. "dev": true,
  235. "license": "MIT",
  236. "dependencies": {
  237. "@algolia/client-common": "5.15.0"
  238. },
  239. "engines": {
  240. "node": ">= 14.0.0"
  241. }
  242. },
  243. "node_modules/@algolia/requester-node-http": {
  244. "version": "5.15.0",
  245. "resolved": "https://registry.npmmirror.com/@algolia/requester-node-http/-/requester-node-http-5.15.0.tgz",
  246. "integrity": "sha512-b1jTpbFf9LnQHEJP5ddDJKE2sAlhYd7EVSOWgzo/27n/SfCoHfqD0VWntnWYD83PnOKvfe8auZ2+xCb0TXotrQ==",
  247. "dev": true,
  248. "license": "MIT",
  249. "dependencies": {
  250. "@algolia/client-common": "5.15.0"
  251. },
  252. "engines": {
  253. "node": ">= 14.0.0"
  254. }
  255. },
  256. "node_modules/@babel/helper-string-parser": {
  257. "version": "7.25.9",
  258. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  259. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  260. "dev": true,
  261. "license": "MIT",
  262. "engines": {
  263. "node": ">=6.9.0"
  264. }
  265. },
  266. "node_modules/@babel/helper-validator-identifier": {
  267. "version": "7.25.9",
  268. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  269. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  270. "dev": true,
  271. "license": "MIT",
  272. "engines": {
  273. "node": ">=6.9.0"
  274. }
  275. },
  276. "node_modules/@babel/parser": {
  277. "version": "7.26.3",
  278. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.3.tgz",
  279. "integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==",
  280. "dev": true,
  281. "license": "MIT",
  282. "dependencies": {
  283. "@babel/types": "^7.26.3"
  284. },
  285. "bin": {
  286. "parser": "bin/babel-parser.js"
  287. },
  288. "engines": {
  289. "node": ">=6.0.0"
  290. }
  291. },
  292. "node_modules/@babel/runtime": {
  293. "version": "7.25.9",
  294. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.25.9.tgz",
  295. "integrity": "sha512-4zpTHZ9Cm6L9L+uIqghQX8ZXg8HKFcjYO3qHoO8zTmRm6HQUJ8SSJ+KRvbMBZn0EGVlT4DRYeQ/6hjlyXBh+Kg==",
  296. "dependencies": {
  297. "regenerator-runtime": "^0.14.0"
  298. },
  299. "engines": {
  300. "node": ">=6.9.0"
  301. }
  302. },
  303. "node_modules/@babel/types": {
  304. "version": "7.26.3",
  305. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.26.3.tgz",
  306. "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==",
  307. "dev": true,
  308. "license": "MIT",
  309. "dependencies": {
  310. "@babel/helper-string-parser": "^7.25.9",
  311. "@babel/helper-validator-identifier": "^7.25.9"
  312. },
  313. "engines": {
  314. "node": ">=6.9.0"
  315. }
  316. },
  317. "node_modules/@docsearch/css": {
  318. "version": "3.8.0",
  319. "resolved": "https://registry.npmmirror.com/@docsearch/css/-/css-3.8.0.tgz",
  320. "integrity": "sha512-pieeipSOW4sQ0+bE5UFC51AOZp9NGxg89wAlZ1BAQFaiRAGK1IKUaPQ0UGZeNctJXyqZ1UvBtOQh2HH+U5GtmA==",
  321. "dev": true,
  322. "license": "MIT"
  323. },
  324. "node_modules/@docsearch/js": {
  325. "version": "3.8.0",
  326. "resolved": "https://registry.npmmirror.com/@docsearch/js/-/js-3.8.0.tgz",
  327. "integrity": "sha512-PVuV629f5UcYRtBWqK7ID6vNL5647+2ADJypwTjfeBIrJfwPuHtzLy39hMGMfFK+0xgRyhTR0FZ83EkdEraBlg==",
  328. "dev": true,
  329. "license": "MIT",
  330. "dependencies": {
  331. "@docsearch/react": "3.8.0",
  332. "preact": "^10.0.0"
  333. }
  334. },
  335. "node_modules/@docsearch/react": {
  336. "version": "3.8.0",
  337. "resolved": "https://registry.npmmirror.com/@docsearch/react/-/react-3.8.0.tgz",
  338. "integrity": "sha512-WnFK720+iwTVt94CxY3u+FgX6exb3BfN5kE9xUY6uuAH/9W/UFboBZFLlrw/zxFRHoHZCOXRtOylsXF+6LHI+Q==",
  339. "dev": true,
  340. "license": "MIT",
  341. "dependencies": {
  342. "@algolia/autocomplete-core": "1.17.7",
  343. "@algolia/autocomplete-preset-algolia": "1.17.7",
  344. "@docsearch/css": "3.8.0",
  345. "algoliasearch": "^5.12.0"
  346. },
  347. "peerDependencies": {
  348. "@types/react": ">= 16.8.0 < 19.0.0",
  349. "react": ">= 16.8.0 < 19.0.0",
  350. "react-dom": ">= 16.8.0 < 19.0.0",
  351. "search-insights": ">= 1 < 3"
  352. },
  353. "peerDependenciesMeta": {
  354. "@types/react": {
  355. "optional": true
  356. },
  357. "react": {
  358. "optional": true
  359. },
  360. "react-dom": {
  361. "optional": true
  362. },
  363. "search-insights": {
  364. "optional": true
  365. }
  366. }
  367. },
  368. "node_modules/@esbuild/aix-ppc64": {
  369. "version": "0.21.5",
  370. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  371. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  372. "cpu": [
  373. "ppc64"
  374. ],
  375. "dev": true,
  376. "license": "MIT",
  377. "optional": true,
  378. "os": [
  379. "aix"
  380. ],
  381. "engines": {
  382. "node": ">=12"
  383. }
  384. },
  385. "node_modules/@esbuild/android-arm": {
  386. "version": "0.21.5",
  387. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  388. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  389. "cpu": [
  390. "arm"
  391. ],
  392. "dev": true,
  393. "license": "MIT",
  394. "optional": true,
  395. "os": [
  396. "android"
  397. ],
  398. "engines": {
  399. "node": ">=12"
  400. }
  401. },
  402. "node_modules/@esbuild/android-arm64": {
  403. "version": "0.21.5",
  404. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  405. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  406. "cpu": [
  407. "arm64"
  408. ],
  409. "dev": true,
  410. "license": "MIT",
  411. "optional": true,
  412. "os": [
  413. "android"
  414. ],
  415. "engines": {
  416. "node": ">=12"
  417. }
  418. },
  419. "node_modules/@esbuild/android-x64": {
  420. "version": "0.21.5",
  421. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  422. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  423. "cpu": [
  424. "x64"
  425. ],
  426. "dev": true,
  427. "license": "MIT",
  428. "optional": true,
  429. "os": [
  430. "android"
  431. ],
  432. "engines": {
  433. "node": ">=12"
  434. }
  435. },
  436. "node_modules/@esbuild/darwin-arm64": {
  437. "version": "0.21.5",
  438. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  439. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  440. "cpu": [
  441. "arm64"
  442. ],
  443. "dev": true,
  444. "license": "MIT",
  445. "optional": true,
  446. "os": [
  447. "darwin"
  448. ],
  449. "engines": {
  450. "node": ">=12"
  451. }
  452. },
  453. "node_modules/@esbuild/darwin-x64": {
  454. "version": "0.21.5",
  455. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  456. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  457. "cpu": [
  458. "x64"
  459. ],
  460. "dev": true,
  461. "license": "MIT",
  462. "optional": true,
  463. "os": [
  464. "darwin"
  465. ],
  466. "engines": {
  467. "node": ">=12"
  468. }
  469. },
  470. "node_modules/@esbuild/freebsd-arm64": {
  471. "version": "0.21.5",
  472. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  473. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  474. "cpu": [
  475. "arm64"
  476. ],
  477. "dev": true,
  478. "license": "MIT",
  479. "optional": true,
  480. "os": [
  481. "freebsd"
  482. ],
  483. "engines": {
  484. "node": ">=12"
  485. }
  486. },
  487. "node_modules/@esbuild/freebsd-x64": {
  488. "version": "0.21.5",
  489. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  490. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  491. "cpu": [
  492. "x64"
  493. ],
  494. "dev": true,
  495. "license": "MIT",
  496. "optional": true,
  497. "os": [
  498. "freebsd"
  499. ],
  500. "engines": {
  501. "node": ">=12"
  502. }
  503. },
  504. "node_modules/@esbuild/linux-arm": {
  505. "version": "0.21.5",
  506. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  507. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  508. "cpu": [
  509. "arm"
  510. ],
  511. "dev": true,
  512. "license": "MIT",
  513. "optional": true,
  514. "os": [
  515. "linux"
  516. ],
  517. "engines": {
  518. "node": ">=12"
  519. }
  520. },
  521. "node_modules/@esbuild/linux-arm64": {
  522. "version": "0.21.5",
  523. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  524. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  525. "cpu": [
  526. "arm64"
  527. ],
  528. "dev": true,
  529. "license": "MIT",
  530. "optional": true,
  531. "os": [
  532. "linux"
  533. ],
  534. "engines": {
  535. "node": ">=12"
  536. }
  537. },
  538. "node_modules/@esbuild/linux-ia32": {
  539. "version": "0.21.5",
  540. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  541. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  542. "cpu": [
  543. "ia32"
  544. ],
  545. "dev": true,
  546. "license": "MIT",
  547. "optional": true,
  548. "os": [
  549. "linux"
  550. ],
  551. "engines": {
  552. "node": ">=12"
  553. }
  554. },
  555. "node_modules/@esbuild/linux-loong64": {
  556. "version": "0.21.5",
  557. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  558. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  559. "cpu": [
  560. "loong64"
  561. ],
  562. "dev": true,
  563. "license": "MIT",
  564. "optional": true,
  565. "os": [
  566. "linux"
  567. ],
  568. "engines": {
  569. "node": ">=12"
  570. }
  571. },
  572. "node_modules/@esbuild/linux-mips64el": {
  573. "version": "0.21.5",
  574. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  575. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  576. "cpu": [
  577. "mips64el"
  578. ],
  579. "dev": true,
  580. "license": "MIT",
  581. "optional": true,
  582. "os": [
  583. "linux"
  584. ],
  585. "engines": {
  586. "node": ">=12"
  587. }
  588. },
  589. "node_modules/@esbuild/linux-ppc64": {
  590. "version": "0.21.5",
  591. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  592. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  593. "cpu": [
  594. "ppc64"
  595. ],
  596. "dev": true,
  597. "license": "MIT",
  598. "optional": true,
  599. "os": [
  600. "linux"
  601. ],
  602. "engines": {
  603. "node": ">=12"
  604. }
  605. },
  606. "node_modules/@esbuild/linux-riscv64": {
  607. "version": "0.21.5",
  608. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  609. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  610. "cpu": [
  611. "riscv64"
  612. ],
  613. "dev": true,
  614. "license": "MIT",
  615. "optional": true,
  616. "os": [
  617. "linux"
  618. ],
  619. "engines": {
  620. "node": ">=12"
  621. }
  622. },
  623. "node_modules/@esbuild/linux-s390x": {
  624. "version": "0.21.5",
  625. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  626. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  627. "cpu": [
  628. "s390x"
  629. ],
  630. "dev": true,
  631. "license": "MIT",
  632. "optional": true,
  633. "os": [
  634. "linux"
  635. ],
  636. "engines": {
  637. "node": ">=12"
  638. }
  639. },
  640. "node_modules/@esbuild/linux-x64": {
  641. "version": "0.21.5",
  642. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  643. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  644. "cpu": [
  645. "x64"
  646. ],
  647. "dev": true,
  648. "license": "MIT",
  649. "optional": true,
  650. "os": [
  651. "linux"
  652. ],
  653. "engines": {
  654. "node": ">=12"
  655. }
  656. },
  657. "node_modules/@esbuild/netbsd-x64": {
  658. "version": "0.21.5",
  659. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  660. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  661. "cpu": [
  662. "x64"
  663. ],
  664. "dev": true,
  665. "license": "MIT",
  666. "optional": true,
  667. "os": [
  668. "netbsd"
  669. ],
  670. "engines": {
  671. "node": ">=12"
  672. }
  673. },
  674. "node_modules/@esbuild/openbsd-x64": {
  675. "version": "0.21.5",
  676. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  677. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  678. "cpu": [
  679. "x64"
  680. ],
  681. "dev": true,
  682. "license": "MIT",
  683. "optional": true,
  684. "os": [
  685. "openbsd"
  686. ],
  687. "engines": {
  688. "node": ">=12"
  689. }
  690. },
  691. "node_modules/@esbuild/sunos-x64": {
  692. "version": "0.21.5",
  693. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  694. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  695. "cpu": [
  696. "x64"
  697. ],
  698. "dev": true,
  699. "license": "MIT",
  700. "optional": true,
  701. "os": [
  702. "sunos"
  703. ],
  704. "engines": {
  705. "node": ">=12"
  706. }
  707. },
  708. "node_modules/@esbuild/win32-arm64": {
  709. "version": "0.21.5",
  710. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  711. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  712. "cpu": [
  713. "arm64"
  714. ],
  715. "dev": true,
  716. "license": "MIT",
  717. "optional": true,
  718. "os": [
  719. "win32"
  720. ],
  721. "engines": {
  722. "node": ">=12"
  723. }
  724. },
  725. "node_modules/@esbuild/win32-ia32": {
  726. "version": "0.21.5",
  727. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  728. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  729. "cpu": [
  730. "ia32"
  731. ],
  732. "dev": true,
  733. "license": "MIT",
  734. "optional": true,
  735. "os": [
  736. "win32"
  737. ],
  738. "engines": {
  739. "node": ">=12"
  740. }
  741. },
  742. "node_modules/@esbuild/win32-x64": {
  743. "version": "0.21.5",
  744. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  745. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  746. "cpu": [
  747. "x64"
  748. ],
  749. "dev": true,
  750. "license": "MIT",
  751. "optional": true,
  752. "os": [
  753. "win32"
  754. ],
  755. "engines": {
  756. "node": ">=12"
  757. }
  758. },
  759. "node_modules/@iconify-json/simple-icons": {
  760. "version": "1.2.14",
  761. "resolved": "https://registry.npmmirror.com/@iconify-json/simple-icons/-/simple-icons-1.2.14.tgz",
  762. "integrity": "sha512-zLqb48pM1B5vegMBDouyv7FzrROV5HRIjDpl+/PKjY3P7AeSySaOeT6mzutF6hDZCJvn1J7qQ7lug3FOgegiiA==",
  763. "dev": true,
  764. "license": "CC0-1.0",
  765. "dependencies": {
  766. "@iconify/types": "*"
  767. }
  768. },
  769. "node_modules/@iconify/types": {
  770. "version": "2.0.0",
  771. "resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
  772. "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
  773. "dev": true,
  774. "license": "MIT"
  775. },
  776. "node_modules/@jridgewell/sourcemap-codec": {
  777. "version": "1.5.0",
  778. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  779. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  780. "dev": true,
  781. "license": "MIT"
  782. },
  783. "node_modules/@mixmark-io/domino": {
  784. "version": "2.2.0",
  785. "resolved": "https://registry.npmmirror.com/@mixmark-io/domino/-/domino-2.2.0.tgz",
  786. "integrity": "sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw=="
  787. },
  788. "node_modules/@popperjs/core": {
  789. "version": "2.11.8",
  790. "resolved": "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz",
  791. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  792. "funding": {
  793. "type": "opencollective",
  794. "url": "https://opencollective.com/popperjs"
  795. }
  796. },
  797. "node_modules/@remirror/core-constants": {
  798. "version": "3.0.0",
  799. "resolved": "https://registry.npmmirror.com/@remirror/core-constants/-/core-constants-3.0.0.tgz",
  800. "integrity": "sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg=="
  801. },
  802. "node_modules/@rollup/rollup-android-arm-eabi": {
  803. "version": "4.28.1",
  804. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.28.1.tgz",
  805. "integrity": "sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==",
  806. "cpu": [
  807. "arm"
  808. ],
  809. "dev": true,
  810. "license": "MIT",
  811. "optional": true,
  812. "os": [
  813. "android"
  814. ]
  815. },
  816. "node_modules/@rollup/rollup-android-arm64": {
  817. "version": "4.28.1",
  818. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.28.1.tgz",
  819. "integrity": "sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==",
  820. "cpu": [
  821. "arm64"
  822. ],
  823. "dev": true,
  824. "license": "MIT",
  825. "optional": true,
  826. "os": [
  827. "android"
  828. ]
  829. },
  830. "node_modules/@rollup/rollup-darwin-arm64": {
  831. "version": "4.28.1",
  832. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.28.1.tgz",
  833. "integrity": "sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==",
  834. "cpu": [
  835. "arm64"
  836. ],
  837. "dev": true,
  838. "license": "MIT",
  839. "optional": true,
  840. "os": [
  841. "darwin"
  842. ]
  843. },
  844. "node_modules/@rollup/rollup-darwin-x64": {
  845. "version": "4.28.1",
  846. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.28.1.tgz",
  847. "integrity": "sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==",
  848. "cpu": [
  849. "x64"
  850. ],
  851. "dev": true,
  852. "license": "MIT",
  853. "optional": true,
  854. "os": [
  855. "darwin"
  856. ]
  857. },
  858. "node_modules/@rollup/rollup-freebsd-arm64": {
  859. "version": "4.28.1",
  860. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.28.1.tgz",
  861. "integrity": "sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==",
  862. "cpu": [
  863. "arm64"
  864. ],
  865. "dev": true,
  866. "license": "MIT",
  867. "optional": true,
  868. "os": [
  869. "freebsd"
  870. ]
  871. },
  872. "node_modules/@rollup/rollup-freebsd-x64": {
  873. "version": "4.28.1",
  874. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.28.1.tgz",
  875. "integrity": "sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==",
  876. "cpu": [
  877. "x64"
  878. ],
  879. "dev": true,
  880. "license": "MIT",
  881. "optional": true,
  882. "os": [
  883. "freebsd"
  884. ]
  885. },
  886. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  887. "version": "4.28.1",
  888. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.28.1.tgz",
  889. "integrity": "sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==",
  890. "cpu": [
  891. "arm"
  892. ],
  893. "dev": true,
  894. "license": "MIT",
  895. "optional": true,
  896. "os": [
  897. "linux"
  898. ]
  899. },
  900. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  901. "version": "4.28.1",
  902. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.28.1.tgz",
  903. "integrity": "sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==",
  904. "cpu": [
  905. "arm"
  906. ],
  907. "dev": true,
  908. "license": "MIT",
  909. "optional": true,
  910. "os": [
  911. "linux"
  912. ]
  913. },
  914. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  915. "version": "4.28.1",
  916. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.28.1.tgz",
  917. "integrity": "sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==",
  918. "cpu": [
  919. "arm64"
  920. ],
  921. "dev": true,
  922. "license": "MIT",
  923. "optional": true,
  924. "os": [
  925. "linux"
  926. ]
  927. },
  928. "node_modules/@rollup/rollup-linux-arm64-musl": {
  929. "version": "4.28.1",
  930. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.28.1.tgz",
  931. "integrity": "sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==",
  932. "cpu": [
  933. "arm64"
  934. ],
  935. "dev": true,
  936. "license": "MIT",
  937. "optional": true,
  938. "os": [
  939. "linux"
  940. ]
  941. },
  942. "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
  943. "version": "4.28.1",
  944. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.28.1.tgz",
  945. "integrity": "sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==",
  946. "cpu": [
  947. "loong64"
  948. ],
  949. "dev": true,
  950. "license": "MIT",
  951. "optional": true,
  952. "os": [
  953. "linux"
  954. ]
  955. },
  956. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  957. "version": "4.28.1",
  958. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.28.1.tgz",
  959. "integrity": "sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==",
  960. "cpu": [
  961. "ppc64"
  962. ],
  963. "dev": true,
  964. "license": "MIT",
  965. "optional": true,
  966. "os": [
  967. "linux"
  968. ]
  969. },
  970. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  971. "version": "4.28.1",
  972. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.28.1.tgz",
  973. "integrity": "sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==",
  974. "cpu": [
  975. "riscv64"
  976. ],
  977. "dev": true,
  978. "license": "MIT",
  979. "optional": true,
  980. "os": [
  981. "linux"
  982. ]
  983. },
  984. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  985. "version": "4.28.1",
  986. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.28.1.tgz",
  987. "integrity": "sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==",
  988. "cpu": [
  989. "s390x"
  990. ],
  991. "dev": true,
  992. "license": "MIT",
  993. "optional": true,
  994. "os": [
  995. "linux"
  996. ]
  997. },
  998. "node_modules/@rollup/rollup-linux-x64-gnu": {
  999. "version": "4.28.1",
  1000. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.1.tgz",
  1001. "integrity": "sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==",
  1002. "cpu": [
  1003. "x64"
  1004. ],
  1005. "dev": true,
  1006. "license": "MIT",
  1007. "optional": true,
  1008. "os": [
  1009. "linux"
  1010. ]
  1011. },
  1012. "node_modules/@rollup/rollup-linux-x64-musl": {
  1013. "version": "4.28.1",
  1014. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.28.1.tgz",
  1015. "integrity": "sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==",
  1016. "cpu": [
  1017. "x64"
  1018. ],
  1019. "dev": true,
  1020. "license": "MIT",
  1021. "optional": true,
  1022. "os": [
  1023. "linux"
  1024. ]
  1025. },
  1026. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1027. "version": "4.28.1",
  1028. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.28.1.tgz",
  1029. "integrity": "sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==",
  1030. "cpu": [
  1031. "arm64"
  1032. ],
  1033. "dev": true,
  1034. "license": "MIT",
  1035. "optional": true,
  1036. "os": [
  1037. "win32"
  1038. ]
  1039. },
  1040. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1041. "version": "4.28.1",
  1042. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.28.1.tgz",
  1043. "integrity": "sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==",
  1044. "cpu": [
  1045. "ia32"
  1046. ],
  1047. "dev": true,
  1048. "license": "MIT",
  1049. "optional": true,
  1050. "os": [
  1051. "win32"
  1052. ]
  1053. },
  1054. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1055. "version": "4.28.1",
  1056. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.28.1.tgz",
  1057. "integrity": "sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==",
  1058. "cpu": [
  1059. "x64"
  1060. ],
  1061. "dev": true,
  1062. "license": "MIT",
  1063. "optional": true,
  1064. "os": [
  1065. "win32"
  1066. ]
  1067. },
  1068. "node_modules/@shikijs/core": {
  1069. "version": "1.24.0",
  1070. "resolved": "https://registry.npmmirror.com/@shikijs/core/-/core-1.24.0.tgz",
  1071. "integrity": "sha512-6pvdH0KoahMzr6689yh0QJ3rCgF4j1XsXRHNEeEN6M4xJTfQ6QPWrmHzIddotg+xPJUPEPzYzYCKzpYyhTI6Gw==",
  1072. "dev": true,
  1073. "license": "MIT",
  1074. "dependencies": {
  1075. "@shikijs/engine-javascript": "1.24.0",
  1076. "@shikijs/engine-oniguruma": "1.24.0",
  1077. "@shikijs/types": "1.24.0",
  1078. "@shikijs/vscode-textmate": "^9.3.0",
  1079. "@types/hast": "^3.0.4",
  1080. "hast-util-to-html": "^9.0.3"
  1081. }
  1082. },
  1083. "node_modules/@shikijs/engine-javascript": {
  1084. "version": "1.24.0",
  1085. "resolved": "https://registry.npmmirror.com/@shikijs/engine-javascript/-/engine-javascript-1.24.0.tgz",
  1086. "integrity": "sha512-ZA6sCeSsF3Mnlxxr+4wGEJ9Tto4RHmfIS7ox8KIAbH0MTVUkw3roHPHZN+LlJMOHJJOVupe6tvuAzRpN8qK1vA==",
  1087. "dev": true,
  1088. "license": "MIT",
  1089. "dependencies": {
  1090. "@shikijs/types": "1.24.0",
  1091. "@shikijs/vscode-textmate": "^9.3.0",
  1092. "oniguruma-to-es": "0.7.0"
  1093. }
  1094. },
  1095. "node_modules/@shikijs/engine-oniguruma": {
  1096. "version": "1.24.0",
  1097. "resolved": "https://registry.npmmirror.com/@shikijs/engine-oniguruma/-/engine-oniguruma-1.24.0.tgz",
  1098. "integrity": "sha512-Eua0qNOL73Y82lGA4GF5P+G2+VXX9XnuUxkiUuwcxQPH4wom+tE39kZpBFXfUuwNYxHSkrSxpB1p4kyRW0moSg==",
  1099. "dev": true,
  1100. "license": "MIT",
  1101. "dependencies": {
  1102. "@shikijs/types": "1.24.0",
  1103. "@shikijs/vscode-textmate": "^9.3.0"
  1104. }
  1105. },
  1106. "node_modules/@shikijs/transformers": {
  1107. "version": "1.24.0",
  1108. "resolved": "https://registry.npmmirror.com/@shikijs/transformers/-/transformers-1.24.0.tgz",
  1109. "integrity": "sha512-Qf/hby+PRPkoHncjYnJf5svK1aCsOUtQhuLzKPnmeXJtuUZCmbH0pTpdNtXe9tgln/RHlyRJnv7q46HHS1sO0Q==",
  1110. "dev": true,
  1111. "license": "MIT",
  1112. "dependencies": {
  1113. "shiki": "1.24.0"
  1114. }
  1115. },
  1116. "node_modules/@shikijs/types": {
  1117. "version": "1.24.0",
  1118. "resolved": "https://registry.npmmirror.com/@shikijs/types/-/types-1.24.0.tgz",
  1119. "integrity": "sha512-aptbEuq1Pk88DMlCe+FzXNnBZ17LCiLIGWAeCWhoFDzia5Q5Krx3DgnULLiouSdd6+LUM39XwXGppqYE0Ghtug==",
  1120. "dev": true,
  1121. "license": "MIT",
  1122. "dependencies": {
  1123. "@shikijs/vscode-textmate": "^9.3.0",
  1124. "@types/hast": "^3.0.4"
  1125. }
  1126. },
  1127. "node_modules/@shikijs/vscode-textmate": {
  1128. "version": "9.3.0",
  1129. "resolved": "https://registry.npmmirror.com/@shikijs/vscode-textmate/-/vscode-textmate-9.3.0.tgz",
  1130. "integrity": "sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==",
  1131. "dev": true,
  1132. "license": "MIT"
  1133. },
  1134. "node_modules/@tiptap/core": {
  1135. "version": "2.10.0",
  1136. "resolved": "https://registry.npmmirror.com/@tiptap/core/-/core-2.10.0.tgz",
  1137. "integrity": "sha512-58nAjPxLRFcXepdDqQRC1mhrw6E8Sanqr6bbO4Tz0+FWgDJMZvHG+dOK5wHaDVNSgK2iJDz08ETvQayfOOgDvg==",
  1138. "funding": {
  1139. "type": "github",
  1140. "url": "https://github.com/sponsors/ueberdosis"
  1141. },
  1142. "peerDependencies": {
  1143. "@tiptap/pm": "^2.7.0"
  1144. }
  1145. },
  1146. "node_modules/@tiptap/extension-blockquote": {
  1147. "version": "2.10.0",
  1148. "resolved": "https://registry.npmmirror.com/@tiptap/extension-blockquote/-/extension-blockquote-2.10.0.tgz",
  1149. "integrity": "sha512-6Xmfo2lpfIRcbfkLD/NGX4YgQqfgAbu6XaZQZf5oGtHLPTrz4D7Mw20GgNBHzae2XwUCwLMt6zXOkBgU/LnlZg==",
  1150. "funding": {
  1151. "type": "github",
  1152. "url": "https://github.com/sponsors/ueberdosis"
  1153. },
  1154. "peerDependencies": {
  1155. "@tiptap/core": "^2.7.0"
  1156. }
  1157. },
  1158. "node_modules/@tiptap/extension-bold": {
  1159. "version": "2.10.0",
  1160. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bold/-/extension-bold-2.10.0.tgz",
  1161. "integrity": "sha512-1wL8UI1Aii0u2cbDEvwyqsZb2pgBt8HLJdsIax/ELoF2tKCD5821nElqTGLBBg4pUGPa0ru9ZemuL8GdXZp3Qg==",
  1162. "funding": {
  1163. "type": "github",
  1164. "url": "https://github.com/sponsors/ueberdosis"
  1165. },
  1166. "peerDependencies": {
  1167. "@tiptap/core": "^2.7.0"
  1168. }
  1169. },
  1170. "node_modules/@tiptap/extension-bubble-menu": {
  1171. "version": "2.10.0",
  1172. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.10.0.tgz",
  1173. "integrity": "sha512-6CeForthuKbupOACdDm6FMOiiKNC4kMYU923lSv9pC5UrfhJEpHJ1dVrZ0b1dP2hhEc4c1tzly6k0oozIPjrEQ==",
  1174. "dependencies": {
  1175. "tippy.js": "^6.3.7"
  1176. },
  1177. "funding": {
  1178. "type": "github",
  1179. "url": "https://github.com/sponsors/ueberdosis"
  1180. },
  1181. "peerDependencies": {
  1182. "@tiptap/core": "^2.7.0",
  1183. "@tiptap/pm": "^2.7.0"
  1184. }
  1185. },
  1186. "node_modules/@tiptap/extension-bullet-list": {
  1187. "version": "2.10.0",
  1188. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bullet-list/-/extension-bullet-list-2.10.0.tgz",
  1189. "integrity": "sha512-Cl+DGu6D3SgF/hlKUDNet3gaZFy6cPEonOOkHwzXoybDXXdddFbaTvt9MLkBRUR3ldksXuVRP2/LwZsK5WyxJQ==",
  1190. "funding": {
  1191. "type": "github",
  1192. "url": "https://github.com/sponsors/ueberdosis"
  1193. },
  1194. "peerDependencies": {
  1195. "@tiptap/core": "^2.7.0"
  1196. }
  1197. },
  1198. "node_modules/@tiptap/extension-character-count": {
  1199. "version": "2.10.0",
  1200. "resolved": "https://registry.npmmirror.com/@tiptap/extension-character-count/-/extension-character-count-2.10.0.tgz",
  1201. "integrity": "sha512-0cK0SFUYqyG8Q2a7DQ16uI1NGY3R7ayRc5ikyIBKpoAHXuXEV81aPWNGR2sxDwpmMj3x/soA/QoNhfkYTwp2sA==",
  1202. "funding": {
  1203. "type": "github",
  1204. "url": "https://github.com/sponsors/ueberdosis"
  1205. },
  1206. "peerDependencies": {
  1207. "@tiptap/core": "^2.7.0",
  1208. "@tiptap/pm": "^2.7.0"
  1209. }
  1210. },
  1211. "node_modules/@tiptap/extension-code": {
  1212. "version": "2.10.0",
  1213. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code/-/extension-code-2.10.0.tgz",
  1214. "integrity": "sha512-8JznKG1Jmv8gJezZGPoka8oRmfrcAAnMEOeMpKXjwMrIbQ6QynTZpqMGGVL1kfkZlLV84PYm+CGjGgjSsT4iZw==",
  1215. "funding": {
  1216. "type": "github",
  1217. "url": "https://github.com/sponsors/ueberdosis"
  1218. },
  1219. "peerDependencies": {
  1220. "@tiptap/core": "^2.7.0"
  1221. }
  1222. },
  1223. "node_modules/@tiptap/extension-code-block": {
  1224. "version": "2.10.0",
  1225. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code-block/-/extension-code-block-2.10.0.tgz",
  1226. "integrity": "sha512-QH+LP7L1s1EJlrDFnfgOP0q+Siqt0Zbkx4ICMcUGvEsycl53Ti8P0DRW7fAjRISdTCItuWJYvtmiYY7O3rYb+Q==",
  1227. "funding": {
  1228. "type": "github",
  1229. "url": "https://github.com/sponsors/ueberdosis"
  1230. },
  1231. "peerDependencies": {
  1232. "@tiptap/core": "^2.7.0",
  1233. "@tiptap/pm": "^2.7.0"
  1234. }
  1235. },
  1236. "node_modules/@tiptap/extension-code-block-lowlight": {
  1237. "version": "2.10.0",
  1238. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-2.10.0.tgz",
  1239. "integrity": "sha512-dAv03XIHT5h+sdFmJzvx2FfpfFOOK9SBKHflRUdqTa8eA+0VZNAcPRjvJWVEWqts1fKZDJj774mO28NlhFzk9Q==",
  1240. "funding": {
  1241. "type": "github",
  1242. "url": "https://github.com/sponsors/ueberdosis"
  1243. },
  1244. "peerDependencies": {
  1245. "@tiptap/core": "^2.7.0",
  1246. "@tiptap/extension-code-block": "^2.7.0",
  1247. "@tiptap/pm": "^2.7.0",
  1248. "highlight.js": "^11",
  1249. "lowlight": "^2 || ^3"
  1250. }
  1251. },
  1252. "node_modules/@tiptap/extension-color": {
  1253. "version": "2.10.0",
  1254. "resolved": "https://registry.npmmirror.com/@tiptap/extension-color/-/extension-color-2.10.0.tgz",
  1255. "integrity": "sha512-s+RNO+7C+t/Waokh1Oloc4Sn3K9p3o2pjdDGw3sHFyOfZvgfYoz5NIacl20NI8Zvk/Yy2bNWDPe5ypinOOnmag==",
  1256. "funding": {
  1257. "type": "github",
  1258. "url": "https://github.com/sponsors/ueberdosis"
  1259. },
  1260. "peerDependencies": {
  1261. "@tiptap/core": "^2.7.0",
  1262. "@tiptap/extension-text-style": "^2.7.0"
  1263. }
  1264. },
  1265. "node_modules/@tiptap/extension-document": {
  1266. "version": "2.10.0",
  1267. "resolved": "https://registry.npmmirror.com/@tiptap/extension-document/-/extension-document-2.10.0.tgz",
  1268. "integrity": "sha512-vseMW3EKiQAPgdbN48Y8F0nRqWhhrAo9DLacAfP7tu0x3uv44uotNjDBtAgp5QmJmqQVyrEdkLSZaU5vFzduhQ==",
  1269. "funding": {
  1270. "type": "github",
  1271. "url": "https://github.com/sponsors/ueberdosis"
  1272. },
  1273. "peerDependencies": {
  1274. "@tiptap/core": "^2.7.0"
  1275. }
  1276. },
  1277. "node_modules/@tiptap/extension-dropcursor": {
  1278. "version": "2.10.0",
  1279. "resolved": "https://registry.npmmirror.com/@tiptap/extension-dropcursor/-/extension-dropcursor-2.10.0.tgz",
  1280. "integrity": "sha512-tifxp/a3NxTjLAuYBx9XAwVo4MSDoY/mQ8E18QtuXj0vuieCFxd8Bkyre0otubIAAQePXLTVGQoxPrKmMAa+Jg==",
  1281. "funding": {
  1282. "type": "github",
  1283. "url": "https://github.com/sponsors/ueberdosis"
  1284. },
  1285. "peerDependencies": {
  1286. "@tiptap/core": "^2.7.0",
  1287. "@tiptap/pm": "^2.7.0"
  1288. }
  1289. },
  1290. "node_modules/@tiptap/extension-font-family": {
  1291. "version": "2.10.0",
  1292. "resolved": "https://registry.npmmirror.com/@tiptap/extension-font-family/-/extension-font-family-2.10.0.tgz",
  1293. "integrity": "sha512-8B2arI5odYUiyIMnPf2ycRzTqs3QiVNTV3R7QSAjGNbNrzpUt70Jmqf5Gir854YnJHpqwGQvXf/MyS3ID1DHRQ==",
  1294. "funding": {
  1295. "type": "github",
  1296. "url": "https://github.com/sponsors/ueberdosis"
  1297. },
  1298. "peerDependencies": {
  1299. "@tiptap/core": "^2.7.0",
  1300. "@tiptap/extension-text-style": "^2.7.0"
  1301. }
  1302. },
  1303. "node_modules/@tiptap/extension-gapcursor": {
  1304. "version": "2.10.0",
  1305. "resolved": "https://registry.npmmirror.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.10.0.tgz",
  1306. "integrity": "sha512-GViEnSnEBE74k7SYdXrQ4aXlKmWkrd9awdj/TgDSORgpZ4Dfyqtn+ENIWWby4NhL+BPM9P5hGCjkQXZsi6JKOw==",
  1307. "funding": {
  1308. "type": "github",
  1309. "url": "https://github.com/sponsors/ueberdosis"
  1310. },
  1311. "peerDependencies": {
  1312. "@tiptap/core": "^2.7.0",
  1313. "@tiptap/pm": "^2.7.0"
  1314. }
  1315. },
  1316. "node_modules/@tiptap/extension-hard-break": {
  1317. "version": "2.10.0",
  1318. "resolved": "https://registry.npmmirror.com/@tiptap/extension-hard-break/-/extension-hard-break-2.10.0.tgz",
  1319. "integrity": "sha512-NL/xPYUhhvQyCnOO5Yn+BlBOMLC1ru32nw7ox12TShGmaeKBrnV0DhzBRkyJU0MqCS26oWjieNPxfu0lR3oMSA==",
  1320. "funding": {
  1321. "type": "github",
  1322. "url": "https://github.com/sponsors/ueberdosis"
  1323. },
  1324. "peerDependencies": {
  1325. "@tiptap/core": "^2.7.0"
  1326. }
  1327. },
  1328. "node_modules/@tiptap/extension-heading": {
  1329. "version": "2.10.0",
  1330. "resolved": "https://registry.npmmirror.com/@tiptap/extension-heading/-/extension-heading-2.10.0.tgz",
  1331. "integrity": "sha512-x2Uj5wrAHFaUdlChwLoQVmWtzZCuNyJpBRA19kA4idWL5z+6cIrUWepvwVBxA8ou6ictbzWW15o+blKtW7DlqA==",
  1332. "funding": {
  1333. "type": "github",
  1334. "url": "https://github.com/sponsors/ueberdosis"
  1335. },
  1336. "peerDependencies": {
  1337. "@tiptap/core": "^2.7.0"
  1338. }
  1339. },
  1340. "node_modules/@tiptap/extension-highlight": {
  1341. "version": "2.10.0",
  1342. "resolved": "https://registry.npmmirror.com/@tiptap/extension-highlight/-/extension-highlight-2.10.0.tgz",
  1343. "integrity": "sha512-HU8UuKU7ljlzNn7jg29pM8QtIX7QvePcBjcWAt6K3qVwF1cbBNguIjKRY2rmoonU2nu8I6GknQNgV847kZifCQ==",
  1344. "funding": {
  1345. "type": "github",
  1346. "url": "https://github.com/sponsors/ueberdosis"
  1347. },
  1348. "peerDependencies": {
  1349. "@tiptap/core": "^2.7.0"
  1350. }
  1351. },
  1352. "node_modules/@tiptap/extension-history": {
  1353. "version": "2.10.0",
  1354. "resolved": "https://registry.npmmirror.com/@tiptap/extension-history/-/extension-history-2.10.0.tgz",
  1355. "integrity": "sha512-5aYOmxqaCnw7e7wmWqFZmkpYCxxDjEzFbgVI6WknqNwqeOizR4+YJf3aAt/lTbksLJe47XF+NBX51gOm/ZBCiw==",
  1356. "funding": {
  1357. "type": "github",
  1358. "url": "https://github.com/sponsors/ueberdosis"
  1359. },
  1360. "peerDependencies": {
  1361. "@tiptap/core": "^2.7.0",
  1362. "@tiptap/pm": "^2.7.0"
  1363. }
  1364. },
  1365. "node_modules/@tiptap/extension-horizontal-rule": {
  1366. "version": "2.10.0",
  1367. "resolved": "https://registry.npmmirror.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.10.0.tgz",
  1368. "integrity": "sha512-el1SzI/x/h4HW8UltxJlyMSrRsO55ypKPLQHJC9h7F6kTTR31fJUzQa3AeTFrZvXS0kNHIFRpAMstw+N0L5TYg==",
  1369. "funding": {
  1370. "type": "github",
  1371. "url": "https://github.com/sponsors/ueberdosis"
  1372. },
  1373. "peerDependencies": {
  1374. "@tiptap/core": "^2.7.0",
  1375. "@tiptap/pm": "^2.7.0"
  1376. }
  1377. },
  1378. "node_modules/@tiptap/extension-image": {
  1379. "version": "2.10.0",
  1380. "resolved": "https://registry.npmmirror.com/@tiptap/extension-image/-/extension-image-2.10.0.tgz",
  1381. "integrity": "sha512-gFys2kdtMdP6yS19+pZ6P3ofN/URB06d7f1OqwfBJ+Uq/29yLYBsIIiBSKCtXpjva5u2pNFYfxMhpLcnZ+sgXw==",
  1382. "funding": {
  1383. "type": "github",
  1384. "url": "https://github.com/sponsors/ueberdosis"
  1385. },
  1386. "peerDependencies": {
  1387. "@tiptap/core": "^2.7.0"
  1388. }
  1389. },
  1390. "node_modules/@tiptap/extension-italic": {
  1391. "version": "2.10.0",
  1392. "resolved": "https://registry.npmmirror.com/@tiptap/extension-italic/-/extension-italic-2.10.0.tgz",
  1393. "integrity": "sha512-MqPYbHAEeO8QBvZRIkF4J2OTf/uiUPzUiXGLJ50w1ozfMBIw1txMvfR3g2cpwfvZlcOgYTgy7M0Oq00nQz5eXg==",
  1394. "funding": {
  1395. "type": "github",
  1396. "url": "https://github.com/sponsors/ueberdosis"
  1397. },
  1398. "peerDependencies": {
  1399. "@tiptap/core": "^2.7.0"
  1400. }
  1401. },
  1402. "node_modules/@tiptap/extension-link": {
  1403. "version": "2.10.0",
  1404. "resolved": "https://registry.npmmirror.com/@tiptap/extension-link/-/extension-link-2.10.0.tgz",
  1405. "integrity": "sha512-1jOEtE3OSnJ7Mi3a9dZTtqDwgd++KKH+i7S3iac1kBsNVb9vl7i9sleQ2dwSlGvV7Tp0ts6DTbVafsV3rr0sqA==",
  1406. "dependencies": {
  1407. "linkifyjs": "^4.1.0"
  1408. },
  1409. "funding": {
  1410. "type": "github",
  1411. "url": "https://github.com/sponsors/ueberdosis"
  1412. },
  1413. "peerDependencies": {
  1414. "@tiptap/core": "^2.7.0",
  1415. "@tiptap/pm": "^2.7.0"
  1416. }
  1417. },
  1418. "node_modules/@tiptap/extension-list-item": {
  1419. "version": "2.10.0",
  1420. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list-item/-/extension-list-item-2.10.0.tgz",
  1421. "integrity": "sha512-BxC6NNHd2xcC+mk5hpYWURUdj/mRz6TGFwH5CsyrUXPxApx0+V+EPHaAgdpu8dr+jtTEzjXF62V6e2JmOAPimg==",
  1422. "funding": {
  1423. "type": "github",
  1424. "url": "https://github.com/sponsors/ueberdosis"
  1425. },
  1426. "peerDependencies": {
  1427. "@tiptap/core": "^2.7.0"
  1428. }
  1429. },
  1430. "node_modules/@tiptap/extension-mention": {
  1431. "version": "2.10.0",
  1432. "resolved": "https://registry.npmmirror.com/@tiptap/extension-mention/-/extension-mention-2.10.0.tgz",
  1433. "integrity": "sha512-S8G8SGVSJ8aT8/+g4CjE9zjgjV78Xb+OewL7FFx+4g1dyBl/N2Fkg1d73RB8SV1xp8ngds+5pIh34pfSAJXyiw==",
  1434. "funding": {
  1435. "type": "github",
  1436. "url": "https://github.com/sponsors/ueberdosis"
  1437. },
  1438. "peerDependencies": {
  1439. "@tiptap/core": "^2.7.0",
  1440. "@tiptap/pm": "^2.7.0",
  1441. "@tiptap/suggestion": "^2.7.0"
  1442. }
  1443. },
  1444. "node_modules/@tiptap/extension-ordered-list": {
  1445. "version": "2.10.0",
  1446. "resolved": "https://registry.npmmirror.com/@tiptap/extension-ordered-list/-/extension-ordered-list-2.10.0.tgz",
  1447. "integrity": "sha512-jsK+mvzs7HmxQuQOU3HgIga+v7zUbQlmSP4/danusqUihJ+lc1n0frDCIkVvJrnSB3FChvNgT6ZEA14HOhdJzg==",
  1448. "funding": {
  1449. "type": "github",
  1450. "url": "https://github.com/sponsors/ueberdosis"
  1451. },
  1452. "peerDependencies": {
  1453. "@tiptap/core": "^2.7.0"
  1454. }
  1455. },
  1456. "node_modules/@tiptap/extension-paragraph": {
  1457. "version": "2.10.0",
  1458. "resolved": "https://registry.npmmirror.com/@tiptap/extension-paragraph/-/extension-paragraph-2.10.0.tgz",
  1459. "integrity": "sha512-4LUkVaJYjNdNZ7QOX6TRcA+m7oCtyrLGk49G22wl7XcPBkQPILP1mCUCU4f41bhjfhCgK5PPWP63kMtD+cEACg==",
  1460. "funding": {
  1461. "type": "github",
  1462. "url": "https://github.com/sponsors/ueberdosis"
  1463. },
  1464. "peerDependencies": {
  1465. "@tiptap/core": "^2.7.0"
  1466. }
  1467. },
  1468. "node_modules/@tiptap/extension-placeholder": {
  1469. "version": "2.10.0",
  1470. "resolved": "https://registry.npmmirror.com/@tiptap/extension-placeholder/-/extension-placeholder-2.10.0.tgz",
  1471. "integrity": "sha512-1o6azk2plgYAFgMrV3prnBb1NZjl2V1T3wwnH4n3/h9z9lJ0v5BBAk9r+TRYSrcdXknwwHAWFYnQe6dc9buG2g==",
  1472. "funding": {
  1473. "type": "github",
  1474. "url": "https://github.com/sponsors/ueberdosis"
  1475. },
  1476. "peerDependencies": {
  1477. "@tiptap/core": "^2.7.0",
  1478. "@tiptap/pm": "^2.7.0"
  1479. }
  1480. },
  1481. "node_modules/@tiptap/extension-strike": {
  1482. "version": "2.10.0",
  1483. "resolved": "https://registry.npmmirror.com/@tiptap/extension-strike/-/extension-strike-2.10.0.tgz",
  1484. "integrity": "sha512-SxApLJMQkxnmPGR3lwaskvLK61yI+Bu9hGZGdwMZqNh6o3LoDOxDaXjHD5joeMYQiqQrBE9zg46506MsXtrU7Q==",
  1485. "funding": {
  1486. "type": "github",
  1487. "url": "https://github.com/sponsors/ueberdosis"
  1488. },
  1489. "peerDependencies": {
  1490. "@tiptap/core": "^2.7.0"
  1491. }
  1492. },
  1493. "node_modules/@tiptap/extension-subscript": {
  1494. "version": "2.10.0",
  1495. "resolved": "https://registry.npmmirror.com/@tiptap/extension-subscript/-/extension-subscript-2.10.0.tgz",
  1496. "integrity": "sha512-7ifkX0xKSuo1VEDcO2k1VIqzNvYnZx04VBCwAhuYzeHlJVBt21z/IG5g5edjdWSi+uHCRmIwiVOxOAYCrDHbPA==",
  1497. "funding": {
  1498. "type": "github",
  1499. "url": "https://github.com/sponsors/ueberdosis"
  1500. },
  1501. "peerDependencies": {
  1502. "@tiptap/core": "^2.7.0"
  1503. }
  1504. },
  1505. "node_modules/@tiptap/extension-superscript": {
  1506. "version": "2.10.0",
  1507. "resolved": "https://registry.npmmirror.com/@tiptap/extension-superscript/-/extension-superscript-2.10.0.tgz",
  1508. "integrity": "sha512-XjW8lZFlvha9fxikZrdxEhjd5PQOUvRpVSVPr0IOWtYEoLEbZp+TZN6cs1wQmsNdIjCR029Q/tYULAdL94eGgg==",
  1509. "funding": {
  1510. "type": "github",
  1511. "url": "https://github.com/sponsors/ueberdosis"
  1512. },
  1513. "peerDependencies": {
  1514. "@tiptap/core": "^2.7.0"
  1515. }
  1516. },
  1517. "node_modules/@tiptap/extension-table": {
  1518. "version": "2.10.0",
  1519. "resolved": "https://registry.npmmirror.com/@tiptap/extension-table/-/extension-table-2.10.0.tgz",
  1520. "integrity": "sha512-1WUW5z1WJpMUqKfjUmAdhIgtI2BSL+Nhq5/iyRrQ816OoF0XSM+152iz4JhsepTlkTL1g4Jp+4kEEWSREtieQw==",
  1521. "funding": {
  1522. "type": "github",
  1523. "url": "https://github.com/sponsors/ueberdosis"
  1524. },
  1525. "peerDependencies": {
  1526. "@tiptap/core": "^2.7.0",
  1527. "@tiptap/pm": "^2.7.0"
  1528. }
  1529. },
  1530. "node_modules/@tiptap/extension-table-cell": {
  1531. "version": "2.10.0",
  1532. "resolved": "https://registry.npmmirror.com/@tiptap/extension-table-cell/-/extension-table-cell-2.10.0.tgz",
  1533. "integrity": "sha512-/UJjhdZfsh8d/m6HHdGv0v47Ci7dbv+jwMFuTJkarJ/tCaLkNqN9ezMBGKPZ77mqpDED/P7AE13KkpzpX2DiOQ==",
  1534. "funding": {
  1535. "type": "github",
  1536. "url": "https://github.com/sponsors/ueberdosis"
  1537. },
  1538. "peerDependencies": {
  1539. "@tiptap/core": "^2.7.0"
  1540. }
  1541. },
  1542. "node_modules/@tiptap/extension-table-header": {
  1543. "version": "2.10.0",
  1544. "resolved": "https://registry.npmmirror.com/@tiptap/extension-table-header/-/extension-table-header-2.10.0.tgz",
  1545. "integrity": "sha512-qE0cS11lSUD8xGGYi3BlYHFUdBdi1WnNvtOi8Hy2FGtbWx5lm6oUzReWBEBnEoo/g2CJnkqs317JnPT8KekDZQ==",
  1546. "funding": {
  1547. "type": "github",
  1548. "url": "https://github.com/sponsors/ueberdosis"
  1549. },
  1550. "peerDependencies": {
  1551. "@tiptap/core": "^2.7.0"
  1552. }
  1553. },
  1554. "node_modules/@tiptap/extension-table-row": {
  1555. "version": "2.10.0",
  1556. "resolved": "https://registry.npmmirror.com/@tiptap/extension-table-row/-/extension-table-row-2.10.0.tgz",
  1557. "integrity": "sha512-2gszsFx2D1pc/D4ELdUlV0s7m1BKn0BJgyqMGMuFaHyhvd9VwoQnwbYGasg4x18cM2BXNint8C5EEN5oekRG8A==",
  1558. "funding": {
  1559. "type": "github",
  1560. "url": "https://github.com/sponsors/ueberdosis"
  1561. },
  1562. "peerDependencies": {
  1563. "@tiptap/core": "^2.7.0"
  1564. }
  1565. },
  1566. "node_modules/@tiptap/extension-task-item": {
  1567. "version": "2.10.0",
  1568. "resolved": "https://registry.npmmirror.com/@tiptap/extension-task-item/-/extension-task-item-2.10.0.tgz",
  1569. "integrity": "sha512-9hFYl2jFP/IffrhpRev7Gs9NTlSLVm2DwXEvHI3S0J91X2TUXYEaUOdfhP3CrYuTICzTlsfVQJmNFVVXh28IZg==",
  1570. "funding": {
  1571. "type": "github",
  1572. "url": "https://github.com/sponsors/ueberdosis"
  1573. },
  1574. "peerDependencies": {
  1575. "@tiptap/core": "^2.7.0",
  1576. "@tiptap/pm": "^2.7.0"
  1577. }
  1578. },
  1579. "node_modules/@tiptap/extension-task-list": {
  1580. "version": "2.10.0",
  1581. "resolved": "https://registry.npmmirror.com/@tiptap/extension-task-list/-/extension-task-list-2.10.0.tgz",
  1582. "integrity": "sha512-Bi4yTnfj66Ss4dOv0ePhMTYkCuUZp15VYeWRuX/dW3J/6MuRwgdJl+XHGxuocVX+C/t/DQwscMjSgmg7aKG1IQ==",
  1583. "funding": {
  1584. "type": "github",
  1585. "url": "https://github.com/sponsors/ueberdosis"
  1586. },
  1587. "peerDependencies": {
  1588. "@tiptap/core": "^2.7.0"
  1589. }
  1590. },
  1591. "node_modules/@tiptap/extension-text": {
  1592. "version": "2.10.0",
  1593. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text/-/extension-text-2.10.0.tgz",
  1594. "integrity": "sha512-SSnNncADS1KucdEcJlF6WGCs5+1pAhPrD68vlw34oj3NDT3Zh05KiyXsCV3Nw4wpHOnbWahV+z3uT2SnR+xgoQ==",
  1595. "funding": {
  1596. "type": "github",
  1597. "url": "https://github.com/sponsors/ueberdosis"
  1598. },
  1599. "peerDependencies": {
  1600. "@tiptap/core": "^2.7.0"
  1601. }
  1602. },
  1603. "node_modules/@tiptap/extension-text-align": {
  1604. "version": "2.10.0",
  1605. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-align/-/extension-text-align-2.10.0.tgz",
  1606. "integrity": "sha512-ZvBdETWobwbgO6Mq7Eb200FTwR5gOReSrVwwqAmLqoWtM5stZsCxmJdvo56OtretMp7a3qnwjn02PPOzJLNQ7g==",
  1607. "funding": {
  1608. "type": "github",
  1609. "url": "https://github.com/sponsors/ueberdosis"
  1610. },
  1611. "peerDependencies": {
  1612. "@tiptap/core": "^2.7.0"
  1613. }
  1614. },
  1615. "node_modules/@tiptap/extension-text-style": {
  1616. "version": "2.10.0",
  1617. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-style/-/extension-text-style-2.10.0.tgz",
  1618. "integrity": "sha512-VZtH1dp64wg1UcFtUPpRQK+kOm4JHBIv+WXuKX7EnpIEKjHKnyfV94BBVmaqY5UE4n3kbkkmIRB2Cmix/10AMg==",
  1619. "funding": {
  1620. "type": "github",
  1621. "url": "https://github.com/sponsors/ueberdosis"
  1622. },
  1623. "peerDependencies": {
  1624. "@tiptap/core": "^2.7.0"
  1625. }
  1626. },
  1627. "node_modules/@tiptap/extension-underline": {
  1628. "version": "2.10.0",
  1629. "resolved": "https://registry.npmmirror.com/@tiptap/extension-underline/-/extension-underline-2.10.0.tgz",
  1630. "integrity": "sha512-7uTBRD7gz0zesqKNW0/TMSVjSTtRL2jpmuLWf0RWaohLQFILYAa29jGA4LotBInAcyMo6lh9YfexrTRjUGTr7Q==",
  1631. "funding": {
  1632. "type": "github",
  1633. "url": "https://github.com/sponsors/ueberdosis"
  1634. },
  1635. "peerDependencies": {
  1636. "@tiptap/core": "^2.7.0"
  1637. }
  1638. },
  1639. "node_modules/@tiptap/pm": {
  1640. "version": "2.10.0",
  1641. "resolved": "https://registry.npmmirror.com/@tiptap/pm/-/pm-2.10.0.tgz",
  1642. "integrity": "sha512-ohshlWf4MlW6D3rQkNQnhmiQ2w4pwRoQcJmTPt8UJoIDGkeKmZh494fQp4Aeh80XuGd81SsCv//1HJeyaeHJYQ==",
  1643. "dependencies": {
  1644. "prosemirror-changeset": "^2.2.1",
  1645. "prosemirror-collab": "^1.3.1",
  1646. "prosemirror-commands": "^1.6.2",
  1647. "prosemirror-dropcursor": "^1.8.1",
  1648. "prosemirror-gapcursor": "^1.3.2",
  1649. "prosemirror-history": "^1.4.1",
  1650. "prosemirror-inputrules": "^1.4.0",
  1651. "prosemirror-keymap": "^1.2.2",
  1652. "prosemirror-markdown": "^1.13.1",
  1653. "prosemirror-menu": "^1.2.4",
  1654. "prosemirror-model": "^1.23.0",
  1655. "prosemirror-schema-basic": "^1.2.3",
  1656. "prosemirror-schema-list": "^1.4.1",
  1657. "prosemirror-state": "^1.4.3",
  1658. "prosemirror-tables": "^1.6.1",
  1659. "prosemirror-trailing-node": "^3.0.0",
  1660. "prosemirror-transform": "^1.10.2",
  1661. "prosemirror-view": "^1.36.0"
  1662. },
  1663. "funding": {
  1664. "type": "github",
  1665. "url": "https://github.com/sponsors/ueberdosis"
  1666. }
  1667. },
  1668. "node_modules/@tiptap/starter-kit": {
  1669. "version": "2.10.0",
  1670. "resolved": "https://registry.npmmirror.com/@tiptap/starter-kit/-/starter-kit-2.10.0.tgz",
  1671. "integrity": "sha512-hMIM9a6HjYZo25EzhZHlKEIR7CFi0grRSOltEyggiyBuQqKFkI7iwCpZVVtviDV1FwV0EPANpIAxPS7aBRgFdg==",
  1672. "dependencies": {
  1673. "@tiptap/core": "^2.10.0",
  1674. "@tiptap/extension-blockquote": "^2.10.0",
  1675. "@tiptap/extension-bold": "^2.10.0",
  1676. "@tiptap/extension-bullet-list": "^2.10.0",
  1677. "@tiptap/extension-code": "^2.10.0",
  1678. "@tiptap/extension-code-block": "^2.10.0",
  1679. "@tiptap/extension-document": "^2.10.0",
  1680. "@tiptap/extension-dropcursor": "^2.10.0",
  1681. "@tiptap/extension-gapcursor": "^2.10.0",
  1682. "@tiptap/extension-hard-break": "^2.10.0",
  1683. "@tiptap/extension-heading": "^2.10.0",
  1684. "@tiptap/extension-history": "^2.10.0",
  1685. "@tiptap/extension-horizontal-rule": "^2.10.0",
  1686. "@tiptap/extension-italic": "^2.10.0",
  1687. "@tiptap/extension-list-item": "^2.10.0",
  1688. "@tiptap/extension-ordered-list": "^2.10.0",
  1689. "@tiptap/extension-paragraph": "^2.10.0",
  1690. "@tiptap/extension-strike": "^2.10.0",
  1691. "@tiptap/extension-text": "^2.10.0",
  1692. "@tiptap/extension-text-style": "^2.10.0",
  1693. "@tiptap/pm": "^2.10.0"
  1694. },
  1695. "funding": {
  1696. "type": "github",
  1697. "url": "https://github.com/sponsors/ueberdosis"
  1698. }
  1699. },
  1700. "node_modules/@tiptap/suggestion": {
  1701. "version": "2.10.0",
  1702. "resolved": "https://registry.npmmirror.com/@tiptap/suggestion/-/suggestion-2.10.0.tgz",
  1703. "integrity": "sha512-5vYEfR/EFwWWEio3UYO2PUJolJRzms5CyGBcPklq7NMg7SwKEuZzRiCH1fHE0MK7pnsX83rfw56qcT3sSsNoBA==",
  1704. "funding": {
  1705. "type": "github",
  1706. "url": "https://github.com/sponsors/ueberdosis"
  1707. },
  1708. "peerDependencies": {
  1709. "@tiptap/core": "^2.7.0",
  1710. "@tiptap/pm": "^2.7.0"
  1711. }
  1712. },
  1713. "node_modules/@types/estree": {
  1714. "version": "1.0.6",
  1715. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz",
  1716. "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
  1717. "dev": true,
  1718. "license": "MIT"
  1719. },
  1720. "node_modules/@types/hast": {
  1721. "version": "3.0.4",
  1722. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  1723. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  1724. "dependencies": {
  1725. "@types/unist": "*"
  1726. }
  1727. },
  1728. "node_modules/@types/linkify-it": {
  1729. "version": "5.0.0",
  1730. "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
  1731. "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q=="
  1732. },
  1733. "node_modules/@types/markdown-it": {
  1734. "version": "14.1.2",
  1735. "resolved": "https://registry.npmmirror.com/@types/markdown-it/-/markdown-it-14.1.2.tgz",
  1736. "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
  1737. "dependencies": {
  1738. "@types/linkify-it": "^5",
  1739. "@types/mdurl": "^2"
  1740. }
  1741. },
  1742. "node_modules/@types/mdast": {
  1743. "version": "4.0.4",
  1744. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz",
  1745. "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
  1746. "dev": true,
  1747. "license": "MIT",
  1748. "dependencies": {
  1749. "@types/unist": "*"
  1750. }
  1751. },
  1752. "node_modules/@types/mdurl": {
  1753. "version": "2.0.0",
  1754. "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
  1755. "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg=="
  1756. },
  1757. "node_modules/@types/unist": {
  1758. "version": "3.0.2",
  1759. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
  1760. "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
  1761. },
  1762. "node_modules/@types/web-bluetooth": {
  1763. "version": "0.0.20",
  1764. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
  1765. "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==",
  1766. "dev": true,
  1767. "license": "MIT"
  1768. },
  1769. "node_modules/@ungap/structured-clone": {
  1770. "version": "1.2.0",
  1771. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
  1772. "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
  1773. "dev": true,
  1774. "license": "ISC"
  1775. },
  1776. "node_modules/@vitejs/plugin-vue": {
  1777. "version": "5.2.1",
  1778. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz",
  1779. "integrity": "sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==",
  1780. "dev": true,
  1781. "license": "MIT",
  1782. "engines": {
  1783. "node": "^18.0.0 || >=20.0.0"
  1784. },
  1785. "peerDependencies": {
  1786. "vite": "^5.0.0 || ^6.0.0",
  1787. "vue": "^3.2.25"
  1788. }
  1789. },
  1790. "node_modules/@vue/compiler-core": {
  1791. "version": "3.5.13",
  1792. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  1793. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  1794. "dev": true,
  1795. "license": "MIT",
  1796. "dependencies": {
  1797. "@babel/parser": "^7.25.3",
  1798. "@vue/shared": "3.5.13",
  1799. "entities": "^4.5.0",
  1800. "estree-walker": "^2.0.2",
  1801. "source-map-js": "^1.2.0"
  1802. }
  1803. },
  1804. "node_modules/@vue/compiler-dom": {
  1805. "version": "3.5.13",
  1806. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  1807. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  1808. "dev": true,
  1809. "license": "MIT",
  1810. "dependencies": {
  1811. "@vue/compiler-core": "3.5.13",
  1812. "@vue/shared": "3.5.13"
  1813. }
  1814. },
  1815. "node_modules/@vue/compiler-sfc": {
  1816. "version": "3.5.13",
  1817. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  1818. "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  1819. "dev": true,
  1820. "license": "MIT",
  1821. "dependencies": {
  1822. "@babel/parser": "^7.25.3",
  1823. "@vue/compiler-core": "3.5.13",
  1824. "@vue/compiler-dom": "3.5.13",
  1825. "@vue/compiler-ssr": "3.5.13",
  1826. "@vue/shared": "3.5.13",
  1827. "estree-walker": "^2.0.2",
  1828. "magic-string": "^0.30.11",
  1829. "postcss": "^8.4.48",
  1830. "source-map-js": "^1.2.0"
  1831. }
  1832. },
  1833. "node_modules/@vue/compiler-ssr": {
  1834. "version": "3.5.13",
  1835. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  1836. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  1837. "dev": true,
  1838. "license": "MIT",
  1839. "dependencies": {
  1840. "@vue/compiler-dom": "3.5.13",
  1841. "@vue/shared": "3.5.13"
  1842. }
  1843. },
  1844. "node_modules/@vue/devtools-api": {
  1845. "version": "7.6.7",
  1846. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-7.6.7.tgz",
  1847. "integrity": "sha512-PV4I31WaV2rfA8RGauM+69uFEzWkqtP561RiLU2wK+Ce85u3zyKW3aoESlLCNzkc4y0JaJyskH6zAE3xWOP8+Q==",
  1848. "dev": true,
  1849. "license": "MIT",
  1850. "dependencies": {
  1851. "@vue/devtools-kit": "^7.6.7"
  1852. }
  1853. },
  1854. "node_modules/@vue/devtools-kit": {
  1855. "version": "7.6.7",
  1856. "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.6.7.tgz",
  1857. "integrity": "sha512-V8/jrXY/swHgnblABG9U4QCbE60c6RuPasmv2d9FvVqc5d94t1vDiESuvRmdNJBdWz4/D3q6ffgyAfRVjwHYEw==",
  1858. "dev": true,
  1859. "license": "MIT",
  1860. "dependencies": {
  1861. "@vue/devtools-shared": "^7.6.7",
  1862. "birpc": "^0.2.19",
  1863. "hookable": "^5.5.3",
  1864. "mitt": "^3.0.1",
  1865. "perfect-debounce": "^1.0.0",
  1866. "speakingurl": "^14.0.1",
  1867. "superjson": "^2.2.1"
  1868. }
  1869. },
  1870. "node_modules/@vue/devtools-shared": {
  1871. "version": "7.6.7",
  1872. "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.6.7.tgz",
  1873. "integrity": "sha512-QggO6SviAsolrePAXZ/sA1dSicSPt4TueZibCvydfhNDieL1lAuyMTgQDGst7TEvMGb4vgYv2I+1sDkO4jWNnw==",
  1874. "dev": true,
  1875. "license": "MIT",
  1876. "dependencies": {
  1877. "rfdc": "^1.4.1"
  1878. }
  1879. },
  1880. "node_modules/@vue/reactivity": {
  1881. "version": "3.5.13",
  1882. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
  1883. "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  1884. "dev": true,
  1885. "license": "MIT",
  1886. "dependencies": {
  1887. "@vue/shared": "3.5.13"
  1888. }
  1889. },
  1890. "node_modules/@vue/runtime-core": {
  1891. "version": "3.5.13",
  1892. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
  1893. "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
  1894. "dev": true,
  1895. "license": "MIT",
  1896. "dependencies": {
  1897. "@vue/reactivity": "3.5.13",
  1898. "@vue/shared": "3.5.13"
  1899. }
  1900. },
  1901. "node_modules/@vue/runtime-dom": {
  1902. "version": "3.5.13",
  1903. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
  1904. "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
  1905. "dev": true,
  1906. "license": "MIT",
  1907. "dependencies": {
  1908. "@vue/reactivity": "3.5.13",
  1909. "@vue/runtime-core": "3.5.13",
  1910. "@vue/shared": "3.5.13",
  1911. "csstype": "^3.1.3"
  1912. }
  1913. },
  1914. "node_modules/@vue/server-renderer": {
  1915. "version": "3.5.13",
  1916. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
  1917. "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
  1918. "dev": true,
  1919. "license": "MIT",
  1920. "dependencies": {
  1921. "@vue/compiler-ssr": "3.5.13",
  1922. "@vue/shared": "3.5.13"
  1923. },
  1924. "peerDependencies": {
  1925. "vue": "3.5.13"
  1926. }
  1927. },
  1928. "node_modules/@vue/shared": {
  1929. "version": "3.5.13",
  1930. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  1931. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  1932. "dev": true,
  1933. "license": "MIT"
  1934. },
  1935. "node_modules/@vueuse/core": {
  1936. "version": "11.3.0",
  1937. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-11.3.0.tgz",
  1938. "integrity": "sha512-7OC4Rl1f9G8IT6rUfi9JrKiXy4bfmHhZ5x2Ceojy0jnd3mHNEvV4JaRygH362ror6/NZ+Nl+n13LPzGiPN8cKA==",
  1939. "dev": true,
  1940. "license": "MIT",
  1941. "dependencies": {
  1942. "@types/web-bluetooth": "^0.0.20",
  1943. "@vueuse/metadata": "11.3.0",
  1944. "@vueuse/shared": "11.3.0",
  1945. "vue-demi": ">=0.14.10"
  1946. },
  1947. "funding": {
  1948. "url": "https://github.com/sponsors/antfu"
  1949. }
  1950. },
  1951. "node_modules/@vueuse/core/node_modules/vue-demi": {
  1952. "version": "0.14.10",
  1953. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  1954. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  1955. "dev": true,
  1956. "hasInstallScript": true,
  1957. "license": "MIT",
  1958. "bin": {
  1959. "vue-demi-fix": "bin/vue-demi-fix.js",
  1960. "vue-demi-switch": "bin/vue-demi-switch.js"
  1961. },
  1962. "engines": {
  1963. "node": ">=12"
  1964. },
  1965. "funding": {
  1966. "url": "https://github.com/sponsors/antfu"
  1967. },
  1968. "peerDependencies": {
  1969. "@vue/composition-api": "^1.0.0-rc.1",
  1970. "vue": "^3.0.0-0 || ^2.6.0"
  1971. },
  1972. "peerDependenciesMeta": {
  1973. "@vue/composition-api": {
  1974. "optional": true
  1975. }
  1976. }
  1977. },
  1978. "node_modules/@vueuse/integrations": {
  1979. "version": "11.3.0",
  1980. "resolved": "https://registry.npmmirror.com/@vueuse/integrations/-/integrations-11.3.0.tgz",
  1981. "integrity": "sha512-5fzRl0apQWrDezmobchoiGTkGw238VWESxZHazfhP3RM7pDSiyXy18QbfYkILoYNTd23HPAfQTJpkUc5QbkwTw==",
  1982. "dev": true,
  1983. "license": "MIT",
  1984. "dependencies": {
  1985. "@vueuse/core": "11.3.0",
  1986. "@vueuse/shared": "11.3.0",
  1987. "vue-demi": ">=0.14.10"
  1988. },
  1989. "funding": {
  1990. "url": "https://github.com/sponsors/antfu"
  1991. },
  1992. "peerDependencies": {
  1993. "async-validator": "^4",
  1994. "axios": "^1",
  1995. "change-case": "^5",
  1996. "drauu": "^0.4",
  1997. "focus-trap": "^7",
  1998. "fuse.js": "^7",
  1999. "idb-keyval": "^6",
  2000. "jwt-decode": "^4",
  2001. "nprogress": "^0.2",
  2002. "qrcode": "^1.5",
  2003. "sortablejs": "^1",
  2004. "universal-cookie": "^7"
  2005. },
  2006. "peerDependenciesMeta": {
  2007. "async-validator": {
  2008. "optional": true
  2009. },
  2010. "axios": {
  2011. "optional": true
  2012. },
  2013. "change-case": {
  2014. "optional": true
  2015. },
  2016. "drauu": {
  2017. "optional": true
  2018. },
  2019. "focus-trap": {
  2020. "optional": true
  2021. },
  2022. "fuse.js": {
  2023. "optional": true
  2024. },
  2025. "idb-keyval": {
  2026. "optional": true
  2027. },
  2028. "jwt-decode": {
  2029. "optional": true
  2030. },
  2031. "nprogress": {
  2032. "optional": true
  2033. },
  2034. "qrcode": {
  2035. "optional": true
  2036. },
  2037. "sortablejs": {
  2038. "optional": true
  2039. },
  2040. "universal-cookie": {
  2041. "optional": true
  2042. }
  2043. }
  2044. },
  2045. "node_modules/@vueuse/integrations/node_modules/vue-demi": {
  2046. "version": "0.14.10",
  2047. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  2048. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  2049. "dev": true,
  2050. "hasInstallScript": true,
  2051. "license": "MIT",
  2052. "bin": {
  2053. "vue-demi-fix": "bin/vue-demi-fix.js",
  2054. "vue-demi-switch": "bin/vue-demi-switch.js"
  2055. },
  2056. "engines": {
  2057. "node": ">=12"
  2058. },
  2059. "funding": {
  2060. "url": "https://github.com/sponsors/antfu"
  2061. },
  2062. "peerDependencies": {
  2063. "@vue/composition-api": "^1.0.0-rc.1",
  2064. "vue": "^3.0.0-0 || ^2.6.0"
  2065. },
  2066. "peerDependenciesMeta": {
  2067. "@vue/composition-api": {
  2068. "optional": true
  2069. }
  2070. }
  2071. },
  2072. "node_modules/@vueuse/metadata": {
  2073. "version": "11.3.0",
  2074. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-11.3.0.tgz",
  2075. "integrity": "sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==",
  2076. "dev": true,
  2077. "license": "MIT",
  2078. "funding": {
  2079. "url": "https://github.com/sponsors/antfu"
  2080. }
  2081. },
  2082. "node_modules/@vueuse/shared": {
  2083. "version": "11.3.0",
  2084. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-11.3.0.tgz",
  2085. "integrity": "sha512-P8gSSWQeucH5821ek2mn/ciCk+MS/zoRKqdQIM3bHq6p7GXDAJLmnRRKmF5F65sAVJIfzQlwR3aDzwCn10s8hA==",
  2086. "dev": true,
  2087. "license": "MIT",
  2088. "dependencies": {
  2089. "vue-demi": ">=0.14.10"
  2090. },
  2091. "funding": {
  2092. "url": "https://github.com/sponsors/antfu"
  2093. }
  2094. },
  2095. "node_modules/@vueuse/shared/node_modules/vue-demi": {
  2096. "version": "0.14.10",
  2097. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  2098. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  2099. "dev": true,
  2100. "hasInstallScript": true,
  2101. "license": "MIT",
  2102. "bin": {
  2103. "vue-demi-fix": "bin/vue-demi-fix.js",
  2104. "vue-demi-switch": "bin/vue-demi-switch.js"
  2105. },
  2106. "engines": {
  2107. "node": ">=12"
  2108. },
  2109. "funding": {
  2110. "url": "https://github.com/sponsors/antfu"
  2111. },
  2112. "peerDependencies": {
  2113. "@vue/composition-api": "^1.0.0-rc.1",
  2114. "vue": "^3.0.0-0 || ^2.6.0"
  2115. },
  2116. "peerDependenciesMeta": {
  2117. "@vue/composition-api": {
  2118. "optional": true
  2119. }
  2120. }
  2121. },
  2122. "node_modules/aieditor": {
  2123. "version": "1.2.7",
  2124. "resolved": "https://registry.npmmirror.com/aieditor/-/aieditor-1.2.7.tgz",
  2125. "integrity": "sha512-PsWNHYx87IbPRhqjNaZBjXBeicDBP+171HQd/iNnPTAR+htBuHGWxV7Xvv/daBRvYYKsK5ww3b7jm6PKNAEu/w==",
  2126. "dependencies": {
  2127. "@tiptap/core": "^2.10.0",
  2128. "@tiptap/extension-bubble-menu": "^2.10.0",
  2129. "@tiptap/extension-character-count": "^2.10.0",
  2130. "@tiptap/extension-code-block-lowlight": "^2.10.0",
  2131. "@tiptap/extension-color": "^2.10.0",
  2132. "@tiptap/extension-font-family": "^2.10.0",
  2133. "@tiptap/extension-gapcursor": "^2.10.0",
  2134. "@tiptap/extension-heading": "^2.10.0",
  2135. "@tiptap/extension-highlight": "^2.10.0",
  2136. "@tiptap/extension-image": "^2.10.0",
  2137. "@tiptap/extension-link": "^2.10.0",
  2138. "@tiptap/extension-mention": "^2.10.0",
  2139. "@tiptap/extension-placeholder": "^2.10.0",
  2140. "@tiptap/extension-subscript": "^2.10.0",
  2141. "@tiptap/extension-superscript": "^2.10.0",
  2142. "@tiptap/extension-table": "^2.10.0",
  2143. "@tiptap/extension-table-cell": "^2.10.0",
  2144. "@tiptap/extension-table-header": "^2.10.0",
  2145. "@tiptap/extension-table-row": "^2.10.0",
  2146. "@tiptap/extension-task-item": "^2.10.0",
  2147. "@tiptap/extension-task-list": "^2.10.0",
  2148. "@tiptap/extension-text-align": "^2.10.0",
  2149. "@tiptap/extension-text-style": "^2.10.0",
  2150. "@tiptap/extension-underline": "^2.10.0",
  2151. "@tiptap/pm": "^2.10.0",
  2152. "@tiptap/starter-kit": "^2.10.0",
  2153. "@tiptap/suggestion": "^2.10.0",
  2154. "crypto-js": "^4.2.0",
  2155. "fetch-event-stream": "^0.1.5",
  2156. "i18next": "^23.16.2",
  2157. "lowlight": "^3.1.0",
  2158. "markdown-it": "^14.1.0",
  2159. "markdown-it-container": "^4.0.0",
  2160. "tippy.js": "^6.3.7",
  2161. "turndown": "^7.2.0"
  2162. }
  2163. },
  2164. "node_modules/algoliasearch": {
  2165. "version": "5.15.0",
  2166. "resolved": "https://registry.npmmirror.com/algoliasearch/-/algoliasearch-5.15.0.tgz",
  2167. "integrity": "sha512-Yf3Swz1s63hjvBVZ/9f2P1Uu48GjmjCN+Esxb6MAONMGtZB1fRX8/S1AhUTtsuTlcGovbYLxpHgc7wEzstDZBw==",
  2168. "dev": true,
  2169. "license": "MIT",
  2170. "dependencies": {
  2171. "@algolia/client-abtesting": "5.15.0",
  2172. "@algolia/client-analytics": "5.15.0",
  2173. "@algolia/client-common": "5.15.0",
  2174. "@algolia/client-insights": "5.15.0",
  2175. "@algolia/client-personalization": "5.15.0",
  2176. "@algolia/client-query-suggestions": "5.15.0",
  2177. "@algolia/client-search": "5.15.0",
  2178. "@algolia/ingestion": "1.15.0",
  2179. "@algolia/monitoring": "1.15.0",
  2180. "@algolia/recommend": "5.15.0",
  2181. "@algolia/requester-browser-xhr": "5.15.0",
  2182. "@algolia/requester-fetch": "5.15.0",
  2183. "@algolia/requester-node-http": "5.15.0"
  2184. },
  2185. "engines": {
  2186. "node": ">= 14.0.0"
  2187. }
  2188. },
  2189. "node_modules/argparse": {
  2190. "version": "2.0.1",
  2191. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  2192. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  2193. },
  2194. "node_modules/birpc": {
  2195. "version": "0.2.19",
  2196. "resolved": "https://registry.npmmirror.com/birpc/-/birpc-0.2.19.tgz",
  2197. "integrity": "sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==",
  2198. "dev": true,
  2199. "license": "MIT",
  2200. "funding": {
  2201. "url": "https://github.com/sponsors/antfu"
  2202. }
  2203. },
  2204. "node_modules/ccount": {
  2205. "version": "2.0.1",
  2206. "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
  2207. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  2208. "dev": true,
  2209. "license": "MIT",
  2210. "funding": {
  2211. "type": "github",
  2212. "url": "https://github.com/sponsors/wooorm"
  2213. }
  2214. },
  2215. "node_modules/character-entities-html4": {
  2216. "version": "2.1.0",
  2217. "resolved": "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  2218. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  2219. "dev": true,
  2220. "license": "MIT",
  2221. "funding": {
  2222. "type": "github",
  2223. "url": "https://github.com/sponsors/wooorm"
  2224. }
  2225. },
  2226. "node_modules/character-entities-legacy": {
  2227. "version": "3.0.0",
  2228. "resolved": "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  2229. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  2230. "dev": true,
  2231. "license": "MIT",
  2232. "funding": {
  2233. "type": "github",
  2234. "url": "https://github.com/sponsors/wooorm"
  2235. }
  2236. },
  2237. "node_modules/comma-separated-tokens": {
  2238. "version": "2.0.3",
  2239. "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  2240. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  2241. "dev": true,
  2242. "license": "MIT",
  2243. "funding": {
  2244. "type": "github",
  2245. "url": "https://github.com/sponsors/wooorm"
  2246. }
  2247. },
  2248. "node_modules/copy-anything": {
  2249. "version": "3.0.5",
  2250. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
  2251. "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
  2252. "dev": true,
  2253. "license": "MIT",
  2254. "dependencies": {
  2255. "is-what": "^4.1.8"
  2256. },
  2257. "engines": {
  2258. "node": ">=12.13"
  2259. },
  2260. "funding": {
  2261. "url": "https://github.com/sponsors/mesqueeb"
  2262. }
  2263. },
  2264. "node_modules/crelt": {
  2265. "version": "1.0.6",
  2266. "resolved": "https://registry.npmmirror.com/crelt/-/crelt-1.0.6.tgz",
  2267. "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g=="
  2268. },
  2269. "node_modules/crypto-js": {
  2270. "version": "4.2.0",
  2271. "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
  2272. "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
  2273. },
  2274. "node_modules/csstype": {
  2275. "version": "3.1.3",
  2276. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  2277. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  2278. "dev": true,
  2279. "license": "MIT"
  2280. },
  2281. "node_modules/dequal": {
  2282. "version": "2.0.3",
  2283. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  2284. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  2285. "engines": {
  2286. "node": ">=6"
  2287. }
  2288. },
  2289. "node_modules/devlop": {
  2290. "version": "1.1.0",
  2291. "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
  2292. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  2293. "dependencies": {
  2294. "dequal": "^2.0.0"
  2295. },
  2296. "funding": {
  2297. "type": "github",
  2298. "url": "https://github.com/sponsors/wooorm"
  2299. }
  2300. },
  2301. "node_modules/emoji-regex-xs": {
  2302. "version": "1.0.0",
  2303. "resolved": "https://registry.npmmirror.com/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz",
  2304. "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==",
  2305. "dev": true,
  2306. "license": "MIT"
  2307. },
  2308. "node_modules/entities": {
  2309. "version": "4.5.0",
  2310. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  2311. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  2312. "engines": {
  2313. "node": ">=0.12"
  2314. },
  2315. "funding": {
  2316. "url": "https://github.com/fb55/entities?sponsor=1"
  2317. }
  2318. },
  2319. "node_modules/esbuild": {
  2320. "version": "0.21.5",
  2321. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
  2322. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  2323. "dev": true,
  2324. "hasInstallScript": true,
  2325. "license": "MIT",
  2326. "bin": {
  2327. "esbuild": "bin/esbuild"
  2328. },
  2329. "engines": {
  2330. "node": ">=12"
  2331. },
  2332. "optionalDependencies": {
  2333. "@esbuild/aix-ppc64": "0.21.5",
  2334. "@esbuild/android-arm": "0.21.5",
  2335. "@esbuild/android-arm64": "0.21.5",
  2336. "@esbuild/android-x64": "0.21.5",
  2337. "@esbuild/darwin-arm64": "0.21.5",
  2338. "@esbuild/darwin-x64": "0.21.5",
  2339. "@esbuild/freebsd-arm64": "0.21.5",
  2340. "@esbuild/freebsd-x64": "0.21.5",
  2341. "@esbuild/linux-arm": "0.21.5",
  2342. "@esbuild/linux-arm64": "0.21.5",
  2343. "@esbuild/linux-ia32": "0.21.5",
  2344. "@esbuild/linux-loong64": "0.21.5",
  2345. "@esbuild/linux-mips64el": "0.21.5",
  2346. "@esbuild/linux-ppc64": "0.21.5",
  2347. "@esbuild/linux-riscv64": "0.21.5",
  2348. "@esbuild/linux-s390x": "0.21.5",
  2349. "@esbuild/linux-x64": "0.21.5",
  2350. "@esbuild/netbsd-x64": "0.21.5",
  2351. "@esbuild/openbsd-x64": "0.21.5",
  2352. "@esbuild/sunos-x64": "0.21.5",
  2353. "@esbuild/win32-arm64": "0.21.5",
  2354. "@esbuild/win32-ia32": "0.21.5",
  2355. "@esbuild/win32-x64": "0.21.5"
  2356. }
  2357. },
  2358. "node_modules/escape-string-regexp": {
  2359. "version": "4.0.0",
  2360. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2361. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2362. "engines": {
  2363. "node": ">=10"
  2364. },
  2365. "funding": {
  2366. "url": "https://github.com/sponsors/sindresorhus"
  2367. }
  2368. },
  2369. "node_modules/estree-walker": {
  2370. "version": "2.0.2",
  2371. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  2372. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  2373. "dev": true,
  2374. "license": "MIT"
  2375. },
  2376. "node_modules/fetch-event-stream": {
  2377. "version": "0.1.5",
  2378. "resolved": "https://registry.npmmirror.com/fetch-event-stream/-/fetch-event-stream-0.1.5.tgz",
  2379. "integrity": "sha512-V1PWovkspxQfssq/NnxoEyQo1DV+MRK/laPuPblIZmSjMN8P5u46OhlFQznSr9p/t0Sp8Uc6SbM3yCMfr0KU8g=="
  2380. },
  2381. "node_modules/focus-trap": {
  2382. "version": "7.6.2",
  2383. "resolved": "https://registry.npmmirror.com/focus-trap/-/focus-trap-7.6.2.tgz",
  2384. "integrity": "sha512-9FhUxK1hVju2+AiQIDJ5Dd//9R2n2RAfJ0qfhF4IHGHgcoEUTMpbTeG/zbEuwaiYXfuAH6XE0/aCyxDdRM+W5w==",
  2385. "dev": true,
  2386. "license": "MIT",
  2387. "dependencies": {
  2388. "tabbable": "^6.2.0"
  2389. }
  2390. },
  2391. "node_modules/fsevents": {
  2392. "version": "2.3.3",
  2393. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  2394. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2395. "dev": true,
  2396. "hasInstallScript": true,
  2397. "license": "MIT",
  2398. "optional": true,
  2399. "os": [
  2400. "darwin"
  2401. ],
  2402. "engines": {
  2403. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2404. }
  2405. },
  2406. "node_modules/hast-util-to-html": {
  2407. "version": "9.0.3",
  2408. "resolved": "https://registry.npmmirror.com/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz",
  2409. "integrity": "sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==",
  2410. "dev": true,
  2411. "license": "MIT",
  2412. "dependencies": {
  2413. "@types/hast": "^3.0.0",
  2414. "@types/unist": "^3.0.0",
  2415. "ccount": "^2.0.0",
  2416. "comma-separated-tokens": "^2.0.0",
  2417. "hast-util-whitespace": "^3.0.0",
  2418. "html-void-elements": "^3.0.0",
  2419. "mdast-util-to-hast": "^13.0.0",
  2420. "property-information": "^6.0.0",
  2421. "space-separated-tokens": "^2.0.0",
  2422. "stringify-entities": "^4.0.0",
  2423. "zwitch": "^2.0.4"
  2424. },
  2425. "funding": {
  2426. "type": "opencollective",
  2427. "url": "https://opencollective.com/unified"
  2428. }
  2429. },
  2430. "node_modules/hast-util-whitespace": {
  2431. "version": "3.0.0",
  2432. "resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  2433. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  2434. "dev": true,
  2435. "license": "MIT",
  2436. "dependencies": {
  2437. "@types/hast": "^3.0.0"
  2438. },
  2439. "funding": {
  2440. "type": "opencollective",
  2441. "url": "https://opencollective.com/unified"
  2442. }
  2443. },
  2444. "node_modules/highlight.js": {
  2445. "version": "11.10.0",
  2446. "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.10.0.tgz",
  2447. "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==",
  2448. "peer": true,
  2449. "engines": {
  2450. "node": ">=12.0.0"
  2451. }
  2452. },
  2453. "node_modules/hookable": {
  2454. "version": "5.5.3",
  2455. "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
  2456. "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
  2457. "dev": true,
  2458. "license": "MIT"
  2459. },
  2460. "node_modules/html-void-elements": {
  2461. "version": "3.0.0",
  2462. "resolved": "https://registry.npmmirror.com/html-void-elements/-/html-void-elements-3.0.0.tgz",
  2463. "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
  2464. "dev": true,
  2465. "license": "MIT",
  2466. "funding": {
  2467. "type": "github",
  2468. "url": "https://github.com/sponsors/wooorm"
  2469. }
  2470. },
  2471. "node_modules/i18next": {
  2472. "version": "23.16.2",
  2473. "resolved": "https://registry.npmmirror.com/i18next/-/i18next-23.16.2.tgz",
  2474. "integrity": "sha512-dFyxwLXxEQK32f6tITBMaRht25mZPJhQ0WbC0p3bO2mWBal9lABTMqSka5k+GLSRWLzeJBKDpH7BeIA9TZI7Jg==",
  2475. "funding": [
  2476. {
  2477. "type": "individual",
  2478. "url": "https://locize.com"
  2479. },
  2480. {
  2481. "type": "individual",
  2482. "url": "https://locize.com/i18next.html"
  2483. },
  2484. {
  2485. "type": "individual",
  2486. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  2487. }
  2488. ],
  2489. "dependencies": {
  2490. "@babel/runtime": "^7.23.2"
  2491. }
  2492. },
  2493. "node_modules/is-what": {
  2494. "version": "4.1.16",
  2495. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
  2496. "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
  2497. "dev": true,
  2498. "license": "MIT",
  2499. "engines": {
  2500. "node": ">=12.13"
  2501. },
  2502. "funding": {
  2503. "url": "https://github.com/sponsors/mesqueeb"
  2504. }
  2505. },
  2506. "node_modules/linkify-it": {
  2507. "version": "5.0.0",
  2508. "resolved": "https://registry.npmmirror.com/linkify-it/-/linkify-it-5.0.0.tgz",
  2509. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  2510. "dependencies": {
  2511. "uc.micro": "^2.0.0"
  2512. }
  2513. },
  2514. "node_modules/linkifyjs": {
  2515. "version": "4.1.4",
  2516. "resolved": "https://registry.npmmirror.com/linkifyjs/-/linkifyjs-4.1.4.tgz",
  2517. "integrity": "sha512-0/NxkHNpiJ0k9VrYCkAn9OtU1eu8xEr1tCCpDtSsVRm/SF0xAak2Gzv3QimSfgUgqLBCDlfhMbu73XvaEHUTPQ=="
  2518. },
  2519. "node_modules/lowlight": {
  2520. "version": "3.1.0",
  2521. "resolved": "https://registry.npmmirror.com/lowlight/-/lowlight-3.1.0.tgz",
  2522. "integrity": "sha512-CEbNVoSikAxwDMDPjXlqlFYiZLkDJHwyGu/MfOsJnF3d7f3tds5J3z8s/l9TMXhzfsJCCJEAsD78842mwmg0PQ==",
  2523. "dependencies": {
  2524. "@types/hast": "^3.0.0",
  2525. "devlop": "^1.0.0",
  2526. "highlight.js": "~11.9.0"
  2527. },
  2528. "funding": {
  2529. "type": "github",
  2530. "url": "https://github.com/sponsors/wooorm"
  2531. }
  2532. },
  2533. "node_modules/lowlight/node_modules/highlight.js": {
  2534. "version": "11.9.0",
  2535. "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.9.0.tgz",
  2536. "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==",
  2537. "engines": {
  2538. "node": ">=12.0.0"
  2539. }
  2540. },
  2541. "node_modules/magic-string": {
  2542. "version": "0.30.14",
  2543. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.14.tgz",
  2544. "integrity": "sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==",
  2545. "dev": true,
  2546. "license": "MIT",
  2547. "dependencies": {
  2548. "@jridgewell/sourcemap-codec": "^1.5.0"
  2549. }
  2550. },
  2551. "node_modules/mark.js": {
  2552. "version": "8.11.1",
  2553. "resolved": "https://registry.npmjs.org/mark.js/-/mark.js-8.11.1.tgz",
  2554. "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==",
  2555. "dev": true
  2556. },
  2557. "node_modules/markdown-it": {
  2558. "version": "14.1.0",
  2559. "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-14.1.0.tgz",
  2560. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  2561. "dependencies": {
  2562. "argparse": "^2.0.1",
  2563. "entities": "^4.4.0",
  2564. "linkify-it": "^5.0.0",
  2565. "mdurl": "^2.0.0",
  2566. "punycode.js": "^2.3.1",
  2567. "uc.micro": "^2.1.0"
  2568. },
  2569. "bin": {
  2570. "markdown-it": "bin/markdown-it.mjs"
  2571. }
  2572. },
  2573. "node_modules/markdown-it-container": {
  2574. "version": "4.0.0",
  2575. "resolved": "https://registry.npmmirror.com/markdown-it-container/-/markdown-it-container-4.0.0.tgz",
  2576. "integrity": "sha512-HaNccxUH0l7BNGYbFbjmGpf5aLHAMTinqRZQAEQbMr2cdD3z91Q6kIo1oUn1CQndkT03jat6ckrdRYuwwqLlQw=="
  2577. },
  2578. "node_modules/mdast-util-to-hast": {
  2579. "version": "13.2.0",
  2580. "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
  2581. "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
  2582. "dev": true,
  2583. "license": "MIT",
  2584. "dependencies": {
  2585. "@types/hast": "^3.0.0",
  2586. "@types/mdast": "^4.0.0",
  2587. "@ungap/structured-clone": "^1.0.0",
  2588. "devlop": "^1.0.0",
  2589. "micromark-util-sanitize-uri": "^2.0.0",
  2590. "trim-lines": "^3.0.0",
  2591. "unist-util-position": "^5.0.0",
  2592. "unist-util-visit": "^5.0.0",
  2593. "vfile": "^6.0.0"
  2594. },
  2595. "funding": {
  2596. "type": "opencollective",
  2597. "url": "https://opencollective.com/unified"
  2598. }
  2599. },
  2600. "node_modules/mdurl": {
  2601. "version": "2.0.0",
  2602. "resolved": "https://registry.npmmirror.com/mdurl/-/mdurl-2.0.0.tgz",
  2603. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w=="
  2604. },
  2605. "node_modules/micromark-util-character": {
  2606. "version": "2.1.1",
  2607. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
  2608. "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
  2609. "dev": true,
  2610. "funding": [
  2611. {
  2612. "type": "GitHub Sponsors",
  2613. "url": "https://github.com/sponsors/unifiedjs"
  2614. },
  2615. {
  2616. "type": "OpenCollective",
  2617. "url": "https://opencollective.com/unified"
  2618. }
  2619. ],
  2620. "license": "MIT",
  2621. "dependencies": {
  2622. "micromark-util-symbol": "^2.0.0",
  2623. "micromark-util-types": "^2.0.0"
  2624. }
  2625. },
  2626. "node_modules/micromark-util-encode": {
  2627. "version": "2.0.1",
  2628. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
  2629. "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
  2630. "dev": true,
  2631. "funding": [
  2632. {
  2633. "type": "GitHub Sponsors",
  2634. "url": "https://github.com/sponsors/unifiedjs"
  2635. },
  2636. {
  2637. "type": "OpenCollective",
  2638. "url": "https://opencollective.com/unified"
  2639. }
  2640. ],
  2641. "license": "MIT"
  2642. },
  2643. "node_modules/micromark-util-sanitize-uri": {
  2644. "version": "2.0.1",
  2645. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
  2646. "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
  2647. "dev": true,
  2648. "funding": [
  2649. {
  2650. "type": "GitHub Sponsors",
  2651. "url": "https://github.com/sponsors/unifiedjs"
  2652. },
  2653. {
  2654. "type": "OpenCollective",
  2655. "url": "https://opencollective.com/unified"
  2656. }
  2657. ],
  2658. "license": "MIT",
  2659. "dependencies": {
  2660. "micromark-util-character": "^2.0.0",
  2661. "micromark-util-encode": "^2.0.0",
  2662. "micromark-util-symbol": "^2.0.0"
  2663. }
  2664. },
  2665. "node_modules/micromark-util-symbol": {
  2666. "version": "2.0.1",
  2667. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
  2668. "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
  2669. "dev": true,
  2670. "funding": [
  2671. {
  2672. "type": "GitHub Sponsors",
  2673. "url": "https://github.com/sponsors/unifiedjs"
  2674. },
  2675. {
  2676. "type": "OpenCollective",
  2677. "url": "https://opencollective.com/unified"
  2678. }
  2679. ],
  2680. "license": "MIT"
  2681. },
  2682. "node_modules/micromark-util-types": {
  2683. "version": "2.0.1",
  2684. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
  2685. "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
  2686. "dev": true,
  2687. "funding": [
  2688. {
  2689. "type": "GitHub Sponsors",
  2690. "url": "https://github.com/sponsors/unifiedjs"
  2691. },
  2692. {
  2693. "type": "OpenCollective",
  2694. "url": "https://opencollective.com/unified"
  2695. }
  2696. ],
  2697. "license": "MIT"
  2698. },
  2699. "node_modules/minisearch": {
  2700. "version": "7.1.0",
  2701. "resolved": "https://registry.npmmirror.com/minisearch/-/minisearch-7.1.0.tgz",
  2702. "integrity": "sha512-tv7c/uefWdEhcu6hvrfTihflgeEi2tN6VV7HJnCjK6VxM75QQJh4t9FwJCsA2EsRS8LCnu3W87CuGPWMocOLCA==",
  2703. "dev": true
  2704. },
  2705. "node_modules/mitt": {
  2706. "version": "3.0.1",
  2707. "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
  2708. "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
  2709. "dev": true,
  2710. "license": "MIT"
  2711. },
  2712. "node_modules/nanoid": {
  2713. "version": "3.3.8",
  2714. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.8.tgz",
  2715. "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
  2716. "dev": true,
  2717. "funding": [
  2718. {
  2719. "type": "github",
  2720. "url": "https://github.com/sponsors/ai"
  2721. }
  2722. ],
  2723. "license": "MIT",
  2724. "bin": {
  2725. "nanoid": "bin/nanoid.cjs"
  2726. },
  2727. "engines": {
  2728. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2729. }
  2730. },
  2731. "node_modules/oniguruma-to-es": {
  2732. "version": "0.7.0",
  2733. "resolved": "https://registry.npmmirror.com/oniguruma-to-es/-/oniguruma-to-es-0.7.0.tgz",
  2734. "integrity": "sha512-HRaRh09cE0gRS3+wi2zxekB+I5L8C/gN60S+vb11eADHUaB/q4u8wGGOX3GvwvitG8ixaeycZfeoyruKQzUgNg==",
  2735. "dev": true,
  2736. "license": "MIT",
  2737. "dependencies": {
  2738. "emoji-regex-xs": "^1.0.0",
  2739. "regex": "^5.0.2",
  2740. "regex-recursion": "^4.3.0"
  2741. }
  2742. },
  2743. "node_modules/orderedmap": {
  2744. "version": "2.1.1",
  2745. "resolved": "https://registry.npmmirror.com/orderedmap/-/orderedmap-2.1.1.tgz",
  2746. "integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g=="
  2747. },
  2748. "node_modules/perfect-debounce": {
  2749. "version": "1.0.0",
  2750. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  2751. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  2752. "dev": true,
  2753. "license": "MIT"
  2754. },
  2755. "node_modules/picocolors": {
  2756. "version": "1.1.1",
  2757. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  2758. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2759. "dev": true,
  2760. "license": "ISC"
  2761. },
  2762. "node_modules/postcss": {
  2763. "version": "8.4.49",
  2764. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.49.tgz",
  2765. "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
  2766. "dev": true,
  2767. "funding": [
  2768. {
  2769. "type": "opencollective",
  2770. "url": "https://opencollective.com/postcss/"
  2771. },
  2772. {
  2773. "type": "tidelift",
  2774. "url": "https://tidelift.com/funding/github/npm/postcss"
  2775. },
  2776. {
  2777. "type": "github",
  2778. "url": "https://github.com/sponsors/ai"
  2779. }
  2780. ],
  2781. "license": "MIT",
  2782. "dependencies": {
  2783. "nanoid": "^3.3.7",
  2784. "picocolors": "^1.1.1",
  2785. "source-map-js": "^1.2.1"
  2786. },
  2787. "engines": {
  2788. "node": "^10 || ^12 || >=14"
  2789. }
  2790. },
  2791. "node_modules/preact": {
  2792. "version": "10.25.1",
  2793. "resolved": "https://registry.npmmirror.com/preact/-/preact-10.25.1.tgz",
  2794. "integrity": "sha512-frxeZV2vhQSohQwJ7FvlqC40ze89+8friponWUFeVEkaCfhC6Eu4V0iND5C9CXz8JLndV07QRDeXzH1+Anz5Og==",
  2795. "dev": true,
  2796. "license": "MIT",
  2797. "funding": {
  2798. "type": "opencollective",
  2799. "url": "https://opencollective.com/preact"
  2800. }
  2801. },
  2802. "node_modules/property-information": {
  2803. "version": "6.5.0",
  2804. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-6.5.0.tgz",
  2805. "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
  2806. "dev": true,
  2807. "license": "MIT",
  2808. "funding": {
  2809. "type": "github",
  2810. "url": "https://github.com/sponsors/wooorm"
  2811. }
  2812. },
  2813. "node_modules/prosemirror-changeset": {
  2814. "version": "2.2.1",
  2815. "resolved": "https://registry.npmmirror.com/prosemirror-changeset/-/prosemirror-changeset-2.2.1.tgz",
  2816. "integrity": "sha512-J7msc6wbxB4ekDFj+n9gTW/jav/p53kdlivvuppHsrZXCaQdVgRghoZbSS3kwrRyAstRVQ4/+u5k7YfLgkkQvQ==",
  2817. "dependencies": {
  2818. "prosemirror-transform": "^1.0.0"
  2819. }
  2820. },
  2821. "node_modules/prosemirror-collab": {
  2822. "version": "1.3.1",
  2823. "resolved": "https://registry.npmmirror.com/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz",
  2824. "integrity": "sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==",
  2825. "dependencies": {
  2826. "prosemirror-state": "^1.0.0"
  2827. }
  2828. },
  2829. "node_modules/prosemirror-commands": {
  2830. "version": "1.6.2",
  2831. "resolved": "https://registry.npmmirror.com/prosemirror-commands/-/prosemirror-commands-1.6.2.tgz",
  2832. "integrity": "sha512-0nDHH++qcf/BuPLYvmqZTUUsPJUCPBUXt0J1ErTcDIS369CTp773itzLGIgIXG4LJXOlwYCr44+Mh4ii6MP1QA==",
  2833. "dependencies": {
  2834. "prosemirror-model": "^1.0.0",
  2835. "prosemirror-state": "^1.0.0",
  2836. "prosemirror-transform": "^1.10.2"
  2837. }
  2838. },
  2839. "node_modules/prosemirror-dropcursor": {
  2840. "version": "1.8.1",
  2841. "resolved": "https://registry.npmmirror.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.1.tgz",
  2842. "integrity": "sha512-M30WJdJZLyXHi3N8vxN6Zh5O8ZBbQCz0gURTfPmTIBNQ5pxrdU7A58QkNqfa98YEjSAL1HUyyU34f6Pm5xBSGw==",
  2843. "dependencies": {
  2844. "prosemirror-state": "^1.0.0",
  2845. "prosemirror-transform": "^1.1.0",
  2846. "prosemirror-view": "^1.1.0"
  2847. }
  2848. },
  2849. "node_modules/prosemirror-gapcursor": {
  2850. "version": "1.3.2",
  2851. "resolved": "https://registry.npmmirror.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.3.2.tgz",
  2852. "integrity": "sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ==",
  2853. "dependencies": {
  2854. "prosemirror-keymap": "^1.0.0",
  2855. "prosemirror-model": "^1.0.0",
  2856. "prosemirror-state": "^1.0.0",
  2857. "prosemirror-view": "^1.0.0"
  2858. }
  2859. },
  2860. "node_modules/prosemirror-history": {
  2861. "version": "1.4.1",
  2862. "resolved": "https://registry.npmmirror.com/prosemirror-history/-/prosemirror-history-1.4.1.tgz",
  2863. "integrity": "sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ==",
  2864. "dependencies": {
  2865. "prosemirror-state": "^1.2.2",
  2866. "prosemirror-transform": "^1.0.0",
  2867. "prosemirror-view": "^1.31.0",
  2868. "rope-sequence": "^1.3.0"
  2869. }
  2870. },
  2871. "node_modules/prosemirror-inputrules": {
  2872. "version": "1.4.0",
  2873. "resolved": "https://registry.npmmirror.com/prosemirror-inputrules/-/prosemirror-inputrules-1.4.0.tgz",
  2874. "integrity": "sha512-6ygpPRuTJ2lcOXs9JkefieMst63wVJBgHZGl5QOytN7oSZs3Co/BYbc3Yx9zm9H37Bxw8kVzCnDsihsVsL4yEg==",
  2875. "dependencies": {
  2876. "prosemirror-state": "^1.0.0",
  2877. "prosemirror-transform": "^1.0.0"
  2878. }
  2879. },
  2880. "node_modules/prosemirror-keymap": {
  2881. "version": "1.2.2",
  2882. "resolved": "https://registry.npmmirror.com/prosemirror-keymap/-/prosemirror-keymap-1.2.2.tgz",
  2883. "integrity": "sha512-EAlXoksqC6Vbocqc0GtzCruZEzYgrn+iiGnNjsJsH4mrnIGex4qbLdWWNza3AW5W36ZRrlBID0eM6bdKH4OStQ==",
  2884. "dependencies": {
  2885. "prosemirror-state": "^1.0.0",
  2886. "w3c-keyname": "^2.2.0"
  2887. }
  2888. },
  2889. "node_modules/prosemirror-markdown": {
  2890. "version": "1.13.1",
  2891. "resolved": "https://registry.npmmirror.com/prosemirror-markdown/-/prosemirror-markdown-1.13.1.tgz",
  2892. "integrity": "sha512-Sl+oMfMtAjWtlcZoj/5L/Q39MpEnVZ840Xo330WJWUvgyhNmLBLN7MsHn07s53nG/KImevWHSE6fEj4q/GihHw==",
  2893. "dependencies": {
  2894. "@types/markdown-it": "^14.0.0",
  2895. "markdown-it": "^14.0.0",
  2896. "prosemirror-model": "^1.20.0"
  2897. }
  2898. },
  2899. "node_modules/prosemirror-menu": {
  2900. "version": "1.2.4",
  2901. "resolved": "https://registry.npmmirror.com/prosemirror-menu/-/prosemirror-menu-1.2.4.tgz",
  2902. "integrity": "sha512-S/bXlc0ODQup6aiBbWVsX/eM+xJgCTAfMq/nLqaO5ID/am4wS0tTCIkzwytmao7ypEtjj39i7YbJjAgO20mIqA==",
  2903. "dependencies": {
  2904. "crelt": "^1.0.0",
  2905. "prosemirror-commands": "^1.0.0",
  2906. "prosemirror-history": "^1.0.0",
  2907. "prosemirror-state": "^1.0.0"
  2908. }
  2909. },
  2910. "node_modules/prosemirror-model": {
  2911. "version": "1.23.0",
  2912. "resolved": "https://registry.npmmirror.com/prosemirror-model/-/prosemirror-model-1.23.0.tgz",
  2913. "integrity": "sha512-Q/fgsgl/dlOAW9ILu4OOhYWQbc7TQd4BwKH/RwmUjyVf8682Be4zj3rOYdLnYEcGzyg8LL9Q5IWYKD8tdToreQ==",
  2914. "dependencies": {
  2915. "orderedmap": "^2.0.0"
  2916. }
  2917. },
  2918. "node_modules/prosemirror-schema-basic": {
  2919. "version": "1.2.3",
  2920. "resolved": "https://registry.npmmirror.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.3.tgz",
  2921. "integrity": "sha512-h+H0OQwZVqMon1PNn0AG9cTfx513zgIG2DY00eJ00Yvgb3UD+GQ/VlWW5rcaxacpCGT1Yx8nuhwXk4+QbXUfJA==",
  2922. "dependencies": {
  2923. "prosemirror-model": "^1.19.0"
  2924. }
  2925. },
  2926. "node_modules/prosemirror-schema-list": {
  2927. "version": "1.4.1",
  2928. "resolved": "https://registry.npmmirror.com/prosemirror-schema-list/-/prosemirror-schema-list-1.4.1.tgz",
  2929. "integrity": "sha512-jbDyaP/6AFfDfu70VzySsD75Om2t3sXTOdl5+31Wlxlg62td1haUpty/ybajSfJ1pkGadlOfwQq9kgW5IMo1Rg==",
  2930. "dependencies": {
  2931. "prosemirror-model": "^1.0.0",
  2932. "prosemirror-state": "^1.0.0",
  2933. "prosemirror-transform": "^1.7.3"
  2934. }
  2935. },
  2936. "node_modules/prosemirror-state": {
  2937. "version": "1.4.3",
  2938. "resolved": "https://registry.npmmirror.com/prosemirror-state/-/prosemirror-state-1.4.3.tgz",
  2939. "integrity": "sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q==",
  2940. "dependencies": {
  2941. "prosemirror-model": "^1.0.0",
  2942. "prosemirror-transform": "^1.0.0",
  2943. "prosemirror-view": "^1.27.0"
  2944. }
  2945. },
  2946. "node_modules/prosemirror-tables": {
  2947. "version": "1.6.1",
  2948. "resolved": "https://registry.npmmirror.com/prosemirror-tables/-/prosemirror-tables-1.6.1.tgz",
  2949. "integrity": "sha512-p8WRJNA96jaNQjhJolmbxTzd6M4huRE5xQ8OxjvMhQUP0Nzpo4zz6TztEiwk6aoqGBhz9lxRWR1yRZLlpQN98w==",
  2950. "dependencies": {
  2951. "prosemirror-keymap": "^1.1.2",
  2952. "prosemirror-model": "^1.8.1",
  2953. "prosemirror-state": "^1.3.1",
  2954. "prosemirror-transform": "^1.2.1",
  2955. "prosemirror-view": "^1.13.3"
  2956. }
  2957. },
  2958. "node_modules/prosemirror-trailing-node": {
  2959. "version": "3.0.0",
  2960. "resolved": "https://registry.npmmirror.com/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz",
  2961. "integrity": "sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ==",
  2962. "dependencies": {
  2963. "@remirror/core-constants": "3.0.0",
  2964. "escape-string-regexp": "^4.0.0"
  2965. },
  2966. "peerDependencies": {
  2967. "prosemirror-model": "^1.22.1",
  2968. "prosemirror-state": "^1.4.2",
  2969. "prosemirror-view": "^1.33.8"
  2970. }
  2971. },
  2972. "node_modules/prosemirror-transform": {
  2973. "version": "1.10.2",
  2974. "resolved": "https://registry.npmmirror.com/prosemirror-transform/-/prosemirror-transform-1.10.2.tgz",
  2975. "integrity": "sha512-2iUq0wv2iRoJO/zj5mv8uDUriOHWzXRnOTVgCzSXnktS/2iQRa3UUQwVlkBlYZFtygw6Nh1+X4mGqoYBINn5KQ==",
  2976. "dependencies": {
  2977. "prosemirror-model": "^1.21.0"
  2978. }
  2979. },
  2980. "node_modules/prosemirror-view": {
  2981. "version": "1.36.0",
  2982. "resolved": "https://registry.npmmirror.com/prosemirror-view/-/prosemirror-view-1.36.0.tgz",
  2983. "integrity": "sha512-U0GQd5yFvV5qUtT41X1zCQfbw14vkbbKwLlQXhdylEmgpYVHkefXYcC4HHwWOfZa3x6Y8wxDLUBv7dxN5XQ3nA==",
  2984. "dependencies": {
  2985. "prosemirror-model": "^1.20.0",
  2986. "prosemirror-state": "^1.0.0",
  2987. "prosemirror-transform": "^1.1.0"
  2988. }
  2989. },
  2990. "node_modules/punycode.js": {
  2991. "version": "2.3.1",
  2992. "resolved": "https://registry.npmmirror.com/punycode.js/-/punycode.js-2.3.1.tgz",
  2993. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  2994. "engines": {
  2995. "node": ">=6"
  2996. }
  2997. },
  2998. "node_modules/regenerator-runtime": {
  2999. "version": "0.14.1",
  3000. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  3001. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
  3002. },
  3003. "node_modules/regex": {
  3004. "version": "5.0.2",
  3005. "resolved": "https://registry.npmmirror.com/regex/-/regex-5.0.2.tgz",
  3006. "integrity": "sha512-/pczGbKIQgfTMRV0XjABvc5RzLqQmwqxLHdQao2RTXPk+pmTXB2P0IaUHYdYyk412YLwUIkaeMd5T+RzVgTqnQ==",
  3007. "dev": true,
  3008. "license": "MIT",
  3009. "dependencies": {
  3010. "regex-utilities": "^2.3.0"
  3011. }
  3012. },
  3013. "node_modules/regex-recursion": {
  3014. "version": "4.3.0",
  3015. "resolved": "https://registry.npmmirror.com/regex-recursion/-/regex-recursion-4.3.0.tgz",
  3016. "integrity": "sha512-5LcLnizwjcQ2ALfOj95MjcatxyqF5RPySx9yT+PaXu3Gox2vyAtLDjHB8NTJLtMGkvyau6nI3CfpwFCjPUIs/A==",
  3017. "dev": true,
  3018. "license": "MIT",
  3019. "dependencies": {
  3020. "regex-utilities": "^2.3.0"
  3021. }
  3022. },
  3023. "node_modules/regex-utilities": {
  3024. "version": "2.3.0",
  3025. "resolved": "https://registry.npmmirror.com/regex-utilities/-/regex-utilities-2.3.0.tgz",
  3026. "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
  3027. "dev": true,
  3028. "license": "MIT"
  3029. },
  3030. "node_modules/rfdc": {
  3031. "version": "1.4.1",
  3032. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  3033. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  3034. "dev": true,
  3035. "license": "MIT"
  3036. },
  3037. "node_modules/rollup": {
  3038. "version": "4.28.1",
  3039. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.28.1.tgz",
  3040. "integrity": "sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==",
  3041. "dev": true,
  3042. "license": "MIT",
  3043. "dependencies": {
  3044. "@types/estree": "1.0.6"
  3045. },
  3046. "bin": {
  3047. "rollup": "dist/bin/rollup"
  3048. },
  3049. "engines": {
  3050. "node": ">=18.0.0",
  3051. "npm": ">=8.0.0"
  3052. },
  3053. "optionalDependencies": {
  3054. "@rollup/rollup-android-arm-eabi": "4.28.1",
  3055. "@rollup/rollup-android-arm64": "4.28.1",
  3056. "@rollup/rollup-darwin-arm64": "4.28.1",
  3057. "@rollup/rollup-darwin-x64": "4.28.1",
  3058. "@rollup/rollup-freebsd-arm64": "4.28.1",
  3059. "@rollup/rollup-freebsd-x64": "4.28.1",
  3060. "@rollup/rollup-linux-arm-gnueabihf": "4.28.1",
  3061. "@rollup/rollup-linux-arm-musleabihf": "4.28.1",
  3062. "@rollup/rollup-linux-arm64-gnu": "4.28.1",
  3063. "@rollup/rollup-linux-arm64-musl": "4.28.1",
  3064. "@rollup/rollup-linux-loongarch64-gnu": "4.28.1",
  3065. "@rollup/rollup-linux-powerpc64le-gnu": "4.28.1",
  3066. "@rollup/rollup-linux-riscv64-gnu": "4.28.1",
  3067. "@rollup/rollup-linux-s390x-gnu": "4.28.1",
  3068. "@rollup/rollup-linux-x64-gnu": "4.28.1",
  3069. "@rollup/rollup-linux-x64-musl": "4.28.1",
  3070. "@rollup/rollup-win32-arm64-msvc": "4.28.1",
  3071. "@rollup/rollup-win32-ia32-msvc": "4.28.1",
  3072. "@rollup/rollup-win32-x64-msvc": "4.28.1",
  3073. "fsevents": "~2.3.2"
  3074. }
  3075. },
  3076. "node_modules/rope-sequence": {
  3077. "version": "1.3.4",
  3078. "resolved": "https://registry.npmmirror.com/rope-sequence/-/rope-sequence-1.3.4.tgz",
  3079. "integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ=="
  3080. },
  3081. "node_modules/search-insights": {
  3082. "version": "2.17.3",
  3083. "resolved": "https://registry.npmmirror.com/search-insights/-/search-insights-2.17.3.tgz",
  3084. "integrity": "sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==",
  3085. "dev": true,
  3086. "license": "MIT",
  3087. "peer": true
  3088. },
  3089. "node_modules/shiki": {
  3090. "version": "1.24.0",
  3091. "resolved": "https://registry.npmmirror.com/shiki/-/shiki-1.24.0.tgz",
  3092. "integrity": "sha512-qIneep7QRwxRd5oiHb8jaRzH15V/S8F3saCXOdjwRLgozZJr5x2yeBhQtqkO3FSzQDwYEFAYuifg4oHjpDghrg==",
  3093. "dev": true,
  3094. "license": "MIT",
  3095. "dependencies": {
  3096. "@shikijs/core": "1.24.0",
  3097. "@shikijs/engine-javascript": "1.24.0",
  3098. "@shikijs/engine-oniguruma": "1.24.0",
  3099. "@shikijs/types": "1.24.0",
  3100. "@shikijs/vscode-textmate": "^9.3.0",
  3101. "@types/hast": "^3.0.4"
  3102. }
  3103. },
  3104. "node_modules/source-map-js": {
  3105. "version": "1.2.1",
  3106. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  3107. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  3108. "dev": true,
  3109. "license": "BSD-3-Clause",
  3110. "engines": {
  3111. "node": ">=0.10.0"
  3112. }
  3113. },
  3114. "node_modules/space-separated-tokens": {
  3115. "version": "2.0.2",
  3116. "resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  3117. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  3118. "dev": true,
  3119. "license": "MIT",
  3120. "funding": {
  3121. "type": "github",
  3122. "url": "https://github.com/sponsors/wooorm"
  3123. }
  3124. },
  3125. "node_modules/speakingurl": {
  3126. "version": "14.0.1",
  3127. "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
  3128. "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
  3129. "dev": true,
  3130. "license": "BSD-3-Clause",
  3131. "engines": {
  3132. "node": ">=0.10.0"
  3133. }
  3134. },
  3135. "node_modules/stringify-entities": {
  3136. "version": "4.0.4",
  3137. "resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
  3138. "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
  3139. "dev": true,
  3140. "license": "MIT",
  3141. "dependencies": {
  3142. "character-entities-html4": "^2.0.0",
  3143. "character-entities-legacy": "^3.0.0"
  3144. },
  3145. "funding": {
  3146. "type": "github",
  3147. "url": "https://github.com/sponsors/wooorm"
  3148. }
  3149. },
  3150. "node_modules/superjson": {
  3151. "version": "2.2.2",
  3152. "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
  3153. "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
  3154. "dev": true,
  3155. "license": "MIT",
  3156. "dependencies": {
  3157. "copy-anything": "^3.0.2"
  3158. },
  3159. "engines": {
  3160. "node": ">=16"
  3161. }
  3162. },
  3163. "node_modules/tabbable": {
  3164. "version": "6.2.0",
  3165. "resolved": "https://registry.npmmirror.com/tabbable/-/tabbable-6.2.0.tgz",
  3166. "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==",
  3167. "dev": true,
  3168. "license": "MIT"
  3169. },
  3170. "node_modules/tippy.js": {
  3171. "version": "6.3.7",
  3172. "resolved": "https://registry.npmmirror.com/tippy.js/-/tippy.js-6.3.7.tgz",
  3173. "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==",
  3174. "dependencies": {
  3175. "@popperjs/core": "^2.9.0"
  3176. }
  3177. },
  3178. "node_modules/trim-lines": {
  3179. "version": "3.0.1",
  3180. "resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
  3181. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  3182. "dev": true,
  3183. "license": "MIT",
  3184. "funding": {
  3185. "type": "github",
  3186. "url": "https://github.com/sponsors/wooorm"
  3187. }
  3188. },
  3189. "node_modules/turndown": {
  3190. "version": "7.2.0",
  3191. "resolved": "https://registry.npmmirror.com/turndown/-/turndown-7.2.0.tgz",
  3192. "integrity": "sha512-eCZGBN4nNNqM9Owkv9HAtWRYfLA4h909E/WGAWWBpmB275ehNhZyk87/Tpvjbp0jjNl9XwCsbe6bm6CqFsgD+A==",
  3193. "dependencies": {
  3194. "@mixmark-io/domino": "^2.2.0"
  3195. }
  3196. },
  3197. "node_modules/uc.micro": {
  3198. "version": "2.1.0",
  3199. "resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-2.1.0.tgz",
  3200. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="
  3201. },
  3202. "node_modules/unist-util-is": {
  3203. "version": "6.0.0",
  3204. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.0.tgz",
  3205. "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
  3206. "dev": true,
  3207. "license": "MIT",
  3208. "dependencies": {
  3209. "@types/unist": "^3.0.0"
  3210. },
  3211. "funding": {
  3212. "type": "opencollective",
  3213. "url": "https://opencollective.com/unified"
  3214. }
  3215. },
  3216. "node_modules/unist-util-position": {
  3217. "version": "5.0.0",
  3218. "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-5.0.0.tgz",
  3219. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  3220. "dev": true,
  3221. "license": "MIT",
  3222. "dependencies": {
  3223. "@types/unist": "^3.0.0"
  3224. },
  3225. "funding": {
  3226. "type": "opencollective",
  3227. "url": "https://opencollective.com/unified"
  3228. }
  3229. },
  3230. "node_modules/unist-util-stringify-position": {
  3231. "version": "4.0.0",
  3232. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  3233. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  3234. "dev": true,
  3235. "license": "MIT",
  3236. "dependencies": {
  3237. "@types/unist": "^3.0.0"
  3238. },
  3239. "funding": {
  3240. "type": "opencollective",
  3241. "url": "https://opencollective.com/unified"
  3242. }
  3243. },
  3244. "node_modules/unist-util-visit": {
  3245. "version": "5.0.0",
  3246. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
  3247. "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
  3248. "dev": true,
  3249. "license": "MIT",
  3250. "dependencies": {
  3251. "@types/unist": "^3.0.0",
  3252. "unist-util-is": "^6.0.0",
  3253. "unist-util-visit-parents": "^6.0.0"
  3254. },
  3255. "funding": {
  3256. "type": "opencollective",
  3257. "url": "https://opencollective.com/unified"
  3258. }
  3259. },
  3260. "node_modules/unist-util-visit-parents": {
  3261. "version": "6.0.1",
  3262. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
  3263. "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
  3264. "dev": true,
  3265. "license": "MIT",
  3266. "dependencies": {
  3267. "@types/unist": "^3.0.0",
  3268. "unist-util-is": "^6.0.0"
  3269. },
  3270. "funding": {
  3271. "type": "opencollective",
  3272. "url": "https://opencollective.com/unified"
  3273. }
  3274. },
  3275. "node_modules/vfile": {
  3276. "version": "6.0.3",
  3277. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  3278. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  3279. "dev": true,
  3280. "license": "MIT",
  3281. "dependencies": {
  3282. "@types/unist": "^3.0.0",
  3283. "vfile-message": "^4.0.0"
  3284. },
  3285. "funding": {
  3286. "type": "opencollective",
  3287. "url": "https://opencollective.com/unified"
  3288. }
  3289. },
  3290. "node_modules/vfile-message": {
  3291. "version": "4.0.2",
  3292. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.2.tgz",
  3293. "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
  3294. "dev": true,
  3295. "license": "MIT",
  3296. "dependencies": {
  3297. "@types/unist": "^3.0.0",
  3298. "unist-util-stringify-position": "^4.0.0"
  3299. },
  3300. "funding": {
  3301. "type": "opencollective",
  3302. "url": "https://opencollective.com/unified"
  3303. }
  3304. },
  3305. "node_modules/vite": {
  3306. "version": "5.4.11",
  3307. "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.11.tgz",
  3308. "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==",
  3309. "dev": true,
  3310. "license": "MIT",
  3311. "dependencies": {
  3312. "esbuild": "^0.21.3",
  3313. "postcss": "^8.4.43",
  3314. "rollup": "^4.20.0"
  3315. },
  3316. "bin": {
  3317. "vite": "bin/vite.js"
  3318. },
  3319. "engines": {
  3320. "node": "^18.0.0 || >=20.0.0"
  3321. },
  3322. "funding": {
  3323. "url": "https://github.com/vitejs/vite?sponsor=1"
  3324. },
  3325. "optionalDependencies": {
  3326. "fsevents": "~2.3.3"
  3327. },
  3328. "peerDependencies": {
  3329. "@types/node": "^18.0.0 || >=20.0.0",
  3330. "less": "*",
  3331. "lightningcss": "^1.21.0",
  3332. "sass": "*",
  3333. "sass-embedded": "*",
  3334. "stylus": "*",
  3335. "sugarss": "*",
  3336. "terser": "^5.4.0"
  3337. },
  3338. "peerDependenciesMeta": {
  3339. "@types/node": {
  3340. "optional": true
  3341. },
  3342. "less": {
  3343. "optional": true
  3344. },
  3345. "lightningcss": {
  3346. "optional": true
  3347. },
  3348. "sass": {
  3349. "optional": true
  3350. },
  3351. "sass-embedded": {
  3352. "optional": true
  3353. },
  3354. "stylus": {
  3355. "optional": true
  3356. },
  3357. "sugarss": {
  3358. "optional": true
  3359. },
  3360. "terser": {
  3361. "optional": true
  3362. }
  3363. }
  3364. },
  3365. "node_modules/vitepress": {
  3366. "version": "1.5.0",
  3367. "resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.5.0.tgz",
  3368. "integrity": "sha512-q4Q/G2zjvynvizdB3/bupdYkCJe2umSAMv9Ju4d92E6/NXJ59z70xB0q5p/4lpRyAwflDsbwy1mLV9Q5+nlB+g==",
  3369. "dev": true,
  3370. "license": "MIT",
  3371. "dependencies": {
  3372. "@docsearch/css": "^3.6.2",
  3373. "@docsearch/js": "^3.6.2",
  3374. "@iconify-json/simple-icons": "^1.2.10",
  3375. "@shikijs/core": "^1.22.2",
  3376. "@shikijs/transformers": "^1.22.2",
  3377. "@shikijs/types": "^1.22.2",
  3378. "@types/markdown-it": "^14.1.2",
  3379. "@vitejs/plugin-vue": "^5.1.4",
  3380. "@vue/devtools-api": "^7.5.4",
  3381. "@vue/shared": "^3.5.12",
  3382. "@vueuse/core": "^11.1.0",
  3383. "@vueuse/integrations": "^11.1.0",
  3384. "focus-trap": "^7.6.0",
  3385. "mark.js": "8.11.1",
  3386. "minisearch": "^7.1.0",
  3387. "shiki": "^1.22.2",
  3388. "vite": "^5.4.10",
  3389. "vue": "^3.5.12"
  3390. },
  3391. "bin": {
  3392. "vitepress": "bin/vitepress.js"
  3393. },
  3394. "peerDependencies": {
  3395. "markdown-it-mathjax3": "^4",
  3396. "postcss": "^8"
  3397. },
  3398. "peerDependenciesMeta": {
  3399. "markdown-it-mathjax3": {
  3400. "optional": true
  3401. },
  3402. "postcss": {
  3403. "optional": true
  3404. }
  3405. }
  3406. },
  3407. "node_modules/vue": {
  3408. "version": "3.5.13",
  3409. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.13.tgz",
  3410. "integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
  3411. "dev": true,
  3412. "license": "MIT",
  3413. "dependencies": {
  3414. "@vue/compiler-dom": "3.5.13",
  3415. "@vue/compiler-sfc": "3.5.13",
  3416. "@vue/runtime-dom": "3.5.13",
  3417. "@vue/server-renderer": "3.5.13",
  3418. "@vue/shared": "3.5.13"
  3419. },
  3420. "peerDependencies": {
  3421. "typescript": "*"
  3422. },
  3423. "peerDependenciesMeta": {
  3424. "typescript": {
  3425. "optional": true
  3426. }
  3427. }
  3428. },
  3429. "node_modules/w3c-keyname": {
  3430. "version": "2.2.8",
  3431. "resolved": "https://registry.npmmirror.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
  3432. "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ=="
  3433. },
  3434. "node_modules/zwitch": {
  3435. "version": "2.0.4",
  3436. "resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
  3437. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  3438. "dev": true,
  3439. "license": "MIT",
  3440. "funding": {
  3441. "type": "github",
  3442. "url": "https://github.com/sponsors/wooorm"
  3443. }
  3444. }
  3445. }
  3446. }