| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460 |
- {
- "name": "bitforum",
- "version": "1.0.0",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "bitforum",
- "version": "1.0.0",
- "license": "ISC",
- "dependencies": {
- "bootstrap": "^5.3.3",
- "bootstrap-icons": "^1.11.3",
- "ckeditor5": "^44.1.0",
- "jquery": "^3.7.1",
- "jquery-validation": "^1.21.0",
- "sass": "^1.83.1"
- }
- },
- "node_modules/@ckeditor/ckeditor5-adapter-ckfinder": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-adapter-ckfinder/-/ckeditor5-adapter-ckfinder-44.1.0.tgz",
- "integrity": "sha512-RCamOkjMHlhUg7MhRbP/ZZJ7mq0zk1hj6Hg25efv22WHb2SNnesiwzLtYoyc6ess72/1CYpgZPfamhxsOTXoMA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-upload": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-alignment": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-alignment/-/ckeditor5-alignment-44.1.0.tgz",
- "integrity": "sha512-t+xIuGiG9pvG4lkglSQfXwoZU9zCPUvrBYISI8G0WAJXdWdmyWUN2Vj84CKQQ6LRgnqq/eybSR2O2l02psgtZw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autoformat": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autoformat/-/ckeditor5-autoformat-44.1.0.tgz",
- "integrity": "sha512-JHJh+iD9//sYsVlwdGZTV+ScPMlWjqFuR7xwF2QbU7xYGMqTy4mPnFvkT6fF73e3PZvtAzgENLU45pUAS9oo/A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-autosave": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-autosave/-/ckeditor5-autosave-44.1.0.tgz",
- "integrity": "sha512-KlkJcgu5THkfdwzYzVa9zKkADGd8J5VW5kRrRSK4oJYONA5mmiZ9UsIcoIk2QbGnDGnZW1Iih5Pjrvz0HYjIKw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-basic-styles": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-basic-styles/-/ckeditor5-basic-styles-44.1.0.tgz",
- "integrity": "sha512-/pZ0wBdXlv8AX43O/nZ4ENg8Xk/SwZZMAJKKVZa3SwtxNRmeGYTNKIEQEQouWF1PLz3SEZ8L5sS/j9AYX7f5Xw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-block-quote": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-block-quote/-/ckeditor5-block-quote-44.1.0.tgz",
- "integrity": "sha512-mApNvTckUbAjeHFaPg7+Je3zTkJDDsM5FWNJJuzaRhl5TBvyW9BM+p7AN8B9cx+pj2Srzlbu+056c0jg4ibCIw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-enter": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-bookmark": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-bookmark/-/ckeditor5-bookmark-44.1.0.tgz",
- "integrity": "sha512-gzUOspXUb4sN308JbeVWLGxGdFHeYpobiBn8Zj2/Niw6y+/4ZQfssn7fLhKnoHM12bzoxYYq3DvcMUrs78Ukvg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckbox": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckbox/-/ckeditor5-ckbox-44.1.0.tgz",
- "integrity": "sha512-J+vJckr25Oi3KjJcTYIIUFa2KIXHitknW8iNPegavCV/FFNieTezvvpjJzROlWRiy+U7CRYvgrNbSJXHx5pR6Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-upload": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "blurhash": "2.0.5",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ckfinder": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ckfinder/-/ckeditor5-ckfinder-44.1.0.tgz",
- "integrity": "sha512-oRWHiejta6irRuO78KmtQEiYRrzcad+BycTrFsLRCIZp0hzKx5Vp5olAhXodX+d8gZaV8fJJpswdK0LTjrfKNA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-clipboard": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-clipboard/-/ckeditor5-clipboard-44.1.0.tgz",
- "integrity": "sha512-Z5P1P6ATLVy/c7AvI3Akt3mEqQfCnhZmz4EdAS7sF34WTayrHQ/TQjdte/0mN+6LXcQV1whhXe1xLM7GVsG+bg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-cloud-services": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-cloud-services/-/ckeditor5-cloud-services-44.1.0.tgz",
- "integrity": "sha512-3Nr8EM6CyRpNkmm+7tbhg/4H16SY5Tqo0TLGHtXdyRxx7y2GLev5OsN01qBhSSGifALTCHyOWymxt5Qo9V5wXg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-code-block": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-code-block/-/ckeditor5-code-block-44.1.0.tgz",
- "integrity": "sha512-2z4ULLehgMjwxvo0a26UkA2p3MdDITGVDpt7FZkO+P9XCim/j5DdXK4/xVNXLbrOifpFq/5kfrAZvjDX0lPMIw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.1.0",
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-enter": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-core": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-core/-/ckeditor5-core-44.1.0.tgz",
- "integrity": "sha512-vBxHT/g37uWM5QKj0i7++clGd85htX9rPtlqzjz3I26NJQvcKCmT39Szv3oPFzAJKuUaqKso5iLq+Sw+VtQRBg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "@ckeditor/ckeditor5-watchdog": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-easy-image": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-easy-image/-/ckeditor5-easy-image-44.1.0.tgz",
- "integrity": "sha512-hmn9MmVebb/abTBq1ci2fYi7uK93Dt2F3lDYErqsFWCxZ4S2PQW3+qON44E5phE9aDKOLEZ/B61niGrLgcWS5g==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-upload": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-balloon": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-balloon/-/ckeditor5-editor-balloon-44.1.0.tgz",
- "integrity": "sha512-BVxO3WECurMZEhxIVb2JMqeMcqaqefvc/YfrWNRriVyK7muW47EH74IIZdCXSm7g5i0npEIk808sKqA0t/xR0g==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-classic": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-classic/-/ckeditor5-editor-classic-44.1.0.tgz",
- "integrity": "sha512-rZtJ1KpJGxW8iWE0wVhp9giiYiu3XypjsmthkK8oeMf4+8wTr3ySncLKKts3/BDiAcFdJnog5lv5LQbrAVqO+Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-decoupled": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-decoupled/-/ckeditor5-editor-decoupled-44.1.0.tgz",
- "integrity": "sha512-pRnDrPVyIM4uCLCjhgzvRk4v63Cc1u9Nc21yx1igswvxAfhGx2BMO+JiC6+8PAHT/mOSbgFB83N+A823sms3uA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-inline": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-inline/-/ckeditor5-editor-inline-44.1.0.tgz",
- "integrity": "sha512-NglsnVkzioMU9XirmjyTM/DKSL/rzkBBwFaZFiTVyGfhuVzTUClPxGtxKOlML2v0Mtqg/OdRUMPMIo+qtjymeQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-editor-multi-root": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-editor-multi-root/-/ckeditor5-editor-multi-root-44.1.0.tgz",
- "integrity": "sha512-NAMBGIDn/xMGHXv2IeLRDa84yW9OwHri9H5NdJJ4F+gFtiQbOhIhTQj4nZ8TuLIaYr2NOUrTpTrkw3frgd0lLg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-engine": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-engine/-/ckeditor5-engine-44.1.0.tgz",
- "integrity": "sha512-+149hsqfZX+Q+ho7P64XUrIpkLqX2jGBuEWjC2ZZYujv1ZIOWOMihkpJL8jE6Vcplee6vsTXGSj2sIHNoOp+3g==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-enter": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-enter/-/ckeditor5-enter-44.1.0.tgz",
- "integrity": "sha512-NmtqxEov25rYRN8Uq7MRabsqYfvL6ZNj/mvBHqn3PE9aHE+lTwD51D3zgCw1RN2sipXsvedwo3g+NynAtS/HIw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-essentials": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-essentials/-/ckeditor5-essentials-44.1.0.tgz",
- "integrity": "sha512-UWSc2lSCqztfy3LLeuHfyKU/oSbFyw/4KEbQso9DsMPQ4vdmX/sW6BoklCYF9mPJrg+zNSseJj9T/M1Q+Z6U0Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.1.0",
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-enter": "44.1.0",
- "@ckeditor/ckeditor5-select-all": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-undo": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-find-and-replace": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-find-and-replace/-/ckeditor5-find-and-replace-44.1.0.tgz",
- "integrity": "sha512-SwZYRdXpYCu3t3+k9fxO8JXjNb/Q/OK3nmtVBNly/ZWYmORGQd3ua9XlipcnwIB8aBQqhuV/izDKqSiFZc23zA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-font": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-font/-/ckeditor5-font-44.1.0.tgz",
- "integrity": "sha512-q4r7I7C2uG9gkBx9WlARNN5ZWp4USHVFS2kLTyMVAN1/iHAKIx03m+N3W0FTZVpXV+xscn7H6KaLcQXmWc4OiQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-heading": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-heading/-/ckeditor5-heading-44.1.0.tgz",
- "integrity": "sha512-cROqN/dnq8xBdxMQoe+1Zjh8bfoVePh6WSl+wjcc4OIozYe/V2QAmCODpYiVm4RntenH0IidHteSTCqtGM4L9w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-paragraph": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-highlight": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-highlight/-/ckeditor5-highlight-44.1.0.tgz",
- "integrity": "sha512-bj7DBo1miBf6f7LPLiNa5inziXBKt6dFQupWAgJNJvPxYeGf4jTKDeVc9FLBESJ7eOWKjmCjaNeSsV2smHTAKQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-horizontal-line": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-horizontal-line/-/ckeditor5-horizontal-line-44.1.0.tgz",
- "integrity": "sha512-xwqQPJQsgwEvbZb3EqjFEcvj1tmlxcX9hFL9I66oGblfYNEIX8Q4DWxbjWCDrfY2IvLO3zNUDI9J5EcxSnd9Pw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-embed": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-embed/-/ckeditor5-html-embed-44.1.0.tgz",
- "integrity": "sha512-eFXTBHhvRIGflrgpNa2wP0W9IiHx2t2TxQX8881EbF/H3/LDqreyNR7LHBXXgPk1j+H5V/MOGAqG5ntlvq2SdQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-html-support": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-html-support/-/ckeditor5-html-support-44.1.0.tgz",
- "integrity": "sha512-cBUtojLEreXNYV54B/FT1WBjV+dU5i8vsVKBmYw2QOxmaWl4i/wyEtzPh21Ytcsy2ApmIMT/X27ZppffnKcyGQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-enter": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-image": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-image/-/ckeditor5-image-44.1.0.tgz",
- "integrity": "sha512-8BbS0y1YSGnQAiA6rTps05DIJ8CcdbGYb+1XFb8QOUCzJenFzNGAe4gnlEPw0zW1C8ZjdahRY1K2Fcb16/q7TQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.1.0",
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-undo": "44.1.0",
- "@ckeditor/ckeditor5-upload": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-indent": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-indent/-/ckeditor5-indent-44.1.0.tgz",
- "integrity": "sha512-iFrtDVkXhbHHTJIs+yw0x9X/uEH0kyjQ5pQZM5fAzX6g9TFd71iiJ2l8xBSefXRcqEEPVaMWZgikBeRHmQDyOA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-language": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-language/-/ckeditor5-language-44.1.0.tgz",
- "integrity": "sha512-CudeLs2RvADdchJ6FFznsNrMYHDcOrj8CGuSgyTW9PcsnhAzUOYWuaunJ3xXd8MXwu6pGwEReVYuouc2JQQg6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-link": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-link/-/ckeditor5-link-44.1.0.tgz",
- "integrity": "sha512-+tDlzrhOrl3TMlj01DsGJwQEsrXZl6A7fD4gFfYS3rO9sgGZSLU+fSxOwWHdQyBp1ujiJGsGFXmKFAUZxs7M/w==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.1.0",
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-list": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-list/-/ckeditor5-list-44.1.0.tgz",
- "integrity": "sha512-lwUAtK68GfNVr1yI+VLom54K8F5bRZee8HKkzFZPgTCANYLUnmHGUNF9La7qETeqjNV6bljUnKwn/knOeserGg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.1.0",
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-enter": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-markdown-gfm": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-markdown-gfm/-/ckeditor5-markdown-gfm-44.1.0.tgz",
- "integrity": "sha512-ZlFa3xi8vSCCqs4cvfxjZrcXz87i7XIKAd+eTQdwoInQDJHnGpUcM67hKIMSU3E8AjEz+tXdsaauxSofZTS+zQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.1.0",
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "ckeditor5": "44.1.0",
- "marked": "4.0.12",
- "turndown": "7.2.0",
- "turndown-plugin-gfm": "1.0.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-media-embed": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-media-embed/-/ckeditor5-media-embed-44.1.0.tgz",
- "integrity": "sha512-ymG55dCUv+i0o0th4+vYMvVHhC2DXTs6J+5t40tNvdMS7apt882Tbq9vAE6iqgQZbtQVVlRpQbGD0UByBO5LVA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.1.0",
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-undo": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-mention": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-mention/-/ckeditor5-mention-44.1.0.tgz",
- "integrity": "sha512-LJ2aT5nJ9I8eZT/E/RqD/iPv4fyU8MJqtGQXExEwwAfQDqkx0X5u3mv3uAR/HhyFyj6jFw+z26bTdt13wdSaEw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-minimap": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-minimap/-/ckeditor5-minimap-44.1.0.tgz",
- "integrity": "sha512-V9xOrUqLxnrOGXOiQVu4QGLV0zam3xMCi+vVR3/jFrVEPRCY1swdC6JhT4PAYt5lPBbrlmyF7u+pZjal8I7F1Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-page-break": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-page-break/-/ckeditor5-page-break-44.1.0.tgz",
- "integrity": "sha512-6uNuctQnPTr2WFcyKGdTQ/1gTkGmIhiZg8y9UMIY74aEW9AQfGwCaBkAO5AveaBTfmGBkSsAISS3T8k5OGsV0Q==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-paragraph": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paragraph/-/ckeditor5-paragraph-44.1.0.tgz",
- "integrity": "sha512-tfERMEQRrvM5zdZuiWC5IjCPtUrpncXY4ewn9mcGJ5KqmLaX3e+2dN4GVZpcagwOtZNQNQBONZnuWt9ZVkquFQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-paste-from-office": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-paste-from-office/-/ckeditor5-paste-from-office-44.1.0.tgz",
- "integrity": "sha512-NIhtkFoDXNpOaPBDH6dDTU2BC3GUJ1rE5gUV0i4hrtOeERuk9EdkADCOBEHEm7UC31kCQ4si6wkry+d4oZ5FMw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.1.0",
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-remove-format": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-remove-format/-/ckeditor5-remove-format-44.1.0.tgz",
- "integrity": "sha512-97ppktKeKIhGYrRKwfzVP0DOktcaY4gFXEtKINmse8kw0C7jO4SE82sDJxWSP/3h74oncZzd/q/Qa6P65JmhWA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-restricted-editing": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-restricted-editing/-/ckeditor5-restricted-editing-44.1.0.tgz",
- "integrity": "sha512-dsjeug3TCn32idHe4XWaD8ZBtKloAHSDYzv05uEuJDTEkTnSOp8ynVxUCKlTTMeHKjpRPr5kaxJkycqnxOqsvw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-select-all": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-select-all/-/ckeditor5-select-all-44.1.0.tgz",
- "integrity": "sha512-jQH9745sYWpQcZXC4z1lNS4XqrTJWHljWEMa4KKTZgo6zjR/L53tRZdIKbE6O/JgaW805Xpl74cJGXJvwre8VA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-show-blocks": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-show-blocks/-/ckeditor5-show-blocks-44.1.0.tgz",
- "integrity": "sha512-qPjba3VFXgRnnEjlZAfv1XgfC1jNpYUWpfxlniZixvcZ1bEOzEX6rkEqBioNgGFWBU8siPTPiwI2mmT/8/58Vw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-source-editing": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-source-editing/-/ckeditor5-source-editing-44.1.0.tgz",
- "integrity": "sha512-gg/tWANOiJckvXxKqwthkvR531bPuen+lJN3y2qnqMKMQLLNbWWIUoTuE3PZRHDprT0JmTjnvlHrwsaSdpOkVg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-theme-lark": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-special-characters": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-special-characters/-/ckeditor5-special-characters-44.1.0.tgz",
- "integrity": "sha512-btw7qEPjrdp/XigtXOXy1KkK481PEeuJ5xdPD2xLlWvZkF0tGbEqIpDIMxkW1w7NmmC+5Aa8qJqXkV6dN4jZ5A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-style": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-style/-/ckeditor5-style-44.1.0.tgz",
- "integrity": "sha512-A6udrCj1IxuiPE8OGue/aDtoqs8ZAPsbabnT9OS46WBlDGjXaSStXD7Dx6uJwEkaRdmhdGaObi4UnF7gkHRXHA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-table": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-table/-/ckeditor5-table-44.1.0.tgz",
- "integrity": "sha512-8iQUW5apSYFrsJhguW0ROPBf+gmKhtP75KIeal6GdEtYlOMA8vP/ixUhQB5HZBmecfAVULyu1fF4YfGzHelZhw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-clipboard": "44.1.0",
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-theme-lark": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-theme-lark/-/ckeditor5-theme-lark-44.1.0.tgz",
- "integrity": "sha512-Ym9ZKtQBqh5xOYGVa+va6CtYJSbhqIfVOsoCRZnMTzg3RTfwp8F78yeWUdplF6DS4JaM966yQumX9DcJGYn5AA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-typing": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-typing/-/ckeditor5-typing-44.1.0.tgz",
- "integrity": "sha512-YlIpXSp2mkzgCCwqa4Dd870K4UvKsjlHRDod50G8VSz2qFCkE6PaLGGBAci1IoZ5nBXZMpCrnhrkQ1jAJwx2RA==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-ui": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-ui/-/ckeditor5-ui-44.1.0.tgz",
- "integrity": "sha512-Qga/eO6/4rCzK6m/JLMVq0gbgNDEV7K/J+ida1UQFYxrMric7qfriusT1q0Y+6jFYuGMdyLg0e0imORbMyw9Zw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "color-convert": "2.0.1",
- "color-parse": "1.4.2",
- "lodash-es": "4.17.21",
- "vanilla-colorful": "0.7.2"
- }
- },
- "node_modules/@ckeditor/ckeditor5-undo": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-undo/-/ckeditor5-undo-44.1.0.tgz",
- "integrity": "sha512-sULkc7Pvbc431uZCjzcAKd//jYE3B8fT8PEOFG8pYRnQJHc5GyodvH0RmXDhCtKCGtzvh1Dlpb4iSNpPNpVvJQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-upload": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-upload/-/ckeditor5-upload-44.1.0.tgz",
- "integrity": "sha512-+608NL4Jl6t2PA02Ft8myPV5r2oXwD+4wTCLKg4Oh2KPQYCyGOm5vj8dLxwWNsbMXZrdPxeQOK3UHq8bxYyI6A==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0"
- }
- },
- "node_modules/@ckeditor/ckeditor5-utils": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-utils/-/ckeditor5-utils-44.1.0.tgz",
- "integrity": "sha512-PILjaPvEMuQ0qlnPAFeNTTQcLuXgGionSxaxF8HGnZolaqWnsJ11xGYxqUslNOGtdZNp/88/FC9TjCY/ksiibg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-watchdog": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-watchdog/-/ckeditor5-watchdog-44.1.0.tgz",
- "integrity": "sha512-fTwYEW1TbbxC7PVmZtfWfwHT5aMREfBTDvH3KQWKpowTcoAiMBlQQKA/lvkRJ1bFMp4AZFjqs1IWZyap/sanAg==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-widget": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-widget/-/ckeditor5-widget-44.1.0.tgz",
- "integrity": "sha512-dBG1EFJjq38wF0k1p3R2yIfZRHwgY5+hLuF1sp02q/lUJu59U/rPscfjj4dGpE4eKaqCD9z/UNEtOjPGnaJzKw==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-enter": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@ckeditor/ckeditor5-word-count": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-word-count/-/ckeditor5-word-count-44.1.0.tgz",
- "integrity": "sha512-dM8jeZfRA2nodWdE1Ty3ZzaAl3M523ri9/ahLpG/JcCud2QZn9XRPrEwaIxC/1VtZg/Z2SUuI2LcPrbtPkQ0UQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "ckeditor5": "44.1.0",
- "lodash-es": "4.17.21"
- }
- },
- "node_modules/@mixmark-io/domino": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@mixmark-io/domino/-/domino-2.2.0.tgz",
- "integrity": "sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==",
- "license": "BSD-2-Clause"
- },
- "node_modules/@parcel/watcher": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.0.tgz",
- "integrity": "sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==",
- "hasInstallScript": true,
- "license": "MIT",
- "optional": true,
- "dependencies": {
- "detect-libc": "^1.0.3",
- "is-glob": "^4.0.3",
- "micromatch": "^4.0.5",
- "node-addon-api": "^7.0.0"
- },
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- },
- "optionalDependencies": {
- "@parcel/watcher-android-arm64": "2.5.0",
- "@parcel/watcher-darwin-arm64": "2.5.0",
- "@parcel/watcher-darwin-x64": "2.5.0",
- "@parcel/watcher-freebsd-x64": "2.5.0",
- "@parcel/watcher-linux-arm-glibc": "2.5.0",
- "@parcel/watcher-linux-arm-musl": "2.5.0",
- "@parcel/watcher-linux-arm64-glibc": "2.5.0",
- "@parcel/watcher-linux-arm64-musl": "2.5.0",
- "@parcel/watcher-linux-x64-glibc": "2.5.0",
- "@parcel/watcher-linux-x64-musl": "2.5.0",
- "@parcel/watcher-win32-arm64": "2.5.0",
- "@parcel/watcher-win32-ia32": "2.5.0",
- "@parcel/watcher-win32-x64": "2.5.0"
- }
- },
- "node_modules/@parcel/watcher-android-arm64": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.0.tgz",
- "integrity": "sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==",
- "cpu": [
- "arm64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "android"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-darwin-arm64": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.0.tgz",
- "integrity": "sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==",
- "cpu": [
- "arm64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-darwin-x64": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.0.tgz",
- "integrity": "sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-freebsd-x64": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.0.tgz",
- "integrity": "sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "freebsd"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-arm-glibc": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.0.tgz",
- "integrity": "sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==",
- "cpu": [
- "arm"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-arm-musl": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.0.tgz",
- "integrity": "sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==",
- "cpu": [
- "arm"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-arm64-glibc": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.0.tgz",
- "integrity": "sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==",
- "cpu": [
- "arm64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-arm64-musl": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.0.tgz",
- "integrity": "sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==",
- "cpu": [
- "arm64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-x64-glibc": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.0.tgz",
- "integrity": "sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-linux-x64-musl": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.0.tgz",
- "integrity": "sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "linux"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-win32-arm64": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.0.tgz",
- "integrity": "sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==",
- "cpu": [
- "arm64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-win32-ia32": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.0.tgz",
- "integrity": "sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==",
- "cpu": [
- "ia32"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@parcel/watcher-win32-x64": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.0.tgz",
- "integrity": "sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==",
- "cpu": [
- "x64"
- ],
- "license": "MIT",
- "optional": true,
- "os": [
- "win32"
- ],
- "engines": {
- "node": ">= 10.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/parcel"
- }
- },
- "node_modules/@popperjs/core": {
- "version": "2.11.8",
- "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
- "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
- "license": "MIT",
- "peer": true,
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/popperjs"
- }
- },
- "node_modules/blurhash": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz",
- "integrity": "sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==",
- "license": "MIT"
- },
- "node_modules/bootstrap": {
- "version": "5.3.3",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
- "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/twbs"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/bootstrap"
- }
- ],
- "license": "MIT",
- "peerDependencies": {
- "@popperjs/core": "^2.11.8"
- }
- },
- "node_modules/bootstrap-icons": {
- "version": "1.11.3",
- "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz",
- "integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/twbs"
- },
- {
- "type": "opencollective",
- "url": "https://opencollective.com/bootstrap"
- }
- ],
- "license": "MIT"
- },
- "node_modules/braces": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
- "license": "MIT",
- "optional": true,
- "dependencies": {
- "fill-range": "^7.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/chokidar": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
- "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
- "license": "MIT",
- "dependencies": {
- "readdirp": "^4.0.1"
- },
- "engines": {
- "node": ">= 14.16.0"
- },
- "funding": {
- "url": "https://paulmillr.com/funding/"
- }
- },
- "node_modules/ckeditor5": {
- "version": "44.1.0",
- "resolved": "https://registry.npmjs.org/ckeditor5/-/ckeditor5-44.1.0.tgz",
- "integrity": "sha512-6e1KFUE2giaSI0ZOKfAAFF5Tk7PF5DCyKVROPY9/46tti9AZpUFUzr7NhBsZjyMiMX1eqxqfsSZT7f9tKgcVAQ==",
- "license": "SEE LICENSE IN LICENSE.md",
- "dependencies": {
- "@ckeditor/ckeditor5-adapter-ckfinder": "44.1.0",
- "@ckeditor/ckeditor5-alignment": "44.1.0",
- "@ckeditor/ckeditor5-autoformat": "44.1.0",
- "@ckeditor/ckeditor5-autosave": "44.1.0",
- "@ckeditor/ckeditor5-basic-styles": "44.1.0",
- "@ckeditor/ckeditor5-block-quote": "44.1.0",
- "@ckeditor/ckeditor5-bookmark": "44.1.0",
- "@ckeditor/ckeditor5-ckbox": "44.1.0",
- "@ckeditor/ckeditor5-ckfinder": "44.1.0",
- "@ckeditor/ckeditor5-clipboard": "44.1.0",
- "@ckeditor/ckeditor5-cloud-services": "44.1.0",
- "@ckeditor/ckeditor5-code-block": "44.1.0",
- "@ckeditor/ckeditor5-core": "44.1.0",
- "@ckeditor/ckeditor5-easy-image": "44.1.0",
- "@ckeditor/ckeditor5-editor-balloon": "44.1.0",
- "@ckeditor/ckeditor5-editor-classic": "44.1.0",
- "@ckeditor/ckeditor5-editor-decoupled": "44.1.0",
- "@ckeditor/ckeditor5-editor-inline": "44.1.0",
- "@ckeditor/ckeditor5-editor-multi-root": "44.1.0",
- "@ckeditor/ckeditor5-engine": "44.1.0",
- "@ckeditor/ckeditor5-enter": "44.1.0",
- "@ckeditor/ckeditor5-essentials": "44.1.0",
- "@ckeditor/ckeditor5-find-and-replace": "44.1.0",
- "@ckeditor/ckeditor5-font": "44.1.0",
- "@ckeditor/ckeditor5-heading": "44.1.0",
- "@ckeditor/ckeditor5-highlight": "44.1.0",
- "@ckeditor/ckeditor5-horizontal-line": "44.1.0",
- "@ckeditor/ckeditor5-html-embed": "44.1.0",
- "@ckeditor/ckeditor5-html-support": "44.1.0",
- "@ckeditor/ckeditor5-image": "44.1.0",
- "@ckeditor/ckeditor5-indent": "44.1.0",
- "@ckeditor/ckeditor5-language": "44.1.0",
- "@ckeditor/ckeditor5-link": "44.1.0",
- "@ckeditor/ckeditor5-list": "44.1.0",
- "@ckeditor/ckeditor5-markdown-gfm": "44.1.0",
- "@ckeditor/ckeditor5-media-embed": "44.1.0",
- "@ckeditor/ckeditor5-mention": "44.1.0",
- "@ckeditor/ckeditor5-minimap": "44.1.0",
- "@ckeditor/ckeditor5-page-break": "44.1.0",
- "@ckeditor/ckeditor5-paragraph": "44.1.0",
- "@ckeditor/ckeditor5-paste-from-office": "44.1.0",
- "@ckeditor/ckeditor5-remove-format": "44.1.0",
- "@ckeditor/ckeditor5-restricted-editing": "44.1.0",
- "@ckeditor/ckeditor5-select-all": "44.1.0",
- "@ckeditor/ckeditor5-show-blocks": "44.1.0",
- "@ckeditor/ckeditor5-source-editing": "44.1.0",
- "@ckeditor/ckeditor5-special-characters": "44.1.0",
- "@ckeditor/ckeditor5-style": "44.1.0",
- "@ckeditor/ckeditor5-table": "44.1.0",
- "@ckeditor/ckeditor5-theme-lark": "44.1.0",
- "@ckeditor/ckeditor5-typing": "44.1.0",
- "@ckeditor/ckeditor5-ui": "44.1.0",
- "@ckeditor/ckeditor5-undo": "44.1.0",
- "@ckeditor/ckeditor5-upload": "44.1.0",
- "@ckeditor/ckeditor5-utils": "44.1.0",
- "@ckeditor/ckeditor5-watchdog": "44.1.0",
- "@ckeditor/ckeditor5-widget": "44.1.0",
- "@ckeditor/ckeditor5-word-count": "44.1.0"
- }
- },
- "node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "license": "MIT",
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "license": "MIT"
- },
- "node_modules/color-parse": {
- "version": "1.4.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-1.4.2.tgz",
- "integrity": "sha512-RI7s49/8yqDj3fECFZjUI1Yi0z/Gq1py43oNJivAIIDSyJiOZLfYCRQEgn8HEVAj++PcRe8AnL2XF0fRJ3BTnA==",
- "license": "MIT",
- "dependencies": {
- "color-name": "^1.0.0"
- }
- },
- "node_modules/detect-libc": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
- "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
- "license": "Apache-2.0",
- "optional": true,
- "bin": {
- "detect-libc": "bin/detect-libc.js"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/fill-range": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
- "license": "MIT",
- "optional": true,
- "dependencies": {
- "to-regex-range": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/immutable": {
- "version": "5.0.3",
- "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz",
- "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==",
- "license": "MIT"
- },
- "node_modules/is-extglob": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
- "license": "MIT",
- "optional": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-glob": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
- "license": "MIT",
- "optional": true,
- "dependencies": {
- "is-extglob": "^2.1.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-number": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
- "license": "MIT",
- "optional": true,
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/jquery": {
- "version": "3.7.1",
- "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
- "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==",
- "license": "MIT"
- },
- "node_modules/jquery-validation": {
- "version": "1.21.0",
- "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.21.0.tgz",
- "integrity": "sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==",
- "license": "MIT",
- "peerDependencies": {
- "jquery": "^1.7 || ^2.0 || ^3.1"
- }
- },
- "node_modules/lodash-es": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
- "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
- "license": "MIT"
- },
- "node_modules/marked": {
- "version": "4.0.12",
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz",
- "integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==",
- "license": "MIT",
- "bin": {
- "marked": "bin/marked.js"
- },
- "engines": {
- "node": ">= 12"
- }
- },
- "node_modules/micromatch": {
- "version": "4.0.8",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
- "license": "MIT",
- "optional": true,
- "dependencies": {
- "braces": "^3.0.3",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/node-addon-api": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
- "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
- "license": "MIT",
- "optional": true
- },
- "node_modules/picomatch": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
- "license": "MIT",
- "optional": true,
- "engines": {
- "node": ">=8.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/jonschlinkert"
- }
- },
- "node_modules/readdirp": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz",
- "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==",
- "license": "MIT",
- "engines": {
- "node": ">= 14.16.0"
- },
- "funding": {
- "type": "individual",
- "url": "https://paulmillr.com/funding/"
- }
- },
- "node_modules/sass": {
- "version": "1.83.1",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.1.tgz",
- "integrity": "sha512-EVJbDaEs4Rr3F0glJzFSOvtg2/oy2V/YrGFPqPY24UqcLDWcI9ZY5sN+qyO3c/QCZwzgfirvhXvINiJCE/OLcA==",
- "license": "MIT",
- "dependencies": {
- "chokidar": "^4.0.0",
- "immutable": "^5.0.2",
- "source-map-js": ">=0.6.2 <2.0.0"
- },
- "bin": {
- "sass": "sass.js"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "optionalDependencies": {
- "@parcel/watcher": "^2.4.1"
- }
- },
- "node_modules/source-map-js": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
- "license": "BSD-3-Clause",
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/to-regex-range": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
- "license": "MIT",
- "optional": true,
- "dependencies": {
- "is-number": "^7.0.0"
- },
- "engines": {
- "node": ">=8.0"
- }
- },
- "node_modules/turndown": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/turndown/-/turndown-7.2.0.tgz",
- "integrity": "sha512-eCZGBN4nNNqM9Owkv9HAtWRYfLA4h909E/WGAWWBpmB275ehNhZyk87/Tpvjbp0jjNl9XwCsbe6bm6CqFsgD+A==",
- "license": "MIT",
- "dependencies": {
- "@mixmark-io/domino": "^2.2.0"
- }
- },
- "node_modules/turndown-plugin-gfm": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/turndown-plugin-gfm/-/turndown-plugin-gfm-1.0.2.tgz",
- "integrity": "sha512-vwz9tfvF7XN/jE0dGoBei3FXWuvll78ohzCZQuOb+ZjWrs3a0XhQVomJEb2Qh4VHTPNRO4GPZh0V7VRbiWwkRg==",
- "license": "MIT"
- },
- "node_modules/vanilla-colorful": {
- "version": "0.7.2",
- "resolved": "https://registry.npmjs.org/vanilla-colorful/-/vanilla-colorful-0.7.2.tgz",
- "integrity": "sha512-z2YZusTFC6KnLERx1cgoIRX2CjPRP0W75N+3CC6gbvdX5Ch47rZkEMGO2Xnf+IEmi3RiFLxS18gayMA27iU7Kg==",
- "license": "MIT"
- }
- }
- }
|