package-lock.json 102 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053
  1. {
  2. "name": "svelte-ts",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "svelte-ts",
  9. "version": "0.0.1",
  10. "dependencies": {
  11. "aieditor": "^1.0.13"
  12. },
  13. "devDependencies": {
  14. "@fontsource/fira-mono": "^5.0.0",
  15. "@neoconfetti/svelte": "^2.0.0",
  16. "@sveltejs/adapter-auto": "^3.0.0",
  17. "@sveltejs/kit": "^2.0.0",
  18. "@sveltejs/vite-plugin-svelte": "^3.0.0",
  19. "svelte": "^4.2.7",
  20. "svelte-check": "^3.6.0",
  21. "typescript": "^5.0.0",
  22. "vite": "^5.0.3"
  23. }
  24. },
  25. "node_modules/@ampproject/remapping": {
  26. "version": "2.3.0",
  27. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  28. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  29. "dev": true,
  30. "dependencies": {
  31. "@jridgewell/gen-mapping": "^0.3.5",
  32. "@jridgewell/trace-mapping": "^0.3.24"
  33. },
  34. "engines": {
  35. "node": ">=6.0.0"
  36. }
  37. },
  38. "node_modules/@babel/runtime": {
  39. "version": "7.25.0",
  40. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.25.0.tgz",
  41. "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==",
  42. "dependencies": {
  43. "regenerator-runtime": "^0.14.0"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. }
  48. },
  49. "node_modules/@esbuild/aix-ppc64": {
  50. "version": "0.21.5",
  51. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  52. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  53. "cpu": [
  54. "ppc64"
  55. ],
  56. "dev": true,
  57. "optional": true,
  58. "os": [
  59. "aix"
  60. ],
  61. "engines": {
  62. "node": ">=12"
  63. }
  64. },
  65. "node_modules/@esbuild/android-arm": {
  66. "version": "0.21.5",
  67. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  68. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  69. "cpu": [
  70. "arm"
  71. ],
  72. "dev": true,
  73. "optional": true,
  74. "os": [
  75. "android"
  76. ],
  77. "engines": {
  78. "node": ">=12"
  79. }
  80. },
  81. "node_modules/@esbuild/android-arm64": {
  82. "version": "0.21.5",
  83. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  84. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  85. "cpu": [
  86. "arm64"
  87. ],
  88. "dev": true,
  89. "optional": true,
  90. "os": [
  91. "android"
  92. ],
  93. "engines": {
  94. "node": ">=12"
  95. }
  96. },
  97. "node_modules/@esbuild/android-x64": {
  98. "version": "0.21.5",
  99. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  100. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  101. "cpu": [
  102. "x64"
  103. ],
  104. "dev": true,
  105. "optional": true,
  106. "os": [
  107. "android"
  108. ],
  109. "engines": {
  110. "node": ">=12"
  111. }
  112. },
  113. "node_modules/@esbuild/darwin-arm64": {
  114. "version": "0.21.5",
  115. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  116. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  117. "cpu": [
  118. "arm64"
  119. ],
  120. "dev": true,
  121. "optional": true,
  122. "os": [
  123. "darwin"
  124. ],
  125. "engines": {
  126. "node": ">=12"
  127. }
  128. },
  129. "node_modules/@esbuild/darwin-x64": {
  130. "version": "0.21.5",
  131. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  132. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  133. "cpu": [
  134. "x64"
  135. ],
  136. "dev": true,
  137. "optional": true,
  138. "os": [
  139. "darwin"
  140. ],
  141. "engines": {
  142. "node": ">=12"
  143. }
  144. },
  145. "node_modules/@esbuild/freebsd-arm64": {
  146. "version": "0.21.5",
  147. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  148. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  149. "cpu": [
  150. "arm64"
  151. ],
  152. "dev": true,
  153. "optional": true,
  154. "os": [
  155. "freebsd"
  156. ],
  157. "engines": {
  158. "node": ">=12"
  159. }
  160. },
  161. "node_modules/@esbuild/freebsd-x64": {
  162. "version": "0.21.5",
  163. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  164. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  165. "cpu": [
  166. "x64"
  167. ],
  168. "dev": true,
  169. "optional": true,
  170. "os": [
  171. "freebsd"
  172. ],
  173. "engines": {
  174. "node": ">=12"
  175. }
  176. },
  177. "node_modules/@esbuild/linux-arm": {
  178. "version": "0.21.5",
  179. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  180. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  181. "cpu": [
  182. "arm"
  183. ],
  184. "dev": true,
  185. "optional": true,
  186. "os": [
  187. "linux"
  188. ],
  189. "engines": {
  190. "node": ">=12"
  191. }
  192. },
  193. "node_modules/@esbuild/linux-arm64": {
  194. "version": "0.21.5",
  195. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  196. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  197. "cpu": [
  198. "arm64"
  199. ],
  200. "dev": true,
  201. "optional": true,
  202. "os": [
  203. "linux"
  204. ],
  205. "engines": {
  206. "node": ">=12"
  207. }
  208. },
  209. "node_modules/@esbuild/linux-ia32": {
  210. "version": "0.21.5",
  211. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  212. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  213. "cpu": [
  214. "ia32"
  215. ],
  216. "dev": true,
  217. "optional": true,
  218. "os": [
  219. "linux"
  220. ],
  221. "engines": {
  222. "node": ">=12"
  223. }
  224. },
  225. "node_modules/@esbuild/linux-loong64": {
  226. "version": "0.21.5",
  227. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  228. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  229. "cpu": [
  230. "loong64"
  231. ],
  232. "dev": true,
  233. "optional": true,
  234. "os": [
  235. "linux"
  236. ],
  237. "engines": {
  238. "node": ">=12"
  239. }
  240. },
  241. "node_modules/@esbuild/linux-mips64el": {
  242. "version": "0.21.5",
  243. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  244. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  245. "cpu": [
  246. "mips64el"
  247. ],
  248. "dev": true,
  249. "optional": true,
  250. "os": [
  251. "linux"
  252. ],
  253. "engines": {
  254. "node": ">=12"
  255. }
  256. },
  257. "node_modules/@esbuild/linux-ppc64": {
  258. "version": "0.21.5",
  259. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  260. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  261. "cpu": [
  262. "ppc64"
  263. ],
  264. "dev": true,
  265. "optional": true,
  266. "os": [
  267. "linux"
  268. ],
  269. "engines": {
  270. "node": ">=12"
  271. }
  272. },
  273. "node_modules/@esbuild/linux-riscv64": {
  274. "version": "0.21.5",
  275. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  276. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  277. "cpu": [
  278. "riscv64"
  279. ],
  280. "dev": true,
  281. "optional": true,
  282. "os": [
  283. "linux"
  284. ],
  285. "engines": {
  286. "node": ">=12"
  287. }
  288. },
  289. "node_modules/@esbuild/linux-s390x": {
  290. "version": "0.21.5",
  291. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  292. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  293. "cpu": [
  294. "s390x"
  295. ],
  296. "dev": true,
  297. "optional": true,
  298. "os": [
  299. "linux"
  300. ],
  301. "engines": {
  302. "node": ">=12"
  303. }
  304. },
  305. "node_modules/@esbuild/linux-x64": {
  306. "version": "0.21.5",
  307. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  308. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  309. "cpu": [
  310. "x64"
  311. ],
  312. "dev": true,
  313. "optional": true,
  314. "os": [
  315. "linux"
  316. ],
  317. "engines": {
  318. "node": ">=12"
  319. }
  320. },
  321. "node_modules/@esbuild/netbsd-x64": {
  322. "version": "0.21.5",
  323. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  324. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  325. "cpu": [
  326. "x64"
  327. ],
  328. "dev": true,
  329. "optional": true,
  330. "os": [
  331. "netbsd"
  332. ],
  333. "engines": {
  334. "node": ">=12"
  335. }
  336. },
  337. "node_modules/@esbuild/openbsd-x64": {
  338. "version": "0.21.5",
  339. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  340. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  341. "cpu": [
  342. "x64"
  343. ],
  344. "dev": true,
  345. "optional": true,
  346. "os": [
  347. "openbsd"
  348. ],
  349. "engines": {
  350. "node": ">=12"
  351. }
  352. },
  353. "node_modules/@esbuild/sunos-x64": {
  354. "version": "0.21.5",
  355. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  356. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  357. "cpu": [
  358. "x64"
  359. ],
  360. "dev": true,
  361. "optional": true,
  362. "os": [
  363. "sunos"
  364. ],
  365. "engines": {
  366. "node": ">=12"
  367. }
  368. },
  369. "node_modules/@esbuild/win32-arm64": {
  370. "version": "0.21.5",
  371. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  372. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  373. "cpu": [
  374. "arm64"
  375. ],
  376. "dev": true,
  377. "optional": true,
  378. "os": [
  379. "win32"
  380. ],
  381. "engines": {
  382. "node": ">=12"
  383. }
  384. },
  385. "node_modules/@esbuild/win32-ia32": {
  386. "version": "0.21.5",
  387. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  388. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  389. "cpu": [
  390. "ia32"
  391. ],
  392. "dev": true,
  393. "optional": true,
  394. "os": [
  395. "win32"
  396. ],
  397. "engines": {
  398. "node": ">=12"
  399. }
  400. },
  401. "node_modules/@esbuild/win32-x64": {
  402. "version": "0.21.5",
  403. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  404. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  405. "cpu": [
  406. "x64"
  407. ],
  408. "dev": true,
  409. "optional": true,
  410. "os": [
  411. "win32"
  412. ],
  413. "engines": {
  414. "node": ">=12"
  415. }
  416. },
  417. "node_modules/@fontsource/fira-mono": {
  418. "version": "5.0.13",
  419. "resolved": "https://registry.npmmirror.com/@fontsource/fira-mono/-/fira-mono-5.0.13.tgz",
  420. "integrity": "sha512-fZDjR2BdAqmauEbTjcIT62zYzbOgDa5+IQH34D2k8Pxmy1T815mAqQkZciWZVQ9dc/BgdTtTUV9HJ2ulBNwchg==",
  421. "dev": true
  422. },
  423. "node_modules/@jridgewell/gen-mapping": {
  424. "version": "0.3.5",
  425. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  426. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  427. "dev": true,
  428. "dependencies": {
  429. "@jridgewell/set-array": "^1.2.1",
  430. "@jridgewell/sourcemap-codec": "^1.4.10",
  431. "@jridgewell/trace-mapping": "^0.3.24"
  432. },
  433. "engines": {
  434. "node": ">=6.0.0"
  435. }
  436. },
  437. "node_modules/@jridgewell/resolve-uri": {
  438. "version": "3.1.2",
  439. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  440. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  441. "dev": true,
  442. "engines": {
  443. "node": ">=6.0.0"
  444. }
  445. },
  446. "node_modules/@jridgewell/set-array": {
  447. "version": "1.2.1",
  448. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  449. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  450. "dev": true,
  451. "engines": {
  452. "node": ">=6.0.0"
  453. }
  454. },
  455. "node_modules/@jridgewell/sourcemap-codec": {
  456. "version": "1.5.0",
  457. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  458. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  459. "dev": true
  460. },
  461. "node_modules/@jridgewell/trace-mapping": {
  462. "version": "0.3.25",
  463. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  464. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  465. "dev": true,
  466. "dependencies": {
  467. "@jridgewell/resolve-uri": "^3.1.0",
  468. "@jridgewell/sourcemap-codec": "^1.4.14"
  469. }
  470. },
  471. "node_modules/@neoconfetti/svelte": {
  472. "version": "2.2.1",
  473. "resolved": "https://registry.npmmirror.com/@neoconfetti/svelte/-/svelte-2.2.1.tgz",
  474. "integrity": "sha512-2Ts0Rxaf6clW2qG+AKhTwpl01AAyZEAe03XeuQ7Vp+qYIaM3ycuI94j546fmEkUxwACwGI3Zl2cZ/pncTuNcJg==",
  475. "dev": true
  476. },
  477. "node_modules/@polka/url": {
  478. "version": "1.0.0-next.25",
  479. "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.25.tgz",
  480. "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==",
  481. "dev": true
  482. },
  483. "node_modules/@popperjs/core": {
  484. "version": "2.11.8",
  485. "resolved": "https://registry.npmmirror.com/@popperjs/core/-/core-2.11.8.tgz",
  486. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  487. "funding": {
  488. "type": "opencollective",
  489. "url": "https://opencollective.com/popperjs"
  490. }
  491. },
  492. "node_modules/@remirror/core-constants": {
  493. "version": "2.0.2",
  494. "resolved": "https://registry.npmmirror.com/@remirror/core-constants/-/core-constants-2.0.2.tgz",
  495. "integrity": "sha512-dyHY+sMF0ihPus3O27ODd4+agdHMEmuRdyiZJ2CCWjPV5UFmn17ZbElvk6WOGVE4rdCJKZQCrPV2BcikOMLUGQ=="
  496. },
  497. "node_modules/@rollup/rollup-android-arm-eabi": {
  498. "version": "4.20.0",
  499. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.20.0.tgz",
  500. "integrity": "sha512-TSpWzflCc4VGAUJZlPpgAJE1+V60MePDQnBd7PPkpuEmOy8i87aL6tinFGKBFKuEDikYpig72QzdT3QPYIi+oA==",
  501. "cpu": [
  502. "arm"
  503. ],
  504. "dev": true,
  505. "optional": true,
  506. "os": [
  507. "android"
  508. ]
  509. },
  510. "node_modules/@rollup/rollup-android-arm64": {
  511. "version": "4.20.0",
  512. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.20.0.tgz",
  513. "integrity": "sha512-u00Ro/nok7oGzVuh/FMYfNoGqxU5CPWz1mxV85S2w9LxHR8OoMQBuSk+3BKVIDYgkpeOET5yXkx90OYFc+ytpQ==",
  514. "cpu": [
  515. "arm64"
  516. ],
  517. "dev": true,
  518. "optional": true,
  519. "os": [
  520. "android"
  521. ]
  522. },
  523. "node_modules/@rollup/rollup-darwin-arm64": {
  524. "version": "4.20.0",
  525. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.20.0.tgz",
  526. "integrity": "sha512-uFVfvzvsdGtlSLuL0ZlvPJvl6ZmrH4CBwLGEFPe7hUmf7htGAN+aXo43R/V6LATyxlKVC/m6UsLb7jbG+LG39Q==",
  527. "cpu": [
  528. "arm64"
  529. ],
  530. "dev": true,
  531. "optional": true,
  532. "os": [
  533. "darwin"
  534. ]
  535. },
  536. "node_modules/@rollup/rollup-darwin-x64": {
  537. "version": "4.20.0",
  538. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.20.0.tgz",
  539. "integrity": "sha512-xbrMDdlev53vNXexEa6l0LffojxhqDTBeL+VUxuuIXys4x6xyvbKq5XqTXBCEUA8ty8iEJblHvFaWRJTk/icAQ==",
  540. "cpu": [
  541. "x64"
  542. ],
  543. "dev": true,
  544. "optional": true,
  545. "os": [
  546. "darwin"
  547. ]
  548. },
  549. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  550. "version": "4.20.0",
  551. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.20.0.tgz",
  552. "integrity": "sha512-jMYvxZwGmoHFBTbr12Xc6wOdc2xA5tF5F2q6t7Rcfab68TT0n+r7dgawD4qhPEvasDsVpQi+MgDzj2faOLsZjA==",
  553. "cpu": [
  554. "arm"
  555. ],
  556. "dev": true,
  557. "optional": true,
  558. "os": [
  559. "linux"
  560. ]
  561. },
  562. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  563. "version": "4.20.0",
  564. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.20.0.tgz",
  565. "integrity": "sha512-1asSTl4HKuIHIB1GcdFHNNZhxAYEdqML/MW4QmPS4G0ivbEcBr1JKlFLKsIRqjSwOBkdItn3/ZDlyvZ/N6KPlw==",
  566. "cpu": [
  567. "arm"
  568. ],
  569. "dev": true,
  570. "optional": true,
  571. "os": [
  572. "linux"
  573. ]
  574. },
  575. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  576. "version": "4.20.0",
  577. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.20.0.tgz",
  578. "integrity": "sha512-COBb8Bkx56KldOYJfMf6wKeYJrtJ9vEgBRAOkfw6Ens0tnmzPqvlpjZiLgkhg6cA3DGzCmLmmd319pmHvKWWlQ==",
  579. "cpu": [
  580. "arm64"
  581. ],
  582. "dev": true,
  583. "optional": true,
  584. "os": [
  585. "linux"
  586. ]
  587. },
  588. "node_modules/@rollup/rollup-linux-arm64-musl": {
  589. "version": "4.20.0",
  590. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.20.0.tgz",
  591. "integrity": "sha512-+it+mBSyMslVQa8wSPvBx53fYuZK/oLTu5RJoXogjk6x7Q7sz1GNRsXWjn6SwyJm8E/oMjNVwPhmNdIjwP135Q==",
  592. "cpu": [
  593. "arm64"
  594. ],
  595. "dev": true,
  596. "optional": true,
  597. "os": [
  598. "linux"
  599. ]
  600. },
  601. "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
  602. "version": "4.20.0",
  603. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.20.0.tgz",
  604. "integrity": "sha512-yAMvqhPfGKsAxHN8I4+jE0CpLWD8cv4z7CK7BMmhjDuz606Q2tFKkWRY8bHR9JQXYcoLfopo5TTqzxgPUjUMfw==",
  605. "cpu": [
  606. "ppc64"
  607. ],
  608. "dev": true,
  609. "optional": true,
  610. "os": [
  611. "linux"
  612. ]
  613. },
  614. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  615. "version": "4.20.0",
  616. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.20.0.tgz",
  617. "integrity": "sha512-qmuxFpfmi/2SUkAw95TtNq/w/I7Gpjurx609OOOV7U4vhvUhBcftcmXwl3rqAek+ADBwSjIC4IVNLiszoj3dPA==",
  618. "cpu": [
  619. "riscv64"
  620. ],
  621. "dev": true,
  622. "optional": true,
  623. "os": [
  624. "linux"
  625. ]
  626. },
  627. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  628. "version": "4.20.0",
  629. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.20.0.tgz",
  630. "integrity": "sha512-I0BtGXddHSHjV1mqTNkgUZLnS3WtsqebAXv11D5BZE/gfw5KoyXSAXVqyJximQXNvNzUo4GKlCK/dIwXlz+jlg==",
  631. "cpu": [
  632. "s390x"
  633. ],
  634. "dev": true,
  635. "optional": true,
  636. "os": [
  637. "linux"
  638. ]
  639. },
  640. "node_modules/@rollup/rollup-linux-x64-gnu": {
  641. "version": "4.20.0",
  642. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.20.0.tgz",
  643. "integrity": "sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==",
  644. "cpu": [
  645. "x64"
  646. ],
  647. "dev": true,
  648. "optional": true,
  649. "os": [
  650. "linux"
  651. ]
  652. },
  653. "node_modules/@rollup/rollup-linux-x64-musl": {
  654. "version": "4.20.0",
  655. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.20.0.tgz",
  656. "integrity": "sha512-hM3nhW40kBNYUkZb/r9k2FKK+/MnKglX7UYd4ZUy5DJs8/sMsIbqWK2piZtVGE3kcXVNj3B2IrUYROJMMCikNg==",
  657. "cpu": [
  658. "x64"
  659. ],
  660. "dev": true,
  661. "optional": true,
  662. "os": [
  663. "linux"
  664. ]
  665. },
  666. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  667. "version": "4.20.0",
  668. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.20.0.tgz",
  669. "integrity": "sha512-psegMvP+Ik/Bg7QRJbv8w8PAytPA7Uo8fpFjXyCRHWm6Nt42L+JtoqH8eDQ5hRP7/XW2UiIriy1Z46jf0Oa1kA==",
  670. "cpu": [
  671. "arm64"
  672. ],
  673. "dev": true,
  674. "optional": true,
  675. "os": [
  676. "win32"
  677. ]
  678. },
  679. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  680. "version": "4.20.0",
  681. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.20.0.tgz",
  682. "integrity": "sha512-GabekH3w4lgAJpVxkk7hUzUf2hICSQO0a/BLFA11/RMxQT92MabKAqyubzDZmMOC/hcJNlc+rrypzNzYl4Dx7A==",
  683. "cpu": [
  684. "ia32"
  685. ],
  686. "dev": true,
  687. "optional": true,
  688. "os": [
  689. "win32"
  690. ]
  691. },
  692. "node_modules/@rollup/rollup-win32-x64-msvc": {
  693. "version": "4.20.0",
  694. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.20.0.tgz",
  695. "integrity": "sha512-aJ1EJSuTdGnM6qbVC4B5DSmozPTqIag9fSzXRNNo+humQLG89XpPgdt16Ia56ORD7s+H8Pmyx44uczDQ0yDzpg==",
  696. "cpu": [
  697. "x64"
  698. ],
  699. "dev": true,
  700. "optional": true,
  701. "os": [
  702. "win32"
  703. ]
  704. },
  705. "node_modules/@sveltejs/adapter-auto": {
  706. "version": "3.2.2",
  707. "resolved": "https://registry.npmmirror.com/@sveltejs/adapter-auto/-/adapter-auto-3.2.2.tgz",
  708. "integrity": "sha512-Mso5xPCA8zgcKrv+QioVlqMZkyUQ5MjDJiEPuG/Z7cV/5tmwV7LmcVWk5tZ+H0NCOV1x12AsoSpt/CwFwuVXMA==",
  709. "dev": true,
  710. "dependencies": {
  711. "import-meta-resolve": "^4.1.0"
  712. },
  713. "peerDependencies": {
  714. "@sveltejs/kit": "^2.0.0"
  715. }
  716. },
  717. "node_modules/@sveltejs/kit": {
  718. "version": "2.5.20",
  719. "resolved": "https://registry.npmmirror.com/@sveltejs/kit/-/kit-2.5.20.tgz",
  720. "integrity": "sha512-47rJ5BoYwURE/Rp7FNMLp3NzdbWC9DQ/PmKd0mebxT2D/PrPxZxcLImcD3zsWdX2iS6oJk8ITJbO/N2lWnnUqA==",
  721. "dev": true,
  722. "hasInstallScript": true,
  723. "dependencies": {
  724. "@types/cookie": "^0.6.0",
  725. "cookie": "^0.6.0",
  726. "devalue": "^5.0.0",
  727. "esm-env": "^1.0.0",
  728. "import-meta-resolve": "^4.1.0",
  729. "kleur": "^4.1.5",
  730. "magic-string": "^0.30.5",
  731. "mrmime": "^2.0.0",
  732. "sade": "^1.8.1",
  733. "set-cookie-parser": "^2.6.0",
  734. "sirv": "^2.0.4",
  735. "tiny-glob": "^0.2.9"
  736. },
  737. "bin": {
  738. "svelte-kit": "svelte-kit.js"
  739. },
  740. "engines": {
  741. "node": ">=18.13"
  742. },
  743. "peerDependencies": {
  744. "@sveltejs/vite-plugin-svelte": "^3.0.0",
  745. "svelte": "^4.0.0 || ^5.0.0-next.0",
  746. "vite": "^5.0.3"
  747. }
  748. },
  749. "node_modules/@sveltejs/vite-plugin-svelte": {
  750. "version": "3.1.1",
  751. "resolved": "https://registry.npmmirror.com/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-3.1.1.tgz",
  752. "integrity": "sha512-rimpFEAboBBHIlzISibg94iP09k/KYdHgVhJlcsTfn7KMBhc70jFX/GRWkRdFCc2fdnk+4+Bdfej23cMDnJS6A==",
  753. "dev": true,
  754. "dependencies": {
  755. "@sveltejs/vite-plugin-svelte-inspector": "^2.1.0",
  756. "debug": "^4.3.4",
  757. "deepmerge": "^4.3.1",
  758. "kleur": "^4.1.5",
  759. "magic-string": "^0.30.10",
  760. "svelte-hmr": "^0.16.0",
  761. "vitefu": "^0.2.5"
  762. },
  763. "engines": {
  764. "node": "^18.0.0 || >=20"
  765. },
  766. "peerDependencies": {
  767. "svelte": "^4.0.0 || ^5.0.0-next.0",
  768. "vite": "^5.0.0"
  769. }
  770. },
  771. "node_modules/@sveltejs/vite-plugin-svelte-inspector": {
  772. "version": "2.1.0",
  773. "resolved": "https://registry.npmmirror.com/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-2.1.0.tgz",
  774. "integrity": "sha512-9QX28IymvBlSCqsCll5t0kQVxipsfhFFL+L2t3nTWfXnddYwxBuAEtTtlaVQpRz9c37BhJjltSeY4AJSC03SSg==",
  775. "dev": true,
  776. "dependencies": {
  777. "debug": "^4.3.4"
  778. },
  779. "engines": {
  780. "node": "^18.0.0 || >=20"
  781. },
  782. "peerDependencies": {
  783. "@sveltejs/vite-plugin-svelte": "^3.0.0",
  784. "svelte": "^4.0.0 || ^5.0.0-next.0",
  785. "vite": "^5.0.0"
  786. }
  787. },
  788. "node_modules/@tiptap/core": {
  789. "version": "2.5.9",
  790. "resolved": "https://registry.npmmirror.com/@tiptap/core/-/core-2.5.9.tgz",
  791. "integrity": "sha512-PPUR+0tbr+wX2G8RG4FEps4qhbnAPEeXK1FUtirLXSRh8vm+TDgafu3sms7wBc4fAyw9zTO/KNNZ90GBe04guA==",
  792. "funding": {
  793. "type": "github",
  794. "url": "https://github.com/sponsors/ueberdosis"
  795. },
  796. "peerDependencies": {
  797. "@tiptap/pm": "^2.5.9"
  798. }
  799. },
  800. "node_modules/@tiptap/extension-blockquote": {
  801. "version": "2.5.9",
  802. "resolved": "https://registry.npmmirror.com/@tiptap/extension-blockquote/-/extension-blockquote-2.5.9.tgz",
  803. "integrity": "sha512-LhGyigmd/v1OjYPeoVK8UvFHbH6ffh175ZuNvseZY4PsBd7kZhrSUiuMG8xYdNX8FxamsxAzr2YpsYnOzu3W7A==",
  804. "funding": {
  805. "type": "github",
  806. "url": "https://github.com/sponsors/ueberdosis"
  807. },
  808. "peerDependencies": {
  809. "@tiptap/core": "^2.5.9"
  810. }
  811. },
  812. "node_modules/@tiptap/extension-bold": {
  813. "version": "2.5.9",
  814. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bold/-/extension-bold-2.5.9.tgz",
  815. "integrity": "sha512-XUJdzFb31t0+bwiRquJf0btBpqOB3axQNHTKM9XADuL4S+Z6OBPj0I5rYINeElw/Q7muvdWrHWHh/ovNJA1/5A==",
  816. "funding": {
  817. "type": "github",
  818. "url": "https://github.com/sponsors/ueberdosis"
  819. },
  820. "peerDependencies": {
  821. "@tiptap/core": "^2.5.9"
  822. }
  823. },
  824. "node_modules/@tiptap/extension-bubble-menu": {
  825. "version": "2.5.9",
  826. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.5.9.tgz",
  827. "integrity": "sha512-NddZ8Qn5dgPPa1W4yk0jdhF4tDBh0FwzBpbnDu2Xz/0TUHrA36ugB2CvR5xS1we4zUKckgpVqOqgdelrmqqFVg==",
  828. "dependencies": {
  829. "tippy.js": "^6.3.7"
  830. },
  831. "funding": {
  832. "type": "github",
  833. "url": "https://github.com/sponsors/ueberdosis"
  834. },
  835. "peerDependencies": {
  836. "@tiptap/core": "^2.5.9",
  837. "@tiptap/pm": "^2.5.9"
  838. }
  839. },
  840. "node_modules/@tiptap/extension-bullet-list": {
  841. "version": "2.5.9",
  842. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bullet-list/-/extension-bullet-list-2.5.9.tgz",
  843. "integrity": "sha512-hJTv1x4omFgaID4LMRT5tOZb/VKmi8Kc6jsf4JNq4Grxd2sANmr9qpmKtBZvviK+XD5PpTXHvL+1c8C1SQtuHQ==",
  844. "funding": {
  845. "type": "github",
  846. "url": "https://github.com/sponsors/ueberdosis"
  847. },
  848. "peerDependencies": {
  849. "@tiptap/core": "^2.5.9"
  850. }
  851. },
  852. "node_modules/@tiptap/extension-character-count": {
  853. "version": "2.5.9",
  854. "resolved": "https://registry.npmmirror.com/@tiptap/extension-character-count/-/extension-character-count-2.5.9.tgz",
  855. "integrity": "sha512-9eGL5u0szvhMsbuZDu2HVP4gIojf2MHLVHXhA/O7jKZXinyF1m8XP8SaYGgE3KOAojytjI6rb44hG0LfCRKIqw==",
  856. "funding": {
  857. "type": "github",
  858. "url": "https://github.com/sponsors/ueberdosis"
  859. },
  860. "peerDependencies": {
  861. "@tiptap/core": "^2.5.9",
  862. "@tiptap/pm": "^2.5.9"
  863. }
  864. },
  865. "node_modules/@tiptap/extension-code": {
  866. "version": "2.5.9",
  867. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code/-/extension-code-2.5.9.tgz",
  868. "integrity": "sha512-Q1PL3DUXiEe5eYUwOug1haRjSaB0doAKwx7KFVI+kSGbDwCV6BdkKAeYf3us/O2pMP9D0im8RWX4dbSnatgwBA==",
  869. "funding": {
  870. "type": "github",
  871. "url": "https://github.com/sponsors/ueberdosis"
  872. },
  873. "peerDependencies": {
  874. "@tiptap/core": "^2.5.9"
  875. }
  876. },
  877. "node_modules/@tiptap/extension-code-block": {
  878. "version": "2.5.9",
  879. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code-block/-/extension-code-block-2.5.9.tgz",
  880. "integrity": "sha512-+MUwp0VFFv2aFiZ/qN6q10vfIc6VhLoFFpfuETX10eIRks0Xuj2nGiqCDj7ca0/M44bRg2VvW8+tg/ZEHFNl9g==",
  881. "funding": {
  882. "type": "github",
  883. "url": "https://github.com/sponsors/ueberdosis"
  884. },
  885. "peerDependencies": {
  886. "@tiptap/core": "^2.5.9",
  887. "@tiptap/pm": "^2.5.9"
  888. }
  889. },
  890. "node_modules/@tiptap/extension-code-block-lowlight": {
  891. "version": "2.5.9",
  892. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-2.5.9.tgz",
  893. "integrity": "sha512-taIXxXQ/Lka9CegHFHQS+nx6cX9i9Ws63ZFMPbrXLMSJRhXk8+m4UAoGZQJH9CGGb5/Rv0p3Z8I59AGiyUHLEw==",
  894. "funding": {
  895. "type": "github",
  896. "url": "https://github.com/sponsors/ueberdosis"
  897. },
  898. "peerDependencies": {
  899. "@tiptap/core": "^2.5.9",
  900. "@tiptap/extension-code-block": "^2.5.9",
  901. "@tiptap/pm": "^2.5.9",
  902. "highlight.js": "^11",
  903. "lowlight": "^2 || ^3"
  904. }
  905. },
  906. "node_modules/@tiptap/extension-color": {
  907. "version": "2.5.9",
  908. "resolved": "https://registry.npmmirror.com/@tiptap/extension-color/-/extension-color-2.5.9.tgz",
  909. "integrity": "sha512-VUGCT9iqD/Ni9arLIxkCbykAElRMFyew7uk2kbbNvttzdwzmZkbslEgCiaEZQTqKr8w4wjuQL14YOtXc6iwEww==",
  910. "funding": {
  911. "type": "github",
  912. "url": "https://github.com/sponsors/ueberdosis"
  913. },
  914. "peerDependencies": {
  915. "@tiptap/core": "^2.5.9",
  916. "@tiptap/extension-text-style": "^2.5.9"
  917. }
  918. },
  919. "node_modules/@tiptap/extension-document": {
  920. "version": "2.5.9",
  921. "resolved": "https://registry.npmmirror.com/@tiptap/extension-document/-/extension-document-2.5.9.tgz",
  922. "integrity": "sha512-VdNZYDyCzC3W430UdeRXR9IZzPeODSbi5Xz/JEdV93THVp8AC9CrZR7/qjqdBTgbTB54VP8Yr6bKfCoIAF0BeQ==",
  923. "funding": {
  924. "type": "github",
  925. "url": "https://github.com/sponsors/ueberdosis"
  926. },
  927. "peerDependencies": {
  928. "@tiptap/core": "^2.5.9"
  929. }
  930. },
  931. "node_modules/@tiptap/extension-dropcursor": {
  932. "version": "2.5.9",
  933. "resolved": "https://registry.npmmirror.com/@tiptap/extension-dropcursor/-/extension-dropcursor-2.5.9.tgz",
  934. "integrity": "sha512-nEOb37UryG6bsU9JAs/HojE6Jg43LupNTAMISbnuB1CPAeAqNsFMwORd9eEPkyEwnQT7MkhsMOSJM44GoPGIFA==",
  935. "funding": {
  936. "type": "github",
  937. "url": "https://github.com/sponsors/ueberdosis"
  938. },
  939. "peerDependencies": {
  940. "@tiptap/core": "^2.5.9",
  941. "@tiptap/pm": "^2.5.9"
  942. }
  943. },
  944. "node_modules/@tiptap/extension-font-family": {
  945. "version": "2.5.9",
  946. "resolved": "https://registry.npmmirror.com/@tiptap/extension-font-family/-/extension-font-family-2.5.9.tgz",
  947. "integrity": "sha512-qT9hcMmxW4ZJ8r3Ys6thNHoU0oXYgQXudd2+dmJUw2nAEhskFtJzsNp2tHSDy4RKdOYZgODYjlDSdLyeoL9MoA==",
  948. "funding": {
  949. "type": "github",
  950. "url": "https://github.com/sponsors/ueberdosis"
  951. },
  952. "peerDependencies": {
  953. "@tiptap/core": "^2.5.9",
  954. "@tiptap/extension-text-style": "^2.5.9"
  955. }
  956. },
  957. "node_modules/@tiptap/extension-gapcursor": {
  958. "version": "2.5.9",
  959. "resolved": "https://registry.npmmirror.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.5.9.tgz",
  960. "integrity": "sha512-yW7V2ebezsa7mWEDWCg4A1ZGsmSV5bEHKse9wzHCDkb7TutSVhLZxGo72U6hNN9PnAksv+FJQk03NuZNYvNyRQ==",
  961. "funding": {
  962. "type": "github",
  963. "url": "https://github.com/sponsors/ueberdosis"
  964. },
  965. "peerDependencies": {
  966. "@tiptap/core": "^2.5.9",
  967. "@tiptap/pm": "^2.5.9"
  968. }
  969. },
  970. "node_modules/@tiptap/extension-hard-break": {
  971. "version": "2.5.9",
  972. "resolved": "https://registry.npmmirror.com/@tiptap/extension-hard-break/-/extension-hard-break-2.5.9.tgz",
  973. "integrity": "sha512-8hQ63SgZRG4BqHOeSfeaowG2eMr2beced018pOGbpHbE3XSYoISkMVuFz4Z8UEVR3W9dTbKo4wxNufSTducocQ==",
  974. "funding": {
  975. "type": "github",
  976. "url": "https://github.com/sponsors/ueberdosis"
  977. },
  978. "peerDependencies": {
  979. "@tiptap/core": "^2.5.9"
  980. }
  981. },
  982. "node_modules/@tiptap/extension-heading": {
  983. "version": "2.5.9",
  984. "resolved": "https://registry.npmmirror.com/@tiptap/extension-heading/-/extension-heading-2.5.9.tgz",
  985. "integrity": "sha512-HHowAlGUbFn1qvmY02ydM7qiPPMTGhAJn2A46enDRjNHW5UoqeMfkMpTEYaioOexyguRFSfDT3gpK68IHkQORQ==",
  986. "funding": {
  987. "type": "github",
  988. "url": "https://github.com/sponsors/ueberdosis"
  989. },
  990. "peerDependencies": {
  991. "@tiptap/core": "^2.5.9"
  992. }
  993. },
  994. "node_modules/@tiptap/extension-highlight": {
  995. "version": "2.5.9",
  996. "resolved": "https://registry.npmmirror.com/@tiptap/extension-highlight/-/extension-highlight-2.5.9.tgz",
  997. "integrity": "sha512-tRaSIIbCI7aBlvlmgUgBI5lVBqnMy49lc++UVAx1Pjey1j2KW031vUyvZfEwf6wk8Y7W3kVSkN0mW9IYCcOAOQ==",
  998. "funding": {
  999. "type": "github",
  1000. "url": "https://github.com/sponsors/ueberdosis"
  1001. },
  1002. "peerDependencies": {
  1003. "@tiptap/core": "^2.5.9"
  1004. }
  1005. },
  1006. "node_modules/@tiptap/extension-history": {
  1007. "version": "2.5.9",
  1008. "resolved": "https://registry.npmmirror.com/@tiptap/extension-history/-/extension-history-2.5.9.tgz",
  1009. "integrity": "sha512-hGPtJgoZSwnVVqi/xipC2ET/9X2G2UI/Y+M3IYV1ZlM0tCYsv4spNi3uXlZqnXRwYcBXLk5u6e/dmsy5QFbL8g==",
  1010. "funding": {
  1011. "type": "github",
  1012. "url": "https://github.com/sponsors/ueberdosis"
  1013. },
  1014. "peerDependencies": {
  1015. "@tiptap/core": "^2.5.9",
  1016. "@tiptap/pm": "^2.5.9"
  1017. }
  1018. },
  1019. "node_modules/@tiptap/extension-horizontal-rule": {
  1020. "version": "2.5.9",
  1021. "resolved": "https://registry.npmmirror.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.5.9.tgz",
  1022. "integrity": "sha512-/ES5NdxCndBmZAgIXSpCJH8YzENcpxR0S8w34coSWyv+iW0Sq7rW/mksQw8ZIVsj8a7ntpoY5OoRFpSlqcvyGw==",
  1023. "funding": {
  1024. "type": "github",
  1025. "url": "https://github.com/sponsors/ueberdosis"
  1026. },
  1027. "peerDependencies": {
  1028. "@tiptap/core": "^2.5.9",
  1029. "@tiptap/pm": "^2.5.9"
  1030. }
  1031. },
  1032. "node_modules/@tiptap/extension-image": {
  1033. "version": "2.5.9",
  1034. "resolved": "https://registry.npmmirror.com/@tiptap/extension-image/-/extension-image-2.5.9.tgz",
  1035. "integrity": "sha512-v4WZISCvbriac6HE6v7kYYY7KX+v9rJaIZC3gbYGtqnBWfaAwZiVVu8Z03xSrqYhoc+KHuI+oQ4VubcvZ/i7OQ==",
  1036. "funding": {
  1037. "type": "github",
  1038. "url": "https://github.com/sponsors/ueberdosis"
  1039. },
  1040. "peerDependencies": {
  1041. "@tiptap/core": "^2.5.9"
  1042. }
  1043. },
  1044. "node_modules/@tiptap/extension-italic": {
  1045. "version": "2.5.9",
  1046. "resolved": "https://registry.npmmirror.com/@tiptap/extension-italic/-/extension-italic-2.5.9.tgz",
  1047. "integrity": "sha512-Bw+P139L4cy+B56zpUiRjP8BZSaAUl3JFMnr/FO+FG55QhCxFMXIc6XrC3vslNy5ef3B3zv4gCttS3ee8ByMiw==",
  1048. "funding": {
  1049. "type": "github",
  1050. "url": "https://github.com/sponsors/ueberdosis"
  1051. },
  1052. "peerDependencies": {
  1053. "@tiptap/core": "^2.5.9"
  1054. }
  1055. },
  1056. "node_modules/@tiptap/extension-link": {
  1057. "version": "2.5.9",
  1058. "resolved": "https://registry.npmmirror.com/@tiptap/extension-link/-/extension-link-2.5.9.tgz",
  1059. "integrity": "sha512-7v9yRsX7NuiY8DPslIsPIlFqcD8aGBMLqfEGXltJDvuG6kykdr+khEZeWcJ8ihHIL4yWR3/MAgeT2W72Z/nxiQ==",
  1060. "dependencies": {
  1061. "linkifyjs": "^4.1.0"
  1062. },
  1063. "funding": {
  1064. "type": "github",
  1065. "url": "https://github.com/sponsors/ueberdosis"
  1066. },
  1067. "peerDependencies": {
  1068. "@tiptap/core": "^2.5.9",
  1069. "@tiptap/pm": "^2.5.9"
  1070. }
  1071. },
  1072. "node_modules/@tiptap/extension-list-item": {
  1073. "version": "2.5.9",
  1074. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list-item/-/extension-list-item-2.5.9.tgz",
  1075. "integrity": "sha512-d9Eo+vBz74SMxP0r25aqiErV256C+lGz+VWMjOoqJa6xWLM1keYy12JtGQWJi8UDVZrDskJKCHq81A0uLt27WA==",
  1076. "funding": {
  1077. "type": "github",
  1078. "url": "https://github.com/sponsors/ueberdosis"
  1079. },
  1080. "peerDependencies": {
  1081. "@tiptap/core": "^2.5.9"
  1082. }
  1083. },
  1084. "node_modules/@tiptap/extension-mention": {
  1085. "version": "2.5.9",
  1086. "resolved": "https://registry.npmmirror.com/@tiptap/extension-mention/-/extension-mention-2.5.9.tgz",
  1087. "integrity": "sha512-O8LhClSkX5kUAyShrf2euN4oOusr5/niur7zvvbB7QZxn35kf+NtSM0i4nbyJQDMa7DnrFuQzkN5M/PCvMtr2w==",
  1088. "funding": {
  1089. "type": "github",
  1090. "url": "https://github.com/sponsors/ueberdosis"
  1091. },
  1092. "peerDependencies": {
  1093. "@tiptap/core": "^2.5.9",
  1094. "@tiptap/pm": "^2.5.9",
  1095. "@tiptap/suggestion": "^2.5.9"
  1096. }
  1097. },
  1098. "node_modules/@tiptap/extension-ordered-list": {
  1099. "version": "2.5.9",
  1100. "resolved": "https://registry.npmmirror.com/@tiptap/extension-ordered-list/-/extension-ordered-list-2.5.9.tgz",
  1101. "integrity": "sha512-9MsWpvVvzILuEOd/GdroF7RI7uDuE1M6at9rzsaVGvCPVHZBvu1XR3MSVK5OdiJbbJuPGttlzEFLaN/rQdCGFg==",
  1102. "funding": {
  1103. "type": "github",
  1104. "url": "https://github.com/sponsors/ueberdosis"
  1105. },
  1106. "peerDependencies": {
  1107. "@tiptap/core": "^2.5.9"
  1108. }
  1109. },
  1110. "node_modules/@tiptap/extension-paragraph": {
  1111. "version": "2.5.9",
  1112. "resolved": "https://registry.npmmirror.com/@tiptap/extension-paragraph/-/extension-paragraph-2.5.9.tgz",
  1113. "integrity": "sha512-HDXGiHTJ/V85dbDMjcFj4XfqyTQZqry6V21ucMzgBZYX60X3gIn7VpQTQnnRjvULSgtfOASSJP6BELc5TyiK0w==",
  1114. "funding": {
  1115. "type": "github",
  1116. "url": "https://github.com/sponsors/ueberdosis"
  1117. },
  1118. "peerDependencies": {
  1119. "@tiptap/core": "^2.5.9"
  1120. }
  1121. },
  1122. "node_modules/@tiptap/extension-placeholder": {
  1123. "version": "2.5.9",
  1124. "resolved": "https://registry.npmmirror.com/@tiptap/extension-placeholder/-/extension-placeholder-2.5.9.tgz",
  1125. "integrity": "sha512-ytKmlSiebtCBXoMPE2cup48DR0rQiekXhLKLkNyt7m8tSXkaRO4eDaFqCqPEXLeQXWdhwWEoPM6Cejaaa3ztkA==",
  1126. "funding": {
  1127. "type": "github",
  1128. "url": "https://github.com/sponsors/ueberdosis"
  1129. },
  1130. "peerDependencies": {
  1131. "@tiptap/core": "^2.5.9",
  1132. "@tiptap/pm": "^2.5.9"
  1133. }
  1134. },
  1135. "node_modules/@tiptap/extension-strike": {
  1136. "version": "2.5.9",
  1137. "resolved": "https://registry.npmmirror.com/@tiptap/extension-strike/-/extension-strike-2.5.9.tgz",
  1138. "integrity": "sha512-QezkOZpczpl09S8lp5JL7sRkwREoPY16Y/lTvBcFKm3TZbVzYZZ/KwS0zpwK9HXTfXr8os4L9AGjQf0tHonX+w==",
  1139. "funding": {
  1140. "type": "github",
  1141. "url": "https://github.com/sponsors/ueberdosis"
  1142. },
  1143. "peerDependencies": {
  1144. "@tiptap/core": "^2.5.9"
  1145. }
  1146. },
  1147. "node_modules/@tiptap/extension-subscript": {
  1148. "version": "2.5.9",
  1149. "resolved": "https://registry.npmmirror.com/@tiptap/extension-subscript/-/extension-subscript-2.5.9.tgz",
  1150. "integrity": "sha512-SY1VCf/zlsBLowZaayXGl7dkIGPMNieCO0P1luFBjsiEXCRff0WYVpxi24wzgMeWE6q28SXmd3eD5BsGBudx9g==",
  1151. "funding": {
  1152. "type": "github",
  1153. "url": "https://github.com/sponsors/ueberdosis"
  1154. },
  1155. "peerDependencies": {
  1156. "@tiptap/core": "^2.5.9"
  1157. }
  1158. },
  1159. "node_modules/@tiptap/extension-superscript": {
  1160. "version": "2.5.9",
  1161. "resolved": "https://registry.npmmirror.com/@tiptap/extension-superscript/-/extension-superscript-2.5.9.tgz",
  1162. "integrity": "sha512-ggpVx/oJk6tBDq7mNxrJNXhitHVqkJVbeOKaac5FACCoA3ZzHgZ75JooxZqn5wRoCaqShmbljLb8ZqefdX/PRg==",
  1163. "funding": {
  1164. "type": "github",
  1165. "url": "https://github.com/sponsors/ueberdosis"
  1166. },
  1167. "peerDependencies": {
  1168. "@tiptap/core": "^2.5.9"
  1169. }
  1170. },
  1171. "node_modules/@tiptap/extension-table": {
  1172. "version": "2.5.9",
  1173. "resolved": "https://registry.npmmirror.com/@tiptap/extension-table/-/extension-table-2.5.9.tgz",
  1174. "integrity": "sha512-kLZdYBO0Ug4sNjzyDfa3W29qL4HdRK/IaMxcmcEbyKSt42qiMJlIelbGzVENzxe9AbcNTeiWje70Nhk4dbb8Ag==",
  1175. "funding": {
  1176. "type": "github",
  1177. "url": "https://github.com/sponsors/ueberdosis"
  1178. },
  1179. "peerDependencies": {
  1180. "@tiptap/core": "^2.5.9",
  1181. "@tiptap/pm": "^2.5.9"
  1182. }
  1183. },
  1184. "node_modules/@tiptap/extension-table-cell": {
  1185. "version": "2.5.9",
  1186. "resolved": "https://registry.npmmirror.com/@tiptap/extension-table-cell/-/extension-table-cell-2.5.9.tgz",
  1187. "integrity": "sha512-83zg+d8iY7FLZDC2qJVvHFEIwqB9e/zGPyfRMglYH7YxHeJSycG2K969DQhwkSq+z0PhHEO2XHDcD9aFnXRQNQ==",
  1188. "funding": {
  1189. "type": "github",
  1190. "url": "https://github.com/sponsors/ueberdosis"
  1191. },
  1192. "peerDependencies": {
  1193. "@tiptap/core": "^2.5.9"
  1194. }
  1195. },
  1196. "node_modules/@tiptap/extension-table-header": {
  1197. "version": "2.5.9",
  1198. "resolved": "https://registry.npmmirror.com/@tiptap/extension-table-header/-/extension-table-header-2.5.9.tgz",
  1199. "integrity": "sha512-+FKfxpEO8RnsHUhcWFeSpsI3ZRaDtgcX2c4kBBXZGJBMWHxw71VK9gkRM+JtxCl70hNyZR13qpOw1RmByf2kdw==",
  1200. "funding": {
  1201. "type": "github",
  1202. "url": "https://github.com/sponsors/ueberdosis"
  1203. },
  1204. "peerDependencies": {
  1205. "@tiptap/core": "^2.5.9"
  1206. }
  1207. },
  1208. "node_modules/@tiptap/extension-table-row": {
  1209. "version": "2.5.9",
  1210. "resolved": "https://registry.npmmirror.com/@tiptap/extension-table-row/-/extension-table-row-2.5.9.tgz",
  1211. "integrity": "sha512-VPmkzraT9m7g2/88qsTF9EQdFvkcwhvOD+WWZTflN92LMsRHddJt3peJ/fpuf0QKnwwn5qIB3fXWja4VcZe3wQ==",
  1212. "funding": {
  1213. "type": "github",
  1214. "url": "https://github.com/sponsors/ueberdosis"
  1215. },
  1216. "peerDependencies": {
  1217. "@tiptap/core": "^2.5.9"
  1218. }
  1219. },
  1220. "node_modules/@tiptap/extension-task-item": {
  1221. "version": "2.5.9",
  1222. "resolved": "https://registry.npmmirror.com/@tiptap/extension-task-item/-/extension-task-item-2.5.9.tgz",
  1223. "integrity": "sha512-g4HK3r3yNE0RcXQOkJHs94Ws/fhhTqa1L5iAy4gwYKNNFFnIQl8BpE6nn9d5h33kWDN9jjY+PZmq+0PvxCLODQ==",
  1224. "funding": {
  1225. "type": "github",
  1226. "url": "https://github.com/sponsors/ueberdosis"
  1227. },
  1228. "peerDependencies": {
  1229. "@tiptap/core": "^2.5.9",
  1230. "@tiptap/pm": "^2.5.9"
  1231. }
  1232. },
  1233. "node_modules/@tiptap/extension-task-list": {
  1234. "version": "2.5.9",
  1235. "resolved": "https://registry.npmmirror.com/@tiptap/extension-task-list/-/extension-task-list-2.5.9.tgz",
  1236. "integrity": "sha512-OylVo5cAh0117PzhyM8MGaUIrCskGiF7v7x6/zAHMFIqVdcbKsq+hMueVPnABfOyLcIH5Zojo3NzNOJeKeblCg==",
  1237. "funding": {
  1238. "type": "github",
  1239. "url": "https://github.com/sponsors/ueberdosis"
  1240. },
  1241. "peerDependencies": {
  1242. "@tiptap/core": "^2.5.9"
  1243. }
  1244. },
  1245. "node_modules/@tiptap/extension-text": {
  1246. "version": "2.5.9",
  1247. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text/-/extension-text-2.5.9.tgz",
  1248. "integrity": "sha512-W0pfiQUPsMkwaV5Y/wKW4cFsyXAIkyOFt7uN5u6LrZ/iW9KZ/IsDODPJDikWp0aeQnXzT9NNQULTpCjbHzzS6g==",
  1249. "funding": {
  1250. "type": "github",
  1251. "url": "https://github.com/sponsors/ueberdosis"
  1252. },
  1253. "peerDependencies": {
  1254. "@tiptap/core": "^2.5.9"
  1255. }
  1256. },
  1257. "node_modules/@tiptap/extension-text-align": {
  1258. "version": "2.5.9",
  1259. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-align/-/extension-text-align-2.5.9.tgz",
  1260. "integrity": "sha512-WYp9v7NEWddTt2Avbk3k/3g/fkL0hh4HEG97ubCPAj2aZzlZ85AEcRN8o4wLXJvZNj43nKQtZeel84INS5uzOg==",
  1261. "funding": {
  1262. "type": "github",
  1263. "url": "https://github.com/sponsors/ueberdosis"
  1264. },
  1265. "peerDependencies": {
  1266. "@tiptap/core": "^2.5.9"
  1267. }
  1268. },
  1269. "node_modules/@tiptap/extension-text-style": {
  1270. "version": "2.5.9",
  1271. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-style/-/extension-text-style-2.5.9.tgz",
  1272. "integrity": "sha512-1pNnl/a5EdY7g3IeFomm0B6eiTvAFOBeJGswoYxogzHmkWbLFhXFdgZ6qz7+k985w4qscsG1GpvtOW3IrJ9J6g==",
  1273. "funding": {
  1274. "type": "github",
  1275. "url": "https://github.com/sponsors/ueberdosis"
  1276. },
  1277. "peerDependencies": {
  1278. "@tiptap/core": "^2.5.9"
  1279. }
  1280. },
  1281. "node_modules/@tiptap/extension-underline": {
  1282. "version": "2.5.9",
  1283. "resolved": "https://registry.npmmirror.com/@tiptap/extension-underline/-/extension-underline-2.5.9.tgz",
  1284. "integrity": "sha512-1gFBLzzphwJHsPLwUl9xosErEmtG2c2Sa2ajyS4uRjfl9X7+Li2O2WelZLHZGgTHWliE6ptA3m1MyXppHoitbg==",
  1285. "funding": {
  1286. "type": "github",
  1287. "url": "https://github.com/sponsors/ueberdosis"
  1288. },
  1289. "peerDependencies": {
  1290. "@tiptap/core": "^2.5.9"
  1291. }
  1292. },
  1293. "node_modules/@tiptap/pm": {
  1294. "version": "2.5.9",
  1295. "resolved": "https://registry.npmmirror.com/@tiptap/pm/-/pm-2.5.9.tgz",
  1296. "integrity": "sha512-YSUaEQVtvZnGzGjif2Tl2o9utE+6tR2Djhz0EqFUcAUEVhOMk7UYUO+r/aPfcCRraIoKKuDQzyCpjKmJicjCUA==",
  1297. "dependencies": {
  1298. "prosemirror-changeset": "^2.2.1",
  1299. "prosemirror-collab": "^1.3.1",
  1300. "prosemirror-commands": "^1.5.2",
  1301. "prosemirror-dropcursor": "^1.8.1",
  1302. "prosemirror-gapcursor": "^1.3.2",
  1303. "prosemirror-history": "^1.4.1",
  1304. "prosemirror-inputrules": "^1.4.0",
  1305. "prosemirror-keymap": "^1.2.2",
  1306. "prosemirror-markdown": "^1.13.0",
  1307. "prosemirror-menu": "^1.2.4",
  1308. "prosemirror-model": "^1.22.2",
  1309. "prosemirror-schema-basic": "^1.2.3",
  1310. "prosemirror-schema-list": "^1.4.1",
  1311. "prosemirror-state": "^1.4.3",
  1312. "prosemirror-tables": "^1.4.0",
  1313. "prosemirror-trailing-node": "^2.0.9",
  1314. "prosemirror-transform": "^1.9.0",
  1315. "prosemirror-view": "^1.33.9"
  1316. },
  1317. "funding": {
  1318. "type": "github",
  1319. "url": "https://github.com/sponsors/ueberdosis"
  1320. }
  1321. },
  1322. "node_modules/@tiptap/starter-kit": {
  1323. "version": "2.5.9",
  1324. "resolved": "https://registry.npmmirror.com/@tiptap/starter-kit/-/starter-kit-2.5.9.tgz",
  1325. "integrity": "sha512-nZ4V+vRayomjxUsajFMHv1iJ5SiSaEA65LAXze/CzyZXGMXfL2OLzY7wJoaVJ4BgwINuO0dOSAtpNDN6jI+6mQ==",
  1326. "dependencies": {
  1327. "@tiptap/core": "^2.5.9",
  1328. "@tiptap/extension-blockquote": "^2.5.9",
  1329. "@tiptap/extension-bold": "^2.5.9",
  1330. "@tiptap/extension-bullet-list": "^2.5.9",
  1331. "@tiptap/extension-code": "^2.5.9",
  1332. "@tiptap/extension-code-block": "^2.5.9",
  1333. "@tiptap/extension-document": "^2.5.9",
  1334. "@tiptap/extension-dropcursor": "^2.5.9",
  1335. "@tiptap/extension-gapcursor": "^2.5.9",
  1336. "@tiptap/extension-hard-break": "^2.5.9",
  1337. "@tiptap/extension-heading": "^2.5.9",
  1338. "@tiptap/extension-history": "^2.5.9",
  1339. "@tiptap/extension-horizontal-rule": "^2.5.9",
  1340. "@tiptap/extension-italic": "^2.5.9",
  1341. "@tiptap/extension-list-item": "^2.5.9",
  1342. "@tiptap/extension-ordered-list": "^2.5.9",
  1343. "@tiptap/extension-paragraph": "^2.5.9",
  1344. "@tiptap/extension-strike": "^2.5.9",
  1345. "@tiptap/extension-text": "^2.5.9"
  1346. },
  1347. "funding": {
  1348. "type": "github",
  1349. "url": "https://github.com/sponsors/ueberdosis"
  1350. }
  1351. },
  1352. "node_modules/@tiptap/suggestion": {
  1353. "version": "2.5.9",
  1354. "resolved": "https://registry.npmmirror.com/@tiptap/suggestion/-/suggestion-2.5.9.tgz",
  1355. "integrity": "sha512-s7UU0j2IRreVXrMMxsFvsNjJnZeTS1SAwsjLkN2YX+/ZQss92s0BLP3HsxEr2oFHlFye8E0qR9xjWZ4vSc9asw==",
  1356. "funding": {
  1357. "type": "github",
  1358. "url": "https://github.com/sponsors/ueberdosis"
  1359. },
  1360. "peerDependencies": {
  1361. "@tiptap/core": "^2.5.9",
  1362. "@tiptap/pm": "^2.5.9"
  1363. }
  1364. },
  1365. "node_modules/@types/cookie": {
  1366. "version": "0.6.0",
  1367. "resolved": "https://registry.npmmirror.com/@types/cookie/-/cookie-0.6.0.tgz",
  1368. "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
  1369. "dev": true
  1370. },
  1371. "node_modules/@types/estree": {
  1372. "version": "1.0.5",
  1373. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz",
  1374. "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
  1375. "dev": true
  1376. },
  1377. "node_modules/@types/hast": {
  1378. "version": "3.0.4",
  1379. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  1380. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  1381. "dependencies": {
  1382. "@types/unist": "*"
  1383. }
  1384. },
  1385. "node_modules/@types/linkify-it": {
  1386. "version": "3.0.5",
  1387. "resolved": "https://registry.npmmirror.com/@types/linkify-it/-/linkify-it-3.0.5.tgz",
  1388. "integrity": "sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw=="
  1389. },
  1390. "node_modules/@types/markdown-it": {
  1391. "version": "13.0.9",
  1392. "resolved": "https://registry.npmmirror.com/@types/markdown-it/-/markdown-it-13.0.9.tgz",
  1393. "integrity": "sha512-1XPwR0+MgXLWfTn9gCsZ55AHOKW1WN+P9vr0PaQh5aerR9LLQXUbjfEAFhjmEmyoYFWAyuN2Mqkn40MZ4ukjBw==",
  1394. "dependencies": {
  1395. "@types/linkify-it": "^3",
  1396. "@types/mdurl": "^1"
  1397. }
  1398. },
  1399. "node_modules/@types/mdurl": {
  1400. "version": "1.0.5",
  1401. "resolved": "https://registry.npmmirror.com/@types/mdurl/-/mdurl-1.0.5.tgz",
  1402. "integrity": "sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA=="
  1403. },
  1404. "node_modules/@types/pug": {
  1405. "version": "2.0.10",
  1406. "resolved": "https://registry.npmmirror.com/@types/pug/-/pug-2.0.10.tgz",
  1407. "integrity": "sha512-Sk/uYFOBAB7mb74XcpizmH0KOR2Pv3D2Hmrh1Dmy5BmK3MpdSa5kqZcg6EKBdklU0bFXX9gCfzvpnyUehrPIuA==",
  1408. "dev": true
  1409. },
  1410. "node_modules/@types/unist": {
  1411. "version": "3.0.2",
  1412. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.2.tgz",
  1413. "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
  1414. },
  1415. "node_modules/acorn": {
  1416. "version": "8.12.1",
  1417. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.12.1.tgz",
  1418. "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
  1419. "dev": true,
  1420. "bin": {
  1421. "acorn": "bin/acorn"
  1422. },
  1423. "engines": {
  1424. "node": ">=0.4.0"
  1425. }
  1426. },
  1427. "node_modules/aieditor": {
  1428. "version": "1.0.13",
  1429. "resolved": "https://registry.npmmirror.com/aieditor/-/aieditor-1.0.13.tgz",
  1430. "integrity": "sha512-A1NIydCJgno3VvEKWPyHZlS7IF5FwBO1X4QO3GEKNcs8wMmmVGbcoVDPHON3uo9bTKaxuuIiONyfLCGHLBpW2Q==",
  1431. "dependencies": {
  1432. "@tiptap/core": "^2.4.0",
  1433. "@tiptap/extension-bubble-menu": "^2.4.0",
  1434. "@tiptap/extension-character-count": "^2.4.0",
  1435. "@tiptap/extension-code-block-lowlight": "^2.4.0",
  1436. "@tiptap/extension-color": "^2.4.0",
  1437. "@tiptap/extension-font-family": "^2.4.0",
  1438. "@tiptap/extension-gapcursor": "^2.4.0",
  1439. "@tiptap/extension-highlight": "^2.4.0",
  1440. "@tiptap/extension-image": "^2.4.0",
  1441. "@tiptap/extension-link": "^2.4.0",
  1442. "@tiptap/extension-mention": "^2.4.0",
  1443. "@tiptap/extension-placeholder": "^2.4.0",
  1444. "@tiptap/extension-subscript": "^2.4.0",
  1445. "@tiptap/extension-superscript": "^2.4.0",
  1446. "@tiptap/extension-table": "^2.4.0",
  1447. "@tiptap/extension-table-cell": "^2.4.0",
  1448. "@tiptap/extension-table-header": "^2.4.0",
  1449. "@tiptap/extension-table-row": "^2.4.0",
  1450. "@tiptap/extension-task-item": "^2.4.0",
  1451. "@tiptap/extension-task-list": "^2.4.0",
  1452. "@tiptap/extension-text-align": "^2.4.0",
  1453. "@tiptap/extension-text-style": "^2.4.0",
  1454. "@tiptap/extension-underline": "^2.4.0",
  1455. "@tiptap/pm": "^2.4.0",
  1456. "@tiptap/starter-kit": "^2.4.0",
  1457. "@tiptap/suggestion": "^2.4.0",
  1458. "crypto-js": "^4.2.0",
  1459. "i18next": "^23.7.6",
  1460. "lowlight": "^3.1.0",
  1461. "markdown-it": "^13.0.2",
  1462. "markdown-it-container": "^3.0.0",
  1463. "node-html-parser": "^6.1.11",
  1464. "tippy.js": "^6.3.7",
  1465. "tiptap-markdown": "^0.8.10"
  1466. }
  1467. },
  1468. "node_modules/anymatch": {
  1469. "version": "3.1.3",
  1470. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  1471. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  1472. "dev": true,
  1473. "dependencies": {
  1474. "normalize-path": "^3.0.0",
  1475. "picomatch": "^2.0.4"
  1476. },
  1477. "engines": {
  1478. "node": ">= 8"
  1479. }
  1480. },
  1481. "node_modules/argparse": {
  1482. "version": "2.0.1",
  1483. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  1484. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  1485. },
  1486. "node_modules/aria-query": {
  1487. "version": "5.3.0",
  1488. "resolved": "https://registry.npmmirror.com/aria-query/-/aria-query-5.3.0.tgz",
  1489. "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
  1490. "dev": true,
  1491. "dependencies": {
  1492. "dequal": "^2.0.3"
  1493. }
  1494. },
  1495. "node_modules/axobject-query": {
  1496. "version": "4.1.0",
  1497. "resolved": "https://registry.npmmirror.com/axobject-query/-/axobject-query-4.1.0.tgz",
  1498. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  1499. "dev": true,
  1500. "engines": {
  1501. "node": ">= 0.4"
  1502. }
  1503. },
  1504. "node_modules/balanced-match": {
  1505. "version": "1.0.2",
  1506. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  1507. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  1508. "dev": true
  1509. },
  1510. "node_modules/binary-extensions": {
  1511. "version": "2.3.0",
  1512. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  1513. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  1514. "dev": true,
  1515. "engines": {
  1516. "node": ">=8"
  1517. },
  1518. "funding": {
  1519. "url": "https://github.com/sponsors/sindresorhus"
  1520. }
  1521. },
  1522. "node_modules/boolbase": {
  1523. "version": "1.0.0",
  1524. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  1525. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  1526. },
  1527. "node_modules/brace-expansion": {
  1528. "version": "1.1.11",
  1529. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  1530. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  1531. "dev": true,
  1532. "dependencies": {
  1533. "balanced-match": "^1.0.0",
  1534. "concat-map": "0.0.1"
  1535. }
  1536. },
  1537. "node_modules/braces": {
  1538. "version": "3.0.3",
  1539. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  1540. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  1541. "dev": true,
  1542. "dependencies": {
  1543. "fill-range": "^7.1.1"
  1544. },
  1545. "engines": {
  1546. "node": ">=8"
  1547. }
  1548. },
  1549. "node_modules/buffer-crc32": {
  1550. "version": "1.0.0",
  1551. "resolved": "https://registry.npmmirror.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  1552. "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  1553. "dev": true,
  1554. "engines": {
  1555. "node": ">=8.0.0"
  1556. }
  1557. },
  1558. "node_modules/chokidar": {
  1559. "version": "3.6.0",
  1560. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  1561. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  1562. "dev": true,
  1563. "dependencies": {
  1564. "anymatch": "~3.1.2",
  1565. "braces": "~3.0.2",
  1566. "glob-parent": "~5.1.2",
  1567. "is-binary-path": "~2.1.0",
  1568. "is-glob": "~4.0.1",
  1569. "normalize-path": "~3.0.0",
  1570. "readdirp": "~3.6.0"
  1571. },
  1572. "engines": {
  1573. "node": ">= 8.10.0"
  1574. },
  1575. "funding": {
  1576. "url": "https://paulmillr.com/funding/"
  1577. },
  1578. "optionalDependencies": {
  1579. "fsevents": "~2.3.2"
  1580. }
  1581. },
  1582. "node_modules/code-red": {
  1583. "version": "1.0.4",
  1584. "resolved": "https://registry.npmmirror.com/code-red/-/code-red-1.0.4.tgz",
  1585. "integrity": "sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==",
  1586. "dev": true,
  1587. "dependencies": {
  1588. "@jridgewell/sourcemap-codec": "^1.4.15",
  1589. "@types/estree": "^1.0.1",
  1590. "acorn": "^8.10.0",
  1591. "estree-walker": "^3.0.3",
  1592. "periscopic": "^3.1.0"
  1593. }
  1594. },
  1595. "node_modules/concat-map": {
  1596. "version": "0.0.1",
  1597. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  1598. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  1599. "dev": true
  1600. },
  1601. "node_modules/cookie": {
  1602. "version": "0.6.0",
  1603. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.6.0.tgz",
  1604. "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
  1605. "dev": true,
  1606. "engines": {
  1607. "node": ">= 0.6"
  1608. }
  1609. },
  1610. "node_modules/crelt": {
  1611. "version": "1.0.6",
  1612. "resolved": "https://registry.npmmirror.com/crelt/-/crelt-1.0.6.tgz",
  1613. "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g=="
  1614. },
  1615. "node_modules/crypto-js": {
  1616. "version": "4.2.0",
  1617. "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz",
  1618. "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
  1619. },
  1620. "node_modules/css-select": {
  1621. "version": "5.1.0",
  1622. "resolved": "https://registry.npmmirror.com/css-select/-/css-select-5.1.0.tgz",
  1623. "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
  1624. "dependencies": {
  1625. "boolbase": "^1.0.0",
  1626. "css-what": "^6.1.0",
  1627. "domhandler": "^5.0.2",
  1628. "domutils": "^3.0.1",
  1629. "nth-check": "^2.0.1"
  1630. },
  1631. "funding": {
  1632. "url": "https://github.com/sponsors/fb55"
  1633. }
  1634. },
  1635. "node_modules/css-tree": {
  1636. "version": "2.3.1",
  1637. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-2.3.1.tgz",
  1638. "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
  1639. "dev": true,
  1640. "dependencies": {
  1641. "mdn-data": "2.0.30",
  1642. "source-map-js": "^1.0.1"
  1643. },
  1644. "engines": {
  1645. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  1646. }
  1647. },
  1648. "node_modules/css-what": {
  1649. "version": "6.1.0",
  1650. "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz",
  1651. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
  1652. "engines": {
  1653. "node": ">= 6"
  1654. },
  1655. "funding": {
  1656. "url": "https://github.com/sponsors/fb55"
  1657. }
  1658. },
  1659. "node_modules/debug": {
  1660. "version": "4.3.6",
  1661. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.6.tgz",
  1662. "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
  1663. "dev": true,
  1664. "dependencies": {
  1665. "ms": "2.1.2"
  1666. },
  1667. "engines": {
  1668. "node": ">=6.0"
  1669. },
  1670. "peerDependenciesMeta": {
  1671. "supports-color": {
  1672. "optional": true
  1673. }
  1674. }
  1675. },
  1676. "node_modules/deepmerge": {
  1677. "version": "4.3.1",
  1678. "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz",
  1679. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  1680. "dev": true,
  1681. "engines": {
  1682. "node": ">=0.10.0"
  1683. }
  1684. },
  1685. "node_modules/dequal": {
  1686. "version": "2.0.3",
  1687. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  1688. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  1689. "engines": {
  1690. "node": ">=6"
  1691. }
  1692. },
  1693. "node_modules/detect-indent": {
  1694. "version": "6.1.0",
  1695. "resolved": "https://registry.npmmirror.com/detect-indent/-/detect-indent-6.1.0.tgz",
  1696. "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==",
  1697. "dev": true,
  1698. "engines": {
  1699. "node": ">=8"
  1700. }
  1701. },
  1702. "node_modules/devalue": {
  1703. "version": "5.0.0",
  1704. "resolved": "https://registry.npmmirror.com/devalue/-/devalue-5.0.0.tgz",
  1705. "integrity": "sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA==",
  1706. "dev": true
  1707. },
  1708. "node_modules/devlop": {
  1709. "version": "1.1.0",
  1710. "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
  1711. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  1712. "dependencies": {
  1713. "dequal": "^2.0.0"
  1714. },
  1715. "funding": {
  1716. "type": "github",
  1717. "url": "https://github.com/sponsors/wooorm"
  1718. }
  1719. },
  1720. "node_modules/dom-serializer": {
  1721. "version": "2.0.0",
  1722. "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-2.0.0.tgz",
  1723. "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
  1724. "dependencies": {
  1725. "domelementtype": "^2.3.0",
  1726. "domhandler": "^5.0.2",
  1727. "entities": "^4.2.0"
  1728. },
  1729. "funding": {
  1730. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  1731. }
  1732. },
  1733. "node_modules/dom-serializer/node_modules/entities": {
  1734. "version": "4.5.0",
  1735. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  1736. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  1737. "engines": {
  1738. "node": ">=0.12"
  1739. },
  1740. "funding": {
  1741. "url": "https://github.com/fb55/entities?sponsor=1"
  1742. }
  1743. },
  1744. "node_modules/domelementtype": {
  1745. "version": "2.3.0",
  1746. "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
  1747. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  1748. "funding": [
  1749. {
  1750. "type": "github",
  1751. "url": "https://github.com/sponsors/fb55"
  1752. }
  1753. ]
  1754. },
  1755. "node_modules/domhandler": {
  1756. "version": "5.0.3",
  1757. "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-5.0.3.tgz",
  1758. "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
  1759. "dependencies": {
  1760. "domelementtype": "^2.3.0"
  1761. },
  1762. "engines": {
  1763. "node": ">= 4"
  1764. },
  1765. "funding": {
  1766. "url": "https://github.com/fb55/domhandler?sponsor=1"
  1767. }
  1768. },
  1769. "node_modules/domutils": {
  1770. "version": "3.1.0",
  1771. "resolved": "https://registry.npmmirror.com/domutils/-/domutils-3.1.0.tgz",
  1772. "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
  1773. "dependencies": {
  1774. "dom-serializer": "^2.0.0",
  1775. "domelementtype": "^2.3.0",
  1776. "domhandler": "^5.0.3"
  1777. },
  1778. "funding": {
  1779. "url": "https://github.com/fb55/domutils?sponsor=1"
  1780. }
  1781. },
  1782. "node_modules/entities": {
  1783. "version": "3.0.1",
  1784. "resolved": "https://registry.npmmirror.com/entities/-/entities-3.0.1.tgz",
  1785. "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==",
  1786. "engines": {
  1787. "node": ">=0.12"
  1788. },
  1789. "funding": {
  1790. "url": "https://github.com/fb55/entities?sponsor=1"
  1791. }
  1792. },
  1793. "node_modules/es6-promise": {
  1794. "version": "3.3.1",
  1795. "resolved": "https://registry.npmmirror.com/es6-promise/-/es6-promise-3.3.1.tgz",
  1796. "integrity": "sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==",
  1797. "dev": true
  1798. },
  1799. "node_modules/esbuild": {
  1800. "version": "0.21.5",
  1801. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
  1802. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  1803. "dev": true,
  1804. "hasInstallScript": true,
  1805. "bin": {
  1806. "esbuild": "bin/esbuild"
  1807. },
  1808. "engines": {
  1809. "node": ">=12"
  1810. },
  1811. "optionalDependencies": {
  1812. "@esbuild/aix-ppc64": "0.21.5",
  1813. "@esbuild/android-arm": "0.21.5",
  1814. "@esbuild/android-arm64": "0.21.5",
  1815. "@esbuild/android-x64": "0.21.5",
  1816. "@esbuild/darwin-arm64": "0.21.5",
  1817. "@esbuild/darwin-x64": "0.21.5",
  1818. "@esbuild/freebsd-arm64": "0.21.5",
  1819. "@esbuild/freebsd-x64": "0.21.5",
  1820. "@esbuild/linux-arm": "0.21.5",
  1821. "@esbuild/linux-arm64": "0.21.5",
  1822. "@esbuild/linux-ia32": "0.21.5",
  1823. "@esbuild/linux-loong64": "0.21.5",
  1824. "@esbuild/linux-mips64el": "0.21.5",
  1825. "@esbuild/linux-ppc64": "0.21.5",
  1826. "@esbuild/linux-riscv64": "0.21.5",
  1827. "@esbuild/linux-s390x": "0.21.5",
  1828. "@esbuild/linux-x64": "0.21.5",
  1829. "@esbuild/netbsd-x64": "0.21.5",
  1830. "@esbuild/openbsd-x64": "0.21.5",
  1831. "@esbuild/sunos-x64": "0.21.5",
  1832. "@esbuild/win32-arm64": "0.21.5",
  1833. "@esbuild/win32-ia32": "0.21.5",
  1834. "@esbuild/win32-x64": "0.21.5"
  1835. }
  1836. },
  1837. "node_modules/escape-string-regexp": {
  1838. "version": "4.0.0",
  1839. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  1840. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  1841. "engines": {
  1842. "node": ">=10"
  1843. },
  1844. "funding": {
  1845. "url": "https://github.com/sponsors/sindresorhus"
  1846. }
  1847. },
  1848. "node_modules/esm-env": {
  1849. "version": "1.0.0",
  1850. "resolved": "https://registry.npmmirror.com/esm-env/-/esm-env-1.0.0.tgz",
  1851. "integrity": "sha512-Cf6VksWPsTuW01vU9Mk/3vRue91Zevka5SjyNf3nEpokFRuqt/KjUQoGAwq9qMmhpLTHmXzSIrFRw8zxWzmFBA==",
  1852. "dev": true
  1853. },
  1854. "node_modules/estree-walker": {
  1855. "version": "3.0.3",
  1856. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  1857. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  1858. "dev": true,
  1859. "dependencies": {
  1860. "@types/estree": "^1.0.0"
  1861. }
  1862. },
  1863. "node_modules/fill-range": {
  1864. "version": "7.1.1",
  1865. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  1866. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  1867. "dev": true,
  1868. "dependencies": {
  1869. "to-regex-range": "^5.0.1"
  1870. },
  1871. "engines": {
  1872. "node": ">=8"
  1873. }
  1874. },
  1875. "node_modules/fs.realpath": {
  1876. "version": "1.0.0",
  1877. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  1878. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  1879. "dev": true
  1880. },
  1881. "node_modules/fsevents": {
  1882. "version": "2.3.3",
  1883. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  1884. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1885. "dev": true,
  1886. "hasInstallScript": true,
  1887. "optional": true,
  1888. "os": [
  1889. "darwin"
  1890. ],
  1891. "engines": {
  1892. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1893. }
  1894. },
  1895. "node_modules/glob": {
  1896. "version": "7.2.3",
  1897. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  1898. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  1899. "deprecated": "Glob versions prior to v9 are no longer supported",
  1900. "dev": true,
  1901. "dependencies": {
  1902. "fs.realpath": "^1.0.0",
  1903. "inflight": "^1.0.4",
  1904. "inherits": "2",
  1905. "minimatch": "^3.1.1",
  1906. "once": "^1.3.0",
  1907. "path-is-absolute": "^1.0.0"
  1908. },
  1909. "engines": {
  1910. "node": "*"
  1911. },
  1912. "funding": {
  1913. "url": "https://github.com/sponsors/isaacs"
  1914. }
  1915. },
  1916. "node_modules/glob-parent": {
  1917. "version": "5.1.2",
  1918. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  1919. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1920. "dev": true,
  1921. "dependencies": {
  1922. "is-glob": "^4.0.1"
  1923. },
  1924. "engines": {
  1925. "node": ">= 6"
  1926. }
  1927. },
  1928. "node_modules/globalyzer": {
  1929. "version": "0.1.0",
  1930. "resolved": "https://registry.npmmirror.com/globalyzer/-/globalyzer-0.1.0.tgz",
  1931. "integrity": "sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==",
  1932. "dev": true
  1933. },
  1934. "node_modules/globrex": {
  1935. "version": "0.1.2",
  1936. "resolved": "https://registry.npmmirror.com/globrex/-/globrex-0.1.2.tgz",
  1937. "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==",
  1938. "dev": true
  1939. },
  1940. "node_modules/graceful-fs": {
  1941. "version": "4.2.11",
  1942. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  1943. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  1944. "dev": true
  1945. },
  1946. "node_modules/he": {
  1947. "version": "1.2.0",
  1948. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  1949. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  1950. "bin": {
  1951. "he": "bin/he"
  1952. }
  1953. },
  1954. "node_modules/highlight.js": {
  1955. "version": "11.10.0",
  1956. "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.10.0.tgz",
  1957. "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==",
  1958. "peer": true,
  1959. "engines": {
  1960. "node": ">=12.0.0"
  1961. }
  1962. },
  1963. "node_modules/i18next": {
  1964. "version": "23.12.2",
  1965. "resolved": "https://registry.npmmirror.com/i18next/-/i18next-23.12.2.tgz",
  1966. "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==",
  1967. "funding": [
  1968. {
  1969. "type": "individual",
  1970. "url": "https://locize.com"
  1971. },
  1972. {
  1973. "type": "individual",
  1974. "url": "https://locize.com/i18next.html"
  1975. },
  1976. {
  1977. "type": "individual",
  1978. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  1979. }
  1980. ],
  1981. "dependencies": {
  1982. "@babel/runtime": "^7.23.2"
  1983. }
  1984. },
  1985. "node_modules/import-meta-resolve": {
  1986. "version": "4.1.0",
  1987. "resolved": "https://registry.npmmirror.com/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
  1988. "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==",
  1989. "dev": true,
  1990. "funding": {
  1991. "type": "github",
  1992. "url": "https://github.com/sponsors/wooorm"
  1993. }
  1994. },
  1995. "node_modules/inflight": {
  1996. "version": "1.0.6",
  1997. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  1998. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  1999. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  2000. "dev": true,
  2001. "dependencies": {
  2002. "once": "^1.3.0",
  2003. "wrappy": "1"
  2004. }
  2005. },
  2006. "node_modules/inherits": {
  2007. "version": "2.0.4",
  2008. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  2009. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  2010. "dev": true
  2011. },
  2012. "node_modules/is-binary-path": {
  2013. "version": "2.1.0",
  2014. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  2015. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  2016. "dev": true,
  2017. "dependencies": {
  2018. "binary-extensions": "^2.0.0"
  2019. },
  2020. "engines": {
  2021. "node": ">=8"
  2022. }
  2023. },
  2024. "node_modules/is-extglob": {
  2025. "version": "2.1.1",
  2026. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2027. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2028. "dev": true,
  2029. "engines": {
  2030. "node": ">=0.10.0"
  2031. }
  2032. },
  2033. "node_modules/is-glob": {
  2034. "version": "4.0.3",
  2035. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  2036. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2037. "dev": true,
  2038. "dependencies": {
  2039. "is-extglob": "^2.1.1"
  2040. },
  2041. "engines": {
  2042. "node": ">=0.10.0"
  2043. }
  2044. },
  2045. "node_modules/is-number": {
  2046. "version": "7.0.0",
  2047. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  2048. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  2049. "dev": true,
  2050. "engines": {
  2051. "node": ">=0.12.0"
  2052. }
  2053. },
  2054. "node_modules/is-reference": {
  2055. "version": "3.0.2",
  2056. "resolved": "https://registry.npmmirror.com/is-reference/-/is-reference-3.0.2.tgz",
  2057. "integrity": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==",
  2058. "dev": true,
  2059. "dependencies": {
  2060. "@types/estree": "*"
  2061. }
  2062. },
  2063. "node_modules/kleur": {
  2064. "version": "4.1.5",
  2065. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-4.1.5.tgz",
  2066. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  2067. "dev": true,
  2068. "engines": {
  2069. "node": ">=6"
  2070. }
  2071. },
  2072. "node_modules/linkify-it": {
  2073. "version": "4.0.1",
  2074. "resolved": "https://registry.npmmirror.com/linkify-it/-/linkify-it-4.0.1.tgz",
  2075. "integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==",
  2076. "dependencies": {
  2077. "uc.micro": "^1.0.1"
  2078. }
  2079. },
  2080. "node_modules/linkifyjs": {
  2081. "version": "4.1.3",
  2082. "resolved": "https://registry.npmmirror.com/linkifyjs/-/linkifyjs-4.1.3.tgz",
  2083. "integrity": "sha512-auMesunaJ8yfkHvK4gfg1K0SaKX/6Wn9g2Aac/NwX+l5VdmFZzo/hdPGxEOETj+ryRa4/fiOPjeeKURSAJx1sg=="
  2084. },
  2085. "node_modules/locate-character": {
  2086. "version": "3.0.0",
  2087. "resolved": "https://registry.npmmirror.com/locate-character/-/locate-character-3.0.0.tgz",
  2088. "integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==",
  2089. "dev": true
  2090. },
  2091. "node_modules/lowlight": {
  2092. "version": "3.1.0",
  2093. "resolved": "https://registry.npmmirror.com/lowlight/-/lowlight-3.1.0.tgz",
  2094. "integrity": "sha512-CEbNVoSikAxwDMDPjXlqlFYiZLkDJHwyGu/MfOsJnF3d7f3tds5J3z8s/l9TMXhzfsJCCJEAsD78842mwmg0PQ==",
  2095. "dependencies": {
  2096. "@types/hast": "^3.0.0",
  2097. "devlop": "^1.0.0",
  2098. "highlight.js": "~11.9.0"
  2099. },
  2100. "funding": {
  2101. "type": "github",
  2102. "url": "https://github.com/sponsors/wooorm"
  2103. }
  2104. },
  2105. "node_modules/lowlight/node_modules/highlight.js": {
  2106. "version": "11.9.0",
  2107. "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.9.0.tgz",
  2108. "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==",
  2109. "engines": {
  2110. "node": ">=12.0.0"
  2111. }
  2112. },
  2113. "node_modules/magic-string": {
  2114. "version": "0.30.11",
  2115. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.11.tgz",
  2116. "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
  2117. "dev": true,
  2118. "dependencies": {
  2119. "@jridgewell/sourcemap-codec": "^1.5.0"
  2120. }
  2121. },
  2122. "node_modules/markdown-it": {
  2123. "version": "13.0.2",
  2124. "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-13.0.2.tgz",
  2125. "integrity": "sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==",
  2126. "dependencies": {
  2127. "argparse": "^2.0.1",
  2128. "entities": "~3.0.1",
  2129. "linkify-it": "^4.0.1",
  2130. "mdurl": "^1.0.1",
  2131. "uc.micro": "^1.0.5"
  2132. },
  2133. "bin": {
  2134. "markdown-it": "bin/markdown-it.js"
  2135. }
  2136. },
  2137. "node_modules/markdown-it-container": {
  2138. "version": "3.0.0",
  2139. "resolved": "https://registry.npmmirror.com/markdown-it-container/-/markdown-it-container-3.0.0.tgz",
  2140. "integrity": "sha512-y6oKTq4BB9OQuY/KLfk/O3ysFhB3IMYoIWhGJEidXt1NQFocFK2sA2t0NYZAMyMShAGL6x5OPIbrmXPIqaN9rw=="
  2141. },
  2142. "node_modules/markdown-it-task-lists": {
  2143. "version": "2.1.1",
  2144. "resolved": "https://registry.npmmirror.com/markdown-it-task-lists/-/markdown-it-task-lists-2.1.1.tgz",
  2145. "integrity": "sha512-TxFAc76Jnhb2OUu+n3yz9RMu4CwGfaT788br6HhEDlvWfdeJcLUsxk1Hgw2yJio0OXsxv7pyIPmvECY7bMbluA=="
  2146. },
  2147. "node_modules/mdn-data": {
  2148. "version": "2.0.30",
  2149. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.30.tgz",
  2150. "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
  2151. "dev": true
  2152. },
  2153. "node_modules/mdurl": {
  2154. "version": "1.0.1",
  2155. "resolved": "https://registry.npmmirror.com/mdurl/-/mdurl-1.0.1.tgz",
  2156. "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
  2157. },
  2158. "node_modules/min-indent": {
  2159. "version": "1.0.1",
  2160. "resolved": "https://registry.npmmirror.com/min-indent/-/min-indent-1.0.1.tgz",
  2161. "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
  2162. "dev": true,
  2163. "engines": {
  2164. "node": ">=4"
  2165. }
  2166. },
  2167. "node_modules/minimatch": {
  2168. "version": "3.1.2",
  2169. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  2170. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2171. "dev": true,
  2172. "dependencies": {
  2173. "brace-expansion": "^1.1.7"
  2174. },
  2175. "engines": {
  2176. "node": "*"
  2177. }
  2178. },
  2179. "node_modules/minimist": {
  2180. "version": "1.2.8",
  2181. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  2182. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  2183. "dev": true,
  2184. "funding": {
  2185. "url": "https://github.com/sponsors/ljharb"
  2186. }
  2187. },
  2188. "node_modules/mkdirp": {
  2189. "version": "0.5.6",
  2190. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
  2191. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  2192. "dev": true,
  2193. "dependencies": {
  2194. "minimist": "^1.2.6"
  2195. },
  2196. "bin": {
  2197. "mkdirp": "bin/cmd.js"
  2198. }
  2199. },
  2200. "node_modules/mri": {
  2201. "version": "1.2.0",
  2202. "resolved": "https://registry.npmmirror.com/mri/-/mri-1.2.0.tgz",
  2203. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  2204. "dev": true,
  2205. "engines": {
  2206. "node": ">=4"
  2207. }
  2208. },
  2209. "node_modules/mrmime": {
  2210. "version": "2.0.0",
  2211. "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.0.tgz",
  2212. "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
  2213. "dev": true,
  2214. "engines": {
  2215. "node": ">=10"
  2216. }
  2217. },
  2218. "node_modules/ms": {
  2219. "version": "2.1.2",
  2220. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  2221. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  2222. "dev": true
  2223. },
  2224. "node_modules/nanoid": {
  2225. "version": "3.3.7",
  2226. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
  2227. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  2228. "dev": true,
  2229. "funding": [
  2230. {
  2231. "type": "github",
  2232. "url": "https://github.com/sponsors/ai"
  2233. }
  2234. ],
  2235. "bin": {
  2236. "nanoid": "bin/nanoid.cjs"
  2237. },
  2238. "engines": {
  2239. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2240. }
  2241. },
  2242. "node_modules/node-html-parser": {
  2243. "version": "6.1.13",
  2244. "resolved": "https://registry.npmmirror.com/node-html-parser/-/node-html-parser-6.1.13.tgz",
  2245. "integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==",
  2246. "dependencies": {
  2247. "css-select": "^5.1.0",
  2248. "he": "1.2.0"
  2249. }
  2250. },
  2251. "node_modules/normalize-path": {
  2252. "version": "3.0.0",
  2253. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  2254. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  2255. "dev": true,
  2256. "engines": {
  2257. "node": ">=0.10.0"
  2258. }
  2259. },
  2260. "node_modules/nth-check": {
  2261. "version": "2.1.1",
  2262. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  2263. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  2264. "dependencies": {
  2265. "boolbase": "^1.0.0"
  2266. },
  2267. "funding": {
  2268. "url": "https://github.com/fb55/nth-check?sponsor=1"
  2269. }
  2270. },
  2271. "node_modules/once": {
  2272. "version": "1.4.0",
  2273. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  2274. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  2275. "dev": true,
  2276. "dependencies": {
  2277. "wrappy": "1"
  2278. }
  2279. },
  2280. "node_modules/orderedmap": {
  2281. "version": "2.1.1",
  2282. "resolved": "https://registry.npmmirror.com/orderedmap/-/orderedmap-2.1.1.tgz",
  2283. "integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g=="
  2284. },
  2285. "node_modules/path-is-absolute": {
  2286. "version": "1.0.1",
  2287. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  2288. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  2289. "dev": true,
  2290. "engines": {
  2291. "node": ">=0.10.0"
  2292. }
  2293. },
  2294. "node_modules/periscopic": {
  2295. "version": "3.1.0",
  2296. "resolved": "https://registry.npmmirror.com/periscopic/-/periscopic-3.1.0.tgz",
  2297. "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==",
  2298. "dev": true,
  2299. "dependencies": {
  2300. "@types/estree": "^1.0.0",
  2301. "estree-walker": "^3.0.0",
  2302. "is-reference": "^3.0.0"
  2303. }
  2304. },
  2305. "node_modules/picocolors": {
  2306. "version": "1.0.1",
  2307. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.1.tgz",
  2308. "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
  2309. "dev": true
  2310. },
  2311. "node_modules/picomatch": {
  2312. "version": "2.3.1",
  2313. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  2314. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  2315. "dev": true,
  2316. "engines": {
  2317. "node": ">=8.6"
  2318. },
  2319. "funding": {
  2320. "url": "https://github.com/sponsors/jonschlinkert"
  2321. }
  2322. },
  2323. "node_modules/postcss": {
  2324. "version": "8.4.41",
  2325. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.41.tgz",
  2326. "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
  2327. "dev": true,
  2328. "funding": [
  2329. {
  2330. "type": "opencollective",
  2331. "url": "https://opencollective.com/postcss/"
  2332. },
  2333. {
  2334. "type": "tidelift",
  2335. "url": "https://tidelift.com/funding/github/npm/postcss"
  2336. },
  2337. {
  2338. "type": "github",
  2339. "url": "https://github.com/sponsors/ai"
  2340. }
  2341. ],
  2342. "dependencies": {
  2343. "nanoid": "^3.3.7",
  2344. "picocolors": "^1.0.1",
  2345. "source-map-js": "^1.2.0"
  2346. },
  2347. "engines": {
  2348. "node": "^10 || ^12 || >=14"
  2349. }
  2350. },
  2351. "node_modules/prosemirror-changeset": {
  2352. "version": "2.2.1",
  2353. "resolved": "https://registry.npmmirror.com/prosemirror-changeset/-/prosemirror-changeset-2.2.1.tgz",
  2354. "integrity": "sha512-J7msc6wbxB4ekDFj+n9gTW/jav/p53kdlivvuppHsrZXCaQdVgRghoZbSS3kwrRyAstRVQ4/+u5k7YfLgkkQvQ==",
  2355. "dependencies": {
  2356. "prosemirror-transform": "^1.0.0"
  2357. }
  2358. },
  2359. "node_modules/prosemirror-collab": {
  2360. "version": "1.3.1",
  2361. "resolved": "https://registry.npmmirror.com/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz",
  2362. "integrity": "sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==",
  2363. "dependencies": {
  2364. "prosemirror-state": "^1.0.0"
  2365. }
  2366. },
  2367. "node_modules/prosemirror-commands": {
  2368. "version": "1.6.0",
  2369. "resolved": "https://registry.npmmirror.com/prosemirror-commands/-/prosemirror-commands-1.6.0.tgz",
  2370. "integrity": "sha512-xn1U/g36OqXn2tn5nGmvnnimAj/g1pUx2ypJJIe8WkVX83WyJVC5LTARaxZa2AtQRwntu9Jc5zXs9gL9svp/mg==",
  2371. "dependencies": {
  2372. "prosemirror-model": "^1.0.0",
  2373. "prosemirror-state": "^1.0.0",
  2374. "prosemirror-transform": "^1.0.0"
  2375. }
  2376. },
  2377. "node_modules/prosemirror-dropcursor": {
  2378. "version": "1.8.1",
  2379. "resolved": "https://registry.npmmirror.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.1.tgz",
  2380. "integrity": "sha512-M30WJdJZLyXHi3N8vxN6Zh5O8ZBbQCz0gURTfPmTIBNQ5pxrdU7A58QkNqfa98YEjSAL1HUyyU34f6Pm5xBSGw==",
  2381. "dependencies": {
  2382. "prosemirror-state": "^1.0.0",
  2383. "prosemirror-transform": "^1.1.0",
  2384. "prosemirror-view": "^1.1.0"
  2385. }
  2386. },
  2387. "node_modules/prosemirror-gapcursor": {
  2388. "version": "1.3.2",
  2389. "resolved": "https://registry.npmmirror.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.3.2.tgz",
  2390. "integrity": "sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ==",
  2391. "dependencies": {
  2392. "prosemirror-keymap": "^1.0.0",
  2393. "prosemirror-model": "^1.0.0",
  2394. "prosemirror-state": "^1.0.0",
  2395. "prosemirror-view": "^1.0.0"
  2396. }
  2397. },
  2398. "node_modules/prosemirror-history": {
  2399. "version": "1.4.1",
  2400. "resolved": "https://registry.npmmirror.com/prosemirror-history/-/prosemirror-history-1.4.1.tgz",
  2401. "integrity": "sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ==",
  2402. "dependencies": {
  2403. "prosemirror-state": "^1.2.2",
  2404. "prosemirror-transform": "^1.0.0",
  2405. "prosemirror-view": "^1.31.0",
  2406. "rope-sequence": "^1.3.0"
  2407. }
  2408. },
  2409. "node_modules/prosemirror-inputrules": {
  2410. "version": "1.4.0",
  2411. "resolved": "https://registry.npmmirror.com/prosemirror-inputrules/-/prosemirror-inputrules-1.4.0.tgz",
  2412. "integrity": "sha512-6ygpPRuTJ2lcOXs9JkefieMst63wVJBgHZGl5QOytN7oSZs3Co/BYbc3Yx9zm9H37Bxw8kVzCnDsihsVsL4yEg==",
  2413. "dependencies": {
  2414. "prosemirror-state": "^1.0.0",
  2415. "prosemirror-transform": "^1.0.0"
  2416. }
  2417. },
  2418. "node_modules/prosemirror-keymap": {
  2419. "version": "1.2.2",
  2420. "resolved": "https://registry.npmmirror.com/prosemirror-keymap/-/prosemirror-keymap-1.2.2.tgz",
  2421. "integrity": "sha512-EAlXoksqC6Vbocqc0GtzCruZEzYgrn+iiGnNjsJsH4mrnIGex4qbLdWWNza3AW5W36ZRrlBID0eM6bdKH4OStQ==",
  2422. "dependencies": {
  2423. "prosemirror-state": "^1.0.0",
  2424. "w3c-keyname": "^2.2.0"
  2425. }
  2426. },
  2427. "node_modules/prosemirror-markdown": {
  2428. "version": "1.13.0",
  2429. "resolved": "https://registry.npmmirror.com/prosemirror-markdown/-/prosemirror-markdown-1.13.0.tgz",
  2430. "integrity": "sha512-UziddX3ZYSYibgx8042hfGKmukq5Aljp2qoBiJRejD/8MH70siQNz5RB1TrdTPheqLMy4aCe4GYNF10/3lQS5g==",
  2431. "dependencies": {
  2432. "markdown-it": "^14.0.0",
  2433. "prosemirror-model": "^1.20.0"
  2434. }
  2435. },
  2436. "node_modules/prosemirror-markdown/node_modules/entities": {
  2437. "version": "4.5.0",
  2438. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  2439. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  2440. "engines": {
  2441. "node": ">=0.12"
  2442. },
  2443. "funding": {
  2444. "url": "https://github.com/fb55/entities?sponsor=1"
  2445. }
  2446. },
  2447. "node_modules/prosemirror-markdown/node_modules/linkify-it": {
  2448. "version": "5.0.0",
  2449. "resolved": "https://registry.npmmirror.com/linkify-it/-/linkify-it-5.0.0.tgz",
  2450. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  2451. "dependencies": {
  2452. "uc.micro": "^2.0.0"
  2453. }
  2454. },
  2455. "node_modules/prosemirror-markdown/node_modules/markdown-it": {
  2456. "version": "14.1.0",
  2457. "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-14.1.0.tgz",
  2458. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  2459. "dependencies": {
  2460. "argparse": "^2.0.1",
  2461. "entities": "^4.4.0",
  2462. "linkify-it": "^5.0.0",
  2463. "mdurl": "^2.0.0",
  2464. "punycode.js": "^2.3.1",
  2465. "uc.micro": "^2.1.0"
  2466. },
  2467. "bin": {
  2468. "markdown-it": "bin/markdown-it.mjs"
  2469. }
  2470. },
  2471. "node_modules/prosemirror-markdown/node_modules/mdurl": {
  2472. "version": "2.0.0",
  2473. "resolved": "https://registry.npmmirror.com/mdurl/-/mdurl-2.0.0.tgz",
  2474. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w=="
  2475. },
  2476. "node_modules/prosemirror-markdown/node_modules/uc.micro": {
  2477. "version": "2.1.0",
  2478. "resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-2.1.0.tgz",
  2479. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="
  2480. },
  2481. "node_modules/prosemirror-menu": {
  2482. "version": "1.2.4",
  2483. "resolved": "https://registry.npmmirror.com/prosemirror-menu/-/prosemirror-menu-1.2.4.tgz",
  2484. "integrity": "sha512-S/bXlc0ODQup6aiBbWVsX/eM+xJgCTAfMq/nLqaO5ID/am4wS0tTCIkzwytmao7ypEtjj39i7YbJjAgO20mIqA==",
  2485. "dependencies": {
  2486. "crelt": "^1.0.0",
  2487. "prosemirror-commands": "^1.0.0",
  2488. "prosemirror-history": "^1.0.0",
  2489. "prosemirror-state": "^1.0.0"
  2490. }
  2491. },
  2492. "node_modules/prosemirror-model": {
  2493. "version": "1.22.3",
  2494. "resolved": "https://registry.npmmirror.com/prosemirror-model/-/prosemirror-model-1.22.3.tgz",
  2495. "integrity": "sha512-V4XCysitErI+i0rKFILGt/xClnFJaohe/wrrlT2NSZ+zk8ggQfDH4x2wNK7Gm0Hp4CIoWizvXFP7L9KMaCuI0Q==",
  2496. "dependencies": {
  2497. "orderedmap": "^2.0.0"
  2498. }
  2499. },
  2500. "node_modules/prosemirror-schema-basic": {
  2501. "version": "1.2.3",
  2502. "resolved": "https://registry.npmmirror.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.3.tgz",
  2503. "integrity": "sha512-h+H0OQwZVqMon1PNn0AG9cTfx513zgIG2DY00eJ00Yvgb3UD+GQ/VlWW5rcaxacpCGT1Yx8nuhwXk4+QbXUfJA==",
  2504. "dependencies": {
  2505. "prosemirror-model": "^1.19.0"
  2506. }
  2507. },
  2508. "node_modules/prosemirror-schema-list": {
  2509. "version": "1.4.1",
  2510. "resolved": "https://registry.npmmirror.com/prosemirror-schema-list/-/prosemirror-schema-list-1.4.1.tgz",
  2511. "integrity": "sha512-jbDyaP/6AFfDfu70VzySsD75Om2t3sXTOdl5+31Wlxlg62td1haUpty/ybajSfJ1pkGadlOfwQq9kgW5IMo1Rg==",
  2512. "dependencies": {
  2513. "prosemirror-model": "^1.0.0",
  2514. "prosemirror-state": "^1.0.0",
  2515. "prosemirror-transform": "^1.7.3"
  2516. }
  2517. },
  2518. "node_modules/prosemirror-state": {
  2519. "version": "1.4.3",
  2520. "resolved": "https://registry.npmmirror.com/prosemirror-state/-/prosemirror-state-1.4.3.tgz",
  2521. "integrity": "sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q==",
  2522. "dependencies": {
  2523. "prosemirror-model": "^1.0.0",
  2524. "prosemirror-transform": "^1.0.0",
  2525. "prosemirror-view": "^1.27.0"
  2526. }
  2527. },
  2528. "node_modules/prosemirror-tables": {
  2529. "version": "1.4.0",
  2530. "resolved": "https://registry.npmmirror.com/prosemirror-tables/-/prosemirror-tables-1.4.0.tgz",
  2531. "integrity": "sha512-fxryZZkQG12fSCNuZDrYx6Xvo2rLYZTbKLRd8rglOPgNJGMKIS8uvTt6gGC38m7UCu/ENnXIP9pEz5uDaPc+cA==",
  2532. "dependencies": {
  2533. "prosemirror-keymap": "^1.1.2",
  2534. "prosemirror-model": "^1.8.1",
  2535. "prosemirror-state": "^1.3.1",
  2536. "prosemirror-transform": "^1.2.1",
  2537. "prosemirror-view": "^1.13.3"
  2538. }
  2539. },
  2540. "node_modules/prosemirror-trailing-node": {
  2541. "version": "2.0.9",
  2542. "resolved": "https://registry.npmmirror.com/prosemirror-trailing-node/-/prosemirror-trailing-node-2.0.9.tgz",
  2543. "integrity": "sha512-YvyIn3/UaLFlFKrlJB6cObvUhmwFNZVhy1Q8OpW/avoTbD/Y7H5EcjK4AZFKhmuS6/N6WkGgt7gWtBWDnmFvHg==",
  2544. "dependencies": {
  2545. "@remirror/core-constants": "^2.0.2",
  2546. "escape-string-regexp": "^4.0.0"
  2547. },
  2548. "peerDependencies": {
  2549. "prosemirror-model": "^1.22.1",
  2550. "prosemirror-state": "^1.4.2",
  2551. "prosemirror-view": "^1.33.8"
  2552. }
  2553. },
  2554. "node_modules/prosemirror-transform": {
  2555. "version": "1.9.0",
  2556. "resolved": "https://registry.npmmirror.com/prosemirror-transform/-/prosemirror-transform-1.9.0.tgz",
  2557. "integrity": "sha512-5UXkr1LIRx3jmpXXNKDhv8OyAOeLTGuXNwdVfg8x27uASna/wQkr9p6fD3eupGOi4PLJfbezxTyi/7fSJypXHg==",
  2558. "dependencies": {
  2559. "prosemirror-model": "^1.21.0"
  2560. }
  2561. },
  2562. "node_modules/prosemirror-view": {
  2563. "version": "1.33.9",
  2564. "resolved": "https://registry.npmmirror.com/prosemirror-view/-/prosemirror-view-1.33.9.tgz",
  2565. "integrity": "sha512-xV1A0Vz9cIcEnwmMhKKFAOkfIp8XmJRnaZoPqNXrPS7EK5n11Ov8V76KhR0RsfQd/SIzmWY+bg+M44A2Lx/Nnw==",
  2566. "dependencies": {
  2567. "prosemirror-model": "^1.20.0",
  2568. "prosemirror-state": "^1.0.0",
  2569. "prosemirror-transform": "^1.1.0"
  2570. }
  2571. },
  2572. "node_modules/punycode.js": {
  2573. "version": "2.3.1",
  2574. "resolved": "https://registry.npmmirror.com/punycode.js/-/punycode.js-2.3.1.tgz",
  2575. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  2576. "engines": {
  2577. "node": ">=6"
  2578. }
  2579. },
  2580. "node_modules/readdirp": {
  2581. "version": "3.6.0",
  2582. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  2583. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  2584. "dev": true,
  2585. "dependencies": {
  2586. "picomatch": "^2.2.1"
  2587. },
  2588. "engines": {
  2589. "node": ">=8.10.0"
  2590. }
  2591. },
  2592. "node_modules/regenerator-runtime": {
  2593. "version": "0.14.1",
  2594. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  2595. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
  2596. },
  2597. "node_modules/rimraf": {
  2598. "version": "2.7.1",
  2599. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-2.7.1.tgz",
  2600. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  2601. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  2602. "dev": true,
  2603. "dependencies": {
  2604. "glob": "^7.1.3"
  2605. },
  2606. "bin": {
  2607. "rimraf": "bin.js"
  2608. }
  2609. },
  2610. "node_modules/rollup": {
  2611. "version": "4.20.0",
  2612. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.20.0.tgz",
  2613. "integrity": "sha512-6rbWBChcnSGzIlXeIdNIZTopKYad8ZG8ajhl78lGRLsI2rX8IkaotQhVas2Ma+GPxJav19wrSzvRvuiv0YKzWw==",
  2614. "dev": true,
  2615. "dependencies": {
  2616. "@types/estree": "1.0.5"
  2617. },
  2618. "bin": {
  2619. "rollup": "dist/bin/rollup"
  2620. },
  2621. "engines": {
  2622. "node": ">=18.0.0",
  2623. "npm": ">=8.0.0"
  2624. },
  2625. "optionalDependencies": {
  2626. "@rollup/rollup-android-arm-eabi": "4.20.0",
  2627. "@rollup/rollup-android-arm64": "4.20.0",
  2628. "@rollup/rollup-darwin-arm64": "4.20.0",
  2629. "@rollup/rollup-darwin-x64": "4.20.0",
  2630. "@rollup/rollup-linux-arm-gnueabihf": "4.20.0",
  2631. "@rollup/rollup-linux-arm-musleabihf": "4.20.0",
  2632. "@rollup/rollup-linux-arm64-gnu": "4.20.0",
  2633. "@rollup/rollup-linux-arm64-musl": "4.20.0",
  2634. "@rollup/rollup-linux-powerpc64le-gnu": "4.20.0",
  2635. "@rollup/rollup-linux-riscv64-gnu": "4.20.0",
  2636. "@rollup/rollup-linux-s390x-gnu": "4.20.0",
  2637. "@rollup/rollup-linux-x64-gnu": "4.20.0",
  2638. "@rollup/rollup-linux-x64-musl": "4.20.0",
  2639. "@rollup/rollup-win32-arm64-msvc": "4.20.0",
  2640. "@rollup/rollup-win32-ia32-msvc": "4.20.0",
  2641. "@rollup/rollup-win32-x64-msvc": "4.20.0",
  2642. "fsevents": "~2.3.2"
  2643. }
  2644. },
  2645. "node_modules/rope-sequence": {
  2646. "version": "1.3.4",
  2647. "resolved": "https://registry.npmmirror.com/rope-sequence/-/rope-sequence-1.3.4.tgz",
  2648. "integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ=="
  2649. },
  2650. "node_modules/sade": {
  2651. "version": "1.8.1",
  2652. "resolved": "https://registry.npmmirror.com/sade/-/sade-1.8.1.tgz",
  2653. "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
  2654. "dev": true,
  2655. "dependencies": {
  2656. "mri": "^1.1.0"
  2657. },
  2658. "engines": {
  2659. "node": ">=6"
  2660. }
  2661. },
  2662. "node_modules/sander": {
  2663. "version": "0.5.1",
  2664. "resolved": "https://registry.npmmirror.com/sander/-/sander-0.5.1.tgz",
  2665. "integrity": "sha512-3lVqBir7WuKDHGrKRDn/1Ye3kwpXaDOMsiRP1wd6wpZW56gJhsbp5RqQpA6JG/P+pkXizygnr1dKR8vzWaVsfA==",
  2666. "dev": true,
  2667. "dependencies": {
  2668. "es6-promise": "^3.1.2",
  2669. "graceful-fs": "^4.1.3",
  2670. "mkdirp": "^0.5.1",
  2671. "rimraf": "^2.5.2"
  2672. }
  2673. },
  2674. "node_modules/set-cookie-parser": {
  2675. "version": "2.7.0",
  2676. "resolved": "https://registry.npmmirror.com/set-cookie-parser/-/set-cookie-parser-2.7.0.tgz",
  2677. "integrity": "sha512-lXLOiqpkUumhRdFF3k1osNXCy9akgx/dyPZ5p8qAg9seJzXr5ZrlqZuWIMuY6ejOsVLE6flJ5/h3lsn57fQ/PQ==",
  2678. "dev": true
  2679. },
  2680. "node_modules/sirv": {
  2681. "version": "2.0.4",
  2682. "resolved": "https://registry.npmmirror.com/sirv/-/sirv-2.0.4.tgz",
  2683. "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==",
  2684. "dev": true,
  2685. "dependencies": {
  2686. "@polka/url": "^1.0.0-next.24",
  2687. "mrmime": "^2.0.0",
  2688. "totalist": "^3.0.0"
  2689. },
  2690. "engines": {
  2691. "node": ">= 10"
  2692. }
  2693. },
  2694. "node_modules/sorcery": {
  2695. "version": "0.11.1",
  2696. "resolved": "https://registry.npmmirror.com/sorcery/-/sorcery-0.11.1.tgz",
  2697. "integrity": "sha512-o7npfeJE6wi6J9l0/5LKshFzZ2rMatRiCDwYeDQaOzqdzRJwALhX7mk/A/ecg6wjMu7wdZbmXfD2S/vpOg0bdQ==",
  2698. "dev": true,
  2699. "dependencies": {
  2700. "@jridgewell/sourcemap-codec": "^1.4.14",
  2701. "buffer-crc32": "^1.0.0",
  2702. "minimist": "^1.2.0",
  2703. "sander": "^0.5.0"
  2704. },
  2705. "bin": {
  2706. "sorcery": "bin/sorcery"
  2707. }
  2708. },
  2709. "node_modules/source-map-js": {
  2710. "version": "1.2.0",
  2711. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.0.tgz",
  2712. "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
  2713. "dev": true,
  2714. "engines": {
  2715. "node": ">=0.10.0"
  2716. }
  2717. },
  2718. "node_modules/strip-indent": {
  2719. "version": "3.0.0",
  2720. "resolved": "https://registry.npmmirror.com/strip-indent/-/strip-indent-3.0.0.tgz",
  2721. "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
  2722. "dev": true,
  2723. "dependencies": {
  2724. "min-indent": "^1.0.0"
  2725. },
  2726. "engines": {
  2727. "node": ">=8"
  2728. }
  2729. },
  2730. "node_modules/svelte": {
  2731. "version": "4.2.18",
  2732. "resolved": "https://registry.npmmirror.com/svelte/-/svelte-4.2.18.tgz",
  2733. "integrity": "sha512-d0FdzYIiAePqRJEb90WlJDkjUEx42xhivxN8muUBmfZnP+tzUgz12DJ2hRJi8sIHCME7jeK1PTMgKPSfTd8JrA==",
  2734. "dev": true,
  2735. "dependencies": {
  2736. "@ampproject/remapping": "^2.2.1",
  2737. "@jridgewell/sourcemap-codec": "^1.4.15",
  2738. "@jridgewell/trace-mapping": "^0.3.18",
  2739. "@types/estree": "^1.0.1",
  2740. "acorn": "^8.9.0",
  2741. "aria-query": "^5.3.0",
  2742. "axobject-query": "^4.0.0",
  2743. "code-red": "^1.0.3",
  2744. "css-tree": "^2.3.1",
  2745. "estree-walker": "^3.0.3",
  2746. "is-reference": "^3.0.1",
  2747. "locate-character": "^3.0.0",
  2748. "magic-string": "^0.30.4",
  2749. "periscopic": "^3.1.0"
  2750. },
  2751. "engines": {
  2752. "node": ">=16"
  2753. }
  2754. },
  2755. "node_modules/svelte-check": {
  2756. "version": "3.8.5",
  2757. "resolved": "https://registry.npmmirror.com/svelte-check/-/svelte-check-3.8.5.tgz",
  2758. "integrity": "sha512-3OGGgr9+bJ/+1nbPgsvulkLC48xBsqsgtc8Wam281H4G9F5v3mYGa2bHRsPuwHC5brKl4AxJH95QF73kmfihGQ==",
  2759. "dev": true,
  2760. "dependencies": {
  2761. "@jridgewell/trace-mapping": "^0.3.17",
  2762. "chokidar": "^3.4.1",
  2763. "picocolors": "^1.0.0",
  2764. "sade": "^1.7.4",
  2765. "svelte-preprocess": "^5.1.3",
  2766. "typescript": "^5.0.3"
  2767. },
  2768. "bin": {
  2769. "svelte-check": "bin/svelte-check"
  2770. },
  2771. "peerDependencies": {
  2772. "svelte": "^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0"
  2773. }
  2774. },
  2775. "node_modules/svelte-hmr": {
  2776. "version": "0.16.0",
  2777. "resolved": "https://registry.npmmirror.com/svelte-hmr/-/svelte-hmr-0.16.0.tgz",
  2778. "integrity": "sha512-Gyc7cOS3VJzLlfj7wKS0ZnzDVdv3Pn2IuVeJPk9m2skfhcu5bq3wtIZyQGggr7/Iim5rH5cncyQft/kRLupcnA==",
  2779. "dev": true,
  2780. "engines": {
  2781. "node": "^12.20 || ^14.13.1 || >= 16"
  2782. },
  2783. "peerDependencies": {
  2784. "svelte": "^3.19.0 || ^4.0.0"
  2785. }
  2786. },
  2787. "node_modules/svelte-preprocess": {
  2788. "version": "5.1.4",
  2789. "resolved": "https://registry.npmmirror.com/svelte-preprocess/-/svelte-preprocess-5.1.4.tgz",
  2790. "integrity": "sha512-IvnbQ6D6Ao3Gg6ftiM5tdbR6aAETwjhHV+UKGf5bHGYR69RQvF1ho0JKPcbUON4vy4R7zom13jPjgdOWCQ5hDA==",
  2791. "dev": true,
  2792. "hasInstallScript": true,
  2793. "dependencies": {
  2794. "@types/pug": "^2.0.6",
  2795. "detect-indent": "^6.1.0",
  2796. "magic-string": "^0.30.5",
  2797. "sorcery": "^0.11.0",
  2798. "strip-indent": "^3.0.0"
  2799. },
  2800. "engines": {
  2801. "node": ">= 16.0.0"
  2802. },
  2803. "peerDependencies": {
  2804. "@babel/core": "^7.10.2",
  2805. "coffeescript": "^2.5.1",
  2806. "less": "^3.11.3 || ^4.0.0",
  2807. "postcss": "^7 || ^8",
  2808. "postcss-load-config": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
  2809. "pug": "^3.0.0",
  2810. "sass": "^1.26.8",
  2811. "stylus": "^0.55.0",
  2812. "sugarss": "^2.0.0 || ^3.0.0 || ^4.0.0",
  2813. "svelte": "^3.23.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0",
  2814. "typescript": ">=3.9.5 || ^4.0.0 || ^5.0.0"
  2815. },
  2816. "peerDependenciesMeta": {
  2817. "@babel/core": {
  2818. "optional": true
  2819. },
  2820. "coffeescript": {
  2821. "optional": true
  2822. },
  2823. "less": {
  2824. "optional": true
  2825. },
  2826. "postcss": {
  2827. "optional": true
  2828. },
  2829. "postcss-load-config": {
  2830. "optional": true
  2831. },
  2832. "pug": {
  2833. "optional": true
  2834. },
  2835. "sass": {
  2836. "optional": true
  2837. },
  2838. "stylus": {
  2839. "optional": true
  2840. },
  2841. "sugarss": {
  2842. "optional": true
  2843. },
  2844. "typescript": {
  2845. "optional": true
  2846. }
  2847. }
  2848. },
  2849. "node_modules/tiny-glob": {
  2850. "version": "0.2.9",
  2851. "resolved": "https://registry.npmmirror.com/tiny-glob/-/tiny-glob-0.2.9.tgz",
  2852. "integrity": "sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==",
  2853. "dev": true,
  2854. "dependencies": {
  2855. "globalyzer": "0.1.0",
  2856. "globrex": "^0.1.2"
  2857. }
  2858. },
  2859. "node_modules/tippy.js": {
  2860. "version": "6.3.7",
  2861. "resolved": "https://registry.npmmirror.com/tippy.js/-/tippy.js-6.3.7.tgz",
  2862. "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==",
  2863. "dependencies": {
  2864. "@popperjs/core": "^2.9.0"
  2865. }
  2866. },
  2867. "node_modules/tiptap-markdown": {
  2868. "version": "0.8.10",
  2869. "resolved": "https://registry.npmmirror.com/tiptap-markdown/-/tiptap-markdown-0.8.10.tgz",
  2870. "integrity": "sha512-iDVkR2BjAqkTDtFX0h94yVvE2AihCXlF0Q7RIXSJPRSR5I0PA1TMuAg6FHFpmqTn4tPxJ0by0CK7PUMlnFLGEQ==",
  2871. "workspaces": [
  2872. "example"
  2873. ],
  2874. "dependencies": {
  2875. "@types/markdown-it": "^13.0.7",
  2876. "markdown-it": "^14.1.0",
  2877. "markdown-it-task-lists": "^2.1.1",
  2878. "prosemirror-markdown": "^1.11.1"
  2879. },
  2880. "peerDependencies": {
  2881. "@tiptap/core": "^2.0.3"
  2882. }
  2883. },
  2884. "node_modules/tiptap-markdown/node_modules/entities": {
  2885. "version": "4.5.0",
  2886. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  2887. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  2888. "engines": {
  2889. "node": ">=0.12"
  2890. },
  2891. "funding": {
  2892. "url": "https://github.com/fb55/entities?sponsor=1"
  2893. }
  2894. },
  2895. "node_modules/tiptap-markdown/node_modules/linkify-it": {
  2896. "version": "5.0.0",
  2897. "resolved": "https://registry.npmmirror.com/linkify-it/-/linkify-it-5.0.0.tgz",
  2898. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  2899. "dependencies": {
  2900. "uc.micro": "^2.0.0"
  2901. }
  2902. },
  2903. "node_modules/tiptap-markdown/node_modules/markdown-it": {
  2904. "version": "14.1.0",
  2905. "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-14.1.0.tgz",
  2906. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  2907. "dependencies": {
  2908. "argparse": "^2.0.1",
  2909. "entities": "^4.4.0",
  2910. "linkify-it": "^5.0.0",
  2911. "mdurl": "^2.0.0",
  2912. "punycode.js": "^2.3.1",
  2913. "uc.micro": "^2.1.0"
  2914. },
  2915. "bin": {
  2916. "markdown-it": "bin/markdown-it.mjs"
  2917. }
  2918. },
  2919. "node_modules/tiptap-markdown/node_modules/mdurl": {
  2920. "version": "2.0.0",
  2921. "resolved": "https://registry.npmmirror.com/mdurl/-/mdurl-2.0.0.tgz",
  2922. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w=="
  2923. },
  2924. "node_modules/tiptap-markdown/node_modules/uc.micro": {
  2925. "version": "2.1.0",
  2926. "resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-2.1.0.tgz",
  2927. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="
  2928. },
  2929. "node_modules/to-regex-range": {
  2930. "version": "5.0.1",
  2931. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  2932. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  2933. "dev": true,
  2934. "dependencies": {
  2935. "is-number": "^7.0.0"
  2936. },
  2937. "engines": {
  2938. "node": ">=8.0"
  2939. }
  2940. },
  2941. "node_modules/totalist": {
  2942. "version": "3.0.1",
  2943. "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
  2944. "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
  2945. "dev": true,
  2946. "engines": {
  2947. "node": ">=6"
  2948. }
  2949. },
  2950. "node_modules/typescript": {
  2951. "version": "5.5.4",
  2952. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.5.4.tgz",
  2953. "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
  2954. "dev": true,
  2955. "bin": {
  2956. "tsc": "bin/tsc",
  2957. "tsserver": "bin/tsserver"
  2958. },
  2959. "engines": {
  2960. "node": ">=14.17"
  2961. }
  2962. },
  2963. "node_modules/uc.micro": {
  2964. "version": "1.0.6",
  2965. "resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-1.0.6.tgz",
  2966. "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA=="
  2967. },
  2968. "node_modules/vite": {
  2969. "version": "5.4.0",
  2970. "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.0.tgz",
  2971. "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==",
  2972. "dev": true,
  2973. "dependencies": {
  2974. "esbuild": "^0.21.3",
  2975. "postcss": "^8.4.40",
  2976. "rollup": "^4.13.0"
  2977. },
  2978. "bin": {
  2979. "vite": "bin/vite.js"
  2980. },
  2981. "engines": {
  2982. "node": "^18.0.0 || >=20.0.0"
  2983. },
  2984. "funding": {
  2985. "url": "https://github.com/vitejs/vite?sponsor=1"
  2986. },
  2987. "optionalDependencies": {
  2988. "fsevents": "~2.3.3"
  2989. },
  2990. "peerDependencies": {
  2991. "@types/node": "^18.0.0 || >=20.0.0",
  2992. "less": "*",
  2993. "lightningcss": "^1.21.0",
  2994. "sass": "*",
  2995. "sass-embedded": "*",
  2996. "stylus": "*",
  2997. "sugarss": "*",
  2998. "terser": "^5.4.0"
  2999. },
  3000. "peerDependenciesMeta": {
  3001. "@types/node": {
  3002. "optional": true
  3003. },
  3004. "less": {
  3005. "optional": true
  3006. },
  3007. "lightningcss": {
  3008. "optional": true
  3009. },
  3010. "sass": {
  3011. "optional": true
  3012. },
  3013. "sass-embedded": {
  3014. "optional": true
  3015. },
  3016. "stylus": {
  3017. "optional": true
  3018. },
  3019. "sugarss": {
  3020. "optional": true
  3021. },
  3022. "terser": {
  3023. "optional": true
  3024. }
  3025. }
  3026. },
  3027. "node_modules/vitefu": {
  3028. "version": "0.2.5",
  3029. "resolved": "https://registry.npmmirror.com/vitefu/-/vitefu-0.2.5.tgz",
  3030. "integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==",
  3031. "dev": true,
  3032. "peerDependencies": {
  3033. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
  3034. },
  3035. "peerDependenciesMeta": {
  3036. "vite": {
  3037. "optional": true
  3038. }
  3039. }
  3040. },
  3041. "node_modules/w3c-keyname": {
  3042. "version": "2.2.8",
  3043. "resolved": "https://registry.npmmirror.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
  3044. "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ=="
  3045. },
  3046. "node_modules/wrappy": {
  3047. "version": "1.0.2",
  3048. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  3049. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  3050. "dev": true
  3051. }
  3052. }
  3053. }