package-lock.json 144 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704
  1. {
  2. "name": "dify-markdown-parse",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "dify-markdown-parse",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "rehype-katex": "^6.0.2",
  13. "rehype-raw": "^7.0.0",
  14. "rehype-stringify": "^10.0.1",
  15. "remark-breaks": "^3.0.2",
  16. "remark-gfm": "^3.0.1",
  17. "remark-math": "^5.1.1",
  18. "remark-parse": "10.0.2",
  19. "remark-rehype": "10.1.0",
  20. "style-to-object": "0.4.4"
  21. },
  22. "peerDependencies": {
  23. "vue": ">=3.0.0"
  24. }
  25. },
  26. "node_modules/@babel/helper-string-parser": {
  27. "version": "7.25.9",
  28. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  29. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  30. "peer": true,
  31. "engines": {
  32. "node": ">=6.9.0"
  33. }
  34. },
  35. "node_modules/@babel/helper-validator-identifier": {
  36. "version": "7.25.9",
  37. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  38. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  39. "peer": true,
  40. "engines": {
  41. "node": ">=6.9.0"
  42. }
  43. },
  44. "node_modules/@babel/parser": {
  45. "version": "7.26.3",
  46. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.3.tgz",
  47. "integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==",
  48. "peer": true,
  49. "dependencies": {
  50. "@babel/types": "^7.26.3"
  51. },
  52. "bin": {
  53. "parser": "bin/babel-parser.js"
  54. },
  55. "engines": {
  56. "node": ">=6.0.0"
  57. }
  58. },
  59. "node_modules/@babel/types": {
  60. "version": "7.26.3",
  61. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.26.3.tgz",
  62. "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==",
  63. "peer": true,
  64. "dependencies": {
  65. "@babel/helper-string-parser": "^7.25.9",
  66. "@babel/helper-validator-identifier": "^7.25.9"
  67. },
  68. "engines": {
  69. "node": ">=6.9.0"
  70. }
  71. },
  72. "node_modules/@jridgewell/sourcemap-codec": {
  73. "version": "1.5.0",
  74. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  75. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  76. "peer": true
  77. },
  78. "node_modules/@types/debug": {
  79. "version": "4.1.12",
  80. "resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz",
  81. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  82. "dependencies": {
  83. "@types/ms": "*"
  84. }
  85. },
  86. "node_modules/@types/hast": {
  87. "version": "2.3.10",
  88. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-2.3.10.tgz",
  89. "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==",
  90. "dependencies": {
  91. "@types/unist": "^2"
  92. }
  93. },
  94. "node_modules/@types/katex": {
  95. "version": "0.14.0",
  96. "resolved": "https://registry.npmmirror.com/@types/katex/-/katex-0.14.0.tgz",
  97. "integrity": "sha512-+2FW2CcT0K3P+JMR8YG846bmDwplKUTsWgT2ENwdQ1UdVfRk3GQrh6Mi4sTopy30gI8Uau5CEqHTDZ6YvWIUPA=="
  98. },
  99. "node_modules/@types/mdast": {
  100. "version": "4.0.4",
  101. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz",
  102. "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
  103. "dependencies": {
  104. "@types/unist": "*"
  105. }
  106. },
  107. "node_modules/@types/ms": {
  108. "version": "0.7.34",
  109. "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-0.7.34.tgz",
  110. "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
  111. },
  112. "node_modules/@types/unist": {
  113. "version": "2.0.11",
  114. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  115. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA=="
  116. },
  117. "node_modules/@ungap/structured-clone": {
  118. "version": "1.2.1",
  119. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.1.tgz",
  120. "integrity": "sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA=="
  121. },
  122. "node_modules/@vue/compiler-core": {
  123. "version": "3.5.13",
  124. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
  125. "integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
  126. "peer": true,
  127. "dependencies": {
  128. "@babel/parser": "^7.25.3",
  129. "@vue/shared": "3.5.13",
  130. "entities": "^4.5.0",
  131. "estree-walker": "^2.0.2",
  132. "source-map-js": "^1.2.0"
  133. }
  134. },
  135. "node_modules/@vue/compiler-dom": {
  136. "version": "3.5.13",
  137. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
  138. "integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
  139. "peer": true,
  140. "dependencies": {
  141. "@vue/compiler-core": "3.5.13",
  142. "@vue/shared": "3.5.13"
  143. }
  144. },
  145. "node_modules/@vue/compiler-sfc": {
  146. "version": "3.5.13",
  147. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
  148. "integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
  149. "peer": true,
  150. "dependencies": {
  151. "@babel/parser": "^7.25.3",
  152. "@vue/compiler-core": "3.5.13",
  153. "@vue/compiler-dom": "3.5.13",
  154. "@vue/compiler-ssr": "3.5.13",
  155. "@vue/shared": "3.5.13",
  156. "estree-walker": "^2.0.2",
  157. "magic-string": "^0.30.11",
  158. "postcss": "^8.4.48",
  159. "source-map-js": "^1.2.0"
  160. }
  161. },
  162. "node_modules/@vue/compiler-ssr": {
  163. "version": "3.5.13",
  164. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
  165. "integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
  166. "peer": true,
  167. "dependencies": {
  168. "@vue/compiler-dom": "3.5.13",
  169. "@vue/shared": "3.5.13"
  170. }
  171. },
  172. "node_modules/@vue/reactivity": {
  173. "version": "3.5.13",
  174. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
  175. "integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  176. "peer": true,
  177. "dependencies": {
  178. "@vue/shared": "3.5.13"
  179. }
  180. },
  181. "node_modules/@vue/runtime-core": {
  182. "version": "3.5.13",
  183. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
  184. "integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
  185. "peer": true,
  186. "dependencies": {
  187. "@vue/reactivity": "3.5.13",
  188. "@vue/shared": "3.5.13"
  189. }
  190. },
  191. "node_modules/@vue/runtime-dom": {
  192. "version": "3.5.13",
  193. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
  194. "integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
  195. "peer": true,
  196. "dependencies": {
  197. "@vue/reactivity": "3.5.13",
  198. "@vue/runtime-core": "3.5.13",
  199. "@vue/shared": "3.5.13",
  200. "csstype": "^3.1.3"
  201. }
  202. },
  203. "node_modules/@vue/server-renderer": {
  204. "version": "3.5.13",
  205. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
  206. "integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
  207. "peer": true,
  208. "dependencies": {
  209. "@vue/compiler-ssr": "3.5.13",
  210. "@vue/shared": "3.5.13"
  211. },
  212. "peerDependencies": {
  213. "vue": "3.5.13"
  214. }
  215. },
  216. "node_modules/@vue/shared": {
  217. "version": "3.5.13",
  218. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
  219. "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
  220. "peer": true
  221. },
  222. "node_modules/bail": {
  223. "version": "2.0.2",
  224. "resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",
  225. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  226. "funding": {
  227. "type": "github",
  228. "url": "https://github.com/sponsors/wooorm"
  229. }
  230. },
  231. "node_modules/ccount": {
  232. "version": "2.0.1",
  233. "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
  234. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  235. "funding": {
  236. "type": "github",
  237. "url": "https://github.com/sponsors/wooorm"
  238. }
  239. },
  240. "node_modules/character-entities": {
  241. "version": "2.0.2",
  242. "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz",
  243. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  244. "funding": {
  245. "type": "github",
  246. "url": "https://github.com/sponsors/wooorm"
  247. }
  248. },
  249. "node_modules/character-entities-html4": {
  250. "version": "2.1.0",
  251. "resolved": "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  252. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  253. "funding": {
  254. "type": "github",
  255. "url": "https://github.com/sponsors/wooorm"
  256. }
  257. },
  258. "node_modules/character-entities-legacy": {
  259. "version": "3.0.0",
  260. "resolved": "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  261. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  262. "funding": {
  263. "type": "github",
  264. "url": "https://github.com/sponsors/wooorm"
  265. }
  266. },
  267. "node_modules/comma-separated-tokens": {
  268. "version": "2.0.3",
  269. "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  270. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  271. "funding": {
  272. "type": "github",
  273. "url": "https://github.com/sponsors/wooorm"
  274. }
  275. },
  276. "node_modules/commander": {
  277. "version": "8.3.0",
  278. "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz",
  279. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  280. "engines": {
  281. "node": ">= 12"
  282. }
  283. },
  284. "node_modules/csstype": {
  285. "version": "3.1.3",
  286. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  287. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  288. "peer": true
  289. },
  290. "node_modules/debug": {
  291. "version": "4.4.0",
  292. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  293. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  294. "dependencies": {
  295. "ms": "^2.1.3"
  296. },
  297. "engines": {
  298. "node": ">=6.0"
  299. },
  300. "peerDependenciesMeta": {
  301. "supports-color": {
  302. "optional": true
  303. }
  304. }
  305. },
  306. "node_modules/decode-named-character-reference": {
  307. "version": "1.0.2",
  308. "resolved": "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz",
  309. "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==",
  310. "dependencies": {
  311. "character-entities": "^2.0.0"
  312. },
  313. "funding": {
  314. "type": "github",
  315. "url": "https://github.com/sponsors/wooorm"
  316. }
  317. },
  318. "node_modules/dequal": {
  319. "version": "2.0.3",
  320. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  321. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  322. "engines": {
  323. "node": ">=6"
  324. }
  325. },
  326. "node_modules/devlop": {
  327. "version": "1.1.0",
  328. "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
  329. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  330. "dependencies": {
  331. "dequal": "^2.0.0"
  332. },
  333. "funding": {
  334. "type": "github",
  335. "url": "https://github.com/sponsors/wooorm"
  336. }
  337. },
  338. "node_modules/diff": {
  339. "version": "5.2.0",
  340. "resolved": "https://registry.npmmirror.com/diff/-/diff-5.2.0.tgz",
  341. "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
  342. "engines": {
  343. "node": ">=0.3.1"
  344. }
  345. },
  346. "node_modules/entities": {
  347. "version": "4.5.0",
  348. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  349. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  350. "engines": {
  351. "node": ">=0.12"
  352. },
  353. "funding": {
  354. "url": "https://github.com/fb55/entities?sponsor=1"
  355. }
  356. },
  357. "node_modules/escape-string-regexp": {
  358. "version": "5.0.0",
  359. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  360. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  361. "engines": {
  362. "node": ">=12"
  363. },
  364. "funding": {
  365. "url": "https://github.com/sponsors/sindresorhus"
  366. }
  367. },
  368. "node_modules/estree-walker": {
  369. "version": "2.0.2",
  370. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  371. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  372. "peer": true
  373. },
  374. "node_modules/extend": {
  375. "version": "3.0.2",
  376. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  377. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  378. },
  379. "node_modules/hast-util-from-dom": {
  380. "version": "4.2.0",
  381. "resolved": "https://registry.npmmirror.com/hast-util-from-dom/-/hast-util-from-dom-4.2.0.tgz",
  382. "integrity": "sha512-t1RJW/OpJbCAJQeKi3Qrj1cAOLA0+av/iPFori112+0X7R3wng+jxLA+kXec8K4szqPRGI8vPxbbpEYvvpwaeQ==",
  383. "dependencies": {
  384. "hastscript": "^7.0.0",
  385. "web-namespaces": "^2.0.0"
  386. },
  387. "funding": {
  388. "type": "opencollective",
  389. "url": "https://opencollective.com/unified"
  390. }
  391. },
  392. "node_modules/hast-util-from-html": {
  393. "version": "1.0.2",
  394. "resolved": "https://registry.npmmirror.com/hast-util-from-html/-/hast-util-from-html-1.0.2.tgz",
  395. "integrity": "sha512-LhrTA2gfCbLOGJq2u/asp4kwuG0y6NhWTXiPKP+n0qNukKy7hc10whqqCFfyvIA1Q5U5d0sp9HhNim9gglEH4A==",
  396. "dependencies": {
  397. "@types/hast": "^2.0.0",
  398. "hast-util-from-parse5": "^7.0.0",
  399. "parse5": "^7.0.0",
  400. "vfile": "^5.0.0",
  401. "vfile-message": "^3.0.0"
  402. },
  403. "funding": {
  404. "type": "opencollective",
  405. "url": "https://opencollective.com/unified"
  406. }
  407. },
  408. "node_modules/hast-util-from-html-isomorphic": {
  409. "version": "1.0.0",
  410. "resolved": "https://registry.npmmirror.com/hast-util-from-html-isomorphic/-/hast-util-from-html-isomorphic-1.0.0.tgz",
  411. "integrity": "sha512-Yu480AKeOEN/+l5LA674a+7BmIvtDj24GvOt7MtQWuhzUwlaaRWdEPXAh3Qm5vhuthpAipFb2vTetKXWOjmTvw==",
  412. "dependencies": {
  413. "@types/hast": "^2.0.0",
  414. "hast-util-from-dom": "^4.0.0",
  415. "hast-util-from-html": "^1.0.0",
  416. "unist-util-remove-position": "^4.0.0"
  417. },
  418. "funding": {
  419. "type": "opencollective",
  420. "url": "https://opencollective.com/unified"
  421. }
  422. },
  423. "node_modules/hast-util-from-parse5": {
  424. "version": "7.1.2",
  425. "resolved": "https://registry.npmmirror.com/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz",
  426. "integrity": "sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==",
  427. "dependencies": {
  428. "@types/hast": "^2.0.0",
  429. "@types/unist": "^2.0.0",
  430. "hastscript": "^7.0.0",
  431. "property-information": "^6.0.0",
  432. "vfile": "^5.0.0",
  433. "vfile-location": "^4.0.0",
  434. "web-namespaces": "^2.0.0"
  435. },
  436. "funding": {
  437. "type": "opencollective",
  438. "url": "https://opencollective.com/unified"
  439. }
  440. },
  441. "node_modules/hast-util-is-element": {
  442. "version": "2.1.3",
  443. "resolved": "https://registry.npmmirror.com/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz",
  444. "integrity": "sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==",
  445. "dependencies": {
  446. "@types/hast": "^2.0.0",
  447. "@types/unist": "^2.0.0"
  448. },
  449. "funding": {
  450. "type": "opencollective",
  451. "url": "https://opencollective.com/unified"
  452. }
  453. },
  454. "node_modules/hast-util-parse-selector": {
  455. "version": "3.1.1",
  456. "resolved": "https://registry.npmmirror.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz",
  457. "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==",
  458. "dependencies": {
  459. "@types/hast": "^2.0.0"
  460. },
  461. "funding": {
  462. "type": "opencollective",
  463. "url": "https://opencollective.com/unified"
  464. }
  465. },
  466. "node_modules/hast-util-raw": {
  467. "version": "9.1.0",
  468. "resolved": "https://registry.npmmirror.com/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
  469. "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
  470. "dependencies": {
  471. "@types/hast": "^3.0.0",
  472. "@types/unist": "^3.0.0",
  473. "@ungap/structured-clone": "^1.0.0",
  474. "hast-util-from-parse5": "^8.0.0",
  475. "hast-util-to-parse5": "^8.0.0",
  476. "html-void-elements": "^3.0.0",
  477. "mdast-util-to-hast": "^13.0.0",
  478. "parse5": "^7.0.0",
  479. "unist-util-position": "^5.0.0",
  480. "unist-util-visit": "^5.0.0",
  481. "vfile": "^6.0.0",
  482. "web-namespaces": "^2.0.0",
  483. "zwitch": "^2.0.0"
  484. },
  485. "funding": {
  486. "type": "opencollective",
  487. "url": "https://opencollective.com/unified"
  488. }
  489. },
  490. "node_modules/hast-util-raw/node_modules/@types/hast": {
  491. "version": "3.0.4",
  492. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  493. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  494. "dependencies": {
  495. "@types/unist": "*"
  496. }
  497. },
  498. "node_modules/hast-util-raw/node_modules/@types/unist": {
  499. "version": "3.0.3",
  500. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  501. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
  502. },
  503. "node_modules/hast-util-raw/node_modules/hast-util-from-parse5": {
  504. "version": "8.0.2",
  505. "resolved": "https://registry.npmmirror.com/hast-util-from-parse5/-/hast-util-from-parse5-8.0.2.tgz",
  506. "integrity": "sha512-SfMzfdAi/zAoZ1KkFEyyeXBn7u/ShQrfd675ZEE9M3qj+PMFX05xubzRyF76CCSJu8au9jgVxDV1+okFvgZU4A==",
  507. "dependencies": {
  508. "@types/hast": "^3.0.0",
  509. "@types/unist": "^3.0.0",
  510. "devlop": "^1.0.0",
  511. "hastscript": "^9.0.0",
  512. "property-information": "^6.0.0",
  513. "vfile": "^6.0.0",
  514. "vfile-location": "^5.0.0",
  515. "web-namespaces": "^2.0.0"
  516. },
  517. "funding": {
  518. "type": "opencollective",
  519. "url": "https://opencollective.com/unified"
  520. }
  521. },
  522. "node_modules/hast-util-raw/node_modules/hast-util-parse-selector": {
  523. "version": "4.0.0",
  524. "resolved": "https://registry.npmmirror.com/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
  525. "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
  526. "dependencies": {
  527. "@types/hast": "^3.0.0"
  528. },
  529. "funding": {
  530. "type": "opencollective",
  531. "url": "https://opencollective.com/unified"
  532. }
  533. },
  534. "node_modules/hast-util-raw/node_modules/hastscript": {
  535. "version": "9.0.0",
  536. "resolved": "https://registry.npmmirror.com/hastscript/-/hastscript-9.0.0.tgz",
  537. "integrity": "sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==",
  538. "dependencies": {
  539. "@types/hast": "^3.0.0",
  540. "comma-separated-tokens": "^2.0.0",
  541. "hast-util-parse-selector": "^4.0.0",
  542. "property-information": "^6.0.0",
  543. "space-separated-tokens": "^2.0.0"
  544. },
  545. "funding": {
  546. "type": "opencollective",
  547. "url": "https://opencollective.com/unified"
  548. }
  549. },
  550. "node_modules/hast-util-raw/node_modules/unist-util-is": {
  551. "version": "6.0.0",
  552. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.0.tgz",
  553. "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
  554. "dependencies": {
  555. "@types/unist": "^3.0.0"
  556. },
  557. "funding": {
  558. "type": "opencollective",
  559. "url": "https://opencollective.com/unified"
  560. }
  561. },
  562. "node_modules/hast-util-raw/node_modules/unist-util-stringify-position": {
  563. "version": "4.0.0",
  564. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  565. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  566. "dependencies": {
  567. "@types/unist": "^3.0.0"
  568. },
  569. "funding": {
  570. "type": "opencollective",
  571. "url": "https://opencollective.com/unified"
  572. }
  573. },
  574. "node_modules/hast-util-raw/node_modules/unist-util-visit": {
  575. "version": "5.0.0",
  576. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
  577. "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
  578. "dependencies": {
  579. "@types/unist": "^3.0.0",
  580. "unist-util-is": "^6.0.0",
  581. "unist-util-visit-parents": "^6.0.0"
  582. },
  583. "funding": {
  584. "type": "opencollective",
  585. "url": "https://opencollective.com/unified"
  586. }
  587. },
  588. "node_modules/hast-util-raw/node_modules/unist-util-visit-parents": {
  589. "version": "6.0.1",
  590. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
  591. "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
  592. "dependencies": {
  593. "@types/unist": "^3.0.0",
  594. "unist-util-is": "^6.0.0"
  595. },
  596. "funding": {
  597. "type": "opencollective",
  598. "url": "https://opencollective.com/unified"
  599. }
  600. },
  601. "node_modules/hast-util-raw/node_modules/vfile": {
  602. "version": "6.0.3",
  603. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  604. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  605. "dependencies": {
  606. "@types/unist": "^3.0.0",
  607. "vfile-message": "^4.0.0"
  608. },
  609. "funding": {
  610. "type": "opencollective",
  611. "url": "https://opencollective.com/unified"
  612. }
  613. },
  614. "node_modules/hast-util-raw/node_modules/vfile-location": {
  615. "version": "5.0.3",
  616. "resolved": "https://registry.npmmirror.com/vfile-location/-/vfile-location-5.0.3.tgz",
  617. "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
  618. "dependencies": {
  619. "@types/unist": "^3.0.0",
  620. "vfile": "^6.0.0"
  621. },
  622. "funding": {
  623. "type": "opencollective",
  624. "url": "https://opencollective.com/unified"
  625. }
  626. },
  627. "node_modules/hast-util-raw/node_modules/vfile-message": {
  628. "version": "4.0.2",
  629. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.2.tgz",
  630. "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
  631. "dependencies": {
  632. "@types/unist": "^3.0.0",
  633. "unist-util-stringify-position": "^4.0.0"
  634. },
  635. "funding": {
  636. "type": "opencollective",
  637. "url": "https://opencollective.com/unified"
  638. }
  639. },
  640. "node_modules/hast-util-to-html": {
  641. "version": "9.0.4",
  642. "resolved": "https://registry.npmmirror.com/hast-util-to-html/-/hast-util-to-html-9.0.4.tgz",
  643. "integrity": "sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==",
  644. "dependencies": {
  645. "@types/hast": "^3.0.0",
  646. "@types/unist": "^3.0.0",
  647. "ccount": "^2.0.0",
  648. "comma-separated-tokens": "^2.0.0",
  649. "hast-util-whitespace": "^3.0.0",
  650. "html-void-elements": "^3.0.0",
  651. "mdast-util-to-hast": "^13.0.0",
  652. "property-information": "^6.0.0",
  653. "space-separated-tokens": "^2.0.0",
  654. "stringify-entities": "^4.0.0",
  655. "zwitch": "^2.0.4"
  656. },
  657. "funding": {
  658. "type": "opencollective",
  659. "url": "https://opencollective.com/unified"
  660. }
  661. },
  662. "node_modules/hast-util-to-html/node_modules/@types/hast": {
  663. "version": "3.0.4",
  664. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  665. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  666. "dependencies": {
  667. "@types/unist": "*"
  668. }
  669. },
  670. "node_modules/hast-util-to-html/node_modules/@types/unist": {
  671. "version": "3.0.3",
  672. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  673. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
  674. },
  675. "node_modules/hast-util-to-parse5": {
  676. "version": "8.0.0",
  677. "resolved": "https://registry.npmmirror.com/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
  678. "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
  679. "dependencies": {
  680. "@types/hast": "^3.0.0",
  681. "comma-separated-tokens": "^2.0.0",
  682. "devlop": "^1.0.0",
  683. "property-information": "^6.0.0",
  684. "space-separated-tokens": "^2.0.0",
  685. "web-namespaces": "^2.0.0",
  686. "zwitch": "^2.0.0"
  687. },
  688. "funding": {
  689. "type": "opencollective",
  690. "url": "https://opencollective.com/unified"
  691. }
  692. },
  693. "node_modules/hast-util-to-parse5/node_modules/@types/hast": {
  694. "version": "3.0.4",
  695. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  696. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  697. "dependencies": {
  698. "@types/unist": "*"
  699. }
  700. },
  701. "node_modules/hast-util-to-text": {
  702. "version": "3.1.2",
  703. "resolved": "https://registry.npmmirror.com/hast-util-to-text/-/hast-util-to-text-3.1.2.tgz",
  704. "integrity": "sha512-tcllLfp23dJJ+ju5wCCZHVpzsQQ43+moJbqVX3jNWPB7z/KFC4FyZD6R7y94cHL6MQ33YtMZL8Z0aIXXI4XFTw==",
  705. "dependencies": {
  706. "@types/hast": "^2.0.0",
  707. "@types/unist": "^2.0.0",
  708. "hast-util-is-element": "^2.0.0",
  709. "unist-util-find-after": "^4.0.0"
  710. },
  711. "funding": {
  712. "type": "opencollective",
  713. "url": "https://opencollective.com/unified"
  714. }
  715. },
  716. "node_modules/hast-util-whitespace": {
  717. "version": "3.0.0",
  718. "resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  719. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  720. "dependencies": {
  721. "@types/hast": "^3.0.0"
  722. },
  723. "funding": {
  724. "type": "opencollective",
  725. "url": "https://opencollective.com/unified"
  726. }
  727. },
  728. "node_modules/hast-util-whitespace/node_modules/@types/hast": {
  729. "version": "3.0.4",
  730. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  731. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  732. "dependencies": {
  733. "@types/unist": "*"
  734. }
  735. },
  736. "node_modules/hastscript": {
  737. "version": "7.2.0",
  738. "resolved": "https://registry.npmmirror.com/hastscript/-/hastscript-7.2.0.tgz",
  739. "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==",
  740. "dependencies": {
  741. "@types/hast": "^2.0.0",
  742. "comma-separated-tokens": "^2.0.0",
  743. "hast-util-parse-selector": "^3.0.0",
  744. "property-information": "^6.0.0",
  745. "space-separated-tokens": "^2.0.0"
  746. },
  747. "funding": {
  748. "type": "opencollective",
  749. "url": "https://opencollective.com/unified"
  750. }
  751. },
  752. "node_modules/html-void-elements": {
  753. "version": "3.0.0",
  754. "resolved": "https://registry.npmmirror.com/html-void-elements/-/html-void-elements-3.0.0.tgz",
  755. "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
  756. "funding": {
  757. "type": "github",
  758. "url": "https://github.com/sponsors/wooorm"
  759. }
  760. },
  761. "node_modules/inline-style-parser": {
  762. "version": "0.1.1",
  763. "resolved": "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
  764. "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q=="
  765. },
  766. "node_modules/is-buffer": {
  767. "version": "2.0.5",
  768. "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-2.0.5.tgz",
  769. "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
  770. "funding": [
  771. {
  772. "type": "github",
  773. "url": "https://github.com/sponsors/feross"
  774. },
  775. {
  776. "type": "patreon",
  777. "url": "https://www.patreon.com/feross"
  778. },
  779. {
  780. "type": "consulting",
  781. "url": "https://feross.org/support"
  782. }
  783. ],
  784. "engines": {
  785. "node": ">=4"
  786. }
  787. },
  788. "node_modules/is-plain-obj": {
  789. "version": "4.1.0",
  790. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  791. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  792. "engines": {
  793. "node": ">=12"
  794. },
  795. "funding": {
  796. "url": "https://github.com/sponsors/sindresorhus"
  797. }
  798. },
  799. "node_modules/katex": {
  800. "version": "0.16.19",
  801. "resolved": "https://registry.npmmirror.com/katex/-/katex-0.16.19.tgz",
  802. "integrity": "sha512-3IA6DYVhxhBabjSLTNO9S4+OliA3Qvb8pBQXMfC4WxXJgLwZgnfDl0BmB4z6nBMdznBsZ+CGM8DrGZ5hcguDZg==",
  803. "funding": [
  804. "https://opencollective.com/katex",
  805. "https://github.com/sponsors/katex"
  806. ],
  807. "dependencies": {
  808. "commander": "^8.3.0"
  809. },
  810. "bin": {
  811. "katex": "cli.js"
  812. }
  813. },
  814. "node_modules/kleur": {
  815. "version": "4.1.5",
  816. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-4.1.5.tgz",
  817. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  818. "engines": {
  819. "node": ">=6"
  820. }
  821. },
  822. "node_modules/longest-streak": {
  823. "version": "3.1.0",
  824. "resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz",
  825. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  826. "funding": {
  827. "type": "github",
  828. "url": "https://github.com/sponsors/wooorm"
  829. }
  830. },
  831. "node_modules/magic-string": {
  832. "version": "0.30.17",
  833. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  834. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  835. "peer": true,
  836. "dependencies": {
  837. "@jridgewell/sourcemap-codec": "^1.5.0"
  838. }
  839. },
  840. "node_modules/markdown-table": {
  841. "version": "3.0.4",
  842. "resolved": "https://registry.npmmirror.com/markdown-table/-/markdown-table-3.0.4.tgz",
  843. "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
  844. "funding": {
  845. "type": "github",
  846. "url": "https://github.com/sponsors/wooorm"
  847. }
  848. },
  849. "node_modules/mdast-util-definitions": {
  850. "version": "5.1.2",
  851. "resolved": "https://registry.npmmirror.com/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz",
  852. "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==",
  853. "dependencies": {
  854. "@types/mdast": "^3.0.0",
  855. "@types/unist": "^2.0.0",
  856. "unist-util-visit": "^4.0.0"
  857. },
  858. "funding": {
  859. "type": "opencollective",
  860. "url": "https://opencollective.com/unified"
  861. }
  862. },
  863. "node_modules/mdast-util-definitions/node_modules/@types/mdast": {
  864. "version": "3.0.15",
  865. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  866. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  867. "dependencies": {
  868. "@types/unist": "^2"
  869. }
  870. },
  871. "node_modules/mdast-util-find-and-replace": {
  872. "version": "2.2.2",
  873. "resolved": "https://registry.npmmirror.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz",
  874. "integrity": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==",
  875. "dependencies": {
  876. "@types/mdast": "^3.0.0",
  877. "escape-string-regexp": "^5.0.0",
  878. "unist-util-is": "^5.0.0",
  879. "unist-util-visit-parents": "^5.0.0"
  880. },
  881. "funding": {
  882. "type": "opencollective",
  883. "url": "https://opencollective.com/unified"
  884. }
  885. },
  886. "node_modules/mdast-util-find-and-replace/node_modules/@types/mdast": {
  887. "version": "3.0.15",
  888. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  889. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  890. "dependencies": {
  891. "@types/unist": "^2"
  892. }
  893. },
  894. "node_modules/mdast-util-from-markdown": {
  895. "version": "1.3.1",
  896. "resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz",
  897. "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==",
  898. "dependencies": {
  899. "@types/mdast": "^3.0.0",
  900. "@types/unist": "^2.0.0",
  901. "decode-named-character-reference": "^1.0.0",
  902. "mdast-util-to-string": "^3.1.0",
  903. "micromark": "^3.0.0",
  904. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  905. "micromark-util-decode-string": "^1.0.0",
  906. "micromark-util-normalize-identifier": "^1.0.0",
  907. "micromark-util-symbol": "^1.0.0",
  908. "micromark-util-types": "^1.0.0",
  909. "unist-util-stringify-position": "^3.0.0",
  910. "uvu": "^0.5.0"
  911. },
  912. "funding": {
  913. "type": "opencollective",
  914. "url": "https://opencollective.com/unified"
  915. }
  916. },
  917. "node_modules/mdast-util-from-markdown/node_modules/@types/mdast": {
  918. "version": "3.0.15",
  919. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  920. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  921. "dependencies": {
  922. "@types/unist": "^2"
  923. }
  924. },
  925. "node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol": {
  926. "version": "1.1.0",
  927. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  928. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  929. "funding": [
  930. {
  931. "type": "GitHub Sponsors",
  932. "url": "https://github.com/sponsors/unifiedjs"
  933. },
  934. {
  935. "type": "OpenCollective",
  936. "url": "https://opencollective.com/unified"
  937. }
  938. ]
  939. },
  940. "node_modules/mdast-util-from-markdown/node_modules/micromark-util-types": {
  941. "version": "1.1.0",
  942. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  943. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  944. "funding": [
  945. {
  946. "type": "GitHub Sponsors",
  947. "url": "https://github.com/sponsors/unifiedjs"
  948. },
  949. {
  950. "type": "OpenCollective",
  951. "url": "https://opencollective.com/unified"
  952. }
  953. ]
  954. },
  955. "node_modules/mdast-util-gfm": {
  956. "version": "2.0.2",
  957. "resolved": "https://registry.npmmirror.com/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz",
  958. "integrity": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==",
  959. "dependencies": {
  960. "mdast-util-from-markdown": "^1.0.0",
  961. "mdast-util-gfm-autolink-literal": "^1.0.0",
  962. "mdast-util-gfm-footnote": "^1.0.0",
  963. "mdast-util-gfm-strikethrough": "^1.0.0",
  964. "mdast-util-gfm-table": "^1.0.0",
  965. "mdast-util-gfm-task-list-item": "^1.0.0",
  966. "mdast-util-to-markdown": "^1.0.0"
  967. },
  968. "funding": {
  969. "type": "opencollective",
  970. "url": "https://opencollective.com/unified"
  971. }
  972. },
  973. "node_modules/mdast-util-gfm-autolink-literal": {
  974. "version": "1.0.3",
  975. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz",
  976. "integrity": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==",
  977. "dependencies": {
  978. "@types/mdast": "^3.0.0",
  979. "ccount": "^2.0.0",
  980. "mdast-util-find-and-replace": "^2.0.0",
  981. "micromark-util-character": "^1.0.0"
  982. },
  983. "funding": {
  984. "type": "opencollective",
  985. "url": "https://opencollective.com/unified"
  986. }
  987. },
  988. "node_modules/mdast-util-gfm-autolink-literal/node_modules/@types/mdast": {
  989. "version": "3.0.15",
  990. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  991. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  992. "dependencies": {
  993. "@types/unist": "^2"
  994. }
  995. },
  996. "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-character": {
  997. "version": "1.2.0",
  998. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  999. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  1000. "funding": [
  1001. {
  1002. "type": "GitHub Sponsors",
  1003. "url": "https://github.com/sponsors/unifiedjs"
  1004. },
  1005. {
  1006. "type": "OpenCollective",
  1007. "url": "https://opencollective.com/unified"
  1008. }
  1009. ],
  1010. "dependencies": {
  1011. "micromark-util-symbol": "^1.0.0",
  1012. "micromark-util-types": "^1.0.0"
  1013. }
  1014. },
  1015. "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-symbol": {
  1016. "version": "1.1.0",
  1017. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  1018. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  1019. "funding": [
  1020. {
  1021. "type": "GitHub Sponsors",
  1022. "url": "https://github.com/sponsors/unifiedjs"
  1023. },
  1024. {
  1025. "type": "OpenCollective",
  1026. "url": "https://opencollective.com/unified"
  1027. }
  1028. ]
  1029. },
  1030. "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-types": {
  1031. "version": "1.1.0",
  1032. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  1033. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  1034. "funding": [
  1035. {
  1036. "type": "GitHub Sponsors",
  1037. "url": "https://github.com/sponsors/unifiedjs"
  1038. },
  1039. {
  1040. "type": "OpenCollective",
  1041. "url": "https://opencollective.com/unified"
  1042. }
  1043. ]
  1044. },
  1045. "node_modules/mdast-util-gfm-footnote": {
  1046. "version": "1.0.2",
  1047. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz",
  1048. "integrity": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==",
  1049. "dependencies": {
  1050. "@types/mdast": "^3.0.0",
  1051. "mdast-util-to-markdown": "^1.3.0",
  1052. "micromark-util-normalize-identifier": "^1.0.0"
  1053. },
  1054. "funding": {
  1055. "type": "opencollective",
  1056. "url": "https://opencollective.com/unified"
  1057. }
  1058. },
  1059. "node_modules/mdast-util-gfm-footnote/node_modules/@types/mdast": {
  1060. "version": "3.0.15",
  1061. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  1062. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  1063. "dependencies": {
  1064. "@types/unist": "^2"
  1065. }
  1066. },
  1067. "node_modules/mdast-util-gfm-strikethrough": {
  1068. "version": "1.0.3",
  1069. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz",
  1070. "integrity": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==",
  1071. "dependencies": {
  1072. "@types/mdast": "^3.0.0",
  1073. "mdast-util-to-markdown": "^1.3.0"
  1074. },
  1075. "funding": {
  1076. "type": "opencollective",
  1077. "url": "https://opencollective.com/unified"
  1078. }
  1079. },
  1080. "node_modules/mdast-util-gfm-strikethrough/node_modules/@types/mdast": {
  1081. "version": "3.0.15",
  1082. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  1083. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  1084. "dependencies": {
  1085. "@types/unist": "^2"
  1086. }
  1087. },
  1088. "node_modules/mdast-util-gfm-table": {
  1089. "version": "1.0.7",
  1090. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz",
  1091. "integrity": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==",
  1092. "dependencies": {
  1093. "@types/mdast": "^3.0.0",
  1094. "markdown-table": "^3.0.0",
  1095. "mdast-util-from-markdown": "^1.0.0",
  1096. "mdast-util-to-markdown": "^1.3.0"
  1097. },
  1098. "funding": {
  1099. "type": "opencollective",
  1100. "url": "https://opencollective.com/unified"
  1101. }
  1102. },
  1103. "node_modules/mdast-util-gfm-table/node_modules/@types/mdast": {
  1104. "version": "3.0.15",
  1105. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  1106. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  1107. "dependencies": {
  1108. "@types/unist": "^2"
  1109. }
  1110. },
  1111. "node_modules/mdast-util-gfm-task-list-item": {
  1112. "version": "1.0.2",
  1113. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz",
  1114. "integrity": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==",
  1115. "dependencies": {
  1116. "@types/mdast": "^3.0.0",
  1117. "mdast-util-to-markdown": "^1.3.0"
  1118. },
  1119. "funding": {
  1120. "type": "opencollective",
  1121. "url": "https://opencollective.com/unified"
  1122. }
  1123. },
  1124. "node_modules/mdast-util-gfm-task-list-item/node_modules/@types/mdast": {
  1125. "version": "3.0.15",
  1126. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  1127. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  1128. "dependencies": {
  1129. "@types/unist": "^2"
  1130. }
  1131. },
  1132. "node_modules/mdast-util-math": {
  1133. "version": "2.0.2",
  1134. "resolved": "https://registry.npmmirror.com/mdast-util-math/-/mdast-util-math-2.0.2.tgz",
  1135. "integrity": "sha512-8gmkKVp9v6+Tgjtq6SYx9kGPpTf6FVYRa53/DLh479aldR9AyP48qeVOgNZ5X7QUK7nOy4yw7vg6mbiGcs9jWQ==",
  1136. "dependencies": {
  1137. "@types/mdast": "^3.0.0",
  1138. "longest-streak": "^3.0.0",
  1139. "mdast-util-to-markdown": "^1.3.0"
  1140. },
  1141. "funding": {
  1142. "type": "opencollective",
  1143. "url": "https://opencollective.com/unified"
  1144. }
  1145. },
  1146. "node_modules/mdast-util-math/node_modules/@types/mdast": {
  1147. "version": "3.0.15",
  1148. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  1149. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  1150. "dependencies": {
  1151. "@types/unist": "^2"
  1152. }
  1153. },
  1154. "node_modules/mdast-util-newline-to-break": {
  1155. "version": "1.0.0",
  1156. "resolved": "https://registry.npmmirror.com/mdast-util-newline-to-break/-/mdast-util-newline-to-break-1.0.0.tgz",
  1157. "integrity": "sha512-491LcYv3gbGhhCrLoeALncQmega2xPh+m3gbsIhVsOX4sw85+ShLFPvPyibxc1Swx/6GtzxgVodq+cGa/47ULg==",
  1158. "dependencies": {
  1159. "@types/mdast": "^3.0.0",
  1160. "mdast-util-find-and-replace": "^2.0.0"
  1161. },
  1162. "funding": {
  1163. "type": "opencollective",
  1164. "url": "https://opencollective.com/unified"
  1165. }
  1166. },
  1167. "node_modules/mdast-util-newline-to-break/node_modules/@types/mdast": {
  1168. "version": "3.0.15",
  1169. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  1170. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  1171. "dependencies": {
  1172. "@types/unist": "^2"
  1173. }
  1174. },
  1175. "node_modules/mdast-util-phrasing": {
  1176. "version": "3.0.1",
  1177. "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz",
  1178. "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==",
  1179. "dependencies": {
  1180. "@types/mdast": "^3.0.0",
  1181. "unist-util-is": "^5.0.0"
  1182. },
  1183. "funding": {
  1184. "type": "opencollective",
  1185. "url": "https://opencollective.com/unified"
  1186. }
  1187. },
  1188. "node_modules/mdast-util-phrasing/node_modules/@types/mdast": {
  1189. "version": "3.0.15",
  1190. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  1191. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  1192. "dependencies": {
  1193. "@types/unist": "^2"
  1194. }
  1195. },
  1196. "node_modules/mdast-util-to-hast": {
  1197. "version": "13.2.0",
  1198. "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
  1199. "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
  1200. "dependencies": {
  1201. "@types/hast": "^3.0.0",
  1202. "@types/mdast": "^4.0.0",
  1203. "@ungap/structured-clone": "^1.0.0",
  1204. "devlop": "^1.0.0",
  1205. "micromark-util-sanitize-uri": "^2.0.0",
  1206. "trim-lines": "^3.0.0",
  1207. "unist-util-position": "^5.0.0",
  1208. "unist-util-visit": "^5.0.0",
  1209. "vfile": "^6.0.0"
  1210. },
  1211. "funding": {
  1212. "type": "opencollective",
  1213. "url": "https://opencollective.com/unified"
  1214. }
  1215. },
  1216. "node_modules/mdast-util-to-hast/node_modules/@types/hast": {
  1217. "version": "3.0.4",
  1218. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  1219. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  1220. "dependencies": {
  1221. "@types/unist": "*"
  1222. }
  1223. },
  1224. "node_modules/mdast-util-to-hast/node_modules/@types/unist": {
  1225. "version": "3.0.3",
  1226. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  1227. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
  1228. },
  1229. "node_modules/mdast-util-to-hast/node_modules/unist-util-is": {
  1230. "version": "6.0.0",
  1231. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.0.tgz",
  1232. "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
  1233. "dependencies": {
  1234. "@types/unist": "^3.0.0"
  1235. },
  1236. "funding": {
  1237. "type": "opencollective",
  1238. "url": "https://opencollective.com/unified"
  1239. }
  1240. },
  1241. "node_modules/mdast-util-to-hast/node_modules/unist-util-stringify-position": {
  1242. "version": "4.0.0",
  1243. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  1244. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  1245. "dependencies": {
  1246. "@types/unist": "^3.0.0"
  1247. },
  1248. "funding": {
  1249. "type": "opencollective",
  1250. "url": "https://opencollective.com/unified"
  1251. }
  1252. },
  1253. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
  1254. "version": "5.0.0",
  1255. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
  1256. "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
  1257. "dependencies": {
  1258. "@types/unist": "^3.0.0",
  1259. "unist-util-is": "^6.0.0",
  1260. "unist-util-visit-parents": "^6.0.0"
  1261. },
  1262. "funding": {
  1263. "type": "opencollective",
  1264. "url": "https://opencollective.com/unified"
  1265. }
  1266. },
  1267. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": {
  1268. "version": "6.0.1",
  1269. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
  1270. "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
  1271. "dependencies": {
  1272. "@types/unist": "^3.0.0",
  1273. "unist-util-is": "^6.0.0"
  1274. },
  1275. "funding": {
  1276. "type": "opencollective",
  1277. "url": "https://opencollective.com/unified"
  1278. }
  1279. },
  1280. "node_modules/mdast-util-to-hast/node_modules/vfile": {
  1281. "version": "6.0.3",
  1282. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  1283. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  1284. "dependencies": {
  1285. "@types/unist": "^3.0.0",
  1286. "vfile-message": "^4.0.0"
  1287. },
  1288. "funding": {
  1289. "type": "opencollective",
  1290. "url": "https://opencollective.com/unified"
  1291. }
  1292. },
  1293. "node_modules/mdast-util-to-hast/node_modules/vfile-message": {
  1294. "version": "4.0.2",
  1295. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.2.tgz",
  1296. "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
  1297. "dependencies": {
  1298. "@types/unist": "^3.0.0",
  1299. "unist-util-stringify-position": "^4.0.0"
  1300. },
  1301. "funding": {
  1302. "type": "opencollective",
  1303. "url": "https://opencollective.com/unified"
  1304. }
  1305. },
  1306. "node_modules/mdast-util-to-markdown": {
  1307. "version": "1.5.0",
  1308. "resolved": "https://registry.npmmirror.com/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz",
  1309. "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==",
  1310. "dependencies": {
  1311. "@types/mdast": "^3.0.0",
  1312. "@types/unist": "^2.0.0",
  1313. "longest-streak": "^3.0.0",
  1314. "mdast-util-phrasing": "^3.0.0",
  1315. "mdast-util-to-string": "^3.0.0",
  1316. "micromark-util-decode-string": "^1.0.0",
  1317. "unist-util-visit": "^4.0.0",
  1318. "zwitch": "^2.0.0"
  1319. },
  1320. "funding": {
  1321. "type": "opencollective",
  1322. "url": "https://opencollective.com/unified"
  1323. }
  1324. },
  1325. "node_modules/mdast-util-to-markdown/node_modules/@types/mdast": {
  1326. "version": "3.0.15",
  1327. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  1328. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  1329. "dependencies": {
  1330. "@types/unist": "^2"
  1331. }
  1332. },
  1333. "node_modules/mdast-util-to-string": {
  1334. "version": "3.2.0",
  1335. "resolved": "https://registry.npmmirror.com/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz",
  1336. "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
  1337. "dependencies": {
  1338. "@types/mdast": "^3.0.0"
  1339. },
  1340. "funding": {
  1341. "type": "opencollective",
  1342. "url": "https://opencollective.com/unified"
  1343. }
  1344. },
  1345. "node_modules/mdast-util-to-string/node_modules/@types/mdast": {
  1346. "version": "3.0.15",
  1347. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  1348. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  1349. "dependencies": {
  1350. "@types/unist": "^2"
  1351. }
  1352. },
  1353. "node_modules/micromark": {
  1354. "version": "3.2.0",
  1355. "resolved": "https://registry.npmmirror.com/micromark/-/micromark-3.2.0.tgz",
  1356. "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==",
  1357. "funding": [
  1358. {
  1359. "type": "GitHub Sponsors",
  1360. "url": "https://github.com/sponsors/unifiedjs"
  1361. },
  1362. {
  1363. "type": "OpenCollective",
  1364. "url": "https://opencollective.com/unified"
  1365. }
  1366. ],
  1367. "dependencies": {
  1368. "@types/debug": "^4.0.0",
  1369. "debug": "^4.0.0",
  1370. "decode-named-character-reference": "^1.0.0",
  1371. "micromark-core-commonmark": "^1.0.1",
  1372. "micromark-factory-space": "^1.0.0",
  1373. "micromark-util-character": "^1.0.0",
  1374. "micromark-util-chunked": "^1.0.0",
  1375. "micromark-util-combine-extensions": "^1.0.0",
  1376. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  1377. "micromark-util-encode": "^1.0.0",
  1378. "micromark-util-normalize-identifier": "^1.0.0",
  1379. "micromark-util-resolve-all": "^1.0.0",
  1380. "micromark-util-sanitize-uri": "^1.0.0",
  1381. "micromark-util-subtokenize": "^1.0.0",
  1382. "micromark-util-symbol": "^1.0.0",
  1383. "micromark-util-types": "^1.0.1",
  1384. "uvu": "^0.5.0"
  1385. }
  1386. },
  1387. "node_modules/micromark-core-commonmark": {
  1388. "version": "1.1.0",
  1389. "resolved": "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz",
  1390. "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==",
  1391. "funding": [
  1392. {
  1393. "type": "GitHub Sponsors",
  1394. "url": "https://github.com/sponsors/unifiedjs"
  1395. },
  1396. {
  1397. "type": "OpenCollective",
  1398. "url": "https://opencollective.com/unified"
  1399. }
  1400. ],
  1401. "dependencies": {
  1402. "decode-named-character-reference": "^1.0.0",
  1403. "micromark-factory-destination": "^1.0.0",
  1404. "micromark-factory-label": "^1.0.0",
  1405. "micromark-factory-space": "^1.0.0",
  1406. "micromark-factory-title": "^1.0.0",
  1407. "micromark-factory-whitespace": "^1.0.0",
  1408. "micromark-util-character": "^1.0.0",
  1409. "micromark-util-chunked": "^1.0.0",
  1410. "micromark-util-classify-character": "^1.0.0",
  1411. "micromark-util-html-tag-name": "^1.0.0",
  1412. "micromark-util-normalize-identifier": "^1.0.0",
  1413. "micromark-util-resolve-all": "^1.0.0",
  1414. "micromark-util-subtokenize": "^1.0.0",
  1415. "micromark-util-symbol": "^1.0.0",
  1416. "micromark-util-types": "^1.0.1",
  1417. "uvu": "^0.5.0"
  1418. }
  1419. },
  1420. "node_modules/micromark-core-commonmark/node_modules/micromark-util-character": {
  1421. "version": "1.2.0",
  1422. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  1423. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  1424. "funding": [
  1425. {
  1426. "type": "GitHub Sponsors",
  1427. "url": "https://github.com/sponsors/unifiedjs"
  1428. },
  1429. {
  1430. "type": "OpenCollective",
  1431. "url": "https://opencollective.com/unified"
  1432. }
  1433. ],
  1434. "dependencies": {
  1435. "micromark-util-symbol": "^1.0.0",
  1436. "micromark-util-types": "^1.0.0"
  1437. }
  1438. },
  1439. "node_modules/micromark-core-commonmark/node_modules/micromark-util-symbol": {
  1440. "version": "1.1.0",
  1441. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  1442. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  1443. "funding": [
  1444. {
  1445. "type": "GitHub Sponsors",
  1446. "url": "https://github.com/sponsors/unifiedjs"
  1447. },
  1448. {
  1449. "type": "OpenCollective",
  1450. "url": "https://opencollective.com/unified"
  1451. }
  1452. ]
  1453. },
  1454. "node_modules/micromark-core-commonmark/node_modules/micromark-util-types": {
  1455. "version": "1.1.0",
  1456. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  1457. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  1458. "funding": [
  1459. {
  1460. "type": "GitHub Sponsors",
  1461. "url": "https://github.com/sponsors/unifiedjs"
  1462. },
  1463. {
  1464. "type": "OpenCollective",
  1465. "url": "https://opencollective.com/unified"
  1466. }
  1467. ]
  1468. },
  1469. "node_modules/micromark-extension-gfm": {
  1470. "version": "2.0.3",
  1471. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm/-/micromark-extension-gfm-2.0.3.tgz",
  1472. "integrity": "sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==",
  1473. "dependencies": {
  1474. "micromark-extension-gfm-autolink-literal": "^1.0.0",
  1475. "micromark-extension-gfm-footnote": "^1.0.0",
  1476. "micromark-extension-gfm-strikethrough": "^1.0.0",
  1477. "micromark-extension-gfm-table": "^1.0.0",
  1478. "micromark-extension-gfm-tagfilter": "^1.0.0",
  1479. "micromark-extension-gfm-task-list-item": "^1.0.0",
  1480. "micromark-util-combine-extensions": "^1.0.0",
  1481. "micromark-util-types": "^1.0.0"
  1482. },
  1483. "funding": {
  1484. "type": "opencollective",
  1485. "url": "https://opencollective.com/unified"
  1486. }
  1487. },
  1488. "node_modules/micromark-extension-gfm-autolink-literal": {
  1489. "version": "1.0.5",
  1490. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.5.tgz",
  1491. "integrity": "sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==",
  1492. "dependencies": {
  1493. "micromark-util-character": "^1.0.0",
  1494. "micromark-util-sanitize-uri": "^1.0.0",
  1495. "micromark-util-symbol": "^1.0.0",
  1496. "micromark-util-types": "^1.0.0"
  1497. },
  1498. "funding": {
  1499. "type": "opencollective",
  1500. "url": "https://opencollective.com/unified"
  1501. }
  1502. },
  1503. "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-character": {
  1504. "version": "1.2.0",
  1505. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  1506. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  1507. "funding": [
  1508. {
  1509. "type": "GitHub Sponsors",
  1510. "url": "https://github.com/sponsors/unifiedjs"
  1511. },
  1512. {
  1513. "type": "OpenCollective",
  1514. "url": "https://opencollective.com/unified"
  1515. }
  1516. ],
  1517. "dependencies": {
  1518. "micromark-util-symbol": "^1.0.0",
  1519. "micromark-util-types": "^1.0.0"
  1520. }
  1521. },
  1522. "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-encode": {
  1523. "version": "1.1.0",
  1524. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz",
  1525. "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==",
  1526. "funding": [
  1527. {
  1528. "type": "GitHub Sponsors",
  1529. "url": "https://github.com/sponsors/unifiedjs"
  1530. },
  1531. {
  1532. "type": "OpenCollective",
  1533. "url": "https://opencollective.com/unified"
  1534. }
  1535. ]
  1536. },
  1537. "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-sanitize-uri": {
  1538. "version": "1.2.0",
  1539. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz",
  1540. "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==",
  1541. "funding": [
  1542. {
  1543. "type": "GitHub Sponsors",
  1544. "url": "https://github.com/sponsors/unifiedjs"
  1545. },
  1546. {
  1547. "type": "OpenCollective",
  1548. "url": "https://opencollective.com/unified"
  1549. }
  1550. ],
  1551. "dependencies": {
  1552. "micromark-util-character": "^1.0.0",
  1553. "micromark-util-encode": "^1.0.0",
  1554. "micromark-util-symbol": "^1.0.0"
  1555. }
  1556. },
  1557. "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-symbol": {
  1558. "version": "1.1.0",
  1559. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  1560. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  1561. "funding": [
  1562. {
  1563. "type": "GitHub Sponsors",
  1564. "url": "https://github.com/sponsors/unifiedjs"
  1565. },
  1566. {
  1567. "type": "OpenCollective",
  1568. "url": "https://opencollective.com/unified"
  1569. }
  1570. ]
  1571. },
  1572. "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-types": {
  1573. "version": "1.1.0",
  1574. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  1575. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  1576. "funding": [
  1577. {
  1578. "type": "GitHub Sponsors",
  1579. "url": "https://github.com/sponsors/unifiedjs"
  1580. },
  1581. {
  1582. "type": "OpenCollective",
  1583. "url": "https://opencollective.com/unified"
  1584. }
  1585. ]
  1586. },
  1587. "node_modules/micromark-extension-gfm-footnote": {
  1588. "version": "1.1.2",
  1589. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.1.2.tgz",
  1590. "integrity": "sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==",
  1591. "dependencies": {
  1592. "micromark-core-commonmark": "^1.0.0",
  1593. "micromark-factory-space": "^1.0.0",
  1594. "micromark-util-character": "^1.0.0",
  1595. "micromark-util-normalize-identifier": "^1.0.0",
  1596. "micromark-util-sanitize-uri": "^1.0.0",
  1597. "micromark-util-symbol": "^1.0.0",
  1598. "micromark-util-types": "^1.0.0",
  1599. "uvu": "^0.5.0"
  1600. },
  1601. "funding": {
  1602. "type": "opencollective",
  1603. "url": "https://opencollective.com/unified"
  1604. }
  1605. },
  1606. "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-character": {
  1607. "version": "1.2.0",
  1608. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  1609. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  1610. "funding": [
  1611. {
  1612. "type": "GitHub Sponsors",
  1613. "url": "https://github.com/sponsors/unifiedjs"
  1614. },
  1615. {
  1616. "type": "OpenCollective",
  1617. "url": "https://opencollective.com/unified"
  1618. }
  1619. ],
  1620. "dependencies": {
  1621. "micromark-util-symbol": "^1.0.0",
  1622. "micromark-util-types": "^1.0.0"
  1623. }
  1624. },
  1625. "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-encode": {
  1626. "version": "1.1.0",
  1627. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz",
  1628. "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==",
  1629. "funding": [
  1630. {
  1631. "type": "GitHub Sponsors",
  1632. "url": "https://github.com/sponsors/unifiedjs"
  1633. },
  1634. {
  1635. "type": "OpenCollective",
  1636. "url": "https://opencollective.com/unified"
  1637. }
  1638. ]
  1639. },
  1640. "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-sanitize-uri": {
  1641. "version": "1.2.0",
  1642. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz",
  1643. "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==",
  1644. "funding": [
  1645. {
  1646. "type": "GitHub Sponsors",
  1647. "url": "https://github.com/sponsors/unifiedjs"
  1648. },
  1649. {
  1650. "type": "OpenCollective",
  1651. "url": "https://opencollective.com/unified"
  1652. }
  1653. ],
  1654. "dependencies": {
  1655. "micromark-util-character": "^1.0.0",
  1656. "micromark-util-encode": "^1.0.0",
  1657. "micromark-util-symbol": "^1.0.0"
  1658. }
  1659. },
  1660. "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-symbol": {
  1661. "version": "1.1.0",
  1662. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  1663. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  1664. "funding": [
  1665. {
  1666. "type": "GitHub Sponsors",
  1667. "url": "https://github.com/sponsors/unifiedjs"
  1668. },
  1669. {
  1670. "type": "OpenCollective",
  1671. "url": "https://opencollective.com/unified"
  1672. }
  1673. ]
  1674. },
  1675. "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-types": {
  1676. "version": "1.1.0",
  1677. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  1678. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  1679. "funding": [
  1680. {
  1681. "type": "GitHub Sponsors",
  1682. "url": "https://github.com/sponsors/unifiedjs"
  1683. },
  1684. {
  1685. "type": "OpenCollective",
  1686. "url": "https://opencollective.com/unified"
  1687. }
  1688. ]
  1689. },
  1690. "node_modules/micromark-extension-gfm-strikethrough": {
  1691. "version": "1.0.7",
  1692. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.7.tgz",
  1693. "integrity": "sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==",
  1694. "dependencies": {
  1695. "micromark-util-chunked": "^1.0.0",
  1696. "micromark-util-classify-character": "^1.0.0",
  1697. "micromark-util-resolve-all": "^1.0.0",
  1698. "micromark-util-symbol": "^1.0.0",
  1699. "micromark-util-types": "^1.0.0",
  1700. "uvu": "^0.5.0"
  1701. },
  1702. "funding": {
  1703. "type": "opencollective",
  1704. "url": "https://opencollective.com/unified"
  1705. }
  1706. },
  1707. "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-symbol": {
  1708. "version": "1.1.0",
  1709. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  1710. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  1711. "funding": [
  1712. {
  1713. "type": "GitHub Sponsors",
  1714. "url": "https://github.com/sponsors/unifiedjs"
  1715. },
  1716. {
  1717. "type": "OpenCollective",
  1718. "url": "https://opencollective.com/unified"
  1719. }
  1720. ]
  1721. },
  1722. "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-types": {
  1723. "version": "1.1.0",
  1724. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  1725. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  1726. "funding": [
  1727. {
  1728. "type": "GitHub Sponsors",
  1729. "url": "https://github.com/sponsors/unifiedjs"
  1730. },
  1731. {
  1732. "type": "OpenCollective",
  1733. "url": "https://opencollective.com/unified"
  1734. }
  1735. ]
  1736. },
  1737. "node_modules/micromark-extension-gfm-table": {
  1738. "version": "1.0.7",
  1739. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.7.tgz",
  1740. "integrity": "sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==",
  1741. "dependencies": {
  1742. "micromark-factory-space": "^1.0.0",
  1743. "micromark-util-character": "^1.0.0",
  1744. "micromark-util-symbol": "^1.0.0",
  1745. "micromark-util-types": "^1.0.0",
  1746. "uvu": "^0.5.0"
  1747. },
  1748. "funding": {
  1749. "type": "opencollective",
  1750. "url": "https://opencollective.com/unified"
  1751. }
  1752. },
  1753. "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character": {
  1754. "version": "1.2.0",
  1755. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  1756. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  1757. "funding": [
  1758. {
  1759. "type": "GitHub Sponsors",
  1760. "url": "https://github.com/sponsors/unifiedjs"
  1761. },
  1762. {
  1763. "type": "OpenCollective",
  1764. "url": "https://opencollective.com/unified"
  1765. }
  1766. ],
  1767. "dependencies": {
  1768. "micromark-util-symbol": "^1.0.0",
  1769. "micromark-util-types": "^1.0.0"
  1770. }
  1771. },
  1772. "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol": {
  1773. "version": "1.1.0",
  1774. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  1775. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  1776. "funding": [
  1777. {
  1778. "type": "GitHub Sponsors",
  1779. "url": "https://github.com/sponsors/unifiedjs"
  1780. },
  1781. {
  1782. "type": "OpenCollective",
  1783. "url": "https://opencollective.com/unified"
  1784. }
  1785. ]
  1786. },
  1787. "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types": {
  1788. "version": "1.1.0",
  1789. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  1790. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  1791. "funding": [
  1792. {
  1793. "type": "GitHub Sponsors",
  1794. "url": "https://github.com/sponsors/unifiedjs"
  1795. },
  1796. {
  1797. "type": "OpenCollective",
  1798. "url": "https://opencollective.com/unified"
  1799. }
  1800. ]
  1801. },
  1802. "node_modules/micromark-extension-gfm-tagfilter": {
  1803. "version": "1.0.2",
  1804. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.2.tgz",
  1805. "integrity": "sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==",
  1806. "dependencies": {
  1807. "micromark-util-types": "^1.0.0"
  1808. },
  1809. "funding": {
  1810. "type": "opencollective",
  1811. "url": "https://opencollective.com/unified"
  1812. }
  1813. },
  1814. "node_modules/micromark-extension-gfm-tagfilter/node_modules/micromark-util-types": {
  1815. "version": "1.1.0",
  1816. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  1817. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  1818. "funding": [
  1819. {
  1820. "type": "GitHub Sponsors",
  1821. "url": "https://github.com/sponsors/unifiedjs"
  1822. },
  1823. {
  1824. "type": "OpenCollective",
  1825. "url": "https://opencollective.com/unified"
  1826. }
  1827. ]
  1828. },
  1829. "node_modules/micromark-extension-gfm-task-list-item": {
  1830. "version": "1.0.5",
  1831. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.5.tgz",
  1832. "integrity": "sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==",
  1833. "dependencies": {
  1834. "micromark-factory-space": "^1.0.0",
  1835. "micromark-util-character": "^1.0.0",
  1836. "micromark-util-symbol": "^1.0.0",
  1837. "micromark-util-types": "^1.0.0",
  1838. "uvu": "^0.5.0"
  1839. },
  1840. "funding": {
  1841. "type": "opencollective",
  1842. "url": "https://opencollective.com/unified"
  1843. }
  1844. },
  1845. "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-character": {
  1846. "version": "1.2.0",
  1847. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  1848. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  1849. "funding": [
  1850. {
  1851. "type": "GitHub Sponsors",
  1852. "url": "https://github.com/sponsors/unifiedjs"
  1853. },
  1854. {
  1855. "type": "OpenCollective",
  1856. "url": "https://opencollective.com/unified"
  1857. }
  1858. ],
  1859. "dependencies": {
  1860. "micromark-util-symbol": "^1.0.0",
  1861. "micromark-util-types": "^1.0.0"
  1862. }
  1863. },
  1864. "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-symbol": {
  1865. "version": "1.1.0",
  1866. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  1867. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  1868. "funding": [
  1869. {
  1870. "type": "GitHub Sponsors",
  1871. "url": "https://github.com/sponsors/unifiedjs"
  1872. },
  1873. {
  1874. "type": "OpenCollective",
  1875. "url": "https://opencollective.com/unified"
  1876. }
  1877. ]
  1878. },
  1879. "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-types": {
  1880. "version": "1.1.0",
  1881. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  1882. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  1883. "funding": [
  1884. {
  1885. "type": "GitHub Sponsors",
  1886. "url": "https://github.com/sponsors/unifiedjs"
  1887. },
  1888. {
  1889. "type": "OpenCollective",
  1890. "url": "https://opencollective.com/unified"
  1891. }
  1892. ]
  1893. },
  1894. "node_modules/micromark-extension-gfm/node_modules/micromark-util-types": {
  1895. "version": "1.1.0",
  1896. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  1897. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  1898. "funding": [
  1899. {
  1900. "type": "GitHub Sponsors",
  1901. "url": "https://github.com/sponsors/unifiedjs"
  1902. },
  1903. {
  1904. "type": "OpenCollective",
  1905. "url": "https://opencollective.com/unified"
  1906. }
  1907. ]
  1908. },
  1909. "node_modules/micromark-extension-math": {
  1910. "version": "2.1.2",
  1911. "resolved": "https://registry.npmmirror.com/micromark-extension-math/-/micromark-extension-math-2.1.2.tgz",
  1912. "integrity": "sha512-es0CcOV89VNS9wFmyn+wyFTKweXGW4CEvdaAca6SWRWPyYCbBisnjaHLjWO4Nszuiud84jCpkHsqAJoa768Pvg==",
  1913. "dependencies": {
  1914. "@types/katex": "^0.16.0",
  1915. "katex": "^0.16.0",
  1916. "micromark-factory-space": "^1.0.0",
  1917. "micromark-util-character": "^1.0.0",
  1918. "micromark-util-symbol": "^1.0.0",
  1919. "micromark-util-types": "^1.0.0",
  1920. "uvu": "^0.5.0"
  1921. },
  1922. "funding": {
  1923. "type": "opencollective",
  1924. "url": "https://opencollective.com/unified"
  1925. }
  1926. },
  1927. "node_modules/micromark-extension-math/node_modules/@types/katex": {
  1928. "version": "0.16.7",
  1929. "resolved": "https://registry.npmmirror.com/@types/katex/-/katex-0.16.7.tgz",
  1930. "integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ=="
  1931. },
  1932. "node_modules/micromark-extension-math/node_modules/micromark-util-character": {
  1933. "version": "1.2.0",
  1934. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  1935. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  1936. "funding": [
  1937. {
  1938. "type": "GitHub Sponsors",
  1939. "url": "https://github.com/sponsors/unifiedjs"
  1940. },
  1941. {
  1942. "type": "OpenCollective",
  1943. "url": "https://opencollective.com/unified"
  1944. }
  1945. ],
  1946. "dependencies": {
  1947. "micromark-util-symbol": "^1.0.0",
  1948. "micromark-util-types": "^1.0.0"
  1949. }
  1950. },
  1951. "node_modules/micromark-extension-math/node_modules/micromark-util-symbol": {
  1952. "version": "1.1.0",
  1953. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  1954. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  1955. "funding": [
  1956. {
  1957. "type": "GitHub Sponsors",
  1958. "url": "https://github.com/sponsors/unifiedjs"
  1959. },
  1960. {
  1961. "type": "OpenCollective",
  1962. "url": "https://opencollective.com/unified"
  1963. }
  1964. ]
  1965. },
  1966. "node_modules/micromark-extension-math/node_modules/micromark-util-types": {
  1967. "version": "1.1.0",
  1968. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  1969. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  1970. "funding": [
  1971. {
  1972. "type": "GitHub Sponsors",
  1973. "url": "https://github.com/sponsors/unifiedjs"
  1974. },
  1975. {
  1976. "type": "OpenCollective",
  1977. "url": "https://opencollective.com/unified"
  1978. }
  1979. ]
  1980. },
  1981. "node_modules/micromark-factory-destination": {
  1982. "version": "1.1.0",
  1983. "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz",
  1984. "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==",
  1985. "funding": [
  1986. {
  1987. "type": "GitHub Sponsors",
  1988. "url": "https://github.com/sponsors/unifiedjs"
  1989. },
  1990. {
  1991. "type": "OpenCollective",
  1992. "url": "https://opencollective.com/unified"
  1993. }
  1994. ],
  1995. "dependencies": {
  1996. "micromark-util-character": "^1.0.0",
  1997. "micromark-util-symbol": "^1.0.0",
  1998. "micromark-util-types": "^1.0.0"
  1999. }
  2000. },
  2001. "node_modules/micromark-factory-destination/node_modules/micromark-util-character": {
  2002. "version": "1.2.0",
  2003. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  2004. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  2005. "funding": [
  2006. {
  2007. "type": "GitHub Sponsors",
  2008. "url": "https://github.com/sponsors/unifiedjs"
  2009. },
  2010. {
  2011. "type": "OpenCollective",
  2012. "url": "https://opencollective.com/unified"
  2013. }
  2014. ],
  2015. "dependencies": {
  2016. "micromark-util-symbol": "^1.0.0",
  2017. "micromark-util-types": "^1.0.0"
  2018. }
  2019. },
  2020. "node_modules/micromark-factory-destination/node_modules/micromark-util-symbol": {
  2021. "version": "1.1.0",
  2022. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2023. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2024. "funding": [
  2025. {
  2026. "type": "GitHub Sponsors",
  2027. "url": "https://github.com/sponsors/unifiedjs"
  2028. },
  2029. {
  2030. "type": "OpenCollective",
  2031. "url": "https://opencollective.com/unified"
  2032. }
  2033. ]
  2034. },
  2035. "node_modules/micromark-factory-destination/node_modules/micromark-util-types": {
  2036. "version": "1.1.0",
  2037. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2038. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2039. "funding": [
  2040. {
  2041. "type": "GitHub Sponsors",
  2042. "url": "https://github.com/sponsors/unifiedjs"
  2043. },
  2044. {
  2045. "type": "OpenCollective",
  2046. "url": "https://opencollective.com/unified"
  2047. }
  2048. ]
  2049. },
  2050. "node_modules/micromark-factory-label": {
  2051. "version": "1.1.0",
  2052. "resolved": "https://registry.npmmirror.com/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz",
  2053. "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==",
  2054. "funding": [
  2055. {
  2056. "type": "GitHub Sponsors",
  2057. "url": "https://github.com/sponsors/unifiedjs"
  2058. },
  2059. {
  2060. "type": "OpenCollective",
  2061. "url": "https://opencollective.com/unified"
  2062. }
  2063. ],
  2064. "dependencies": {
  2065. "micromark-util-character": "^1.0.0",
  2066. "micromark-util-symbol": "^1.0.0",
  2067. "micromark-util-types": "^1.0.0",
  2068. "uvu": "^0.5.0"
  2069. }
  2070. },
  2071. "node_modules/micromark-factory-label/node_modules/micromark-util-character": {
  2072. "version": "1.2.0",
  2073. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  2074. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  2075. "funding": [
  2076. {
  2077. "type": "GitHub Sponsors",
  2078. "url": "https://github.com/sponsors/unifiedjs"
  2079. },
  2080. {
  2081. "type": "OpenCollective",
  2082. "url": "https://opencollective.com/unified"
  2083. }
  2084. ],
  2085. "dependencies": {
  2086. "micromark-util-symbol": "^1.0.0",
  2087. "micromark-util-types": "^1.0.0"
  2088. }
  2089. },
  2090. "node_modules/micromark-factory-label/node_modules/micromark-util-symbol": {
  2091. "version": "1.1.0",
  2092. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2093. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2094. "funding": [
  2095. {
  2096. "type": "GitHub Sponsors",
  2097. "url": "https://github.com/sponsors/unifiedjs"
  2098. },
  2099. {
  2100. "type": "OpenCollective",
  2101. "url": "https://opencollective.com/unified"
  2102. }
  2103. ]
  2104. },
  2105. "node_modules/micromark-factory-label/node_modules/micromark-util-types": {
  2106. "version": "1.1.0",
  2107. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2108. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2109. "funding": [
  2110. {
  2111. "type": "GitHub Sponsors",
  2112. "url": "https://github.com/sponsors/unifiedjs"
  2113. },
  2114. {
  2115. "type": "OpenCollective",
  2116. "url": "https://opencollective.com/unified"
  2117. }
  2118. ]
  2119. },
  2120. "node_modules/micromark-factory-space": {
  2121. "version": "1.1.0",
  2122. "resolved": "https://registry.npmmirror.com/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz",
  2123. "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==",
  2124. "funding": [
  2125. {
  2126. "type": "GitHub Sponsors",
  2127. "url": "https://github.com/sponsors/unifiedjs"
  2128. },
  2129. {
  2130. "type": "OpenCollective",
  2131. "url": "https://opencollective.com/unified"
  2132. }
  2133. ],
  2134. "dependencies": {
  2135. "micromark-util-character": "^1.0.0",
  2136. "micromark-util-types": "^1.0.0"
  2137. }
  2138. },
  2139. "node_modules/micromark-factory-space/node_modules/micromark-util-character": {
  2140. "version": "1.2.0",
  2141. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  2142. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  2143. "funding": [
  2144. {
  2145. "type": "GitHub Sponsors",
  2146. "url": "https://github.com/sponsors/unifiedjs"
  2147. },
  2148. {
  2149. "type": "OpenCollective",
  2150. "url": "https://opencollective.com/unified"
  2151. }
  2152. ],
  2153. "dependencies": {
  2154. "micromark-util-symbol": "^1.0.0",
  2155. "micromark-util-types": "^1.0.0"
  2156. }
  2157. },
  2158. "node_modules/micromark-factory-space/node_modules/micromark-util-symbol": {
  2159. "version": "1.1.0",
  2160. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2161. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2162. "funding": [
  2163. {
  2164. "type": "GitHub Sponsors",
  2165. "url": "https://github.com/sponsors/unifiedjs"
  2166. },
  2167. {
  2168. "type": "OpenCollective",
  2169. "url": "https://opencollective.com/unified"
  2170. }
  2171. ]
  2172. },
  2173. "node_modules/micromark-factory-space/node_modules/micromark-util-types": {
  2174. "version": "1.1.0",
  2175. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2176. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2177. "funding": [
  2178. {
  2179. "type": "GitHub Sponsors",
  2180. "url": "https://github.com/sponsors/unifiedjs"
  2181. },
  2182. {
  2183. "type": "OpenCollective",
  2184. "url": "https://opencollective.com/unified"
  2185. }
  2186. ]
  2187. },
  2188. "node_modules/micromark-factory-title": {
  2189. "version": "1.1.0",
  2190. "resolved": "https://registry.npmmirror.com/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz",
  2191. "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==",
  2192. "funding": [
  2193. {
  2194. "type": "GitHub Sponsors",
  2195. "url": "https://github.com/sponsors/unifiedjs"
  2196. },
  2197. {
  2198. "type": "OpenCollective",
  2199. "url": "https://opencollective.com/unified"
  2200. }
  2201. ],
  2202. "dependencies": {
  2203. "micromark-factory-space": "^1.0.0",
  2204. "micromark-util-character": "^1.0.0",
  2205. "micromark-util-symbol": "^1.0.0",
  2206. "micromark-util-types": "^1.0.0"
  2207. }
  2208. },
  2209. "node_modules/micromark-factory-title/node_modules/micromark-util-character": {
  2210. "version": "1.2.0",
  2211. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  2212. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  2213. "funding": [
  2214. {
  2215. "type": "GitHub Sponsors",
  2216. "url": "https://github.com/sponsors/unifiedjs"
  2217. },
  2218. {
  2219. "type": "OpenCollective",
  2220. "url": "https://opencollective.com/unified"
  2221. }
  2222. ],
  2223. "dependencies": {
  2224. "micromark-util-symbol": "^1.0.0",
  2225. "micromark-util-types": "^1.0.0"
  2226. }
  2227. },
  2228. "node_modules/micromark-factory-title/node_modules/micromark-util-symbol": {
  2229. "version": "1.1.0",
  2230. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2231. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2232. "funding": [
  2233. {
  2234. "type": "GitHub Sponsors",
  2235. "url": "https://github.com/sponsors/unifiedjs"
  2236. },
  2237. {
  2238. "type": "OpenCollective",
  2239. "url": "https://opencollective.com/unified"
  2240. }
  2241. ]
  2242. },
  2243. "node_modules/micromark-factory-title/node_modules/micromark-util-types": {
  2244. "version": "1.1.0",
  2245. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2246. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2247. "funding": [
  2248. {
  2249. "type": "GitHub Sponsors",
  2250. "url": "https://github.com/sponsors/unifiedjs"
  2251. },
  2252. {
  2253. "type": "OpenCollective",
  2254. "url": "https://opencollective.com/unified"
  2255. }
  2256. ]
  2257. },
  2258. "node_modules/micromark-factory-whitespace": {
  2259. "version": "1.1.0",
  2260. "resolved": "https://registry.npmmirror.com/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz",
  2261. "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==",
  2262. "funding": [
  2263. {
  2264. "type": "GitHub Sponsors",
  2265. "url": "https://github.com/sponsors/unifiedjs"
  2266. },
  2267. {
  2268. "type": "OpenCollective",
  2269. "url": "https://opencollective.com/unified"
  2270. }
  2271. ],
  2272. "dependencies": {
  2273. "micromark-factory-space": "^1.0.0",
  2274. "micromark-util-character": "^1.0.0",
  2275. "micromark-util-symbol": "^1.0.0",
  2276. "micromark-util-types": "^1.0.0"
  2277. }
  2278. },
  2279. "node_modules/micromark-factory-whitespace/node_modules/micromark-util-character": {
  2280. "version": "1.2.0",
  2281. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  2282. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  2283. "funding": [
  2284. {
  2285. "type": "GitHub Sponsors",
  2286. "url": "https://github.com/sponsors/unifiedjs"
  2287. },
  2288. {
  2289. "type": "OpenCollective",
  2290. "url": "https://opencollective.com/unified"
  2291. }
  2292. ],
  2293. "dependencies": {
  2294. "micromark-util-symbol": "^1.0.0",
  2295. "micromark-util-types": "^1.0.0"
  2296. }
  2297. },
  2298. "node_modules/micromark-factory-whitespace/node_modules/micromark-util-symbol": {
  2299. "version": "1.1.0",
  2300. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2301. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2302. "funding": [
  2303. {
  2304. "type": "GitHub Sponsors",
  2305. "url": "https://github.com/sponsors/unifiedjs"
  2306. },
  2307. {
  2308. "type": "OpenCollective",
  2309. "url": "https://opencollective.com/unified"
  2310. }
  2311. ]
  2312. },
  2313. "node_modules/micromark-factory-whitespace/node_modules/micromark-util-types": {
  2314. "version": "1.1.0",
  2315. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2316. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2317. "funding": [
  2318. {
  2319. "type": "GitHub Sponsors",
  2320. "url": "https://github.com/sponsors/unifiedjs"
  2321. },
  2322. {
  2323. "type": "OpenCollective",
  2324. "url": "https://opencollective.com/unified"
  2325. }
  2326. ]
  2327. },
  2328. "node_modules/micromark-util-character": {
  2329. "version": "2.1.1",
  2330. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
  2331. "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
  2332. "funding": [
  2333. {
  2334. "type": "GitHub Sponsors",
  2335. "url": "https://github.com/sponsors/unifiedjs"
  2336. },
  2337. {
  2338. "type": "OpenCollective",
  2339. "url": "https://opencollective.com/unified"
  2340. }
  2341. ],
  2342. "dependencies": {
  2343. "micromark-util-symbol": "^2.0.0",
  2344. "micromark-util-types": "^2.0.0"
  2345. }
  2346. },
  2347. "node_modules/micromark-util-chunked": {
  2348. "version": "1.1.0",
  2349. "resolved": "https://registry.npmmirror.com/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz",
  2350. "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==",
  2351. "funding": [
  2352. {
  2353. "type": "GitHub Sponsors",
  2354. "url": "https://github.com/sponsors/unifiedjs"
  2355. },
  2356. {
  2357. "type": "OpenCollective",
  2358. "url": "https://opencollective.com/unified"
  2359. }
  2360. ],
  2361. "dependencies": {
  2362. "micromark-util-symbol": "^1.0.0"
  2363. }
  2364. },
  2365. "node_modules/micromark-util-chunked/node_modules/micromark-util-symbol": {
  2366. "version": "1.1.0",
  2367. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2368. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2369. "funding": [
  2370. {
  2371. "type": "GitHub Sponsors",
  2372. "url": "https://github.com/sponsors/unifiedjs"
  2373. },
  2374. {
  2375. "type": "OpenCollective",
  2376. "url": "https://opencollective.com/unified"
  2377. }
  2378. ]
  2379. },
  2380. "node_modules/micromark-util-classify-character": {
  2381. "version": "1.1.0",
  2382. "resolved": "https://registry.npmmirror.com/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz",
  2383. "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==",
  2384. "funding": [
  2385. {
  2386. "type": "GitHub Sponsors",
  2387. "url": "https://github.com/sponsors/unifiedjs"
  2388. },
  2389. {
  2390. "type": "OpenCollective",
  2391. "url": "https://opencollective.com/unified"
  2392. }
  2393. ],
  2394. "dependencies": {
  2395. "micromark-util-character": "^1.0.0",
  2396. "micromark-util-symbol": "^1.0.0",
  2397. "micromark-util-types": "^1.0.0"
  2398. }
  2399. },
  2400. "node_modules/micromark-util-classify-character/node_modules/micromark-util-character": {
  2401. "version": "1.2.0",
  2402. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  2403. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  2404. "funding": [
  2405. {
  2406. "type": "GitHub Sponsors",
  2407. "url": "https://github.com/sponsors/unifiedjs"
  2408. },
  2409. {
  2410. "type": "OpenCollective",
  2411. "url": "https://opencollective.com/unified"
  2412. }
  2413. ],
  2414. "dependencies": {
  2415. "micromark-util-symbol": "^1.0.0",
  2416. "micromark-util-types": "^1.0.0"
  2417. }
  2418. },
  2419. "node_modules/micromark-util-classify-character/node_modules/micromark-util-symbol": {
  2420. "version": "1.1.0",
  2421. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2422. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2423. "funding": [
  2424. {
  2425. "type": "GitHub Sponsors",
  2426. "url": "https://github.com/sponsors/unifiedjs"
  2427. },
  2428. {
  2429. "type": "OpenCollective",
  2430. "url": "https://opencollective.com/unified"
  2431. }
  2432. ]
  2433. },
  2434. "node_modules/micromark-util-classify-character/node_modules/micromark-util-types": {
  2435. "version": "1.1.0",
  2436. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2437. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2438. "funding": [
  2439. {
  2440. "type": "GitHub Sponsors",
  2441. "url": "https://github.com/sponsors/unifiedjs"
  2442. },
  2443. {
  2444. "type": "OpenCollective",
  2445. "url": "https://opencollective.com/unified"
  2446. }
  2447. ]
  2448. },
  2449. "node_modules/micromark-util-combine-extensions": {
  2450. "version": "1.1.0",
  2451. "resolved": "https://registry.npmmirror.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz",
  2452. "integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==",
  2453. "funding": [
  2454. {
  2455. "type": "GitHub Sponsors",
  2456. "url": "https://github.com/sponsors/unifiedjs"
  2457. },
  2458. {
  2459. "type": "OpenCollective",
  2460. "url": "https://opencollective.com/unified"
  2461. }
  2462. ],
  2463. "dependencies": {
  2464. "micromark-util-chunked": "^1.0.0",
  2465. "micromark-util-types": "^1.0.0"
  2466. }
  2467. },
  2468. "node_modules/micromark-util-combine-extensions/node_modules/micromark-util-types": {
  2469. "version": "1.1.0",
  2470. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2471. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2472. "funding": [
  2473. {
  2474. "type": "GitHub Sponsors",
  2475. "url": "https://github.com/sponsors/unifiedjs"
  2476. },
  2477. {
  2478. "type": "OpenCollective",
  2479. "url": "https://opencollective.com/unified"
  2480. }
  2481. ]
  2482. },
  2483. "node_modules/micromark-util-decode-numeric-character-reference": {
  2484. "version": "1.1.0",
  2485. "resolved": "https://registry.npmmirror.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz",
  2486. "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==",
  2487. "funding": [
  2488. {
  2489. "type": "GitHub Sponsors",
  2490. "url": "https://github.com/sponsors/unifiedjs"
  2491. },
  2492. {
  2493. "type": "OpenCollective",
  2494. "url": "https://opencollective.com/unified"
  2495. }
  2496. ],
  2497. "dependencies": {
  2498. "micromark-util-symbol": "^1.0.0"
  2499. }
  2500. },
  2501. "node_modules/micromark-util-decode-numeric-character-reference/node_modules/micromark-util-symbol": {
  2502. "version": "1.1.0",
  2503. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2504. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2505. "funding": [
  2506. {
  2507. "type": "GitHub Sponsors",
  2508. "url": "https://github.com/sponsors/unifiedjs"
  2509. },
  2510. {
  2511. "type": "OpenCollective",
  2512. "url": "https://opencollective.com/unified"
  2513. }
  2514. ]
  2515. },
  2516. "node_modules/micromark-util-decode-string": {
  2517. "version": "1.1.0",
  2518. "resolved": "https://registry.npmmirror.com/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz",
  2519. "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==",
  2520. "funding": [
  2521. {
  2522. "type": "GitHub Sponsors",
  2523. "url": "https://github.com/sponsors/unifiedjs"
  2524. },
  2525. {
  2526. "type": "OpenCollective",
  2527. "url": "https://opencollective.com/unified"
  2528. }
  2529. ],
  2530. "dependencies": {
  2531. "decode-named-character-reference": "^1.0.0",
  2532. "micromark-util-character": "^1.0.0",
  2533. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  2534. "micromark-util-symbol": "^1.0.0"
  2535. }
  2536. },
  2537. "node_modules/micromark-util-decode-string/node_modules/micromark-util-character": {
  2538. "version": "1.2.0",
  2539. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  2540. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  2541. "funding": [
  2542. {
  2543. "type": "GitHub Sponsors",
  2544. "url": "https://github.com/sponsors/unifiedjs"
  2545. },
  2546. {
  2547. "type": "OpenCollective",
  2548. "url": "https://opencollective.com/unified"
  2549. }
  2550. ],
  2551. "dependencies": {
  2552. "micromark-util-symbol": "^1.0.0",
  2553. "micromark-util-types": "^1.0.0"
  2554. }
  2555. },
  2556. "node_modules/micromark-util-decode-string/node_modules/micromark-util-symbol": {
  2557. "version": "1.1.0",
  2558. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2559. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2560. "funding": [
  2561. {
  2562. "type": "GitHub Sponsors",
  2563. "url": "https://github.com/sponsors/unifiedjs"
  2564. },
  2565. {
  2566. "type": "OpenCollective",
  2567. "url": "https://opencollective.com/unified"
  2568. }
  2569. ]
  2570. },
  2571. "node_modules/micromark-util-decode-string/node_modules/micromark-util-types": {
  2572. "version": "1.1.0",
  2573. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2574. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2575. "funding": [
  2576. {
  2577. "type": "GitHub Sponsors",
  2578. "url": "https://github.com/sponsors/unifiedjs"
  2579. },
  2580. {
  2581. "type": "OpenCollective",
  2582. "url": "https://opencollective.com/unified"
  2583. }
  2584. ]
  2585. },
  2586. "node_modules/micromark-util-encode": {
  2587. "version": "2.0.1",
  2588. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
  2589. "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
  2590. "funding": [
  2591. {
  2592. "type": "GitHub Sponsors",
  2593. "url": "https://github.com/sponsors/unifiedjs"
  2594. },
  2595. {
  2596. "type": "OpenCollective",
  2597. "url": "https://opencollective.com/unified"
  2598. }
  2599. ]
  2600. },
  2601. "node_modules/micromark-util-html-tag-name": {
  2602. "version": "1.2.0",
  2603. "resolved": "https://registry.npmmirror.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz",
  2604. "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==",
  2605. "funding": [
  2606. {
  2607. "type": "GitHub Sponsors",
  2608. "url": "https://github.com/sponsors/unifiedjs"
  2609. },
  2610. {
  2611. "type": "OpenCollective",
  2612. "url": "https://opencollective.com/unified"
  2613. }
  2614. ]
  2615. },
  2616. "node_modules/micromark-util-normalize-identifier": {
  2617. "version": "1.1.0",
  2618. "resolved": "https://registry.npmmirror.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz",
  2619. "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==",
  2620. "funding": [
  2621. {
  2622. "type": "GitHub Sponsors",
  2623. "url": "https://github.com/sponsors/unifiedjs"
  2624. },
  2625. {
  2626. "type": "OpenCollective",
  2627. "url": "https://opencollective.com/unified"
  2628. }
  2629. ],
  2630. "dependencies": {
  2631. "micromark-util-symbol": "^1.0.0"
  2632. }
  2633. },
  2634. "node_modules/micromark-util-normalize-identifier/node_modules/micromark-util-symbol": {
  2635. "version": "1.1.0",
  2636. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2637. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2638. "funding": [
  2639. {
  2640. "type": "GitHub Sponsors",
  2641. "url": "https://github.com/sponsors/unifiedjs"
  2642. },
  2643. {
  2644. "type": "OpenCollective",
  2645. "url": "https://opencollective.com/unified"
  2646. }
  2647. ]
  2648. },
  2649. "node_modules/micromark-util-resolve-all": {
  2650. "version": "1.1.0",
  2651. "resolved": "https://registry.npmmirror.com/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz",
  2652. "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==",
  2653. "funding": [
  2654. {
  2655. "type": "GitHub Sponsors",
  2656. "url": "https://github.com/sponsors/unifiedjs"
  2657. },
  2658. {
  2659. "type": "OpenCollective",
  2660. "url": "https://opencollective.com/unified"
  2661. }
  2662. ],
  2663. "dependencies": {
  2664. "micromark-util-types": "^1.0.0"
  2665. }
  2666. },
  2667. "node_modules/micromark-util-resolve-all/node_modules/micromark-util-types": {
  2668. "version": "1.1.0",
  2669. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2670. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2671. "funding": [
  2672. {
  2673. "type": "GitHub Sponsors",
  2674. "url": "https://github.com/sponsors/unifiedjs"
  2675. },
  2676. {
  2677. "type": "OpenCollective",
  2678. "url": "https://opencollective.com/unified"
  2679. }
  2680. ]
  2681. },
  2682. "node_modules/micromark-util-sanitize-uri": {
  2683. "version": "2.0.1",
  2684. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
  2685. "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
  2686. "funding": [
  2687. {
  2688. "type": "GitHub Sponsors",
  2689. "url": "https://github.com/sponsors/unifiedjs"
  2690. },
  2691. {
  2692. "type": "OpenCollective",
  2693. "url": "https://opencollective.com/unified"
  2694. }
  2695. ],
  2696. "dependencies": {
  2697. "micromark-util-character": "^2.0.0",
  2698. "micromark-util-encode": "^2.0.0",
  2699. "micromark-util-symbol": "^2.0.0"
  2700. }
  2701. },
  2702. "node_modules/micromark-util-subtokenize": {
  2703. "version": "1.1.0",
  2704. "resolved": "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz",
  2705. "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==",
  2706. "funding": [
  2707. {
  2708. "type": "GitHub Sponsors",
  2709. "url": "https://github.com/sponsors/unifiedjs"
  2710. },
  2711. {
  2712. "type": "OpenCollective",
  2713. "url": "https://opencollective.com/unified"
  2714. }
  2715. ],
  2716. "dependencies": {
  2717. "micromark-util-chunked": "^1.0.0",
  2718. "micromark-util-symbol": "^1.0.0",
  2719. "micromark-util-types": "^1.0.0",
  2720. "uvu": "^0.5.0"
  2721. }
  2722. },
  2723. "node_modules/micromark-util-subtokenize/node_modules/micromark-util-symbol": {
  2724. "version": "1.1.0",
  2725. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2726. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2727. "funding": [
  2728. {
  2729. "type": "GitHub Sponsors",
  2730. "url": "https://github.com/sponsors/unifiedjs"
  2731. },
  2732. {
  2733. "type": "OpenCollective",
  2734. "url": "https://opencollective.com/unified"
  2735. }
  2736. ]
  2737. },
  2738. "node_modules/micromark-util-subtokenize/node_modules/micromark-util-types": {
  2739. "version": "1.1.0",
  2740. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2741. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2742. "funding": [
  2743. {
  2744. "type": "GitHub Sponsors",
  2745. "url": "https://github.com/sponsors/unifiedjs"
  2746. },
  2747. {
  2748. "type": "OpenCollective",
  2749. "url": "https://opencollective.com/unified"
  2750. }
  2751. ]
  2752. },
  2753. "node_modules/micromark-util-symbol": {
  2754. "version": "2.0.1",
  2755. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
  2756. "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
  2757. "funding": [
  2758. {
  2759. "type": "GitHub Sponsors",
  2760. "url": "https://github.com/sponsors/unifiedjs"
  2761. },
  2762. {
  2763. "type": "OpenCollective",
  2764. "url": "https://opencollective.com/unified"
  2765. }
  2766. ]
  2767. },
  2768. "node_modules/micromark-util-types": {
  2769. "version": "2.0.1",
  2770. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
  2771. "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
  2772. "funding": [
  2773. {
  2774. "type": "GitHub Sponsors",
  2775. "url": "https://github.com/sponsors/unifiedjs"
  2776. },
  2777. {
  2778. "type": "OpenCollective",
  2779. "url": "https://opencollective.com/unified"
  2780. }
  2781. ]
  2782. },
  2783. "node_modules/micromark/node_modules/micromark-util-character": {
  2784. "version": "1.2.0",
  2785. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  2786. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  2787. "funding": [
  2788. {
  2789. "type": "GitHub Sponsors",
  2790. "url": "https://github.com/sponsors/unifiedjs"
  2791. },
  2792. {
  2793. "type": "OpenCollective",
  2794. "url": "https://opencollective.com/unified"
  2795. }
  2796. ],
  2797. "dependencies": {
  2798. "micromark-util-symbol": "^1.0.0",
  2799. "micromark-util-types": "^1.0.0"
  2800. }
  2801. },
  2802. "node_modules/micromark/node_modules/micromark-util-encode": {
  2803. "version": "1.1.0",
  2804. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz",
  2805. "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==",
  2806. "funding": [
  2807. {
  2808. "type": "GitHub Sponsors",
  2809. "url": "https://github.com/sponsors/unifiedjs"
  2810. },
  2811. {
  2812. "type": "OpenCollective",
  2813. "url": "https://opencollective.com/unified"
  2814. }
  2815. ]
  2816. },
  2817. "node_modules/micromark/node_modules/micromark-util-sanitize-uri": {
  2818. "version": "1.2.0",
  2819. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz",
  2820. "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==",
  2821. "funding": [
  2822. {
  2823. "type": "GitHub Sponsors",
  2824. "url": "https://github.com/sponsors/unifiedjs"
  2825. },
  2826. {
  2827. "type": "OpenCollective",
  2828. "url": "https://opencollective.com/unified"
  2829. }
  2830. ],
  2831. "dependencies": {
  2832. "micromark-util-character": "^1.0.0",
  2833. "micromark-util-encode": "^1.0.0",
  2834. "micromark-util-symbol": "^1.0.0"
  2835. }
  2836. },
  2837. "node_modules/micromark/node_modules/micromark-util-symbol": {
  2838. "version": "1.1.0",
  2839. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  2840. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  2841. "funding": [
  2842. {
  2843. "type": "GitHub Sponsors",
  2844. "url": "https://github.com/sponsors/unifiedjs"
  2845. },
  2846. {
  2847. "type": "OpenCollective",
  2848. "url": "https://opencollective.com/unified"
  2849. }
  2850. ]
  2851. },
  2852. "node_modules/micromark/node_modules/micromark-util-types": {
  2853. "version": "1.1.0",
  2854. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  2855. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  2856. "funding": [
  2857. {
  2858. "type": "GitHub Sponsors",
  2859. "url": "https://github.com/sponsors/unifiedjs"
  2860. },
  2861. {
  2862. "type": "OpenCollective",
  2863. "url": "https://opencollective.com/unified"
  2864. }
  2865. ]
  2866. },
  2867. "node_modules/mri": {
  2868. "version": "1.2.0",
  2869. "resolved": "https://registry.npmmirror.com/mri/-/mri-1.2.0.tgz",
  2870. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  2871. "engines": {
  2872. "node": ">=4"
  2873. }
  2874. },
  2875. "node_modules/ms": {
  2876. "version": "2.1.3",
  2877. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  2878. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  2879. },
  2880. "node_modules/nanoid": {
  2881. "version": "3.3.8",
  2882. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.8.tgz",
  2883. "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
  2884. "funding": [
  2885. {
  2886. "type": "github",
  2887. "url": "https://github.com/sponsors/ai"
  2888. }
  2889. ],
  2890. "peer": true,
  2891. "bin": {
  2892. "nanoid": "bin/nanoid.cjs"
  2893. },
  2894. "engines": {
  2895. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2896. }
  2897. },
  2898. "node_modules/parse5": {
  2899. "version": "7.2.1",
  2900. "resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.2.1.tgz",
  2901. "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==",
  2902. "dependencies": {
  2903. "entities": "^4.5.0"
  2904. },
  2905. "funding": {
  2906. "url": "https://github.com/inikulin/parse5?sponsor=1"
  2907. }
  2908. },
  2909. "node_modules/picocolors": {
  2910. "version": "1.1.1",
  2911. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  2912. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2913. "peer": true
  2914. },
  2915. "node_modules/postcss": {
  2916. "version": "8.4.49",
  2917. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.49.tgz",
  2918. "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
  2919. "funding": [
  2920. {
  2921. "type": "opencollective",
  2922. "url": "https://opencollective.com/postcss/"
  2923. },
  2924. {
  2925. "type": "tidelift",
  2926. "url": "https://tidelift.com/funding/github/npm/postcss"
  2927. },
  2928. {
  2929. "type": "github",
  2930. "url": "https://github.com/sponsors/ai"
  2931. }
  2932. ],
  2933. "peer": true,
  2934. "dependencies": {
  2935. "nanoid": "^3.3.7",
  2936. "picocolors": "^1.1.1",
  2937. "source-map-js": "^1.2.1"
  2938. },
  2939. "engines": {
  2940. "node": "^10 || ^12 || >=14"
  2941. }
  2942. },
  2943. "node_modules/property-information": {
  2944. "version": "6.5.0",
  2945. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-6.5.0.tgz",
  2946. "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
  2947. "funding": {
  2948. "type": "github",
  2949. "url": "https://github.com/sponsors/wooorm"
  2950. }
  2951. },
  2952. "node_modules/rehype-katex": {
  2953. "version": "6.0.3",
  2954. "resolved": "https://registry.npmmirror.com/rehype-katex/-/rehype-katex-6.0.3.tgz",
  2955. "integrity": "sha512-ByZlRwRUcWegNbF70CVRm2h/7xy7jQ3R9LaY4VVSvjnoVWwWVhNL60DiZsBpC5tSzYQOCvDbzncIpIjPZWodZA==",
  2956. "dependencies": {
  2957. "@types/hast": "^2.0.0",
  2958. "@types/katex": "^0.14.0",
  2959. "hast-util-from-html-isomorphic": "^1.0.0",
  2960. "hast-util-to-text": "^3.1.0",
  2961. "katex": "^0.16.0",
  2962. "unist-util-visit": "^4.0.0"
  2963. },
  2964. "funding": {
  2965. "type": "opencollective",
  2966. "url": "https://opencollective.com/unified"
  2967. }
  2968. },
  2969. "node_modules/rehype-raw": {
  2970. "version": "7.0.0",
  2971. "resolved": "https://registry.npmmirror.com/rehype-raw/-/rehype-raw-7.0.0.tgz",
  2972. "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
  2973. "dependencies": {
  2974. "@types/hast": "^3.0.0",
  2975. "hast-util-raw": "^9.0.0",
  2976. "vfile": "^6.0.0"
  2977. },
  2978. "funding": {
  2979. "type": "opencollective",
  2980. "url": "https://opencollective.com/unified"
  2981. }
  2982. },
  2983. "node_modules/rehype-raw/node_modules/@types/hast": {
  2984. "version": "3.0.4",
  2985. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  2986. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  2987. "dependencies": {
  2988. "@types/unist": "*"
  2989. }
  2990. },
  2991. "node_modules/rehype-raw/node_modules/@types/unist": {
  2992. "version": "3.0.3",
  2993. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  2994. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
  2995. },
  2996. "node_modules/rehype-raw/node_modules/unist-util-stringify-position": {
  2997. "version": "4.0.0",
  2998. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  2999. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  3000. "dependencies": {
  3001. "@types/unist": "^3.0.0"
  3002. },
  3003. "funding": {
  3004. "type": "opencollective",
  3005. "url": "https://opencollective.com/unified"
  3006. }
  3007. },
  3008. "node_modules/rehype-raw/node_modules/vfile": {
  3009. "version": "6.0.3",
  3010. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  3011. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  3012. "dependencies": {
  3013. "@types/unist": "^3.0.0",
  3014. "vfile-message": "^4.0.0"
  3015. },
  3016. "funding": {
  3017. "type": "opencollective",
  3018. "url": "https://opencollective.com/unified"
  3019. }
  3020. },
  3021. "node_modules/rehype-raw/node_modules/vfile-message": {
  3022. "version": "4.0.2",
  3023. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.2.tgz",
  3024. "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
  3025. "dependencies": {
  3026. "@types/unist": "^3.0.0",
  3027. "unist-util-stringify-position": "^4.0.0"
  3028. },
  3029. "funding": {
  3030. "type": "opencollective",
  3031. "url": "https://opencollective.com/unified"
  3032. }
  3033. },
  3034. "node_modules/rehype-stringify": {
  3035. "version": "10.0.1",
  3036. "resolved": "https://registry.npmmirror.com/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
  3037. "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
  3038. "dependencies": {
  3039. "@types/hast": "^3.0.0",
  3040. "hast-util-to-html": "^9.0.0",
  3041. "unified": "^11.0.0"
  3042. },
  3043. "funding": {
  3044. "type": "opencollective",
  3045. "url": "https://opencollective.com/unified"
  3046. }
  3047. },
  3048. "node_modules/rehype-stringify/node_modules/@types/hast": {
  3049. "version": "3.0.4",
  3050. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  3051. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  3052. "dependencies": {
  3053. "@types/unist": "*"
  3054. }
  3055. },
  3056. "node_modules/remark-breaks": {
  3057. "version": "3.0.3",
  3058. "resolved": "https://registry.npmmirror.com/remark-breaks/-/remark-breaks-3.0.3.tgz",
  3059. "integrity": "sha512-C7VkvcUp1TPUc2eAYzsPdaUh8Xj4FSbQnYA5A9f80diApLZscTDeG7efiWP65W8hV2sEy3JuGVU0i6qr5D8Hug==",
  3060. "dependencies": {
  3061. "@types/mdast": "^3.0.0",
  3062. "mdast-util-newline-to-break": "^1.0.0",
  3063. "unified": "^10.0.0"
  3064. },
  3065. "funding": {
  3066. "type": "opencollective",
  3067. "url": "https://opencollective.com/unified"
  3068. }
  3069. },
  3070. "node_modules/remark-breaks/node_modules/@types/mdast": {
  3071. "version": "3.0.15",
  3072. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  3073. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  3074. "dependencies": {
  3075. "@types/unist": "^2"
  3076. }
  3077. },
  3078. "node_modules/remark-breaks/node_modules/unified": {
  3079. "version": "10.1.2",
  3080. "resolved": "https://registry.npmmirror.com/unified/-/unified-10.1.2.tgz",
  3081. "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
  3082. "dependencies": {
  3083. "@types/unist": "^2.0.0",
  3084. "bail": "^2.0.0",
  3085. "extend": "^3.0.0",
  3086. "is-buffer": "^2.0.0",
  3087. "is-plain-obj": "^4.0.0",
  3088. "trough": "^2.0.0",
  3089. "vfile": "^5.0.0"
  3090. },
  3091. "funding": {
  3092. "type": "opencollective",
  3093. "url": "https://opencollective.com/unified"
  3094. }
  3095. },
  3096. "node_modules/remark-gfm": {
  3097. "version": "3.0.1",
  3098. "resolved": "https://registry.npmmirror.com/remark-gfm/-/remark-gfm-3.0.1.tgz",
  3099. "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==",
  3100. "dependencies": {
  3101. "@types/mdast": "^3.0.0",
  3102. "mdast-util-gfm": "^2.0.0",
  3103. "micromark-extension-gfm": "^2.0.0",
  3104. "unified": "^10.0.0"
  3105. },
  3106. "funding": {
  3107. "type": "opencollective",
  3108. "url": "https://opencollective.com/unified"
  3109. }
  3110. },
  3111. "node_modules/remark-gfm/node_modules/@types/mdast": {
  3112. "version": "3.0.15",
  3113. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  3114. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  3115. "dependencies": {
  3116. "@types/unist": "^2"
  3117. }
  3118. },
  3119. "node_modules/remark-gfm/node_modules/unified": {
  3120. "version": "10.1.2",
  3121. "resolved": "https://registry.npmmirror.com/unified/-/unified-10.1.2.tgz",
  3122. "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
  3123. "dependencies": {
  3124. "@types/unist": "^2.0.0",
  3125. "bail": "^2.0.0",
  3126. "extend": "^3.0.0",
  3127. "is-buffer": "^2.0.0",
  3128. "is-plain-obj": "^4.0.0",
  3129. "trough": "^2.0.0",
  3130. "vfile": "^5.0.0"
  3131. },
  3132. "funding": {
  3133. "type": "opencollective",
  3134. "url": "https://opencollective.com/unified"
  3135. }
  3136. },
  3137. "node_modules/remark-math": {
  3138. "version": "5.1.1",
  3139. "resolved": "https://registry.npmmirror.com/remark-math/-/remark-math-5.1.1.tgz",
  3140. "integrity": "sha512-cE5T2R/xLVtfFI4cCePtiRn+e6jKMtFDR3P8V3qpv8wpKjwvHoBA4eJzvX+nVrnlNy0911bdGmuspCSwetfYHw==",
  3141. "dependencies": {
  3142. "@types/mdast": "^3.0.0",
  3143. "mdast-util-math": "^2.0.0",
  3144. "micromark-extension-math": "^2.0.0",
  3145. "unified": "^10.0.0"
  3146. },
  3147. "funding": {
  3148. "type": "opencollective",
  3149. "url": "https://opencollective.com/unified"
  3150. }
  3151. },
  3152. "node_modules/remark-math/node_modules/@types/mdast": {
  3153. "version": "3.0.15",
  3154. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  3155. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  3156. "dependencies": {
  3157. "@types/unist": "^2"
  3158. }
  3159. },
  3160. "node_modules/remark-math/node_modules/unified": {
  3161. "version": "10.1.2",
  3162. "resolved": "https://registry.npmmirror.com/unified/-/unified-10.1.2.tgz",
  3163. "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
  3164. "dependencies": {
  3165. "@types/unist": "^2.0.0",
  3166. "bail": "^2.0.0",
  3167. "extend": "^3.0.0",
  3168. "is-buffer": "^2.0.0",
  3169. "is-plain-obj": "^4.0.0",
  3170. "trough": "^2.0.0",
  3171. "vfile": "^5.0.0"
  3172. },
  3173. "funding": {
  3174. "type": "opencollective",
  3175. "url": "https://opencollective.com/unified"
  3176. }
  3177. },
  3178. "node_modules/remark-parse": {
  3179. "version": "10.0.2",
  3180. "resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-10.0.2.tgz",
  3181. "integrity": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==",
  3182. "dependencies": {
  3183. "@types/mdast": "^3.0.0",
  3184. "mdast-util-from-markdown": "^1.0.0",
  3185. "unified": "^10.0.0"
  3186. },
  3187. "funding": {
  3188. "type": "opencollective",
  3189. "url": "https://opencollective.com/unified"
  3190. }
  3191. },
  3192. "node_modules/remark-parse/node_modules/@types/mdast": {
  3193. "version": "3.0.15",
  3194. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  3195. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  3196. "dependencies": {
  3197. "@types/unist": "^2"
  3198. }
  3199. },
  3200. "node_modules/remark-parse/node_modules/unified": {
  3201. "version": "10.1.2",
  3202. "resolved": "https://registry.npmmirror.com/unified/-/unified-10.1.2.tgz",
  3203. "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
  3204. "dependencies": {
  3205. "@types/unist": "^2.0.0",
  3206. "bail": "^2.0.0",
  3207. "extend": "^3.0.0",
  3208. "is-buffer": "^2.0.0",
  3209. "is-plain-obj": "^4.0.0",
  3210. "trough": "^2.0.0",
  3211. "vfile": "^5.0.0"
  3212. },
  3213. "funding": {
  3214. "type": "opencollective",
  3215. "url": "https://opencollective.com/unified"
  3216. }
  3217. },
  3218. "node_modules/remark-rehype": {
  3219. "version": "10.1.0",
  3220. "resolved": "https://registry.npmmirror.com/remark-rehype/-/remark-rehype-10.1.0.tgz",
  3221. "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==",
  3222. "dependencies": {
  3223. "@types/hast": "^2.0.0",
  3224. "@types/mdast": "^3.0.0",
  3225. "mdast-util-to-hast": "^12.1.0",
  3226. "unified": "^10.0.0"
  3227. },
  3228. "funding": {
  3229. "type": "opencollective",
  3230. "url": "https://opencollective.com/unified"
  3231. }
  3232. },
  3233. "node_modules/remark-rehype/node_modules/@types/mdast": {
  3234. "version": "3.0.15",
  3235. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  3236. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  3237. "dependencies": {
  3238. "@types/unist": "^2"
  3239. }
  3240. },
  3241. "node_modules/remark-rehype/node_modules/mdast-util-to-hast": {
  3242. "version": "12.3.0",
  3243. "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz",
  3244. "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==",
  3245. "dependencies": {
  3246. "@types/hast": "^2.0.0",
  3247. "@types/mdast": "^3.0.0",
  3248. "mdast-util-definitions": "^5.0.0",
  3249. "micromark-util-sanitize-uri": "^1.1.0",
  3250. "trim-lines": "^3.0.0",
  3251. "unist-util-generated": "^2.0.0",
  3252. "unist-util-position": "^4.0.0",
  3253. "unist-util-visit": "^4.0.0"
  3254. },
  3255. "funding": {
  3256. "type": "opencollective",
  3257. "url": "https://opencollective.com/unified"
  3258. }
  3259. },
  3260. "node_modules/remark-rehype/node_modules/micromark-util-character": {
  3261. "version": "1.2.0",
  3262. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  3263. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  3264. "funding": [
  3265. {
  3266. "type": "GitHub Sponsors",
  3267. "url": "https://github.com/sponsors/unifiedjs"
  3268. },
  3269. {
  3270. "type": "OpenCollective",
  3271. "url": "https://opencollective.com/unified"
  3272. }
  3273. ],
  3274. "dependencies": {
  3275. "micromark-util-symbol": "^1.0.0",
  3276. "micromark-util-types": "^1.0.0"
  3277. }
  3278. },
  3279. "node_modules/remark-rehype/node_modules/micromark-util-encode": {
  3280. "version": "1.1.0",
  3281. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz",
  3282. "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==",
  3283. "funding": [
  3284. {
  3285. "type": "GitHub Sponsors",
  3286. "url": "https://github.com/sponsors/unifiedjs"
  3287. },
  3288. {
  3289. "type": "OpenCollective",
  3290. "url": "https://opencollective.com/unified"
  3291. }
  3292. ]
  3293. },
  3294. "node_modules/remark-rehype/node_modules/micromark-util-sanitize-uri": {
  3295. "version": "1.2.0",
  3296. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz",
  3297. "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==",
  3298. "funding": [
  3299. {
  3300. "type": "GitHub Sponsors",
  3301. "url": "https://github.com/sponsors/unifiedjs"
  3302. },
  3303. {
  3304. "type": "OpenCollective",
  3305. "url": "https://opencollective.com/unified"
  3306. }
  3307. ],
  3308. "dependencies": {
  3309. "micromark-util-character": "^1.0.0",
  3310. "micromark-util-encode": "^1.0.0",
  3311. "micromark-util-symbol": "^1.0.0"
  3312. }
  3313. },
  3314. "node_modules/remark-rehype/node_modules/micromark-util-symbol": {
  3315. "version": "1.1.0",
  3316. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  3317. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  3318. "funding": [
  3319. {
  3320. "type": "GitHub Sponsors",
  3321. "url": "https://github.com/sponsors/unifiedjs"
  3322. },
  3323. {
  3324. "type": "OpenCollective",
  3325. "url": "https://opencollective.com/unified"
  3326. }
  3327. ]
  3328. },
  3329. "node_modules/remark-rehype/node_modules/micromark-util-types": {
  3330. "version": "1.1.0",
  3331. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  3332. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  3333. "funding": [
  3334. {
  3335. "type": "GitHub Sponsors",
  3336. "url": "https://github.com/sponsors/unifiedjs"
  3337. },
  3338. {
  3339. "type": "OpenCollective",
  3340. "url": "https://opencollective.com/unified"
  3341. }
  3342. ]
  3343. },
  3344. "node_modules/remark-rehype/node_modules/unified": {
  3345. "version": "10.1.2",
  3346. "resolved": "https://registry.npmmirror.com/unified/-/unified-10.1.2.tgz",
  3347. "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
  3348. "dependencies": {
  3349. "@types/unist": "^2.0.0",
  3350. "bail": "^2.0.0",
  3351. "extend": "^3.0.0",
  3352. "is-buffer": "^2.0.0",
  3353. "is-plain-obj": "^4.0.0",
  3354. "trough": "^2.0.0",
  3355. "vfile": "^5.0.0"
  3356. },
  3357. "funding": {
  3358. "type": "opencollective",
  3359. "url": "https://opencollective.com/unified"
  3360. }
  3361. },
  3362. "node_modules/remark-rehype/node_modules/unist-util-position": {
  3363. "version": "4.0.4",
  3364. "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-4.0.4.tgz",
  3365. "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==",
  3366. "dependencies": {
  3367. "@types/unist": "^2.0.0"
  3368. },
  3369. "funding": {
  3370. "type": "opencollective",
  3371. "url": "https://opencollective.com/unified"
  3372. }
  3373. },
  3374. "node_modules/sade": {
  3375. "version": "1.8.1",
  3376. "resolved": "https://registry.npmmirror.com/sade/-/sade-1.8.1.tgz",
  3377. "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
  3378. "dependencies": {
  3379. "mri": "^1.1.0"
  3380. },
  3381. "engines": {
  3382. "node": ">=6"
  3383. }
  3384. },
  3385. "node_modules/source-map-js": {
  3386. "version": "1.2.1",
  3387. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  3388. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  3389. "peer": true,
  3390. "engines": {
  3391. "node": ">=0.10.0"
  3392. }
  3393. },
  3394. "node_modules/space-separated-tokens": {
  3395. "version": "2.0.2",
  3396. "resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  3397. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  3398. "funding": {
  3399. "type": "github",
  3400. "url": "https://github.com/sponsors/wooorm"
  3401. }
  3402. },
  3403. "node_modules/stringify-entities": {
  3404. "version": "4.0.4",
  3405. "resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
  3406. "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
  3407. "dependencies": {
  3408. "character-entities-html4": "^2.0.0",
  3409. "character-entities-legacy": "^3.0.0"
  3410. },
  3411. "funding": {
  3412. "type": "github",
  3413. "url": "https://github.com/sponsors/wooorm"
  3414. }
  3415. },
  3416. "node_modules/style-to-object": {
  3417. "version": "0.4.4",
  3418. "resolved": "https://registry.npmmirror.com/style-to-object/-/style-to-object-0.4.4.tgz",
  3419. "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==",
  3420. "dependencies": {
  3421. "inline-style-parser": "0.1.1"
  3422. }
  3423. },
  3424. "node_modules/trim-lines": {
  3425. "version": "3.0.1",
  3426. "resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
  3427. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  3428. "funding": {
  3429. "type": "github",
  3430. "url": "https://github.com/sponsors/wooorm"
  3431. }
  3432. },
  3433. "node_modules/trough": {
  3434. "version": "2.2.0",
  3435. "resolved": "https://registry.npmmirror.com/trough/-/trough-2.2.0.tgz",
  3436. "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
  3437. "funding": {
  3438. "type": "github",
  3439. "url": "https://github.com/sponsors/wooorm"
  3440. }
  3441. },
  3442. "node_modules/unified": {
  3443. "version": "11.0.5",
  3444. "resolved": "https://registry.npmmirror.com/unified/-/unified-11.0.5.tgz",
  3445. "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
  3446. "dependencies": {
  3447. "@types/unist": "^3.0.0",
  3448. "bail": "^2.0.0",
  3449. "devlop": "^1.0.0",
  3450. "extend": "^3.0.0",
  3451. "is-plain-obj": "^4.0.0",
  3452. "trough": "^2.0.0",
  3453. "vfile": "^6.0.0"
  3454. },
  3455. "funding": {
  3456. "type": "opencollective",
  3457. "url": "https://opencollective.com/unified"
  3458. }
  3459. },
  3460. "node_modules/unified/node_modules/@types/unist": {
  3461. "version": "3.0.3",
  3462. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  3463. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
  3464. },
  3465. "node_modules/unified/node_modules/unist-util-stringify-position": {
  3466. "version": "4.0.0",
  3467. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  3468. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  3469. "dependencies": {
  3470. "@types/unist": "^3.0.0"
  3471. },
  3472. "funding": {
  3473. "type": "opencollective",
  3474. "url": "https://opencollective.com/unified"
  3475. }
  3476. },
  3477. "node_modules/unified/node_modules/vfile": {
  3478. "version": "6.0.3",
  3479. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  3480. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  3481. "dependencies": {
  3482. "@types/unist": "^3.0.0",
  3483. "vfile-message": "^4.0.0"
  3484. },
  3485. "funding": {
  3486. "type": "opencollective",
  3487. "url": "https://opencollective.com/unified"
  3488. }
  3489. },
  3490. "node_modules/unified/node_modules/vfile-message": {
  3491. "version": "4.0.2",
  3492. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.2.tgz",
  3493. "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
  3494. "dependencies": {
  3495. "@types/unist": "^3.0.0",
  3496. "unist-util-stringify-position": "^4.0.0"
  3497. },
  3498. "funding": {
  3499. "type": "opencollective",
  3500. "url": "https://opencollective.com/unified"
  3501. }
  3502. },
  3503. "node_modules/unist-util-find-after": {
  3504. "version": "4.0.1",
  3505. "resolved": "https://registry.npmmirror.com/unist-util-find-after/-/unist-util-find-after-4.0.1.tgz",
  3506. "integrity": "sha512-QO/PuPMm2ERxC6vFXEPtmAutOopy5PknD+Oq64gGwxKtk4xwo9Z97t9Av1obPmGU0IyTa6EKYUfTrK2QJS3Ozw==",
  3507. "dependencies": {
  3508. "@types/unist": "^2.0.0",
  3509. "unist-util-is": "^5.0.0"
  3510. },
  3511. "funding": {
  3512. "type": "opencollective",
  3513. "url": "https://opencollective.com/unified"
  3514. }
  3515. },
  3516. "node_modules/unist-util-generated": {
  3517. "version": "2.0.1",
  3518. "resolved": "https://registry.npmmirror.com/unist-util-generated/-/unist-util-generated-2.0.1.tgz",
  3519. "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==",
  3520. "funding": {
  3521. "type": "opencollective",
  3522. "url": "https://opencollective.com/unified"
  3523. }
  3524. },
  3525. "node_modules/unist-util-is": {
  3526. "version": "5.2.1",
  3527. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-5.2.1.tgz",
  3528. "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==",
  3529. "dependencies": {
  3530. "@types/unist": "^2.0.0"
  3531. },
  3532. "funding": {
  3533. "type": "opencollective",
  3534. "url": "https://opencollective.com/unified"
  3535. }
  3536. },
  3537. "node_modules/unist-util-position": {
  3538. "version": "5.0.0",
  3539. "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-5.0.0.tgz",
  3540. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  3541. "dependencies": {
  3542. "@types/unist": "^3.0.0"
  3543. },
  3544. "funding": {
  3545. "type": "opencollective",
  3546. "url": "https://opencollective.com/unified"
  3547. }
  3548. },
  3549. "node_modules/unist-util-position/node_modules/@types/unist": {
  3550. "version": "3.0.3",
  3551. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  3552. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="
  3553. },
  3554. "node_modules/unist-util-remove-position": {
  3555. "version": "4.0.2",
  3556. "resolved": "https://registry.npmmirror.com/unist-util-remove-position/-/unist-util-remove-position-4.0.2.tgz",
  3557. "integrity": "sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==",
  3558. "dependencies": {
  3559. "@types/unist": "^2.0.0",
  3560. "unist-util-visit": "^4.0.0"
  3561. },
  3562. "funding": {
  3563. "type": "opencollective",
  3564. "url": "https://opencollective.com/unified"
  3565. }
  3566. },
  3567. "node_modules/unist-util-stringify-position": {
  3568. "version": "3.0.3",
  3569. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
  3570. "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
  3571. "dependencies": {
  3572. "@types/unist": "^2.0.0"
  3573. },
  3574. "funding": {
  3575. "type": "opencollective",
  3576. "url": "https://opencollective.com/unified"
  3577. }
  3578. },
  3579. "node_modules/unist-util-visit": {
  3580. "version": "4.1.2",
  3581. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
  3582. "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
  3583. "dependencies": {
  3584. "@types/unist": "^2.0.0",
  3585. "unist-util-is": "^5.0.0",
  3586. "unist-util-visit-parents": "^5.1.1"
  3587. },
  3588. "funding": {
  3589. "type": "opencollective",
  3590. "url": "https://opencollective.com/unified"
  3591. }
  3592. },
  3593. "node_modules/unist-util-visit-parents": {
  3594. "version": "5.1.3",
  3595. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
  3596. "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
  3597. "dependencies": {
  3598. "@types/unist": "^2.0.0",
  3599. "unist-util-is": "^5.0.0"
  3600. },
  3601. "funding": {
  3602. "type": "opencollective",
  3603. "url": "https://opencollective.com/unified"
  3604. }
  3605. },
  3606. "node_modules/uvu": {
  3607. "version": "0.5.6",
  3608. "resolved": "https://registry.npmmirror.com/uvu/-/uvu-0.5.6.tgz",
  3609. "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==",
  3610. "dependencies": {
  3611. "dequal": "^2.0.0",
  3612. "diff": "^5.0.0",
  3613. "kleur": "^4.0.3",
  3614. "sade": "^1.7.3"
  3615. },
  3616. "bin": {
  3617. "uvu": "bin.js"
  3618. },
  3619. "engines": {
  3620. "node": ">=8"
  3621. }
  3622. },
  3623. "node_modules/vfile": {
  3624. "version": "5.3.7",
  3625. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-5.3.7.tgz",
  3626. "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==",
  3627. "dependencies": {
  3628. "@types/unist": "^2.0.0",
  3629. "is-buffer": "^2.0.0",
  3630. "unist-util-stringify-position": "^3.0.0",
  3631. "vfile-message": "^3.0.0"
  3632. },
  3633. "funding": {
  3634. "type": "opencollective",
  3635. "url": "https://opencollective.com/unified"
  3636. }
  3637. },
  3638. "node_modules/vfile-location": {
  3639. "version": "4.1.0",
  3640. "resolved": "https://registry.npmmirror.com/vfile-location/-/vfile-location-4.1.0.tgz",
  3641. "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==",
  3642. "dependencies": {
  3643. "@types/unist": "^2.0.0",
  3644. "vfile": "^5.0.0"
  3645. },
  3646. "funding": {
  3647. "type": "opencollective",
  3648. "url": "https://opencollective.com/unified"
  3649. }
  3650. },
  3651. "node_modules/vfile-message": {
  3652. "version": "3.1.4",
  3653. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-3.1.4.tgz",
  3654. "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
  3655. "dependencies": {
  3656. "@types/unist": "^2.0.0",
  3657. "unist-util-stringify-position": "^3.0.0"
  3658. },
  3659. "funding": {
  3660. "type": "opencollective",
  3661. "url": "https://opencollective.com/unified"
  3662. }
  3663. },
  3664. "node_modules/vue": {
  3665. "version": "3.5.13",
  3666. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.13.tgz",
  3667. "integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
  3668. "peer": true,
  3669. "dependencies": {
  3670. "@vue/compiler-dom": "3.5.13",
  3671. "@vue/compiler-sfc": "3.5.13",
  3672. "@vue/runtime-dom": "3.5.13",
  3673. "@vue/server-renderer": "3.5.13",
  3674. "@vue/shared": "3.5.13"
  3675. },
  3676. "peerDependencies": {
  3677. "typescript": "*"
  3678. },
  3679. "peerDependenciesMeta": {
  3680. "typescript": {
  3681. "optional": true
  3682. }
  3683. }
  3684. },
  3685. "node_modules/web-namespaces": {
  3686. "version": "2.0.1",
  3687. "resolved": "https://registry.npmmirror.com/web-namespaces/-/web-namespaces-2.0.1.tgz",
  3688. "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
  3689. "funding": {
  3690. "type": "github",
  3691. "url": "https://github.com/sponsors/wooorm"
  3692. }
  3693. },
  3694. "node_modules/zwitch": {
  3695. "version": "2.0.4",
  3696. "resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
  3697. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  3698. "funding": {
  3699. "type": "github",
  3700. "url": "https://github.com/sponsors/wooorm"
  3701. }
  3702. }
  3703. }
  3704. }